From 23a6821e9ebc6a7dd5750cbf941fd4555692dc76 Mon Sep 17 00:00:00 2001
From: Albin Henriksson <albhe428@student.liu.se>
Date: Thu, 24 Nov 2022 12:42:17 +0100
Subject: [PATCH] Add bart large 5 epochs and fix epoch auto naming

---
 bart/sparql.ipynb                             | 3559 +++++++----------
 ...nked-test-eval-append-1-large-5-epochs.txt |   20 +
 ...red_responses-append-1-large-5-epochs.json |    1 +
 ...test-predicted-append-1-large-5-epochs.csv | 1162 ++++++
 4 files changed, 2715 insertions(+), 2027 deletions(-)
 create mode 100644 data/eval/lc-quad-requeried-linked-test-eval-append-1-large-5-epochs.txt
 create mode 100644 data/pred_responses/lc-quad-requeried-linked-test-pred_responses-append-1-large-5-epochs.json
 create mode 100644 data/predicted/lc-quad-requeried-linked-test-predicted-append-1-large-5-epochs.csv

diff --git a/bart/sparql.ipynb b/bart/sparql.ipynb
index 090b873..5463423 100644
--- a/bart/sparql.ipynb
+++ b/bart/sparql.ipynb
@@ -2,7 +2,7 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": 2,
+   "execution_count": 1,
    "metadata": {
     "id": "5nVk6kKcX28W"
    },
@@ -21,7 +21,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 3,
+   "execution_count": 2,
    "metadata": {
     "colab": {
      "base_uri": "https://localhost:8080/",
@@ -95,7 +95,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 6,
+   "execution_count": 3,
    "metadata": {
     "id": "WCgdb52Ldcc7"
    },
@@ -132,7 +132,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 7,
+   "execution_count": 4,
    "metadata": {
     "colab": {
      "base_uri": "https://localhost:8080/",
@@ -169,7 +169,7 @@
     {
      "data": {
       "application/vnd.jupyter.widget-view+json": {
-       "model_id": "cff60120623848e3ab85ce58275fa489",
+       "model_id": "6e11d38a96e445719c45bfb736e303c8",
        "version_major": 2,
        "version_minor": 0
       },
@@ -183,7 +183,7 @@
     {
      "data": {
       "application/vnd.jupyter.widget-view+json": {
-       "model_id": "0d795fe36eed4f7ab9c3aa1f10e05065",
+       "model_id": "6682ceace6e6468fa40aa8303d95806c",
        "version_major": 2,
        "version_minor": 0
       },
@@ -196,13 +196,15 @@
     }
    ],
    "source": [
+    "EPOCHS = 5\n",
+    "\n",
     "train_dataset = get_dataset(\"../data/tokenized/lc-quad-requeried-linked-train-tokenized-append-1.csv\")\n",
     "test_dataset = get_dataset(\"test.csv\")"
    ]
   },
   {
    "cell_type": "code",
-   "execution_count": 8,
+   "execution_count": 5,
    "metadata": {
     "colab": {
      "base_uri": "https://localhost:8080/"
@@ -214,7 +216,7 @@
    "source": [
     "training_args = Seq2SeqTrainingArguments(\n",
     "    output_dir='./models/blackbox',   \n",
-    "    num_train_epochs=1,\n",
+    "    num_train_epochs=EPOCHS,\n",
     "    per_device_train_batch_size=1,\n",
     "    per_device_eval_batch_size=1,\n",
     "    warmup_steps=10,\n",
@@ -232,7 +234,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 27,
+   "execution_count": 6,
    "metadata": {
     "colab": {
      "base_uri": "https://localhost:8080/",
@@ -251,22 +253,22 @@
       "  warnings.warn(\n",
       "***** Running training *****\n",
       "  Num examples = 1979\n",
-      "  Num Epochs = 10\n",
+      "  Num Epochs = 5\n",
       "  Instantaneous batch size per device = 1\n",
       "  Total train batch size (w. parallel, distributed & accumulation) = 1\n",
       "  Gradient Accumulation steps = 1\n",
-      "  Total optimization steps = 19790\n"
+      "  Total optimization steps = 9895\n"
      ]
     },
     {
      "data": {
       "application/vnd.jupyter.widget-view+json": {
-       "model_id": "e1e688f739db4de59b4a29d708a52754",
+       "model_id": "477683d12fe4490b870c99272abe2bf8",
        "version_major": 2,
        "version_minor": 0
       },
       "text/plain": [
-       "  0%|          | 0/19790 [00:00<?, ?it/s]"
+       "  0%|          | 0/9895 [00:00<?, ?it/s]"
       ]
      },
      "metadata": {},
@@ -284,7 +286,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.8305, 'learning_rate': 4.8761375126390294e-05, 'epoch': 0.25}\n"
+      "{'loss': 0.8407, 'learning_rate': 4.7521497218007084e-05, 'epoch': 0.25}\n"
      ]
     },
     {
@@ -300,7 +302,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.5164, 'learning_rate': 4.749747219413549e-05, 'epoch': 0.51}\n"
+      "{'loss': 0.497, 'learning_rate': 4.4992412746585735e-05, 'epoch': 0.51}\n"
      ]
     },
     {
@@ -316,7 +318,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.5262, 'learning_rate': 4.6233569261880686e-05, 'epoch': 0.76}\n"
+      "{'loss': 0.3731, 'learning_rate': 4.246332827516439e-05, 'epoch': 0.76}\n"
      ]
     },
     {
@@ -332,7 +334,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.3746, 'learning_rate': 4.4969666329625885e-05, 'epoch': 1.01}\n"
+      "{'loss': 0.3145, 'learning_rate': 3.993424380374305e-05, 'epoch': 1.01}\n"
      ]
     },
     {
@@ -348,7 +350,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.3173, 'learning_rate': 4.3705763397371084e-05, 'epoch': 1.26}\n"
+      "{'loss': 0.2607, 'learning_rate': 3.74051593323217e-05, 'epoch': 1.26}\n"
      ]
     },
     {
@@ -364,7 +366,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.3329, 'learning_rate': 4.2441860465116276e-05, 'epoch': 1.52}\n"
+      "{'loss': 0.2843, 'learning_rate': 3.487607486090035e-05, 'epoch': 1.52}\n"
      ]
     },
     {
@@ -380,7 +382,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.2899, 'learning_rate': 4.1177957532861475e-05, 'epoch': 1.77}\n"
+      "{'loss': 0.2006, 'learning_rate': 3.234699038947901e-05, 'epoch': 1.77}\n"
      ]
     },
     {
@@ -396,7 +398,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.2254, 'learning_rate': 3.9914054600606674e-05, 'epoch': 2.02}\n"
+      "{'loss': 0.1882, 'learning_rate': 2.9817905918057664e-05, 'epoch': 2.02}\n"
      ]
     },
     {
@@ -412,7 +414,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.1892, 'learning_rate': 3.865015166835187e-05, 'epoch': 2.27}\n"
+      "{'loss': 0.149, 'learning_rate': 2.728882144663632e-05, 'epoch': 2.27}\n"
      ]
     },
     {
@@ -428,7 +430,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.1604, 'learning_rate': 3.7386248736097065e-05, 'epoch': 2.53}\n"
+      "{'loss': 0.1241, 'learning_rate': 2.4759736975214973e-05, 'epoch': 2.53}\n"
      ]
     },
     {
@@ -444,7 +446,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.1675, 'learning_rate': 3.6122345803842264e-05, 'epoch': 2.78}\n"
+      "{'loss': 0.1242, 'learning_rate': 2.2230652503793627e-05, 'epoch': 2.78}\n"
      ]
     },
     {
@@ -460,7 +462,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.1489, 'learning_rate': 3.485844287158746e-05, 'epoch': 3.03}\n"
+      "{'loss': 0.1316, 'learning_rate': 1.9701568032372285e-05, 'epoch': 3.03}\n"
      ]
     },
     {
@@ -476,7 +478,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.1224, 'learning_rate': 3.3594539939332655e-05, 'epoch': 3.28}\n"
+      "{'loss': 0.1974, 'learning_rate': 1.7172483560950936e-05, 'epoch': 3.28}\n"
      ]
     },
     {
@@ -492,7 +494,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.1242, 'learning_rate': 3.2330637007077854e-05, 'epoch': 3.54}\n"
+      "{'loss': 0.0876, 'learning_rate': 1.4643399089529592e-05, 'epoch': 3.54}\n"
      ]
     },
     {
@@ -508,7 +510,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.1609, 'learning_rate': 3.1066734074823053e-05, 'epoch': 3.79}\n"
+      "{'loss': 0.108, 'learning_rate': 1.2114314618108245e-05, 'epoch': 3.79}\n"
      ]
     },
     {
@@ -524,7 +526,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.1147, 'learning_rate': 2.9802831142568256e-05, 'epoch': 4.04}\n"
+      "{'loss': 0.0728, 'learning_rate': 9.585230146686899e-06, 'epoch': 4.04}\n"
      ]
     },
     {
@@ -540,7 +542,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.1036, 'learning_rate': 2.8538928210313448e-05, 'epoch': 4.3}\n"
+      "{'loss': 0.0587, 'learning_rate': 7.056145675265555e-06, 'epoch': 4.3}\n"
      ]
     },
     {
@@ -556,7 +558,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.0904, 'learning_rate': 2.7275025278058647e-05, 'epoch': 4.55}\n"
+      "{'loss': 0.0589, 'learning_rate': 4.527061203844208e-06, 'epoch': 4.55}\n"
      ]
     },
     {
@@ -572,7 +574,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'loss': 0.0932, 'learning_rate': 2.6011122345803846e-05, 'epoch': 4.8}\n"
+      "{'loss': 0.0521, 'learning_rate': 1.997976732422863e-06, 'epoch': 4.8}\n"
      ]
     },
     {
@@ -580,326 +582,6 @@
      "output_type": "stream",
      "text": [
       "Model weights saved in ./models/blackbox\\checkpoint-9500\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-10000\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-10000\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0839, 'learning_rate': 2.474721941354904e-05, 'epoch': 5.05}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-10000\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-10500\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-10500\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0616, 'learning_rate': 2.3483316481294237e-05, 'epoch': 5.31}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-10500\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-11000\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-11000\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0644, 'learning_rate': 2.2219413549039436e-05, 'epoch': 5.56}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-11000\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-11500\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-11500\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0553, 'learning_rate': 2.0955510616784632e-05, 'epoch': 5.81}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-11500\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-12000\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-12000\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0711, 'learning_rate': 1.9691607684529828e-05, 'epoch': 6.06}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-12000\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-12500\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-12500\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0426, 'learning_rate': 1.8427704752275027e-05, 'epoch': 6.32}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-12500\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-13000\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-13000\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0356, 'learning_rate': 1.7163801820020222e-05, 'epoch': 6.57}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-13000\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-13500\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-13500\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0386, 'learning_rate': 1.589989888776542e-05, 'epoch': 6.82}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-13500\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-14000\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-14000\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0405, 'learning_rate': 1.4635995955510617e-05, 'epoch': 7.07}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-14000\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-14500\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-14500\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.025, 'learning_rate': 1.3372093023255814e-05, 'epoch': 7.33}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-14500\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-15000\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-15000\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0302, 'learning_rate': 1.2108190091001011e-05, 'epoch': 7.58}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-15000\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-15500\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-15500\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0263, 'learning_rate': 1.0844287158746209e-05, 'epoch': 7.83}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-15500\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-16000\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-16000\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0316, 'learning_rate': 9.580384226491406e-06, 'epoch': 8.08}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-16000\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-16500\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-16500\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0155, 'learning_rate': 8.316481294236603e-06, 'epoch': 8.34}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-16500\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-17000\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-17000\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0279, 'learning_rate': 7.0525783619818e-06, 'epoch': 8.59}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-17000\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-17500\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-17500\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0476, 'learning_rate': 5.788675429726997e-06, 'epoch': 8.84}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-17500\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-18000\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-18000\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0147, 'learning_rate': 4.524772497472194e-06, 'epoch': 9.1}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-18000\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-18500\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-18500\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0291, 'learning_rate': 3.2608695652173914e-06, 'epoch': 9.35}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-18500\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-19000\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-19000\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0225, 'learning_rate': 1.9969666329625888e-06, 'epoch': 9.6}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-19000\\pytorch_model.bin\n",
-      "Saving model checkpoint to ./models/blackbox\\checkpoint-19500\n",
-      "Configuration saved in ./models/blackbox\\checkpoint-19500\\config.json\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{'loss': 0.0122, 'learning_rate': 7.330637007077857e-07, 'epoch': 9.85}\n"
-     ]
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Model weights saved in ./models/blackbox\\checkpoint-19500\\pytorch_model.bin\n",
       "\n",
       "\n",
       "Training completed. Do not forget to share your model on huggingface.co/models =)\n",
@@ -911,16 +593,16 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "{'train_runtime': 6722.1719, 'train_samples_per_second': 2.944, 'train_steps_per_second': 2.944, 'train_loss': 0.14327359579017873, 'epoch': 10.0}\n"
+      "{'train_runtime': 3508.9715, 'train_samples_per_second': 2.82, 'train_steps_per_second': 2.82, 'train_loss': 0.2095134835342014, 'epoch': 5.0}\n"
      ]
     },
     {
      "data": {
       "text/plain": [
-       "TrainOutput(global_step=19790, training_loss=0.14327359579017873, metrics={'train_runtime': 6722.1719, 'train_samples_per_second': 2.944, 'train_steps_per_second': 2.944, 'train_loss': 0.14327359579017873, 'epoch': 10.0})"
+       "TrainOutput(global_step=9895, training_loss=0.2095134835342014, metrics={'train_runtime': 3508.9715, 'train_samples_per_second': 2.82, 'train_steps_per_second': 2.82, 'train_loss': 0.2095134835342014, 'epoch': 5.0})"
       ]
      },
-     "execution_count": 27,
+     "execution_count": 6,
      "metadata": {},
      "output_type": "execute_result"
     }
@@ -932,7 +614,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 28,
+   "execution_count": 7,
    "metadata": {},
    "outputs": [
     {
@@ -951,7 +633,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 29,
+   "execution_count": 8,
    "metadata": {
     "colab": {
      "base_uri": "https://localhost:8080/",
@@ -973,7 +655,7 @@
     {
      "data": {
       "application/vnd.jupyter.widget-view+json": {
-       "model_id": "1b9066cc8fd041b8aab0fd2a6df4c4d1",
+       "model_id": "2d29a3689faf4cc09f29e6f7bc24c48a",
        "version_major": 2,
        "version_minor": 0
       },
@@ -991,7 +673,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 30,
+   "execution_count": 9,
    "metadata": {
     "colab": {
      "base_uri": "https://localhost:8080/"
@@ -1005,9 +687,9 @@
      "output_type": "stream",
      "text": [
       "(1, 256, 50265)\n",
-      " \" \"rixIN?:Salt__Saltp_ res:time_ \"IN dp:timeTime.timep? res:time? \" DISTINCT?uri} { res:Salt_Lake_City dburi:timep} res:timero}Time_} \"uri} \"ty d } } } } } } } } } } } } } } } }} } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } }</s></s> } } } } } } } } }</s></s></s></s>}}</s></s></s></s>}}</s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s>}\"</s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s></s>__</s></s></s>\n",
+      " \" \":: D:Salt res:Saltp: res dbTime_ \"CT Dp:time res:cityp: res time? \" DISTINCT?uri } { res:Salt_City_City dburi: dbp} res}Timeology?typeZone?</s>uri } \"cast \" \":::: \" \"::::::::::::::::::::::::</s></s></s>:::::::::</s></s></s></s></s></s>:::::</s></s>:::: } }::::: \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \" \": \" \" \" \" \" r r r r:::: \":: r r r r r: r r r \" \" \" \" r r \"\n",
       "(1, 256, 1024)\n",
-      " says even says] own5 major he \" \" says News a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a \" a a a a a a a a a \" \" a \" \" a a a a \" a a a \" a a a a a a a a a5 a a a a a a a a even a a a a a says a a a a a F even a.\" a.\" even]].\" a a a a a \" a a a a a a a a a a a a a even even even a a a a a a a a a a a \" a \" a a a a a5 a a a a a a55 a a a a a a a5 a a a a a a a a a a a a a a a55 a a a a a a a a a a a a a aA.\".\" a::: news even a: a a a a a says says a a a a a \" \" a a a a a a a a a a a a a a a a \" a a a a a a a \" \" a a a a a News a\n"
+      " says even major major major major major \" \" \" major News a a a a a a news a a a a a a a a a a a a a a a a a a a a a a a a a news news a a a says says says says says a a a a a \" a a a a a a a a a a a a a a a a a a a a a a a a a]]]]] major a says says major a] major major news]]]] says News says]]]] a a a a a a a a a a a a a a a a a says says] a a major a says major a a a says a \" \" a a a a5 a a a a a a a a a a a a a a a a a a] a News major a a a major says says says major major a a a a a a a a a]] news]]]]]]]]]]]]]]]]] a a major major a says says a a a \" \" a a a a a] a a]] a a a a a a a a a a a a a a a a a a says says says a a says a\n"
      ]
     }
    ],
@@ -1019,7 +701,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 31,
+   "execution_count": 10,
    "metadata": {
     "id": "oJXYzdTaoNDH"
    },
@@ -1034,7 +716,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 32,
+   "execution_count": 11,
    "metadata": {
     "colab": {
      "base_uri": "https://localhost:8080/"
@@ -1046,10 +728,10 @@
     {
      "data": {
       "text/plain": [
-       "['</s><s> \" SELECT DISTINCT?uri WHERE {?uri dbp:architect res:Barack_obama } \"</s>']"
+       "['</s><s> \" SELECT DISTINCT?uri WHERE {?uri dbp:leaderName res:Barack_Odom } \"</s>']"
       ]
      },
-     "execution_count": 32,
+     "execution_count": 11,
      "metadata": {},
      "output_type": "execute_result"
     }
@@ -1062,7 +744,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 33,
+   "execution_count": 12,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -1085,205 +767,36 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 34,
+   "execution_count": 15,
    "metadata": {},
    "outputs": [
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "loading configuration file ./trained-models/blackbox\\config.json\n",
-      "Model config BartConfig {\n",
-      "  \"_name_or_path\": \"facebook/bart-large\",\n",
-      "  \"activation_dropout\": 0.1,\n",
-      "  \"activation_function\": \"gelu\",\n",
-      "  \"add_bias_logits\": false,\n",
-      "  \"add_final_layer_norm\": false,\n",
-      "  \"architectures\": [\n",
-      "    \"BartForConditionalGeneration\"\n",
-      "  ],\n",
-      "  \"attention_dropout\": 0.1,\n",
-      "  \"bos_token_id\": 0,\n",
-      "  \"classif_dropout\": 0.1,\n",
-      "  \"classifier_dropout\": 0.0,\n",
-      "  \"d_model\": 1024,\n",
-      "  \"decoder_attention_heads\": 16,\n",
-      "  \"decoder_ffn_dim\": 4096,\n",
-      "  \"decoder_layerdrop\": 0.0,\n",
-      "  \"decoder_layers\": 12,\n",
-      "  \"decoder_start_token_id\": 2,\n",
-      "  \"dropout\": 0.1,\n",
-      "  \"early_stopping\": true,\n",
-      "  \"encoder_attention_heads\": 16,\n",
-      "  \"encoder_ffn_dim\": 4096,\n",
-      "  \"encoder_layerdrop\": 0.0,\n",
-      "  \"encoder_layers\": 12,\n",
-      "  \"eos_token_id\": 2,\n",
-      "  \"forced_bos_token_id\": 0,\n",
-      "  \"forced_eos_token_id\": 2,\n",
-      "  \"gradient_checkpointing\": false,\n",
-      "  \"id2label\": {\n",
-      "    \"0\": \"LABEL_0\",\n",
-      "    \"1\": \"LABEL_1\",\n",
-      "    \"2\": \"LABEL_2\"\n",
-      "  },\n",
-      "  \"init_std\": 0.02,\n",
-      "  \"is_encoder_decoder\": true,\n",
-      "  \"label2id\": {\n",
-      "    \"LABEL_0\": 0,\n",
-      "    \"LABEL_1\": 1,\n",
-      "    \"LABEL_2\": 2\n",
-      "  },\n",
-      "  \"max_position_embeddings\": 1024,\n",
-      "  \"model_type\": \"bart\",\n",
-      "  \"no_repeat_ngram_size\": 3,\n",
-      "  \"normalize_before\": false,\n",
-      "  \"num_beams\": 4,\n",
-      "  \"num_hidden_layers\": 12,\n",
-      "  \"pad_token_id\": 1,\n",
-      "  \"scale_embedding\": false,\n",
-      "  \"task_specific_params\": {\n",
-      "    \"summarization\": {\n",
-      "      \"length_penalty\": 1.0,\n",
-      "      \"max_length\": 128,\n",
-      "      \"min_length\": 12,\n",
-      "      \"num_beams\": 4\n",
-      "    },\n",
-      "    \"summarization_cnn\": {\n",
-      "      \"length_penalty\": 2.0,\n",
-      "      \"max_length\": 142,\n",
-      "      \"min_length\": 56,\n",
-      "      \"num_beams\": 4\n",
-      "    },\n",
-      "    \"summarization_xsum\": {\n",
-      "      \"length_penalty\": 1.0,\n",
-      "      \"max_length\": 62,\n",
-      "      \"min_length\": 11,\n",
-      "      \"num_beams\": 6\n",
-      "    }\n",
-      "  },\n",
-      "  \"torch_dtype\": \"float32\",\n",
-      "  \"transformers_version\": \"4.23.1\",\n",
-      "  \"use_cache\": true,\n",
-      "  \"vocab_size\": 50265\n",
-      "}\n",
-      "\n",
-      "loading weights file ./trained-models/blackbox\\pytorch_model.bin\n",
-      "All model checkpoint weights were used when initializing BartForConditionalGeneration.\n",
-      "\n",
-      "All the weights of BartForConditionalGeneration were initialized from the model checkpoint at ./trained-models/blackbox.\n",
-      "If your task is similar to the task the model of the checkpoint was trained on, you can already use BartForConditionalGeneration for predictions without further training.\n",
-      "loading file vocab.json from cache at C:\\Users\\Albin/.cache\\huggingface\\hub\\models--facebook--bart-base\\snapshots\\aadd2ab0ae0c8268c7c9693540e9904811f36177\\vocab.json\n",
-      "loading file merges.txt from cache at C:\\Users\\Albin/.cache\\huggingface\\hub\\models--facebook--bart-base\\snapshots\\aadd2ab0ae0c8268c7c9693540e9904811f36177\\merges.txt\n",
-      "loading file added_tokens.json from cache at None\n",
-      "loading file special_tokens_map.json from cache at None\n",
-      "loading file tokenizer_config.json from cache at None\n",
-      "loading configuration file config.json from cache at C:\\Users\\Albin/.cache\\huggingface\\hub\\models--facebook--bart-base\\snapshots\\aadd2ab0ae0c8268c7c9693540e9904811f36177\\config.json\n",
-      "Model config BartConfig {\n",
-      "  \"_name_or_path\": \"facebook/bart-base\",\n",
-      "  \"activation_dropout\": 0.1,\n",
-      "  \"activation_function\": \"gelu\",\n",
-      "  \"add_bias_logits\": false,\n",
-      "  \"add_final_layer_norm\": false,\n",
-      "  \"architectures\": [\n",
-      "    \"BartModel\"\n",
-      "  ],\n",
-      "  \"attention_dropout\": 0.1,\n",
-      "  \"bos_token_id\": 0,\n",
-      "  \"classif_dropout\": 0.1,\n",
-      "  \"classifier_dropout\": 0.0,\n",
-      "  \"d_model\": 768,\n",
-      "  \"decoder_attention_heads\": 12,\n",
-      "  \"decoder_ffn_dim\": 3072,\n",
-      "  \"decoder_layerdrop\": 0.0,\n",
-      "  \"decoder_layers\": 6,\n",
-      "  \"decoder_start_token_id\": 2,\n",
-      "  \"dropout\": 0.1,\n",
-      "  \"early_stopping\": true,\n",
-      "  \"encoder_attention_heads\": 12,\n",
-      "  \"encoder_ffn_dim\": 3072,\n",
-      "  \"encoder_layerdrop\": 0.0,\n",
-      "  \"encoder_layers\": 6,\n",
-      "  \"eos_token_id\": 2,\n",
-      "  \"forced_bos_token_id\": 0,\n",
-      "  \"forced_eos_token_id\": 2,\n",
-      "  \"gradient_checkpointing\": false,\n",
-      "  \"id2label\": {\n",
-      "    \"0\": \"LABEL_0\",\n",
-      "    \"1\": \"LABEL_1\",\n",
-      "    \"2\": \"LABEL_2\"\n",
-      "  },\n",
-      "  \"init_std\": 0.02,\n",
-      "  \"is_encoder_decoder\": true,\n",
-      "  \"label2id\": {\n",
-      "    \"LABEL_0\": 0,\n",
-      "    \"LABEL_1\": 1,\n",
-      "    \"LABEL_2\": 2\n",
-      "  },\n",
-      "  \"max_position_embeddings\": 1024,\n",
-      "  \"model_type\": \"bart\",\n",
-      "  \"no_repeat_ngram_size\": 3,\n",
-      "  \"normalize_before\": false,\n",
-      "  \"normalize_embedding\": true,\n",
-      "  \"num_beams\": 4,\n",
-      "  \"num_hidden_layers\": 6,\n",
-      "  \"pad_token_id\": 1,\n",
-      "  \"scale_embedding\": false,\n",
-      "  \"task_specific_params\": {\n",
-      "    \"summarization\": {\n",
-      "      \"length_penalty\": 1.0,\n",
-      "      \"max_length\": 128,\n",
-      "      \"min_length\": 12,\n",
-      "      \"num_beams\": 4\n",
-      "    },\n",
-      "    \"summarization_cnn\": {\n",
-      "      \"length_penalty\": 2.0,\n",
-      "      \"max_length\": 142,\n",
-      "      \"min_length\": 56,\n",
-      "      \"num_beams\": 4\n",
-      "    },\n",
-      "    \"summarization_xsum\": {\n",
-      "      \"length_penalty\": 1.0,\n",
-      "      \"max_length\": 62,\n",
-      "      \"min_length\": 11,\n",
-      "      \"num_beams\": 6\n",
-      "    }\n",
-      "  },\n",
-      "  \"torch_dtype\": \"float32\",\n",
-      "  \"transformers_version\": \"4.23.1\",\n",
-      "  \"use_cache\": true,\n",
-      "  \"vocab_size\": 50265\n",
-      "}\n",
-      "\n"
-     ]
-    },
     {
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "SELECT DISTINCT?uri WHERE {?x dbo:party res:International_Muslim_Brotherhood.?x dbp:seats?uri . }\n",
-      "\"Which sects people are part of local political parties which fall under the International Muslim Brotherhood? | 'local political parties'-res:Political_Parties_(book) | 'International Muslim Brotherhood'-res:Muslim_Brotherhood | 'sects'-dbp:seats | 'fall'-dbo:movement\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/party> <http://dbpedia.org/resource/International_Muslim_Brotherhood> . ?x <http://dbpedia.org/property/seats> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:party res:International_Muslim_Brotherhood.?x dbo:religion?uri . }\n",
+      "\"Which sects people are part of local political parties which fall under the International Muslim Brotherhood? | 'local political parties'-res:Political_Parties_(book) | 'International Muslim Brotherhood'-res:Muslim_Brotherhood | 'sects'-dbp:seats | 'fall'-dbo:movement\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/party> <http://dbpedia.org/resource/International_Muslim_Brotherhood> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:deputy res:Neil_Brown_(Australian_politician).?uri rdf:type dbo:OfficeHolder}\n",
       "\"Who is the office holder with deputies as Neil Brown and Andrew Peacock? | 'Neil Brown'-res:Neil_Brown_(Australian_politician) | 'Andrew Peacock'-res:Andrew_Peacock | 'office holder'-dbo:owner | 'deputies'-dbo:deputy\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/deputy> <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:battles res:World_War_II.?x Battles?uri }\n",
-      "\"How many other battles have the military person fought whose one of the battles is World War II ? | 'II'-res:Ii | 'World War'-res:World_War_II | 'battles'-dbp:battles | 'battles'-dbp:battles\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/World_War_II> . ?x Battles ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:battles res:World_War_II.?x rdf:type dbo:MilitaryPerson}\n",
+      "\"How many other battles have the military person fought whose one of the battles is World War II ? | 'II'-res:Ii | 'World War'-res:World_War_II | 'battles'-dbp:battles | 'battles'-dbp:battles\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/World_War_II> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryPerson>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:parentOrganisation res:Comcast.?uri dbp:network?x . }\n",
       "\"Whose network's parent organisation is Comcast? | 'parent organisation'-res:Parent | 'Comcast'-res:Comcast | 'parent organisation'-dbo:parentOrganisation | 'network'-dbo:network\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parentOrganisation> <http://dbpedia.org/resource/Comcast> . ?uri <http://dbpedia.org/property/network> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:distributor res:RKO_Pictures and hasmusicComposer res:Bernard_Herrmann .?uri rdf:type dbo:Film}\n",
-      "\"Name the movies distributed by RKO Pictures and has music composer as Bernard Herrmann? | 'RKO Pictures'-res:RKO_Pictures | 'Bernard Herrmann'-res:Bernard_Herrmann | 'name'-dbp:name | 'movies'-dbo:film | 'distributed'-dbo:distributor | 'music composer'-dbo:creator\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/RKO_Pictures> and hasmusicComposer <http://dbpedia.org/resource/Bernard_Herrmann> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
-      "\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:distributor res:RKO_Pictures.?uri dbo:musicComposer res:Bernard_Herrmann . }\n",
+      "\"Name the movies distributed by RKO Pictures and has music composer as Bernard Herrmann? | 'RKO Pictures'-res:RKO_Pictures | 'Bernard Herrmann'-res:Bernard_Herrmann | 'name'-dbp:name | 'movies'-dbo:film | 'distributed'-dbo:distributor | 'music composer'-dbo:creator\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/RKO_Pictures> . ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . }\"\n",
       "\n",
-      "\"What is the magazine which have been  founded by Ralph J. Gleason? | 'J'-res:J | 'Ralph  Gleason'-res:Ralph_J._Gleason | 'founded by'-dbo:founder | 'magazine'-dbo:Magazine\",\"\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:founder res:Ralph_J._Gleason .?uri rdf:type dbo:Magazine}\n",
+      "\"What is the magazine which have been  founded by Ralph J. Gleason? | 'J'-res:J | 'Ralph  Gleason'-res:Ralph_J._Gleason | 'founded by'-dbo:founder | 'magazine'-dbo:Magazine\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/founder> <http://dbpedia.org/resource/Ralph_J._Gleason> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Magazine>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Barq's_related_(Beverage) dbp:locationCountry?x.?x dbo:locationCity?uri . }\n",
-      "\"In which cities can the beverage related to Barq's be found? | 'Barq'-res:Barq | 'cities'-dbo:country | 'beverage'-dbo:strength | 'related'-dbo:related\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Barq's_related_(Beverage)> <http://dbpedia.org/property/locationCountry> ?x . ?x <http://dbpedia.org/ontology/locationCity> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:related res:Barq's.?x dbp:location?uri . }\n",
+      "\"In which cities can the beverage related to Barq's be found? | 'Barq'-res:Barq | 'cities'-dbo:country | 'beverage'-dbo:strength | 'related'-dbo:related\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/related> <http://dbpedia.org/resource/Barq's> . ?x <http://dbpedia.org/property/location> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:role res:Air_interdiction.?militaryUnit?uri .?x rdf:type dbo:MilitaryUnit}\n",
-      "\"Who was in military unit which played the role of Air interdiction? | 'Air interdiction'-res:Air_interdiction | 'military unit'-dbo:militaryUnit | 'played'-dbo:portrayer | 'role'-dbo:role\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/role> <http://dbpedia.org/resource/Air_interdiction> . ?militaryUnit ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:role res:Air_interdiction .?uri rdf:type dbo:MilitaryUnit}\n",
+      "\"Who was in military unit which played the role of Air interdiction? | 'Air interdiction'-res:Air_interdiction | 'military unit'-dbo:militaryUnit | 'played'-dbo:portrayer | 'role'-dbo:role\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/role> <http://dbpedia.org/resource/Air_interdiction> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Insects_vs_Robots dbp:currentMembers?uri } \n",
       "\"Who are the current members of Insects vs Robots? | 'Insects vs Robots'-res:Insects_vs_Robots | 'current members'-dbp:currentMembers\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Insects_vs_Robots> <http://dbpedia.org/property/currentMembers> ?uri } \"\n",
@@ -1297,8 +810,8 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:notableWork res:Novelas_ejemplares.?uri dbp:author?x . }\n",
       "\"How many books are written by the author who is famous for Novelas Ejemplares? | 'Novelas Ejemplares'-res:Novelas_ejemplares | 'books'-dbo:volume | 'written'-dbo:animal | 'author'-dbo:author | 'famous'-dbo:service\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Novelas_ejemplares> . ?uri <http://dbpedia.org/property/author> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Stanford_Cardinal.?uri dbp:university?x. }\n",
-      "\"to which university did both, the Stanford Cardinal and Gerald Reaven go? | 'both,'-res:Both | 'Stanford Cardinal'-res:Stanford_Cardinal | 'Gerald Reaven'-res:Gerald_Reaven | 'university'-dbp:university\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stanford_Cardinal> . ?uri <http://dbpedia.org/property/university> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Stanford_Cardinal dbo:institution?uri. res:Gerald_Reaven dbp:university?uri. }\n",
+      "\"to which university did both, the Stanford Cardinal and Gerald Reaven go? | 'both,'-res:Both | 'Stanford Cardinal'-res:Stanford_Cardinal | 'Gerald Reaven'-res:Gerald_Reaven | 'university'-dbp:university\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stanford_Cardinal> <http://dbpedia.org/ontology/institution> ?uri . <http://dbpedia.org/resource/Gerald_Reaven> <http://dbpedia.org/property/university> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Deion_Sanders dbp:debutteam?uri } \n",
       "\"where did Deion Sanders debut? | 'Deion Sanders'-res:Deion_Sanders | 'debut'-dbp:debutteam\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Deion_Sanders> <http://dbpedia.org/property/debutteam> ?uri } \"\n",
@@ -1309,8 +822,8 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:training res:San_Francisco_Art_Institute .?uri rdf:type dbo:Artist}\n",
       "\"Which artists trained in San Francisco Art Institute? | 'San Francisco Art Institute'-res:San_Francisco_Art_Institute | 'trained'-dbp:training | 'artist'-dbo:Artist\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/training> <http://dbpedia.org/resource/San_Francisco_Art_Institute> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Artist>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Aureus_University_School_of_Medicine dbo:currency?uri } \n",
-      "\"Name the country with currency as Aureus ? | 'Aureus'-res:Aureus_University_School_of_Medicine | 'name'-dbp:name | 'country'-dbo:kingdom | 'currency'-dbo:currency\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Aureus_University_School_of_Medicine> <http://dbpedia.org/ontology/currency> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:currency res:Aureus_University_School_of_Medicine .?uri rdf:type dbo:Country}\n",
+      "\"Name the country with currency as Aureus ? | 'Aureus'-res:Aureus_University_School_of_Medicine | 'name'-dbp:name | 'country'-dbo:kingdom | 'currency'-dbo:currency\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/currency> <http://dbpedia.org/resource/Aureus_University_School_of_Medicine> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:A._Peter_Dewey dbp:awards?uri } \n",
       "\"what awards have been given to A. Peter Dewey? | 'A'-res:A | 'Peter Dewey'-res:A._Peter_Dewey | 'awards'-dbo:award\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A._Peter_Dewey> <http://dbpedia.org/property/awards> ?uri } \"\n",
@@ -1318,71 +831,71 @@
       "SELECT DISTINCT COUNT(?uri) WHERE { res:Muhammad_Yunus dbp:awards?uri . }\n",
       "\"Muhammad Yunus has won how many awards? | 'Muhammad yunus'-res:Muhammad_Yunus | 'won'-dbo:award | 'awards'-dbo:award\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Muhammad_Yunus> <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:label res:Motown.?x dbo:associatedBand?uri . }\n",
-      "\"List the associates of bands which have a label by Motown ? | 'Motown'-res:Motown | 'associates'-dbo:team | 'bands'-dbo:staff | 'label'-dbp:label\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Motown> . ?x <http://dbpedia.org/ontology/associatedBand> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:label res:Motown.?x dbo:associatedActs?uri . }\n",
+      "\"List the associates of bands which have a label by Motown ? | 'Motown'-res:Motown | 'associates'-dbo:team | 'bands'-dbo:staff | 'label'-dbp:label\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Motown> . ?x <http://dbpedia.org/ontology/associatedActs> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Kwai_Chang_Caine dbp:religion?uri } \n",
       "\"What is the faith of Kwai Chang Caine ? | 'Kwai Chang Caine'-res:Kwai_Chang_Caine | 'faith'-dbo:religion\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kwai_Chang_Caine> <http://dbpedia.org/property/religion> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:leaderName res:Pullaiahgaripalli.?x dbo:house?uri . }\n",
-      "\"What are the houses of the legislature where the leader is called Pullaiahgaripalli ? | 'Pullaiahgaripalli'-res:Pullaiahgaripalli | 'houses'-dbo:house | 'legislature'-dbo:politicalPartyInLegislature | 'leader'-dbo:leader | 'called'-dbp:nickname\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Pullaiahgaripalli> . ?x <http://dbpedia.org/ontology/house> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:leader res:Pullaiahgaripalli.?x dbo:house?uri . }\n",
+      "\"What are the houses of the legislature where the leader is called Pullaiahgaripalli ? | 'Pullaiahgaripalli'-res:Pullaiahgaripalli | 'houses'-dbo:house | 'legislature'-dbo:politicalPartyInLegislature | 'leader'-dbo:leader | 'called'-dbp:nickname\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Pullaiahgaripalli> . ?x <http://dbpedia.org/ontology/house> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:architecturalStyle res:Sanggar_Agung.?x dbo:religion?uri . }\n",
       "\"How many religions are followed by the group whose architectural style can be seen on Sanggar Agung? | 'Sanggar Agung'-res:Sanggar_Agung | 'religions'-dbo:religion | 'architectural style'-dbo:type\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/architecturalStyle> <http://dbpedia.org/resource/Sanggar_Agung> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:writtenIn res:C++.?uri dbo:author?x . }\n",
-      "\"How many things are written in C++? | 'C++'-res:C++ | 'written'-dbp:writtenIn\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/C++> . ?uri <http://dbpedia.org/ontology/author> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:writtenIn res:C++ . }\n",
+      "\"How many things are written in C++? | 'C++'-res:C++ | 'written'-dbp:writtenIn\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/C++> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:PLUS_Expressways dbo:highwayUnit?uri. res:Serbian_police_helicopter_unit dbp:hubs?uri} \n",
-      "\"What are the hubs of PLUS Helicopter Services, a highway helicopter unit of PLUS Expressways? | 'PLUS'-res:Plus | 'Helicopter Services,'-res:PLUS_Expressways | 'highway helicopter unit'-res:Serbian_police_helicopter_unit | 'PLUS'-res:Plus | 'Expressways'-res:Expressways_of_Singapore | 'hubs'-dbp:hubs\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/PLUS_Expressways> <http://dbpedia.org/ontology/highwayUnit> ?uri . <http://dbpedia.org/resource/Serbian_police_helicopter_unit> <http://dbpedia.org/property/hubs> ?uri} \"\n",
+      "SELECT DISTINCT?uri WHERE { res:PLUS_Expressways dbo:highway_hipopter_services?x.?x dbp:hubs?uri . }\n",
+      "\"What are the hubs of PLUS Helicopter Services, a highway helicopter unit of PLUS Expressways? | 'PLUS'-res:Plus | 'Helicopter Services,'-res:PLUS_Expressways | 'highway helicopter unit'-res:Serbian_police_helicopter_unit | 'PLUS'-res:Plus | 'Expressways'-res:Expressways_of_Singapore | 'hubs'-dbp:hubs\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/PLUS_Expressways> <http://dbpedia.org/ontology/highway_hipopter_services> ?x . ?x <http://dbpedia.org/property/hubs> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?xarchitect res:Louis_D._Astorino.?x dbp:architect?uri . }\n",
-      "\"Who are the architect of the stadium whose one of the architect is louis D. Astorino ? | 'louis D. Astorino'-res:Louis_D._Astorino | 'architect'-dbo:architect | 'stadium'-dbo:stadium | 'architect'-dbo:architect\",\"SELECT DISTINCT ?uri WHERE { ?xarchitect <http://dbpedia.org/resource/Louis_D._Astorino> . ?x <http://dbpedia.org/property/architect> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:architect res:Louis_D._Astorino.?x rdf:type dbo:Stadium}\n",
+      "\"Who are the architect of the stadium whose one of the architect is louis D. Astorino ? | 'louis D. Astorino'-res:Louis_D._Astorino | 'architect'-dbo:architect | 'stadium'-dbo:stadium | 'architect'-dbo:architect\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Louis_D._Astorino> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Stadium>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { ingredients res:Blodpalt.?uri dbo:ingredient res:Kaszanka. }\n",
-      "\"What is a common ingredient used in boyt Blodpalt and Kaszanka ? | 'Boyt blodpalt'-res:Blodpalt | 'Kaszanka'-res:Kaszanka | 'common ingredient'-dbo:ingredient\",\"SELECT DISTINCT ?uri WHERE { ingredients <http://dbpedia.org/resource/Blodpalt> . ?uri <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Kaszanka> . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Blodpalt dbo:ingredient?uri. res:Kaszanka dbp:characterName?uri. }\n",
+      "\"What is a common ingredient used in boyt Blodpalt and Kaszanka ? | 'Boyt blodpalt'-res:Blodpalt | 'Kaszanka'-res:Kaszanka | 'common ingredient'-dbo:ingredient\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blodpalt> <http://dbpedia.org/ontology/ingredient> ?uri . <http://dbpedia.org/resource/Kaszanka> <http://dbpedia.org/property/characterName> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:screenplay res:Akiva_Goldsman .?uri rdf:type dbo:Film}\n",
       "\"Which movies's screenplay is written by Akiva Goldsman | 'screenplay'-res:Katha_Screenplay_Darsakatvam_Appalaraju | 'Akiva Goldsman'-res:Akiva_Goldsman | 'screenplay'-dbp:screenplay | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/screenplay> <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Battle_of_Fort_Stephenson dbo:commander?uri. res:Battles?uri. }\n",
-      "\"Give me all commanders which had an important role in both, the Battle of Fort Stephenson and Battle of the Thames? | 'Battle of Fort Stephenson'-res:Battle_of_Fort_Stephenson | 'Battle of the Thames'-res:Battle_of_the_Thames | 'commanders'-dbo:commander | 'role'-dbp:place\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Battle_of_Fort_Stephenson> <http://dbpedia.org/ontology/commander> ?uri . <http://dbpedia.org/resource/Battles> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Battle_of_Fort_Stephenson dbo:commander?uri. res:Bp:place?uri. }\n",
+      "\"Give me all commanders which had an important role in both, the Battle of Fort Stephenson and Battle of the Thames? | 'Battle of Fort Stephenson'-res:Battle_of_Fort_Stephenson | 'Battle of the Thames'-res:Battle_of_the_Thames | 'commanders'-dbo:commander | 'role'-dbp:place\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Battle_of_Fort_Stephenson> <http://dbpedia.org/ontology/commander> ?uri . <http://dbpedia.org/resource/Bp:place> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Blade_Runner_2:_The_Edge_of_Human .?x rdf:type dbo:Book}\n",
-      "\"To which series does the book belong which came after the Blade Runner 2? | 'Blade Runner 2'-res:Blade_Runner_2:_The_Edge_of_Human | 'series'-dbo:series | 'book'-dbo:volume | 'belong'-dbo:date\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blade_Runner_2:_The_Edge_of_Human> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Blade_Runner_2:_The_Edge_of_Human dbo:subsequentWork?x.?x dbp:series?uri . }\n",
+      "\"To which series does the book belong which came after the Blade Runner 2? | 'Blade Runner 2'-res:Blade_Runner_2:_The_Edge_of_Human | 'series'-dbo:series | 'book'-dbo:volume | 'belong'-dbo:date\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blade_Runner_2:_The_Edge_of_Human> <http://dbpedia.org/ontology/subsequentWork> ?x . ?x <http://dbpedia.org/property/series> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:The_Ultimate_Fighter:_Team_Rousey_vs._Team_Tate dbp:city?uri } \n",
       "\"In which city did The Ultimate Fighter: Team Rousey vs. Team Tate take place ? | 'The Ultimate Fighter: Team Rousey vs Team Tate'-res:The_Ultimate_Fighter:_Team_Rousey_vs._Team_Tate | 'city'-dbp:city | 'place'-dbo:place\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Ultimate_Fighter:_Team_Rousey_vs._Team_Tate> <http://dbpedia.org/property/city> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:purpose res:Environmentalism_and_Peace .?uri rdf:type dbo:Organisation}\n",
-      "\"What is the organisation whose purposes are Environmentalism and Peace? | 'Environmentalism and Peace'-res:Peace | 'organisation'-dbo:organisation | 'purposes'-dbp:purpose\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/Environmentalism_and_Peace> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Organisation>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:purpose res:Environmentalism_and_Peace . }\n",
+      "\"What is the organisation whose purposes are Environmentalism and Peace? | 'Environmentalism and Peace'-res:Peace | 'organisation'-dbo:organisation | 'purposes'-dbp:purpose\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/Environmentalism_and_Peace> . }\"\n",
       "\n",
       " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:name res:Matt_Williams_(New_Zealand_footballer) } \n",
       "\"Count the number of sports team members  which have player named Matt Williams ? | 'Matt Williams'-res:Matt_Williams_(New_Zealand_footballer) | 'name'-dbp:name | 'name'-dbp:name\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/name> <http://dbpedia.org/resource/Matt_Williams_(New_Zealand_footballer)> } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:awards res:Timeform . }\n",
-      "\"How many different people own the Timeform award winners? | 'Timeform award winners'-res:Timeform\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Timeform> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:award res:Timeform.?x dbp:owner?uri . }\n",
+      "\"How many different people own the Timeform award winners? | 'Timeform award winners'-res:Timeform\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Timeform> . ?x <http://dbpedia.org/property/owner> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:militaryUnit res:Toronto_Western_Hospital.?x dbp:knownFor?uri . }\n",
-      "\"Which city is known for the people working in the western penn hospital? | 'western penn hospital'-res:Toronto_Western_Hospital | 'city'-dbo:city | 'working'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/militaryUnit> <http://dbpedia.org/resource/Toronto_Western_Hospital> . ?x <http://dbpedia.org/property/knownFor> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:hometown res:Toronto_Western_Hospital.?x dbp:knownFor?uri . }\n",
+      "\"Which city is known for the people working in the western penn hospital? | 'western penn hospital'-res:Toronto_Western_Hospital | 'city'-dbo:city | 'working'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hometown> <http://dbpedia.org/resource/Toronto_Western_Hospital> . ?x <http://dbpedia.org/property/knownFor> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Sidney_Catlin_Partridge dbo:education?uri. res:Lisa_Brummel dbp:almaMater?uri} \n",
       "\"Which education center Sidney Catlin Partrodge attended which was also the alma mater of Lisa Brummel ? | 'education center Sidney Catlin Partrodge'-res:Sidney_Catlin_Partridge | 'Lisa Brummel'-res:Lisa_Brummel | 'attended'-dbo:fat | 'alma mater'-dbo:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sidney_Catlin_Partridge> <http://dbpedia.org/ontology/education> ?uri . <http://dbpedia.org/resource/Lisa_Brummel> <http://dbpedia.org/property/almaMater> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:publisher res:Doubleday_(publisher).?x dbp:subject?uri . }\n",
-      "\"How many subjects are covered in the publications of Doubleday? | 'Doubleday'-res:Doubleday_(publisher) | 'subjects'-dbo:discipline | 'covered'-dbo:frozen | 'publications'-dbp:publications\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/publisher> <http://dbpedia.org/resource/Doubleday_(publisher)> . ?x <http://dbpedia.org/property/subject> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:publisher res:Doubleday_(publisher).?x dbo:subject?uri . }\n",
+      "\"How many subjects are covered in the publications of Doubleday? | 'Doubleday'-res:Doubleday_(publisher) | 'subjects'-dbo:discipline | 'covered'-dbo:frozen | 'publications'-dbp:publications\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Doubleday_(publisher)> . ?x <http://dbpedia.org/ontology/subject> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:organisation res:Trade_Association.?x dbo:regionServed?uri . }\n",
-      "\"List the served region of the organisations of Trade association. | 'Trade association'-res:Trade_association | 'served region'-dbo:regionServed | 'organisations'-dbo:organisation\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/organisation> <http://dbpedia.org/resource/Trade_Association> . ?x <http://dbpedia.org/ontology/regionServed> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:organisation res:Trade_association.?x dbo:regionServed?uri . }\n",
+      "\"List the served region of the organisations of Trade association. | 'Trade association'-res:Trade_association | 'served region'-dbo:regionServed | 'organisations'-dbo:organisation\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/organisation> <http://dbpedia.org/resource/Trade_association> . ?x <http://dbpedia.org/ontology/regionServed> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Tonight's_the_Night_(2003_musical) dbp:music?uri } \n",
       "\"Who composed the music for Tonight's the Night ? | 'Tonight's the Night'-res:Tonight's_the_Night_(2003_musical) | 'music'-dbp:music\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tonight's_the_Night_(2003_musical)> <http://dbpedia.org/property/music> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:breeder res:Bert_S._Michell.?x dbp:race?uri . }\n",
-      "\"What awards have been given to race horses bred by Bert Michell? | 'Bert Michell'-res:Bert_S._Michell | 'awards'-dbo:award | 'race horses'-dbo:race | 'bred'-dbo:genus\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/breeder> <http://dbpedia.org/resource/Bert_S._Michell> . ?x <http://dbpedia.org/property/race> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:breeder res:Bert_S._Michell.?x dbp:awards?uri . }\n",
+      "\"What awards have been given to race horses bred by Bert Michell? | 'Bert Michell'-res:Bert_S._Michell | 'awards'-dbo:award | 'race horses'-dbo:race | 'bred'-dbo:genus\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/breeder> <http://dbpedia.org/resource/Bert_S._Michell> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:leader res:Y._S._Rajasekhara_Reddy.?x dbo:affiliation?uri . }\n",
-      "\"Which party won the elections when Y.S. Rajasekhara Reddy was in power? | 'YS'-res:Ys | 'Rajasekhara Reddy'-res:Y._S._Rajasekhara_Reddy | 'party'-dbo:party | 'won'-dbo:city | 'elections'-dbo:selection | 'power'-dbo:weight\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Y._S._Rajasekhara_Reddy> . ?x <http://dbpedia.org/ontology/affiliation> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:leader res:Y._S._Rajasekhara_Reddy.?x dbo:party?uri . }\n",
+      "\"Which party won the elections when Y.S. Rajasekhara Reddy was in power? | 'YS'-res:Ys | 'Rajasekhara Reddy'-res:Y._S._Rajasekhara_Reddy | 'party'-dbo:party | 'won'-dbo:city | 'elections'-dbo:selection | 'power'-dbo:weight\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Y._S._Rajasekhara_Reddy> . ?x <http://dbpedia.org/ontology/party> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Frampton's_Camel dbo:producer?uri } \n",
       "\"Who is the producer of  Frampton's Camel ? | 'Frampton's Camel'-res:Frampton's_Camel | 'producer'-dbo:producer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Frampton's_Camel> <http://dbpedia.org/ontology/producer> ?uri } \"\n",
@@ -1390,8 +903,8 @@
       "SELECT DISTINCT?uri WHERE {?x rdf:type dbo:Scientist}\n",
       "\"What is the alma mater of the scientist who is known for Rational analysis ? | 'scientist'-res:Scientist | 'Rational analysis'-res:Rational_analysis | 'alma mater'-dbo:school\",\"SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:relatives res:Clan_McDuck.?uri dbo:relative res:Huey_Dewey,_and_Louie. }\n",
-      "\"Whose relatives are Clan McDuck and Huey, Dewey, and Louie? | 'Clan McDuck'-res:Clan_McDuck | 'Huey, Dewey,'-res:Huey,_Dewey,_and_Louie | 'Louie'-res:Louie | 'relatives'-dbp:relatives | 'relatives'-dbp:relatives\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Clan_McDuck> . ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Huey_Dewey,_and_Louie> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:relatives res:Clan_McDuck.?uri dbo:relative res:Louie. }\n",
+      "\"Whose relatives are Clan McDuck and Huey, Dewey, and Louie? | 'Clan McDuck'-res:Clan_McDuck | 'Huey, Dewey,'-res:Huey,_Dewey,_and_Louie | 'Louie'-res:Louie | 'relatives'-dbp:relatives | 'relatives'-dbp:relatives\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Clan_McDuck> . ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Louie> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:capital res:Podgorica.?x dbp:currency?uri . }\n",
       "\"What currencies are used in the country whose capital is Podgorica? | 'Currencies'-res:Currencies_of_Puerto_Rico | 'Podgorica'-res:Podgorica | 'capital'-dbo:capital | 'currencies'-dbp:currency\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/capital> <http://dbpedia.org/resource/Podgorica> . ?x <http://dbpedia.org/property/currency> ?uri . }\"\n",
@@ -1399,26 +912,26 @@
       " SELECT DISTINCT?uri WHERE { res:William_Anthony_(artist) dbp:training?uri } \n",
       "\"Where was  William Anthony  trained ? | 'William Anthony'-res:William_Anthony_(artist) | 'trained'-dbo:training\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> <http://dbpedia.org/property/training> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:languageFamily res:Anglo-Frisian_languages } \n",
-      "\"Count all the ethinic group who speaks language which belongs to Anglo-Frisian language family ? | 'Anglo-Frisian language'-res:Anglo-Frisian_languages | 'count'-dbo:country | 'ethinic'-dbo:ethnicGroup | 'speaks'-dbo:language | 'language'-dbo:languageFamily | 'belongs'-dbp:date\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/languageFamily> <http://dbpedia.org/resource/Anglo-Frisian_languages> } \"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:languageFamily res:Anglo-Frisian_languages.?x dbp:language?uri }\n",
+      "\"Count all the ethinic group who speaks language which belongs to Anglo-Frisian language family ? | 'Anglo-Frisian language'-res:Anglo-Frisian_languages | 'count'-dbo:country | 'ethinic'-dbo:ethnicGroup | 'speaks'-dbo:language | 'language'-dbo:languageFamily | 'belongs'-dbp:date\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/languageFamily> <http://dbpedia.org/resource/Anglo-Frisian_languages> . ?x <http://dbpedia.org/property/language> ?uri }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:creators res:Paul_Dini .?uri rdf:type dbo:ComicsCharacter}\n",
       "\"Which comic characters were created by Paul Dini? | 'Paul Dini'-res:Paul_Dini | 'created by'-dbp:creators | 'characters'-dbo:ComicsCharacter\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Paul_Dini> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/ComicsCharacter>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Ted_Williams_Tunnel dbp:owner?uri. res:Leonard_Memorial_Knows_How_the_City_of_San_Bay. }\n",
-      "\"Which city council owns the Ted Williams tunnel and Leonard Memorial ridge? | 'Ted Williams tunnel'-res:Ted_Williams_Tunnel | 'Leonard Memorial ridge'-res:Ridge | 'owns'-dbo:owner | 'owns'-dbo:owner\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ted_Williams_Tunnel> <http://dbpedia.org/property/owner> ?uri . <http://dbpedia.org/resource/Leonard_Memorial_Knows_How_the_City_of_San_Bay> . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Ted_Williams_Tunnel dbp:owner?uri. res:Leonard_Memorial_Ridge dbo:owningCity?uri. }\n",
+      "\"Which city council owns the Ted Williams tunnel and Leonard Memorial ridge? | 'Ted Williams tunnel'-res:Ted_Williams_Tunnel | 'Leonard Memorial ridge'-res:Ridge | 'owns'-dbo:owner | 'owns'-dbo:owner\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ted_Williams_Tunnel> <http://dbpedia.org/property/owner> ?uri . <http://dbpedia.org/resource/Leonard_Memorial_Ridge> <http://dbpedia.org/ontology/owningCity> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:recordLabel res:EMI.?uri dbo:associatedMusicalArtist?x . }\n",
-      "\"How many bands collaborated with artists who signed up with EMI? | 'EMI'-res:Emi | 'bands'-dbo:staff | 'collaborated'-dbo:band | 'artists'-dbo:rkdArtistsId | 'signed'-dbo:movement\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/EMI> . ?uri <http://dbpedia.org/ontology/associatedMusicalArtist> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:recordLabel res:EMi.?uri dbo:associatedActs?x . }\n",
+      "\"How many bands collaborated with artists who signed up with EMI? | 'EMI'-res:Emi | 'bands'-dbo:staff | 'collaborated'-dbo:band | 'artists'-dbo:rkdArtistsId | 'signed'-dbo:movement\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/EMi> . ?uri <http://dbpedia.org/ontology/associatedActs> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Big_Ticket_Entertainment dbp:subsidiary?uri .?uri rdf:type dbo:TelevisionShow}\n",
-      "\"How many TV shows are of the company which are of company which is a subsidiary of Big  Ticket Entertainment ? | 'entertainment ticket'-res:Big_Ticket_Entertainment | 'shows'-dbo:place | 'company'-dbo:company | 'company'-dbo:company | 'subsidiary'-dbo:subsidiary\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Big_Ticket_Entertainment> <http://dbpedia.org/property/subsidiary> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:subsidiary res:Big_Ticket_Entertainment.?uri dbp:company?x }\n",
+      "\"How many TV shows are of the company which are of company which is a subsidiary of Big  Ticket Entertainment ? | 'entertainment ticket'-res:Big_Ticket_Entertainment | 'shows'-dbo:place | 'company'-dbo:company | 'company'-dbo:company | 'subsidiary'-dbo:subsidiary\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/subsidiary> <http://dbpedia.org/resource/Big_Ticket_Entertainment> . ?uri <http://dbpedia.org/property/company> ?x }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Barjas dbo:height?uri . }\n",
-      "\"In how many places are Marjas found? | 'Marjas'-res:Barjas | 'places'-dbo:height\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Barjas> <http://dbpedia.org/ontology/height> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE { res:Barjas dbo:placeOfBirth?uri . }\n",
+      "\"In how many places are Marjas found? | 'Marjas'-res:Barjas | 'places'-dbo:height\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Barjas> <http://dbpedia.org/ontology/placeOfBirth> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:leaderTitle res:Justin_Trudeau.?x dbo:restingplace?uri . }\n",
-      "\"Whose shrines are in a place governed by Justin Trudeau? | 'Justin Trudeau'-res:Justin_Trudeau | 'shrines'-dbo:chain | 'place'-dbo:place | 'governed'-dbo:director\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leaderTitle> <http://dbpedia.org/resource/Justin_Trudeau> . ?x <http://dbpedia.org/ontology/restingplace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:leader res:Justin_Trudeau.?uri dbo:place?x . }\n",
+      "\"Whose shrines are in a place governed by Justin Trudeau? | 'Justin Trudeau'-res:Justin_Trudeau | 'shrines'-dbo:chain | 'place'-dbo:place | 'governed'-dbo:director\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Justin_Trudeau> . ?uri <http://dbpedia.org/ontology/place> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Hackweiser dbp:leaderName?uri } \n",
       "\"Who is the leader of Hackweiser ? | 'Hackweiser'-res:Hackweiser | 'leader'-dbp:leaderName\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hackweiser> <http://dbpedia.org/property/leaderName> ?uri } \"\n",
@@ -1426,41 +939,41 @@
       "SELECT DISTINCT?uri WHERE { res:Hank_Brown dbp:successor?x.?x dbo:birthPlace?uri . }\n",
       "\"Where was the successor of Hank Brown born? | 'Hank Brown'-res:Hank_Brown | 'successor'-dbo:successor | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hank_Brown> <http://dbpedia.org/property/successor> ?x . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Katyayana_(Buddhist) dbp:mascot?uri } \n",
-      "\"What is the relegious affiliations of Katyayana ? | 'relegious affiliations'-res:Smithsonian_Affiliations | 'Katyayana'-res:Katyayana_(Buddhist) | 'relegious'-dbo:religion\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Katyayana_(Buddhist)> <http://dbpedia.org/property/mascot> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Katyayana_(Buddhist) dbp:mainInterests?uri } \n",
+      "\"What is the relegious affiliations of Katyayana ? | 'relegious affiliations'-res:Smithsonian_Affiliations | 'Katyayana'-res:Katyayana_(Buddhist) | 'relegious'-dbo:religion\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Katyayana_(Buddhist)> <http://dbpedia.org/property/mainInterests> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Mumbai_North_(Lok_Sabha_constituency) dbo:party?uri } \n",
-      "\"Which party has come in power in Mumbai North? | 'Mumbai North'-res:Mumbai_North_(Lok_Sabha_constituency) | 'in power'-dbp:constituency | 'party'-dbo:party\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mumbai_North_(Lok_Sabha_constituency)> <http://dbpedia.org/ontology/party> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Mumbai_North_(Lok_Sabha_constituency) dbp:party?uri } \n",
+      "\"Which party has come in power in Mumbai North? | 'Mumbai North'-res:Mumbai_North_(Lok_Sabha_constituency) | 'in power'-dbp:constituency | 'party'-dbo:party\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mumbai_North_(Lok_Sabha_constituency)> <http://dbpedia.org/property/party> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Bend,_Oregon dbo:custodian?uri } \n",
-      "\"Where are all the protected areas near Bend, Oregon? | 'Bend, Oregon'-res:Bend,_Oregon | 'protected'-dbo:custodian\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bend,_Oregon> <http://dbpedia.org/ontology/custodian> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:custodian res:Bend,_Oregon.?x dbp:cities?uri . }\n",
+      "\"Where are all the protected areas near Bend, Oregon? | 'Bend, Oregon'-res:Bend,_Oregon | 'protected'-dbo:custodian\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/custodian> <http://dbpedia.org/resource/Bend,_Oregon> . ?x <http://dbpedia.org/property/cities> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:distributor res:Cinema_International_Corporation . }\n",
-      "\"which movies have been published by Cinema International Corporation? | 'Cinema International Corporation'-res:Cinema_International_Corporation | 'published'-dbo:distributor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/distributor> <http://dbpedia.org/resource/Cinema_International_Corporation> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:publisher res:Cinema_International_Corporation .?uri rdf:type dbo:Film}\n",
+      "\"which movies have been published by Cinema International Corporation? | 'Cinema International Corporation'-res:Cinema_International_Corporation | 'published'-dbo:distributor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:academicDiscipline res:Neuroimaging.?x dbp:discipline?uri }\n",
-      "\"Count the total number of academic discipline of the journals whose one of the academic discipline is Neuroimaging ? | 'Neuroimaging'-res:Neuroimaging | 'count'-dbo:type | 'total'-dbo:result | 'academic discipline'-dbo:abstract | 'journals'-dbp:journal | 'academic discipline'-dbo:abstract\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/academicDiscipline> <http://dbpedia.org/resource/Neuroimaging> . ?x <http://dbpedia.org/property/discipline> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:academicDiscipline res:Neuroimaging.?x?uri }\n",
+      "\"Count the total number of academic discipline of the journals whose one of the academic discipline is Neuroimaging ? | 'Neuroimaging'-res:Neuroimaging | 'count'-dbo:type | 'total'-dbo:result | 'academic discipline'-dbo:abstract | 'journals'-dbp:journal | 'academic discipline'-dbo:abstract\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/academicDiscipline> <http://dbpedia.org/resource/Neuroimaging> . ?x ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Ferris_wheel dbp:type?x.?x dbo:City}\n",
-      "\"What are some cities which have a Ferris wheel? | 'Ferris wheel'-res:Ferris_wheel | 'cities'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ferris_wheel> <http://dbpedia.org/property/type> ?x . ?x <http://dbpedia.org/ontology/City>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:wheel res:Ferris_wheel.?x dbp:city?uri . }\n",
+      "\"What are some cities which have a Ferris wheel? | 'Ferris wheel'-res:Ferris_wheel | 'cities'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/wheel> <http://dbpedia.org/resource/Ferris_wheel> . ?x <http://dbpedia.org/property/city> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:music res:Gary_Chang.?x dbo:producer?uri . }\n",
-      "\"Who are the producers of the movies  which has music by Gary Chang ? | 'Gary Chang'-res:Gary_Chang | 'producers'-dbo:manufacturer | 'movies'-dbo:film | 'music'-dbo:musicComposer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Gary_Chang> . ?x <http://dbpedia.org/ontology/producer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:music res:Gary_Chang.?x dbo:manufacturer?uri . }\n",
+      "\"Who are the producers of the movies  which has music by Gary Chang ? | 'Gary Chang'-res:Gary_Chang | 'producers'-dbo:manufacturer | 'movies'-dbo:film | 'music'-dbo:musicComposer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Gary_Chang> . ?x <http://dbpedia.org/ontology/manufacturer> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:David_Animle_Hansen dbp:allegiance?uri } \n",
       "\"To which nation did David Animle Hanses owe his allegiance? | 'David Animle Hanses'-res:David_Animle_Hansen | 'nation'-dbo:country | 'owe'-dbo:leader | 'allegiance'-dbo:allegiance\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Animle_Hansen> <http://dbpedia.org/property/allegiance> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:The_God_Who_Wasn't_There dbp:starring?uri } \n",
-      "\"What is the alma mater of the actors of The God Who Wasn't There ? | 'The God Who Wasn't There'-res:The_God_Who_Wasn't_There | 'actor'-dbp:starring | 'alma mater'-dbp:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_God_Who_Wasn't_There> <http://dbpedia.org/property/starring> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:The_God_Who_Wasn't_There dbp:starring?x.?x dbo:almaMater?uri . }\n",
+      "\"What is the alma mater of the actors of The God Who Wasn't There ? | 'The God Who Wasn't There'-res:The_God_Who_Wasn't_There | 'actor'-dbp:starring | 'alma mater'-dbp:almaMater\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_God_Who_Wasn't_There> <http://dbpedia.org/property/starring> ?x . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:birthPlace res:Bellaire___Ohio.?uri dbo:team?x . }\n",
-      "\"The players born in Bellaire, Ohio have played for which team? | 'Bellaire, Ohio'-res:Bellaire,_Ohio | 'players'-dbo:material | 'born'-dbo:birthPlace | 'played'-dbo:portrayer | 'team'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/Bellaire___Ohio> . ?uri <http://dbpedia.org/ontology/team> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:birthPlace res:Bellaire,_Ohio.?x dbp:team?uri . }\n",
+      "\"The players born in Bellaire, Ohio have played for which team? | 'Bellaire, Ohio'-res:Bellaire,_Ohio | 'players'-dbo:material | 'born'-dbo:birthPlace | 'played'-dbo:portrayer | 'team'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Bellaire,_Ohio> . ?x <http://dbpedia.org/property/team> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Putri_Raemawasti dbo:birthName?uri . }\n",
-      "\"What is the birth name  of Putri Raemawasti ? | 'Putri Raemawasti'-res:Putri_Raemawasti | 'birth name'-dbo:birthName\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Putri_Raemawasti> <http://dbpedia.org/ontology/birthName> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Putri_Raemawasti dbo:birthName?uri } \n",
+      "\"What is the birth name  of Putri Raemawasti ? | 'Putri Raemawasti'-res:Putri_Raemawasti | 'birth name'-dbo:birthName\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Putri_Raemawasti> <http://dbpedia.org/ontology/birthName> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:associatedMusicalArtist res:Ren_Bonian.?x dbp:birthPlace?uri . }\n",
-      "\"Musical artists who are associated with Ren & Angela were born where ? | 'Ren & Angela'-res:Ren_Bonian | 'musical artists'-dbo:musicalArtist | 'associated'-dbo:associate | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Ren_Bonian> . ?x <http://dbpedia.org/property/birthPlace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:associatedMusicalArtist res:Ren_Bonian.?uri dbo:birthPlace?x . }\n",
+      "\"Musical artists who are associated with Ren & Angela were born where ? | 'Ren & Angela'-res:Ren_Bonian | 'musical artists'-dbo:musicalArtist | 'associated'-dbo:associate | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/associatedMusicalArtist> <http://dbpedia.org/resource/Ren_Bonian> . ?uri <http://dbpedia.org/ontology/birthPlace> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Language_Integrated_Query dbo:designer?uri } \n",
       "\"Who designed the language integrated query? | 'language integrated query'-res:Language_Integrated_Query | 'designed'-dbo:designer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Language_Integrated_Query> <http://dbpedia.org/ontology/designer> ?uri } \"\n",
@@ -1477,23 +990,23 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:screenplay res:Eric_Roth .?uri rdf:type dbo:Film}\n",
       "\"What are the movies whose screenplay is done by Eric Roth? | 'screenplay'-res:Screenplay | 'Eric Roth'-res:Eric_Roth | 'screenplay'-dbp:screenplay | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/screenplay> <http://dbpedia.org/resource/Eric_Roth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:recordedIn res:Miami.?x dbp:writer?uri . }\n",
-      "\"What is the total number of writers whose singles are recorded in Miami? | 'Miami'-res:Miami | 'total'-dbo:populationTotal | 'writers'-dbo:writer | 'singles'-dbo:slogan | 'recorded'-dbo:recordedIn\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/recordedIn> <http://dbpedia.org/resource/Miami> . ?x <http://dbpedia.org/property/writer> ?uri . }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:recordedIn res:Miami.?x dbp:writer?uri }\n",
+      "\"What is the total number of writers whose singles are recorded in Miami? | 'Miami'-res:Miami | 'total'-dbo:populationTotal | 'writers'-dbo:writer | 'singles'-dbo:slogan | 'recorded'-dbo:recordedIn\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/recordedIn> <http://dbpedia.org/resource/Miami> . ?x <http://dbpedia.org/property/writer> ?uri }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:architecturalStyle res:Sanggar_Agung.?x dbo:religion?uri . }\n",
       "\"What religions are followed by members of the societies whose architectural influences can be seen on the Sanggar Agung ? | 'societies'-res:Societies_of_Saint_Lucia | 'Sanggar Agung'-res:Sanggar_Agung | 'architectural'-dbp:architecturalStyle | 'religion'-dbo:religion\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architecturalStyle> <http://dbpedia.org/resource/Sanggar_Agung> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:membership res:European_Go_Federation.?x dbo:leaderName?uri . }\n",
-      "\"How many members are there in the European Go Federation? | 'European Go Federation'-res:Europe | 'European Go Federation'-res:European_Go_Federation | 'members'-dbo:membership | ''-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/membership> <http://dbpedia.org/resource/European_Go_Federation> . ?x <http://dbpedia.org/ontology/leaderName> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:league res:European_Go_Federation . }\n",
+      "\"How many members are there in the European Go Federation? | 'European Go Federation'-res:Europe | 'European Go Federation'-res:European_Go_Federation | 'members'-dbo:membership | ''-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/European_Go_Federation> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Daniel_L._D._Granger dbo:occupation?uri. res:Job_Durfee dbp:basedOn?uri. }\n",
-      "\"Daniel L D Granger and Job Durfee have based their political career in which US state? | 'L'-res:L | 'daniel  D Granger'-res:Daniel_D._Johnson | 'D'-res:D | 'daniel L  Granger'-res:Daniel_L._D._Granger | 'Job Durfee'-res:Job_Durfee | 'US'-res:United_States | 'based'-dbo:office | 'political career'-dbo:occupation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Daniel_L._D._Granger> <http://dbpedia.org/ontology/occupation> ?uri . <http://dbpedia.org/resource/Job_Durfee> <http://dbpedia.org/property/basedOn> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Daniel_L._D._Granger dbo:basedOn?uri. res:Job_Durfee dbp:occupation?uri. }\n",
+      "\"Daniel L D Granger and Job Durfee have based their political career in which US state? | 'L'-res:L | 'daniel  D Granger'-res:Daniel_D._Johnson | 'D'-res:D | 'daniel L  Granger'-res:Daniel_L._D._Granger | 'Job Durfee'-res:Job_Durfee | 'US'-res:United_States | 'based'-dbo:office | 'political career'-dbo:occupation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Daniel_L._D._Granger> <http://dbpedia.org/ontology/basedOn> ?uri . <http://dbpedia.org/resource/Job_Durfee> <http://dbpedia.org/property/occupation> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:language res:Marika_Nezer.?x dbo:anthem?uri . }\n",
-      "\"Marika Gombitov makes songs in which languages? | 'Marika gombitov'-res:Marika_Nezer | 'songs'-dbo:anthem | 'languages'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Marika_Nezer> . ?x <http://dbpedia.org/ontology/anthem> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:language res:Marika_Gombitov.?x dbo:language?uri . }\n",
+      "\"Marika Gombitov makes songs in which languages? | 'Marika gombitov'-res:Marika_Nezer | 'songs'-dbo:anthem | 'languages'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Marika_Gombitov> . ?x <http://dbpedia.org/ontology/language> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:recordLabel res:EMI.?uri dbo:associatedBand?x . }\n",
-      "\"What are some musical artists associated with the ones signed up with EMI? | 'EMI'-res:Emi | 'musical artists'-dbo:show | 'associated'-dbo:associatedBand | 'signed'-dbo:movement\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/EMI> . ?uri <http://dbpedia.org/ontology/associatedBand> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:recordLabel res:EMi.?x dbp:associatedMusicalArtist?uri . }\n",
+      "\"What are some musical artists associated with the ones signed up with EMI? | 'EMI'-res:Emi | 'musical artists'-dbo:show | 'associated'-dbo:associatedBand | 'signed'-dbo:movement\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/EMi> . ?x <http://dbpedia.org/property/associatedMusicalArtist> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:doctoralAdvisor res:Mary_Ainsworth .?uri rdf:type dbo:Scientist}\n",
       "\"Name the scientist whose supervisor also supervised Mary Ainsworth? | 'scientist'-res:Scientist_(musician) | 'Mary Ainsworth'-res:Mary_Ainsworth | 'name'-dbp:name | 'supervisor'-dbo:doctoralAdvisor | 'supervised'-dbo:doctoralAdvisor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Mary_Ainsworth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
@@ -1504,68 +1017,68 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:awards res:Copley_Medal .?uri rdf:type dbo:Scientist}\n",
       "\"Copley Medal has been awarded to which scientists? | 'copley Medal'-res:Copley_Medal | 'scientists'-res:Scientists_for_Global_Responsibility | 'awarded'-dbp:awards | 'scientist'-dbo:Scientist\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Copley_Medal> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:headquarters res:Beverly_Hills,_California.?x dbo:award?uri }\n",
-      "\"What is the total number of awards whose presenter's headquarters is Beverly Hills, California? | 'Beverly Hills, California'-res:Beverly_Hills,_California | 'total'-dbo:populationTotal | 'awards'-dbo:award | 'presenter'-dbo:presenter | 'headquarters'-dbp:headquarters\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Beverly_Hills,_California> . ?x <http://dbpedia.org/ontology/award> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:headquarters res:Beverly_Hills,_California.?x dbo:presenter?uri }\n",
+      "\"What is the total number of awards whose presenter's headquarters is Beverly Hills, California? | 'Beverly Hills, California'-res:Beverly_Hills,_California | 'total'-dbo:populationTotal | 'awards'-dbo:award | 'presenter'-dbo:presenter | 'headquarters'-dbp:headquarters\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Beverly_Hills,_California> . ?x <http://dbpedia.org/ontology/presenter> ?uri }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:The_Price_of_Beauty dbp:narrated?uri } \n",
       "\"Who is the narrator of The Price of Beauty ? | 'The Price of Beauty'-res:The_Price_of_Beauty | 'narrator'-dbo:narrator\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Price_of_Beauty> <http://dbpedia.org/property/narrated> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:The_Band_(band) dbp:album?x.?x dbo:producer?uri . }\n",
-      "\"How many albums did the maker of The Band produce? | 'The Band produce'-res:Produce_101 | 'albums'-dbo:album | 'maker'-dbo:producer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Band_(band)> <http://dbpedia.org/property/album> ?x . ?x <http://dbpedia.org/ontology/producer> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE { res:The_Band dbp:album?x.?x dbo:producer?uri . }\n",
+      "\"How many albums did the maker of The Band produce? | 'The Band produce'-res:Produce_101 | 'albums'-dbo:album | 'maker'-dbo:producer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Band> <http://dbpedia.org/property/album> ?x . ?x <http://dbpedia.org/ontology/producer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:order res:United_Kingdom.?x dbp:country?uri . }\n",
-      "\"Food in which countries has shallot in it? | 'countries'-res:Countries_of_the_United_Kingdom | 'food'-dbo:supplies | 'shallot'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/order> <http://dbpedia.org/resource/United_Kingdom> . ?x <http://dbpedia.org/property/country> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:country res:United_Kingdom.?uri dbp:country?x . }\n",
+      "\"Food in which countries has shallot in it? | 'countries'-res:Countries_of_the_United_Kingdom | 'food'-dbo:supplies | 'shallot'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/United_Kingdom> . ?uri <http://dbpedia.org/property/country> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x Hammond_organ.?uri dbo:musicComposer res:Doctor_of_the_Haunted_House_(1929_film). }\n",
-      "\"What are the movies whose music composer uses a Hammond organ? | 'Hammond organ'-res:Hammond_organ | 'movies'-dbo:film | 'music composer'-dbo:musicComposer\",\"SELECT DISTINCT ?uri WHERE { ?x Hammond_organ. ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Doctor_of_the_Haunted_House_(1929_film)> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:instruments res:Hammond_organ .?uri rdf:type dbo:Film}\n",
+      "\"What are the movies whose music composer uses a Hammond organ? | 'Hammond organ'-res:Hammond_organ | 'movies'-dbo:film | 'music composer'-dbo:musicComposer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Hammond_organ> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri artist Christopher_Franke dbp:starring res:Jason_Carter_(actor).?uri dbo:creator res:Christopher_Clinton_(filmmaker) . }\n",
-      "\"Name the TV show with artist Christopher Franke and cast member Jason Carter ? | 'TV'-res:Tv_test_pattern | 'show with artist Christopher Franke'-res:Christopher_Franke | 'cast member Jason Carter'-res:Jason_Carter_(actor) | 'name'-dbp:name\",\"SELECT DISTINCT ?uri WHERE { ?uri artist Christopher_Franke <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Jason_Carter_(actor)> . ?uri <http://dbpedia.org/ontology/creator> <http://dbpedia.org/resource/Christopher_Clinton_(filmmaker)> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:artist res:Christopher_Franke.?uri rdf:type dbo:TelevisionShow}\n",
+      "\"Name the TV show with artist Christopher Franke and cast member Jason Carter ? | 'TV'-res:Tv_test_pattern | 'show with artist Christopher Franke'-res:Christopher_Franke | 'cast member Jason Carter'-res:Jason_Carter_(actor) | 'name'-dbp:name\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Christopher_Franke> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:training res:General_Educational_Development.?x dbo:deadbody?uri . }\n",
-      "\"Where was the deadbody discovered of one of the alumni of General Educational Development? | 'deadbody'-res:Deadboy_&_the_Elephantmen | 'General Educational Development'-res:General_Educational_Development | 'Education'-dbp:education | 'body discovered'-dbp:bodyDiscovered\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/training> <http://dbpedia.org/resource/General_Educational_Development> . ?x <http://dbpedia.org/ontology/deadbody> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:training res:General_Educational_Development.?x dbp:restingplace?uri . }\n",
+      "\"Where was the deadbody discovered of one of the alumni of General Educational Development? | 'deadbody'-res:Deadboy_&_the_Elephantmen | 'General Educational Development'-res:General_Educational_Development | 'Education'-dbp:education | 'body discovered'-dbp:bodyDiscovered\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/General_Educational_Development> . ?x <http://dbpedia.org/property/restingplace> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:architect res:Oddamavadi.?x dbp:bridgeCarries?uri . }\n",
       "\"Who designed the bridge in Oddamavadi? | 'Oddamavadi'-res:Oddamavadi | 'designed'-dbo:architect | 'bridge'-dbo:bridgeCarries\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Oddamavadi> . ?x <http://dbpedia.org/property/bridgeCarries> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:birthPlace res:Houston_Astros.?x dbo:debutteam?uri . }\n",
-      "\"List the debut team of the baseball player who born in Houston. | 'Houston'-res:Houston_Astros | 'debut team'-dbo:team | 'baseball player'-dbo:participant | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/Houston_Astros> . ?x <http://dbpedia.org/ontology/debutteam> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:birthPlace res:Houston_Astros.?x dbp:debutteam?uri . }\n",
+      "\"List the debut team of the baseball player who born in Houston. | 'Houston'-res:Houston_Astros | 'debut team'-dbo:team | 'baseball player'-dbo:participant | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Houston_Astros> . ?x <http://dbpedia.org/property/debutteam> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:British_Gazette dbp:editor?uri } \n",
-      "\"Who edited  British Gazette ? | 'British Gazette'-res:United_Kingdom | 'British Gazette'-res:British_Gazette | 'edited'-dbo:editor | ''-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/British_Gazette> <http://dbpedia.org/property/editor> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:British_Gazette dbo:editor?uri } \n",
+      "\"Who edited  British Gazette ? | 'British Gazette'-res:United_Kingdom | 'British Gazette'-res:British_Gazette | 'edited'-dbo:editor | ''-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/British_Gazette> <http://dbpedia.org/ontology/editor> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:associatedActs res:Divertis .?uri rdf:type dbo:MusicalArtist}\n",
-      "\"What acts and artists are associated with people who have worked with Divertis? | 'Divertis'-res:Divertis | 'associated acts'-dbp:associatedActs | 'associated'-dbo:associatedMusicalArtist\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/associatedActs> <http://dbpedia.org/resource/Divertis> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalArtist>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:associatedActs res:Divertis.?uri dbo:associatedMusicalArtist?x . }\n",
+      "\"What acts and artists are associated with people who have worked with Divertis? | 'Divertis'-res:Divertis | 'associated acts'-dbp:associatedActs | 'associated'-dbo:associatedMusicalArtist\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/associatedActs> <http://dbpedia.org/resource/Divertis> . ?uri <http://dbpedia.org/ontology/associatedMusicalArtist> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:music res:Gerard_Marino.?x dbo:developer?uri . }\n",
       "\"Which company has developed games whose music is done by Gerard Marino? | 'Gerard Marino'-res:Gerard_Marino | 'company'-dbo:company | 'developed'-dbo:leader | 'games'-dbo:games | 'music'-dbp:music\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Gerard_Marino> . ?x <http://dbpedia.org/ontology/developer> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Unix_Like_os dbo:developer?uri } \n",
-      "\"Who all have developed softwares for Unix Like OSes? | 'softwares'-res:Soft_Machine | 'Unix Like OSes'-res:Unix | 'developed'-dbo:developer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Unix_Like_os> <http://dbpedia.org/ontology/developer> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:developer res:Unix_Like_OS . }\n",
+      "\"Who all have developed softwares for Unix Like OSes? | 'softwares'-res:Soft_Machine | 'Unix Like OSes'-res:Unix | 'developed'-dbo:developer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/Unix_Like_OS> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:seat res:Berlin.?x dbo:leader?uri . }\n",
       "\"What are some party leaders of the parties which have had a seat in Berlin? | 'Berlin'-res:Berlin | 'party leaders'-dbo:team | 'parties'-dbo:chain | 'seat'-dbp:seat\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/seat> <http://dbpedia.org/resource/Berlin> . ?x <http://dbpedia.org/ontology/leader> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:league res:La_Liga .?uri rdf:type dbo:SoccerPlayer}\n",
-      "\"Name all the soccer players who played in a under 18 club for La Liga? | 'soccer players'-res:Major_League_Soccer_Players_Union | 'La Liga'-res:La_Liga | 'name'-dbp:name | 'played'-dbo:participant | '18 club'-dbp:body\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/La_Liga> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SoccerPlayer>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:name res:La_Liga.?uri dbo:team?x . }\n",
+      "\"Name all the soccer players who played in a under 18 club for La Liga? | 'soccer players'-res:Major_League_Soccer_Players_Union | 'La Liga'-res:La_Liga | 'name'-dbp:name | 'played'-dbo:participant | '18 club'-dbp:body\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/name> <http://dbpedia.org/resource/La_Liga> . ?uri <http://dbpedia.org/ontology/team> ?x . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Michael_M._Sears dbp:employer?uri. res:Delta_III dbo:producer?uri} \n",
-      "\"Which employer of Michael M. Sears is also the producer of Delta III ? | 'Michael M. Sears'-res:Michael_M._Sears | 'Delta III'-res:Delta_III | 'employer'-dbo:employer | 'producer'-dbo:producer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_M._Sears> <http://dbpedia.org/property/employer> ?uri . <http://dbpedia.org/resource/Delta_III> <http://dbpedia.org/ontology/producer> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Michael_M._Sears dbp:employer?uri. res:Delta_III dbo:manufacturer?uri} \n",
+      "\"Which employer of Michael M. Sears is also the producer of Delta III ? | 'Michael M. Sears'-res:Michael_M._Sears | 'Delta III'-res:Delta_III | 'employer'-dbo:employer | 'producer'-dbo:producer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_M._Sears> <http://dbpedia.org/property/employer> ?uri . <http://dbpedia.org/resource/Delta_III> <http://dbpedia.org/ontology/manufacturer> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:architect res:ASC_Creative_Services.?x dbp:designer?uri . }\n",
-      "\"Which person designed the cars which has been designed by ASC Creative Services? | 'ASC Creative Services'-res:ASC_Creative_Services | 'person'-dbo:type | 'designed'-dbo:architect | 'cars'-dbo:management | 'designed'-dbo:architect\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/ASC_Creative_Services> . ?x <http://dbpedia.org/property/designer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:designer res:ASC_Creative_Services.?x dbp:design?uri . }\n",
+      "\"Which person designed the cars which has been designed by ASC Creative Services? | 'ASC Creative Services'-res:ASC_Creative_Services | 'person'-dbo:type | 'designed'-dbo:architect | 'cars'-dbo:management | 'designed'-dbo:architect\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/ASC_Creative_Services> . ?x <http://dbpedia.org/property/design> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:The_Second_Coming_(TV_serial) dbp:author?x.?x dbo:notableWork?uri . }\n",
-      "\"Count the number of important works done by the writers of The Second Coming? | 'The Second Coming'-res:The_Second_Coming_(TV_serial) | 'writers'-dbo:author | 'works'-dbo:notableWork\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Second_Coming_(TV_serial)> <http://dbpedia.org/property/author> ?x . ?x <http://dbpedia.org/ontology/notableWork> ?uri . }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE { res:The_Second_Coming_(TV_serial) dbo:author?uri } \n",
+      "\"Count the number of important works done by the writers of The Second Coming? | 'The Second Coming'-res:The_Second_Coming_(TV_serial) | 'writers'-dbo:author | 'works'-dbo:notableWork\",\" SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Second_Coming_(TV_serial)> <http://dbpedia.org/ontology/author> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Michael_Springer dbp:athletics?uri. res:Donald_Brooks dbo:formerStudent?uri. }\n",
-      "\"For whom did Michael Springer palyed for which is also had a former student named Donald Brooks ? | 'Michael Springer'-res:Michael_Springer | 'Donald Brooks'-res:Donald_Brooks | 'palyed'-dbo:alias | 'former student'-dbo:retired\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Springer> <http://dbpedia.org/property/athletics> ?uri . <http://dbpedia.org/resource/Donald_Brooks> <http://dbpedia.org/ontology/formerStudent> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Michael_Springer dbp:profession?uri. res:Donald_Brooks dbo:formerStudent?uri} \n",
+      "\"For whom did Michael Springer palyed for which is also had a former student named Donald Brooks ? | 'Michael Springer'-res:Michael_Springer | 'Donald Brooks'-res:Donald_Brooks | 'palyed'-dbo:alias | 'former student'-dbo:retired\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Springer> <http://dbpedia.org/property/profession> ?uri . <http://dbpedia.org/resource/Donald_Brooks> <http://dbpedia.org/ontology/formerStudent> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { series res:Eric_Jendresen.?uri dbo:writer res:John_Orloff. }\n",
-      "\"Which series was written by Eric Jendresen and John Orloff? | 'Eric Jendresen'-res:Erik_Jendresen | 'John Orloff'-res:John_Orloff | 'series'-dbo:series | 'written'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { series <http://dbpedia.org/resource/Eric_Jendresen> . ?uri <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/John_Orloff> . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Eric_Jendresen dbo:writer?uri. res:John_Orloff dbp:series?uri. }\n",
+      "\"Which series was written by Eric Jendresen and John Orloff? | 'Eric Jendresen'-res:Erik_Jendresen | 'John Orloff'-res:John_Orloff | 'series'-dbo:series | 'written'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Eric_Jendresen> <http://dbpedia.org/ontology/writer> ?uri . <http://dbpedia.org/resource/John_Orloff> <http://dbpedia.org/property/series> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:The_Wolves_of_Mercy_Falls_characters dbp:nickname?uri } \n",
-      "\"What are the nicknames given to the characters of The Wolves of the Mercy Falls? | 'The Wolves of the Mercy Falls'-res:List_of_The_Wolves_of_Mercy_Falls_characters | 'nickname'-dbp:nickname\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Wolves_of_Mercy_Falls_characters> <http://dbpedia.org/property/nickname> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:The_Wolves_of_Mercy_Falls_characters dbp:nickname?x. }\n",
+      "\"What are the nicknames given to the characters of The Wolves of the Mercy Falls? | 'The Wolves of the Mercy Falls'-res:List_of_The_Wolves_of_Mercy_Falls_characters | 'nickname'-dbp:nickname\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Wolves_of_Mercy_Falls_characters> <http://dbpedia.org/property/nickname> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Neungin_High_School dbp:religiousAffiliation?uri } \n",
       "\"What is the religious affiliation of Neungin High School? | 'Neungin High School'-res:Neungin_High_School | 'religious affiliation'-dbp:religiousAffiliation\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Neungin_High_School> <http://dbpedia.org/property/religiousAffiliation> ?uri } \"\n",
@@ -1573,53 +1086,53 @@
       " SELECT DISTINCT?uri WHERE { res:The_South_End dbp:owners?uri } \n",
       "\"Who is the owner of the South end ? | 'the South end'-res:The_South_End | 'owner'-dbp:owners\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_South_End> <http://dbpedia.org/property/owners> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Atlant_Moscow_Oblast dbp:playedFor?x.?x dbo:formerTeam?uri . }\n",
-      "\"For how many other teams have the members of Atlant Moscow Oblast played? | 'Atlant Moscow Oblast'-res:Atlant_Moscow_Oblast | 'team'-dbp:playedFor | 'teams'-dbo:formerTeam\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Atlant_Moscow_Oblast> <http://dbpedia.org/property/playedFor> ?x . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:playedFor res:Atlant_Moscow_Oblast.?x dbo:formerTeam?uri . }\n",
+      "\"For how many other teams have the members of Atlant Moscow Oblast played? | 'Atlant Moscow Oblast'-res:Atlant_Moscow_Oblast | 'team'-dbp:playedFor | 'teams'-dbo:formerTeam\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/playedFor> <http://dbpedia.org/resource/Atlant_Moscow_Oblast> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Pong_Pha dbo:timeZone?uri } \n",
       "\"In which time zone is Pong Pha? | 'Pong Pha'-res:Pong_Pha | 'time zone'-dbo:timeZone\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pong_Pha> <http://dbpedia.org/ontology/timeZone> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:order res:Bacilli .?uri rdf:type dbo :Bacteria}\n",
-      "\"Which bacteria's taxonomic class is Bacilli? | 'Bacteria'-res:Bacteria | 'taxonomic class'-res:Class_(biology) | 'Bacilli'-res:Bacilli\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/order> <http://dbpedia.org/resource/Bacilli> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :Bacteria}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:class res:Bacilli .?uri rdf:type dbo:\n",
+      "\"Which bacteria's taxonomic class is Bacilli? | 'Bacteria'-res:Bacteria | 'taxonomic class'-res:Class_(biology) | 'Bacilli'-res:Bacilli\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/class> <http://dbpedia.org/resource/Bacilli> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology>/\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Reigh_Count dbp:awards?uri } \n",
-      "\"What honours did Reigh Count receive? | 'Reigh Count'-res:Reigh_Count | 'honours'-dbo:honours | 'receive'-dbo:board\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Reigh_Count> <http://dbpedia.org/property/awards> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Reigh_Count dbo:honours?uri } \n",
+      "\"What honours did Reigh Count receive? | 'Reigh Count'-res:Reigh_Count | 'honours'-dbo:honours | 'receive'-dbo:board\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Reigh_Count> <http://dbpedia.org/ontology/honours> ?uri } \"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:related res:Doctor_Who_Confidential .?uri rdf:type dbo:TelevisionShow}\n",
+      "\"What is the television show whose related with  Doctor Who Confidential? | 'Doctor Who Confidential'-res:Doctor_Who_Confidential | 'related'-dbo:related | 'television show'-dbo:TelevisionShow\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/related> <http://dbpedia.org/resource/Doctor_Who_Confidential> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "\"What is the television show whose related with  Doctor Who Confidential? | 'Doctor Who Confidential'-res:Doctor_Who_Confidential | 'related'-dbo:related | 'television show'-dbo:TelevisionShow\",\"\"\n",
-      "\n",
-      "SELECT DISTINCT?uri WHERE { res:The_Triple_Door_(The_Courage_album) dbp:artist?x.?x dbo:residence?uri . }\n",
-      "\"In which city wasThe Triple Door (The Courage album)  performed live? | 'city wasThe Triple Door (The Courage album)'-res:Live_at_The_Triple_Door_(The_Courage_album) | 'performed'-dbo:artist | 'live'-dbo:languageFamily\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Triple_Door_(The_Courage_album)> <http://dbpedia.org/property/artist> ?x . ?x <http://dbpedia.org/ontology/residence> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:The_Triple_Door_(The_Courage_album) dbp:arena?uri } \n",
+      "\"In which city wasThe Triple Door (The Courage album)  performed live? | 'city wasThe Triple Door (The Courage album)'-res:Live_at_The_Triple_Door_(The_Courage_album) | 'performed'-dbo:artist | 'live'-dbo:languageFamily\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Triple_Door_(The_Courage_album)> <http://dbpedia.org/property/arena> ?uri } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Ali_Habib_Mahmud dbp:battles?uri } \n",
       "\"List the battles fought by  Ali Habib Mahmud ? | 'Ali Habib Mahmud'-res:Ali_Habib_Mahmud | 'battles'-dbo:battle | 'fought'-dbo:type\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ali_Habib_Mahmud> <http://dbpedia.org/property/battles> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Companies_listed_on_the_New_York_Stock_Exchange_(J) dbp:source?uri .?uri rdf:type dbo:Company}\n",
-      "\"How many companies were started in the states? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'started'-dbo:source\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Companies_listed_on_the_New_York_Stock_Exchange_(J)> <http://dbpedia.org/property/source> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:source res:United_States.?uri dbp:source?x . }\n",
+      "\"How many companies were started in the states? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'started'-dbo:source\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/source> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/source> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:distributor res:Cinema_International_Corporation .?uri rdf:type dbo:Film}\n",
       "\"How many movies are distributed by Cinema International Corporation? | 'Cinema International Corporation'-res:Cinema_International_Corporation | 'distributed by'-dbo:distributor | 'movie'-dbo:Film\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:university res:Cornell_University_Press.?x dbp:education?uri . }\n",
-      "\"To which educational institute does Cornell University Press belong to? | 'Cornell University Press'-res:Cornell_University_Press | 'educational institute'-dbo:university | 'belong'-dbo:date\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/university> <http://dbpedia.org/resource/Cornell_University_Press> . ?x <http://dbpedia.org/property/education> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Cornell_University_Press dbp:education?uri } \n",
+      "\"To which educational institute does Cornell University Press belong to? | 'Cornell University Press'-res:Cornell_University_Press | 'educational institute'-dbo:university | 'belong'-dbo:date\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cornell_University_Press> <http://dbpedia.org/property/education> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:notableInflow res:Ham .?uri rdf:type dbo:Food}\n",
-      "\"In which country's cuisine, ham is an important part? | 'ham'-res:Ham | 'country'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/notableInflow> <http://dbpedia.org/resource/Ham> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Food>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:keyPeople res:Ham .?uri rdf:type dbo:Country}\n",
+      "\"In which country's cuisine, ham is an important part? | 'ham'-res:Ham | 'country'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Ham> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:owningCompany res:Microsoft_Windows.?uri dbp:license res:Software_as_a_service . }\n",
-      "\"List the softwares which runs on Microsoft Windows and has license as Software as a service? | 'softwares'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'Software'-res:Software | 'runs'-dbo:symbol | 'license'-dbo:license | 'service'-dbo:industry\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/owningCompany> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://dbpedia.org/property/license> <http://dbpedia.org/resource/Software_as_a_service> . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Microsoft_Windows dbo:computingPlatform?uri. res:Software_as_a_service dbp:license?uri. }\n",
+      "\"List the softwares which runs on Microsoft Windows and has license as Software as a service? | 'softwares'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'Software'-res:Software | 'runs'-dbo:symbol | 'license'-dbo:license | 'service'-dbo:industry\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Microsoft_Windows> <http://dbpedia.org/ontology/computingPlatform> ?uri . <http://dbpedia.org/resource/Software_as_a_service> <http://dbpedia.org/property/license> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Full_Sized_Wreath dbp:related?x.?x dbo:predecessor?uri . }\n",
-      "\"Give me the list of cars which are the predecessor of Full Sized Cars? | 'Full Sized Cars'-res:Man-Sized_Wreath | 'cars'-dbo:management | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Full_Sized_Wreath> <http://dbpedia.org/property/related> ?x . ?x <http://dbpedia.org/ontology/predecessor> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Full_Sized_Cars dbp:predecessor?x.?x dbo:engine?uri . }\n",
+      "\"Give me the list of cars which are the predecessor of Full Sized Cars? | 'Full Sized Cars'-res:Man-Sized_Wreath | 'cars'-dbo:management | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Full_Sized_Cars> <http://dbpedia.org/property/predecessor> ?x . ?x <http://dbpedia.org/ontology/engine> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:programmingLanguage res:Unix.?uri dbp:author?x . }\n",
-      "\"What are some software which are written in languages that are run on Unix like OS? | 'software'-res:Software_Publishing_Corporation | 'OS'-res:OS | 'Unix like'-res:Unix | 'written'-dbo:fate | 'languages'-dbo:language | 'run'-dbp:work\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/programmingLanguage> <http://dbpedia.org/resource/Unix> . ?uri <http://dbpedia.org/property/author> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:computingPlatform res:Unix.?uri dbp:programmingLanguage?x . }\n",
+      "\"What are some software which are written in languages that are run on Unix like OS? | 'software'-res:Software_Publishing_Corporation | 'OS'-res:OS | 'Unix like'-res:Unix | 'written'-dbo:fate | 'languages'-dbo:language | 'run'-dbp:work\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Unix> . ?uri <http://dbpedia.org/property/programmingLanguage> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:birthPlace res:Kenosha,_Wisconsin.?uri dbp:director?x . }\n",
       "\"List all the movies whose directors were born in Kenosha, Wisconsin? | 'Kenosha, Wisconsin'-res:Kenosha,_Wisconsin | 'born in'-dbo:birthPlace | 'director'-dbp:director\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Kenosha,_Wisconsin> . ?uri <http://dbpedia.org/property/director> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:relatives res:Duck_family.?uri dbo:religion res:Clan_McDuck. }\n",
-      "\"Name the fictional character whose relative are Duck family and Clan McDuck? | 'Duck family'-res:Duck_family | 'Clan McDuck'-res:Clan_McDuck | 'name'-dbp:name | 'fictional character'-dbo:status | 'relative'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Duck_family> . ?uri <http://dbpedia.org/ontology/religion> <http://dbpedia.org/resource/Clan_McDuck> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:family res:Duck_family.?uri dbp:relatives res:Clan_McDuck. }\n",
+      "\"Name the fictional character whose relative are Duck family and Clan McDuck? | 'Duck family'-res:Duck_family | 'Clan McDuck'-res:Clan_McDuck | 'name'-dbp:name | 'fictional character'-dbo:status | 'relative'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Duck_family> . ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Clan_McDuck> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Jerome_B._Chaffee dbp:state?uri } \n",
       "\"Which state does Jerome B. Chaffee belong ? | 'Jerome B. Chaffee'-res:Jerome_B._Chaffee | 'state'-dbp:state\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jerome_B._Chaffee> <http://dbpedia.org/property/state> ?uri } \"\n",
@@ -1630,50 +1143,50 @@
       " SELECT DISTINCT?uri WHERE { res:1994_Spanish_Grand_Prix dbp:poleDriver?uri } \n",
       "\"Name  the Pole driver of 1994 Spanish Grand Prix ? | '1994 Spanish Grand Prix'-res:1994_Spanish_Grand_Prix | 'Pole driver'-dbp:poleDriver\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1994_Spanish_Grand_Prix> <http://dbpedia.org/property/poleDriver> ?uri } \"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:hubCity res:Detroit.?x dbo:parentCompany?uri . }\n",
+      "\"What is the parent company of the airline whose hub is in Detroit? | 'Detroit'-res:Detroit | 'parent company'-dbo:parentCompany | 'airline'-dbo:icaoAirlineCode | 'hub'-dbp:centre\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/hubCity> <http://dbpedia.org/resource/Detroit> . ?x <http://dbpedia.org/ontology/parentCompany> ?uri . }\"\n",
       "\n",
-      "\"What is the parent company of the airline whose hub is in Detroit? | 'Detroit'-res:Detroit | 'parent company'-dbo:parentCompany | 'airline'-dbo:icaoAirlineCode | 'hub'-dbp:centre\",\"\"\n",
-      "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:assembly res:Jefferson_North_Assembly.?xdbp:related?uri .?uri rdf:type dbo:Automobile}\n",
-      "\"How many cars are similar to the ones assembled in the Jefferson North Assembly? | 'Jefferson North Assembly'-res:Jefferson_North_Assembly | 'cars'-dbo:management | 'assembled'-dbp:assembly\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Jefferson_North_Assembly> . ?xdbp:related ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Automobile>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:assembly res:Jefferson_North_Assembly.?x dbo:related?uri . }\n",
+      "\"How many cars are similar to the ones assembled in the Jefferson North Assembly? | 'Jefferson North Assembly'-res:Jefferson_North_Assembly | 'cars'-dbo:management | 'assembled'-dbp:assembly\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Jefferson_North_Assembly> . ?x <http://dbpedia.org/ontology/related> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:institution res:Harvard_Medical_School.?x dbp:placeOfBirth?uri . }\n",
-      "\"From how many different places have people gone to the Harward Medical School? | 'Harward Medical School'-res:Harvard_Medical_School | 'places'-dbo:height\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Harvard_Medical_School> . ?x <http://dbpedia.org/property/placeOfBirth> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:institution res:Harvard_Medical_School.?x dbp:locations?uri . }\n",
+      "\"From how many different places have people gone to the Harward Medical School? | 'Harward Medical School'-res:Harvard_Medical_School | 'places'-dbo:height\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Harvard_Medical_School> . ?x <http://dbpedia.org/property/locations> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:basedOn res:Jerry_Bock.?x dbo:relative?uri . }\n",
-      "\"What are Jerry Bock's musicals based upon? | 'Jerry Bock'-res:Jerry_Bock | 'musicals'-dbo:show | 'based'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/basedOn> <http://dbpedia.org/resource/Jerry_Bock> . ?x <http://dbpedia.org/ontology/relative> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:notableMusical res:Jerry_Bock.?x dbo:basedOn?uri . }\n",
+      "\"What are Jerry Bock's musicals based upon? | 'Jerry Bock'-res:Jerry_Bock | 'musicals'-dbo:show | 'based'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/notableMusical> <http://dbpedia.org/resource/Jerry_Bock> . ?x <http://dbpedia.org/ontology/basedOn> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:locatedInArea res:Yosemite_National_Park.?x dbo:firstAscentPerson?uri . }\n",
-      "\"Give me list of people who were the first to climb a peak in the Yosemite park? | 'Yosemite park'-res:Yosemite_National_Park | 'climb'-dbp:scale | 'peak'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/locatedInArea> <http://dbpedia.org/resource/Yosemite_National_Park> . ?x <http://dbpedia.org/ontology/firstAscentPerson> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:locatedInArea res:Yosemite_National_Park.?x dbp:firstAscentPeople?uri . }\n",
+      "\"Give me list of people who were the first to climb a peak in the Yosemite park? | 'Yosemite park'-res:Yosemite_National_Park | 'climb'-dbp:scale | 'peak'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/Yosemite_National_Park> . ?x <http://dbpedia.org/property/firstAscentPeople> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:PlayStation_4 dbp:successor?uri } \n",
       "\"What is the successor of PlayStation 4 | 'PlayStation 4'-res:PlayStation_4 | 'successor'-dbo:successor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/PlayStation_4> <http://dbpedia.org/property/successor> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:basedOn res:Camp_Nou.?x dbo:team?uri . }\n",
-      "\"What are some team members of the team based in Camp Nou? | 'Camp Nou'-res:Camp_Nou | 'team members'-dbo:languageFamily | 'team'-dbo:team | 'based'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/basedOn> <http://dbpedia.org/resource/Camp_Nou> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:location res:Camp_Nou.?x dbp:team?uri . }\n",
+      "\"What are some team members of the team based in Camp Nou? | 'Camp Nou'-res:Camp_Nou | 'team members'-dbo:languageFamily | 'team'-dbo:team | 'based'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Camp_Nou> . ?x <http://dbpedia.org/property/team> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Ryan_Powell_(lacrosse) dbp:team?uri . }\n",
-      "\"For which teams did Ryan Powell play for? | 'Ryan Powell'-res:Ryan_Powell_(lacrosse) | 'teams'-dbp:team | 'play'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ryan_Powell_(lacrosse)> <http://dbpedia.org/property/team> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Ryan_Powell_(lacrosse) dbp:team?uri } \n",
+      "\"For which teams did Ryan Powell play for? | 'Ryan Powell'-res:Ryan_Powell_(lacrosse) | 'teams'-dbp:team | 'play'-dbo:team\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ryan_Powell_(lacrosse)> <http://dbpedia.org/property/team> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:draftTeam res:Detroit_Pistons.?x dbo:deathPlace?uri . }\n",
-      "\"Total number of places where people drafted in the detroit pistons have died? | 'detroit pistons'-res:Detroit_Pistons | 'total'-dbo:populationTotal | 'places'-dbo:height | 'drafted'-dbo:draft | 'died'-dbo:deathDate\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/draftTeam> <http://dbpedia.org/resource/Detroit_Pistons> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:draftPrix res:Detroit_Pistons.?x dbo:deathPlace?uri . }\n",
+      "\"Total number of places where people drafted in the detroit pistons have died? | 'detroit pistons'-res:Detroit_Pistons | 'total'-dbo:populationTotal | 'places'-dbo:height | 'drafted'-dbo:draft | 'died'-dbo:deathDate\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/draftPrix> <http://dbpedia.org/resource/Detroit_Pistons> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:location res:1211_Avenue_of_the_Americas.?uri dbp:office?x . }\n",
-      "\"List the newspapers whose offices are situated in 1211 Avenue of the Americas? | '1211 Avenue of the Americas'-res:1211_Avenue_of_the_Americas | 'situated'-dbo:position\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/1211_Avenue_of_the_Americas> . ?uri <http://dbpedia.org/property/office> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:headquarters res:1211_Avenue_of_the_Americas .?uri rdf:type dbo:Newspaper}\n",
+      "\"List the newspapers whose offices are situated in 1211 Avenue of the Americas? | '1211 Avenue of the Americas'-res:1211_Avenue_of_the_Americas | 'situated'-dbo:position\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/1211_Avenue_of_the_Americas> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Providence_Chapel,_Charlwood dbp:style?uri } \n",
       "\"By what style was Providence Chapel, Charlwood made? | 'Providence Chapel, Charlwood'-res:Providence_Chapel,_Charlwood | 'style'-dbp:style\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Providence_Chapel,_Charlwood> <http://dbpedia.org/property/style> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:employer res:McDonnell_Aircraft.?x .?uri rdf:type dbo:Engineer}\n",
-      "\"Give me the total number of employer of the engineers whose one of the employer is McDonnell Aircraft ? | 'McDonnell Aircraft'-res:McDonnell_Aircraft | 'total'-dbo:populationTotal | 'employer'-dbo:employer | 'engineers'-dbo:architect | 'employer'-dbo:employer\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/employer> <http://dbpedia.org/resource/McDonnell_Aircraft> . ?x . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Engineer>}\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:employer res:McDonnell_Aircraft.?x rdf:type dbo:Engineer}\n",
+      "\"Give me the total number of employer of the engineers whose one of the employer is McDonnell Aircraft ? | 'McDonnell Aircraft'-res:McDonnell_Aircraft | 'total'-dbo:populationTotal | 'employer'-dbo:employer | 'engineers'-dbo:architect | 'employer'-dbo:employer\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/employer> <http://dbpedia.org/resource/McDonnell_Aircraft> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Engineer>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:notableInstruments res:Jazz_fusion.?x dbp:recordLabel?uri . }\n",
-      "\"How many record labels publish works of Jazz fusion? | 'Jazz fusion'-res:Jazz_fusion | 'record labels'-dbo:background | 'publish'-dbo:country | 'works'-dbo:language\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/notableInstruments> <http://dbpedia.org/resource/Jazz_fusion> . ?x <http://dbpedia.org/property/recordLabel> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:genre res:Jazz_fusion.?x dbp:publisher?uri . }\n",
+      "\"How many record labels publish works of Jazz fusion? | 'Jazz fusion'-res:Jazz_fusion | 'record labels'-dbo:background | 'publish'-dbo:country | 'works'-dbo:language\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/genre> <http://dbpedia.org/resource/Jazz_fusion> . ?x <http://dbpedia.org/property/publisher> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:starring res:Joey_McIntyre.?xdbp:starsring?uri }\n",
-      "\"Count the total number of cast member of the television shows whose actress is Joey McIntyre? | 'Joey McIntyre'-res:Joey_McIntyre | 'actress'-dbp:starring | 'actress'-dbp:starring\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Joey_McIntyre> . ?xdbp:starsring ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:starring res:Joey_McIntyre.?x rdf:type dbo:TelevisionShow}\n",
+      "\"Count the total number of cast member of the television shows whose actress is Joey McIntyre? | 'Joey McIntyre'-res:Joey_McIntyre | 'actress'-dbp:starring | 'actress'-dbp:starring\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Joey_McIntyre> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:SIGGRAPH dbp:awards?x.?x dbo:award?uri . }\n",
-      "\"List all the awards won by the artist who has won SIGGRAPH ? | 'SIGGRAPH'-res:SIGGRAPH | 'awards'-dbo:award | 'won'-dbo:award | 'artist'-dbo:artist | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/SIGGRAPH> <http://dbpedia.org/property/awards> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:awards res:SIGGRAPH.?x dbo:award?uri . }\n",
+      "\"List all the awards won by the artist who has won SIGGRAPH ? | 'SIGGRAPH'-res:SIGGRAPH | 'awards'-dbo:award | 'won'-dbo:award | 'artist'-dbo:artist | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/SIGGRAPH> . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:David_Scherman dbp:training?uri } \n",
       "\"Where was david Scherman trained ? | 'david Scherman'-res:David_Scherman | 'trained'-dbo:training\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Scherman> <http://dbpedia.org/property/training> ?uri } \"\n",
@@ -1681,47 +1194,47 @@
       "SELECT DISTINCT COUNT(?uri) WHERE { res:Raoul_Magrin-Vernerey dbp:battles?uri . }\n",
       "\"Count the battles fought by Raoul Magrin-Vernerey? | 'Raoul Magrin-Vernerey'-res:Raoul_Magrin-Vernerey | 'fought'-dbp:battles\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Raoul_Magrin-Vernerey> <http://dbpedia.org/property/battles> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:2004_OFC_Men's_Olympic_Qualifying_Tournament dbp:flagPrix?uri. res:2008_Union_of_Switzerland dbo:flagMeanOfParticipatingAthlete?uri. }\n",
-      "\"Which athlete was the flag bearer for Switzerland in 2004 and 2008 summer Olympics ? | 'Switzerland'-res:Switzerland | '2004'-res:2004_OFC_Men's_Olympic_Qualifying_Tournament | '2008 summer Olympics'-res:2008_Summer_Olympics | 'athlete'-dbo:numberOfParticipatingAthletes | 'flag bearer'-dbo:flag\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2004_OFC_Men's_Olympic_Qualifying_Tournament> <http://dbpedia.org/property/flagPrix> ?uri . <http://dbpedia.org/resource/2008_Union_of_Switzerland> <http://dbpedia.org/ontology/flagMeanOfParticipatingAthlete> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:2004_OFC_Men's_Olympic_Qualifying_Tournament dbp:flag?uri. res:2008_Summer.?uri. }\n",
+      "\"Which athlete was the flag bearer for Switzerland in 2004 and 2008 summer Olympics ? | 'Switzerland'-res:Switzerland | '2004'-res:2004_OFC_Men's_Olympic_Qualifying_Tournament | '2008 summer Olympics'-res:2008_Summer_Olympics | 'athlete'-dbo:numberOfParticipatingAthletes | 'flag bearer'-dbo:flag\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2004_OFC_Men's_Olympic_Qualifying_Tournament> <http://dbpedia.org/property/flag> ?uri . <http://dbpedia.org/resource/2008_Summer> . ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:Angelina_Jolie dbo:parent?x.?x dbp:awards?uri . }\n",
       "\"What award was won by the father of Angelina Jolie? | 'Angelina Jolie'-res:Angelina_Jolie | 'award'-dbo:award | 'won'-dbo:parent | 'father'-dbo:parent\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Angelina_Jolie> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:statelessness res:Stateless_people . }\n",
-      "\"Count all the stateless people | 'count'-dbo:time | 'stateless'-dbo:gross\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/statelessness> <http://dbpedia.org/resource/Stateless_people> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:stateOfOrigin res:Stateless . }\n",
+      "\"Count all the stateless people | 'count'-dbo:time | 'stateless'-dbo:gross\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/Stateless> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {literaryGenre res:Utopian_and_dystopian_fiction .?uri rdf:type dbo:Book}\n",
-      "\"What novels are belong to the genre of Utopian and dystopian fiction? | 'Utopian'-res:Utopian_and_dystopian_fiction | 'genre'-dbo:literaryGenre\",\"SELECT DISTINCT ?uri WHERE {literaryGenre <http://dbpedia.org/resource/Utopian_and_dystopian_fiction> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:literaryGenre res:Utopian_and_dystopian_fiction . }\n",
+      "\"What novels are belong to the genre of Utopian and dystopian fiction? | 'Utopian'-res:Utopian_and_dystopian_fiction | 'genre'-dbo:literaryGenre\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/literaryGenre> <http://dbpedia.org/resource/Utopian_and_dystopian_fiction> . }\"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:writer res:Nick_Castle .?uri rdf:type dbo:Film}\n",
+      "\"What are the movies written by Nick Castle? | 'Nick Castle'-res:Nick_Castle | 'written by'-dbo:writer | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Nick_Castle> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "\"What are the movies written by Nick Castle? | 'Nick Castle'-res:Nick_Castle | 'written by'-dbo:writer | 'movie'-dbo:Film\",\"\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:riverAuthority res:Zambezi_River_Authority.?x dbp:mouthMouth?uri . }\n",
+      "\"On which river are there things belonging to zambezi river authority? | 'zambezi river authority'-res:Zambezi_River_Authority | 'river'-dbo:river | 'belonging'-dbo:affiliation\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/riverAuthority> <http://dbpedia.org/resource/Zambezi_River_Authority> . ?x <http://dbpedia.org/property/mouthMouth> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:riverAuthority res:Zambezi_River_Authority.?uri dbp:river?x . }\n",
-      "\"On which river are there things belonging to zambezi river authority? | 'zambezi river authority'-res:Zambezi_River_Authority | 'river'-dbo:river | 'belonging'-dbo:affiliation\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/riverAuthority> <http://dbpedia.org/resource/Zambezi_River_Authority> . ?uri <http://dbpedia.org/property/river> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:manufacturer res:Glen_and_Les_Charles.?uri dbp:distributor res:Plaxton_Paramount_(Television_Show). }\n",
+      "\"Which Paramount TV show was produced by Glen and Les Charles ? | 'TV'-res:Tv_test_pattern | 'Paramount  show'-res:Plaxton_Paramount | 'Glen'-res:Glen | 'Les Charles'-res:Glen_and_Les_Charles | 'produced'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Glen_and_Les_Charles> . ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Plaxton_Paramount_(Television_Show)> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:distributor res:Glen_and_Les_Charles .?uri rdf:type dbo:TelevisionShow}\n",
-      "\"Which Paramount TV show was produced by Glen and Les Charles ? | 'TV'-res:Tv_test_pattern | 'Paramount  show'-res:Plaxton_Paramount | 'Glen'-res:Glen | 'Les Charles'-res:Glen_and_Les_Charles | 'produced'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Glen_and_Les_Charles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
-      "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:race res:Karinga_Bay.?x dbo:race?uri .?severenaRacer?uri rdf:type Dbo:Horse}\n",
-      "\"Horses sired by Karinga Bay have participated in which races? | 'Karinga Bay'-res:Karinga_Bay | 'horses'-dbo:service | 'sired'-dbo:flag | 'participated'-dbo:participant | 'races'-dbo:races\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/race> <http://dbpedia.org/resource/Karinga_Bay> . ?x <http://dbpedia.org/ontology/race> ?uri . ?severenaRacer ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> Dbo:Horse}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:breeder res:Karinga_Bay.?x dbo:race?uri . }\n",
+      "\"Horses sired by Karinga Bay have participated in which races? | 'Karinga Bay'-res:Karinga_Bay | 'horses'-dbo:service | 'sired'-dbo:flag | 'participated'-dbo:participant | 'races'-dbo:races\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/breeder> <http://dbpedia.org/resource/Karinga_Bay> . ?x <http://dbpedia.org/ontology/race> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:hairColor res:Brown_hair.?x dbo:residence?uri . }\n",
       "\"Where do beauty queens with brown hair reside? | 'beauty queens'-res:Beauty_Queens | 'brown hair reside'-res:Brown_hair | 'hair'-dbp:hairColor | 'reside'-dbo:residence\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/hairColor> <http://dbpedia.org/resource/Brown_hair> . ?x <http://dbpedia.org/ontology/residence> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:keyPeople res:Clinton_Foundation . }\n",
-      "\"Count the key people of the Clinton Foundation? | 'Clinton Foundation'-res:Clinton_Foundation | 'key people'-dbp:keyPeople\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Clinton_Foundation> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE { res:Clinton_Foundation dbp:keyPeople?uri . }\n",
+      "\"Count the key people of the Clinton Foundation? | 'Clinton Foundation'-res:Clinton_Foundation | 'key people'-dbp:keyPeople\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Clinton_Foundation> <http://dbpedia.org/property/keyPeople> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:music res:Akira_Ifukube . }\n",
       "\"Music of how many things has been given by Akira Ifukube? | 'Akira Ifukube'-res:Akira_Ifukube | 'Music'-dbp:music\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Akira_Ifukube> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:deathPlace res:Connecticut_Colony.?x dbp:restingplace?uri . }\n",
-      "\"In how many places are the tombs of people who died in Connecticut Colony? | 'tombs'-res:Tombs_of_the_Blind_Dead | 'Connecticut Colony'-res:Connecticut_Colony | 'places'-dbo:place | 'died'-dbp:deathPlace\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Connecticut_Colony> . ?x <http://dbpedia.org/property/restingplace> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:placeOfDeath res:Connecticut_Colony.?x dbo:restingPlace?uri . }\n",
+      "\"In how many places are the tombs of people who died in Connecticut Colony? | 'tombs'-res:Tombs_of_the_Blind_Dead | 'Connecticut Colony'-res:Connecticut_Colony | 'places'-dbo:place | 'died'-dbp:deathPlace\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/placeOfDeath> <http://dbpedia.org/resource/Connecticut_Colony> . ?x <http://dbpedia.org/ontology/restingPlace> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Marie_Sisters dbp:producer?uri } \n",
       "\"Who are the producers of Marie Sisters? | 'Marie Sisters'-res:Marie_Sisters | 'producer'-dbp:producer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marie_Sisters> <http://dbpedia.org/property/producer> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Hayden,_Stone_&_Co. dbp:successor?uri } \n",
-      "\"List the successor of successor of Hayden, Stone & Co. | 'Hayden, Stone & Co'-res:Hayden,_Stone_&_Co. | 'successor'-dbo:successor | 'successor'-dbo:successor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hayden,_Stone_&_Co> . <http://dbpedia.org/property/successor> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:Hayden,_Stone_&_Co. dbp:successor?uri . }\n",
+      "\"List the successor of successor of Hayden, Stone & Co. | 'Hayden, Stone & Co'-res:Hayden,_Stone_&_Co. | 'successor'-dbo:successor | 'successor'-dbo:successor\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hayden,_Stone_&_Co> . <http://dbpedia.org/property/successor> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Xynisteri dbo:origin?uri } \n",
       "\"What is the origin of Xynisteri? | 'Xynisteri'-res:Xynisteri | 'origin'-dbo:origin\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Xynisteri> <http://dbpedia.org/ontology/origin> ?uri } \"\n",
@@ -1738,32 +1251,32 @@
       " SELECT DISTINCT?uri WHERE { res:Ernest_de_Saisset dbp:almaMater?uri } \n",
       "\"Name the alma mater of Ernest de Saisset ? | 'Ernest de Saisset'-res:Ernest_de_Saisset | 'name'-dbp:name | 'alma mater'-dbo:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ernest_de_Saisset> <http://dbpedia.org/property/almaMater> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Philippine_Ports_Authority dbp:origin?uri. res:Ruben_J._Villote dbo:successor?uri} \n",
-      "\"Which successor of Philippine Ports Authority is the state of origin of Ruben J. Villote ? | 'Philippine Ports Authority'-res:Philippine_Ports_Authority | 'J'-res:J | 'Ruben  Villote'-res:Ruben_J._Villote | 'successor'-dbo:successor | 'origin'-dbo:origin\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Philippine_Ports_Authority> <http://dbpedia.org/property/origin> ?uri . <http://dbpedia.org/resource/Ruben_J._Villote> <http://dbpedia.org/ontology/successor> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Philippine_Ports_Authority dbp:successor?uri. res:Ruben_J._Villote dbo:origin?uri} \n",
+      "\"Which successor of Philippine Ports Authority is the state of origin of Ruben J. Villote ? | 'Philippine Ports Authority'-res:Philippine_Ports_Authority | 'J'-res:J | 'Ruben  Villote'-res:Ruben_J._Villote | 'successor'-dbo:successor | 'origin'-dbo:origin\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Philippine_Ports_Authority> <http://dbpedia.org/property/successor> ?uri . <http://dbpedia.org/resource/Ruben_J._Villote> <http://dbpedia.org/ontology/origin> ?uri} \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:Timmy_Time dbo:executiveProducer?x.?x dbp:awards?uri . }\n",
       "\"What awards have been won by the executive producer of Timmy Time ? | 'Timmy Time'-res:Timmy_Time | 'executive producer'-dbo:executiveProducer | 'awards'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Timmy_Time> <http://dbpedia.org/ontology/executiveProducer> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:nationality res:United_States.?x dbo:deathCause?uri . }\n",
-      "\"What have some US citizens died of? | 'US'-res:United_States | 'citizens'-dbp:country | 'died'-dbo:flag\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/nationality> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/ontology/deathCause> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:birthPlace res:United_States.?x dbo:deathPlace?uri . }\n",
+      "\"What have some US citizens died of? | 'US'-res:United_States | 'citizens'-dbp:country | 'died'-dbo:flag\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:phylum res:Diprotodontia } \n",
-      "\"Count the  total number of mammals whose phylum is Chordate and order (taxonomy) is Diprotodontia? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Chordate'-res:Chordate | 'Diprotodontia'-res:Diprotodontia | 'count'-dbo:country | 'total'-dbo:result | 'phylum'-dbo:phylum | '(taxonomy)'-dbo:order\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/phylum> <http://dbpedia.org/resource/Diprotodontia> } \"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:phylum res:Chordate.?uri order res:Diprotodontia }\n",
+      "\"Count the  total number of mammals whose phylum is Chordate and order (taxonomy) is Diprotodontia? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Chordate'-res:Chordate | 'Diprotodontia'-res:Diprotodontia | 'count'-dbo:country | 'total'-dbo:result | 'phylum'-dbo:phylum | '(taxonomy)'-dbo:order\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/phylum> <http://dbpedia.org/resource/Chordate> . ?uri order <http://dbpedia.org/resource/Diprotodontia> }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Aegean_Sea dbp:cities?uri .?uri rdf:type dbo:Sea}\n",
-      "\"How many cities are around the sea into which the aegean sea flows? | 'aegean sea'-res:Aegean_Sea | 'cities'-dbo:city | 'sea'-dbo:lake | 'aegean sea'-dbo:lake | 'flows'-dbo:circulation\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Aegean_Sea> <http://dbpedia.org/property/cities> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:inflow res:Aegean_Sea.?x dbp:cities?uri . }\n",
+      "\"How many cities are around the sea into which the aegean sea flows? | 'aegean sea'-res:Aegean_Sea | 'cities'-dbo:city | 'sea'-dbo:lake | 'aegean sea'-dbo:lake | 'flows'-dbo:circulation\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Aegean_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Erica_Frank dbo:managerClub?uri. res:Ivan_Toplak dbp:university?uri. }\n",
-      "\"What is the university to which Erica Frank went, and where Ivan Toplak was a club manager? | 'Erica Frank went,'-res:Erica_Frank | 'Ivan Toplak'-res:Ivan_Toplak | 'university'-dbo:university | 'club manager'-dbo:managerClub\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/ontology/managerClub> ?uri . <http://dbpedia.org/resource/Ivan_Toplak> <http://dbpedia.org/property/university> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Erica_Frank dbo:university?uri. res:Ivan_Toplak dbp:managerClub?uri} \n",
+      "\"What is the university to which Erica Frank went, and where Ivan Toplak was a club manager? | 'Erica Frank went,'-res:Erica_Frank | 'Ivan Toplak'-res:Ivan_Toplak | 'university'-dbo:university | 'club manager'-dbo:managerClub\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/ontology/university> ?uri . <http://dbpedia.org/resource/Ivan_Toplak> <http://dbpedia.org/property/managerClub> ?uri} \"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:executiveProducer res:Ricky_Gervais.?x dbp:series?uri . }\n",
       "\"Ricky Gervais is the executive producer of the series having how many fictional characters? | 'Ricky gervais'-res:Ricky_Gervais | 'fictional characters'-res:Fiction | 'executive producer'-dbo:executiveProducer | 'series'-dbo:series\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/executiveProducer> <http://dbpedia.org/resource/Ricky_Gervais> . ?x <http://dbpedia.org/property/series> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:ingredient res:Flour.?uri dbo:family?x . }\n",
-      "\"What are some dishes from the family of dishes which primarily use flour? | 'dishes'-dbo:state | 'family'-dbo:family | 'dishes'-dbo:state | 'flour'-dbo:depth\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/ingredient> <http://dbpedia.org/resource/Flour> . ?uri <http://dbpedia.org/ontology/family> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:lyrics res:Flours.?uri dbo:family?x . }\n",
+      "\"What are some dishes from the family of dishes which primarily use flour? | 'dishes'-dbo:state | 'family'-dbo:family | 'dishes'-dbo:state | 'flour'-dbo:depth\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/lyrics> <http://dbpedia.org/resource/Flours> . ?uri <http://dbpedia.org/ontology/family> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:league res:American_Football_League.?x dbp:awards?uri . }\n",
-      "\"Which team won the American Football League? | 'American Football League'-res:Organization_of_American_States | 'American Football League'-res:American_Football_League | 'team'-dbo:team | 'won'-dbo:award | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/American_Football_League> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:American_Football_League dbp:league?uri } \n",
+      "\"Which team won the American Football League? | 'American Football League'-res:Organization_of_American_States | 'American Football League'-res:American_Football_League | 'team'-dbo:team | 'won'-dbo:award | ''-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/American_Football_League> <http://dbpedia.org/property/league> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:awards res:Royal_Society .?uri rdf:type dbo:Scientist}\n",
       "\"Which researchers received fellowship from Royal Society? | 'researchers'-res:Researchers_Alliance_for_Development | 'Royal Society'-res:Royal_Society | 'fellowship'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Royal_Society> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
@@ -1774,44 +1287,44 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:family res:Padmé_Amidala .?uri rdf:type dbo:FictionalCharacter}\n",
       "\"Who is the fictional character whose family member is Padme Amidala? | 'Padme Amidala'-res:Padmé_Amidala | 'family'-dbp:family | 'fictional character'-dbo:FictionalCharacter\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/family> <http://dbpedia.org/resource/Padmé_Amidala> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Google_Web_Toolkit dbo:author?uri. res:PlayN dbp:company?uri. }\n",
-      "\"What company is the one which wrote the google web toolkit and PlayN? | 'google web toolkit'-res:Google_Web_Toolkit | 'PlayN'-res:PlayN | 'company'-dbo:company | 'wrote'-dbo:author\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Google_Web_Toolkit> <http://dbpedia.org/ontology/author> ?uri . <http://dbpedia.org/resource/PlayN> <http://dbpedia.org/property/company> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:author res:Google_Web_Toolkit.?uri dbp:company res:PlayN. }\n",
+      "\"What company is the one which wrote the google web toolkit and PlayN? | 'google web toolkit'-res:Google_Web_Toolkit | 'PlayN'-res:PlayN | 'company'-dbo:company | 'wrote'-dbo:author\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/author> <http://dbpedia.org/resource/Google_Web_Toolkit> . ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/PlayN> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Dodge dbo:automobilePlatform?uri } \n",
-      "\"Which are the  automobile platform whose one of the automobile platform is Dodge ? | 'Dodge'-res:Dodge | 'automobile platform'-dbo:automobilePlatform | 'automobile platform'-dbo:automobilePlatform\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dodge> <http://dbpedia.org/ontology/automobilePlatform> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:automobilePlatform res:Dodge.?x dbp:manufacturer?uri . }\n",
+      "\"Which are the  automobile platform whose one of the automobile platform is Dodge ? | 'Dodge'-res:Dodge | 'automobile platform'-dbo:automobilePlatform | 'automobile platform'-dbo:automobilePlatform\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/automobilePlatform> <http://dbpedia.org/resource/Dodge> . ?x <http://dbpedia.org/property/manufacturer> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Ne_daj_se,_Nina dbp:firstAired?uri } \n",
       "\"Where was Ne daj se, Nina first aired ? | 'Ne daj se, Nina'-res:Ne_daj_se,_Nina | 'aired'-dbp:firstAired\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ne_daj_se,_Nina> <http://dbpedia.org/property/firstAired> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:designer res:Brian_Moriarty.?uri dbp:writer?x . }\n",
-      "\"Brian Moriarty designed video games written by whom? | 'brian Moriarty'-res:Brian_Moriarty | 'video games written'-res:Video_game | 'designed'-dbo:designer | 'written'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/Brian_Moriarty> . ?uri <http://dbpedia.org/property/writer> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:designer res:Brian_Moriarty.?uri dbo:writer?x . }\n",
+      "\"Brian Moriarty designed video games written by whom? | 'brian Moriarty'-res:Brian_Moriarty | 'video games written'-res:Video_game | 'designed'-dbo:designer | 'written'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Brian_Moriarty> . ?uri <http://dbpedia.org/ontology/writer> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:commander res:Louis_Briere de_I'Isle.?x dbo:territory?uri . }\n",
-      "\"Where did the conflict take place where Louis Briere de I'Isle was a commander? | 'I'-res:I | 'Louis Briere de'-res:Michel_Brière | 'conflict'-dbo:battle | 'place'-dbo:place | 'commander'-dbo:commander\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Louis_Briere> de_I'Isle. ?x <http://dbpedia.org/ontology/territory> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Louis_Brière dbo:commander?x.?x dbp:territory?uri . }\n",
+      "\"Where did the conflict take place where Louis Briere de I'Isle was a commander? | 'I'-res:I | 'Louis Briere de'-res:Michel_Brière | 'conflict'-dbo:battle | 'place'-dbo:place | 'commander'-dbo:commander\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Louis_Brière> <http://dbpedia.org/ontology/commander> ?x . ?x <http://dbpedia.org/property/territory> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:birthPlace res:Quebec_Ice_hockey_Player.?x dbp:team?uri . }\n",
-      "\"Quebec born ice hockey players have stopped playing for which teams? | 'ice hockey players'-res:Ice_hockey | 'quebec'-dbo:leader | 'born'-dbo:birthYear | 'stopped'-dbo:patron | 'playing'-dbo:field | 'teams'-dbp:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Quebec_Ice_hockey_Player> . ?x <http://dbpedia.org/property/team> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:birthPlace res:Ice_hockey.?x dbp:team?uri . }\n",
+      "\"Quebec born ice hockey players have stopped playing for which teams? | 'ice hockey players'-res:Ice_hockey | 'quebec'-dbo:leader | 'born'-dbo:birthYear | 'stopped'-dbo:patron | 'playing'-dbo:field | 'teams'-dbp:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Ice_hockey> . ?x <http://dbpedia.org/property/team> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:WBIG_FM dbo:FM?uri } \n",
-      "\"what kind of things play on WBIG FM? | 'WBIG'-res:WBIG | 'FM'-res:FM | 'FM'-res:FM | 'WBIG'-res:WBIG | 'play'-dbo:team\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WBIG_FM> <http://dbpedia.org/ontology/FM> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:format res:WBIG.?uri dbp:format?x . }\n",
+      "\"what kind of things play on WBIG FM? | 'WBIG'-res:WBIG | 'FM'-res:FM | 'FM'-res:FM | 'WBIG'-res:WBIG | 'play'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/format> <http://dbpedia.org/resource/WBIG> . ?uri <http://dbpedia.org/property/format> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:almaMater res:Worcester_College,_Oxford.?x dbo:field?uri . }\n",
-      "\"In which fields are the graduates of Worcester College, Oxford working? | 'Worcester College, Oxford'-res:Worcester_College,_Oxford | 'graduates'-dbp:almaMater | 'field'-dbo:field\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/almaMater> <http://dbpedia.org/resource/Worcester_College,_Oxford> . ?x <http://dbpedia.org/ontology/field> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:training res:Worcester_College,_Oxford.?x dbp:fields?uri . }\n",
+      "\"In which fields are the graduates of Worcester College, Oxford working? | 'Worcester College, Oxford'-res:Worcester_College,_Oxford | 'graduates'-dbp:almaMater | 'field'-dbo:field\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/Worcester_College,_Oxford> . ?x <http://dbpedia.org/property/fields> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:label res:Celluloid_Records .?uri rdf:type dbo:MusicalArtist}\n",
       "\"What are the musical performances whose label is Celluloid Records? | 'Celluloid Records'-res:Celluloid_Records | 'musical performances'-dbo:musicalArtist | 'label'-dbp:label\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Celluloid_Records> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalArtist>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:commander res:Arthur_St._Clair.?x dbp:combatant?uri . }\n",
-      "\"How many people have fought wars where Arthur St. Clair was a commander? | 'Arthur St Clair'-res:Arthur_St._Clair | 'fought'-dbo:type | 'wars'-dbp:battles | 'commander'-dbo:commander\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/commander> <http://dbpedia.org/resource/Arthur_St._Clair> . ?x <http://dbpedia.org/property/combatant> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE { res:Arthur_St._Clair dbo:commander?x.?x dbp:combatant?uri . }\n",
+      "\"How many people have fought wars where Arthur St. Clair was a commander? | 'Arthur St Clair'-res:Arthur_St._Clair | 'fought'-dbo:type | 'wars'-dbp:battles | 'commander'-dbo:commander\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Arthur_St._Clair> <http://dbpedia.org/ontology/commander> ?x . ?x <http://dbpedia.org/property/combatant> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:instrument res:Guitar.?x dbo:hometown?uri . }\n",
       "\"Give me the home town of all musical artists who uses Guitar as instrument ? | 'Guitar'-res:Guitar | 'home town'-dbo:hometown | 'musical artists'-dbp:show | 'instrument'-dbo:instrument\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/instrument> <http://dbpedia.org/resource/Guitar> . ?x <http://dbpedia.org/ontology/hometown> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:editing res:Anthony_Harvey.?uri dbp:director res:Stanley_Kubrick . }\n",
-      "\"Name the movies directed by Stanley Kubrick and edited by Anthony Harvey? | 'Stanley Kubrick'-res:Stanley_Kubrick | 'Anthony Harvey'-res:Anthony_Harvey | 'directed'-dbo:director | 'edited'-dbo:editing\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/editing> <http://dbpedia.org/resource/Anthony_Harvey> . ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Stanley_Kubrick> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:director res:Stanley_Kubrick.?uri dbp:editing res:Anthony_Harvey . }\n",
+      "\"Name the movies directed by Stanley Kubrick and edited by Anthony Harvey? | 'Stanley Kubrick'-res:Stanley_Kubrick | 'Anthony Harvey'-res:Anthony_Harvey | 'directed'-dbo:director | 'edited'-dbo:editing\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Stanley_Kubrick> . ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Anthony_Harvey> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:developer res:Remote_Desktop_Protocol.?uri dbp:products?x . }\n",
-      "\"What are some other things developed by the company who made the remote desktop protocol? | 'remote desktop protocol'-res:Remote_Desktop_Protocol | 'developed'-dbo:developer | 'company'-dbo:company\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/Remote_Desktop_Protocol> . ?uri <http://dbpedia.org/property/products> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:notableWork res:Remote_Desktop_Protocol.?uri dbp:developer?x . }\n",
+      "\"What are some other things developed by the company who made the remote desktop protocol? | 'remote desktop protocol'-res:Remote_Desktop_Protocol | 'developed'-dbo:developer | 'company'-dbo:company\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Remote_Desktop_Protocol> . ?uri <http://dbpedia.org/property/developer> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:On_Broadway_(Smash) dbp:guests?uri } \n",
       "\"List the guests of On Broadway ? | 'On Broadway'-res:On_Broadway_(Smash) | 'guests'-dbp:guests\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/On_Broadway_(Smash)> <http://dbpedia.org/property/guests> ?uri } \"\n",
@@ -1819,23 +1332,23 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:capital res:Oslo.?uri dbp:country?x . }\n",
       "\"How many universities are there whose country's capital is Oslo? | 'universities'-res:Universities_South_Africa | 'Oslo'-res:Oslo | 'country'-dbo:country | 'capital'-dbo:capital\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/capital> <http://dbpedia.org/resource/Oslo> . ?uri <http://dbpedia.org/property/country> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:The_Ultimate_Merger dbp:executiveProducer?x.?x dbo:keyPerson?uri . }\n",
-      "\"Which executive producer of the ultimate merger is also an important person at Trump Productions? | 'the ultimate merger'-res:The_Ultimate_Merger | 'Trump Productions'-res:Trump_Productions | 'executive producer'-dbo:executiveProducer | 'person'-dbo:keyPerson\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Ultimate_Merger> <http://dbpedia.org/property/executiveProducer> ?x . ?x <http://dbpedia.org/ontology/keyPerson> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbo:executiveProducer res:The_Ultimate_Merger } \n",
+      "\"Which executive producer of the ultimate merger is also an important person at Trump Productions? | 'the ultimate merger'-res:The_Ultimate_Merger | 'Trump Productions'-res:Trump_Productions | 'executive producer'-dbo:executiveProducer | 'person'-dbo:keyPerson\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/executiveProducer> <http://dbpedia.org/resource/The_Ultimate_Merger> } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Colorado_wine dbp:officialName?uri } \n",
       "\"What is the official name of Colorado wine ? | 'Colorado wine'-res:Colorado_wine | 'official name'-dbp:officialName\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Colorado_wine> <http://dbpedia.org/property/officialName> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:designer res:Burr_Tuss.?x dbp:crosses?uri . }\n",
-      "\"In how many states can one find Burr Tuss kind of bridges? | 'Burr Tuss'-res:Aphex_Twin | 'bridges'-dbo:abstract\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/Burr_Tuss> . ?x <http://dbpedia.org/property/crosses> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:locatedInArea res:Burr_Tuss.?x dbo:designer?uri . }\n",
+      "\"In how many states can one find Burr Tuss kind of bridges? | 'Burr Tuss'-res:Aphex_Twin | 'bridges'-dbo:abstract\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/locatedInArea> <http://dbpedia.org/resource/Burr_Tuss> . ?x <http://dbpedia.org/ontology/designer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:leaderName res:United_States_City_of_A_Council.?uri dbo:restingplace?x . }\n",
-      "\"Name all those buried in a place governed by a city council. | 'name'-dbo:name | 'buried'-dbo:weight | 'place'-dbo:place | 'governed'-dbo:employer | 'city council'-dbo:house\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/United_States_City_of_A_Council> . ?uri <http://dbpedia.org/ontology/restingplace> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:leaderName res:Chicago_Bulls.?uri dbo:restingplace?x . }\n",
+      "\"Name all those buried in a place governed by a city council. | 'name'-dbo:name | 'buried'-dbo:weight | 'place'-dbo:place | 'governed'-dbo:employer | 'city council'-dbo:house\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Chicago_Bulls> . ?uri <http://dbpedia.org/ontology/restingplace> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:birthPlace res:Mausoleum_of_Augustus .?uri rdf:type dbo:Royalty}\n",
-      "\"What royalties's sepulchre is Mausoleum of Augustus? | 'Royalties'-res:Royalties | 'sepulchre'-res:Easter_Sepulchre | 'Mausoleum of Augustus'-res:Mausoleum_of_Augustus\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/Mausoleum_of_Augustus> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Royalty>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:mother res:Mausoleum_of_Augustus . }\n",
+      "\"What royalties's sepulchre is Mausoleum of Augustus? | 'Royalties'-res:Royalties | 'sepulchre'-res:Easter_Sepulchre | 'Mausoleum of Augustus'-res:Mausoleum_of_Augustus\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mother> <http://dbpedia.org/resource/Mausoleum_of_Augustus> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Stanford_Cardinal dbp:university?uri. res:Jim_Wylie dbp:\n",
-      "\"Name the common university of the Cardinal and Jim Wylie? | 'cardinal'-res:Stanford_Cardinal | 'Jim Wylie'-res:Jim_Wylie | 'name'-dbp:name | 'common university'-dbp:university\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stanford_Cardinal> <http://dbpedia.org/property/university> ?uri . <http://dbpedia.org/resource/Jim_Wylie> <http://dbpedia.org/property>/\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Stanford_Cardinal dbo:university?uri. res:Jim_Wylie dbp:institution?uri. }\n",
+      "\"Name the common university of the Cardinal and Jim Wylie? | 'cardinal'-res:Stanford_Cardinal | 'Jim Wylie'-res:Jim_Wylie | 'name'-dbp:name | 'common university'-dbp:university\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stanford_Cardinal> <http://dbpedia.org/ontology/university> ?uri . <http://dbpedia.org/resource/Jim_Wylie> <http://dbpedia.org/property/institution> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Chiva_bus dbo:automobilePlatform?uri } \n",
       "\"What is the automobile platform of Chiva bus ? | 'Chiva bus'-res:Chiva_bus | 'automobile platform'-dbo:automobilePlatform\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chiva_bus> <http://dbpedia.org/ontology/automobilePlatform> ?uri } \"\n",
@@ -1849,14 +1362,14 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:profession res:Diplomacy.?x dbp:religion?uri . }\n",
       "\"How many religions are practiced by diplomats? | 'diplomats'-res:Diplomacy | 'practiced'-dbo:profession | 'religion'-dbp:religion\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/profession> <http://dbpedia.org/resource/Diplomacy> . ?x <http://dbpedia.org/property/religion> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:knownFor res:Linguistics.?knownFor?uri }\n",
-      "\"Count the number of things people who know linguistics are known for ? | 'Linguistics'-res:Linguistics | 'known for'-dbo:knownFor | 'known for'-dbo:knownFor\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/knownFor> <http://dbpedia.org/resource/Linguistics> . ?knownFor ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:knownFor res:Linguistics. }\n",
+      "\"Count the number of things people who know linguistics are known for ? | 'Linguistics'-res:Linguistics | 'known for'-dbo:knownFor | 'known for'-dbo:knownFor\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/knownFor> <http://dbpedia.org/resource/Linguistics> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:internationalMembers res:Muslim_Brotherhood.?x dbo:religion?uri . }\n",
-      "\"How many religions are followed by organizations which are internationally known as the muslim brotherhood? | 'muslim brotherhood'-res:Muslim_Brotherhood | 'international'-dbp:international | 'religion'-dbo:religion\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/internationalMembers> <http://dbpedia.org/resource/Muslim_Brotherhood> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:international res:Muslim_Brotherhood.?x dbo:religion?uri . }\n",
+      "\"How many religions are followed by organizations which are internationally known as the muslim brotherhood? | 'muslim brotherhood'-res:Muslim_Brotherhood | 'international'-dbp:international | 'religion'-dbo:religion\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/international> <http://dbpedia.org/resource/Muslim_Brotherhood> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:managerClub res:Ciao_Zanardi.?x dbp:homeStadium?uri . }\n",
-      "\"What is the home ground of the clubs managed by Ciao Zanardi? | 'Ciao Zanardi'-res:Caio_Zanardi | 'home ground'-dbo:institution | 'clubs'-dbo:college | 'managed'-dbo:director\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/managerClub> <http://dbpedia.org/resource/Ciao_Zanardi> . ?x <http://dbpedia.org/property/homeStadium> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:manager res:Ciao_Zanardi.?x dbo:homeGround?uri . }\n",
+      "\"What is the home ground of the clubs managed by Ciao Zanardi? | 'Ciao Zanardi'-res:Caio_Zanardi | 'home ground'-dbo:institution | 'clubs'-dbo:college | 'managed'-dbo:director\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/manager> <http://dbpedia.org/resource/Ciao_Zanardi> . ?x <http://dbpedia.org/ontology/homeGround> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:language res:Languages_of_Ethiopia .?uri rdf:type dbo:Country}\n",
       "\"What is the country with native language as Languages of Ethiopia? | 'Languages of Ethiopia'-res:Languages_of_Ethiopia | 'language'-dbo:language | 'country'-dbo:Country\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Languages_of_Ethiopia> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}\"\n",
@@ -1864,23 +1377,23 @@
       " SELECT DISTINCT?uri WHERE { res:Girls_(The_Prodigy_song) dbp:recorded?uri } \n",
       "\"Where was Girls (The Prodigy song)  recorded ? | 'Girls (The Prodigy song)'-res:Girls_(The_Prodigy_song) | 'recorded'-dbp:recorded\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Girls_(The_Prodigy_song)> <http://dbpedia.org/property/recorded> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:headquarters res:New_York .?uri rdf:type dbo:TelevisionShow}\n",
-      "\"How many TV shows' networks are headquarterd in NY? | 'NY'-res:New_York | 'shows'-dbo:place | 'networks'-dbo:broadcastNetwork | 'headquarterd'-dbp:headquarters\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/New_York> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:headquarters res:New_York.?uri rdf:type dbo:TelevisionShow}\n",
+      "\"How many TV shows' networks are headquarterd in NY? | 'NY'-res:New_York | 'shows'-dbo:place | 'networks'-dbo:broadcastNetwork | 'headquarterd'-dbp:headquarters\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/New_York> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:owner res:BBC_One.?uri rdf:type dbo:TelevisionShow}\n",
-      "\"Give me some shows owned by BBC one and BBC hd? | 'BBC one'-res:BBC_One | 'BBC hd'-res:BBC_HD | 'shows'-dbo:place | 'owned'-dbp:owner\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/BBC_One> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:owning res:BBC_One.?uri dbo:company res:CBS_HD . }\n",
+      "\"Give me some shows owned by BBC one and BBC hd? | 'BBC one'-res:BBC_One | 'BBC hd'-res:BBC_HD | 'shows'-dbo:place | 'owned'-dbp:owner\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/owning> <http://dbpedia.org/resource/BBC_One> . ?uri <http://dbpedia.org/ontology/company> <http://dbpedia.org/resource/CBS_HD> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:country res:Canada.?x dbp:stadium?uri . }\n",
-      "\"How many teams have rented stadiums in Canada? | 'Canada'-res:Canada | 'teams'-dbp:team | 'rented'-dbo:related | 'stadiums'-dbp:stadium\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/property/stadium> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:city res:Canada.?x dbp:tenants?uri . }\n",
+      "\"How many teams have rented stadiums in Canada? | 'Canada'-res:Canada | 'teams'-dbp:team | 'rented'-dbo:related | 'stadiums'-dbp:stadium\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/property/tenants> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Lake_Uniamési dbp:outflow?uri } \n",
-      "\"List the  outflow of Lake Uniamsi? | 'Lake Uniamsi'-res:Lake_Uniamési | 'outflow'-dbo:outflow\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lake_Uniamési> <http://dbpedia.org/property/outflow> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Lake_Uniamési outflow?uri } \n",
+      "\"List the  outflow of Lake Uniamsi? | 'Lake Uniamsi'-res:Lake_Uniamési | 'outflow'-dbo:outflow\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lake_Uniamési> outflow ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Linda_Jenness dbo:incumbent?uri } \n",
-      "\"Name the incumbent of Linda Jenness ? | 'Linda Jenness'-res:Linda_Jenness | 'name'-dbp:name | 'incumbent'-dbo:incumbent\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Linda_Jenness> <http://dbpedia.org/ontology/incumbent> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Linda_Jenness dbp:incumbent?uri } \n",
+      "\"Name the incumbent of Linda Jenness ? | 'Linda Jenness'-res:Linda_Jenness | 'name'-dbp:name | 'incumbent'-dbo:incumbent\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Linda_Jenness> <http://dbpedia.org/property/incumbent> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:cities res:Cumaná.?x dbp:destinations?uri .?uri rdf:typedbo:Sea}\n",
-      "\"In which countries does the sea lie on whose shore is the city of Cumana? | 'Cumana'-res:Cumaná | 'sea lie'-dbo:elevation | 'shore'-dbo:interest | 'city'-dbo:city\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/cities> <http://dbpedia.org/resource/Cumaná> . ?x <http://dbpedia.org/property/destinations> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:Sea>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:cities res:Cumaná.?x dbp:country?uri . }\n",
+      "\"In which countries does the sea lie on whose shore is the city of Cumana? | 'Cumana'-res:Cumaná | 'sea lie'-dbo:elevation | 'shore'-dbo:interest | 'city'-dbo:city\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/cities> <http://dbpedia.org/resource/Cumaná> . ?x <http://dbpedia.org/property/country> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Sigma_TV dbp:headquarters?uri } \n",
       "\"Where is the headquarters of Sigma TV | 'Sigma TV'-res:Sigma_TV | 'headquarters'-dbp:headquarters\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sigma_TV> <http://dbpedia.org/property/headquarters> ?uri } \"\n",
@@ -1888,56 +1401,56 @@
       "SELECT DISTINCT COUNT(?uri) WHERE { res:International_Union_of_Anarchists dbp:affiliation?uri . }\n",
       "\"Count the affiliations of International Union of Anarchists? | 'International Union of Anarchists'-res:International_Union_of_Anarchists | 'affiliation'-dbp:affiliation\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/International_Union_of_Anarchists> <http://dbpedia.org/property/affiliation> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:doctoralAdvisor res:Jean-Claude_Latombe .?uri rdf:type dbo:Scientist}\n",
-      "\"What is the alma mater of the scientist  whose PhD advisor is Jean-Claude Latombe ? | 'scientist'-res:Scientist | 'PhD advisor'-res:Doctor_of_Philosophy | 'Jean-Claude Latombe'-res:Jean-Claude_Latombe | 'alma mater'-dbo:almaMater\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Jean-Claude_Latombe> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:doctoralAdvisor res:Jean-Claude_Latombe.?x rdf:type dbo:Scientist}\n",
+      "\"What is the alma mater of the scientist  whose PhD advisor is Jean-Claude Latombe ? | 'scientist'-res:Scientist | 'PhD advisor'-res:Doctor_of_Philosophy | 'Jean-Claude Latombe'-res:Jean-Claude_Latombe | 'alma mater'-dbo:almaMater\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Jean-Claude_Latombe> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:residence res:Wilton,_Connecticut . }\n",
       "\"List the people residing in Wilton, Connecticut? | 'Wilton, Connecticut'-res:Wilton,_Connecticut | 'residing'-dbp:residence\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/residence> <http://dbpedia.org/resource/Wilton,_Connecticut> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Bantam_Spectra dbo:publisher?uri } \n",
-      "\"Bantam Spectra is the publisher of which series? | 'bantam Spectra'-res:Bantam_Spectra | 'publisher'-dbo:publisher | 'series'-dbo:series\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bantam_Spectra> <http://dbpedia.org/ontology/publisher> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:publisher res:Bantam_Spectra.?x dbo:series?uri . }\n",
+      "\"Bantam Spectra is the publisher of which series? | 'bantam Spectra'-res:Bantam_Spectra | 'publisher'-dbo:publisher | 'series'-dbo:series\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Bantam_Spectra> . ?x <http://dbpedia.org/ontology/series> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:location res:Tehran.?uri dbo:product?x . }\n",
       "\"How many things are produced by companies located in Tehran? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Tehran'-res:Tehran | 'produced'-dbo:product | 'located'-dbp:location\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/location> <http://dbpedia.org/resource/Tehran> . ?uri <http://dbpedia.org/ontology/product> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Sundridge_(HorseRace) dbp:grandsire?x.?x dbo:award?uri . }\n",
-      "\"Horses grandsired by Sundridge  have won which awards? | 'Sundridge'-res:Sundridge | 'horses'-dbo:staff | 'grandsired'-dbo:grandsire | 'won'-dbo:award | 'awards'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sundridge_(HorseRace)> <http://dbpedia.org/property/grandsire> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:grandsire res:Sundridge.?x dbp:awards?uri . }\n",
+      "\"Horses grandsired by Sundridge  have won which awards? | 'Sundridge'-res:Sundridge | 'horses'-dbo:staff | 'grandsired'-dbo:grandsire | 'won'-dbo:award | 'awards'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/grandsire> <http://dbpedia.org/resource/Sundridge> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Watkins_Glen_International dbo:ground?x.?x dbp:firstTeam?uri . }\n",
-      "\"Who was on the first team in the GPs that were held at Watkins Glen, NY? | 'GPs'-res:NBEAL2 | 'NY'-res:New_York | 'Watkins Glen,'-res:Watkins_Glen_International | 'team'-dbo:team | 'held'-dbo:office\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Watkins_Glen_International> <http://dbpedia.org/ontology/ground> ?x . ?x <http://dbpedia.org/property/firstTeam> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:ground res:Watkins_Glen_International.?x dbp:firstTeam?uri . }\n",
+      "\"Who was on the first team in the GPs that were held at Watkins Glen, NY? | 'GPs'-res:NBEAL2 | 'NY'-res:New_York | 'Watkins Glen,'-res:Watkins_Glen_International | 'team'-dbo:team | 'held'-dbo:office\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/ground> <http://dbpedia.org/resource/Watkins_Glen_International> . ?x <http://dbpedia.org/property/firstTeam> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:screenplay res:Akiva_Goldsman.?uri dbo:director res:Joel_Schumacher . }\n",
       "\"Name the movie whose screenplay is by Akiva Goldsman and directed by Joel Schumacher ? | 'screenplay'-res:Screenplay_(book) | 'Akiva Goldsman'-res:Akiva_Goldsman | 'Joel Schumacher'-res:Joel_Schumacher | 'name'-dbp:name | 'movie'-dbo:picture | 'directed'-dbp:directedby\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/screenplay> <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Joel_Schumacher> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:debutteam res:Houston_Astros.?uri dbp:managerclubs?x . }\n",
-      "\"What is the baseball team whose club manager's debut team is Houston Astros? | 'debut team'-res:The_Debut | 'Houston Astros'-res:Houston_Astros | 'baseball team'-dbo:team | 'club manager'-dbo:director\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutteam> <http://dbpedia.org/resource/Houston_Astros> . ?uri <http://dbpedia.org/property/managerclubs> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:debutteam res:Houston_Astros.?uri dbp:manager?x . }\n",
+      "\"What is the baseball team whose club manager's debut team is Houston Astros? | 'debut team'-res:The_Debut | 'Houston Astros'-res:Houston_Astros | 'baseball team'-dbo:team | 'club manager'-dbo:director\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutteam> <http://dbpedia.org/resource/Houston_Astros> . ?uri <http://dbpedia.org/property/manager> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:beatifiedBy res:Pope_Pius_X.?x dbo:deathPlace?uri . }\n",
       "\"In how many different places have people beatified by Pope Pius X died? | 'X'-res:X | 'Pope Pius'-res:Pope_Pius_X | 'places'-dbp:height | 'beatified'-dbp:beatifiedBy | 'died'-dbo:deathDate\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_Pius_X> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Meadow_Soprano dbo:relative?x.?x dbo :religion?uri . }\n",
-      "\"What faiths are followed by the relatives of Meadow Soprano? | 'Meadow Soprano'-res:Meadow_Soprano | 'faiths'-dbo:religion | 'relatives'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Meadow_Soprano> <http://dbpedia.org/ontology/relative> ?x . ?x dbo :religion ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Meadow_Soprano dbo:relative?x.?x dbp:religion?uri . }\n",
+      "\"What faiths are followed by the relatives of Meadow Soprano? | 'Meadow Soprano'-res:Meadow_Soprano | 'faiths'-dbo:religion | 'relatives'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Meadow_Soprano> <http://dbpedia.org/ontology/relative> ?x . ?x <http://dbpedia.org/property/religion> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE {?uri dbp:lieutenant res:Winston_Bryant } \n",
       "\"who was the president under whom winston bryant served as a lieutenant? | 'Winston bryant'-res:Winston_Bryant | 'president'-dbo:president | 'served'-dbo:regionServed | 'lieutenant'-dbo:lieutenant\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/lieutenant> <http://dbpedia.org/resource/Winston_Bryant> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:My_Favorite_Girl dbp:artist?x.?x dbo:associatedBand?uri . }\n",
-      "\"What are the bands associated with the artists of My Favorite Girl  ? | 'My Favorite Girl'-res:My_Favorite_Girl | 'bands'-dbo:staff | 'associated'-dbo:associatedBand | 'artists'-dbp:artist\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/My_Favorite_Girl> <http://dbpedia.org/property/artist> ?x . ?x <http://dbpedia.org/ontology/associatedBand> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:My_Favorite_Girl dbo:artist?x.?x dbp:associatedBand?uri . }\n",
+      "\"What are the bands associated with the artists of My Favorite Girl  ? | 'My Favorite Girl'-res:My_Favorite_Girl | 'bands'-dbo:staff | 'associated'-dbo:associatedBand | 'artists'-dbp:artist\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/My_Favorite_Girl> <http://dbpedia.org/ontology/artist> ?x . ?x <http://dbpedia.org/property/associatedBand> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:owner res:Warner_Bros._Television.?uri dbo:network?x . }\n",
-      "\"What are the television shows whose network's stockholder is Warner Bros. Television? | 'Warner Bros. Television'-res:Warner_Bros._Television | 'television'-dbo:transmission | 'shows'-dbo:place | 'network'-dbo:network\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Warner_Bros._Television> . ?uri <http://dbpedia.org/ontology/network> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:owner res:Warner_Bros._Television.?uri dbp:network?x . }\n",
+      "\"What are the television shows whose network's stockholder is Warner Bros. Television? | 'Warner Bros. Television'-res:Warner_Bros._Television | 'television'-dbo:transmission | 'shows'-dbo:place | 'network'-dbo:network\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owner> <http://dbpedia.org/resource/Warner_Bros._Television> . ?uri <http://dbpedia.org/property/network> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:programmingLanguage res:C++.?uri dbo:operatingSystem res:Microsoft_Windows } \n",
       "\"What is the total number of software whose programming language is C++ and operating system is Microsoft Windows? | 'software'-res:Rietveld_(software) | 'C++'-res:C++ | 'Microsoft Windows'-res:Microsoft_Windows | 'total'-dbo:populationTotal | 'programming language'-dbo:language | 'operating'-dbo:operatingSystem\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/programmingLanguage> <http://dbpedia.org/resource/C++> . ?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:language res:Spanish_language .?uri rdf:type dbo:Company}\n",
-      "\"how many companies are located in a spanish speaking region? | 'spanish'-res:Spanish_language | 'located'-dbo:language | 'spanish speaking'-dbo:location\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Spanish_language> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:region res:Spanish_language.?uri dbo:location?x . }\n",
+      "\"how many companies are located in a spanish speaking region? | 'spanish'-res:Spanish_language | 'located'-dbo:language | 'spanish speaking'-dbo:location\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/region> <http://dbpedia.org/resource/Spanish_language> . ?uri <http://dbpedia.org/ontology/location> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:almaMater res:Judge_Advocate_General's_Corps.?x dbo:education?uri . }\n",
-      "\"From how many different institutes have the members of Judge Advocate General's Corps graduated? | 'Judge Advocate General 's Corps'-res:Judge_Advocate_General's_Corps,_United_States_Army | 'institutes'-dbo:university | 'members'-dbo:family | 'graduated'-dbo:effectiveRadiatedPower\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/almaMater> <http://dbpedia.org/resource/Judge_Advocate_General's_Corps> . ?x <http://dbpedia.org/ontology/education> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:branch res:Judge_Advocate_General's_Corps.?x dbo:almaMater?uri . }\n",
+      "\"From how many different institutes have the members of Judge Advocate General's Corps graduated? | 'Judge Advocate General 's Corps'-res:Judge_Advocate_General's_Corps,_United_States_Army | 'institutes'-dbo:university | 'members'-dbo:family | 'graduated'-dbo:effectiveRadiatedPower\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/branch> <http://dbpedia.org/resource/Judge_Advocate_General's_Corps> . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:mouthMountain res:Southend-on-Sea and mouthPlace res:Essex .?uri rdf:typedbo:River}\n",
-      "\"Name the river whose mouth mountain is Southend-on-Sea and mouth place is Essex? | 'Southend-on-Sea'-res:Southend-on-Sea | 'Essex'-res:Essex | 'name'-dbp:name | 'river'-dbo:river | 'mouth mountain'-dbo:elevation | 'mouth place'-dbo:district\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Southend-on-Sea> and mouthPlace <http://dbpedia.org/resource/Essex> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:River>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:mouthMountain res:Southend-on-Sea.?uri dbp:mouthPlace res:Essex . }\n",
+      "\"Name the river whose mouth mountain is Southend-on-Sea and mouth place is Essex? | 'Southend-on-Sea'-res:Southend-on-Sea | 'Essex'-res:Essex | 'name'-dbp:name | 'river'-dbo:river | 'mouth mountain'-dbo:elevation | 'mouth place'-dbo:district\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Southend-on-Sea> . ?uri <http://dbpedia.org/property/mouthPlace> <http://dbpedia.org/resource/Essex> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:license res:GNU_Free_Documentation_License.?x dbo:genre?uri . }\n",
       "\"What genre's softwares are released with a GNU GPL license? | 'softwares'-res:Software | 'GNU'-res:GNU | 'GPL license'-res:Gpl-violations.org | 'GPL'-res:Gpl-violations.org | 'GNU  license'-res:GNU_Free_Documentation_License | 'genre'-dbo:genre | 'released'-dbp:released\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/license> <http://dbpedia.org/resource/GNU_Free_Documentation_License> . ?x <http://dbpedia.org/ontology/genre> ?uri . }\"\n",
@@ -1948,23 +1461,23 @@
       " SELECT DISTINCT?uri WHERE { res:Metro_Transit_(Minnesota) dbp:headquarters?uri } \n",
       "\"Where is the headquarters of Metro Transit (Minnesota) ? | 'Metro Transit (Minnesota)'-res:Metro_Transit_(Minnesota) | 'headquarters'-dbp:headquarters\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Metro_Transit_(Minnesota)> <http://dbpedia.org/property/headquarters> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?xdbp:creators res:Frank_Miller_(comics).?x dbp:characterName?uri }\n",
-      "\"Give me the count of all the names of characters created by Frank Miller | 'Frank Miller'-res:Frank_Miller_(comics) | 'created by'-dbp:creators | 'characters'-dbp:characterName\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?xdbp:creators <http://dbpedia.org/resource/Frank_Miller_(comics)> . ?x <http://dbpedia.org/property/characterName> ?uri }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:creators res:Frank_Miller_(comics) . }\n",
+      "\"Give me the count of all the names of characters created by Frank Miller | 'Frank Miller'-res:Frank_Miller_(comics) | 'created by'-dbp:creators | 'characters'-dbp:characterName\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Frank_Miller_(comics)> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Spain_on_the_Road_Again dbp:birthPlace?uri . }\n",
-      "\"Where was the narrator of Spain on the Road Again born? | 'Spain on the Road Again'-res:Spain..._on_the_Road_Again | 'narrator'-dbo:narrator | 'born'-dbp:birthPlace\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Spain_on_the_Road_Again> <http://dbpedia.org/property/birthPlace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Spain_on_the_Road_Again dbo:narrator?x.?x dbp:birthPlace?uri . }\n",
+      "\"Where was the narrator of Spain on the Road Again born? | 'Spain on the Road Again'-res:Spain..._on_the_Road_Again | 'narrator'-dbo:narrator | 'born'-dbp:birthPlace\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Spain_on_the_Road_Again> <http://dbpedia.org/ontology/narrator> ?x . ?x <http://dbpedia.org/property/birthPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:doctoralAdvisor res:Leonard_Lerman.?uri dbp:type?Scientist}\n",
-      "\"Where did the scientist study whose doctoral thesis was supervised by Leonard Lerman? | 'Leonard Lerman'-res:Leonard_Lerman | 'scientist study'-dbo:picture | 'doctoral thesis'-dbo:doctoralAdvisor | 'supervised'-dbo:doctoralAdvisor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/doctoralAdvisor> <http://dbpedia.org/resource/Leonard_Lerman> . ?uri <http://dbpedia.org/property/type> ?Scientist}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:doctoralAdvisor res:Leonard_Lerman.?x rdf:type dbo:Scientist}\n",
+      "\"Where did the scientist study whose doctoral thesis was supervised by Leonard Lerman? | 'Leonard Lerman'-res:Leonard_Lerman | 'scientist study'-dbo:picture | 'doctoral thesis'-dbo:doctoralAdvisor | 'supervised'-dbo:doctoralAdvisor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Leonard_Lerman> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Winston_Bryant dbp:governor?uri. res:Joseph_Stiglitz dbo:president?uri} \n",
       "\"Which governer of Winston Bryant is the president of Joseph Stiglitz ? | 'Winston Bryant'-res:Winston_Bryant | 'Joseph Stiglitz'-res:Joseph_Stiglitz | 'governer'-dbp:governor | 'president'-dbo:president\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Winston_Bryant> <http://dbpedia.org/property/governor> ?uri . <http://dbpedia.org/resource/Joseph_Stiglitz> <http://dbpedia.org/ontology/president> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:jurisdiction res:German-occupied_Europe.?x dbo:leader?uri . }\n",
-      "\"How many people have led agencies in German occupied Europe? | 'agencies'-res:Agencies_of_the_European_Union | 'German'-res:Germany | 'German'-res:German | 'Europe'-res:Europe | 'led'-dbo:field | 'occupied'-dbp:about | ''-dbo:country | ''-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/jurisdiction> <http://dbpedia.org/resource/German-occupied_Europe> . ?x <http://dbpedia.org/ontology/leader> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:jurisdiction res:German-occupied_Europe.?uri dbo:leaderName?x . }\n",
+      "\"How many people have led agencies in German occupied Europe? | 'agencies'-res:Agencies_of_the_European_Union | 'German'-res:Germany | 'German'-res:German | 'Europe'-res:Europe | 'led'-dbo:field | 'occupied'-dbp:about | ''-dbo:country | ''-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/jurisdiction> <http://dbpedia.org/resource/German-occupied_Europe> . ?uri <http://dbpedia.org/ontology/leaderName> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:writer res:Robert_Schenkkan.?x dbp:place?uri . }\n",
-      "\"Where did the plays written by Robert Schenkkan take place? | 'Robert Schenkkan'-res:Robert_Schenkkan | 'plays'-dbo:plays | 'written'-dbo:writer | 'place'-dbo:place\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Robert_Schenkkan> . ?x <http://dbpedia.org/property/place> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:writer res:Robert_Schenkkan.?x dbo:place?uri . }\n",
+      "\"Where did the plays written by Robert Schenkkan take place? | 'Robert Schenkkan'-res:Robert_Schenkkan | 'plays'-dbo:plays | 'written'-dbo:writer | 'place'-dbo:place\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Robert_Schenkkan> . ?x <http://dbpedia.org/ontology/place> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE {?uri dbo:militaryRank res:WW1_(album) } \n",
       "\"Name  some ww1 veterans? | 'ww1 veterans'-res:WW1_(album) | 'name'-dbo:name\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/militaryRank> <http://dbpedia.org/resource/WW1_(album)> } \"\n",
@@ -1972,32 +1485,32 @@
       " SELECT DISTINCT?uri WHERE { res:Chevrolet_Caprice dbp:predecessor?uri } \n",
       "\"Which are the predecessor of Chevrolet Caprice? | 'Chevrolet Caprice'-res:Chevrolet_Caprice | 'predecessor'-dbo:predecessor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chevrolet_Caprice> <http://dbpedia.org/property/predecessor> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Blade_Runner_2:_The_Edge_of_Human dbo:subsequentWork?x.?x series?uri . }\n",
-      "\"What is the series of the book which is a subsequent work of Blade Runner 2: The Edge of Human ? | 'Blade Runner 2: The Edge of Human subsequent work'-res:Blade_Runner_2:_The_Edge_of_Human | 'series'-dbo:series\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blade_Runner_2:_The_Edge_of_Human> <http://dbpedia.org/ontology/subsequentWork> ?x . ?x series ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Blade_Runner_2:_The_Edge_of_Human dbp:subsequentWork?x.?x dbo:series?uri . }\n",
+      "\"What is the series of the book which is a subsequent work of Blade Runner 2: The Edge of Human ? | 'Blade Runner 2: The Edge of Human subsequent work'-res:Blade_Runner_2:_The_Edge_of_Human | 'series'-dbo:series\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blade_Runner_2:_The_Edge_of_Human> <http://dbpedia.org/property/subsequentWork> ?x . ?x <http://dbpedia.org/ontology/series> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:recordLabel res:ATO_Records.?uri dbp:themeMusicComposer?x . }\n",
       "\"Which TV show whose theme is composed by someone signed up with ATO records? | 'ATO records'-res:ATO_Records | 'show'-dbo:show | 'theme'-dbp:subject | 'composed'-dbo:musicComposer | 'signed'-dbo:movement | 'records'-dbo:background\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/ATO_Records> . ?uri <http://dbpedia.org/property/themeMusicComposer> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:relatives res:Jim_Farley_(businessman) . }\n",
-      "\"Who is the relative of Jim Farley (businessman) ? | 'Jim Farley (businessman)'-res:Jim_Farley_(businessman) | 'relative'-dbp:relatives\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Jim_Farley_(businessman)> . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Jim_Farley_(businessman) dbp:relatives?uri } \n",
+      "\"Who is the relative of Jim Farley (businessman) ? | 'Jim Farley (businessman)'-res:Jim_Farley_(businessman) | 'relative'-dbp:relatives\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Farley_(businessman)> <http://dbpedia.org/property/relatives> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:publisher res:Francisco_de_Robles.?uri rdf:type dbo:Book}\n",
       "\"Name books with publisher as Francisco de Robles and writer as Miguel de Cervantes ? | 'Francisco de Robles'-res:Francisco_de_Robles | 'Miguel de Cervantes'-res:Miguel_de_Cervantes | 'name books'-dbo:leaderName | 'publisher'-dbo:publisher | 'writer'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Francisco_de_Robles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Hornito dbp:deathPlace?uri. res:John_Jones_Bateman dbo:location?uri. }\n",
-      "\"What nation is Hornito located in, where Jamie Bateman Cayn died too? | 'Hornito'-res:Hornito | 'Jamie Bateman Cayn'-res:John_Jones_Bateman | 'nation'-dbo:country | 'located'-dbo:position | 'in,'-dbo:recordedIn | 'died'-dbo:deathDate\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hornito> <http://dbpedia.org/property/deathPlace> ?uri . <http://dbpedia.org/resource/John_Jones_Bateman> <http://dbpedia.org/ontology/location> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Hornito dbo:birthPlace?uri. res:Jamie_Bateman_Cayn dbp:placeOfDeath?uri. }\n",
+      "\"What nation is Hornito located in, where Jamie Bateman Cayn died too? | 'Hornito'-res:Hornito | 'Jamie Bateman Cayn'-res:John_Jones_Bateman | 'nation'-dbo:country | 'located'-dbo:position | 'in,'-dbo:recordedIn | 'died'-dbo:deathDate\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hornito> <http://dbpedia.org/ontology/birthPlace> ?uri . <http://dbpedia.org/resource/Jamie_Bateman_Cayn> <http://dbpedia.org/property/placeOfDeath> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Fazlur_Rahman_Khan dbo:restingPlace?uri } \n",
       "\"Name the resting place of Fazlur Rahman Khan ? | 'Fazlur Rahman Khan'-res:Fazlur_Rahman_Khan | 'name'-dbp:name | 'resting'-dbo:restingPlace | 'place'-dbo:place\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fazlur_Rahman_Khan> <http://dbpedia.org/ontology/restingPlace> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Isa_(name) dbp:meaning?uri } \n",
-      "\"Who is the meaning of Isa  ? | 'Isa'-res:Isa_(name) | 'meaning'-dbo:meaning\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Isa_(name)> <http://dbpedia.org/property/meaning> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Isa_(name) dbo:meaning?uri } \n",
+      "\"Who is the meaning of Isa  ? | 'Isa'-res:Isa_(name) | 'meaning'-dbo:meaning\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Isa_(name)> <http://dbpedia.org/ontology/meaning> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:league res:American_Hockey_League.?x dbo:formerTeam?uri }\n",
-      "\"Count the number teams which have  former ice hockey players which also included American Hockey League ? | 'former ice hockey players'-res:Ice_hockey | 'American Hockey League'-res:Organization_of_American_States | 'American Hockey League'-res:American_Hockey_League | 'count'-dbo:country | 'teams'-dbp:teams | 'included'-dbo:number | ''-dbo:country\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/American_Hockey_League> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:formerTeam res:Ice_hockey.?x dbp:league?uri }\n",
+      "\"Count the number teams which have  former ice hockey players which also included American Hockey League ? | 'former ice hockey players'-res:Ice_hockey | 'American Hockey League'-res:Organization_of_American_States | 'American Hockey League'-res:American_Hockey_League | 'count'-dbo:country | 'teams'-dbp:teams | 'included'-dbo:number | ''-dbo:country\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Ice_hockey> . ?x <http://dbpedia.org/property/league> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:school res:Pietermaritzburg.?x dbo:school?uri .?seighboringPerson?uri rdf:typedbo:RugbyPlayer}\n",
-      "\"List all the schools of the rugby player whose went to school named Pietermaritzburg ? | 'Pietermaritzburg'-res:Pietermaritzburg | 'schools'-dbo:ground | 'rugby player'-dbo:combatant | 'school'-dbo:school\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/school> <http://dbpedia.org/resource/Pietermaritzburg> . ?x <http://dbpedia.org/ontology/school> ?uri . ?seighboringPerson ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:RugbyPlayer>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:school res:Pietermaritzburg.?x dbp:school?uri . }\n",
+      "\"List all the schools of the rugby player whose went to school named Pietermaritzburg ? | 'Pietermaritzburg'-res:Pietermaritzburg | 'schools'-dbo:ground | 'rugby player'-dbo:combatant | 'school'-dbo:school\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/school> <http://dbpedia.org/resource/Pietermaritzburg> . ?x <http://dbpedia.org/property/school> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Richard_Coke dbo:office?uri } \n",
       "\"Name the office of Richard Coke ? | 'Richard Coke'-res:Richard_Coke | 'name'-dbo:name | 'office'-dbo:office\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Richard_Coke> <http://dbpedia.org/ontology/office> ?uri } \"\n",
@@ -2005,77 +1518,77 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:founder res:John_Forbes_(British_Army_officer) .?uri rdf:type dbo:City}\n",
       "\"Which city's foundeer is John Forbes? | 'John Forbes'-res:John_Forbes_(British_Army_officer) | 'city'-dbo:city | 'foundeer'-dbp:founder\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/founder> <http://dbpedia.org/resource/John_Forbes_(British_Army_officer)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/City>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:riverMouth res:Deadhead .?uri rdf:typedbo:River}\n",
-      "\"What is the river whose mouth is in deadsea? | 'deadsea'-res:Deadhead | 'river mouth'-dbo:riverMouth\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/Deadhead> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:River>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:riverMouth res:Deadhead . }\n",
+      "\"What is the river whose mouth is in deadsea? | 'deadsea'-res:Deadhead | 'river mouth'-dbo:riverMouth\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/Deadhead> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:John_Kotelawala dbp:allegiance?uri } \n",
       "\"What is the allegiance of John Kotelawala ? | 'John Kotelawala'-res:John_Kotelawala | 'allegiance'-dbo:allegiance\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_Kotelawala> <http://dbpedia.org/property/allegiance> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:relatedMeanOfTransportation res:Subaru_Outback.?x dbo:layout?uri . }\n",
-      "\"What layout can be found in cars similar to the Subaru Outback? | 'Subaru Outback'-res:Subaru_Outback | 'layout'-dbo:layout | 'cars'-dbo:management\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/relatedMeanOfTransportation> <http://dbpedia.org/resource/Subaru_Outback> . ?x <http://dbpedia.org/ontology/layout> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:related?uri .?x rdf:type dbo:Automobile}\n",
+      "\"What layout can be found in cars similar to the Subaru Outback? | 'Subaru Outback'-res:Subaru_Outback | 'layout'-dbo:layout | 'cars'-dbo:management\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/related> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Automobile>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Henry_Cluney dbp:origin?uri } \n",
       "\"Name the origin of Henry Cluney ? | 'Henry Cluney'-res:Henry_Cluney | 'name'-dbp:name | 'origin'-dbo:origin\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henry_Cluney> <http://dbpedia.org/property/origin> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Xynisteri in?uri. res:Mavro dbo:origin?uri. }\n",
-      "\"In which part of the world can i find Xynisteri and Mavro? | 'Xynisteri'-res:Xynisteri | 'Mavro'-res:Mavro | 'in'-dbo:origin | 'in'-dbo:origin\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Xynisteri> in ?uri . <http://dbpedia.org/resource/Mavro> <http://dbpedia.org/ontology/origin> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Xynisteri dbo:origin?uri. res:Mavro dbp:region?uri. }\n",
+      "\"In which part of the world can i find Xynisteri and Mavro? | 'Xynisteri'-res:Xynisteri | 'Mavro'-res:Mavro | 'in'-dbo:origin | 'in'-dbo:origin\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Xynisteri> <http://dbpedia.org/ontology/origin> ?uri . <http://dbpedia.org/resource/Mavro> <http://dbpedia.org/property/region> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:battles res:Battle_of_France.?x dbo:award?uri . }\n",
       "\"which awards have been given to people who fought in the Battle of France? | 'Battle of France'-res:Battle_of_France | 'awards'-dbo:award | 'fought'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Battle_of_France> . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Gymnastics_at_the_2008_Summer_Olympics_–_Women's_individual_all-around dbp:silverMedalist?uri } \n",
-      "\"Who was the silver medalist of Gymnastics at the 2008 Summer Olympics  Women's artistic individual all-around ? | 'Gymnastics at the 2008 Summer Olympics  Women'-res:Gymnastics_at_the_2008_Summer_Olympics | 'artistic individual all-around'-res:European_Artistic_Gymnastics_Championships_–_Women's_individual_all-around\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gymnastics_at_the_2008_Summer_Olympics_–_Women's_individual_all-around> <http://dbpedia.org/property/silverMedalist> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Gymnastics_at_the_2008_Summer_Olympics dbp:silverMedalist?uri } \n",
+      "\"Who was the silver medalist of Gymnastics at the 2008 Summer Olympics  Women's artistic individual all-around ? | 'Gymnastics at the 2008 Summer Olympics  Women'-res:Gymnastics_at_the_2008_Summer_Olympics | 'artistic individual all-around'-res:European_Artistic_Gymnastics_Championships_–_Women's_individual_all-around\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gymnastics_at_the_2008_Summer_Olympics> <http://dbpedia.org/property/silverMedalist> ?uri } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Roh_Tae-woo dbp:battles?uri } \n",
       "\"List the battles fought by Roh Tae-woo ? | 'Roh Tae-woo'-res:Roh_Tae-woo | 'battles'-dbp:battles\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Roh_Tae-woo> <http://dbpedia.org/property/battles> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Ladonia_(micronation) dbo:officialLanguage?uri. res:Empire_of_Ți} \n",
-      "\"List the common official language of the ladonia and Empire of Atlantium ? | 'ladonia'-res:Ladonia_(micronation) | 'Empire of Atlantium'-res:Empire_of_Atlantium | 'official language'-dbo:officialLanguage | 'official language'-dbo:officialLanguage\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ladonia_(micronation)> <http://dbpedia.org/ontology/officialLanguage> ?uri . <http://dbpedia.org/resource/Empire_of_Ți}> \"\n",
+      "SELECT DISTINCT?uri WHERE { res:Ladonia_(micronation) dbo:officialLanguage?uri. res:Empire_of_Atlantium dbp:language?uri. }\n",
+      "\"List the common official language of the ladonia and Empire of Atlantium ? | 'ladonia'-res:Ladonia_(micronation) | 'Empire of Atlantium'-res:Empire_of_Atlantium | 'official language'-dbo:officialLanguage | 'official language'-dbo:officialLanguage\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ladonia_(micronation)> <http://dbpedia.org/ontology/officialLanguage> ?uri . <http://dbpedia.org/resource/Empire_of_Atlantium> <http://dbpedia.org/property/language> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Irving_Chernev res:Karen_Grigorian.?x dbo:occupation?uri . }\n",
-      "\"What is the occupation of the Irving Chernev and Karen Grigorian? | 'Irving Chernev'-res:Irving_Chernev | 'Karen Grigorian'-res:Karen_Grigorian | 'occupation'-dbo:occupation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Irving_Chernev> <http://dbpedia.org/resource/Karen_Grigorian> . ?x <http://dbpedia.org/ontology/occupation> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Irving_Chernev.?uri dbo:occupation res:Karen_Grigorian. }\n",
+      "\"What is the occupation of the Irving Chernev and Karen Grigorian? | 'Irving Chernev'-res:Irving_Chernev | 'Karen Grigorian'-res:Karen_Grigorian | 'occupation'-dbo:occupation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Irving_Chernev> . ?uri <http://dbpedia.org/ontology/occupation> <http://dbpedia.org/resource/Karen_Grigorian> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:religion res:Feminist_stripper.?x dbp:country?uri . }\n",
-      "\"In which countries can i find some feminist writers? | 'countries'-res:Countries_of_the_United_Kingdom | 'feminist writers'-res:Feminist_stripper | 'i'-dbp:i\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/religion> <http://dbpedia.org/resource/Feminist_stripper> . ?x <http://dbpedia.org/property/country> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:gender res:Feminist_stripper.?x dbp:nationality?uri . }\n",
+      "\"In which countries can i find some feminist writers? | 'countries'-res:Countries_of_the_United_Kingdom | 'feminist writers'-res:Feminist_stripper | 'i'-dbp:i\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/gender> <http://dbpedia.org/resource/Feminist_stripper> . ?x <http://dbpedia.org/property/nationality> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:position res:Defenceman.?x dbo:formerTeam?uri . }\n",
-      "\"In which teams did anyone who played as a defencemen, play previously? | 'teams'-dbo:numberOfTeams | 'played'-dbo:portrayer | 'play'-dbo:starring\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:position res:Defenceman.?x dbo:team?uri . }\n",
+      "\"In which teams did anyone who played as a defencemen, play previously? | 'teams'-dbo:numberOfTeams | 'played'-dbo:portrayer | 'play'-dbo:starring\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:magazine res:Jump_Square.?x dbp:author?uri . }\n",
       "\"Who authored the works published in the Jump Square Magazine? | 'Jump Square'-res:Jump_Square | 'Magazine'-dbp:magazine | 'author'-dbp:author\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/magazine> <http://dbpedia.org/resource/Jump_Square> . ?x <http://dbpedia.org/property/author> ?uri . }\"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?uri rdf:type dbo:Bacteria}\n",
+      "\"List bacteria whose order (taxonomy) is Bacillales and domain is Bacteria? | 'Bacteria (taxonomy)'-res:Bacteria | 'Bacillales'-res:Bacillales | 'Bacteria'-res:Bacteria | 'domain'-dbo:domain\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Bacteria>}\"\n",
       "\n",
-      "\"List bacteria whose order (taxonomy) is Bacillales and domain is Bacteria? | 'Bacteria (taxonomy)'-res:Bacteria | 'Bacillales'-res:Bacillales | 'Bacteria'-res:Bacteria | 'domain'-dbo:domain\",\"\"\n",
-      "\n",
-      " SELECT DISTINCT?uri WHERE { res:Your_Sweet_Lovin' dbp:language?uri } \n",
-      "\"In which language is All I need is Your Sweet lovin written ? | 'I'-res:I | 'All'-res:All | 'Your Sweet lovin'-res:All_I_Need_Is_Your_Sweet_Lovin' | 'language'-dbo:language | 'written'-dbo:writer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Your_Sweet_Lovin'> <http://dbpedia.org/property/language> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Your_Sweet_Lovin' dbo:writer?uri } \n",
+      "\"In which language is All I need is Your Sweet lovin written ? | 'I'-res:I | 'All'-res:All | 'Your Sweet lovin'-res:All_I_Need_Is_Your_Sweet_Lovin' | 'language'-dbo:language | 'written'-dbo:writer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Your_Sweet_Lovin'> <http://dbpedia.org/ontology/writer> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Lagos_Preparatory_School dbp:sport?uri } \n",
-      "\"What sport amongst the one Lagos Preparatory School practices, did Willian Garne play for? | 'Lagos Preparatory School practices, did Willian Garne'-res:Lagos_Preparatory_School | 'sport'-dbo:sport | 'play'-dbo:sport\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lagos_Preparatory_School> <http://dbpedia.org/property/sport> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:Lagos_Preparatory_School dbo:sport?uri } \n",
+      "\"What sport amongst the one Lagos Preparatory School practices, did Willian Garne play for? | 'Lagos Preparatory School practices, did Willian Garne'-res:Lagos_Preparatory_School | 'sport'-dbo:sport | 'play'-dbo:sport\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lagos_Preparatory_School> <http://dbpedia.org/ontology/sport> ?uri } \"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:origin res:England . }\n",
+      "\"What are the beverages whose origin is England? | 'England'-res:England | 'beverages'-dbo:strength | 'origin'-dbo:origin\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/origin> <http://dbpedia.org/resource/England> . }\"\n",
       "\n",
-      "\"What are the beverages whose origin is England? | 'England'-res:England | 'beverages'-dbo:strength | 'origin'-dbo:origin\",\"\"\n",
+      " SELECT DISTINCT?uri WHERE { res:On_Air_with_Ryan_Seacrest dbo:starring?uri } \n",
+      "\"Who is the film star of On Air with Ryan Seacrest ? | 'On Air with Ryan Seacrest'-res:On_Air_with_Ryan_Seacrest | 'star'-dbo:starring\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/On_Air_with_Ryan_Seacrest> <http://dbpedia.org/ontology/starring> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:On_Air_with_Ryan_Seacrest dbo:starring?uri . }\n",
-      "\"Who is the film star of On Air with Ryan Seacrest ? | 'On Air with Ryan Seacrest'-res:On_Air_with_Ryan_Seacrest | 'star'-dbo:starring\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/On_Air_with_Ryan_Seacrest> <http://dbpedia.org/ontology/starring> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Franklin_W._Olin dbp:almaMater?uri. res:Patty_Lin dbo:education?uri} \n",
+      "\"Which university attended by Franklin W. Olin was also the alma mater of Patty Lin ? | 'Patty Lin'-res:Patty_Lin | 'Franklin W. Olin'-res:Franklin_W._Olin | 'university attended'-dbp:almaMater | 'university attended'-dbp:education\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Franklin_W._Olin> <http://dbpedia.org/property/almaMater> ?uri . <http://dbpedia.org/resource/Patty_Lin> <http://dbpedia.org/ontology/education> ?uri} \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Franklin_W._Olin dbp:almaMater?uri. res:Patty_Lindbp:education?uri} \n",
-      "\"Which university attended by Franklin W. Olin was also the alma mater of Patty Lin ? | 'Patty Lin'-res:Patty_Lin | 'Franklin W. Olin'-res:Franklin_W._Olin | 'university attended'-dbp:almaMater | 'university attended'-dbp:education\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Franklin_W._Olin> <http://dbpedia.org/property/almaMater> ?uri . <http://dbpedia.org/resource/Patty_Lindbp:education> ?uri} \"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:sport res:Hockey.?x rdf:type dbo:School}\n",
+      "\"Count the number of sports played by schools which play hockey ? | 'hockey'-res:Hockey | 'sports'-dbo:sport | 'sports'-dbo:sport\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/sport> <http://dbpedia.org/resource/Hockey> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/School>}\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:athletics res:Hockey.?x dbo:sport?uri }\n",
-      "\"Count the number of sports played by schools which play hockey ? | 'hockey'-res:Hockey | 'sports'-dbo:sport | 'sports'-dbo:sport\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/athletics> <http://dbpedia.org/resource/Hockey> . ?x <http://dbpedia.org/ontology/sport> ?uri }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:restingplace res:Little_Easton.?x dbo:tomb?uri . }\n",
+      "\"List the tomb of the royalties whose burial place is Little Easton ? | 'Royalties'-res:Royalties | 'Little Easton'-res:Little_Easton | 'tomb'-dbo:race | 'burial place'-dbo:district\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/restingplace> <http://dbpedia.org/resource/Little_Easton> . ?x <http://dbpedia.org/ontology/tomb> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:restingplace res:Little_Easton .?uri rdf:type dbo:Royalty}\n",
-      "\"List the tomb of the royalties whose burial place is Little Easton ? | 'Royalties'-res:Royalties | 'Little Easton'-res:Little_Easton | 'tomb'-dbo:race | 'burial place'-dbo:district\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/restingplace> <http://dbpedia.org/resource/Little_Easton> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Royalty>}\"\n",
-      "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:operatingSystem res:Microsoft_Windows .?uri rdf:type dbo™:Software}\n",
-      "\"How many software run on operating system is Microsoft Windows? | 'software'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'operating system'-dbo:operatingSystem | 'software'-dbo:Software\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo™:Software}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:operatingSystem res:Microsoft_Windows .?uri rdf:type dbo:Software}\n",
+      "\"How many software run on operating system is Microsoft Windows? | 'software'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'operating system'-dbo:operatingSystem | 'software'-dbo:Software\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Software>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:subsequentWork res:Doctor_Who_Extra.?uri dbo:related?x . }\n",
       "\"List the show related to the which was followed by Doctor Who Extra? | 'Doctor Who Extra'-res:Doctor_Who_Extra | 'show'-dbp:show | 'related'-dbo:related\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/subsequentWork> <http://dbpedia.org/resource/Doctor_Who_Extra> . ?uri <http://dbpedia.org/ontology/related> ?x . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Lima dbo:largestCity?uri } \n",
-      "\"Which country's largest city is Lima? | 'largest city'-res:Largest_octopus | 'Lima'-res:Lima | 'largest city'-dbo:largestCity\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lima> <http://dbpedia.org/ontology/largestCity> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:largestCity res:Lima . }\n",
+      "\"Which country's largest city is Lima? | 'largest city'-res:Largest_octopus | 'Lima'-res:Lima | 'largest city'-dbo:largestCity\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/largestCity> <http://dbpedia.org/resource/Lima> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Robert_S._Hall dbo:institution?uri } \n",
       "\"List the institute of Robert hall ? | 'Robert hall'-res:Robert_S._Hall | 'institute'-dbo:institution\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_S._Hall> <http://dbpedia.org/ontology/institution> ?uri } \"\n",
@@ -2083,59 +1596,59 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:music res:Laurie_Johnson .?uri rdf:type dbo:Film}\n",
       "\"What are the movies whose music is given by Laurie Johnson? | 'Laurie Johnson'-res:Laurie_Johnson | 'music'-dbp:music | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Laurie_Johnson> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:successor res:PlayStation_2 .?uri rdf:type dbo:InformationAppliance}\n",
-      "\"What appliance Sony made after the success of PlayStation 2? | 'appliance Sony'-res:Appliance | 'PlayStation 2'-res:PlayStation_2 | 'success'-dbo:successor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/successor> <http://dbpedia.org/resource/PlayStation_2> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/InformationAppliance>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:successor res:PlayStation_2 .?uri rdf:type dbo:Appliance}\n",
+      "\"What appliance Sony made after the success of PlayStation 2? | 'appliance Sony'-res:Appliance | 'PlayStation 2'-res:PlayStation_2 | 'success'-dbo:successor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/successor> <http://dbpedia.org/resource/PlayStation_2> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Appliance>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Doctor_Who:_Evacuation_Earth dbo:series?uri } \n",
       "\"Name the series of Doctor Who: Evacuation Earth ? | 'Doctor Who: Evacuation Earth'-res:Doctor_Who:_Evacuation_Earth | 'name'-dbp:name | 'series'-dbo:series\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Doctor_Who:_Evacuation_Earth> <http://dbpedia.org/ontology/series> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:recordLabel res:Entertainment_One_Music.?uri dbo:musicComposer?x . }\n",
-      "\"What are some music artists whose bands have signed up with Entertainment One Music? | 'Entertainment One Music'-res:Entertainment_One_Music | 'music artists'-dbo:musicSubgenre | 'bands'-dbo:staff | 'signed'-dbo:movement\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Entertainment_One_Music> . ?uri <http://dbpedia.org/ontology/musicComposer> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:recordLabel res:Entertainment_One_Music .?uri rdf:type dbo:MusicalArtist}\n",
+      "\"What are some music artists whose bands have signed up with Entertainment One Music? | 'Entertainment One Music'-res:Entertainment_One_Music | 'music artists'-dbo:musicSubgenre | 'bands'-dbo:staff | 'signed'-dbo:movement\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Entertainment_One_Music> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalArtist>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Radio_Philippines_Network dbo:broadcastArea?uri } \n",
       "\"Name the broadcast area of  Radio Philippines Network ? | 'Radio Philippines Network'-res:Radio_Philippines_Network | 'name'-dbo:name | 'broadcast area'-dbo:broadcastArea\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Radio_Philippines_Network> <http://dbpedia.org/ontology/broadcastArea> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:leaderName res:Ashanti_Region.?xdbo:religion?uri . }\n",
-      "\"Which religion is prevalent in the schools of the Ashanti region? | 'Ashanti region'-res:Ashanti_Region | 'religion'-dbo:religion | 'prevalent'-dbo:currency | 'schools'-dbo:ground\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/leaderName> <http://dbpedia.org/resource/Ashanti_Region> . ?xdbo:religion ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:region res:Ashanti_Region.?x dbo:religion?uri . }\n",
+      "\"Which religion is prevalent in the schools of the Ashanti region? | 'Ashanti region'-res:Ashanti_Region | 'religion'-dbo:religion | 'prevalent'-dbo:currency | 'schools'-dbo:ground\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/region> <http://dbpedia.org/resource/Ashanti_Region> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Cheasty_Boulevard_South dbo:maintainedBy?uri. res:Soccer_Bowl dbp:city?uri} \n",
-      "\"Which maintainer of Cheasty Boulevard South is also the city of Soccer Bowl' 76 ? | 'Cheasty Boulevard South'-res:Cheasty_Boulevard_South | 'Soccer Bowl'-res:Soccer_Bowl | '76'-res:UFC_76 | 'maintainer'-dbo:maintainedBy | 'city'-dbo:city\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/ontology/maintainedBy> ?uri . <http://dbpedia.org/resource/Soccer_Bowl> <http://dbpedia.org/property/city> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Cheasty_Boulevard_South dbp:maintainedBy?uri. res:Soccer_Bowl dbo:city?uri} \n",
+      "\"Which maintainer of Cheasty Boulevard South is also the city of Soccer Bowl' 76 ? | 'Cheasty Boulevard South'-res:Cheasty_Boulevard_South | 'Soccer Bowl'-res:Soccer_Bowl | '76'-res:UFC_76 | 'maintainer'-dbo:maintainedBy | 'city'-dbo:city\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/property/maintainedBy> ?uri . <http://dbpedia.org/resource/Soccer_Bowl> <http://dbpedia.org/ontology/city> ?uri} \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:1993_European_Grand_Prix dbp:firstDriver?uri } \n",
       "\"Which driver came first in the 1993 European Grand Prix ? | '1993 European Grand Prix'-res:1993_European_Grand_Prix | 'driver first'-dbp:firstDriver\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1993_European_Grand_Prix> <http://dbpedia.org/property/firstDriver> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:ingredient res:Potato.?x ingredient?uri }\n",
-      "\"How many other ingredient are there in the foods whihh have one of the ingredient as Potato ? | 'Foods whihh'-res:Sclafani_Foods | 'Potato'-res:Potato | 'ingredient'-dbo:ingredient | 'ingredient'-dbo:ingredient\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Potato> . ?x ingredient ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:ingredient res:Potato.?x?uri }\n",
+      "\"How many other ingredient are there in the foods whihh have one of the ingredient as Potato ? | 'Foods whihh'-res:Sclafani_Foods | 'Potato'-res:Potato | 'ingredient'-dbo:ingredient | 'ingredient'-dbo:ingredient\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Potato> . ?x ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:launchStylisticUnit res:Vandenerg_Air_Base.?x dbp:launch?uri .?uri rdf:typedbo:Company}\n",
-      "\"How many companies have launched their rockets from the Vandenerg Air base? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Vandenerg Air base'-res:Reims_–_Champagne_Air_Base | 'launched'-dbo:shipLaunch | 'rockets'-dbo:capital\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/launchStylisticUnit> <http://dbpedia.org/resource/Vandenerg_Air_Base> . ?x <http://dbpedia.org/property/launch> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:Company>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:launchAirBase res:Vandenerg_Air_Base.?x dbp:launch?uri .?uri rdf:typeDbo:Rocket}\n",
+      "\"How many companies have launched their rockets from the Vandenerg Air base? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Vandenerg Air base'-res:Reims_–_Champagne_Air_Base | 'launched'-dbo:shipLaunch | 'rockets'-dbo:capital\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/launchAirBase> <http://dbpedia.org/resource/Vandenerg_Air_Base> . ?x <http://dbpedia.org/property/launch> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typeDbo:Rocket>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:FedExField dbo:operator?uri } \n",
       "\"What is operated by FedExField ? | 'FedExField'-res:FedExField | 'operated'-dbo:operator\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/FedExField> <http://dbpedia.org/ontology/operator> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:manufacturer res:Foxconn . }\n",
-      "\"Foxconn makes how many things? | 'Foxconn'-res:Foxconn\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Foxconn> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:manufacturer res:Foxconn . }\n",
+      "\"Foxconn makes how many things? | 'Foxconn'-res:Foxconn\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/manufacturer> <http://dbpedia.org/resource/Foxconn> . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:ingredient res:Shallot.?x dbp:state?uri . }\n",
       "\"In how many nations can I find dishes made of Shallot? | 'I'-res:I | 'Shallot'-res:Shallot | 'nations'-dbo:state | 'dishes'-dbo:state\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Shallot> . ?x <http://dbpedia.org/property/state> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:colours res:Royal_blue.?x dbo:nickname?uri . }\n",
-      "\"What are the nicknames of the schools whose color is royal blue? | 'royal blue'-res:Royal_blue | 'nicknames'-dbo:denomination | 'schools'-dbo:discipline | 'color'-dbo:hairColor | 'royal blue'-dbo:gross\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/colours> <http://dbpedia.org/resource/Royal_blue> . ?x <http://dbpedia.org/ontology/nickname> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:hairColor res:Royal_blue.?x dbp:nicknames?uri . }\n",
+      "\"What are the nicknames of the schools whose color is royal blue? | 'royal blue'-res:Royal_blue | 'nicknames'-dbo:denomination | 'schools'-dbo:discipline | 'color'-dbo:hairColor | 'royal blue'-dbo:gross\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hairColor> <http://dbpedia.org/resource/Royal_blue> . ?x <http://dbpedia.org/property/nicknames> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbp:almaMater res:Somerville_College,_Oxford } \n",
-      "\"To what political party do the politicians graduated from Somerville college, Oxford belong to? | 'politicians'-res:Politicians_of_The_Wire | 'Somerville college, Oxford'-res:Somerville_College,_Oxford | 'political party'-dbp:party | 'graduated'-dbo:numberOfGraduateStudents | 'belong'-dbo:person\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/almaMater> <http://dbpedia.org/resource/Somerville_College,_Oxford> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:almaMater res:Somerville_College,_Oxford.?x dbp:party?uri . }\n",
+      "\"To what political party do the politicians graduated from Somerville college, Oxford belong to? | 'politicians'-res:Politicians_of_The_Wire | 'Somerville college, Oxford'-res:Somerville_College,_Oxford | 'political party'-dbp:party | 'graduated'-dbo:numberOfGraduateStudents | 'belong'-dbo:person\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Somerville_College,_Oxford> . ?x <http://dbpedia.org/property/party> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:José_Rivera_(playwright) dbp:awards?uri . }\n",
       "\"What awards did Jos Rivera (playwright) win? | 'Jos Rivera (playwright)'-res:José_Rivera_(playwright) | 'awards'-dbp:awards\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/José_Rivera_(playwright)> <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Screen_Actors_Guild_Life_Achievement_Award dbp:awards?x.?x dbo:award?uri . }\n",
-      "\"Which political figures were awarded Screen Actors Guild Life Achievement Award? | 'Screen Actors Guild Life Achievement Award'-res:Screen_Actors_Guild_Life_Achievement_Award | 'awarded'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Screen_Actors_Guild_Life_Achievement_Award> <http://dbpedia.org/property/awards> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:awards res:Screen_Actors_Guild_Life_Achievement_Award.?x dbo:award?uri . }\n",
+      "\"Which political figures were awarded Screen Actors Guild Life Achievement Award? | 'Screen Actors Guild Life Achievement Award'-res:Screen_Actors_Guild_Life_Achievement_Award | 'awarded'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Screen_Actors_Guild_Life_Achievement_Award> . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Kenya_national_under-20_football_team dbp:homeStadium?uri. res:Matin_Suji dbo:birthPlace?uri} \n",
-      "\"What is the Home Stadium of the Kenya national under-20 football team where Matin Suji was also born ? | 'Home Stadium of the Kenya national under-20 football team where Matin Suji'-res:Kenya_national_under-20_football_team | 'born'-dbo:birthYear\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kenya_national_under-20_football_team> <http://dbpedia.org/property/homeStadium> ?uri . <http://dbpedia.org/resource/Matin_Suji> <http://dbpedia.org/ontology/birthPlace> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Kenya_national_under-20_football_team dbp:birthPlace?uri. res:Mina_Suji dbo:homeStadium?uri} \n",
+      "\"What is the Home Stadium of the Kenya national under-20 football team where Matin Suji was also born ? | 'Home Stadium of the Kenya national under-20 football team where Matin Suji'-res:Kenya_national_under-20_football_team | 'born'-dbo:birthYear\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kenya_national_under-20_football_team> <http://dbpedia.org/property/birthPlace> ?uri . <http://dbpedia.org/resource/Mina_Suji> <http://dbpedia.org/ontology/homeStadium> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:nearestCity res:Kenya.?x dbp:ProtectedArea?uri . }\n",
-      "\"What is the protected area whose nearest city is Kenya? | 'Kenya'-res:Kenya | 'nearest city'-dbo:nearestCity | 'protected area'-dbo:ProtectedArea\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/nearestCity> <http://dbpedia.org/resource/Kenya> . ?x <http://dbpedia.org/property/ProtectedArea> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:nearestCity res:Kenya.?uri dbp:protectedArea?x . }\n",
+      "\"What is the protected area whose nearest city is Kenya? | 'Kenya'-res:Kenya | 'nearest city'-dbo:nearestCity | 'protected area'-dbo:ProtectedArea\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/nearestCity> <http://dbpedia.org/resource/Kenya> . ?uri <http://dbpedia.org/property/protectedArea> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:leaderName res:Elizabeth_II . }\n",
       "\"How many places were ruled by Elizabeth II? | 'II'-res:Ii | 'Elizabeth'-res:Elizabeth | 'ruled'-dbp:leaderName\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Elizabeth_II> . }\"\n",
@@ -2146,59 +1659,59 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:company res:FremantleMedia.?x dbo:producer?uri . }\n",
       "\"How many producers have worked for FremantleMedia productions? | 'FremantleMedia productions'-res:FremantleMedia | 'worked for'-dbp:company | 'producer'-dbo:producer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/company> <http://dbpedia.org/resource/FremantleMedia> . ?x <http://dbpedia.org/ontology/producer> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:The_Haunted_House_(1929_film) dbo:director?uri. res:Tommy_Ticker's_Tooth dbp:animator?uri} \n",
-      "\"Which animator of Tommy Ticker's Tooth is also the director of The Haunted house ? | 'Tommy Ticker'-res:Ticker_(2001_film) | 'Tooth'-res:The_Booth | 'The Haunted house'-res:The_Haunted_House_(1929_film) | 'animator'-dbo:animator | 'director'-dbo:director\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> <http://dbpedia.org/ontology/director> ?uri . <http://dbpedia.org/resource/Tommy_Ticker's_Tooth> <http://dbpedia.org/property/animator> ?uri} \"\n",
-      "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:college res:Oakland_Athletics.?x dbp:builder?uri . }\n",
-      "\"How many architects are there who have made something used by Oakland athletics? | 'Oakland athletics'-res:Oakland_Athletics | 'architects'-dbo:builder\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/college> <http://dbpedia.org/resource/Oakland_Athletics> . ?x <http://dbpedia.org/property/builder> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Tommy_Ticker's_Tooth dbp:director?uri. res:The_Haunted_House_(1929_film) dbo:animator?uri} \n",
+      "\"Which animator of Tommy Ticker's Tooth is also the director of The Haunted house ? | 'Tommy Ticker'-res:Ticker_(2001_film) | 'Tooth'-res:The_Booth | 'The Haunted house'-res:The_Haunted_House_(1929_film) | 'animator'-dbo:animator | 'director'-dbo:director\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tommy_Ticker's_Tooth> <http://dbpedia.org/property/director> ?uri . <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> <http://dbpedia.org/ontology/animator> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Solidus_mark dbo:usedInArea?uri. res:Ți. }\n",
-      "\"Where are Solidus and Aureus used? | 'Solidus and Aureus'-res:Solidus_mark\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Solidus_mark> <http://dbpedia.org/ontology/usedInArea> ?uri . <http://dbpedia.org/resource/Ți> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:athletics res:Oakland_Athletics.?x dbp:builder?uri . }\n",
+      "\"How many architects are there who have made something used by Oakland athletics? | 'Oakland athletics'-res:Oakland_Athletics | 'architects'-dbo:builder\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/Oakland_Athletics> . ?x <http://dbpedia.org/property/builder> ?uri . }\"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:usedIn res:Solidus_mark.?uri dbp:locations res:Aureus. }\n",
+      "\"Where are Solidus and Aureus used? | 'Solidus and Aureus'-res:Solidus_mark\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/usedIn> <http://dbpedia.org/resource/Solidus_mark> . ?uri <http://dbpedia.org/property/locations> <http://dbpedia.org/resource/Aureus> . }\"\n",
       "\n",
-      "\"Which company owns the airlines whose hub is in Dubai? | 'Dubai'-res:Dubai | 'company'-dbo:company | 'owns'-dbo:relation | 'airlines'-dbo:icaoAirlineCode | 'hub'-dbp:centre\",\"\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:hubAirport res:Dubai.?x dbo:owner?uri . }\n",
+      "\"Which company owns the airlines whose hub is in Dubai? | 'Dubai'-res:Dubai | 'company'-dbo:company | 'owns'-dbo:relation | 'airlines'-dbo:icaoAirlineCode | 'hub'-dbp:centre\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/hubAirport> <http://dbpedia.org/resource/Dubai> . ?x <http://dbpedia.org/ontology/owner> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Ford_Y-block_engine dbo:manufacturer?uri } \n",
-      "\"Who built the Ford Y-block engine ? | 'Ford Y-block engine'-res:Ford_Y-block_engine | 'built'-dbo:manufacturer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_Y-block_engine> <http://dbpedia.org/ontology/manufacturer> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Ford_Y-block_engine dbp:manufacturer?uri } \n",
+      "\"Who built the Ford Y-block engine ? | 'Ford Y-block engine'-res:Ford_Y-block_engine | 'built'-dbo:manufacturer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_Y-block_engine> <http://dbpedia.org/property/manufacturer> ?uri } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Lumberjack_100 dbo:region?uri } \n",
       "\"What is the region of Lumberjack  ? | 'Lumberjack'-res:Lumberjack_100 | 'region'-dbo:region\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lumberjack_100> <http://dbpedia.org/ontology/region> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:award res:Royalty_for_the_Royalty.?x dbp:awards?uri . }\n",
-      "\"How many awards have royal designers for industry awardwinners got? | 'awards'-dbo:award | 'royal designers'-dbo:royalAnthem | 'industry awardwinners'-dbo:industry\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Royalty_for_the_Royalty> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:royalDesigner res:Royalty.?x dbp:awards?uri . }\n",
+      "\"How many awards have royal designers for industry awardwinners got? | 'awards'-dbo:award | 'royal designers'-dbo:royalAnthem | 'industry awardwinners'-dbo:industry\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/royalDesigner> <http://dbpedia.org/resource/Royalty> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Abdel_Bouckar dbp:position?uri } \n",
       "\"Where is the team of Abdel Boucker located ? | 'Abdel Boucker'-res:Abdel_Bouckar | 'team'-dbo:team | 'located'-dbo:position\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Abdel_Bouckar> <http://dbpedia.org/property/position> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:nationalteam res:Tanzania_national_football_team.?x dbp:team?uri . }\n",
-      "\"For which other teams do members of tanzanian national football team play? | ''-res:Tanzania_national_football_team | 'teams'-dbo:team | 'members'-dbo:membership | 'play'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/nationalteam> <http://dbpedia.org/resource/Tanzania_national_football_team> . ?x <http://dbpedia.org/property/team> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:nationalteam res:Tanzania_national_football_team.?x dbo:team?uri . }\n",
+      "\"For which other teams do members of tanzanian national football team play? | ''-res:Tanzania_national_football_team | 'teams'-dbo:team | 'members'-dbo:membership | 'play'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/nationalteam> <http://dbpedia.org/resource/Tanzania_national_football_team> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:East_Tilbury dbo:ceremonialCounty?uri } \n",
       "\"List the ceremonial county of East Tilbury ? | 'East Tilbury'-res:East_Tilbury | 'ceremonial county'-dbo:ceremonialCounty\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/East_Tilbury> <http://dbpedia.org/ontology/ceremonialCounty> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:James_F._O'Brien dbo:service?uri. res:Laemmle_Theatres dbp:awards?uri. }\n",
-      "\"Which award that has been given to James F Obrien, had used Laemmle Theatres for some service? | 'Laemmle Theatres'-res:Laemmle_Theatres | 'James F Obrien'-res:James_F._O'Brien | 'award'-dbo:award | 'service'-dbo:service\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_F._O'Brien> <http://dbpedia.org/ontology/service> ?uri . <http://dbpedia.org/resource/Laemmle_Theatres> <http://dbpedia.org/property/awards> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:James_F._O'Brien dbp:service?uri. res:Laemmle_Theatres dbo:award?uri} \n",
+      "\"Which award that has been given to James F Obrien, had used Laemmle Theatres for some service? | 'Laemmle Theatres'-res:Laemmle_Theatres | 'James F Obrien'-res:James_F._O'Brien | 'award'-dbo:award | 'service'-dbo:service\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_F._O'Brien> <http://dbpedia.org/property/service> ?uri . <http://dbpedia.org/resource/Laemmle_Theatres> <http://dbpedia.org/ontology/award> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:pastMembers res:Catarina_Lindgren.?uri dbo:pastPerson?x . }\n",
-      "\"How many people have parterned with the person choroegraphed by Catarina Lindgren in the past? | 'Parterned'-res:Bartered | 'Catarina Lindgren'-res:Catarina_Lindgren | 'person'-dbo:person | 'choroegraphed'-dbp:choreographer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/pastMembers> <http://dbpedia.org/resource/Catarina_Lindgren> . ?uri <http://dbpedia.org/ontology/pastPerson> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:choreographer res:Catarina_Lindgren.?x dbo:parternatedIn?uri . }\n",
+      "\"How many people have parterned with the person choroegraphed by Catarina Lindgren in the past? | 'Parterned'-res:Bartered | 'Catarina Lindgren'-res:Catarina_Lindgren | 'person'-dbo:person | 'choroegraphed'-dbp:choreographer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/choreographer> <http://dbpedia.org/resource/Catarina_Lindgren> . ?x <http://dbpedia.org/ontology/parternatedIn> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Siege_of_Santiago dbp:battles?x.?x dbo:battle?uri . }\n",
-      "\"Which famous commander led the Siege of forn meigs and was involved in the battle of fort stephenson? | 'Siege'-res:Siege_of_Santiago | 'meigs'-res:Meigs | 'fort stephenson'-res:Battle_of_Fort_Stephenson | 'famous commander'-dbo:commander | 'led'-dbo:license | 'forn'-dbo:gross | 'involved'-dbo:result | 'battle'-dbo:battle\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Siege_of_Santiago> <http://dbpedia.org/property/battles> ?x . ?x <http://dbpedia.org/ontology/battle> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Siege_of_Santiago dbo:commander?uri. res:Battle_of-Fort_Stephenson dbp:battles?uri} \n",
+      "\"Which famous commander led the Siege of forn meigs and was involved in the battle of fort stephenson? | 'Siege'-res:Siege_of_Santiago | 'meigs'-res:Meigs | 'fort stephenson'-res:Battle_of_Fort_Stephenson | 'famous commander'-dbo:commander | 'led'-dbo:license | 'forn'-dbo:gross | 'involved'-dbo:result | 'battle'-dbo:battle\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Siege_of_Santiago> <http://dbpedia.org/ontology/commander> ?uri . <http://dbpedia.org/resource/Battle_of-Fort_Stephenson> <http://dbpedia.org/property/battles> ?uri} \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:location res:California.?x dbp:publisher?uri . }\n",
       "\"Which games publishers are located in California? | 'California'-res:California | 'games publishers'-dbo:athletics | 'located'-dbo:gross\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/publisher> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Philadelphia_Rage dbp:stadium?uri } \n",
-      "\"Where is the stadium of Philadelphia Rage ? | 'Philadelphia Rage'-res:Philadelphia_Rage | 'stadium'-dbo:stadium\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Philadelphia_Rage> <http://dbpedia.org/property/stadium> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Philadelphia_Rage dbo:stadium?uri } \n",
+      "\"Where is the stadium of Philadelphia Rage ? | 'Philadelphia Rage'-res:Philadelphia_Rage | 'stadium'-dbo:stadium\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Philadelphia_Rage> <http://dbpedia.org/ontology/stadium> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:license res:Software_as_a_service . }\n",
       "\"Count all the things licensed as Software as a service. | 'Software'-res:Software | 'count'-dbo:type | 'licensed'-dbo:license | 'service'-dbo:industry\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/license> <http://dbpedia.org/resource/Software_as_a_service> . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:nonFictionSubject res:Racism.?x dbp:subject?uri }\n",
-      "\"What is the total number of other non-fiction subject of the books whose one of the subject is Racism? | 'Racism'-res:Racism | 'total'-dbo:populationTotal | 'non-fiction subject'-dbo:nonFictionSubject | 'books'-dbo:volume | 'subject'-dbo:nonFictionSubject\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/nonFictionSubject> <http://dbpedia.org/resource/Racism> . ?x <http://dbpedia.org/property/subject> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:subject res:Racism.?x dbo:nonFictionSubject?uri }\n",
+      "\"What is the total number of other non-fiction subject of the books whose one of the subject is Racism? | 'Racism'-res:Racism | 'total'-dbo:populationTotal | 'non-fiction subject'-dbo:nonFictionSubject | 'books'-dbo:volume | 'subject'-dbo:nonFictionSubject\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/subject> <http://dbpedia.org/resource/Racism> . ?x <http://dbpedia.org/ontology/nonFictionSubject> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:U.S._Route_59 dbp:junction?uri . }\n",
-      "\"Name all the junctions of U.S. Route 59? | 'U.S. Route 59'-res:U.S._Route_59 | 'name'-dbp:name | 'junctions'-dbp:junction\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/U.S._Route_59> <http://dbpedia.org/property/junction> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:U.S._Route_59 dbp:junction?uri } \n",
+      "\"Name all the junctions of U.S. Route 59? | 'U.S. Route 59'-res:U.S._Route_59 | 'name'-dbp:name | 'junctions'-dbp:junction\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/U.S._Route_59> <http://dbpedia.org/property/junction> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:service res:OneDrive.?x dbp:services?uri . }\n",
       "\"What are some other services of the company whose service is Onedrive? | 'Onedrive'-res:OneDrive | 'services'-dbo:service | 'company'-dbo:company | 'service'-dbo:service\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/service> <http://dbpedia.org/resource/OneDrive> . ?x <http://dbpedia.org/property/services> ?uri . }\"\n",
@@ -2212,50 +1725,50 @@
       " SELECT DISTINCT?uri WHERE { res:Duncan_U._Fletcher dbp:affiliation?uri. res:Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt dbo:almaMater?uri} \n",
       "\"What is the common affiliation of the Monroe Carell Jr. Children's Hospital at Vanderbilt and alma mater of the Duncan U. Fletcher? | 'Monroe Carell Jr. Children's Hospital at Vanderbilt'-res:Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt | 'Duncan U. Fletcher'-res:Duncan_U._Fletcher | 'affiliation'-dbp:affiliation | 'alma mater'-dbo:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Duncan_U._Fletcher> <http://dbpedia.org/property/affiliation> ?uri . <http://dbpedia.org/resource/Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt> <http://dbpedia.org/ontology/almaMater> ?uri} \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Bachelor_of_Arts dbp:board?uri } \n",
-      "\"Where do bachelor of arts live? | 'bachelor'-res:Bachelor | 'arts live'-dbo:board\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bachelor_of_Arts> <http://dbpedia.org/property/board> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Bachelor_of_Arts dbo:board?uri } \n",
+      "\"Where do bachelor of arts live? | 'bachelor'-res:Bachelor | 'arts live'-dbo:board\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bachelor_of_Arts> <http://dbpedia.org/ontology/board> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:Liv_Ullmann dbo:partner?x.?x dbp:awards?uri . }\n",
       "\"What are the awards won by the spouse of Liv Ullmann ? | 'Liv Ullmann'-res:Liv_Ullmann | 'spouse'-dbo:partner | 'awards'-dbp:awards\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Liv_Ullmann> <http://dbpedia.org/ontology/partner> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Cross_Platformed_soft_wares dbo:product?uri . }\n",
-      "\"How many companies have developed cross platformed softwares? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'cross platformed softwares'-res:Go_software | 'developed'-dbo:product\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Cross_Platformed_soft_wares> <http://dbpedia.org/ontology/product> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:product res:Cross_Platform_of_Soft_ares.?uri dbp:developer?x . }\n",
+      "\"How many companies have developed cross platformed softwares? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'cross platformed softwares'-res:Go_software | 'developed'-dbo:product\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/product> <http://dbpedia.org/resource/Cross_Platform_of_Soft_ares> . ?uri <http://dbpedia.org/property/developer> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:battle res:Operation_Dragoon.?x dbp:title?uri . }\n",
       "\"How many titles were given to people who engaged in the Operation Dragoon? | 'Operation Dragoon'-res:Operation_Dragoon | 'titles'-dbp:title | 'engaged'-dbo:address\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battle> <http://dbpedia.org/resource/Operation_Dragoon> . ?x <http://dbpedia.org/property/title> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x rdf:type dbo:FormulaOneRacer}\n",
-      "\"List the pole drivers in the grand prixes where Williams Grand Prix Engineering was a first team? | 'Williams Grand Prix Engineering'-res:Williams_Grand_Prix_Engineering | 'pole drivers'-dbp:poleDriver | 'grand prixes'-dbo:grandsire | 'team'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FormulaOneRacer>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:firstTeam res:Williams_Grand_Prix_Engineering.?x dbo:poleDriver?uri . }\n",
+      "\"List the pole drivers in the grand prixes where Williams Grand Prix Engineering was a first team? | 'Williams Grand Prix Engineering'-res:Williams_Grand_Prix_Engineering | 'pole drivers'-dbp:poleDriver | 'grand prixes'-dbo:grandsire | 'team'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Williams_Grand_Prix_Engineering> . ?x <http://dbpedia.org/ontology/poleDriver> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Michael_M._Sears dbo:employer?uri } \n",
       "\"Who is the employer of Michael M. Sears ? | 'Michael M. Sears'-res:Michael_M._Sears | 'employer'-dbo:employer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_M._Sears> <http://dbpedia.org/ontology/employer> ?uri } \"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:artist res:McClain_(band).?x rdf:type dbo:TelevisionShow}\n",
+      "\"List all the artist of the TV shows which has McClain as one of the artist ? | 'McClain'-res:McClain_(band) | 'artist'-dbo:artist | 'artist'-dbo:artist\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/McClain_(band)> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "\"List all the artist of the TV shows which has McClain as one of the artist ? | 'McClain'-res:McClain_(band) | 'artist'-dbo:artist | 'artist'-dbo:artist\",\"\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:layout res:Four-wheel-drive_layout.?x dbp:layout?uri . }\n",
+      "\"List all the layouts of the automobile whose one of the layout is four-wheel-drive layout ? | 'four-wheel-drive layout'-res:Front-engine,_four-wheel-drive_layout | 'layouts'-dbo:configuration | 'automobile'-dbo:vehicle | 'layout'-dbo:layout | 'four-wheel-drive layout'-dbo:purpose\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/layout> <http://dbpedia.org/resource/Four-wheel-drive_layout> . ?x <http://dbpedia.org/property/layout> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:layout res:Front-engine,_four-wheel-drive_layout.?x dbo:layout?uri .?X rdf:type dbo :Automobile}\n",
-      "\"List all the layouts of the automobile whose one of the layout is four-wheel-drive layout ? | 'four-wheel-drive layout'-res:Front-engine,_four-wheel-drive_layout | 'layouts'-dbo:configuration | 'automobile'-dbo:vehicle | 'layout'-dbo:layout | 'four-wheel-drive layout'-dbo:purpose\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/layout> <http://dbpedia.org/resource/Front-engine,_four-wheel-drive_layout> . ?x <http://dbpedia.org/ontology/layout> ?uri . ?X <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :Automobile}\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:headquarters res:Gatwick_Airport.?x dbo:destinations?uri }\n",
+      "\"To how many places does the airlines fly, whose head office is located at the Gatwick Airport? | 'airlines fly,'-res:Hi_Fly_(airline) | 'Gatwick Airport'-res:Gatwick_Airport | 'places'-dbo:district | 'head office'-dbp:headquarters | 'located'-dbo:gross\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Gatwick_Airport> . ?x <http://dbpedia.org/ontology/destinations> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?xdbp:headquarters res:Gatwick_Airport.?x dbp:destinations?uri .?uri rdf:type dbo:Place}\n",
-      "\"To how many places does the airlines fly, whose head office is located at the Gatwick Airport? | 'airlines fly,'-res:Hi_Fly_(airline) | 'Gatwick Airport'-res:Gatwick_Airport | 'places'-dbo:district | 'head office'-dbp:headquarters | 'located'-dbo:gross\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?xdbp:headquarters <http://dbpedia.org/resource/Gatwick_Airport> . ?x <http://dbpedia.org/property/destinations> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Place>}\"\n",
+      " SELECT DISTINCT?uri WHERE { res:WPC_Dynamo_Moscow dbp:arena?uri } \n",
+      "\"Where is the arena of WPC Dynamo Moscow situated? | 'WPC Dynamo Moscow'-res:WPC_Dynamo_Moscow | 'arena'-dbp:arena | 'situated'-dbo:position\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WPC_Dynamo_Moscow> <http://dbpedia.org/property/arena> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:WPC_Dynamo_Moscow dbp:arena?x.?x dbo:location?uri . }\n",
-      "\"Where is the arena of WPC Dynamo Moscow situated? | 'WPC Dynamo Moscow'-res:WPC_Dynamo_Moscow | 'arena'-dbp:arena | 'situated'-dbo:position\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WPC_Dynamo_Moscow> <http://dbpedia.org/property/arena> ?x . ?x <http://dbpedia.org/ontology/location> ?uri . }\"\n",
-      "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:leaderName res:Venkatraman_Ramakrishnan .?uri rdf:type dbo:Scientist}\n",
-      "\" How many scientist have won an award by the society led by Venkatraman Ramakrishnan? | 'How'-res:How_Do_I_Deal | 'scientist'-res:Scientist | 'Venkatraman Ramakrishnan'-res:Venkatraman_Ramakrishnan | 'won'-dbo:award | 'award'-dbo:award | 'society'-dbo:institution | 'led'-dbo:field\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Venkatraman_Ramakrishnan> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:chairman res:Venkatraman_Ramakrishnan.?uri dbp:awards?x . }\n",
+      "\" How many scientist have won an award by the society led by Venkatraman Ramakrishnan? | 'How'-res:How_Do_I_Deal | 'scientist'-res:Scientist | 'Venkatraman Ramakrishnan'-res:Venkatraman_Ramakrishnan | 'won'-dbo:award | 'award'-dbo:award | 'society'-dbo:institution | 'led'-dbo:field\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Venkatraman_Ramakrishnan> . ?uri <http://dbpedia.org/property/awards> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:commander res:The_Jacket.?x dbo:combatant?uri . }\n",
       "\"Who all were involved in the wars fought by the commander Blue Jacket? | 'commander Blue Jacket'-res:The_Jacket | 'involved'-dbo:address | 'wars'-dbo:partner | 'fought'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/The_Jacket> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:label res:Victor_Entertainment.?uri dbo:recordLabel res:Celluloid_Records. }\n",
-      "\"Whose labels are Victor Entertainment and Celluloid Records? | 'Victor Entertainment'-res:Victor_Entertainment | 'Celluloid Records'-res:Celluloid_Records | 'labels'-dbp:label\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . ?uri <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/Celluloid_Records> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:label res:Victor_Entertainment.?uri rdf:type dbo:Celluloid_Records}\n",
+      "\"Whose labels are Victor Entertainment and Celluloid Records? | 'Victor Entertainment'-res:Victor_Entertainment | 'Celluloid Records'-res:Celluloid_Records | 'labels'-dbp:label\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Celluloid_Records>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:capital res:Tokyo_Broadcasting_System.?uri dbp:writer?x . }\n",
-      "\"How many people have written stuff broadcasted on the Tokyo Broadcasting System? | 'Tokyo Broadcasting System'-res:Tokyo_Broadcasting_System | 'written'-dbo:writer | 'stuff broadcasted'-dbo:capital\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/capital> <http://dbpedia.org/resource/Tokyo_Broadcasting_System> . ?uri <http://dbpedia.org/property/writer> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:network res:Tokyo_Broadcasting_System.?x dbp:writer?uri . }\n",
+      "\"How many people have written stuff broadcasted on the Tokyo Broadcasting System? | 'Tokyo Broadcasting System'-res:Tokyo_Broadcasting_System | 'written'-dbo:writer | 'stuff broadcasted'-dbo:capital\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/Tokyo_Broadcasting_System> . ?x <http://dbpedia.org/property/writer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:inflow res:Marmara.?x dbp:cities?uri . }\n",
-      "\"What cities are around the sea which flows into Marmara? | 'Marmara'-res:Sea_of_Marmara | 'cities'-dbo:country | 'sea'-dbo:elevation | 'flows'-dbo:outflow\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Marmara> . ?x <http://dbpedia.org/property/cities> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:inflow res:Sea_of_Marmara.?x dbp:cities?uri . }\n",
+      "\"What cities are around the sea which flows into Marmara? | 'Marmara'-res:Sea_of_Marmara | 'cities'-dbo:country | 'sea'-dbo:elevation | 'flows'-dbo:outflow\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Sea_of_Marmara> . ?x <http://dbpedia.org/property/cities> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:headquarters res:Geneva .?uri rdf:type dbo:TelevisionShow}\n",
       "\"Companies headquartered in Geneva own which TV Shows? | 'Geneva'-res:Geneva | 'headquartered'-dbo:headquarter\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Geneva> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
@@ -2269,14 +1782,14 @@
       "SELECT DISTINCT?uri WHERE {?x dbo:routeStart res:Seberang_Perai.?x dbp:crosses?uri . }\n",
       "\"Bridge that starts at Seberang Perai crosses over what? | 'Seberang Perai crosses'-res:Seberang_Perai | 'bridge'-dbo:abstract | 'starts'-dbo:routeStart\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/routeStart> <http://dbpedia.org/resource/Seberang_Perai> . ?x <http://dbpedia.org/property/crosses> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:purpose res:Maharashtran } \n",
-      "\"What is the purpose of some Maharashtran organizations? | 'Maharashtran organizations'-res:Complex_organizations | 'purpose'-dbo:purpose\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/purpose> <http://dbpedia.org/resource/Maharashtran> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:purpose res:Maharashtran.?x dbo:purpose?uri . }\n",
+      "\"What is the purpose of some Maharashtran organizations? | 'Maharashtran organizations'-res:Complex_organizations | 'purpose'-dbo:purpose\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/Maharashtran> . ?x <http://dbpedia.org/ontology/purpose> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:designer res:Mota-Engil.?x dbp:crosses?uri . }\n",
-      "\"Mota Engil built bridges over which rivers? | 'Mota Engil'-res:Mota-Engil | 'built'-dbo:numberBuilt | 'bridges'-dbo:abstract | 'rivers'-dbo:river\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/Mota-Engil> . ?x <http://dbpedia.org/property/crosses> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:river res:Mota-Engil.?x dbp:crosses?uri . }\n",
+      "\"Mota Engil built bridges over which rivers? | 'Mota Engil'-res:Mota-Engil | 'built'-dbo:numberBuilt | 'bridges'-dbo:abstract | 'rivers'-dbo:river\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/river> <http://dbpedia.org/resource/Mota-Engil> . ?x <http://dbpedia.org/property/crosses> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:fields res:Mathematics.?x dbo:field?uri }\n",
-      "\"How many other field are there of the scientists whose one of the field is Mathematics ? | 'scientists'-res:Scientist | 'Mathematics'-res:Mathematics | 'field'-dbo:field | 'field'-dbo:field\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/fields> <http://dbpedia.org/resource/Mathematics> . ?x <http://dbpedia.org/ontology/field> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:fields res:Mathematics.?x dbp:fields?uri }\n",
+      "\"How many other field are there of the scientists whose one of the field is Mathematics ? | 'scientists'-res:Scientist | 'Mathematics'-res:Mathematics | 'field'-dbo:field | 'field'-dbo:field\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/fields> <http://dbpedia.org/resource/Mathematics> . ?x <http://dbpedia.org/property/fields> ?uri }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Jimmie_Lou_Fisher dbp:governor?uri } \n",
       "\"List the governers of Jimmie Lou Fisher? | 'Jimmie Lou Fisher'-res:Jimmie_Lou_Fisher | 'governers'-dbp:governor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jimmie_Lou_Fisher> <http://dbpedia.org/property/governor> ?uri } \"\n",
@@ -2287,8 +1800,8 @@
       "SELECT DISTINCT?uri WHERE {?x dbo:child res:Luke_Scott_(director).?uri dbp:director?x . }\n",
       "\"What are the movies whose director's daughter is Luke Scott? | 'Luke Scott'-res:Luke_Scott_(director) | 'movies'-dbo:film | 'director'-dbo:director | 'daughter'-dbo:child\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/child> <http://dbpedia.org/resource/Luke_Scott_(director)> . ?uri <http://dbpedia.org/property/director> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Gustavo_Rojas_Pinilla dbp:institution?x.?x dbo:relation?uri . }\n",
-      "\"Where did the relatives of Gustavo Rojas Pinilla study? | 'Gustavo Rojas Pinilla study'-res:Gustavo_Rojas_Pinilla | 'relatives'-dbo:relation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gustavo_Rojas_Pinilla> <http://dbpedia.org/property/institution> ?x . ?x <http://dbpedia.org/ontology/relation> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Gustavo_Rojas_Pinilla dbp:relation?x.?x dbo:education?uri . }\n",
+      "\"Where did the relatives of Gustavo Rojas Pinilla study? | 'Gustavo Rojas Pinilla study'-res:Gustavo_Rojas_Pinilla | 'relatives'-dbo:relation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gustavo_Rojas_Pinilla> <http://dbpedia.org/property/relation> ?x . ?x <http://dbpedia.org/ontology/education> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:stateOfOrigin res:United_States.?x dbp:knownFor?uri . }\n",
       "\"For how many things are americans famous for? | 'americans famous'-dbo:established\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/knownFor> ?uri . }\"\n",
@@ -2299,20 +1812,20 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:label res:MapleMusic_Recordings .?uri rdf:type dbo:TelevisionShow}\n",
       "\"Which show's theme music composer's label is MapleMusic Recordings? | 'theme music composer'-res:Theme_Music_from_%22The_James_Dean_Story%22 | 'MapleMusic Recordings'-res:MapleMusic_Recordings | 'show'-dbo:show | 'label'-dbp:label\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/MapleMusic_Recordings> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:birthPlace res:Pennsylvania } \n",
-      "\"List the former team of the american football players born in Pennsylvania ? | 'american football players'-res:American_football | 'Pennsylvania'-res:Pennsylvania | 'former team'-dbo:formerTeam | 'born'-dbo:birthPlace\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Pennsylvania> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x .?x rdf:type dbo:AmericanFootballPlayer}\n",
+      "\"List the former team of the american football players born in Pennsylvania ? | 'american football players'-res:American_football | 'Pennsylvania'-res:Pennsylvania | 'former team'-dbo:formerTeam | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { ?x . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballPlayer>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:History_of_Trier dbp:primeminister?x.?x dbo:country?uri . }\n",
-      "\"What are the countries for which History of Trier principal to? | 'countries'-res:Countries_of_the_United_Kingdom | 'History of Trier principal'-res:History_of_Trier\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/History_of_Trier> <http://dbpedia.org/property/primeminister> ?x . ?x <http://dbpedia.org/ontology/country> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:primeminister res:History_of_Trier . }\n",
+      "\"What are the countries for which History of Trier principal to? | 'countries'-res:Countries_of_the_United_Kingdom | 'History of Trier principal'-res:History_of_Trier\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/primeminister> <http://dbpedia.org/resource/History_of_Trier> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:owningCompany res:Roman_Abramovich.?uri dbp:employer?x . }\n",
-      "\"Name everyone working for a company owned by Roman Abramovich. | 'Roman Abramovich'-res:Roman_Abramovich | 'name'-dbp:name | 'working'-dbo:capital | 'company'-dbo:company | 'owned'-dbo:owner\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owningCompany> <http://dbpedia.org/resource/Roman_Abramovich> . ?uri <http://dbpedia.org/property/employer> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:owner res:Roman_Abramovich.?uri dbo:employer?x . }\n",
+      "\"Name everyone working for a company owned by Roman Abramovich. | 'Roman Abramovich'-res:Roman_Abramovich | 'name'-dbp:name | 'working'-dbo:capital | 'company'-dbo:company | 'owned'-dbo:owner\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Roman_Abramovich> . ?uri <http://dbpedia.org/ontology/employer> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:foundationPlace res:Toronto.?x dbp:locations?uri . }\n",
       "\"In how many different places can I find companies which were founded in toronto? | 'I'-res:I | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'toronto'-res:Toronto | 'places'-dbp:height | 'founded'-dbo:foundingYear\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/Toronto> . ?x <http://dbpedia.org/property/locations> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:spouse res:Uncle_Henry_(Oz).?x dbo:relative?uri . }\n",
-      "\"What are some relatives of the spouse of Uncle henry from Oz? | 'Uncle henry from Oz'-res:Uncle_Henry_(Oz) | 'relatives'-dbo:relative | 'spouse'-dbo:spouse\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/spouse> <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?x <http://dbpedia.org/ontology/relative> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:spouse res:Uncle_Henry_(Oz) . }\n",
+      "\"What are some relatives of the spouse of Uncle henry from Oz? | 'Uncle henry from Oz'-res:Uncle_Henry_(Oz) | 'relatives'-dbo:relative | 'spouse'-dbo:spouse\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/spouse> <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Blytheville_High_School dbp:mascot?uri } \n",
       "\"What is the mascot of Blytheville High School ? | 'Blytheville High School'-res:Blytheville_High_School | 'mascot'-dbo:mascot\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blytheville_High_School> <http://dbpedia.org/property/mascot> ?uri } \"\n",
@@ -2323,41 +1836,41 @@
       "SELECT DISTINCT?uri WHERE { res:J._Bennett_Johnston dbp:related?x.?x dbo:state?uri . }\n",
       "\"In which state does the ambassador who is in related with J Bennett Johnston live? | 'J Bennett Johnston'-res:J._Bennett_Johnston | 'ambassador'-dbp:representative | 'related'-dbo:related\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/J._Bennett_Johnston> <http://dbpedia.org/property/related> ?x . ?x <http://dbpedia.org/ontology/state> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:occupation res:Homestead_Grays.?x dbp:birthPlace?uri . }\n",
-      "\"Where were the sportsmen born, who started their careers with Homestead Grays? | 'Homestead Grays'-res:Homestead_Grays | 'sportsmen born,'-dbo:birthPlace | 'started'-dbo:source | 'careers'-dbo:occupation\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/occupation> <http://dbpedia.org/resource/Homestead_Grays> . ?x <http://dbpedia.org/property/birthPlace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:debutteam res:Homestead_Grays.?x dbp:birthPlace?uri . }\n",
+      "\"Where were the sportsmen born, who started their careers with Homestead Grays? | 'Homestead Grays'-res:Homestead_Grays | 'sportsmen born,'-dbo:birthPlace | 'started'-dbo:source | 'careers'-dbo:occupation\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutteam> <http://dbpedia.org/resource/Homestead_Grays> . ?x <http://dbpedia.org/property/birthPlace> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:The_Simpsons_Ride dbp:starring?uri } \n",
       "\"Who are the cast members of The Simpsons Ride? | 'The Simpsons Ride'-res:The_Simpsons_Ride | 'cast members'-dbp:starring\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Simpsons_Ride> <http://dbpedia.org/property/starring> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:IPhone dbo:alliance?uri. res:XNU dbp:developer?uri. }\n",
-      "\"Name the organization which developed iPhone OS and the XNU? | 'OS'-res:OS | 'iPhone'-res:IPhone | 'XNU'-res:XNU | 'name'-dbp:name | 'organization'-dbo:alliance | 'developed'-dbp:developer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/IPhone> <http://dbpedia.org/ontology/alliance> ?uri . <http://dbpedia.org/resource/XNU> <http://dbpedia.org/property/developer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:developer res:IPhone.?uri dbo:organisation res:XNU. }\n",
+      "\"Name the organization which developed iPhone OS and the XNU? | 'OS'-res:OS | 'iPhone'-res:IPhone | 'XNU'-res:XNU | 'name'-dbp:name | 'organization'-dbo:alliance | 'developed'-dbp:developer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/developer> <http://dbpedia.org/resource/IPhone> . ?uri <http://dbpedia.org/ontology/organisation> <http://dbpedia.org/resource/XNU> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:order res:Bacillales.?uri dbp:dbo:phos:Bacteria res:Cell_of_Bacilliales . }\n",
-      "\"How many bacterias have taxonomy as Bacillales and domain as Bacteria?  | 'bacterias'-res:Bacteriastrum_delicatulum | 'Bacillales'-res:Bacillales | 'Bacteria'-res:Bacteria | 'taxonomy'-dbo:order | 'domain'-dbo:kingdom\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/order> <http://dbpedia.org/resource/Bacillales> . ?uri <http://dbpedia.org/property/dbo:phos:Bacteria> <http://dbpedia.org/resource/Cell_of_Bacilliales> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri rdf:type dbo:Bacteria}\n",
+      "\"How many bacterias have taxonomy as Bacillales and domain as Bacteria?  | 'bacterias'-res:Bacteriastrum_delicatulum | 'Bacillales'-res:Bacillales | 'Bacteria'-res:Bacteria | 'taxonomy'-dbo:order | 'domain'-dbo:kingdom\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Bacteria>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Alice's_Wonderland dbp:director?uri } \n",
       "\"Who is the film director of Alice's Wonderland ? | 'Alice's Wonderland'-res:Alice's_Wonderland | 'film director'-dbp:director\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alice's_Wonderland> <http://dbpedia.org/property/director> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbp:garrison res:United_States_Department_of_Defense.?uri dbo:commandStructure res:Pentagon } \n",
-      "\"Which military unit's  garrison is Pentagon and command structure is United States Department of Defense? | 'garrison'-res:Aldershot_Garrison | 'Pentagon'-res:Pentagon | 'United States Department of Defense'-res:United_States_Department_of_Defense | 'military unit'-dbo:garrison | 'command structure'-dbo:commandStructure\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/United_States_Department_of_Defense> . ?uri <http://dbpedia.org/ontology/commandStructure> <http://dbpedia.org/resource/Pentagon> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:garrison res:United_States_Department_of_Defense .?uri rdf:type dbo:MilitaryUnit}\n",
+      "\"Which military unit's  garrison is Pentagon and command structure is United States Department of Defense? | 'garrison'-res:Aldershot_Garrison | 'Pentagon'-res:Pentagon | 'United States Department of Defense'-res:United_States_Department_of_Defense | 'military unit'-dbo:garrison | 'command structure'-dbo:commandStructure\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/United_States_Department_of_Defense> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:design res:Cities_of_Broadcasting_services.?x dbo:bridgeCarries?uri . }\n",
-      "\"Over which rivers, does a cable stayed bridge exists? | 'rivers,'-dbo:river | 'cable'-dbo:voice | 'stayed'-dbo:era | 'bridge exists'-dbo:bridgeCarries\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/design> <http://dbpedia.org/resource/Cities_of_Broadcasting_services> . ?x <http://dbpedia.org/ontology/bridgeCarries> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:design res:Cable_Stayed_Bridge.?x dbp:river?uri . }\n",
+      "\"Over which rivers, does a cable stayed bridge exists? | 'rivers,'-dbo:river | 'cable'-dbo:voice | 'stayed'-dbo:era | 'bridge exists'-dbo:bridgeCarries\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/design> <http://dbpedia.org/resource/Cable_Stayed_Bridge> . ?x <http://dbpedia.org/property/river> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:placeOfBirth res:Nazi_Germany.?x dbo:leader?uri . }\n",
-      "\"Who were some governmental heads in Nazi Germany? | 'Nazi Germany'-res:Nazi_Germany | 'governmental heads'-dbo:state\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/placeOfBirth> <http://dbpedia.org/resource/Nazi_Germany> . ?x <http://dbpedia.org/ontology/leader> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbo:state res:Nazi_Germany } \n",
+      "\"Who were some governmental heads in Nazi Germany? | 'Nazi Germany'-res:Nazi_Germany | 'governmental heads'-dbo:state\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/Nazi_Germany> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:doctoralAdvisor res:Mary_Ainsworth.?uri dbp:doctoralStudents res:Doctor_of_type_Scientist}\n",
-      "\"Name all the doctoral student of the scientist who also supervised Mary Ainsworth ? | 'scientist'-res:Scientist_(musician) | 'Mary Ainsworth'-res:Mary_Ainsworth | 'name'-dbp:name | 'doctoral student'-dbo:doctoralAdvisor | 'supervised'-dbo:doctoralAdvisor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/doctoralAdvisor> <http://dbpedia.org/resource/Mary_Ainsworth> . ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Doctor_of_type_Scientist>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:doctoralAdvisor res:Mary_Ainsworth.?uri dbp:doctoralStudents res:Scientist } \n",
+      "\"Name all the doctoral student of the scientist who also supervised Mary Ainsworth ? | 'scientist'-res:Scientist_(musician) | 'Mary Ainsworth'-res:Mary_Ainsworth | 'name'-dbp:name | 'doctoral student'-dbo:doctoralAdvisor | 'supervised'-dbo:doctoralAdvisor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/doctoralAdvisor> <http://dbpedia.org/resource/Mary_Ainsworth> . ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Scientist> } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:cities res:Europe .?uri rdf:type dbo:Sea}\n",
       "\"What are some seas inside europe ? | 'seas'-dbo:vein | 'europe'-dbo:winsInEurope\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Europe> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Swimming_at_the_2008_Summer_Olympics dbo:firstMedalist?uri. res:1997_Women's_400_metre_individual_medley dbp:silverMedley?uri} \n",
-      "\"Who was the bronze medalist of Swimming at the 2008 Summer Olympics  Men's 400 metre individual medley ? | 'Swimming at the 2008 Summer Olympics  Men'-res:Swimming_at_the_2008_Summer_Olympics | '400 metre individual medley'-res:2010_Pan_Pacific_Swimming_Championships_–_Women's_400_metre_individual_medley\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Swimming_at_the_2008_Summer_Olympics> <http://dbpedia.org/ontology/firstMedalist> ?uri . <http://dbpedia.org/resource/1997_Women's_400_metre_individual_medley> <http://dbpedia.org/property/silverMedley> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:2008_Summer_Olympics dbp:bronzesMedley?uri } \n",
+      "\"Who was the bronze medalist of Swimming at the 2008 Summer Olympics  Men's 400 metre individual medley ? | 'Swimming at the 2008 Summer Olympics  Men'-res:Swimming_at_the_2008_Summer_Olympics | '400 metre individual medley'-res:2010_Pan_Pacific_Swimming_Championships_–_Women's_400_metre_individual_medley\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2008_Summer_Olympics> <http://dbpedia.org/property/bronzesMedley> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:doctoralStudent res:Étienne_(film) . }\n",
-      "\"Whose doctoral student is etienne bieler\\xc9tienne_Bi\\xe9ler | 'Etienne bielerxc9tienne_bixe9ler'-res:Étienne_(film) | 'doctoral student'-dbo:doctoralStudent\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudent> <http://dbpedia.org/resource/Étienne_(film)> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:doctoralStudent res:Étienne_(film) . }\n",
+      "\"Whose doctoral student is etienne bieler\\xc9tienne_Bi\\xe9ler | 'Etienne bielerxc9tienne_bixe9ler'-res:Étienne_(film) | 'doctoral student'-dbo:doctoralStudent\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/doctoralStudent> <http://dbpedia.org/resource/Étienne_(film)> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:engine res:BMW_M10.?x dbo:successor?uri . }\n",
       "\"Which engine's successor's predecessor is BMW M10? | 'BMW M10'-res:BMW_M10 | 'engine'-dbp:engine | 'successor'-dbo:successor | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/BMW_M10> . ?x <http://dbpedia.org/ontology/successor> ?uri . }\"\n",
@@ -2365,89 +1878,89 @@
       "SELECT DISTINCT?uri WHERE { res:Macintosh_Quadra_660AV dbo:operatingSystem?x.?x dbp:developer?uri . }\n",
       "\"Who developed the software for the operating system of Macintosh Quadra 660AV ? | 'software'-res:Software_Publishing_Corporation | '660AV'-res:Macintosh_Quadra_660AV | 'Macintosh Quadra'-res:Macintosh_Quadra | 'developed'-dbo:developer | 'operating'-dbo:operatingSystem\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Macintosh_Quadra_660AV> <http://dbpedia.org/ontology/operatingSystem> ?x . ?x <http://dbpedia.org/property/developer> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:guests res:Brian_d'Arcy_James.?x dbp:guest?uri }\n",
-      "\"How many other Guests are there of the television episodes whose Guests is Brian d'Arcy James ? | 'Brian d'Arcy James'-res:Brian_d'Arcy_James | 'Guests'-dbp:guests | 'Guests'-dbp:guests\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/guests> <http://dbpedia.org/resource/Brian_d'Arcy_James> . ?x <http://dbpedia.org/property/guest> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:guests res:Brian_d'Arcy_James } \n",
+      "\"How many other Guests are there of the television episodes whose Guests is Brian d'Arcy James ? | 'Brian d'Arcy James'-res:Brian_d'Arcy_James | 'Guests'-dbp:guests | 'Guests'-dbp:guests\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/Brian_d'Arcy_James> } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:He's_a_Pirate dbp:writer?uri } \n",
-      "\"Who is the writer of He's a Pirate ? | 'He's a Pirate'-res:He's_a_Pirate | 'writer'-dbo:writer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/He's_a_Pirate> <http://dbpedia.org/property/writer> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:He's_a_Pirate dbo:writer?uri } \n",
+      "\"Who is the writer of He's a Pirate ? | 'He's a Pirate'-res:He's_a_Pirate | 'writer'-dbo:writer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/He's_a_Pirate> <http://dbpedia.org/ontology/writer> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:recordLabel res:RCA_Records.?uri dbp:music?x . }\n",
-      "\"Which movies have their music composed by someone that signed up with RCA Records? | 'RCA Records'-res:RCA_Records | 'movies'-dbo:film | 'music'-dbo:musicFusionGenre | 'composed'-dbo:musicComposer | 'signed'-dbo:precursor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/RCA_Records> . ?uri <http://dbpedia.org/property/music> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:recordLabel res:RCA_Records.?uri dbp:musicComposer?x . }\n",
+      "\"Which movies have their music composed by someone that signed up with RCA Records? | 'RCA Records'-res:RCA_Records | 'movies'-dbo:film | 'music'-dbo:musicFusionGenre | 'composed'-dbo:musicComposer | 'signed'-dbo:precursor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/RCA_Records> . ?uri <http://dbpedia.org/property/musicComposer> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:editor res:Stephen_Law .?uri rdf:type dbo:PhilosophyJournal}\n",
-      "\"Which philosophy journal has compiler as Stephen Law ? | 'Stephen Law'-res:Stephen_Law | 'philosophy'-res:Philosophy | 'philosophy journal'-dbo:magazine | 'compiler'-dbo:compiler\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/editor> <http://dbpedia.org/resource/Stephen_Law> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/PhilosophyJournal>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:compiler res:Stephen_Law .?uri rdf:type dbo:PhilosophyJournal}\n",
+      "\"Which philosophy journal has compiler as Stephen Law ? | 'Stephen Law'-res:Stephen_Law | 'philosophy'-res:Philosophy | 'philosophy journal'-dbo:magazine | 'compiler'-dbo:compiler\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/compiler> <http://dbpedia.org/resource/Stephen_Law> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/PhilosophyJournal>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:The_Avengers_(1998_film) dbp:appearances?uri .?uri rdf:type dbo:FictionalCharacter}\n",
-      "\"Where is the fictional character from, whose last appearance was in the Avengers, 1998? | 'fictional character from,'-res:Orange_(Fictional_character) | 'Avengers, 1998'-res:The_Avengers_(1998_film) | 'appearance'-dbo:lastAppearance\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Avengers_(1998_film)> <http://dbpedia.org/property/appearances> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:lastAppearance res:The_Avengers_(1998_film).?x dbp:birthPlace?uri . }\n",
+      "\"Where is the fictional character from, whose last appearance was in the Avengers, 1998? | 'fictional character from,'-res:Orange_(Fictional_character) | 'Avengers, 1998'-res:The_Avengers_(1998_film) | 'appearance'-dbo:lastAppearance\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/lastAppearance> <http://dbpedia.org/resource/The_Avengers_(1998_film)> . ?x <http://dbpedia.org/property/birthPlace> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Palang_Dharma_Party dbp:party?uri. res:Miao dbo:religion?uri} \n",
       "\"Which idelogy of the Palang Dharma Party is also the  faith of Miao people ? | 'idelogy'-res:Ideology | 'Palang Dharma Party'-res:Palang_Dharma_Party | 'Miao'-res:Miao | 'faith'-dbo:denomination\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Palang_Dharma_Party> <http://dbpedia.org/property/party> ?uri . <http://dbpedia.org/resource/Miao> <http://dbpedia.org/ontology/religion> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:producer res:Michael_Deeley .?uri rdf:type Dbo:Film}\n",
-      "\"List the movies produced by Michael Deeley ? | 'Michael Deeley'-res:Michael_Deeley | 'produced'-dbo:producer | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> Dbo:Film}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:producer res:Michael_Deeley .?uri rdf:type dbo:Film}\n",
+      "\"List the movies produced by Michael Deeley ? | 'Michael Deeley'-res:Michael_Deeley | 'produced'-dbo:producer | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:deputy res:Jenny_Macklin.?x dbo:predecessor?uri }\n",
-      "\"What is the total number of politicians whose predecessor's deputy is Jenny Macklin? | 'politicians'-res:Politicians_of_The_Wire | 'Jenny Macklin'-res:Jenny_Macklin | 'total'-dbo:populationTotal | 'predecessor'-dbo:predecessor | 'deputy'-dbo:deputy\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deputy> <http://dbpedia.org/resource/Jenny_Macklin> . ?x <http://dbpedia.org/ontology/predecessor> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:deputy res:Jenny_Macklin.?uri dbo:predecessor?x }\n",
+      "\"What is the total number of politicians whose predecessor's deputy is Jenny Macklin? | 'politicians'-res:Politicians_of_The_Wire | 'Jenny Macklin'-res:Jenny_Macklin | 'total'-dbo:populationTotal | 'predecessor'-dbo:predecessor | 'deputy'-dbo:deputy\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deputy> <http://dbpedia.org/resource/Jenny_Macklin> . ?uri <http://dbpedia.org/ontology/predecessor> ?x }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Taekwondo dbp:athletics?uri. res:University_of_Ireland dbo:sport?uri} \n",
-      "\"What are the sports played by the universities who also plays taekwondo ? | 'universities'-res:Universities_Ireland | 'taekwondo'-res:Taekwondo | 'sports'-dbo:sport | 'played'-dbo:portrayer | 'plays'-dbo:plays\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Taekwondo> <http://dbpedia.org/property/athletics> ?uri . <http://dbpedia.org/resource/University_of_Ireland> <http://dbpedia.org/ontology/sport> ?uri} \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:athletics res:Taekwondo.?x rdf:type dbo:University}\n",
+      "\"What are the sports played by the universities who also plays taekwondo ? | 'universities'-res:Universities_Ireland | 'taekwondo'-res:Taekwondo | 'sports'-dbo:sport | 'played'-dbo:portrayer | 'plays'-dbo:plays\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/athletics> <http://dbpedia.org/resource/Taekwondo> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:placeofburial res:Arlington_National_Cemetery . }\n",
       "\"Who all are buried in Arlington national cementary? | 'Arlington national cementary'-res:Arlington_National_Cemetery | 'buried'-dbp:placeofburial\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/placeofburial> <http://dbpedia.org/resource/Arlington_National_Cemetery> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:instruments res:Drums.?x dbo:genre?uri . }\n",
-      "\"How many different genres led to other genres where drums are important? | 'drums'-res:Drums_Around_the_World | 'genres'-dbo:genre | 'led'-dbo:field | 'genres'-dbo:genre\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Drums> . ?x <http://dbpedia.org/ontology/genre> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:instruments res:Drums_Around_the_World.?x dbo:genre?uri . }\n",
+      "\"How many different genres led to other genres where drums are important? | 'drums'-res:Drums_Around_the_World | 'genres'-dbo:genre | 'led'-dbo:field | 'genres'-dbo:genre\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Drums_Around_the_World> . ?x <http://dbpedia.org/ontology/genre> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Guy_(band) dbp:currentMembers?x.?x dbo:associatedBand?uri . }\n",
-      "\"List all the bands which have members of the band Guy in them? | 'Guy'-res:Guy_(band) | 'members'-dbo:bandMember | 'band'-dbo:associatedBand\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Guy_(band)> <http://dbpedia.org/property/currentMembers> ?x . ?x <http://dbpedia.org/ontology/associatedBand> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Guy_(band) dbo:bandMember?x.?x dbp:associatedBand?uri . }\n",
+      "\"List all the bands which have members of the band Guy in them? | 'Guy'-res:Guy_(band) | 'members'-dbo:bandMember | 'band'-dbo:associatedBand\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Guy_(band)> <http://dbpedia.org/ontology/bandMember> ?x . ?x <http://dbpedia.org/property/associatedBand> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:queenTitle res:Queen_Noor_of_Jordan.?x dbp:president?uri . }\n",
-      "\"Name presidents of the schools which have queen noor of Jordan as one of them ? | 'queen noor of Jordan'-res:Queen_Noor_of_Jordan | 'name presidents'-dbo:leaderName | 'schools'-dbo:ground | 'queen'-dbo:leader | 'noor'-dbo:chain\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/queenTitle> <http://dbpedia.org/resource/Queen_Noor_of_Jordan> . ?x <http://dbpedia.org/property/president> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:kingdom res:Queen_Noor_of_Jordan.?x dbp:leaderName?uri . }\n",
+      "\"Name presidents of the schools which have queen noor of Jordan as one of them ? | 'queen noor of Jordan'-res:Queen_Noor_of_Jordan | 'name presidents'-dbo:leaderName | 'schools'-dbo:ground | 'queen'-dbo:leader | 'noor'-dbo:chain\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/Queen_Noor_of_Jordan> . ?x <http://dbpedia.org/property/leaderName> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:televisionShow res:NTSC.?uri dbp:subsequentAscentPerson res:5.1_United_States_Television_Show\n",
-      "\"What are the television shows which are in NTSC and 5.1 surround sound? | 'NTSC'-res:NTSC | '51 surround sound'-res:Surround_sound | 'television shows'-dbo:televisionSeries\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/televisionShow> <http://dbpedia.org/resource/NTSC> . ?uri <http://dbpedia.org/property/subsequentAscentPerson> <http://dbpedia.org/resource/5.1_United_States_Television_Sho>w\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:televisionSeries res:NTSC.?uri dbp:subsequentWork res:5.1_cinematography res:Surround_sound . }\n",
+      "\"What are the television shows which are in NTSC and 5.1 surround sound? | 'NTSC'-res:NTSC | '51 surround sound'-res:Surround_sound | 'television shows'-dbo:televisionSeries\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/televisionSeries> <http://dbpedia.org/resource/NTSC> . ?uri <http://dbpedia.org/property/subsequentWork> <http://dbpedia.org/resource/5.1_cinematography> <http://dbpedia.org/resource/Surround_sound> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Kala_Pani_(1958_film) dbp:director?x.?x dbo:deathPlace?uri . }\n",
-      "\"Where did the film director of Kala Pani die? | 'Kala Pani'-res:Kala_Pani_(1958_film) | 'film director'-dbo:director | 'die'-dbo:deathDate\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kala_Pani_(1958_film)> <http://dbpedia.org/property/director> ?x . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Kala_Pani_(1958_film) dbo:director?x.?x dbp:deathPlace?uri . }\n",
+      "\"Where did the film director of Kala Pani die? | 'Kala Pani'-res:Kala_Pani_(1958_film) | 'film director'-dbo:director | 'die'-dbo:deathDate\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kala_Pani_(1958_film)> <http://dbpedia.org/ontology/director> ?x . ?x <http://dbpedia.org/property/deathPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:hairColor res:Red_hair.?x dbo:deathPlace?uri . }\n",
-      "\"What are the death place of the models whose hair color was Red? | 'hair red'-res:Red_hair | 'death place'-dbp:deathPlace | 'models'-dbo:genre | 'hair color'-dbp:hairColor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/hairColor> <http://dbpedia.org/resource/Red_hair> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:hairColor res:Red_hair.?x dbp:deathPlace?uri . }\n",
+      "\"What are the death place of the models whose hair color was Red? | 'hair red'-res:Red_hair | 'death place'-dbp:deathPlace | 'models'-dbo:genre | 'hair color'-dbp:hairColor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hairColor> <http://dbpedia.org/resource/Red_hair> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:militaryUnitSize res:Second_Lieutenants.?x dbp:religion?uri . }\n",
-      "\"Count the different religions followed by Second Lieutenants in military. | 'Second Lieutenants'-res:Per_Second,_Per_Second,_Per_Second..._Every_Second | 'count'-dbo:type | 'religions'-dbo:religion | 'military'-dbo:militaryUnitSize\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/militaryUnitSize> <http://dbpedia.org/resource/Second_Lieutenants> . ?x <http://dbpedia.org/property/religion> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:militaryUnit res:Second_Lieutenant.?x dbo:religion?uri . }\n",
+      "\"Count the different religions followed by Second Lieutenants in military. | 'Second Lieutenants'-res:Per_Second,_Per_Second,_Per_Second..._Every_Second | 'count'-dbo:type | 'religions'-dbo:religion | 'military'-dbo:militaryUnitSize\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/militaryUnit> <http://dbpedia.org/resource/Second_Lieutenant> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:owningOrganisation res:Public_Transport_Authority_(Western_Australia).?x dbp:servingRailwayLine?uri . }\n",
       "\"What railway lines go through the stations maintained by Western Australian Public Transport Authority? | 'Western Australian Public Transport Authority'-res:Public_Transport_Authority_(Western_Australia) | 'railway lines'-dbo:lyrics | 'stations'-dbo:numberOfStations | 'maintained'-dbo:maintainedBy\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owningOrganisation> <http://dbpedia.org/resource/Public_Transport_Authority_(Western_Australia)> . ?x <http://dbpedia.org/property/servingRailwayLine> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:foundationPlace res:United_States.?uri dbp:publisher?x . }\n",
-      "\"How many publisher have been founded by american citizens? | 'publisher'-dbo:publisher | 'founded'-dbo:foundationPlace | 'american citizens'-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/publisher> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:foundationPlace res:United_States.?x dbp:publisher?uri . }\n",
+      "\"How many publisher have been founded by american citizens? | 'publisher'-dbo:publisher | 'founded'-dbo:foundationPlace | 'american citizens'-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/publisher> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:inflow res:Upper_Necessity.?x dbp:cities?uri .?uri rdf:type dbo :Country}\n",
-      "\"How many countries surround the sea into which the Upper Neratva flow? | 'countries'-res:Countries_of_the_United_Kingdom | 'Upper Neratva'-res:Iveagh_Upper,_Upper_Half | 'surround'-dbo:background | 'sea'-dbo:elevation | 'flow'-dbp:time\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Upper_Necessity> . ?x <http://dbpedia.org/property/cities> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :Country}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:inflow res:Upper_Npper_Vodka.?x dbo:cities?uri .?uri rdf:type Dbo:Sea}\n",
+      "\"How many countries surround the sea into which the Upper Neratva flow? | 'countries'-res:Countries_of_the_United_Kingdom | 'Upper Neratva'-res:Iveagh_Upper,_Upper_Half | 'surround'-dbo:background | 'sea'-dbo:elevation | 'flow'-dbp:time\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/inflow> <http://dbpedia.org/resource/Upper_Npper_Vodka> . ?x <http://dbpedia.org/ontology/cities> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> Dbo:Sea}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:birthPlace res:Swedish.?x dbo:knownFor?uri . }\n",
-      "\"List some things that Swedish people have become famous for? | 'Swedish'-res:Sweden | 'Swedish'-res:Swedish | 'famous'-dbo:established | ''-dbo:country | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/Swedish> . ?x <http://dbpedia.org/ontology/knownFor> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:stateOfOrigin res:Swedish.?x dbo:knownFor?uri . }\n",
+      "\"List some things that Swedish people have become famous for? | 'Swedish'-res:Sweden | 'Swedish'-res:Swedish | 'famous'-dbo:established | ''-dbo:country | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/stateOfOrigin> <http://dbpedia.org/resource/Swedish> . ?x <http://dbpedia.org/ontology/knownFor> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:notableInstruments res:Muse_discography.?x dbo:artist?uri .?uri rdf:typedbo:Artist}\n",
-      "\"How many artists' works are in Muse d'Orsay? | 'Muse d'-res:Muse_discography | 'artists'-dbo:artist | 'works'-dbo:language\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/notableInstruments> <http://dbpedia.org/resource/Muse_discography> . ?x <http://dbpedia.org/ontology/artist> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:Artist>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:artist res:Muse_d'Orsay.?x dbo:artist?uri . }\n",
+      "\"How many artists' works are in Muse d'Orsay? | 'Muse d'-res:Muse_discography | 'artists'-dbo:artist | 'works'-dbo:language\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Muse_d'Orsay> . ?x <http://dbpedia.org/ontology/artist> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:location res:Herzogenaurach .?uri rdf:type dbo:SportsCompany}\n",
-      "\"What sporting goods companies are located in Herzogenaurach? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Herzogenaurach'-res:Herzogenaurach | 'located'-dbo:location\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/location> <http://dbpedia.org/resource/Herzogenaurach> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SportsCompany>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:location res:Herzogenaurach .?uri rdf:type dbo:Sport}\n",
+      "\"What sporting goods companies are located in Herzogenaurach? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Herzogenaurach'-res:Herzogenaurach | 'located'-dbo:location\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/location> <http://dbpedia.org/resource/Herzogenaurach> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sport>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:race res:Lawrence_Realization_Stakes.?x dbp:awards?uri . }\n",
-      "\"How many awards have been given to the participants of the Lawrence Realization Stakes? | 'Lawrence Realization Stakes'-res:Lawrence_Realization_Stakes | 'awards'-dbo:award | 'participants'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/race> <http://dbpedia.org/resource/Lawrence_Realization_Stakes> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE { res:Lawrence_Realization_Stakes dbp:name?x.?x dbo:award?uri . }\n",
+      "\"How many awards have been given to the participants of the Lawrence Realization Stakes? | 'Lawrence Realization Stakes'-res:Lawrence_Realization_Stakes | 'awards'-dbo:award | 'participants'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Lawrence_Realization_Stakes> <http://dbpedia.org/property/name> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbo:editing res:Mark_Stevens.?uri dbp:director res:Joel_Schumacher . }\n",
       "\"List the work  edited by  Mark Stevens and directed by Joel Schumacher? | 'Mark Stevens'-res:Mark_Stevens | 'Joel Schumacher'-res:Joel_Schumacher | 'work'-dbo:title | 'edited'-dbo:editor | 'directed'-dbo:president\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/editing> <http://dbpedia.org/resource/Mark_Stevens> . ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Joel_Schumacher> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Luther:_The_Calling dbp:author?x.?x dbo:majorWork?uri . }\n",
-      "\"List the popular works of the author of Luther: The Calling ? | 'Luther: The Calling'-res:Luther:_The_Calling | 'popular works'-dbo:established | 'author'-dbo:author\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Luther:_The_Calling> <http://dbpedia.org/property/author> ?x . ?x <http://dbpedia.org/ontology/majorWork> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Luther:_The_Calling dbo:author?x. }\n",
+      "\"List the popular works of the author of Luther: The Calling ? | 'Luther: The Calling'-res:Luther:_The_Calling | 'popular works'-dbo:established | 'author'-dbo:author\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Luther:_The_Calling> <http://dbpedia.org/ontology/author> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:mainInterests res:Natural_philosophy .?uri rdf:type dbo:Philosopher}\n",
       "\"Which were the philosophers whose primary interest was Natural philosophy? | 'Philosophers'-res:Philosophers_Ridge | 'Natural philosophy'-res:Natural_philosophy | 'interest'-dbp:mainInterests | 'philosopher'-dbo:Philosopher\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/mainInterests> <http://dbpedia.org/resource/Natural_philosophy> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Philosopher>}\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:restingplace res:East_Norwalk_Historical_Cemetery.?x dbp:restingsplace?uri }\n",
-      "\"What is the total number of other restingplace of the politicians whose one of the restingplace is East Norwalk Historical Cemetery? | 'politicians'-res:Politicians_of_The_Wire | 'East Norwalk Historical Cemetery'-res:East_Norwalk_Historical_Cemetery | 'total'-dbo:populationTotal | 'restingplace'-dbo:restingPlace | 'restingplace'-dbo:restingPlace\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/restingplace> <http://dbpedia.org/resource/East_Norwalk_Historical_Cemetery> . ?x <http://dbpedia.org/property/restingsplace> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:restingPlace res:East_Norwalk_Historical_Cemetery.?x dbp:residence?uri }\n",
+      "\"What is the total number of other restingplace of the politicians whose one of the restingplace is East Norwalk Historical Cemetery? | 'politicians'-res:Politicians_of_The_Wire | 'East Norwalk Historical Cemetery'-res:East_Norwalk_Historical_Cemetery | 'total'-dbo:populationTotal | 'restingplace'-dbo:restingPlace | 'restingplace'-dbo:restingPlace\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/East_Norwalk_Historical_Cemetery> . ?x <http://dbpedia.org/property/residence> ?uri }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:label res:Victor_Entertainment .?uri rdf:type dbo:Album}\n",
       "\"How many albums were released under the Victor Entertainment label? | 'Victor Entertainment label'-res:Victor_Entertainment | 'label'-dbp:label | 'album'-dbo:Album\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Album>}\"\n",
@@ -2455,26 +1968,26 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?uriveneratedIn res:Judaism .?uri rdf:type dbo:Saint}\n",
       "\"How many saints have been venerated in Judaism? | 'Judaism'-res:Judaism | 'venerated in'-dbo:veneratedIn | 'saint'-dbo:Saint\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uriveneratedIn <http://dbpedia.org/resource/Judaism> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Saint>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:knownFor res:Gibson_Les_Paul .?uri rdf:type dbo:Person}\n",
-      "\"How many people are famous for the Gibson Les Paul? | 'Gibson Les Paul'-res:Gibson_Les_Paul | 'famous'-dbo:established\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/knownFor> <http://dbpedia.org/resource/Gibson_Les_Paul> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:notableWork res:Gibson_Les_Paul . }\n",
+      "\"How many people are famous for the Gibson Les Paul? | 'Gibson Les Paul'-res:Gibson_Les_Paul | 'famous'-dbo:established\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Gibson_Les_Paul> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri phylum res:Chordate .?uri rdf:type dbo:Mammal}\n",
-      "\"What are the mammals whose phylum is Chordate? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Chordate'-res:Chordate | 'phylum'-dbo:phylum\",\"SELECT DISTINCT ?uri WHERE { ?uri phylum <http://dbpedia.org/resource/Chordate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mammal>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:phylum res:Chordate .?uri rdf:type dbo:Mammal}\n",
+      "\"What are the mammals whose phylum is Chordate? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Chordate'-res:Chordate | 'phylum'-dbo:phylum\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/phylum> <http://dbpedia.org/resource/Chordate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mammal>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Carolyn_Dennis dbo:associatedMusicalArtist?uri . }\n",
-      "\"Who are the associated musical artist of Carolyn Dennis? | 'associated musical artist'-res:Ayala_(musical_artist) | 'Carolyn Dennis'-res:Carolyn_Dennis | 'associated musical artist'-dbo:associatedMusicalArtist\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Carolyn_Dennis> <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Carolyn_Dennis dbo:associatedMusicalArtist?uri } \n",
+      "\"Who are the associated musical artist of Carolyn Dennis? | 'associated musical artist'-res:Ayala_(musical_artist) | 'Carolyn Dennis'-res:Carolyn_Dennis | 'associated musical artist'-dbo:associatedMusicalArtist\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Carolyn_Dennis> <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:arena res:Rosario_City_of_Santa_Fé,_Paraná.?uri dbo:youthclubs?x . }\n",
-      "\"Count all those who've played for the youth club which owns the Rosario, Santa Fe stadium. | 'Rosario, Santa Fe stadium'-res:Santa_Fé,_Paraná | 'count'-dbo:country | 'played'-dbo:portrayer | 'youth club'-dbo:time | 'owns'-dbo:languageFamily\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/arena> <http://dbpedia.org/resource/Rosario_City_of_Santa_Fé,_Paraná> . ?uri <http://dbpedia.org/ontology/youthclubs> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:ground res:Rosario_Fé,_Paraná.?uri dbo:youthclubs?x . }\n",
+      "\"Count all those who've played for the youth club which owns the Rosario, Santa Fe stadium. | 'Rosario, Santa Fe stadium'-res:Santa_Fé,_Paraná | 'count'-dbo:country | 'played'-dbo:portrayer | 'youth club'-dbo:time | 'owns'-dbo:languageFamily\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/ground> <http://dbpedia.org/resource/Rosario_Fé,_Paraná> . ?uri <http://dbpedia.org/ontology/youthclubs> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:company res:Playtone .?uri rdf:type dbo:TelevisionShow}\n",
       "\"What are the television shows whose company is Playtone? | 'Playtone'-res:Playtone | 'company'-dbo:company | 'television show'-dbo:TelevisionShow\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/Playtone> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:county res:Dane_County_of_Wisconsin.?x dbp:restingplace?uri . }\n",
-      "\"Whose tomb is in cities under Dane County of Wisconsin? | 'Dane County of Wisconsin'-res:Dane_County,_Wisconsin | 'tomb'-dbo:race | 'cities'-dbo:country | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/county> <http://dbpedia.org/resource/Dane_County_of_Wisconsin> . ?x <http://dbpedia.org/property/restingplace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:county res:Dane_County,_Wisconsin.?uri dbp:restingplace?x . }\n",
+      "\"Whose tomb is in cities under Dane County of Wisconsin? | 'Dane County of Wisconsin'-res:Dane_County,_Wisconsin | 'tomb'-dbo:race | 'cities'-dbo:country | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/county> <http://dbpedia.org/resource/Dane_County,_Wisconsin> . ?uri <http://dbpedia.org/property/restingplace> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:publisher res:SAGE_Business_Solutions.?x dbo:academicJournal?uri . }\n",
-      "\"Count the different number of academic areas covered by publications of SAGE? | 'SAGE'-res:Sage_Business_Solutions | 'count'-dbo:type | 'academic'-dbo:abstract | 'covered'-dbo:frozen | 'publications'-dbp:publications\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/SAGE_Business_Solutions> . ?x <http://dbpedia.org/ontology/academicJournal> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:publisher res:SAGE.?x dbo:academicArea?uri . }\n",
+      "\"Count the different number of academic areas covered by publications of SAGE? | 'SAGE'-res:Sage_Business_Solutions | 'count'-dbo:type | 'academic'-dbo:abstract | 'covered'-dbo:frozen | 'publications'-dbp:publications\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/SAGE> . ?x <http://dbpedia.org/ontology/academicArea> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Pontiac_Building dbp:architecturalStyle?uri } \n",
       "\"What is the style of architecture of Pontiac Building ? | 'Pontiac Building'-res:Pontiac_Building | 'style'-dbo:type | 'architecture'-dbo:architecturalStyle\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pontiac_Building> <http://dbpedia.org/property/architecturalStyle> ?uri } \"\n",
@@ -2485,8 +1998,8 @@
       "SELECT DISTINCT?uri WHERE {?x dbp:restingPlace res:London.?x dbo:opponent?uri . }\n",
       "\"Who were the opponents of the people buried in the tower of London? | 'London'-res:London | 'opponents'-dbo:rival | 'buried'-dbo:flag | 'tower'-dbp:column\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/restingPlace> <http://dbpedia.org/resource/London> . ?x <http://dbpedia.org/ontology/opponent> ?uri . }\"\n",
       "\n",
-      "\n",
-      "\"What are the nearest city to the historic places whose one of the nearest city is Wisconsin? | 'historic places'-res:Heritage_New_Zealand | 'Wisconsin'-res:Wisconsin | 'nearest city'-dbo:nearestCity | 'nearest city'-dbo:nearestCity\",\"\"\n",
+      "SELECT DISTINCT?uri WHERE {?x rdf:type dbo:HistoricPlace}\n",
+      "\"What are the nearest city to the historic places whose one of the nearest city is Wisconsin? | 'historic places'-res:Heritage_New_Zealand | 'Wisconsin'-res:Wisconsin | 'nearest city'-dbo:nearestCity | 'nearest city'-dbo:nearestCity\",\"SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/HistoricPlace>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Captain_EO dbo:producer?uri } \n",
       "\"Who is the producer of Captain EO ? | 'Captain EO'-res:Captain_EO | 'producer'-dbo:producer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Captain_EO> <http://dbpedia.org/ontology/producer> ?uri } \"\n",
@@ -2494,8 +2007,8 @@
       "SELECT DISTINCT?uri WHERE {?x dbo:parent res:Maria_Ludwika_Krasińska.?x dbp:deathPlace?uri . }\n",
       "\"Where did the aristocrats die whose mother was Maria Ludwika Krasiska? | 'aristocrats'-res:Aristocrats_(TV_series) | 'Maria Ludwika Krasiska'-res:Maria_Ludwika_Krasińska | 'die'-dbo:deathDate | 'mother'-dbo:parent\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parent> <http://dbpedia.org/resource/Maria_Ludwika_Krasińska> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:parent res:Alcalá_de_Henares_Cathedral.?uri dbp:author?x . }\n",
-      "\"List the books whose authors are in Alcal de Henares. | 'Alcal de Henares'-res:Alcalá_de_Henares_Cathedral | 'books'-dbo:volume | 'authors'-dbo:parent\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parent> <http://dbpedia.org/resource/Alcalá_de_Henares_Cathedral> . ?uri <http://dbpedia.org/property/author> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:location res:Alcalá_de_Henares_Cathedral.?uri dbp:author?x . }\n",
+      "\"List the books whose authors are in Alcal de Henares. | 'Alcal de Henares'-res:Alcalá_de_Henares_Cathedral | 'books'-dbo:volume | 'authors'-dbo:parent\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Alcalá_de_Henares_Cathedral> . ?uri <http://dbpedia.org/property/author> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Paphos_International_Airport dbp:owner?uri } \n",
       "\"Who is the stockholder of Paphos International Airport ? | 'Stockholder of Paphos International Airport'-res:Paphos_International_Airport | 'stockholder'-dbp:owner\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paphos_International_Airport> <http://dbpedia.org/property/owner> ?uri } \"\n",
@@ -2503,107 +2016,107 @@
       "SELECT DISTINCT?uri WHERE {?x dbp:occupation res:Screenwriter.?x dbo:award?uri . }\n",
       "\"What awards have been given to some screenwriters? | 'screenwriters'-res:Screenwriter | 'awards'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/occupation> <http://dbpedia.org/resource/Screenwriter> . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:veneratedIn res:Tomb_of_Joshua } \n",
-      "\"List the saints venerated in Islam having major shrine as Tomb of Joshua ? | 'Islam'-res:Islam | 'Tomb of Joshua'-res:Tomb_of_Joshua | 'saints'-dbo:saint | 'venerated'-dbo:veneratedIn | 'major shrine'-dbo:majorShrine\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/veneratedIn> <http://dbpedia.org/resource/Tomb_of_Joshua> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:majorShrine res:Tomb_of_Joshua .?uri rdf:type dbo:Saint}\n",
+      "\"List the saints venerated in Islam having major shrine as Tomb of Joshua ? | 'Islam'-res:Islam | 'Tomb of Joshua'-res:Tomb_of_Joshua | 'saints'-dbo:saint | 'venerated'-dbo:veneratedIn | 'major shrine'-dbo:majorShrine\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/majorShrine> <http://dbpedia.org/resource/Tomb_of_Joshua> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Saint>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Ramiro_Peña dbp:team?uri } \n",
-      "\"For which team does Ramiro Pea play ? | 'Ramiro Pea'-res:Ramiro_Peña | 'team'-dbo:team | 'play'-dbo:team\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ramiro_Peña> <http://dbpedia.org/property/team> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Ramiro_Peña dbo:team?uri } \n",
+      "\"For which team does Ramiro Pea play ? | 'Ramiro Pea'-res:Ramiro_Peña | 'team'-dbo:team | 'play'-dbo:team\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ramiro_Peña> <http://dbpedia.org/ontology/team> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:literaryGenre res:Fantasy.?x dbp:subject?uri . }\n",
       "\"How many subjects have been covered in fantasy novels? | 'fantasy novels'-res:Fantasy | 'subjects'-dbp:subject | 'covered'-dbo:frozen\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/literaryGenre> <http://dbpedia.org/resource/Fantasy> . ?x <http://dbpedia.org/property/subject> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Thanong_Bidaya dbp:primeminister?uri } \n",
-      "\"Which country did the prime minister belong to who was served by Thanong Bidaya ? | 'Thanong Bidaya'-res:Thanong_Bidaya | 'minister prime'-dbp:primeminister | 'country'-dbo:nationality\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thanong_Bidaya> <http://dbpedia.org/property/primeminister> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:Thanong_Bidaya dbp:primeminister?uri } \n",
+      "\"Which country did the prime minister belong to who was served by Thanong Bidaya ? | 'Thanong Bidaya'-res:Thanong_Bidaya | 'minister prime'-dbp:primeminister | 'country'-dbo:nationality\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thanong_Bidaya> <http://dbpedia.org/property/primeminister> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Cyril_Hume dbo:school?uri . }\n",
-      "\"tell me the school to which Cyril Hume went? | 'Cyril Hume'-res:Cyril_Hume | 'school'-dbo:school\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cyril_Hume> <http://dbpedia.org/ontology/school> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbo:school res:Cyril_Hume } \n",
+      "\"tell me the school to which Cyril Hume went? | 'Cyril Hume'-res:Cyril_Hume | 'school'-dbo:school\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/school> <http://dbpedia.org/resource/Cyril_Hume> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Me_&_U_(song) dbp:album?uri. res:My_arrow dbo:starring?uri. }\n",
-      "\"Who is the singer of the album which has a song Me and My arrow ? | 'song Me'-res:Me_&_U_(song) | 'My arrow'-res:Me_And_My_Arrow | 'singer'-dbo:composer | 'album'-dbo:album\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Me_&_U_(song)> <http://dbpedia.org/property/album> ?uri . <http://dbpedia.org/resource/My_arrow> <http://dbpedia.org/ontology/starring> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Me_And_My_Arrow dbo:composer?x.?x dbp:music?uri . }\n",
+      "\"Who is the singer of the album which has a song Me and My arrow ? | 'song Me'-res:Me_&_U_(song) | 'My arrow'-res:Me_And_My_Arrow | 'singer'-dbo:composer | 'album'-dbo:album\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Me_And_My_Arrow> <http://dbpedia.org/ontology/composer> ?x . ?x <http://dbpedia.org/property/music> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:architecturalStyle res:Modern_Advisor.?x dbp:destination?uri . }\n",
-      "\"In how many different places can I fnd Modern Architectural buildings? | 'I'-res:I | 'Modern Architectural buildings'-res:Architectural_Digest | 'places'-dbp:height | 'fnd'-dbo:destination\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/architecturalStyle> <http://dbpedia.org/resource/Modern_Advisor> . ?x <http://dbpedia.org/property/destination> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:architecturalStyle res:Modern_Architectural_Building.?x dbp:destination?uri . }\n",
+      "\"In how many different places can I fnd Modern Architectural buildings? | 'I'-res:I | 'Modern Architectural buildings'-res:Architectural_Digest | 'places'-dbp:height | 'fnd'-dbo:destination\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/architecturalStyle> <http://dbpedia.org/resource/Modern_Architectural_Building> . ?x <http://dbpedia.org/property/destination> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Parliament_Security_Services dbp:houses?uri } \n",
       "\"What are the houses of Parliament Security Services ? | 'Parliament Security Services'-res:Parliament_Security_Services | 'houses'-dbp:houses\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Parliament_Security_Services> <http://dbpedia.org/property/houses> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:commander res:Andrew_Jackson.?x dbo:knownFor?uri }\n",
-      "\"Count the number of people became famous for when Andrew Jackson was a commander ? | 'Andrew Jackson'-res:Andrew_Jackson | 'count'-dbo:country | 'famous'-dbp:established | 'commander'-dbo:commander\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Andrew_Jackson> . ?x <http://dbpedia.org/ontology/knownFor> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE { res:Andrew_Jackson dbo:commander?uri } \n",
+      "\"Count the number of people became famous for when Andrew Jackson was a commander ? | 'Andrew Jackson'-res:Andrew_Jackson | 'count'-dbo:country | 'famous'-dbp:established | 'commander'-dbo:commander\",\" SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Andrew_Jackson> <http://dbpedia.org/ontology/commander> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:kingdom res:Israelite_Kingdom_as_United_States.?x dbo:leaderName?uri . }\n",
-      "\"During the reigns of which monarchs was the name to the  Israelite kingdom as United Monarch? | 'Israelite kingdom as United Monarch'-res:Agudat_Yisrael | 'reigns'-dbp:reign | 'monarchs'-dbo:leader | 'name'-dbp:name\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/kingdom> <http://dbpedia.org/resource/Israelite_Kingdom_as_United_States> . ?x <http://dbpedia.org/ontology/leaderName> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:kingdom res:Israel.?x dbo:reign?uri . }\n",
+      "\"During the reigns of which monarchs was the name to the  Israelite kingdom as United Monarch? | 'Israelite kingdom as United Monarch'-res:Agudat_Yisrael | 'reigns'-dbp:reign | 'monarchs'-dbo:leader | 'name'-dbp:name\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/kingdom> <http://dbpedia.org/resource/Israel> . ?x <http://dbpedia.org/ontology/reign> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Dornier_Aerodyne dbo:origin?uri } \n",
       "\"Which nation is the origin of Dornier Aerodyne ? | 'Dornier Aerodyne'-res:Dornier_Aerodyne | 'nation'-dbo:country | 'origin'-dbo:origin\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dornier_Aerodyne> <http://dbpedia.org/ontology/origin> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:I_Can't_Change_the_World dbp:album?x.?x dbo:artist?uri . }\n",
-      "\"Who is the artist of the album which has the song I Can't Change the World ? | 'I Can't Change the World'-res:I_Can't_Change_the_World | 'artist'-dbo:artist | 'album'-dbo:album | 'Change'-dbo:fate\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/I_Can't_Change_the_World> <http://dbpedia.org/property/album> ?x . ?x <http://dbpedia.org/ontology/artist> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:I_Can't_Change_the_World dbo:album?x.?x dbp:artist?uri . }\n",
+      "\"Who is the artist of the album which has the song I Can't Change the World ? | 'I Can't Change the World'-res:I_Can't_Change_the_World | 'artist'-dbo:artist | 'album'-dbo:album | 'Change'-dbo:fate\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/I_Can't_Change_the_World> <http://dbpedia.org/ontology/album> ?x . ?x <http://dbpedia.org/property/artist> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:associatedMusicalArtist res:Demis_Roussos.?x dbp:music?uri . }\n",
-      "\"Collaborators of Demis Roussos have composed music for which movies? | 'Demis Roussos'-res:Demis_Roussos | 'collaborators'-dbo:associate | 'composed'-dbo:musicComposer | 'music'-dbo:musicalBand | 'movies'-dbo:film\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Demis_Roussos> . ?x <http://dbpedia.org/property/music> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:associatedMusicalArtist res:Demis_Roussos.?uri dbp:music?x . }\n",
+      "\"Collaborators of Demis Roussos have composed music for which movies? | 'Demis Roussos'-res:Demis_Roussos | 'collaborators'-dbo:associate | 'composed'-dbo:musicComposer | 'music'-dbo:musicalBand | 'movies'-dbo:film\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Demis_Roussos> . ?uri <http://dbpedia.org/property/music> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:placeOfDeath res:England.?x dbo:deathPlace?uri . }\n",
-      "\"In how many places are the tombs of everyone who died in England? | 'tombs'-res:Tombs_of_the_Blind_Dead | 'England'-res:England | 'places'-dbo:place | 'died'-dbp:deathPlace\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/placeOfDeath> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:placeOfDeath res:England.?x dbo:restingPlace?uri . }\n",
+      "\"In how many places are the tombs of everyone who died in England? | 'tombs'-res:Tombs_of_the_Blind_Dead | 'England'-res:England | 'places'-dbo:place | 'died'-dbp:deathPlace\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/placeOfDeath> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/ontology/restingPlace> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:beatifiedBy res:Pope_Pius_X.?x dbo:deathPlace?uri . }\n",
       "\"Where did the people beatified by Pope Pius X die? | 'X'-res:X | 'Pope Pius'-res:Pope_Pius_X | 'beatified'-dbp:beatifiedBy | 'die'-dbo:deathDate\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_Pius_X> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:San_Diego_Convention_Center dbp:venue?uri } \n",
-      "\"Name all the venues of the convention which has also been hosted in San Diego Convention ? | 'San Diego Convention'-res:San_Diego_Convention_Center | 'venue'-dbp:venue | 'venue'-dbp:venue\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/San_Diego_Convention_Center> <http://dbpedia.org/property/venue> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:San_Diego_Convention_Center dbp:venue?uri } \n",
+      "\"Name all the venues of the convention which has also been hosted in San Diego Convention ? | 'San Diego Convention'-res:San_Diego_Convention_Center | 'venue'-dbp:venue | 'venue'-dbp:venue\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/San_Diego_Convention_Center> <http://dbpedia.org/property/venue> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:stateOfOrigin res:Filipians . }\n",
-      "\"How many famous people are from the Filipinos? | 'Filipinos'-res:Filipinos | 'famous'-dbo:established\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/Filipians> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:stateOfOrigin res:Filipinos . }\n",
+      "\"How many famous people are from the Filipinos? | 'Filipinos'-res:Filipinos | 'famous'-dbo:established\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/Filipinos> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:William_Campbell_Preston_Breckinridge dbp:child?x.?x dbo:parent?uri . }\n",
-      "\"Who was the parent of person whose child is William C P breckinridge? | 'C'-res:Chess_Communication | 'William  P breckinridge'-res:William_Campbell_Preston_Breckinridge | 'P'-res:P | 'William C  breckinridge'-res:John_C._Breckinridge | 'parent'-dbo:parent | 'person'-dbo:child | 'child'-dbo:child\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Campbell_Preston_Breckinridge> <http://dbpedia.org/property/child> ?x . ?x <http://dbpedia.org/ontology/parent> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:William_Campbell_Preston_Breckinridge dbo:child?x.?x dbp:parent?uri . }\n",
+      "\"Who was the parent of person whose child is William C P breckinridge? | 'C'-res:Chess_Communication | 'William  P breckinridge'-res:William_Campbell_Preston_Breckinridge | 'P'-res:P | 'William C  breckinridge'-res:John_C._Breckinridge | 'parent'-dbo:parent | 'person'-dbo:child | 'child'-dbo:child\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Campbell_Preston_Breckinridge> <http://dbpedia.org/ontology/child> ?x . ?x <http://dbpedia.org/property/parent> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:residence res:British_Columbia.?x dbo:religion?uri . }\n",
-      "\"Count the religions followed by people living in British Columbia. | 'British Columbia'-res:United_Kingdom | 'British Columbia'-res:British_Columbia | 'count'-dbo:country | 'religions'-dbo:religion | 'living'-dbo:person | ''-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/residence> <http://dbpedia.org/resource/British_Columbia> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:stateOfOrigin res:British_Columbia.?x dbp:religion?uri . }\n",
+      "\"Count the religions followed by people living in British Columbia. | 'British Columbia'-res:United_Kingdom | 'British Columbia'-res:British_Columbia | 'count'-dbo:country | 'religions'-dbo:religion | 'living'-dbo:person | ''-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/British_Columbia> . ?x <http://dbpedia.org/property/religion> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Heydar dbo:meaning?uri } \n",
       "\"What is the meaning of Heydar ? | 'Heydar'-res:Heydar | 'meaning'-dbo:meaning\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Heydar> <http://dbpedia.org/ontology/meaning> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:chairman res:Ronaldo_(footballer).?x dbp:ground?uri . }\n",
-      "\"On how many different grounds were seasons chaired by Ronaldo held? | 'Ronaldo'-res:Ronaldo | 'chaired'-dbo:chairman | 'grounds'-dbo:ground\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Ronaldo_(footballer)> . ?x <http://dbpedia.org/property/ground> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:chairman res:Ronaldo.?x dbp:ground?uri . }\n",
+      "\"On how many different grounds were seasons chaired by Ronaldo held? | 'Ronaldo'-res:Ronaldo | 'chaired'-dbo:chairman | 'grounds'-dbo:ground\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Ronaldo> . ?x <http://dbpedia.org/property/ground> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:headcoaches res:John_Tortorella .?uri rdf:type dbo:IceHockeyPlayer}\n",
-      "\"Give me a count of all ice hockey players whose teams are headcoached by John Tortorella? | 'ice hockey players'-res:Ice_hockey | 'John Tortorella'-res:John_Tortorella | 'count'-dbo:country | 'teams'-dbp:team | 'headcoached'-dbp:headCoaches\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/headcoaches> <http://dbpedia.org/resource/John_Tortorella> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/IceHockeyPlayer>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:headCoaches res:John_Tortorella .?uri rdf:type dbo:IceHockeyPlayer}\n",
+      "\"Give me a count of all ice hockey players whose teams are headcoached by John Tortorella? | 'ice hockey players'-res:Ice_hockey | 'John Tortorella'-res:John_Tortorella | 'count'-dbo:country | 'teams'-dbp:team | 'headcoached'-dbp:headCoaches\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/headCoaches> <http://dbpedia.org/resource/John_Tortorella> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/IceHockeyPlayer>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Jack_McGregor dbo:institution?uri. res:Philip_Pillsbury dbp:studio?uri. }\n",
-      "\"What is the common palce of study for jack McGregor and Philip W. Pillsbury ? | 'jack McGregor'-res:Jack_McGregor | 'W'-res:W | 'Philip  Pillsbury'-res:Emma_Pillsbury | 'common palce'-dbo:genre | 'study'-dbp:studio\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_McGregor> <http://dbpedia.org/ontology/institution> ?uri . <http://dbpedia.org/resource/Philip_Pillsbury> <http://dbpedia.org/property/studio> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Jack_McGregor dbo:genre?uri. res:Philip_W._Pillsbury dbp:studio?uri. }\n",
+      "\"What is the common palce of study for jack McGregor and Philip W. Pillsbury ? | 'jack McGregor'-res:Jack_McGregor | 'W'-res:W | 'Philip  Pillsbury'-res:Emma_Pillsbury | 'common palce'-dbo:genre | 'study'-dbp:studio\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_McGregor> <http://dbpedia.org/ontology/genre> ?uri . <http://dbpedia.org/resource/Philip_W._Pillsbury> <http://dbpedia.org/property/studio> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:name res:Fleisher_Yarn.?x dbo:debutteam?uri . }\n",
-      "\"What team did the players start their careers with, who right now play for Fleisher Yarn? | 'Fleisher Yarn'-res:Fleisher_Yarn | 'team'-dbo:team | 'players'-dbo:combatant | 'start'-dbo:head | 'careers with,'-dbo:award | 'play'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/name> <http://dbpedia.org/resource/Fleisher_Yarn> . ?x <http://dbpedia.org/ontology/debutteam> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:team res:Fleisher_Yarn.?x dbp:debutteam?uri . }\n",
+      "\"What team did the players start their careers with, who right now play for Fleisher Yarn? | 'Fleisher Yarn'-res:Fleisher_Yarn | 'team'-dbo:team | 'players'-dbo:combatant | 'start'-dbo:head | 'careers with,'-dbo:award | 'play'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/team> <http://dbpedia.org/resource/Fleisher_Yarn> . ?x <http://dbpedia.org/property/debutteam> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:locationCity res:England.?x dbp:building?uri . }\n",
-      "\"Which kind of buildings are found in England? | 'England'-res:England | 'buildings'-dbo:assembly\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locationCity> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/property/building> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:location res:England.?x dbp:buildings?uri . }\n",
+      "\"Which kind of buildings are found in England? | 'England'-res:England | 'buildings'-dbo:assembly\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/property/buildings> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:locatedInArea res:California.?uri dbp:language?x . }\n",
-      "\"Give me the count of all people who ascented a peak in California? | 'California'-res:California | 'count'-dbo:country | 'ascented'-dbo:established | 'peak'-dbo:language\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/California> . ?uri <http://dbpedia.org/property/language> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:locatedInArea res:California.?x dbp:alpineMountain?uri . }\n",
+      "\"Give me the count of all people who ascented a peak in California? | 'California'-res:California | 'count'-dbo:country | 'ascented'-dbo:established | 'peak'-dbo:language\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/alpineMountain> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:creators res:Joe_Shuster .?uri rdf:type dbo:ComicsCharacter}\n",
       "\"Joe Shuster has created how many comics character ? | 'joe Shuster'-res:Joe_Shuster | 'created'-dbp:creators | 'comics character'-dbo:ComicsCharacter\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Joe_Shuster> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/ComicsCharacter>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Persona_(1966_film) dbp:writer?x.?x dbo:award?uri . }\n",
-      "\"Which awards did the writer of Persona win ? | 'Persona'-res:Persona_(1966_film) | 'writer'-dbo:writer | 'awards'-dbp:awards\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Persona_(1966_film)> <http://dbpedia.org/property/writer> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Persona_(1966_film) dbo:writer?x.?x dbp:awards?uri . }\n",
+      "\"Which awards did the writer of Persona win ? | 'Persona'-res:Persona_(1966_film) | 'writer'-dbo:writer | 'awards'-dbp:awards\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Persona_(1966_film)> <http://dbpedia.org/ontology/writer> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbp:highschool res:Robert_Morris_Colonials_football } \n",
-      "\"What is the highschool of the american football player who joined the Robert Morris Colonials program? | 'Robert Morris Colonials'-res:Robert_Morris_Colonials_football | 'highschool'-dbo:highschool | 'joined'-dbo:thumbnail\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/highschool> <http://dbpedia.org/resource/Robert_Morris_Colonials_football> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:athletics res:Robert_Morris_Colonials_football.?x dbp:highschool?uri . }\n",
+      "\"What is the highschool of the american football player who joined the Robert Morris Colonials program? | 'Robert Morris Colonials'-res:Robert_Morris_Colonials_football | 'highschool'-dbo:highschool | 'joined'-dbo:thumbnail\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/Robert_Morris_Colonials_football> . ?x <http://dbpedia.org/property/highschool> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:almaMater res:University_of_Queensland.?x dbp:awards?uri . }\n",
-      "\"How many awards have graduates from the University of Queensland earned? | 'University of Queensland'-res:University_of_Queensland | 'graduates'-dbo:almaMater | 'awards'-dbp:awards\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/University_of_Queensland> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:training res:University_of_Queensland.?x dbp:awards?uri . }\n",
+      "\"How many awards have graduates from the University of Queensland earned? | 'University of Queensland'-res:University_of_Queensland | 'graduates'-dbo:almaMater | 'awards'-dbp:awards\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/University_of_Queensland> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Rhaetian_Alps dbo:owningTrainStation?x.?x dbp:country?uri . }\n",
-      "\"In how many nations does Rhaetian Railways own train stations? | 'Rhaetian Railways'-res:Western_Rhaetian_Alps | 'nations'-dbo:state | 'train stations'-dbo:chain\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Rhaetian_Alps> <http://dbpedia.org/ontology/owningTrainStation> ?x . ?x <http://dbpedia.org/property/country> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:owningRailways res:Rhaetian_Railways.?x dbo:state?uri . }\n",
+      "\"In how many nations does Rhaetian Railways own train stations? | 'Rhaetian Railways'-res:Western_Rhaetian_Alps | 'nations'-dbo:state | 'train stations'-dbo:chain\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/owningRailways> <http://dbpedia.org/resource/Rhaetian_Railways> . ?x <http://dbpedia.org/ontology/state> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:boardGame res:Italic_board_based_on_the_Haunted_House_(1929_film).?x dbp:board?uri . }\n",
-      "\"Which board game can be said as a mind based game? | 'board game'-dbo:house | 'mind'-dbo:head | 'based'-dbo:relative | 'game'-dbo:event\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/boardGame> <http://dbpedia.org/resource/Italic_board_based_on_the_Haunted_House_(1929_film)> . ?x <http://dbpedia.org/property/board> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbo:board res:Board } \n",
+      "\"Which board game can be said as a mind based game? | 'board game'-dbo:house | 'mind'-dbo:head | 'based'-dbo:relative | 'game'-dbo:event\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/board> <http://dbpedia.org/resource/Board> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:manufacturer res:Eristoff.?uri dbp:builder?x . }\n",
-      "\"What are the things built by Eristoff ? | 'Eristoff'-res:Eristoff | 'built by'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Eristoff> . ?uri <http://dbpedia.org/property/builder> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:manufacturer res:Eristoff . }\n",
+      "\"What are the things built by Eristoff ? | 'Eristoff'-res:Eristoff | 'built by'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Eristoff> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Citi_Trends dbp:constituency?uri. res:Malik_Al-Hassan_Yakubu dbo:country?uri} \n",
-      "\"Whcih land of Citi Trends is also the constituency of Malik Al-Hassan Yakubu ? | 'Citi Trends'-res:Citi_Trends | 'Malik Al-Hassan Yakubu'-res:Malik_Al-Hassan_Yakubu | 'whcih land'-dbo:country | 'constituency'-dbp:constituency\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Citi_Trends> <http://dbpedia.org/property/constituency> ?uri . <http://dbpedia.org/resource/Malik_Al-Hassan_Yakubu> <http://dbpedia.org/ontology/country> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Citi_Trends dbo:country?uri. res:Malik_Al-Hassan_Yakubu dbp:constituency?uri} \n",
+      "\"Whcih land of Citi Trends is also the constituency of Malik Al-Hassan Yakubu ? | 'Citi Trends'-res:Citi_Trends | 'Malik Al-Hassan Yakubu'-res:Malik_Al-Hassan_Yakubu | 'whcih land'-dbo:country | 'constituency'-dbp:constituency\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Citi_Trends> <http://dbpedia.org/ontology/country> ?uri . <http://dbpedia.org/resource/Malik_Al-Hassan_Yakubu> <http://dbpedia.org/property/constituency> ?uri} \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:position res:Running_back.?x dbo:formerTeam?uri . }\n",
       "\"What is the former team of the american football players whose position is Running back? | 'Running back'-res:Running_back | 'former team'-dbo:formerTeam | 'position'-dbo:position | 'Running'-dbo:government\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Running_back> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }\"\n",
@@ -2611,17 +2124,17 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:publisher res:Interplay_Entertainment.?x dbo:genre?uri . }\n",
       "\"How many different kinds of games are published by Interplay Entertainment? | 'Interplay Entertainment'-res:Interplay_Entertainment | 'kinds'-dbo:genre | 'games'-dbo:games | 'published'-dbo:publisher\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Interplay_Entertainment> . ?x <http://dbpedia.org/ontology/genre> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Goya_Awards dbo:award?x.?x dbp:awards?uri . }\n",
-      "\"What other awards have been given to Goya Award Winners? | 'Goya Award'-res:Goya_Awards | 'awards'-dbo:award | 'awards'-dbp:awards\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Goya_Awards> <http://dbpedia.org/ontology/award> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
-      "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:grandsire res:The_Wild_I_Racing_in_Formula_One.?x dbp:race?uri . }\n",
-      "\"Race horses whose grandsire is Wild  Risk have taken part in which races? | 'Wild  Risk'-res:The_Wild | 'race horses'-dbo:type | 'grandsire'-dbo:grandsire | 'races'-dbo:races\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/grandsire> <http://dbpedia.org/resource/The_Wild_I_Racing_in_Formula_One> . ?x <http://dbpedia.org/property/race> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:award res:Goya_Awards.?x dbp:awards?uri . }\n",
+      "\"What other awards have been given to Goya Award Winners? | 'Goya Award'-res:Goya_Awards | 'awards'-dbo:award | 'awards'-dbp:awards\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Goya_Awards> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:network res:BBC_HD .?uri rdf:type dbo :Science_fictionShow}\n",
-      "\"List the science fiction shows broadcasted on BBC HD ? | 'science fiction'-res:Science_fiction | 'BBC HD'-res:BBC_HD | 'science fiction'-dbo:nonFictionSubject | 'shows'-dbo:place | 'broadcasted'-dbp:broadcaster\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/BBC_HD> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :Science_fictionShow}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:grandsire res:The_Wild_The_Horse.?x dbp:race?uri . }\n",
+      "\"Race horses whose grandsire is Wild  Risk have taken part in which races? | 'Wild  Risk'-res:The_Wild | 'race horses'-dbo:type | 'grandsire'-dbo:grandsire | 'races'-dbo:races\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/grandsire> <http://dbpedia.org/resource/The_Wild_The_Horse> . ?x <http://dbpedia.org/property/race> ?uri . }\"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:network res:BBC_HD .?uri rdf:type dbo:ScienceFictionSubject}\n",
+      "\"List the science fiction shows broadcasted on BBC HD ? | 'science fiction'-res:Science_fiction | 'BBC HD'-res:BBC_HD | 'science fiction'-dbo:nonFictionSubject | 'shows'-dbo:place | 'broadcasted'-dbp:broadcaster\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/BBC_HD> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/ScienceFictionSubject>}\"\n",
       "\n",
-      "\"Who is the person opposed  by Tom McLaury and Ike Clanton? | 'Tom McLaury'-res:Tom_McLaury | 'Ike Clanton'-res:Ike_Clanton | 'person'-dbo:type | 'opposed'-dbo:opponent\",\"\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:opponent res:Tom_McLaury.?uri rdf:type dbo:Person}\n",
+      "\"Who is the person opposed  by Tom McLaury and Ike Clanton? | 'Tom McLaury'-res:Tom_McLaury | 'Ike Clanton'-res:Ike_Clanton | 'person'-dbo:type | 'opposed'-dbo:opponent\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/opponent> <http://dbpedia.org/resource/Tom_McLaury> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:locatedInArea res:California.?x dbp:crosses?uri . }\n",
       "\"What are the bridges whose located in California? | 'California'-res:California | 'located'-dbo:locatedInArea\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/crosses> ?uri . }\"\n",
@@ -2638,35 +2151,35 @@
       " SELECT DISTINCT?uri WHERE { res:Jimmy_Wales dbo:board?uri } \n",
       "\"Who are in the board of Jimmy Wales ? | 'Jimmy Wales'-res:Jimmy_Wales | 'board'-dbo:board\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jimmy_Wales> <http://dbpedia.org/ontology/board> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:associatedBand res:Steve_Winwood . }\n",
-      "\"Where were some people associated with Steve Winwood employed at? | 'Steve Winwood'-res:Steve_Winwood | 'associated'-dbo:associatedBand | 'employed'-dbp:about\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/associatedBand> <http://dbpedia.org/resource/Steve_Winwood> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:associatedBand res:Steve_Winwood.?x dbp:employer?uri . }\n",
+      "\"Where were some people associated with Steve Winwood employed at? | 'Steve Winwood'-res:Steve_Winwood | 'associated'-dbo:associatedBand | 'employed'-dbp:about\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/associatedBand> <http://dbpedia.org/resource/Steve_Winwood> . ?x <http://dbpedia.org/property/employer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Ziggi_Recado dbp:associatedBand?x.?x dbo:origin?uri . ?x rdf:type Dbo:MusicalArtist}\n",
-      "\"What is the origin of the musical artist whose associated band is Ziggi Recado ? | 'Ziggi Recado'-res:Ziggi_Recado | 'origin'-dbo:origin | 'musical artist'-dbo:artist | 'associated'-dbo:associatedBand | 'band'-dbo:band\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ziggi_Recado> <http://dbpedia.org/property/associatedBand> ?x . ?x <http://dbpedia.org/ontology/origin> ?uri .  ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> Dbo:MusicalArtist}\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Ziggi_Recado dbo:associatedBand?x.?x dbp:origin?uri . }\n",
+      "\"What is the origin of the musical artist whose associated band is Ziggi Recado ? | 'Ziggi Recado'-res:Ziggi_Recado | 'origin'-dbo:origin | 'musical artist'-dbo:artist | 'associated'-dbo:associatedBand | 'band'-dbo:band\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ziggi_Recado> <http://dbpedia.org/ontology/associatedBand> ?x . ?x <http://dbpedia.org/property/origin> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Jovan_Vladimir dbp:majorShrine?uri } \n",
       "\"List the major shrines of Jovan Vladimir? | 'Jovan Vladimir'-res:Jovan_Vladimir | 'major shrines'-dbp:majorShrine\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jovan_Vladimir> <http://dbpedia.org/property/majorShrine> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:engineer res:Start_+_Flug } \n",
-      "\"In which countries have the Start + Flug aircrafts originated? | 'Start + Flug'-res:Start_+_Flug | 'originated'-dbo:engineer\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/engineer> <http://dbpedia.org/resource/Start_+_Flug> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:engineer res:Start_+_Flug.?x dbp:origin?uri . }\n",
+      "\"In which countries have the Start + Flug aircrafts originated? | 'Start + Flug'-res:Start_+_Flug | 'originated'-dbo:engineer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/engineer> <http://dbpedia.org/resource/Start_+_Flug> . ?x <http://dbpedia.org/property/origin> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:family res:Hominidae } \n",
-      "\"How many other family of the mammals exists  whose family is also Hominidae ? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Hominidae'-res:Hominidae | 'family'-dbo:family | 'exists'-dbo:date | 'family'-dbo:family\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Hominidae> } \"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:family res:Hominidae.?x dbp:family?uri }\n",
+      "\"How many other family of the mammals exists  whose family is also Hominidae ? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Hominidae'-res:Hominidae | 'family'-dbo:family | 'exists'-dbo:date | 'family'-dbo:family\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Hominidae> . ?x <http://dbpedia.org/property/family> ?uri }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:2006_Oakland_Raiders_season dbo:coach?uri } \n",
       "\"What is the former team of the football player who is the coach of 2006 Oakland Raiders season ? | '2006 Oakland Raiders season'-res:2006_Oakland_Raiders_season | 'former team'-dbo:formerTeam | 'football player'-dbo:coach | 'coach'-dbo:coach\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2006_Oakland_Raiders_season> <http://dbpedia.org/ontology/coach> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:painter res:The_Sarah_Jane_Adventures_Collection.?x dbo:importantPerson?uri . }\n",
-      "\"How many other important things has the painter of Sarah Jane Adventures done? | 'Sarah Jane Adventures'-res:The_Sarah_Jane_Adventures_Collection | 'painter'-dbo:painter\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/painter> <http://dbpedia.org/resource/The_Sarah_Jane_Adventures_Collection> . ?x <http://dbpedia.org/ontology/importantPerson> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE { res:The_Sarah_Jane_Adventures_Collection dbp:painter?x.?x dbo:notableWork?uri . }\n",
+      "\"How many other important things has the painter of Sarah Jane Adventures done? | 'Sarah Jane Adventures'-res:The_Sarah_Jane_Adventures_Collection | 'painter'-dbo:painter\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Sarah_Jane_Adventures_Collection> <http://dbpedia.org/property/painter> ?x . ?x <http://dbpedia.org/ontology/notableWork> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:I_Pray_on_Christmas dbp:label?uri } \n",
       "\"What is the label of I Pray on Christmas ? | 'I Pray on Christmas'-res:I_Pray_on_Christmas | 'label'-dbp:label | 'Pray'-dbo:battle\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/I_Pray_on_Christmas> <http://dbpedia.org/property/label> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:guest res:The_Other_Side_(The_Outer_Limits).?x dbp:guests?uri . }\n",
-      "\"The Other Side has hosted how many guests? | 'The Other Side'-res:The_Other_Side_(The_Outer_Limits) | 'guests'-dbp:guests\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/guest> <http://dbpedia.org/resource/The_Other_Side_(The_Outer_Limits)> . ?x <http://dbpedia.org/property/guests> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:guests res:The_Other_Side_(The_Outer_Limits) . }\n",
+      "\"The Other Side has hosted how many guests? | 'The Other Side'-res:The_Other_Side_(The_Outer_Limits) | 'guests'-dbp:guests\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/The_Other_Side_(The_Outer_Limits)> . }\"\n",
       "\n",
-      "\n",
-      "\"What are the airlines whose hub airport is Los Angeles International Airport? | 'Los Angeles International Airport'-res:Los_Angeles_International_Airport | 'hub airport'-dbo:hubAirport | 'airline'-dbo:Airline\",\"\"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbo:hubAirport res:Los_Angeles_International_Airport } \n",
+      "\"What are the airlines whose hub airport is Los Angeles International Airport? | 'Los Angeles International Airport'-res:Los_Angeles_International_Airport | 'hub airport'-dbo:hubAirport | 'airline'-dbo:Airline\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/hubAirport> <http://dbpedia.org/resource/Los_Angeles_International_Airport> } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Vadodara_Junction_railway_station dbp:line?uri } \n",
       "\"List all the line of Vadodara Junction railway station? | 'Vadodara Junction railway station'-res:Vadodara_Junction_railway_station | 'line'-dbp:line\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Vadodara_Junction_railway_station> <http://dbpedia.org/property/line> ?uri } \"\n",
@@ -2674,38 +2187,38 @@
       " SELECT DISTINCT?uri WHERE { res:Jon_Curran dbo:college?uri } \n",
       "\"Name the college of Jon Curran ? | 'Jon Curran'-res:Jon_Curran | 'name'-dbp:name | 'college'-dbo:college\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jon_Curran> <http://dbpedia.org/ontology/college> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:producer res:Scott_Haran .?uri rdf:type dbo:TelevisionShow}\n",
-      "\"Who produces the tv series which made Scott Haran famous? | 'Scott Haran'-res:Scott_Haran | 'produces'-dbp:producer | 'series'-dbo:series\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Scott_Haran> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:notableWork res:Scott_Haran .?uri rdf:type dbo:TelevisionShow}\n",
+      "\"Who produces the tv series which made Scott Haran famous? | 'Scott Haran'-res:Scott_Haran | 'produces'-dbp:producer | 'series'-dbo:series\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/notableWork> <http://dbpedia.org/resource/Scott_Haran> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x rdf:type dbo:Jockey}\n",
-      "\"What is the place of birth of the jockey who breeded De La Rose ? | 'De La Rose'-res:De_La_Rose | 'place'-dbo:place | 'birth'-dbo:birthPlace | 'jockey'-dbo:jockey | 'breeded'-dbo:breeder\",\"SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Jockey>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:breeder res:De_La_Rose.?x dbo:birthPlace?uri . }\n",
+      "\"What is the place of birth of the jockey who breeded De La Rose ? | 'De La Rose'-res:De_La_Rose | 'place'-dbo:place | 'birth'-dbo:birthPlace | 'jockey'-dbo:jockey | 'breeded'-dbo:breeder\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/breeder> <http://dbpedia.org/resource/De_La_Rose> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Madagascar:_Operation_Penguin dbp:artist?uri } \n",
       "\"Name the Artist of Madagascar: Operation Penguin ? | 'Operation Penguin'-res:Madagascar:_Operation_Penguin | 'Artist'-dbp:artist\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Madagascar:_Operation_Penguin> <http://dbpedia.org/property/artist> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:wineRegion res:Michigan.?xwineRegion?uri }\n",
-      "\"How many other wine region are there of the grapes whose one of the wine region is Michigan ? | 'Michigan'-res:Michigan | 'wine region'-dbo:wineRegion | 'wine region'-dbo:wineRegion\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/wineRegion> <http://dbpedia.org/resource/Michigan> . ?xwineRegion ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:wineRegion res:Michigan.?x wineRegion?uri }\n",
+      "\"How many other wine region are there of the grapes whose one of the wine region is Michigan ? | 'Michigan'-res:Michigan | 'wine region'-dbo:wineRegion | 'wine region'-dbo:wineRegion\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/wineRegion> <http://dbpedia.org/resource/Michigan> . ?x wineRegion ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:academicAdvisor res:International_Association_of_Ireland.?x dbp:athletics?uri . }\n",
-      "\"Estimate the number of sports divisions at the universities under international association of universities. | 'universities'-res:Universities_Ireland | 'universities'-res:Universities_Ireland | 'estimate'-dbp:quote | 'sports divisions'-dbo:athletics | 'international association'-dbo:order\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/academicAdvisor> <http://dbpedia.org/resource/International_Association_of_Ireland> . ?x <http://dbpedia.org/property/athletics> ?uri . }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:athletics res:International_Association_of_Ireland.?x dbp:state?uri }\n",
+      "\"Estimate the number of sports divisions at the universities under international association of universities. | 'universities'-res:Universities_Ireland | 'universities'-res:Universities_Ireland | 'estimate'-dbp:quote | 'sports divisions'-dbo:athletics | 'international association'-dbo:order\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/International_Association_of_Ireland> . ?x <http://dbpedia.org/property/state> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:almaMater res:United_States.?x dbp:battles?uri . }\n",
-      "\"List the battles in which alumni of US Army Command and General Staff College fought? | 'US'-res:United_States | 'Army Command'-res:Army_Contracting_Command | 'General Staff College'-res:Staff_college | 'battles'-dbo:battle | 'alumni'-dbo:alumni | 'fought'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/battles> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:battles res:United_States.?x dbp:battle?uri . }\n",
+      "\"List the battles in which alumni of US Army Command and General Staff College fought? | 'US'-res:United_States | 'Army Command'-res:Army_Contracting_Command | 'General Staff College'-res:Staff_college | 'battles'-dbo:battle | 'alumni'-dbo:alumni | 'fought'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/battle> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Jim_Harris dbo:founder?uri. res:Tandem_Computers dbp:subsidiary?uri} \n",
-      "\"Name the subsidary of Tandem Computers which was founded by Jim Harris ? | 'Tandem Computers'-res:Tandem_Computers | 'Jim Harris'-res:Jim_Harris | 'name'-dbo:name | 'subsidary'-dbo:subsidiary | 'founded'-dbp:founder\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Harris> <http://dbpedia.org/ontology/founder> ?uri . <http://dbpedia.org/resource/Tandem_Computers> <http://dbpedia.org/property/subsidiary> ?uri} \"\n",
+      "SELECT DISTINCT?uri WHERE { res:Jim_Harris dbp:founder?x.?x dbo:subsidiary?uri . }\n",
+      "\"Name the subsidary of Tandem Computers which was founded by Jim Harris ? | 'Tandem Computers'-res:Tandem_Computers | 'Jim Harris'-res:Jim_Harris | 'name'-dbo:name | 'subsidary'-dbo:subsidiary | 'founded'-dbp:founder\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Harris> <http://dbpedia.org/property/founder> ?x . ?x <http://dbpedia.org/ontology/subsidiary> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:restingPlace res:The_Convent_(film).?uri dbp:author?x . }\n",
       "\"Count all the books written by an author buried in the Convent of Barefoot Trinitarians? | 'Convent of Barefoot Trinitarians'-res:The_Convent_(film) | 'count'-dbo:type | 'books'-dbo:volume | 'written'-dbo:writer | 'author'-dbo:author | 'buried'-dbo:genre\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/The_Convent_(film)> . ?uri <http://dbpedia.org/property/author> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:monarch res:Willem-Alexander_of_the_Netherlands.?uri dbo:leader?x . }\n",
-      "\"What are the things whose leader was a monarch of Willem-Alexander of the Netherlands? | 'Willem-Alexander of the Netherlands monarch'-res:Willem-Alexander_of_the_Netherlands | 'monarch'-dbo:monarch | 'leader'-dbo:leader\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/monarch> <http://dbpedia.org/resource/Willem-Alexander_of_the_Netherlands> . ?uri <http://dbpedia.org/ontology/leader> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:monarch res:Willem-Alexander_of_the_Netherlands.?uri dbp:leader?x . }\n",
+      "\"What are the things whose leader was a monarch of Willem-Alexander of the Netherlands? | 'Willem-Alexander of the Netherlands monarch'-res:Willem-Alexander_of_the_Netherlands | 'monarch'-dbo:monarch | 'leader'-dbo:leader\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/monarch> <http://dbpedia.org/resource/Willem-Alexander_of_the_Netherlands> . ?uri <http://dbpedia.org/property/leader> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:inflow res:Ionian_Sea.?x dbp:cities?uri . }\n",
-      "\"Which cities are located around the sea into which the ionian flows? | 'Ionian'-res:Ionian_Sea | 'cities'-dbo:country | 'located'-dbo:place | 'sea'-dbo:elevation | 'flows'-dbo:outflow\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Ionian_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:outflow res:Ionian_Sea.?x dbp:cities?uri . }\n",
+      "\"Which cities are located around the sea into which the ionian flows? | 'Ionian'-res:Ionian_Sea | 'cities'-dbo:country | 'located'-dbo:place | 'sea'-dbo:elevation | 'flows'-dbo:outflow\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/outflow> <http://dbpedia.org/resource/Ionian_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:order res:Primate .?uri rdf:type dbo :Mammal}\n",
-      "\"Give me a count of mammals which have their order as Primate? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Primate'-res:Primate | 'order'-dbo:order | 'mammal'-dbo:Mammal\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/order> <http://dbpedia.org/resource/Primate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :Mammal}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:order res:Primate .?uri rdf:type dbo:Mammal}\n",
+      "\"Give me a count of mammals which have their order as Primate? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Primate'-res:Primate | 'order'-dbo:order | 'mammal'-dbo:Mammal\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/order> <http://dbpedia.org/resource/Primate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mammal>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:Marvin_Bush dbo:child?x.?x dbp:children?uri . }\n",
       "\"What are some other children of the father of Marvin Bush? | 'Marvin Bush'-res:Marvin_Bush | 'children'-dbo:child | 'children'-dbp:children\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marvin_Bush> <http://dbpedia.org/ontology/child> ?x . ?x <http://dbpedia.org/property/children> ?uri . }\"\n",
@@ -2716,41 +2229,41 @@
       "SELECT DISTINCT?uri WHERE {?x dbo:homeStadium res:Riverside_Stadium.?x dbp:manager?uri . }\n",
       "\"Who is the manager of the club whose homeground is the riverside stadium? | 'riverside stadium'-res:Riverside_Stadium | 'manager'-dbo:manager | 'club'-dbo:club | 'riverside stadium'-dbo:stadium\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/homeStadium> <http://dbpedia.org/resource/Riverside_Stadium> . ?x <http://dbpedia.org/property/manager> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Julius_C._Burrows dbp:order?uri } \n",
-      "\"What is the rank of Julius C. Burrows politically? | 'C'-res:C | 'Julius  Burrows politically'-res:Julius_C._Burrows | 'rank'-dbo:order\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Julius_C._Burrows> <http://dbpedia.org/property/order> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Julius_C._Burrows dbo:order?uri } \n",
+      "\"What is the rank of Julius C. Burrows politically? | 'C'-res:C | 'Julius  Burrows politically'-res:Julius_C._Burrows | 'rank'-dbo:order\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Julius_C._Burrows> <http://dbpedia.org/ontology/order> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:operator res:Mika_Häkkinen.?x dbp:firstDriver?uri . }\n",
-      "\"Count the number of first drivers in all the GPs where Mika Hakkinen was a first driver? | 'Mika Hakkinen'-res:Mika_Häkkinen | 'count'-dbo:number | 'drivers'-dbo:operator | 'driver'-dbp:operator\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/operator> <http://dbpedia.org/resource/Mika_Häkkinen> . ?x <http://dbpedia.org/property/firstDriver> ?uri . }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:firstDriver res:Mika_Häkkinen.?x firstDriver?uri }\n",
+      "\"Count the number of first drivers in all the GPs where Mika Hakkinen was a first driver? | 'Mika Hakkinen'-res:Mika_Häkkinen | 'count'-dbo:number | 'drivers'-dbo:operator | 'driver'-dbp:operator\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/firstDriver> <http://dbpedia.org/resource/Mika_Häkkinen> . ?x firstDriver ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:archipelago res:Papeete.?uri dbo:largestTown?x . }\n",
-      "\"Give me a count of everything under the archipelago, where Papeete is the biggest town. | 'Papeete'-res:Papeete | 'count'-dbo:country | 'archipelago,'-dbo:archipelago | 'biggest town'-dbo:place\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/archipelago> <http://dbpedia.org/resource/Papeete> . ?uri <http://dbpedia.org/ontology/largestTown> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:archipelago res:Papeete . }\n",
+      "\"Give me a count of everything under the archipelago, where Papeete is the biggest town. | 'Papeete'-res:Papeete | 'count'-dbo:country | 'archipelago,'-dbo:archipelago | 'biggest town'-dbo:place\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/archipelago> <http://dbpedia.org/resource/Papeete> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:cross-platform res:Cross-platform.?x dbo:developer?uri . }\n",
-      "\"Who all have developed a cross platform software? | 'cross platform software'-res:Cross-platform | 'developed'-dbo:developer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/cross-platform> <http://dbpedia.org/resource/Cross-platform> . ?x <http://dbpedia.org/ontology/developer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:license res:Cross-platform.?x dbo:developer?uri . }\n",
+      "\"Who all have developed a cross platform software? | 'cross platform software'-res:Cross-platform | 'developed'-dbo:developer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/license> <http://dbpedia.org/resource/Cross-platform> . ?x <http://dbpedia.org/ontology/developer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:employer res:Birdman_Enterprises.?x dbo:nationality?uri . }\n",
-      "\"Which country's people work in the Birdman enterprises? | 'Birdman enterprises'-res:Birdman_Enterprises | 'country'-dbo:country | 'work'-dbo:title\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/employer> <http://dbpedia.org/resource/Birdman_Enterprises> . ?x <http://dbpedia.org/ontology/nationality> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:employer res:Birdman_Enterprises.?x dbp:nationality?uri . }\n",
+      "\"Which country's people work in the Birdman enterprises? | 'Birdman enterprises'-res:Birdman_Enterprises | 'country'-dbo:country | 'work'-dbo:title\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/employer> <http://dbpedia.org/resource/Birdman_Enterprises> . ?x <http://dbpedia.org/property/nationality> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Oskar_Blues_Brewery dbp:location?uri } \n",
       "\"Where is Oskar Blues located ? | 'Oskar Blues'-res:Oskar_Blues_Brewery | 'located'-dbo:location\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Oskar_Blues_Brewery> <http://dbpedia.org/property/location> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Lovelace_Medal dbp:prizes?uri. res:Norbert_Wiener dbo:award?uri. }\n",
-      "\"Who  won the Lovelace Medal and the Norbert Wiener Award for Social and Professional Responsibility? | 'Lovelace Medal'-res:Lovelace_Medal | 'Norbert Wiener Award for Social'-res:Norbert_Wiener | 'Professional Responsibility'-res:Professional_responsibility | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lovelace_Medal> <http://dbpedia.org/property/prizes> ?uri . <http://dbpedia.org/resource/Norbert_Wiener> <http://dbpedia.org/ontology/award> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Lovelace_Medal dbp:prizes?uri. res:Norbert_Wiener_Award_for_Social_Professional_ Responsibility dbo:award?uri. }\n",
+      "\"Who  won the Lovelace Medal and the Norbert Wiener Award for Social and Professional Responsibility? | 'Lovelace Medal'-res:Lovelace_Medal | 'Norbert Wiener Award for Social'-res:Norbert_Wiener | 'Professional Responsibility'-res:Professional_responsibility | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lovelace_Medal> <http://dbpedia.org/property/prizes> ?uri . <http://dbpedia.org/resource/Norbert_Wiener_Award_for_Social_Professional_> Responsibility <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Dick_Redding dbo:birthPlace?uri } \n",
       "\"In which province was Dick Redding born? | 'Dick Redding'-res:Jheri_Redding | 'born'-dbo:birthDate\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dick_Redding> <http://dbpedia.org/ontology/birthPlace> ?uri } \"\n",
       "\n",
-      "\n",
-      "\"Count the number of characters of the play whose one of the character is Catwoman ? | 'Catwoman'-res:Catwoman | 'characters'-dbp:characters | 'characters'-dbp:characters\",\"\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:characters res:Catwoman.?x rdf:type dbo:Play}\n",
+      "\"Count the number of characters of the play whose one of the character is Catwoman ? | 'Catwoman'-res:Catwoman | 'characters'-dbp:characters | 'characters'-dbp:characters\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/characters> <http://dbpedia.org/resource/Catwoman> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Play>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:hometown res:Volos.?uri dbp:music?x . }\n",
       "\"What are the movies whose musicians's home town is Volos? | 'musicians'-res:Musicians_Institute | 'home town'-res:Home_Town_(song) | 'Volos'-res:Volos | 'movies'-dbo:film\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hometown> <http://dbpedia.org/resource/Volos> . ?uri <http://dbpedia.org/property/music> ?x . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:services res:Data_Center.?x dbo:service?uri }\n",
-      "\"Give me a count of the services by the company which provides Data center as the services ? | 'Data center'-res:Data_center | 'count'-dbo:type | 'services'-dbo:service | 'company'-dbo:company | 'services'-dbo:service\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/services> <http://dbpedia.org/resource/Data_Center> . ?x <http://dbpedia.org/ontology/service> ?uri }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:service res:Data_center.?x dbo:service?uri . }\n",
+      "\"Give me a count of the services by the company which provides Data center as the services ? | 'Data center'-res:Data_center | 'count'-dbo:type | 'services'-dbo:service | 'company'-dbo:company | 'services'-dbo:service\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/service> <http://dbpedia.org/resource/Data_center> . ?x <http://dbpedia.org/ontology/service> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:institution res:University_of_Queensland.?x dbp:awards?uri . }\n",
-      "\"Scientists at the University of Queensland have won which awards? | 'scientists'-res:Scientists_for_Global_Responsibility | 'University of Queensland'-res:University_of_Queensland | 'won'-dbo:city | 'awards'-dbo:endowment\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/University_of_Queensland> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:academicAdvisor res:University_of_Queensland .?uri rdf:type dbo:Scientist}\n",
+      "\"Scientists at the University of Queensland have won which awards? | 'scientists'-res:Scientists_for_Global_Responsibility | 'University of Queensland'-res:University_of_Queensland | 'won'-dbo:city | 'awards'-dbo:endowment\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/academicAdvisor> <http://dbpedia.org/resource/University_of_Queensland> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:South_Shore_Plaza dbo:address?uri } \n",
       "\"Where is the south shore plaza located? | 'south shore plaza'-res:South_Shore_Plaza | 'located'-dbo:address\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Shore_Plaza> <http://dbpedia.org/ontology/address> ?uri } \"\n",
@@ -2758,20 +2271,20 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:music res:Waddy_Wachtel .?uri rdf:type dbo:Film}\n",
       "\"Waddy wachtel did the music for what movies? | 'Waddy wachtel'-res:Waddy_Wachtel | 'music'-dbp:music | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Waddy_Wachtel> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:label res:Celluloid_Rec:Victor_Entertainment.?uri dbo:associatedMusicalArtist res:Musical_Artist\n",
-      "\"Who is the musical artist worked for labels Celluloid Records and Victor Entertainment? | 'labels Celluloid Records'-res:Celluloid_Heroes | 'Victor Entertainment'-res:Victor_Entertainment | 'musical artist'-dbo:associatedMusicalArtist | 'worked'-dbo:operator\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Celluloid_Rec:Victor_Entertainment> . ?uri <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Musical_Artis>t\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Celluloid_Heroes dbo:associatedMusicalArtist?uri. res:Victor_Entertainment dbp:label?uri. }\n",
+      "\"Who is the musical artist worked for labels Celluloid Records and Victor Entertainment? | 'labels Celluloid Records'-res:Celluloid_Heroes | 'Victor Entertainment'-res:Victor_Entertainment | 'musical artist'-dbo:associatedMusicalArtist | 'worked'-dbo:operator\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Celluloid_Heroes> <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri . <http://dbpedia.org/resource/Victor_Entertainment> <http://dbpedia.org/property/label> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:writer res:Terry_Pratchett.?x dbp:subject?uri . }\n",
       "\"Terry Pratchett has written about how many topics? | 'Terry pratchett'-res:Terry_Pratchett | 'topics'-res:Topics_in_Early_Childhood_Special_Education | 'written'-dbo:writer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Terry_Pratchett> . ?x <http://dbpedia.org/property/subject> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:notableInstruments res:Catarina_Lindgren.?x dbo:formerPartner?uri . }\n",
-      "\"Who are the former partners of the figure skaters whose performance have been choreographed by Catarina Lindgren in the past? | 'Catarina Lindgren'-res:Catarina_Lindgren | 'former partners'-dbo:formerName | 'figure skaters'-dbo:flag | 'performance'-dbo:production | 'choreographed'-dbo:choreographer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/notableInstruments> <http://dbpedia.org/resource/Catarina_Lindgren> . ?x <http://dbpedia.org/ontology/formerPartner> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:instruments res:Catarina_Lindgren.?x dbo:formerName?uri . }\n",
+      "\"Who are the former partners of the figure skaters whose performance have been choreographed by Catarina Lindgren in the past? | 'Catarina Lindgren'-res:Catarina_Lindgren | 'former partners'-dbo:formerName | 'figure skaters'-dbo:flag | 'performance'-dbo:production | 'choreographed'-dbo:choreographer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Catarina_Lindgren> . ?x <http://dbpedia.org/ontology/formerName> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE {?uri dbp:managerClub res:England_national_under-20_football_team } \n",
       "\"who are all the people who have managed the England's under 20 soccer team? | 'the England's under 20 soccer team'-res:England_national_under-20_football_team | 'managed'-dbo:managerClub\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/managerClub> <http://dbpedia.org/resource/England_national_under-20_football_team> } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:guests res:Michael_Cristofer_(1998_film_Television_Program}\n",
-      "\"Give me the total number of Guests of the television episodes whose one of the  Guests is Michael Cristofer? | 'Guests'-res:Guests_of_the_Nation | 'Guests'-res:Guests_of_the_Nation | 'Michael Cristofer'-res:Michael_Cristofer | 'Guests'-dbp:guests | 'Guests'-dbp:guests\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/Michael_Cristofer_(1998_film_Television_Program>}\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:guests res:Michael_Cristofer.?x rdf:type dbo:TelevisionShow}\n",
+      "\"Give me the total number of Guests of the television episodes whose one of the  Guests is Michael Cristofer? | 'Guests'-res:Guests_of_the_Nation | 'Guests'-res:Guests_of_the_Nation | 'Michael Cristofer'-res:Michael_Cristofer | 'Guests'-dbp:guests | 'Guests'-dbp:guests\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/Michael_Cristofer> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE {?uri dbp:lieutenant res:Joe_Purcell } \n",
       "\"who was the president under which Joe Purcell is a lieutenant? | 'Joe Purcell'-res:Joe_Purcell | 'president'-dbo:president | 'lieutenant'-dbo:lieutenant\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/lieutenant> <http://dbpedia.org/resource/Joe_Purcell> } \"\n",
@@ -2779,8 +2292,8 @@
       "SELECT DISTINCT?uri WHERE {?x dbp:majorShrine res:Hebron.?x dbo:veneratedIn?uri . }\n",
       "\"What are the veneration of the one for which there's a major shrine in Hebron? | 'Hebron'-res:Hebron | 'veneration'-dbo:time | 'major shrine'-dbo:majorShrine\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/majorShrine> <http://dbpedia.org/resource/Hebron> . ?x <http://dbpedia.org/ontology/veneratedIn> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Dartington_College_of_Arts dbp:affiliates?x.?x dbo:chancellor?uri . }\n",
-      "\"Who is the chancellor of the university which affiliates the Dartington College of Arts? | 'Dartington College of Arts'-res:Dartington_College_of_Arts | 'chancellor'-dbo:chancellor | 'affiliates'-dbo:riverBranch\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dartington_College_of_Arts> <http://dbpedia.org/property/affiliates> ?x . ?x <http://dbpedia.org/ontology/chancellor> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Dartington_College_of_Arts dbo:affiliation?x.?x dbp:chancellor?uri . }\n",
+      "\"Who is the chancellor of the university which affiliates the Dartington College of Arts? | 'Dartington College of Arts'-res:Dartington_College_of_Arts | 'chancellor'-dbo:chancellor | 'affiliates'-dbo:riverBranch\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dartington_College_of_Arts> <http://dbpedia.org/ontology/affiliation> ?x . ?x <http://dbpedia.org/property/chancellor> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Sune_Agerschou dbp:nationality?uri } \n",
       "\"What is the nationality of Sune Agerschou ? | 'Sune Agerschou'-res:Sune_Agerschou | 'nationality'-dbo:nationality\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sune_Agerschou> <http://dbpedia.org/property/nationality> ?uri } \"\n",
@@ -2788,50 +2301,50 @@
       " SELECT DISTINCT?uri WHERE { res:Paul_Demiéville dbp:fields?uri } \n",
       "\"Namt the fields of Paul Demiville ? | 'Paul Demiville'-res:Paul_Demiéville | 'fields'-dbp:fields\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paul_Demiéville> <http://dbpedia.org/property/fields> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:canonizedBy res:Pope_Paul_VI } \n",
-      "\"Who all have been canonized by Pope Paul VI | 'Paul VI'-res:Pope_Paul_VI | 'canonized'-dbo:canonizedBy\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/canonizedBy> <http://dbpedia.org/resource/Pope_Paul_VI> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:canonizedBy res:Pope_Paul_VI . }\n",
+      "\"Who all have been canonized by Pope Paul VI | 'Paul VI'-res:Pope_Paul_VI | 'canonized'-dbo:canonizedBy\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/canonizedBy> <http://dbpedia.org/resource/Pope_Paul_VI> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:developer res:The_GNOME_Project.?x dbp:programmingLanguage?uri . }\n",
-      "\"What is written in a programming language developed by GNOME Project? | 'GNOME Project'-res:The_GNOME_Project | 'written'-dbo:fate | 'programming language'-dbp:programmingLanguage | 'developed'-dbp:developer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/The_GNOME_Project> . ?x <http://dbpedia.org/property/programmingLanguage> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:developer res:The_GNOME_Project.?uri dbp:programmingLanguage?x . }\n",
+      "\"What is written in a programming language developed by GNOME Project? | 'GNOME Project'-res:The_GNOME_Project | 'written'-dbo:fate | 'programming language'-dbp:programmingLanguage | 'developed'-dbp:developer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/The_GNOME_Project> . ?uri <http://dbpedia.org/property/programmingLanguage> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:architect res:Francis_Palmer_Smith.?x dbo:building?uri . }\n",
-      "\"Where is the building located whose architect was Francis Palmer Smith? | 'Francis Palmer Smith'-res:Francis_Palmer_Smith | 'building'-dbo:building | 'located'-dbo:garrison | 'architect'-dbo:architect\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Francis_Palmer_Smith> . ?x <http://dbpedia.org/ontology/building> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:architect res:Francis_Palmer_Smith.?x rdf:type dbo:Building}\n",
+      "\"Where is the building located whose architect was Francis Palmer Smith? | 'Francis Palmer Smith'-res:Francis_Palmer_Smith | 'building'-dbo:building | 'located'-dbo:garrison | 'architect'-dbo:architect\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Francis_Palmer_Smith> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Building>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Bobby_Skinstad dbo:school?uri } \n",
       "\"List the school of Bobby Skinstad? | 'Bobby Skinstad'-res:Bobby_Skinstad | 'school'-dbo:school\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Skinstad> <http://dbpedia.org/ontology/school> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:awards res:Alabama_Crimson_Tide.?uri dbo:battle?uri }\n",
-      "\"Count all the universities who participated in the tournament won by Alabama Crimson Tides in 2015 ? | 'universities'-res:Universities_South_Africa | 'Alabama Crimson Tides'-res:Alabama_Crimson_Tide | '2015'-res:2015_Super_Rugby_Final | 'count'-dbo:country | 'participated'-dbo:participant | 'tournament'-dbo:event | 'won'-dbo:city\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Alabama_Crimson_Tide> . ?uri <http://dbpedia.org/ontology/battle> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE { res:Alabama_Crimson_Tide dbo:name?uri } \n",
+      "\"Count all the universities who participated in the tournament won by Alabama Crimson Tides in 2015 ? | 'universities'-res:Universities_South_Africa | 'Alabama Crimson Tides'-res:Alabama_Crimson_Tide | '2015'-res:2015_Super_Rugby_Final | 'count'-dbo:country | 'participated'-dbo:participant | 'tournament'-dbo:event | 'won'-dbo:city\",\" SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Alabama_Crimson_Tide> <http://dbpedia.org/ontology/name> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:profession res:Ethics.?x dbo:deathPlace?uri . }\n",
-      "\"In how many different places have ehtics philosophers died? | ''-res:Ethics | 'places'-dbp:height | 'died'-dbo:flag\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/profession> <http://dbpedia.org/resource/Ethics> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:religion res:Ethics.?x dbo:deathPlace?uri . }\n",
+      "\"In how many different places have ehtics philosophers died? | ''-res:Ethics | 'places'-dbp:height | 'died'-dbo:flag\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/religion> <http://dbpedia.org/resource/Ethics> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:publisher res:Jazz .?uri rdf:type dbo:Book}\n",
-      "\"Which house has published books about Jazz? | 'Jazz'-res:Jazz | 'house'-dbo:house | 'published'-dbo:author | 'books'-dbo:title\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Jazz> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:author res:Jazz .?uri rdf:type dbo:Book}\n",
+      "\"Which house has published books about Jazz? | 'Jazz'-res:Jazz | 'house'-dbo:house | 'published'-dbo:author | 'books'-dbo:title\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Jazz> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:narrated res:The_Trial_of_the_Incredible_Hulk.?uri rdf:type dbo:Person}\n",
-      "\"Which person naratted The Incredible Hulk and also the writer of Tales of Suspense ? | 'The Incredible Hulk'-res:The_Trial_of_the_Incredible_Hulk | 'Tales of Suspense'-res:Tales_of_Suspense | 'person'-dbp:type | 'naratted'-dbp:narrated | 'writer'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/narrated> <http://dbpedia.org/resource/The_Trial_of_the_Incredible_Hulk> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:narrated res:The_Incredible_Hulk.?uri dbo:writer res:Tales_of_Suspense . }\n",
+      "\"Which person naratted The Incredible Hulk and also the writer of Tales of Suspense ? | 'The Incredible Hulk'-res:The_Trial_of_the_Incredible_Hulk | 'Tales of Suspense'-res:Tales_of_Suspense | 'person'-dbp:type | 'naratted'-dbp:narrated | 'writer'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/narrated> <http://dbpedia.org/resource/The_Incredible_Hulk> . ?uri <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Tales_of_Suspense> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:education res:Parsons_School_of_Design.?uri dbp:director?x . }\n",
-      "\"How many movies have been directed by almunies of Parsons School of Design? | 'almunies'-res:Almunia | 'Parsons School of Design'-res:Parsons_School_of_Design | 'movies'-dbo:film | 'directed'-dbo:president\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/education> <http://dbpedia.org/resource/Parsons_School_of_Design> . ?uri <http://dbpedia.org/property/director> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:director res:Parsons_School_of_Design.?uri dbp:director?x . }\n",
+      "\"How many movies have been directed by almunies of Parsons School of Design? | 'almunies'-res:Almunia | 'Parsons School of Design'-res:Parsons_School_of_Design | 'movies'-dbo:film | 'directed'-dbo:president\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Parsons_School_of_Design> . ?uri <http://dbpedia.org/property/director> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:placeOfDeath res:Hyderabad.?uri dbp:party?x . }\n",
-      "\"List the people died in Hyderabad and are a member of political party ? | 'Hyderabad'-res:Hyderabad | 'died in'-dbo:deathPlace | 'political party'-dbo:party\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/placeOfDeath> <http://dbpedia.org/resource/Hyderabad> . ?uri <http://dbpedia.org/property/party> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:placeOfDeath res:Hyderabad.?uri dbp:party?x . }\n",
+      "\"List the people died in Hyderabad and are a member of political party ? | 'Hyderabad'-res:Hyderabad | 'died in'-dbo:deathPlace | 'political party'-dbo:party\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/placeOfDeath> <http://dbpedia.org/resource/Hyderabad> . ?uri <http://dbpedia.org/property/party> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:champion res:Kansas_City,_Missouri .?uri rdf:type dbo:AmericanFootballLeague}\n",
       "\"What is the american football league whose champion is from Kansas City, Missouri? | 'american football league'-res:American_Football_League | 'Kansas City, Missouri'-res:Kansas_City,_Missouri | 'champion'-dbp:champion\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/champion> <http://dbpedia.org/resource/Kansas_City,_Missouri> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballLeague>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Western_Naval_Command dbp:garrison?uri } \n",
-      "\"Where is the garrison of Western Naval Command ? | 'Western Naval Command'-res:Western_Naval_Command | 'garrison'-dbo:garrison\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Western_Naval_Command> <http://dbpedia.org/property/garrison> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Western_Naval_Command dbo:garrison?uri } \n",
+      "\"Where is the garrison of Western Naval Command ? | 'Western Naval Command'-res:Western_Naval_Command | 'garrison'-dbo:garrison\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Western_Naval_Command> <http://dbpedia.org/ontology/garrison> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:successor res:Samsu-iluna .?uri rdf:type dbo:Person}\n",
       "\"Which person's successor is Samsu-iluna? | 'Samsu-iluna'-res:Samsu-iluna | 'successor'-dbo:successor | 'person'-dbo:Person\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/successor> <http://dbpedia.org/resource/Samsu-iluna> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:city res:Maharashtra.?x dbp:sport?uri . }\n",
-      "\"How many sports are played in maharashtran schools? | 'maharashtra'-res:Maharashtra | 'sports'-dbo:athletics | 'played'-dbo:portrayer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Maharashtra> . ?x <http://dbpedia.org/property/sport> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:city res:Maharashtra.?x dbo:sport?uri . }\n",
+      "\"How many sports are played in maharashtran schools? | 'maharashtra'-res:Maharashtra | 'sports'-dbo:athletics | 'played'-dbo:portrayer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Maharashtra> . ?x <http://dbpedia.org/ontology/sport> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:2013_National_Premier_Leagues dbo:league?x.?x dbp:owner?uri . }\n",
-      "\"How many owners owned the clubs participating in the Premier leagues of '14? | 'Premier leagues'-res:2013_National_Premier_Leagues | '14'-res:14 | 'owners'-dbp:owner | 'owned'-dbp:owner | 'clubs'-dbo:college | 'participating'-dbo:interest\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/2013_National_Premier_Leagues> <http://dbpedia.org/ontology/league> ?x . ?x <http://dbpedia.org/property/owner> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:league res:2013_National_Premier_Leagues.?x dbp:owner?uri . }\n",
+      "\"How many owners owned the clubs participating in the Premier leagues of '14? | 'Premier leagues'-res:2013_National_Premier_Leagues | '14'-res:14 | 'owners'-dbp:owner | 'owned'-dbp:owner | 'clubs'-dbo:college | 'participating'-dbo:interest\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/2013_National_Premier_Leagues> . ?x <http://dbpedia.org/property/owner> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:residence res:Beverly_Hills,_California . }\n",
       "\"How many people live in the Beverly Hills, California? | 'Beverly Hills, California'-res:Beverly_Hills,_California | 'live'-dbo:residence\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/residence> <http://dbpedia.org/resource/Beverly_Hills,_California> . }\"\n",
@@ -2839,29 +2352,29 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:archipelago res:Pacific_Ocean .?uri rdf:type dbo:Island}\n",
       "\"Name some islands in a pacific archipelago? | 'pacific'-res:Pacific_Ocean | 'name'-dbo:name | 'islands'-dbo:numberOfIslands | 'pacific archipelago'-dbo:archipelago\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/archipelago> <http://dbpedia.org/resource/Pacific_Ocean> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Island>}\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:broadcastArea res:North_Carolina.?x dbp:broadcastsArea?uri }\n",
-      "\"In how many areas do the networks broadcast, which also broadcasts in North Carolina? | 'North Carolina'-res:North_Carolina | 'networks broadcast,'-dbo:state | 'broadcasts'-dbo:state\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/broadcastArea> <http://dbpedia.org/resource/North_Carolina> . ?x <http://dbpedia.org/property/broadcastsArea> ?uri }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:state res:North_Carolina.?x dbp:broadcastArea?uri . }\n",
+      "\"In how many areas do the networks broadcast, which also broadcasts in North Carolina? | 'North Carolina'-res:North_Carolina | 'networks broadcast,'-dbo:state | 'broadcasts'-dbo:state\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/North_Carolina> . ?x <http://dbpedia.org/property/broadcastArea> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x regionServed res:Australia.?x dbo:regionServed?uri }\n",
-      "\"What is the total number of regions served by the companies which also serves Australia? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Australia'-res:Australia | 'total'-dbo:populationTotal | 'regions'-dbp:region | 'served'-dbo:regionServed | 'serves'-dbo:chain\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x regionServed <http://dbpedia.org/resource/Australia> . ?x <http://dbpedia.org/ontology/regionServed> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:region res:Australia.?x dbo:regionServed?uri }\n",
+      "\"What is the total number of regions served by the companies which also serves Australia? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Australia'-res:Australia | 'total'-dbo:populationTotal | 'regions'-dbp:region | 'served'-dbo:regionServed | 'serves'-dbo:chain\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/region> <http://dbpedia.org/resource/Australia> . ?x <http://dbpedia.org/ontology/regionServed> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:sisterStation res:WBCQ-FM.?x dbp:area?uri . }\n",
-      "\"List the area of radio stations whose sister station is WBCQ-FM? | 'WBCQ-FM'-res:WBCQ-FM | 'area'-dbo:area | 'radio stations'-dbp:sisterStations | 'sister station'-dbo:sisterStation\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/sisterStation> <http://dbpedia.org/resource/WBCQ-FM> . ?x <http://dbpedia.org/property/area> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:sisterStations res:WBCQ-FM.?x rdf:type dbo:RadioStation}\n",
+      "\"List the area of radio stations whose sister station is WBCQ-FM? | 'WBCQ-FM'-res:WBCQ-FM | 'area'-dbo:area | 'radio stations'-dbp:sisterStations | 'sister station'-dbo:sisterStation\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/sisterStations> <http://dbpedia.org/resource/WBCQ-FM> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/RadioStation>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x launchSite res:Cape_Canaveral_Air_Force_Station.?x dbo:manufacturer?uri .?uri rdf:typeDbo:Company}\n",
-      "\"How many companies have manufactured the rockets launched from the Cape Canaveral Air Force Station? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Cape Canaveral Air Force Station'-res:Cape_Canaveral_Air_Force_Station | 'launched'-dbo:launchSite | 'manufactured'-dbo:manufacturer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x launchSite <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station> . ?x <http://dbpedia.org/ontology/manufacturer> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typeDbo:Company>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:launchSite res:Cape_Canaveral_Air_Force_Station.?x dbp:manufacturer?uri . }\n",
+      "\"How many companies have manufactured the rockets launched from the Cape Canaveral Air Force Station? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Cape Canaveral Air Force Station'-res:Cape_Canaveral_Air_Force_Station | 'launched'-dbo:launchSite | 'manufactured'-dbo:manufacturer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/launchSite> <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station> . ?x <http://dbpedia.org/property/manufacturer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:cities res:Kaliningrad_Zoo.?uri rdf:type dbo:Sea}\n",
-      "\"What is the sea connected to Kaliningrad and Gdask? | 'Kaliningrad and Gdask'-res:Kaliningrad_Zoo | 'sea'-dbo:seatingCapacity | 'connected'-dbo:related\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Kaliningrad_Zoo> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:cities res:Kaliningrad.?uri rdf:type dbo:Sea}\n",
+      "\"What is the sea connected to Kaliningrad and Gdask? | 'Kaliningrad and Gdask'-res:Kaliningrad_Zoo | 'sea'-dbo:seatingCapacity | 'connected'-dbo:related\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Kaliningrad> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x rdf:type dbo:Airline}\n",
-      "\"In which country did the planes designed by Ursula Hanle originate? | 'Ursula Hanle'-res:Ursula_Hänle | 'country'-dbo:country | 'planes'-dbo:founder | 'designed'-dbo:architect | 'originate'-dbo:engineer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Airline>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:designer res:Ursula_Hänle.?x dbp:origin?uri . }\n",
+      "\"In which country did the planes designed by Ursula Hanle originate? | 'Ursula Hanle'-res:Ursula_Hänle | 'country'-dbo:country | 'planes'-dbo:founder | 'designed'-dbo:architect | 'originate'-dbo:engineer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/Ursula_Hänle> . ?x <http://dbpedia.org/property/origin> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:commandStructure res:United_States_Department_of_the_Navy } \n",
-      "\"what are some units udner the US department of navy? | 'US department of navy'-res:United_States_Department_of_the_Navy | 'units udner'-dbo:commandStructure\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/commandStructure> <http://dbpedia.org/resource/United_States_Department_of_the_Navy> } \"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbp:commandStructure res:United_States_Department_of_the_Navy } \n",
+      "\"what are some units udner the US department of navy? | 'US department of navy'-res:United_States_Department_of_the_Navy | 'units udner'-dbo:commandStructure\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/commandStructure> <http://dbpedia.org/resource/United_States_Department_of_the_Navy> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Marvin_Bush dbp:children?x.?x dbo:parent?uri . }\n",
-      "\"List the children of the parent of Marvin Bush. | 'Marvin Bush'-res:Marvin_Bush | 'children'-dbp:children | 'parent'-dbo:parent\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marvin_Bush> <http://dbpedia.org/property/children> ?x . ?x <http://dbpedia.org/ontology/parent> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Marvin_Bush dbo:parent?x.?x dbp:children?uri . }\n",
+      "\"List the children of the parent of Marvin Bush. | 'Marvin Bush'-res:Marvin_Bush | 'children'-dbp:children | 'parent'-dbo:parent\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marvin_Bush> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/children> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Temptation_Waits dbo:recordedIn?uri } \n",
       "\"Where was the Temptation Waits recorded? | 'Temptation Waits'-res:Temptation_Waits | 'recorded'-dbo:recordedIn\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Temptation_Waits> <http://dbpedia.org/ontology/recordedIn> ?uri } \"\n",
@@ -2869,17 +2382,17 @@
       " SELECT DISTINCT?uri WHERE { res:Clay_Aiken dbp:relatives?uri } \n",
       "\"List the relatives of clay Aiken ? | 'clay Aiken'-res:Clay_Aiken | 'relatives'-dbp:relatives\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Clay_Aiken> <http://dbpedia.org/property/relatives> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Claudia_Moro dbp:awards?x.?x dbo:award?uri . }\n",
-      "\"which award has been won by Claudia Moro? | 'Claudia Moro'-res:Claudia_Moro | 'award'-dbo:award | 'won'-dbo:city\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Claudia_Moro> <http://dbpedia.org/property/awards> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Claudia_Moro dbp:awards?uri } \n",
+      "\"which award has been won by Claudia Moro? | 'Claudia Moro'-res:Claudia_Moro | 'award'-dbo:award | 'won'-dbo:city\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Claudia_Moro> <http://dbpedia.org/property/awards> ?uri } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Federal_Reserve_Bank_Building_(Seattle) dbp:address?uri } \n",
       "\"What is the address of Federal Reserve Bank Building? | 'Federal Reserve Bank Building'-res:Federal_Reserve_Bank_Building_(Seattle) | 'address'-dbo:address\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Federal_Reserve_Bank_Building_(Seattle)> <http://dbpedia.org/property/address> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:European_Rout_E39.?uri dbo:route?x. }\n",
-      "\"List the countries through which European rout E39 and E8 passes ? | 'countries'-res:Countries_of_the_United_Kingdom | 'E39'-res:E39 | 'European rout'-res:Europe | 'European rout'-res:Rout | 'E8'-res:E8 | 'passes'-dbp:pages | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/European_Rout_E39> . ?uri <http://dbpedia.org/ontology/route> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:European_Rout dbo:route?uri. res:E8 dbp:country?uri. }\n",
+      "\"List the countries through which European rout E39 and E8 passes ? | 'countries'-res:Countries_of_the_United_Kingdom | 'E39'-res:E39 | 'European rout'-res:Europe | 'European rout'-res:Rout | 'E8'-res:E8 | 'passes'-dbp:pages | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/European_Rout> <http://dbpedia.org/ontology/route> ?uri . <http://dbpedia.org/resource/E8> <http://dbpedia.org/property/country> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:genre res:Rhythm_and_blues.?x res:Musical_genre dbo:Single}\n",
-      "\"Who are the writer of the singles whose music genre is Rhythm and blues ? | 'Rhythm and blues'-res:Rhythm_and_blues | 'writer'-dbo:writer | 'singles'-dbo:associate | 'music genre'-dbo:genre | 'blues'-dbo:gross\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/genre> <http://dbpedia.org/resource/Rhythm_and_blues> . ?x <http://dbpedia.org/resource/Musical_genre> <http://dbpedia.org/ontology/Single>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:genre res:Rhythm_and_blues.?x dbo:writer?uri . }\n",
+      "\"Who are the writer of the singles whose music genre is Rhythm and blues ? | 'Rhythm and blues'-res:Rhythm_and_blues | 'writer'-dbo:writer | 'singles'-dbo:associate | 'music genre'-dbo:genre | 'blues'-dbo:gross\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/genre> <http://dbpedia.org/resource/Rhythm_and_blues> . ?x <http://dbpedia.org/ontology/writer> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:The_Search_(2014_film) dbo:editing?x.?x dbp:awards?uri . }\n",
       "\"What are the awards won by the film editor of The Search? | 'The Search'-res:The_Search_(2014_film) | 'editor'-dbo:editing | 'awards'-dbp:awards\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Search_(2014_film)> <http://dbpedia.org/ontology/editing> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
@@ -2887,44 +2400,44 @@
       "SELECT DISTINCT?uri WHERE {?x dbp:related res:Yasmin_Paige.?x dbo:series?uri . }\n",
       "\"Give me some series related to the one which had Yasmin Paige in them. | 'Yasmin Paige'-res:Yasmin_Paige | 'series'-dbo:series | 'related'-dbo:related\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/related> <http://dbpedia.org/resource/Yasmin_Paige> . ?x <http://dbpedia.org/ontology/series> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:executiveProducer res:Steven_Moffat .?uri rdf:type Dbo:TelevisionShow}\n",
-      "\"How many TV shows have executive producer as Steven Moffat ? | 'TV'-res:Tv_test_pattern | 'Steven Moffat'-res:Steven_Moffat | 'executive producer'-dbo:executiveProducer | 'shows'-dbo:TelevisionShow\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/executiveProducer> <http://dbpedia.org/resource/Steven_Moffat> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> Dbo:TelevisionShow}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:executiveProducer res:Steven_Moffat .?uri rdf:type dbo:TelevisionShow}\n",
+      "\"How many TV shows have executive producer as Steven Moffat ? | 'TV'-res:Tv_test_pattern | 'Steven Moffat'-res:Steven_Moffat | 'executive producer'-dbo:executiveProducer | 'shows'-dbo:TelevisionShow\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/executiveProducer> <http://dbpedia.org/resource/Steven_Moffat> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Sho:predecessor?x.?x dbp:engine?uri . }\n",
-      "\"Who made the engine whose predecessor is the SHO V6? | 'SHO'-res:Sho | 'V6'-res:V6_engine | 'V6'-res:V6_engine | 'SHO'-res:Sho | 'engine'-dbo:engine | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sho:predecessor> ?x . ?x <http://dbpedia.org/property/engine> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:engine res:Sho.?x dbo:engine?uri . }\n",
+      "\"Who made the engine whose predecessor is the SHO V6? | 'SHO'-res:Sho | 'V6'-res:V6_engine | 'V6'-res:V6_engine | 'SHO'-res:Sho | 'engine'-dbo:engine | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/Sho> . ?x <http://dbpedia.org/ontology/engine> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:draftStylisticTeam res:Ontario.?x dbo:draftTeam?uri .?uri rdf:typecast}\n",
-      "\"For how many different teams have Ontarians been drafted ? | 'Ontaria'-res:Ontario | 'teams'-dbo:numberOfTeams | 'drafted'-dbo:draft\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/draftStylisticTeam> <http://dbpedia.org/resource/Ontario> . ?x <http://dbpedia.org/ontology/draftTeam> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typecast>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:draftTeam res:Ontario.?x dbo:team?uri . }\n",
+      "\"For how many different teams have Ontarians been drafted ? | 'Ontaria'-res:Ontario | 'teams'-dbo:numberOfTeams | 'drafted'-dbo:draft\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/draftTeam> <http://dbpedia.org/resource/Ontario> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:academicAdvisor res:St_George's_Hospital.?uri dbp:authority?x . }\n",
-      "\"Whose academic advisor works at the St George's Hospital? | 'St George's Hospital'-res:St_George's_Hospital | 'academic advisor'-dbo:abstract | 'works'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/academicAdvisor> <http://dbpedia.org/resource/St_George's_Hospital> . ?uri <http://dbpedia.org/property/authority> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:academicAdvisor res:St_George's_Hospital . }\n",
+      "\"Whose academic advisor works at the St George's Hospital? | 'St George's Hospital'-res:St_George's_Hospital | 'academic advisor'-dbo:abstract | 'works'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/academicAdvisor> <http://dbpedia.org/resource/St_George's_Hospital> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:affiliations res:National_Collegiate_Athletic_Association.?x dbo:almaMater?uri . }\n",
-      "\"Count the number of people who graduated from universities affiliated with the NCAA. | 'universities'-res:Universities_South_Africa | 'NCAA'-res:National_Collegiate_Athletic_Association_(Philippines) | 'count'-dbo:country | 'graduated'-dbo:effectiveRadiatedPower | 'affiliated'-dbo:league\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/affiliations> <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:league res:National_Collegiate_Athletic_Association.?uri dbp:almaMater?x . }\n",
+      "\"Count the number of people who graduated from universities affiliated with the NCAA. | 'universities'-res:Universities_South_Africa | 'NCAA'-res:National_Collegiate_Athletic_Association_(Philippines) | 'count'-dbo:country | 'graduated'-dbo:effectiveRadiatedPower | 'affiliated'-dbo:league\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?uri <http://dbpedia.org/property/almaMater> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:creators res:Paul_Dini .?uri rdf:type dbo:FictionalCharacter}\n",
-      "\"How many characters were made by Paul Dini? | 'Paul Dini'-res:Paul_Dini | 'made by'-dbp:creators\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Paul_Dini> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:creators res:Paul_Dini . }\n",
+      "\"How many characters were made by Paul Dini? | 'Paul Dini'-res:Paul_Dini | 'made by'-dbp:creators\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Paul_Dini> . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:familialMeanOfBirth res:Buccinidae.?uriidea} \n",
-      "\"How many molluscas are there whose families are Buccinidae and Buccinoidea? | 'Molluscas'-res:Mollusca | 'Buccinidae and Buccinoidea'-res:Buccinidae | 'families'-dbo:established\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/familialMeanOfBirth> <http://dbpedia.org/resource/Buccinidae> . ?uriidea} \"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:family res:Buccinidae.?uri dbp:molluscas res:Mollusca. }\n",
+      "\"How many molluscas are there whose families are Buccinidae and Buccinoidea? | 'Molluscas'-res:Mollusca | 'Buccinidae and Buccinoidea'-res:Buccinidae | 'families'-dbo:established\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Buccinidae> . ?uri <http://dbpedia.org/property/molluscas> <http://dbpedia.org/resource/Mollusca> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Aghasalim_Childagh dbo:deathPlace?uri . }\n",
-      "\"Where did Aghasalim Childagh die? | 'Aghasalim Childagh'-res:Aghasalim_Childagh | 'die'-dbo:deathDate\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Aghasalim_Childagh> <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Aghasalim_Childagh dbp:deathPlace?uri } \n",
+      "\"Where did Aghasalim Childagh die? | 'Aghasalim Childagh'-res:Aghasalim_Childagh | 'die'-dbo:deathDate\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Aghasalim_Childagh> <http://dbpedia.org/property/deathPlace> ?uri } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:John_B._Waldo dbp:successor?uri } \n",
       "\"Where is the successor of john waldo from? | 'john waldo'-res:John_B._Waldo | 'successor'-dbo:successor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_B._Waldo> <http://dbpedia.org/property/successor> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:occupation res:Screenwriter.?x dbp:awards?uri . }\n",
-      "\"How many awards have screenwriters won? | 'screenwriters'-res:Screenwriter | 'awards'-dbo:award | 'won'-dbo:award\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/occupation> <http://dbpedia.org/resource/Screenwriter> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:occupation res:Screenwriter.?x dbo:award?uri . }\n",
+      "\"How many awards have screenwriters won? | 'screenwriters'-res:Screenwriter | 'awards'-dbo:award | 'won'-dbo:award\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/occupation> <http://dbpedia.org/resource/Screenwriter> . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Parliament_Security_Services dbp:houses?uri. res:Pandya_House_of_Incumbent dbo:house?uri. }\n",
-      "\"What are the houses of the Parliament Security Services and Parliament of India ? | 'Parliament Security Services'-res:Parliament_Security_Services | 'Parliament of India'-res:Parliament_of_India | 'houses'-dbp:houses | 'houses'-dbp:houses\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Parliament_Security_Services> <http://dbpedia.org/property/houses> ?uri . <http://dbpedia.org/resource/Pandya_House_of_Incumbent> <http://dbpedia.org/ontology/house> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Parliament_Security_Services dbp:houses?uri. res:United_States_States dbo:house?uri. }\n",
+      "\"What are the houses of the Parliament Security Services and Parliament of India ? | 'Parliament Security Services'-res:Parliament_Security_Services | 'Parliament of India'-res:Parliament_of_India | 'houses'-dbp:houses | 'houses'-dbp:houses\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Parliament_Security_Services> <http://dbpedia.org/property/houses> ?uri . <http://dbpedia.org/resource/United_States_States> <http://dbpedia.org/ontology/house> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:city res:Alabama.?xdbo:owner?uri . }\n",
-      "\"How many owners are there of things located in Alabama? | 'Alabama'-res:Alabama | 'in'-dbo:city | 'owners'-dbo:owner\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Alabama> . ?xdbo:owner ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:city res:Alabama.?x dbp:owner?uri . }\n",
+      "\"How many owners are there of things located in Alabama? | 'Alabama'-res:Alabama | 'in'-dbo:city | 'owners'-dbo:owner\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Alabama> . ?x <http://dbpedia.org/property/owner> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:beatifiedBy res:Pope_Pius_XI.?x dbo:starring?uri . }\n",
-      "\"Where are the shrines of the saints who were beatified by Pope Pius XI? | 'Pope Pius XI'-res:Pope_Pius_XI | 'shrines'-dbo:chain | 'saints'-dbo:saint | 'beatified'-dbp:beatifiedBy\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_Pius_XI> . ?x <http://dbpedia.org/ontology/starring> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:beatifiedBy res:Pope_Pius_XI.?x dbo:veneratedIn?uri . }\n",
+      "\"Where are the shrines of the saints who were beatified by Pope Pius XI? | 'Pope Pius XI'-res:Pope_Pius_XI | 'shrines'-dbo:chain | 'saints'-dbo:saint | 'beatified'-dbp:beatifiedBy\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_Pius_XI> . ?x <http://dbpedia.org/ontology/veneratedIn> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE {?uri dbo:associatedBand res:Foxy_Brown_(rapper) } \n",
       "\"Foxy Brown was associated with which band? | 'Foxy Brown'-res:Foxy_Brown_(rapper) | 'associated'-dbo:associatedBand | 'band'-dbo:band\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/associatedBand> <http://dbpedia.org/resource/Foxy_Brown_(rapper)> } \"\n",
@@ -2935,26 +2448,26 @@
       " SELECT DISTINCT?uri WHERE { res:David_Ian_Salter dbo:editing?uri } \n",
       "\"Of what all has David Ian Salter been an editor of? | 'David Ian Salter'-res:David_Ian_Salter | 'editor'-dbo:editing\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Ian_Salter> <http://dbpedia.org/ontology/editing> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:mouthMountain res:Essex.?uri river_mouth_Mountain) \n",
-      "\"Name the river whose mouth mountain is Essex and river mouth is North Sea? | 'Essex'-res:Essex | 'North Sea'-res:North_Sea | 'name'-dbp:name | 'river'-dbo:river | 'mouth mountain'-dbo:elevation | 'river mouth'-dbo:mouthMountain\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Essex> . ?uri river_mouth_Mountain) \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:mouthMountain res:Essex.?uri dbp:rivermouth res:North_Sea . }\n",
+      "\"Name the river whose mouth mountain is Essex and river mouth is North Sea? | 'Essex'-res:Essex | 'North Sea'-res:North_Sea | 'name'-dbp:name | 'river'-dbo:river | 'mouth mountain'-dbo:elevation | 'river mouth'-dbo:mouthMountain\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Essex> . ?uri <http://dbpedia.org/property/rivermouth> <http://dbpedia.org/resource/North_Sea> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:Roy_Walker_(production_designer) dbp:awards?uri. res:Walt_Disney dbo:award?uri. }\n",
       "\"What award has been given to Roy Walker as well as Walt Disney? | 'Roy Walker'-res:Roy_Walker_(production_designer) | 'Walt Disney'-res:Walt_Disney | 'award'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Roy_Walker_(production_designer)> <http://dbpedia.org/property/awards> ?uri . <http://dbpedia.org/resource/Walt_Disney> <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Marina_Pankova dbo:deathPlace?uri. res:Viktor_Ulyanich dbp:deathplace?uri. }\n",
-      "\"What is the death place of the Marina Pankova and Viktor Ulyanich? | 'Marina Pankova'-res:Marina_Pankova | 'Viktor Ulyanich'-res:Viktor_Ulyanich | 'death place'-dbo:deathPlace\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marina_Pankova> <http://dbpedia.org/ontology/deathPlace> ?uri . <http://dbpedia.org/resource/Viktor_Ulyanich> <http://dbpedia.org/property/deathplace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Marina_Pankova dbp:placeOfDeath?uri. res:Viktor_Ulyanich dbo:deathPlace?uri. }\n",
+      "\"What is the death place of the Marina Pankova and Viktor Ulyanich? | 'Marina Pankova'-res:Marina_Pankova | 'Viktor Ulyanich'-res:Viktor_Ulyanich | 'death place'-dbo:deathPlace\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marina_Pankova> <http://dbpedia.org/property/placeOfDeath> ?uri . <http://dbpedia.org/resource/Viktor_Ulyanich> <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Tehran dbo:locationCity?x.?x dbp:products?uri . }\n",
-      "\"What products are made by Tehran based companies? | 'Tehran'-res:Tehran | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'products'-dbp:products | 'based'-dbp:based\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tehran> <http://dbpedia.org/ontology/locationCity> ?x . ?x <http://dbpedia.org/property/products> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:locationCity res:Tehran.?uri dbp:products?x . }\n",
+      "\"What products are made by Tehran based companies? | 'Tehran'-res:Tehran | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'products'-dbp:products | 'based'-dbp:based\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locationCity> <http://dbpedia.org/resource/Tehran> . ?uri <http://dbpedia.org/property/products> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:office res:Gold_Base.?x dbo:religion?uri . }\n",
-      "\"Count number of people who follow a religion which has an important office in Gold Base ? | 'Gold Base'-res:Gold_Base | 'count'-dbo:type | 'follow'-dbo:course | 'religion'-dbo:religion | 'office'-dbo:office\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/office> <http://dbpedia.org/resource/Gold_Base> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:keyPeople res:Gold_Base.?x dbo:religion?uri . }\n",
+      "\"Count number of people who follow a religion which has an important office in Gold Base ? | 'Gold Base'-res:Gold_Base | 'count'-dbo:type | 'follow'-dbo:course | 'religion'-dbo:religion | 'office'-dbo:office\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Gold_Base> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:college res:Midland_College .?uri rdf:type dbo:BasketballPlayer}\n",
       "\"How many basketball players studied in the Midland College? | 'basketball players'-res:National_Basketball_Players_Association | 'Midland College'-res:Midland_College | 'College'-dbo:college | 'basketball player'-dbo:BasketballPlayer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/college> <http://dbpedia.org/resource/Midland_College> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BasketballPlayer>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:hometown res:New_York.?x dbp:starring?uri . }\n",
-      "\"Which actors have performed in plays performed in New York? | 'New York'-res:New_York | 'actors'-dbo:award | 'performed'-dbo:artist | 'plays'-dbo:plays | 'performed'-dbo:artist\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hometown> <http://dbpedia.org/resource/New_York> . ?x <http://dbpedia.org/property/starring> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:arena res:New_York.?x dbp:starring?uri . }\n",
+      "\"Which actors have performed in plays performed in New York? | 'New York'-res:New_York | 'actors'-dbo:award | 'performed'-dbo:artist | 'plays'-dbo:plays | 'performed'-dbo:artist\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/arena> <http://dbpedia.org/resource/New_York> . ?x <http://dbpedia.org/property/starring> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Hearth_and_Home dbo:editor?uri } \n",
       "\"Who is the editor of Hearth and Home ? | 'Hearth and Home'-res:Hearth_and_Home | 'editor'-dbo:editor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hearth_and_Home> <http://dbpedia.org/ontology/editor> ?uri } \"\n",
@@ -2962,68 +2475,68 @@
       "SELECT DISTINCT?uri WHERE {?x dbo:restingPlace res:Convent_of_the_Barefoot_Trinitarians.?uri dbp:author?x . }\n",
       "\"List the books by the authors buried in the Convent of the Barefoot Trinitarians? | 'Convent of the Barefoot Trinitarians'-res:Convent_of_the_Barefoot_Trinitarians | 'buried'-dbo:restingPlace | 'authors'-dbo:author\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/Convent_of_the_Barefoot_Trinitarians> . ?uri <http://dbpedia.org/property/author> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:A_Barrel_of_Laughs dbp:producer?x.?x dbo:award?uri . }\n",
-      "\"Which awards did the creator of A Barrel of Laughs, a Vale of Tears won ? | 'A'-res:A | 'Barrel of Laughs,'-res:A_Barrel_of_Laughs,_a_Vale_of_Tears | 'Vale of Tears'-res:Vale_of_tears | 'awards'-dbo:budget | 'creator'-dbp:producer | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A_Barrel_of_Laughs> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:A_Barrel_of_Laughs dbp:creator?x.?x dbo:award?uri . }\n",
+      "\"Which awards did the creator of A Barrel of Laughs, a Vale of Tears won ? | 'A'-res:A | 'Barrel of Laughs,'-res:A_Barrel_of_Laughs,_a_Vale_of_Tears | 'Vale of Tears'-res:Vale_of_tears | 'awards'-dbo:budget | 'creator'-dbp:producer | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A_Barrel_of_Laughs> <http://dbpedia.org/property/creator> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:position res:Defenceman.?hockeyTeam?uri .?x rdf:type dbo:SportsTeam}\n",
-      "\"Which hockey teams have had people playing as Defenceman? | 'Defenceman'-res:Defenceman | 'hockey'-dbo:jockey | 'teams'-dbo:numberOfTeams | 'playing'-dbo:field\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?hockeyTeam ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SportsTeam>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:position res:Defenceman .?uri rdf:type dbo:HockeyTeam}\n",
+      "\"Which hockey teams have had people playing as Defenceman? | 'Defenceman'-res:Defenceman | 'hockey'-dbo:jockey | 'teams'-dbo:numberOfTeams | 'playing'-dbo:field\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/HockeyTeam>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbp:president res:Joseph_Stiglitz } \n",
-      "\"which president was served by Joseph Stiglitz? | 'Joseph Stiglitz'-res:Joseph_Stiglitz | 'president'-dbo:president | 'served'-dbo:regionServed\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/president> <http://dbpedia.org/resource/Joseph_Stiglitz> } \"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbo:president res:Joseph_Stiglitz } \n",
+      "\"which president was served by Joseph Stiglitz? | 'Joseph Stiglitz'-res:Joseph_Stiglitz | 'president'-dbo:president | 'served'-dbo:regionServed\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/president> <http://dbpedia.org/resource/Joseph_Stiglitz> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Sony.?uri dbo:manufacturer?x. }\n",
-      "\"What product is made by Sony and Foxconn togather? | 'Sony'-res:Sony | 'Foxconn togather'-res:Foxconn | 'made by'-dbo:manufacturer | 'made by'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sony> . ?uri <http://dbpedia.org/ontology/manufacturer> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:manufacturer res:Sony.?uri dbp:products res:Foxconn. }\n",
+      "\"What product is made by Sony and Foxconn togather? | 'Sony'-res:Sony | 'Foxconn togather'-res:Foxconn | 'made by'-dbo:manufacturer | 'made by'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Sony> . ?uri <http://dbpedia.org/property/products> <http://dbpedia.org/resource/Foxconn> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:programmeFormat res:Religion.?x dbo:city?uri .?X rdf:typedbo:RadioStation}\n",
-      "\"Which city has radio stations which are Religious ? | 'Religiou'-res:Religion | 'city'-dbo:city | 'radio stations'-dbo:numberOfStations\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/programmeFormat> <http://dbpedia.org/resource/Religion> . ?x <http://dbpedia.org/ontology/city> ?uri . ?X <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:RadioStation>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:programmeFormat res:Religion.?x dbp:city?uri . }\n",
+      "\"Which city has radio stations which are Religious ? | 'Religiou'-res:Religion | 'city'-dbo:city | 'radio stations'-dbo:numberOfStations\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/programmeFormat> <http://dbpedia.org/resource/Religion> . ?x <http://dbpedia.org/property/city> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbp:mother res:Bertrada_of_Laon } \n",
-      "\"Whose mam is Bertrada of Laon? | 'Bertrada of Laon'-res:Bertrada_of_Laon | 'mam'-dbp:mother\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/mother> <http://dbpedia.org/resource/Bertrada_of_Laon> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:mother res:Bertrada_of_Laon . }\n",
+      "\"Whose mam is Bertrada of Laon? | 'Bertrada of Laon'-res:Bertrada_of_Laon | 'mam'-dbp:mother\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/mother> <http://dbpedia.org/resource/Bertrada_of_Laon> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:AH141 dbo:league?uri. res:Malaysia_Junior_Hockey_League dbp:country?uri} \n",
-      "\"What location country of AH141 is also the nation of malaysia Junior hockey league ? | 'AH141'-res:AH141 | 'malaysia Junior hockey league'-res:Malaysia_Junior_Hockey_League | 'country'-dbo:county | 'country'-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/AH141> <http://dbpedia.org/ontology/league> ?uri . <http://dbpedia.org/resource/Malaysia_Junior_Hockey_League> <http://dbpedia.org/property/country> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:AH141 dbo:county?uri. res:Malaysia_Junior_Hockey_League dbp:country?uri} \n",
+      "\"What location country of AH141 is also the nation of malaysia Junior hockey league ? | 'AH141'-res:AH141 | 'malaysia Junior hockey league'-res:Malaysia_Junior_Hockey_League | 'country'-dbo:county | 'country'-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/AH141> <http://dbpedia.org/ontology/county> ?uri . <http://dbpedia.org/resource/Malaysia_Junior_Hockey_League> <http://dbpedia.org/property/country> ?uri} \"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:label res:Celluloid_Records .?uri rdf:type dbo:Artist}\n",
       "\"How many artists are signed up with Celluloid Records? | 'Celluloid Records'-res:Celluloid_Records | 'artists'-dbp:artist | 'signed'-dbo:movement\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Celluloid_Records> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Artist>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:trainer res:Henry_McDaniel_(racehorse_trainer).?x dbo:award?uri .?X rdf:type dbo :Horse}\n",
-      "\"Henry McDaniel's trained horses have won which awards? | 'Henry McDaniel'-res:Henry_McDaniel_(racehorse_trainer) | 'trained'-dbo:coach | 'horses'-dbo:staff | 'won'-dbo:award | 'awards'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/trainer> <http://dbpedia.org/resource/Henry_McDaniel_(racehorse_trainer)> . ?x <http://dbpedia.org/ontology/award> ?uri . ?X <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :Horse}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:trainer res:Henry_McDaniel_(racehorse_trainer).?x dbp:awards?uri . }\n",
+      "\"Henry McDaniel's trained horses have won which awards? | 'Henry McDaniel'-res:Henry_McDaniel_(racehorse_trainer) | 'trained'-dbo:coach | 'horses'-dbo:staff | 'won'-dbo:award | 'awards'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/trainer> <http://dbpedia.org/resource/Henry_McDaniel_(racehorse_trainer)> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?xdbp:headquarters res:Klang_Valley.?x dbp:country?uri . }\n",
-      "\"From how many coutries do companies come, which are headquartered in the Klang Valley? | 'Klang Valley'-res:Klang_Valley | 'headquarter'-dbp:headquarters | 'country'-dbp:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?xdbp:headquarters <http://dbpedia.org/resource/Klang_Valley> . ?x <http://dbpedia.org/property/country> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:headquarters res:Klang_Valley.?x dbo:country?uri . }\n",
+      "\"From how many coutries do companies come, which are headquartered in the Klang Valley? | 'Klang Valley'-res:Klang_Valley | 'headquarter'-dbp:headquarters | 'country'-dbp:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Klang_Valley> . ?x <http://dbpedia.org/ontology/country> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:owner res:Tabriz.?x dbp:builder?uri . }\n",
-      "\"Who is the builder of the bridge owned by Tabriz ? | 'Tabriz'-res:Tabriz | 'builder'-dbo:builder | 'bridge'-dbo:abstract | 'owned'-dbo:owner\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owner> <http://dbpedia.org/resource/Tabriz> . ?x <http://dbpedia.org/property/builder> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:owner res:Tabriz.?x dbo:builder?uri . }\n",
+      "\"Who is the builder of the bridge owned by Tabriz ? | 'Tabriz'-res:Tabriz | 'builder'-dbo:builder | 'bridge'-dbo:abstract | 'owned'-dbo:owner\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Tabriz> . ?x <http://dbpedia.org/ontology/builder> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri college res:Arizona_State_Sun_Devils .?uri rdf:type dbo:GolfPlayer}\n",
-      "\"Who are the golf players whose college is Arizona State Sun Devils? | 'golf players'-res:The_Golf_Players | 'Arizona State Sun Devils'-res:Arizona_State_Sun_Devils | 'college'-dbo:college | 'golf player'-dbo:GolfPlayer\",\"SELECT DISTINCT ?uri WHERE { ?uri college <http://dbpedia.org/resource/Arizona_State_Sun_Devils> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/GolfPlayer>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:college res:Arizona_State_Sun_Devils .?uri rdf:type dbo:GolfPlayer}\n",
+      "\"Who are the golf players whose college is Arizona State Sun Devils? | 'golf players'-res:The_Golf_Players | 'Arizona State Sun Devils'-res:Arizona_State_Sun_Devils | 'college'-dbo:college | 'golf player'-dbo:GolfPlayer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/college> <http://dbpedia.org/resource/Arizona_State_Sun_Devils> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/GolfPlayer>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:notableInstruments res:Saxophone.?uri dbo:starring?x . }\n",
-      "\"List everything in which saxophone players have been casted. | 'saxophone players'-res:Saxophone | 'casted'-dbo:class\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/notableInstruments> <http://dbpedia.org/resource/Saxophone> . ?uri <http://dbpedia.org/ontology/starring> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:instruments res:Saxophone.?uri dbp:music?x . }\n",
+      "\"List everything in which saxophone players have been casted. | 'saxophone players'-res:Saxophone | 'casted'-dbo:class\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/instruments> <http://dbpedia.org/resource/Saxophone> . ?uri <http://dbpedia.org/property/music> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:city res:Protestant_Schools_Association.?x dbp:games?uri . }\n",
-      "\"What games are played in Protestant schools? | 'Protestant schools'-res:Doveton_Corrie_Protestant_Schools_Association | 'games'-dbo:games | 'played'-dbo:portrayer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Protestant_Schools_Association> . ?x <http://dbpedia.org/property/games> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:religion res:Protestant_School.?x dbp:games?uri . }\n",
+      "\"What games are played in Protestant schools? | 'Protestant schools'-res:Doveton_Corrie_Protestant_Schools_Association | 'games'-dbo:games | 'played'-dbo:portrayer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/religion> <http://dbpedia.org/resource/Protestant_School> . ?x <http://dbpedia.org/property/games> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:William_Anthony_(artist) dbp:owner?uri. res:Yale_Repertory_Theatredbp:training?uri} \n",
-      "\"Which stockholder of yale Repertory Theatre was training center of William Anthony ? | 'William Anthony'-res:William_Anthony_(artist) | 'yale Repertory Theatre'-res:Yale_Repertory_Theatre | 'training'-dbo:training | 'stockholder'-dbp:owner\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> <http://dbpedia.org/property/owner> ?uri . <http://dbpedia.org/resource/Yale_Repertory_Theatredbp:training> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:William_Anthony_(artist) dbo:training?uri. res:Yale_Repertory_Theatre dbp:owner?uri} \n",
+      "\"Which stockholder of yale Repertory Theatre was training center of William Anthony ? | 'William Anthony'-res:William_Anthony_(artist) | 'yale Repertory Theatre'-res:Yale_Repertory_Theatre | 'training'-dbo:training | 'stockholder'-dbp:owner\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> <http://dbpedia.org/ontology/training> ?uri . <http://dbpedia.org/resource/Yale_Repertory_Theatre> <http://dbpedia.org/property/owner> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Erica_Frank dbp:university?uri. res:Douglass_North dbo:institution?uri. }\n",
-      "\"Name the common institution of the Erica Frank and Douglass North? | 'Erica Frank'-res:Erica_Frank | 'Douglass North'-res:Douglass_North | 'name'-dbp:name | 'common institution'-dbo:institution\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/property/university> ?uri . <http://dbpedia.org/resource/Douglass_North> <http://dbpedia.org/ontology/institution> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Erica_Frank.?uri dbo:institution res:Douglass_North. }\n",
+      "\"Name the common institution of the Erica Frank and Douglass North? | 'Erica Frank'-res:Erica_Frank | 'Douglass North'-res:Douglass_North | 'name'-dbp:name | 'common institution'-dbo:institution\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erica_Frank> . ?uri <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Douglass_North> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:KunSTEN_Museum_of_Modern_Art_Aalborg dbp:language?uri } \n",
-      "\"List the language of Kunsten Museum of moder art Aalborg ? | 'Kunsten Museum of moder art Aalborg'-res:KUNSTEN_Museum_of_Modern_Art_Aalborg | 'language'-dbo:language\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/KunSTEN_Museum_of_Modern_Art_Aalborg> <http://dbpedia.org/property/language> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:KUNSTEN_Museum_of_Modern_Art_Aalborg dbp:language?uri } \n",
+      "\"List the language of Kunsten Museum of moder art Aalborg ? | 'Kunsten Museum of moder art Aalborg'-res:KUNSTEN_Museum_of_Modern_Art_Aalborg | 'language'-dbo:language\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/KUNSTEN_Museum_of_Modern_Art_Aalborg> <http://dbpedia.org/property/language> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:relatives res:Ron_Cyrus .?uri rdf:type dbo:Person}\n",
-      "\"To which persons is Ron Cyrus a relative? | 'Ron Cyrus'-res:Ron_Cyrus | 'relative'-dbp:relatives | 'person'-dbo:Person\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Ron_Cyrus> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}\"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbp:relatives res:Ron_Cyrus } \n",
+      "\"To which persons is Ron Cyrus a relative? | 'Ron Cyrus'-res:Ron_Cyrus | 'relative'-dbp:relatives | 'person'-dbo:Person\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Ron_Cyrus> } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:service res:Web_hosting_service.?x dbp:services?uri }\n",
-      "\"How many services are there of the companies whose services is Web hosting service ? | 'Web hosting service'-res:Web_hosting_service | 'services'-dbp:services | 'services'-dbp:services\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/service> <http://dbpedia.org/resource/Web_hosting_service> . ?x <http://dbpedia.org/property/services> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:services res:Web_hosting_service.?x dbp:services?uri }\n",
+      "\"How many services are there of the companies whose services is Web hosting service ? | 'Web hosting service'-res:Web_hosting_service | 'services'-dbp:services | 'services'-dbp:services\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/services> <http://dbpedia.org/resource/Web_hosting_service> . ?x <http://dbpedia.org/property/services> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:parent res:Julius_Caesar . }\n",
-      "\"Who is a successor of Kingship whose parents were Julius Caesar? | 'Kingship'-res:Kingship_and_kingdom_of_God | 'Julius Caesar'-res:Julius_Caesar | 'successor'-dbo:successor | 'parents'-dbo:parent\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/parent> <http://dbpedia.org/resource/Julius_Caesar> . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Kingship_and_kingdom_of_God dbp:parent?x.?x dbo:successor?uri . }\n",
+      "\"Who is a successor of Kingship whose parents were Julius Caesar? | 'Kingship'-res:Kingship_and_kingdom_of_God | 'Julius Caesar'-res:Julius_Caesar | 'successor'-dbo:successor | 'parents'-dbo:parent\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kingship_and_kingdom_of_God> <http://dbpedia.org/property/parent> ?x . ?x <http://dbpedia.org/ontology/successor> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Voere dbo:predecessor?uri } \n",
-      "\"Who is the predecessor of Voere ? | 'Voere'-res:Voere | 'predecessor'-dbo:predecessor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Voere> <http://dbpedia.org/ontology/predecessor> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Voere dbp:predecessor?uri } \n",
+      "\"Who is the predecessor of Voere ? | 'Voere'-res:Voere | 'predecessor'-dbo:predecessor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Voere> <http://dbpedia.org/property/predecessor> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:editing res:Mark_Stevens_(film_editor) .?uri rdf:type dbo:Film}\n",
       "\"Which movies did Mark Steven edit? | 'Mark Steven'-res:Mark_Stevens_(film_editor) | 'edit'-dbp:editing | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
@@ -3031,14 +2544,14 @@
       "SELECT DISTINCT COUNT(?uri) WHERE { res:Raptors_905 dbo:tenant?uri . }\n",
       "\"How many more teams have rented the stadium used by Raptors 905? | 'Raptors 905'-res:Raptors_905 | 'teams'-dbp:team | 'rented'-dbo:tenant | 'stadium'-dbo:stadium\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Raptors_905> <http://dbpedia.org/ontology/tenant> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:award res:Croix_de_Guerre.?x dbp:combatant?uri . }\n",
-      "\"Count the wars in which people awarded with the Croix de guerre fought. | 'Croix de guerre'-res:Croix_de_Guerre | 'count'-dbo:country | 'wars'-dbp:battles | 'awarded'-dbo:award | 'fought'-dbo:type\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Croix_de_Guerre> . ?x <http://dbpedia.org/property/combatant> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:battles res:Croix_de_Guerre.?x dbp:territory?uri . }\n",
+      "\"Count the wars in which people awarded with the Croix de guerre fought. | 'Croix de guerre'-res:Croix_de_Guerre | 'count'-dbo:country | 'wars'-dbp:battles | 'awarded'-dbo:award | 'fought'-dbo:type\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Croix_de_Guerre> . ?x <http://dbpedia.org/property/territory> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:awards res:Royal_Society . }\n",
       "\"How many have been awarded by the Royal Society? | 'Royal Society'-res:Royal_Society | 'awarded'-dbp:awards\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Royal_Society> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Ford_SHO_V8_engine dbp:manufacturer?uri } \n",
-      "\"who manufactures the SHO V8? | 'sho v8'-res:Ford_SHO_V8_engine | 'manufactures'-dbo:manufacturer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_SHO_V8_engine> <http://dbpedia.org/property/manufacturer> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Ford_SHO_V8_engine dbo:manufacturer?uri } \n",
+      "\"who manufactures the SHO V8? | 'sho v8'-res:Ford_SHO_V8_engine | 'manufactures'-dbo:manufacturer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_SHO_V8_engine> <http://dbpedia.org/ontology/manufacturer> ?uri } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Mauritius_Broadcasting_Corporation dbo:broadcastArea?uri } \n",
       "\"What are the broadcast areas of Mauritius Broadcasting Corporation? | 'Mauritius Broadcasting Corporation'-res:Mauritius_Broadcasting_Corporation | 'broadcast'-dbo:broadcastArea\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mauritius_Broadcasting_Corporation> <http://dbpedia.org/ontology/broadcastArea> ?uri } \"\n",
@@ -3055,104 +2568,104 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:highschool res:Ringgold_High_School_(Pennsylvania) .?uri rdf:type dbo:AmericanFootballPlayer}\n",
       "\"Who is the american football player whose highschool is Ringgold High School (Pennsylvania)? | 'american football player'-res:James_Walker_(American_football_player) | 'Ringgold High School (Pennsylvania)'-res:Ringgold_High_School_(Pennsylvania) | 'highschool'-dbo:highschool\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/highschool> <http://dbpedia.org/resource/Ringgold_High_School_(Pennsylvania)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballPlayer>}\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:battles res:Afghanistan.?x dbo:battle?uri }\n",
-      "\"Count the total number of conflicts people who were part of conflict in afghanisthan ? | 'Afghanisthan'-res:Afghanistan | 'count'-dbo:country | 'total'-dbo:populationTotal | 'conflicts'-dbo:battle | 'conflict'-dbo:battle\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Afghanistan> . ?x <http://dbpedia.org/ontology/battle> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:battles res:Afghanistan.?x dbo:combatant?uri }\n",
+      "\"Count the total number of conflicts people who were part of conflict in afghanisthan ? | 'Afghanisthan'-res:Afghanistan | 'count'-dbo:country | 'total'-dbo:populationTotal | 'conflicts'-dbo:battle | 'conflict'-dbo:battle\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Afghanistan> . ?x <http://dbpedia.org/ontology/combatant> ?uri }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:relatives res:Kendall_Jenner . }\n",
       "\"Kendall Jenner has how many relatives? | 'Kendall jenner'-res:Kendall_Jenner | 'relatives'-dbp:relatives\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Kendall_Jenner> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:almaMater res:CNN.?x dbp:employer?uri . }\n",
-      "\"Where do the CNN employees typically graduate from? | 'CNN'-res:CNN | 'employees'-dbo:employer | 'graduate'-dbo:almaMater\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/CNN> . ?x <http://dbpedia.org/property/employer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:employer res:CNN.?x dbp:almaMater?uri . }\n",
+      "\"Where do the CNN employees typically graduate from? | 'CNN'-res:CNN | 'employees'-dbo:employer | 'graduate'-dbo:almaMater\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/employer> <http://dbpedia.org/resource/CNN> . ?x <http://dbpedia.org/property/almaMater> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:First_Church_of_Christ,_Scientist_(Pittsburgh) dbp:location?uri } \n",
-      "\"What is the location town of First Church of Christ, Scientist (Pittsburgh) ? | 'First Church of Christ, Scientist (Pittsburgh)'-res:First_Church_of_Christ,_Scientist_(Pittsburgh) | 'location town'-dbo:location\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_Church_of_Christ,_Scientist_(Pittsburgh)> <http://dbpedia.org/property/location> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:First_Church_of_Christ,_Scientist_(Pittsburgh) dbo:location?uri } \n",
+      "\"What is the location town of First Church of Christ, Scientist (Pittsburgh) ? | 'First Church of Christ, Scientist (Pittsburgh)'-res:First_Church_of_Christ,_Scientist_(Pittsburgh) | 'location town'-dbo:location\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_Church_of_Christ,_Scientist_(Pittsburgh)> <http://dbpedia.org/ontology/location> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Henry_Bourchier,_1st_Earl_of_Essex dbp:restingplace?uri . }\n",
-      "\"Where is the spouse of Henry Bourchier of Essex buried? | 'Henry Bourchier of Essex'-res:Henry_Bourchier,_1st_Earl_of_Essex | 'spouse'-dbo:spouse | 'buried'-dbo:weight\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henry_Bourchier,_1st_Earl_of_Essex> <http://dbpedia.org/property/restingplace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Henry_Bourchier,_1st_Earl_of_Essex dbp:spouse?x.?x dbo:restingPlace?uri . }\n",
+      "\"Where is the spouse of Henry Bourchier of Essex buried? | 'Henry Bourchier of Essex'-res:Henry_Bourchier,_1st_Earl_of_Essex | 'spouse'-dbo:spouse | 'buried'-dbo:weight\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henry_Bourchier,_1st_Earl_of_Essex> <http://dbpedia.org/property/spouse> ?x . ?x <http://dbpedia.org/ontology/restingPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:network res:United_States.?uri dbp:network?x . }\n",
-      "\"What shows are on the networks which are from the United States? | 'United States'-res:United_States | 'shows'-dbo:place | 'networks'-dbo:network\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/network> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:country res:United_States.?uri dbp:network?x . }\n",
+      "\"What shows are on the networks which are from the United States? | 'United States'-res:United_States | 'shows'-dbo:place | 'networks'-dbo:network\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/network> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:distributor res:Cinema_International_Corporation.?uri dbo:editing res:Hulian_Doyle_(filmmaker) . }\n",
-      "\"Name the movies distributed by Cinema International Corporation and edited by Hulian Doyle ? | 'Cinema International Corporation'-res:Cinema_International_Corporation | 'Hulian Doyle'-res:Willie_Doyle | 'name'-dbp:name | 'movies'-dbo:film | 'distributed'-dbo:distributor | 'edited'-dbo:editor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri <http://dbpedia.org/ontology/editing> <http://dbpedia.org/resource/Hulian_Doyle_(filmmaker)> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:distributor res:Cinema_International_Corporation.?uri dbo:editing res:Hulian_Doyle . }\n",
+      "\"Name the movies distributed by Cinema International Corporation and edited by Hulian Doyle ? | 'Cinema International Corporation'-res:Cinema_International_Corporation | 'Hulian Doyle'-res:Willie_Doyle | 'name'-dbp:name | 'movies'-dbo:film | 'distributed'-dbo:distributor | 'edited'-dbo:editor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri <http://dbpedia.org/ontology/editing> <http://dbpedia.org/resource/Hulian_Doyle> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Rouen_Business_School dbp:province?uri } \n",
       "\"What is the province of Rouen Business School ? | 'Rouen Business School'-res:Rouen_Business_School | 'province'-dbo:province\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rouen_Business_School> <http://dbpedia.org/property/province> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:recordedIn res:Miami.?x dbp:writer?uri . }\n",
-      "\"List some songwriters whose work has been recorded in Miami? | 'Miami'-res:Miami | 'songwriters'-dbo:composer | 'work'-dbo:part | 'recorded'-dbo:recordedIn\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordedIn> <http://dbpedia.org/resource/Miami> . ?x <http://dbpedia.org/property/writer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:recordedIn res:Miami.?uri dbp:music?x . }\n",
+      "\"List some songwriters whose work has been recorded in Miami? | 'Miami'-res:Miami | 'songwriters'-dbo:composer | 'work'-dbo:part | 'recorded'-dbo:recordedIn\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordedIn> <http://dbpedia.org/resource/Miami> . ?uri <http://dbpedia.org/property/music> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:birthPlace res:Bangkok.?x dbp:religion?uri . }\n",
-      "\"What is the total number of relgions followed by people born in Bangkok? | 'Bangkok'-res:Bangkok | 'total'-dbo:populationTotal | 'relgions'-dbp:religion | 'born'-dbo:birthPlace\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Bangkok> . ?x <http://dbpedia.org/property/religion> ?uri . }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:birthPlace res:Bangkok.?x dbp:religion?uri }\n",
+      "\"What is the total number of relgions followed by people born in Bangkok? | 'Bangkok'-res:Bangkok | 'total'-dbo:populationTotal | 'relgions'-dbp:religion | 'born'-dbo:birthPlace\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Bangkok> . ?x <http://dbpedia.org/property/religion> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:associatedActs res:Tony_Allen_(musician).?uri rdf:type dbo:MusicalArtist}\n",
-      "\"Which musical artist collaborated with Tony Allen (musician) and label is Victor Entertainment? | 'Tony Allen (musician)'-res:Tony_Allen_(musician) | 'Victor Entertainment'-res:Victor_Entertainment | 'musical artist'-dbo:artist | 'collaborated'-dbo:team | 'label'-dbp:label\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/associatedActs> <http://dbpedia.org/resource/Tony_Allen_(musician)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalArtist>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:associatedMusicalArtist res:Tony_Allen_(musician).?uri dbp:label res:Victor_Entertainment . }\n",
+      "\"Which musical artist collaborated with Tony Allen (musician) and label is Victor Entertainment? | 'Tony Allen (musician)'-res:Tony_Allen_(musician) | 'Victor Entertainment'-res:Victor_Entertainment | 'musical artist'-dbo:artist | 'collaborated'-dbo:team | 'label'-dbp:label\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Tony_Allen_(musician)> . ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:computingPlatform res:Microsoft_Windows.?uri dbp:programmingLanguage res:Mac_os} \n",
-      "\"Count the number of software which runs on Microsoft Windows and mac OS ? | 'software'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'OS'-res:OS | 'count'-dbo:type | 'runs'-dbo:series | 'mac'-dbo:person\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://dbpedia.org/property/programmingLanguage> <http://dbpedia.org/resource/Mac_os}> \"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:computingPlatform res:Microsoft_Windows.?uri dbp:license res:Mac_OS } \n",
+      "\"Count the number of software which runs on Microsoft Windows and mac OS ? | 'software'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'OS'-res:OS | 'count'-dbo:type | 'runs'-dbo:series | 'mac'-dbo:person\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://dbpedia.org/property/license> <http://dbpedia.org/resource/Mac_OS> } \"\n",
       "\n",
-      "\n",
-      "\"What is the common race of the Martin Molony and race of the Coneygree ? | 'Martin Molony'-res:Martin_Molony | 'Coneygree'-res:Coneygree | 'common race'-dbo:race | 'race'-dbo:race\",\"\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Martin_Molony dbp:race?uri. res:Coneygree rdf:type dbo:Race}\n",
+      "\"What is the common race of the Martin Molony and race of the Coneygree ? | 'Martin Molony'-res:Martin_Molony | 'Coneygree'-res:Coneygree | 'common race'-dbo:race | 'race'-dbo:race\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Martin_Molony> <http://dbpedia.org/property/race> ?uri . <http://dbpedia.org/resource/Coneygree> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Race>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:arena res:The_Palace_of_Auburn_Hills .?uri rdf:type dbo:SportsTeam}\n",
       "\"What sports team's arena is The Palace of Auburn Hills | 'The Palace of Auburn Hills'-res:The_Palace_of_Auburn_Hills | 'arena'-dbp:arena | 'sports team'-dbo:SportsTeam\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/arena> <http://dbpedia.org/resource/The_Palace_of_Auburn_Hills> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SportsTeam>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:company res:Playtone.?uri dbp:writer res:Graham_Yost . }\n",
-      "\"Name the TV show whose company is Playtone and written by Graham Yost? | 'TV'-res:Tv_test_pattern | 'Playtone'-res:Playtone | 'Graham Yost'-res:Graham_Yost | 'name'-dbp:name | 'show'-dbo:show | 'company'-dbo:company | 'written'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/company> <http://dbpedia.org/resource/Playtone> . ?uri <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Graham_Yost> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:company res:Playtone.?uri rdf:type dbo:TelevisionShow}\n",
+      "\"Name the TV show whose company is Playtone and written by Graham Yost? | 'TV'-res:Tv_test_pattern | 'Playtone'-res:Playtone | 'Graham Yost'-res:Graham_Yost | 'name'-dbp:name | 'show'-dbo:show | 'company'-dbo:company | 'written'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/Playtone> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:families res:Darth_Vader.?uri dbo:family res:Padmé_Amidala. }\n",
-      "\"What is the fictional character which belongs to families of Darth Vader and Padm Amidala? | 'Darth Vader'-res:Darth_Vader | 'Padm Amidala'-res:Padmé_Amidala | 'fictional character'-dbo:description | 'belongs'-dbp:longs | 'families'-dbo:established\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/families> <http://dbpedia.org/resource/Darth_Vader> . ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Padmé_Amidala> . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Darth_Vader dbo:family?uri. res:Padmé_Amidala dbp:starring?uri. }\n",
+      "\"What is the fictional character which belongs to families of Darth Vader and Padm Amidala? | 'Darth Vader'-res:Darth_Vader | 'Padm Amidala'-res:Padmé_Amidala | 'fictional character'-dbo:description | 'belongs'-dbp:longs | 'families'-dbo:established\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Darth_Vader> <http://dbpedia.org/ontology/family> ?uri . <http://dbpedia.org/resource/Padmé_Amidala> <http://dbpedia.org/property/starring> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:services res:Microsoft_Azure.?x dbp:services?uri }\n",
-      "\"Count the number of other services of the companies which provides the Microsoft Azure as service ? | 'companies'-res:Bluegrass_companies | 'Microsoft Azure'-res:Microsoft_Azure | 'services'-dbp:services | 'services'-dbp:services\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/services> <http://dbpedia.org/resource/Microsoft_Azure> . ?x <http://dbpedia.org/property/services> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE { res:Microsoft_Azure dbp:services?uri } \n",
+      "\"Count the number of other services of the companies which provides the Microsoft Azure as service ? | 'companies'-res:Bluegrass_companies | 'Microsoft Azure'-res:Microsoft_Azure | 'services'-dbp:services | 'services'-dbp:services\",\" SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Microsoft_Azure> <http://dbpedia.org/property/services> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:firstTeam res:Scuderia_Ferrari.?firstDriver?uri .?uri rdf:type dbo:FormulaOneRacer}\n",
-      "\"How many first drivers have participated when Scuderia Ferrari was a first team? | 'Scuderia Ferrari'-res:Scuderia_Ferrari | 'first team'-dbp:firstTeam | 'first driver'-dbo:firstDriver\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Scuderia_Ferrari> . ?firstDriver ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FormulaOneRacer>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:firstTeam res:Scuderia_Ferrari .?uri rdf:type dbo:FormulaOneRacer}\n",
+      "\"How many first drivers have participated when Scuderia Ferrari was a first team? | 'Scuderia Ferrari'-res:Scuderia_Ferrari | 'first team'-dbp:firstTeam | 'first driver'-dbo:firstDriver\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Scuderia_Ferrari> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FormulaOneRacer>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Swedish_Academy dbp:presenter?x.?x dbo:Award?uri . }\n",
-      "\"What is the award which is presented by Swedish Academy? | 'Swedish Academy'-res:Sweden | 'Swedish Academy'-res:Swedish_Academy | 'presented'-dbp:presenter | 'award'-dbo:Award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/presenter> ?x . ?x <http://dbpedia.org/ontology/Award> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Swedish_Academy dbp:presenter?x.?x dbo:award?uri . }\n",
+      "\"What is the award which is presented by Swedish Academy? | 'Swedish Academy'-res:Sweden | 'Swedish Academy'-res:Swedish_Academy | 'presented'-dbp:presenter | 'award'-dbo:Award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/presenter> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:producer res:Michael_Deeley . }\n",
-      "\"Michael Deeley produce how many movies? | 'michael Deeley'-res:Michael_Deeley | 'produce'-dbo:producer | 'movies'-dbo:film\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Michael_Deeley> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:producer res:Michael_Deeley .?uri rdf:type dbo:Film}\n",
+      "\"Michael Deeley produce how many movies? | 'michael Deeley'-res:Michael_Deeley | 'produce'-dbo:producer | 'movies'-dbo:film\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Liang_Chow dbp:club?uri } \n",
-      "\"Who are in the liang chow club? | 'liang chow club'-res:Liang_Chow\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Liang_Chow> <http://dbpedia.org/property/club> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbp:club res:Liang_Chow } \n",
+      "\"Who are in the liang chow club? | 'liang chow club'-res:Liang_Chow\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/club> <http://dbpedia.org/resource/Liang_Chow> } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Zurich_Affoltern_am_Albis dbp:country?uri . }\n",
-      "\"In how many countries does the Zurich Affoltern am Albis Zug line go? | 'countries'-res:Countries_of_the_United_Kingdom | 'Zurich Affoltern am Albis Zug'-res:Affoltern_am_Albis\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Zurich_Affoltern_am_Albis> <http://dbpedia.org/property/country> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE { res:Zurich_Affoltern_am_Albis_Zug dbp:line?x.?x dbo:country?uri . }\n",
+      "\"In how many countries does the Zurich Affoltern am Albis Zug line go? | 'countries'-res:Countries_of_the_United_Kingdom | 'Zurich Affoltern am Albis Zug'-res:Affoltern_am_Albis\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Zurich_Affoltern_am_Albis_Zug> <http://dbpedia.org/property/line> ?x . ?x <http://dbpedia.org/ontology/country> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE { res:Julian_Leow_Beng_Kim dbp:almaMater?uri . }\n",
       "\"In how many places did Julian Leow Beng Kim study? | 'Julian Leow Beng Kim study'-res:Julian_Leow_Beng_Kim | 'study'-dbp:almaMater\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Julian_Leow_Beng_Kim> <http://dbpedia.org/property/almaMater> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:almaMater res:Burbank_High_School.?uri dbp:director?x . }\n",
-      "\"How many movies were directed by the graduate of Burbank High School ? | 'Burbank High School'-res:Burbank_High_School_(Burbank,_California) | 'movies'-dbo:film | 'directed'-dbo:principal | 'graduate'-dbo:numberOfGraduateStudents\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Burbank_High_School> . ?uri <http://dbpedia.org/property/director> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:almaMater res:Burbank_High_School.?uri dbo:director?x . }\n",
+      "\"How many movies were directed by the graduate of Burbank High School ? | 'Burbank High School'-res:Burbank_High_School_(Burbank,_California) | 'movies'-dbo:film | 'directed'-dbo:principal | 'graduate'-dbo:numberOfGraduateStudents\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/almaMater> <http://dbpedia.org/resource/Burbank_High_School> . ?uri <http://dbpedia.org/ontology/director> ?x . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Vesak dbo:type?uri } \n",
-      "\"What is the type of Vesak ? | 'Vesak'-res:Vesak | 'type'-dbo:type\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Vesak> <http://dbpedia.org/ontology/type> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Vesak dbp:type?uri } \n",
+      "\"What is the type of Vesak ? | 'Vesak'-res:Vesak | 'type'-dbo:type\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Vesak> <http://dbpedia.org/property/type> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:Anna_Bergman dbo:parent?x.?x dbp:awards?uri . }\n",
       "\"Which awards did the parents of Anna Bergman win ? | 'Anna Bergman'-res:Anna_Bergman | 'parent'-dbo:parent | 'awards'-dbp:awards\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Anna_Bergman> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:foundationPlace res:New_York.?uri dbp:board?x . }\n",
-      "\"What are some people who are on the board of companies founded in NY? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'NY'-res:New_York | 'board'-dbo:board | 'founded'-dbo:foundingYear\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/New_York> . ?uri <http://dbpedia.org/property/board> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:foundationPlace res:New_York.?x dbp:board?uri . }\n",
+      "\"What are some people who are on the board of companies founded in NY? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'NY'-res:New_York | 'board'-dbo:board | 'founded'-dbo:foundingYear\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/New_York> . ?x <http://dbpedia.org/property/board> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:deathPlace res:California.?x dbp:musicalArtist?uri . }\n",
-      "\"What are the musicals of the people died in California? | 'California'-res:California | 'musicals'-dbo:musicalArtist | 'died'-dbo:flag\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/musicalArtist> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:placeOfDeath res:California.?x dbp:musical?uri . }\n",
+      "\"What are the musicals of the people died in California? | 'California'-res:California | 'musicals'-dbo:musicalArtist | 'died'-dbo:flag\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/placeOfDeath> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/musical> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:operatingSystem res:C++.?uri dbp:writtenIn res:Windows_as_it_os_and_Cell_(micro_of_the_Software_Corporation) . }\n",
-      "\"Which software uses windows as it's operating system and is written in C++ ? | 'software'-res:Software_Publishing_Corporation | 'C++'-res:C++ | 'windows'-dbo:show | 'operating'-dbo:operatingSystem | 'written'-dbp:writtenIn\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/C++> . ?uri <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/Windows_as_it_os_and_Cell_(micro_of_the_Software_Corporation)> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:operatingSystem res:C++.?uri dbp:writtenIn res:Windows . }\n",
+      "\"Which software uses windows as it's operating system and is written in C++ ? | 'software'-res:Software_Publishing_Corporation | 'C++'-res:C++ | 'windows'-dbo:show | 'operating'-dbo:operatingSystem | 'written'-dbp:writtenIn\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/C++> . ?uri <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/Windows> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:language res:French_language.?x dbo:currency?uri . }\n",
       "\"What currencies are circulated in the countries where people speak French? | 'French'-res:French_language | 'speak'-dbo:language | ''-dbo:country | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/French_language> . ?x <http://dbpedia.org/ontology/currency> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:otherParty res:Janata_Party.?x otherParty?uri }\n",
-      "\"Give the distinct number of other party of the people which have one of the party as Janata Party ? | 'Janata Party'-res:Janata_Party | 'other party'-dbo:otherParty | 'other party'-dbo:otherParty\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/otherParty> <http://dbpedia.org/resource/Janata_Party> . ?x otherParty ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x otherParty res:Janata_Party.?x dbo:otherParty?uri }\n",
+      "\"Give the distinct number of other party of the people which have one of the party as Janata Party ? | 'Janata Party'-res:Janata_Party | 'other party'-dbo:otherParty | 'other party'-dbo:otherParty\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x otherParty <http://dbpedia.org/resource/Janata_Party> . ?x <http://dbpedia.org/ontology/otherParty> ?uri }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:First_Legislative_Assembly_of_Uttar_Pradesh dbp:party?uri } \n",
-      "\"Which political party got elected in First Legislative Assembly of Uttar Pradesh ? | 'First Legislative Assembly of Uttar Pradesh'-res:First_Legislative_Assembly_of_Uttar_Pradesh | 'political party'-dbp:party | 'elected'-dbo:president\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_Legislative_Assembly_of_Uttar_Pradesh> <http://dbpedia.org/property/party> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:First_Legislative_Assembly_of_Uttar_Pradesh dbp:leader?uri } \n",
+      "\"Which political party got elected in First Legislative Assembly of Uttar Pradesh ? | 'First Legislative Assembly of Uttar Pradesh'-res:First_Legislative_Assembly_of_Uttar_Pradesh | 'political party'-dbp:party | 'elected'-dbo:president\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_Legislative_Assembly_of_Uttar_Pradesh> <http://dbpedia.org/property/leader> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:members res:Jimmy_Wales.?x dbo:owner?uri . }\n",
-      "\"How many organizations own the website to which Jimmy Wales contributes? | 'website'-res:Website | 'Jimmy Wales'-res:Jimmy_Wales | 'organizations'-dbo:company | 'contributes'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/members> <http://dbpedia.org/resource/Jimmy_Wales> . ?x <http://dbpedia.org/ontology/owner> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE { res:Jimmy_Wales dbp:name?x.?x dbo:owner?uri . }\n",
+      "\"How many organizations own the website to which Jimmy Wales contributes? | 'website'-res:Website | 'Jimmy Wales'-res:Jimmy_Wales | 'organizations'-dbo:company | 'contributes'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Jimmy_Wales> <http://dbpedia.org/property/name> ?x . ?x <http://dbpedia.org/ontology/owner> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Army_Group_Oberrhein_(Germany) dbo:notableCommander?uri } \n",
       "\"Name the notable commanders of Army Group Oberrhein ? | 'Army Group Oberrhein'-res:Army_Group_Oberrhein_(Germany) | 'name'-dbo:name | 'notable commanders'-dbo:notableCommander\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Army_Group_Oberrhein_(Germany)> <http://dbpedia.org/ontology/notableCommander> ?uri } \"\n",
@@ -3163,8 +2676,8 @@
       "SELECT DISTINCT?uri WHERE { res:World_of_Tomorrow_(film) dbo:editing?x.?x dbp:awards?uri . }\n",
       "\"What are the awards won by the film editor of World of Tomorrow ? | 'World of Tomorrow'-res:World_of_Tomorrow_(film) | 'editor'-dbo:editing | 'awards'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/World_of_Tomorrow_(film)> <http://dbpedia.org/ontology/editing> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "\n",
-      "\"Which mountains are contained in Inyo National Forest? | 'Inyo National Forest'-res:Inyo_National_Forest | 'Nation'-dbo:locatedInArea | 'mountain'-dbo:Mountain\",\"\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:locatedInArea res:Inyo_National_Forest .?uri rdf:type dbo:Mountain}\n",
+      "\"Which mountains are contained in Inyo National Forest? | 'Inyo National Forest'-res:Inyo_National_Forest | 'Nation'-dbo:locatedInArea | 'mountain'-dbo:Mountain\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/locatedInArea> <http://dbpedia.org/resource/Inyo_National_Forest> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mountain>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:spouse res:Frédéric_Joliot-Curie.?uri dbp:children?x . }\n",
       "\"Whose children are married to Fredric Joliot-Curie? | 'Fredric Joliot-Curie'-res:Frédéric_Joliot-Curie | 'children'-dbp:children | 'married'-dbo:spouse\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/spouse> <http://dbpedia.org/resource/Frédéric_Joliot-Curie> . ?uri <http://dbpedia.org/property/children> ?x . }\"\n",
@@ -3172,29 +2685,29 @@
       " SELECT DISTINCT?uri WHERE { res:First_National_Bank_and_Trust_Building_(Lima,_Ohio) dbp:architecturalStyle?uri } \n",
       "\"What is the architecture of First National Bank and Trust Building (Lima, Ohio) ? | 'First National Bank'-res:First_National_Bank | 'Trust Building (Lima, Ohio)'-res:First_National_Bank_and_Trust_Building_(Lima,_Ohio) | 'architecture'-dbo:architecturalStyle\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_National_Bank_and_Trust_Building_(Lima,_Ohio)> <http://dbpedia.org/property/architecturalStyle> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:location res:California.?x dbp:presenter?uri . }\n",
-      "\"Count all the awards which were presented by something located in California. | 'California'-res:California | 'count'-dbo:country | 'awards'-dbo:award | 'located'-dbo:gross\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/presenter> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:birthPlace res:California.?x dbp:presenter?uri . }\n",
+      "\"Count all the awards which were presented by something located in California. | 'California'-res:California | 'count'-dbo:country | 'awards'-dbo:award | 'located'-dbo:gross\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/presenter> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:primeMinister res:Gough_Whitlam.?x dbp:position?uri . }\n",
-      "\"Who all held a position when Gough Whitlam was the prime minister? | 'Gough Whitlam'-res:Gough_Whitlam | 'held'-dbo:office | 'position'-dbo:position | 'prime minister'-dbo:primeMinister\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/primeMinister> <http://dbpedia.org/resource/Gough_Whitlam> . ?x <http://dbpedia.org/property/position> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:primeminister res:Gough_Whitlam.?uri dbp:position?x . }\n",
+      "\"Who all held a position when Gough Whitlam was the prime minister? | 'Gough Whitlam'-res:Gough_Whitlam | 'held'-dbo:office | 'position'-dbo:position | 'prime minister'-dbo:primeMinister\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/primeminister> <http://dbpedia.org/resource/Gough_Whitlam> . ?uri <http://dbpedia.org/property/position> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Kim_Sawchuk dbo:locationCity?uri. res:Vuelta_Mexico_Telmex dbp:region?uri. }\n",
-      "\"In which part of the world will I find Kim Sawchuk and Vuelta Mexico Telmex? | 'I'-res:I | 'find Kim Sawchuk'-res:Kim_Sawchuk | 'Vuelta Mexico Telmex'-res:Vuelta_Mexico_Telmex\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kim_Sawchuk> <http://dbpedia.org/ontology/locationCity> ?uri . <http://dbpedia.org/resource/Vuelta_Mexico_Telmex> <http://dbpedia.org/property/region> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Kim_Sawchuk dbo:locationCountry?uri. res:Vuelta_Mexico_Telmex dbp:region?uri. }\n",
+      "\"In which part of the world will I find Kim Sawchuk and Vuelta Mexico Telmex? | 'I'-res:I | 'find Kim Sawchuk'-res:Kim_Sawchuk | 'Vuelta Mexico Telmex'-res:Vuelta_Mexico_Telmex\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kim_Sawchuk> <http://dbpedia.org/ontology/locationCountry> ?uri . <http://dbpedia.org/resource/Vuelta_Mexico_Telmex> <http://dbpedia.org/property/region> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:headquarters res:Stockholm . }\n",
       "\"Stockholm is the HQ of how many things? | 'stockholm'-res:Stockholm | 'HQ'-res:HQ | 'HQ'-dbp:headquarters\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Stockholm> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Salthill dbo:salthill?uri } \n",
-      "\"What is a salthill? | 'Salthill'-res:Salthill\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Salthill> <http://dbpedia.org/ontology/salthill> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Salthill dbp:nationality?uri } \n",
+      "\"What is a salthill? | 'Salthill'-res:Salthill\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Salthill> <http://dbpedia.org/property/nationality> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE { res:Baco_noir dbo:wineRegion?uri . }\n",
       "\"In how many regions is the Baco Noir made? | 'Baco Noir'-res:Baco_noir | 'regions'-dbo:wineRegion\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Baco_noir> <http://dbpedia.org/ontology/wineRegion> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Jerusalem_Institute_of_Justice dbp:services?x.?x dbo:service?uri . }\n",
-      "\"Where does the Jerusalem Institute of Justice render their services? | 'Jerusalem Institute of Justice'-res:Jerusalem_Institute_of_Justice | 'render'-dbo:picture | 'services'-dbo:service\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jerusalem_Institute_of_Justice> <http://dbpedia.org/property/services> ?x . ?x <http://dbpedia.org/ontology/service> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Jerusalem_Institute_of_Justice dbp:service?uri } \n",
+      "\"Where does the Jerusalem Institute of Justice render their services? | 'Jerusalem Institute of Justice'-res:Jerusalem_Institute_of_Justice | 'render'-dbo:picture | 'services'-dbo:service\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jerusalem_Institute_of_Justice> <http://dbpedia.org/property/service> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:tenants res:Boston_Red_Sox.?x dbo:creator?uri . }\n",
-      "\"Who created the stadiums who have been rented by the Boston Red Sox? | 'Boston Red Sox'-res:Boston_Red_Sox | 'created'-dbo:author | 'stadiums'-dbo:stadium | 'rented'-dbo:tenant\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/tenants> <http://dbpedia.org/resource/Boston_Red_Sox> . ?x <http://dbpedia.org/ontology/creator> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:tenants res:Boston_Red_Sox.?x dbo:founded?uri . }\n",
+      "\"Who created the stadiums who have been rented by the Boston Red Sox? | 'Boston Red Sox'-res:Boston_Red_Sox | 'created'-dbo:author | 'stadiums'-dbo:stadium | 'rented'-dbo:tenant\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/tenants> <http://dbpedia.org/resource/Boston_Red_Sox> . ?x <http://dbpedia.org/ontology/founded> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Battle_of_Fort_Stephenson dbo:commander?uri } \n",
       "\"List down the commanders of Battle of Fort stephenson ? | 'Battle of Fort stephenson'-res:Battle_of_Fort_Stephenson | 'commanders'-dbo:commander\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Battle_of_Fort_Stephenson> <http://dbpedia.org/ontology/commander> ?uri } \"\n",
@@ -3202,23 +2715,23 @@
       " SELECT DISTINCT?uri WHERE { res:The_Prodigal_Son_(play) dbp:subject?uri } \n",
       "\"What is the subject of The Prodigal son ? | 'The Prodigal son'-res:The_Prodigal_Son_(play) | 'subject'-dbp:subject\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Prodigal_Son_(play)> <http://dbpedia.org/property/subject> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:material res:ARM_architecture.?x dbp:computingPlatform?uri . }\n",
-      "\"ARM Architecture acts as a game platform for how many things? | 'aRM Architecture'-res:ARM_architecture | 'acts'-dbo:material | 'game platform'-dbo:computingPlatform\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/material> <http://dbpedia.org/resource/ARM_architecture> . ?x <http://dbpedia.org/property/computingPlatform> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:architecturalStyle res:ARM_architecture . }\n",
+      "\"ARM Architecture acts as a game platform for how many things? | 'aRM Architecture'-res:ARM_architecture | 'acts'-dbo:material | 'game platform'-dbo:computingPlatform\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/architecturalStyle> <http://dbpedia.org/resource/ARM_architecture> . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:creator res:Clamp_(manga_artists) . }\n",
       "\"How many people have voiced characters sculpted by Clamp? | 'Clamp'-res:Clamp_(manga_artists) | 'voiced'-dbo:voice\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/creator> <http://dbpedia.org/resource/Clamp_(manga_artists)> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:training res:University_of_Oxford.?x dbo:training?uri . }\n",
-      "\"In how many different people are alumini of the University of Oxford working? | 'alumini'-res:NK_Aluminij | 'University of Oxford'-res:University_of_Oxford | 'working'-dbo:training\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/training> <http://dbpedia.org/resource/University_of_Oxford> . ?x <http://dbpedia.org/ontology/training> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:training res:University_of_Oxford.?x dbo:education?uri . }\n",
+      "\"In how many different people are alumini of the University of Oxford working? | 'alumini'-res:NK_Aluminij | 'University of Oxford'-res:University_of_Oxford | 'working'-dbo:training\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/training> <http://dbpedia.org/resource/University_of_Oxford> . ?x <http://dbpedia.org/ontology/education> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Montecito_Inn dbo:developer?uri } \n",
-      "\"Who is the developer of Montecito Inn ? | 'Montecito Inn'-res:Montecito_Inn | 'developer'-dbo:developer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Montecito_Inn> <http://dbpedia.org/ontology/developer> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Montecito_Inn dbp:developer?uri } \n",
+      "\"Who is the developer of Montecito Inn ? | 'Montecito Inn'-res:Montecito_Inn | 'developer'-dbo:developer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Montecito_Inn> <http://dbpedia.org/property/developer> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:recordLabel res:Point_Blank_Records.?uri dbp:starring?x . }\n",
       "\"What are the movies whose cast members are signed up with Point Blank Records? | 'Point Blank Records'-res:Point_Blank_Records | 'movies'-dbo:film | 'cast members'-dbo:genre | 'signed'-dbo:movement\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/Point_Blank_Records> . ?uri <http://dbpedia.org/property/starring> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Craig_Van_Tilbury dbo:occupation?uri. res:Karen_Grigorian dbp:occupations?uri. }\n",
-      "\"What do craig Van tilbury and karen Grigorian do for a living? | 'Van tilbury'-res:Craig_Van_Tilbury | 'Karen grigorian'-res:Karen_Grigorian | 'craig'-dbo:prominence | 'living'-dbo:occupation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Craig_Van_Tilbury> <http://dbpedia.org/ontology/occupation> ?uri . <http://dbpedia.org/resource/Karen_Grigorian> <http://dbpedia.org/property/occupations> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Craig_Van_Tilbury dbo:occupation?uri. res:Karen_Grigorian dbp:profession?uri. }\n",
+      "\"What do craig Van tilbury and karen Grigorian do for a living? | 'Van tilbury'-res:Craig_Van_Tilbury | 'Karen grigorian'-res:Karen_Grigorian | 'craig'-dbo:prominence | 'living'-dbo:occupation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Craig_Van_Tilbury> <http://dbpedia.org/ontology/occupation> ?uri . <http://dbpedia.org/resource/Karen_Grigorian> <http://dbpedia.org/property/profession> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:artist res:Christopher_Franke .?uri rdf:type dbo:TelevisionShow}\n",
       "\"Name the televesion show which has artist named Christopher Franke ? | 'name televesion show'-res:The_Show_with_No_Name | 'Christopher Franke'-res:Christopher_Franke | 'artist'-dbo:artist\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Christopher_Franke> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
@@ -3226,20 +2739,20 @@
       " SELECT DISTINCT?uri WHERE { res:Bobby_Beasley dbp:race?uri } \n",
       "\"name the races where bobby beasley took part ? | 'bobby beasley'-res:Bobby_Beasley | 'races'-dbo:race\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Beasley> <http://dbpedia.org/property/race> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:inflow res:North_Sea.?uri dbo:flow?x . }\n",
-      "\"List all that flows into the north sea? | 'north sea'-res:North_Sea | 'flows'-dbp:inflow\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/inflow> <http://dbpedia.org/resource/North_Sea> . ?uri <http://dbpedia.org/ontology/flow> ?x . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:North_Sea dbp:inflow?uri } \n",
+      "\"List all that flows into the north sea? | 'north sea'-res:North_Sea | 'flows'-dbp:inflow\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/North_Sea> <http://dbpedia.org/property/inflow> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:headquarters res:Nazi_Germany.?x dbo:head?uri . }\n",
-      "\"How many head of agencies were there in Nazi Germany? | 'agencies'-res:Agencies_of_the_European_Union | 'Nazi Germany'-res:Nazi_Germany | 'head'-dbo:head\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Nazi_Germany> . ?x <http://dbpedia.org/ontology/head> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:head res:Nazi_Germany.?x dbo:leader?uri . }\n",
+      "\"How many head of agencies were there in Nazi Germany? | 'agencies'-res:Agencies_of_the_European_Union | 'Nazi Germany'-res:Nazi_Germany | 'head'-dbo:head\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/head> <http://dbpedia.org/resource/Nazi_Germany> . ?x <http://dbpedia.org/ontology/leader> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Wilfred_McDonald dbp:playedFor?uri . }\n",
-      "\"What are the teams for which Wilfred McDonald played for? | 'Wilfred McDonald'-res:Wilfred_McDonald | 'played for'-dbp:playedFor\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wilfred_McDonald> <http://dbpedia.org/property/playedFor> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Wilfred_McDonald dbp:playedFor?uri } \n",
+      "\"What are the teams for which Wilfred McDonald played for? | 'Wilfred McDonald'-res:Wilfred_McDonald | 'played for'-dbp:playedFor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wilfred_McDonald> <http://dbpedia.org/property/playedFor> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:league res:2013–14_La_Liga.?uri dbo:youthclubs?x . }\n",
-      "\"Count all those whose youthclub performed at the 14-15 La Liga? | '14-15 La Liga'-res:2013–14_La_Liga | 'count'-dbo:country | 'performed'-dbo:artist\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/2013–14_La_Liga> . ?uri <http://dbpedia.org/ontology/youthclubs> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:league res:2013–14_La_Liga.?uri dbp:youthclubs?x . }\n",
+      "\"Count all those whose youthclub performed at the 14-15 La Liga? | '14-15 La Liga'-res:2013–14_La_Liga | 'count'-dbo:country | 'performed'-dbo:artist\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/2013–14_La_Liga> . ?uri <http://dbpedia.org/property/youthclubs> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?xinflow res:Atlantic_Ocean.?x dbp:cities?uri .?uri rdf:type dbo:Sea}\n",
-      "\"How many cities are around the sea which flows into the Atlantic? | 'Atlantic'-res:Atlantic_Ocean | 'cities'-dbo:country | 'sea'-dbp:shore | 'flows'-dbo:outflow\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?xinflow <http://dbpedia.org/resource/Atlantic_Ocean> . ?x <http://dbpedia.org/property/cities> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:inflow res:Atlantic_Ocean.?x dbp:cities?uri }\n",
+      "\"How many cities are around the sea which flows into the Atlantic? | 'Atlantic'-res:Atlantic_Ocean | 'cities'-dbo:country | 'sea'-dbp:shore | 'flows'-dbo:outflow\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Atlantic_Ocean> . ?x <http://dbpedia.org/property/cities> ?uri }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:cinematography res:John_Derek.?x dbo:starring?uri . }\n",
       "\"Who all are starring in the  movies where director of photography is John Derek ? | 'John Derek'-res:John_Derek | 'starring'-dbo:starring | 'movies'-dbo:film | 'director'-dbo:director | 'photography'-dbo:picture\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/John_Derek> . ?x <http://dbpedia.org/ontology/starring> ?uri . }\"\n",
@@ -3247,65 +2760,65 @@
       " SELECT DISTINCT?uri WHERE { res:Cam_Plante dbp:playedFor?uri } \n",
       "\"Who does Cam PLante plays for ? | 'Cam PLante'-res:Cam_Plante | 'plays for'-dbp:playedFor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cam_Plante> <http://dbpedia.org/property/playedFor> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:deathCause res:Lung_cancer.?x dbp:awards?uri . }\n",
-      "\"How many awards have been given to the ones who died of lung cancer? | 'lung cancer'-res:Lung_cancer | 'awards'-dbo:award | 'died'-dbo:board\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/deathCause> <http://dbpedia.org/resource/Lung_cancer> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:deathCause res:Lung_cancer.?x dbo:award?uri . }\n",
+      "\"How many awards have been given to the ones who died of lung cancer? | 'lung cancer'-res:Lung_cancer | 'awards'-dbo:award | 'died'-dbo:board\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deathCause> <http://dbpedia.org/resource/Lung_cancer> . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Ashot_Barseghyan dbp:children?x.?x dbo:occupation?uri . }\n",
-      "\"Where the children of Ashot Grashi employed at? | 'Ashot Grashi'-res:Ashot_Barseghyan | 'children'-dbo:parent | 'employed'-dbo:occupation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ashot_Barseghyan> <http://dbpedia.org/property/children> ?x . ?x <http://dbpedia.org/ontology/occupation> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Ashot_Barseghyan dbo:parent?x.?x dbp:occupation?uri . }\n",
+      "\"Where the children of Ashot Grashi employed at? | 'Ashot Grashi'-res:Ashot_Barseghyan | 'children'-dbo:parent | 'employed'-dbo:occupation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ashot_Barseghyan> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/occupation> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:K._Terry_Dornbush dbp:almaMater?uri } \n",
-      "\"What is the alma mater of K. Terry Dornbush ? | 'K'-res:K | 'Terry Dornbush'-res:K._Terry_Dornbush | 'alma mater'-dbo:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/K._Terry_Dornbush> <http://dbpedia.org/property/almaMater> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:K._Terry_Dornbush dbo:almaMater?uri } \n",
+      "\"What is the alma mater of K. Terry Dornbush ? | 'K'-res:K | 'Terry Dornbush'-res:K._Terry_Dornbush | 'alma mater'-dbo:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/K._Terry_Dornbush> <http://dbpedia.org/ontology/almaMater> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:predecessor res:Brian_Peddle.?x dbo:birthPlace?uri . }\n",
       "\"What is the birthplace of the office holder who is the predecessor of Brian Peddle ? | 'Brian Peddle'-res:Brian_Peddle | 'birthplace'-dbo:birthPlace | 'office holder'-dbo:service | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Brian_Peddle> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Dragons'_Den_(UK_TV_series) dbo:knownFor?uri . }\n",
-      "\"How many people are known for Dragons' Den? | 'Dragons' Den'-res:Dragons'_Den_(UK_TV_series) | 'known for'-dbo:knownFor\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Dragons'_Den_(UK_TV_series)> <http://dbpedia.org/ontology/knownFor> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:knownFor res:Dragons'_Den_(UK_TV_series) . }\n",
+      "\"How many people are known for Dragons' Den? | 'Dragons' Den'-res:Dragons'_Den_(UK_TV_series) | 'known for'-dbo:knownFor\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/knownFor> <http://dbpedia.org/resource/Dragons'_Den_(UK_TV_series)> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:writer res:Jump_Square.?x dbp:writer?uri . }\n",
-      "\"How many different writers have written for Jump Square? | 'Jump Square'-res:Jump_Square | 'writers'-dbo:writer | 'written'-dbo:writer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Jump_Square> . ?x <http://dbpedia.org/property/writer> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:writer res:Jump_Square.?x dbo:writer?uri . }\n",
+      "\"How many different writers have written for Jump Square? | 'Jump Square'-res:Jump_Square | 'writers'-dbo:writer | 'written'-dbo:writer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Jump_Square> . ?x <http://dbpedia.org/ontology/writer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:membership res:European_Go_Federation.?x dbo:party?uri . }\n",
-      "\"Name the members of European Go Federation? | 'European Go Federation'-res:Europe | 'European Go Federation'-res:European_Go_Federation | 'name'-dbp:name | 'members'-dbo:membership | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/membership> <http://dbpedia.org/resource/European_Go_Federation> . ?x <http://dbpedia.org/ontology/party> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:European_Go_Federation dbp:membership?uri } \n",
+      "\"Name the members of European Go Federation? | 'European Go Federation'-res:Europe | 'European Go Federation'-res:European_Go_Federation | 'name'-dbp:name | 'members'-dbo:membership | ''-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/European_Go_Federation> <http://dbpedia.org/property/membership> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:league res:National_Basketball_Association.?x dbo:team?uri . }\n",
-      "\" Count the participants of the NBA. | 'NBA'-res:National_Basketball_Association | 'Count'-dbo:type | 'participants'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Basketball_Association> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE { res:National_Basketball_Association dbp:name?uri .?uri rdf:type dbo:NBAPlayer}\n",
+      "\" Count the participants of the NBA. | 'NBA'-res:National_Basketball_Association | 'Count'-dbo:type | 'participants'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/National_Basketball_Association> <http://dbpedia.org/property/name> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/NBAPlayer>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Norfolk_Southern_Railway dbp:operator?uri } \n",
-      "\"Who has stock in the railway lines managed by Norfolk Southern Railway? | 'Norfolk Southern Railway'-res:Norfolk_Southern_Railway | 'stock'-dbo:languageFamily | 'railway lines'-dbo:servingRailwayLine | 'managed'-dbo:leader\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Norfolk_Southern_Railway> <http://dbpedia.org/property/operator> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:operator res:Norfolk_Southern_Railway.?x dbp:servingRailwayLine?uri . }\n",
+      "\"Who has stock in the railway lines managed by Norfolk Southern Railway? | 'Norfolk Southern Railway'-res:Norfolk_Southern_Railway | 'stock'-dbo:languageFamily | 'railway lines'-dbo:servingRailwayLine | 'managed'-dbo:leader\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/operator> <http://dbpedia.org/resource/Norfolk_Southern_Railway> . ?x <http://dbpedia.org/property/servingRailwayLine> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:assembly res:Toluca.?xdbp:related?uri .?uri rdf:type dbo:Automobile}\n",
-      "\"Enumerate the cars related to the ones assembled in Toluca? | 'Toluca'-res:Toluca | 'enumerate'-dbp:quote | 'cars'-dbo:management | 'related'-dbo:related | 'assembled'-dbp:assembly\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Toluca> . ?xdbp:related ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Automobile>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:assembly res:Toluca.?x dbo:related?uri . }\n",
+      "\"Enumerate the cars related to the ones assembled in Toluca? | 'Toluca'-res:Toluca | 'enumerate'-dbp:quote | 'cars'-dbo:management | 'related'-dbo:related | 'assembled'-dbp:assembly\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Toluca> . ?x <http://dbpedia.org/ontology/related> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:product res:Wealth_management.?x dbp:products?uri }\n",
-      "\"Count the number of other product of the banks whose one of the product is Wealth management ? | 'Wealth management'-res:Wealth_management | 'count'-dbo:type | 'product'-dbo:product | 'banks'-dbo:series | 'product'-dbo:product\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/product> <http://dbpedia.org/resource/Wealth_management> . ?x <http://dbpedia.org/property/products> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:product res:Wealth_management.?x dbo:product?uri }\n",
+      "\"Count the number of other product of the banks whose one of the product is Wealth management ? | 'Wealth management'-res:Wealth_management | 'count'-dbo:type | 'product'-dbo:product | 'banks'-dbo:series | 'product'-dbo:product\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/product> <http://dbpedia.org/resource/Wealth_management> . ?x <http://dbpedia.org/ontology/product> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x rdf:type dbo:TelevisionShow}\n",
-      "\"What are all the TV shows which are related to the ones produced by Julie Gardner? | 'TV'-res:Lockheed_T-33 | 'Julie Gardner'-res:Julie_Gardner | 'shows'-dbo:place | 'related'-dbo:related | 'produced'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:producer res:Julie_Gardner.?uri dbp:related?x . }\n",
+      "\"What are all the TV shows which are related to the ones produced by Julie Gardner? | 'TV'-res:Lockheed_T-33 | 'Julie Gardner'-res:Julie_Gardner | 'shows'-dbo:place | 'related'-dbo:related | 'produced'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Julie_Gardner> . ?uri <http://dbpedia.org/property/related> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:cinematography res:Jordan_Cronenweth .?uri rdf:type dbo:Film}\n",
-      "\"How many movies have been cinematographed by Jordan Cronenweth? | 'Jordan Cronenweth'-res:Jordan_Cronenweth | 'movies'-dbo:film | 'cinematographed'-dbo:cinematography\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:cinematography res:Jordan_Cronenweth . }\n",
+      "\"How many movies have been cinematographed by Jordan Cronenweth? | 'Jordan Cronenweth'-res:Jordan_Cronenweth | 'movies'-dbo:film | 'cinematographed'-dbo:cinematography\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/cinematography> <http://dbpedia.org/resource/Jordan_Cronenweth> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:creator res:Brian_Graden .?uri rdf:typedbo:TelevisionShow}\n",
-      "\"What tv show is created by Brian Graden? | 'Brian Graden'-res:Brian_Graden | 'created'-dbo:developer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/creator> <http://dbpedia.org/resource/Brian_Graden> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:creator res:Brian_Graden .?uri rdf:type dbo:TelevisionShow}\n",
+      "\"What tv show is created by Brian Graden? | 'Brian Graden'-res:Brian_Graden | 'created'-dbo:developer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Brian_Graden> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:nationality res:England.?x dbo:religion?uri . }\n",
-      "\"Count the total religions followed by the ones living in England. | 'England'-res:England | 'count'-dbo:country | 'total religions'-dbp:result | 'living'-dbo:occupation\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/nationality> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:residence?uri . }\n",
+      "\"Count the total religions followed by the ones living in England. | 'England'-res:England | 'count'-dbo:country | 'total religions'-dbp:result | 'living'-dbo:occupation\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/residence> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:characters res:Stella_Kowalski.?x dbp:writer?uri . }\n",
-      "\"Who wrote the play in which a character called Stella Kowalski exists? | 'Stella Kowalski exists'-res:Stella | 'wrote'-dbo:author | 'play'-dbo:starring | 'character'-dbo:status | 'called'-dbo:alias\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/characters> <http://dbpedia.org/resource/Stella_Kowalski> . ?x <http://dbpedia.org/property/writer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:starring res:Stella_Kowalski.?x dbp:author?uri . }\n",
+      "\"Who wrote the play in which a character called Stella Kowalski exists? | 'Stella Kowalski exists'-res:Stella | 'wrote'-dbo:author | 'play'-dbo:starring | 'character'-dbo:status | 'called'-dbo:alias\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/starring> <http://dbpedia.org/resource/Stella_Kowalski> . ?x <http://dbpedia.org/property/author> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Kim_Sawchuk dbo:region?uri } \n",
       "\"What is the region of Kim Sawchuk ? | 'Kim Sawchuk'-res:Kim_Sawchuk | 'region'-dbo:region\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kim_Sawchuk> <http://dbpedia.org/ontology/region> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:architect res:Krasnye_Vorota_(Moscow_Metro).?x dbp:building?uri . }\n",
-      "\"What are the important buildings of the architect whose one of the significant building is Krasnye Vorota? | 'Krasnye Vorota'-res:Krasnye_Vorota_(Moscow_Metro) | 'buildings'-dbo:production | 'architect'-dbo:architect | 'building'-dbo:building\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Krasnye_Vorota_(Moscow_Metro)> . ?x <http://dbpedia.org/property/building> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:architect res:Krasnye_Vorota_(Moscow_Metro).?x dbo:notableBuilding?uri . }\n",
+      "\"What are the important buildings of the architect whose one of the significant building is Krasnye Vorota? | 'Krasnye Vorota'-res:Krasnye_Vorota_(Moscow_Metro) | 'buildings'-dbo:production | 'architect'-dbo:architect | 'building'-dbo:building\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Krasnye_Vorota_(Moscow_Metro)> . ?x <http://dbpedia.org/ontology/notableBuilding> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Robert_Newton_Hall dbp:institution?uri. res:Erica_Frank dbo:houseName?uri. }\n",
-      "\"Name the common institute of Robert hall and Erica Frank ? | 'Robert hall'-res:Robert_Newton_Hall | 'Erica Frank'-res:Erica_Frank | 'name'-dbp:name | 'common institute'-dbo:institution\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Newton_Hall> <http://dbpedia.org/property/institution> ?uri . <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/ontology/houseName> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Robert_Newton_Hall dbo:institution?uri. res:Erica_Frank dbp:workName?uri. }\n",
+      "\"Name the common institute of Robert hall and Erica Frank ? | 'Robert hall'-res:Robert_Newton_Hall | 'Erica Frank'-res:Erica_Frank | 'name'-dbp:name | 'common institute'-dbo:institution\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Newton_Hall> <http://dbpedia.org/ontology/institution> ?uri . <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/property/workName> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:recordLabel res:Pablo_Records.?uri dbo:spouse?x . }\n",
-      "\"Give me a list of everyone who married the musicians signed up with Pablo Records? | 'musicians'-res:Musicians_Institute | 'Pablo Records'-res:Pablo_Records | 'married'-dbp:spouse | 'signed'-dbo:movement\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Pablo_Records> . ?uri <http://dbpedia.org/ontology/spouse> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:recordLabel res:Pablo_Records.?uri dbo:spouse?x . }\n",
+      "\"Give me a list of everyone who married the musicians signed up with Pablo Records? | 'musicians'-res:Musicians_Institute | 'Pablo Records'-res:Pablo_Records | 'married'-dbp:spouse | 'signed'-dbo:movement\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Pablo_Records> . ?uri <http://dbpedia.org/ontology/spouse> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:BMW_M43 dbp:engine?x.?x dbo:predecessor?uri . }\n",
       "\"What is the predecessor of the car engine which was succeeded by  BMW M43 ? | 'BMW'-res:BMW | 'M43'-res:BMW_M43 | 'M43'-res:BMW_M43 | 'BMW'-res:BMW | 'predecessor'-dbo:predecessor | 'car engine'-dbp:engine | 'succeeded'-dbo:successor\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BMW_M43> <http://dbpedia.org/property/engine> ?x . ?x <http://dbpedia.org/ontology/predecessor> ?uri . }\"\n",
@@ -3316,38 +2829,38 @@
       " SELECT DISTINCT?uri WHERE { res:Wan_Air dbp:hubs?uri } \n",
       "\"What is the hub of Wan Air ? | 'Wan Air'-res:Wan_Air | 'hub'-dbp:hubs\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wan_Air> <http://dbpedia.org/property/hubs> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:headquarter res:Amstelveen.?x dbp:members?uri . }\n",
-      "\"Who are the members of organizations headquartered at Amstelveen? | 'Amstelveen'-res:Amstelveen | 'members'-dbo:part | 'organizations'-dbo:company | 'headquartered'-dbo:headquarter\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/headquarter> <http://dbpedia.org/resource/Amstelveen> . ?x <http://dbpedia.org/property/members> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:headquarters res:Amstelveen.?x dbo:membership?uri . }\n",
+      "\"Who are the members of organizations headquartered at Amstelveen? | 'Amstelveen'-res:Amstelveen | 'members'-dbo:part | 'organizations'-dbo:company | 'headquartered'-dbo:headquarter\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Amstelveen> . ?x <http://dbpedia.org/ontology/membership> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:name res:Middlesbrough_F.C..?x dbo:manager?uri . }\n",
-      "\"How many people have coached the players of Middlesbrough FC? | 'Middlesbrough FC'-res:Middlesbrough_F.C. | 'coached'-dbo:ground | 'players'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/name> <http://dbpedia.org/resource/Middlesbrough_F.C.> . ?x <http://dbpedia.org/ontology/manager> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:club res:Middlesbrough_F.C..?x dbo:manager?uri . }\n",
+      "\"How many people have coached the players of Middlesbrough FC? | 'Middlesbrough FC'-res:Middlesbrough_F.C. | 'coached'-dbo:ground | 'players'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/club> <http://dbpedia.org/resource/Middlesbrough_F.C.> . ?x <http://dbpedia.org/ontology/manager> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:owner res:Toronto.?x dbp:tenants?uri . }\n",
-      "\"Who has rented the stadiums owned by Toronto? | 'Toronto'-res:Toronto | 'rented'-dbp:center | 'stadiums'-dbp:stadium | 'owned'-dbp:owner\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owner> <http://dbpedia.org/resource/Toronto> . ?x <http://dbpedia.org/property/tenants> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:owner res:Toronto.?x dbo:tenant?uri . }\n",
+      "\"Who has rented the stadiums owned by Toronto? | 'Toronto'-res:Toronto | 'rented'-dbp:center | 'stadiums'-dbp:stadium | 'owned'-dbp:owner\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Toronto> . ?x <http://dbpedia.org/ontology/tenant> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:John_O._Moseley dbp:mascot?x.?x dbo:almaMater?uri . }\n",
       "\"What is the mascot of alma mater of John O Moseley? | 'O'-res:O | 'John  Moseley'-res:John_O._Moseley | 'mascot'-dbo:mascot | 'alma mater'-dbo:almaMater\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_O._Moseley> <http://dbpedia.org/property/mascot> ?x . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:owners res:Oslo .?uri rdf:type dbo:Newspaper}\n",
-      "\"Which newspapers are owned by Oslo citizens? | 'Oslo citizens'-res:Oslo | 'newspapers'-dbo:title | 'owned'-dbo:owner\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/owners> <http://dbpedia.org/resource/Oslo> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:nationality res:Oslo.?uri dbo:owners?x . }\n",
+      "\"Which newspapers are owned by Oslo citizens? | 'Oslo citizens'-res:Oslo | 'newspapers'-dbo:title | 'owned'-dbo:owner\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/nationality> <http://dbpedia.org/resource/Oslo> . ?uri <http://dbpedia.org/ontology/owners> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:artist res:King_Crimson.?x recordedIn?uri . }\n",
-      "\"King crimson has been recorded in which places? | 'King crimson'-res:King_Crimson | 'king crimson'-dbo:leader | 'recorded'-dbo:background | 'places'-dbo:height\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/artist> <http://dbpedia.org/resource/King_Crimson> . ?x recordedIn ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:kingdom res:King_Crimson.?x dbp:recordedIn?uri . }\n",
+      "\"King crimson has been recorded in which places? | 'King crimson'-res:King_Crimson | 'king crimson'-dbo:leader | 'recorded'-dbo:background | 'places'-dbo:height\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/King_Crimson> . ?x <http://dbpedia.org/property/recordedIn> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:associatedActs res:Johnny_Cash . }\n",
       "\"Give me a count on associates of Johnny Cash? | 'Johnny Cash'-res:Johnny_Cash | 'associates'-dbp:associatedActs\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/associatedActs> <http://dbpedia.org/resource/Johnny_Cash> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:neighboringMunicipality res:Pregny-Chambésy } \n",
-      "\"what are some neighboring cities of Pregny Chambsy? | 'Pregny Chambsy'-res:Pregny-Chambésy | 'neighboring'-dbo:neighboringMunicipality | 'cities'-dbo:country\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/neighboringMunicipality> <http://dbpedia.org/resource/Pregny-Chambésy> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:neighboringMunicipalities res:Pregny-Chambésy . }\n",
+      "\"what are some neighboring cities of Pregny Chambsy? | 'Pregny Chambsy'-res:Pregny-Chambésy | 'neighboring'-dbo:neighboringMunicipality | 'cities'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/neighboringMunicipalities> <http://dbpedia.org/resource/Pregny-Chambésy> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:operatingSystem res:Unix . }\n",
-      "\"How many developers make softwares for Unix like operating systems? | 'softwares'-res:Soft_Machine | 'Unix'-res:Unix | 'developers'-dbp:developer | 'operating systems'-dbp:operatingSystem\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/Unix> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:operatingSystem res:Unix.?x dbp:developer?uri . }\n",
+      "\"How many developers make softwares for Unix like operating systems? | 'softwares'-res:Soft_Machine | 'Unix'-res:Unix | 'developers'-dbp:developer | 'operating systems'-dbp:operatingSystem\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/Unix> . ?x <http://dbpedia.org/property/developer> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Dschinghis_Khan_(song) dbo:trackNumber?uri } \n",
       "\"What is the second track list of Dschinghis Khan (song) ? | 'Dschinghis Khan (song)'-res:Dschinghis_Khan_(song) | 'track'-dbo:trackNumber\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dschinghis_Khan_(song)> <http://dbpedia.org/ontology/trackNumber> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:restingplace res:Beeleigh_Abbey.?x dbo:grave?uri . }\n",
-      "\"List the graves of the royalities which have been buried at Beeleigh Abbey ? | 'royalities'-res:Royalties | 'Beeleigh Abbey'-res:Beeleigh_Abbey | 'graves'-dbo:grades | 'buried'-dbo:flag\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/restingplace> <http://dbpedia.org/resource/Beeleigh_Abbey> . ?x <http://dbpedia.org/ontology/grave> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:restingPlace res:Beeleigh_Abbey.?x rdf:type dbo:Royalty}\n",
+      "\"List the graves of the royalities which have been buried at Beeleigh Abbey ? | 'royalities'-res:Royalties | 'Beeleigh Abbey'-res:Beeleigh_Abbey | 'graves'-dbo:grades | 'buried'-dbo:flag\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/restingPlace> <http://dbpedia.org/resource/Beeleigh_Abbey> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Royalty>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Chidambaram_Subramaniam dbp:minister?uri } \n",
       "\"For which party's PM did Chidambaram Subramaniam serve? | 'PM'-res:PM | 'did Chidambaram Subramaniam'-res:Chidambaram_Subramaniam | 'party'-dbo:party | 'serve'-dbp:minister\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chidambaram_Subramaniam> <http://dbpedia.org/property/minister> ?uri } \"\n",
@@ -3358,8 +2871,8 @@
       " SELECT DISTINCT?uri WHERE { res:LG_Optimus_Vu dbo:operatingSystem?uri. res:Dart_(programming_language) dbp:developer?uri} \n",
       "\"What is the operating system of the LG Optimus Vu and also the developer of the Dart (programming language) | 'LG'-res:LG_Electronics | 'Optimus Vu'-res:LG_Optimus_Vu | 'Dart (programming language)'-res:Dart_(programming_language) | 'operating'-dbo:operatingSystem | 'developer'-dbo:developer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/LG_Optimus_Vu> <http://dbpedia.org/ontology/operatingSystem> ?uri . <http://dbpedia.org/resource/Dart_(programming_language)> <http://dbpedia.org/property/developer> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:origin res:England . }\n",
-      "\"England is the origin of how many things? | 'England'-res:England | 'england'-dbo:province | 'origin'-dbo:origin\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/origin> <http://dbpedia.org/resource/England> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:origin res:England . }\n",
+      "\"England is the origin of how many things? | 'England'-res:England | 'england'-dbo:province | 'origin'-dbo:origin\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/origin> <http://dbpedia.org/resource/England> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:King_County,_Washington dbo:countySeat?uri } \n",
       "\"Where is the county seat of King County, Washington? | 'King County, Washington'-res:King_County,_Washington | 'county seat'-dbo:countySeat\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/King_County,_Washington> <http://dbpedia.org/ontology/countySeat> ?uri } \"\n",
@@ -3367,62 +2880,62 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:occupation res:Federal_Bureau_of_Investigation . }\n",
       "\"How many people work at the FBI? | 'FBI'-res:Federal_Bureau_of_Investigation | 'work'-dbo:occupation\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/occupation> <http://dbpedia.org/resource/Federal_Bureau_of_Investigation> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:campus res:California.?x dbp:training?uri . }\n",
-      "\"How many people have been trained in an institute located in California? | 'California'-res:California | 'trained'-dbo:coach | 'institute'-dbo:institution | 'located'-dbo:gross\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/training> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:headquarter res:California.?uri dbp:training?x . }\n",
+      "\"How many people have been trained in an institute located in California? | 'California'-res:California | 'trained'-dbo:coach | 'institute'-dbo:institution | 'located'-dbo:gross\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/headquarter> <http://dbpedia.org/resource/California> . ?uri <http://dbpedia.org/property/training> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:QF_6-pounder_Hotchkiss dbp:usedInWar?uri .? rdf:type dbo:MilitaryConflict}\n",
-      "\"Who were fighting the war where the QF Hotchkiss was used? | 'QF Hotchkiss'-res:QF_6-pounder_Hotchkiss | 'fighting'-dbo:combatant | 'war'-dbo:usedInWar\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/QF_6-pounder_Hotchkiss> <http://dbpedia.org/property/usedInWar> ?uri . ? <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryConflict>}\"\n",
+      "SELECT DISTINCT?uri WHERE { res:QF_in_War dbp:usedInWar?x.?x dbo:combatant?uri . }\n",
+      "\"Who were fighting the war where the QF Hotchkiss was used? | 'QF Hotchkiss'-res:QF_6-pounder_Hotchkiss | 'fighting'-dbo:combatant | 'war'-dbo:usedInWar\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/QF_in_War> <http://dbpedia.org/property/usedInWar> ?x . ?x <http://dbpedia.org/ontology/combatant> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbo:predecessor res:Samuel_W._McCall.?uri dbp:office res:Massachusetts_House_of_Representatives . }\n",
       "\"Name the office holder with predecessor as Samuel W. McCall and office in Massachusetts House of Representatives? | 'W'-res:Vienna | 'Samuel  McCall'-res:Samuel_W._McCall | 'Massachusetts House of Representatives'-res:Massachusetts_House_of_Representatives | 'name'-dbp:name | 'office holder'-dbo:place | 'predecessor'-dbo:predecessor | 'office'-dbp:office\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/Samuel_W._McCall> . ?uri <http://dbpedia.org/property/office> <http://dbpedia.org/resource/Massachusetts_House_of_Representatives> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:WCSE-LP dbp:sisterStation?x.?x dbo:city?uri . }\n",
-      "\"In which city is the sister station of WCSE-LP located ? | 'WCSE-LP'-res:WCSE-LP | 'city'-dbo:city | 'sister station'-dbo:sisterStation | 'located'-dbo:position\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WCSE-LP> <http://dbpedia.org/property/sisterStation> ?x . ?x <http://dbpedia.org/ontology/city> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:WCSE-LP dbo:sisterStation?x.?x dbp:location?uri . }\n",
+      "\"In which city is the sister station of WCSE-LP located ? | 'WCSE-LP'-res:WCSE-LP | 'city'-dbo:city | 'sister station'-dbo:sisterStation | 'located'-dbo:position\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WCSE-LP> <http://dbpedia.org/ontology/sisterStation> ?x . ?x <http://dbpedia.org/property/location> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:starring res:Michael_Jackson.?x dbo:producer?uri . }\n",
-      "\"List the producers who produced movies starring Michael Jackson. | 'produced movies movies starring Michael Jackson'-res:Movies_produced_by_ABC | 'producers'-dbo:author | 'produced'-dbo:wineProduced\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Michael_Jackson> . ?x <http://dbpedia.org/ontology/producer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:starring res:Michael_Jackson_(producer).?x dbo:producer?uri . }\n",
+      "\"List the producers who produced movies starring Michael Jackson. | 'produced movies movies starring Michael Jackson'-res:Movies_produced_by_ABC | 'producers'-dbo:author | 'produced'-dbo:wineProduced\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Michael_Jackson_(producer)> . ?x <http://dbpedia.org/ontology/producer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:chairman res:Joan_Laporta .?uri rdf:type dbo:SoccerClub}\n",
-      "\"List the name of the soccer clubs whose chairman is Joan Laporta. | 'Joan Laporta'-res:Joan_Laporta | 'name'-dbp:name | 'soccer clubs'-dbo:clubsRecordGoalscorer | 'chairman'-dbo:chairman\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/chairman> <http://dbpedia.org/resource/Joan_Laporta> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SoccerClub>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:chairman res:Joan_Laporta.?x dbp:name?uri . }\n",
+      "\"List the name of the soccer clubs whose chairman is Joan Laporta. | 'Joan Laporta'-res:Joan_Laporta | 'name'-dbp:name | 'soccer clubs'-dbo:clubsRecordGoalscorer | 'chairman'-dbo:chairman\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Joan_Laporta> . ?x <http://dbpedia.org/property/name> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:almaMater res:Harvard-Westlake_School.?uri dbp:type?x . }\n",
-      "\"Who is the person whose alma mater is Harvard-Westlake School? | 'Harvard-Westlake School'-res:Harvard-Westlake_School | 'person'-dbo:type | 'alma mater'-dbo:almaMater\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Harvard-Westlake_School> . ?uri <http://dbpedia.org/property/type> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:almaMater res:Harvard-Westlake_School . }\n",
+      "\"Who is the person whose alma mater is Harvard-Westlake School? | 'Harvard-Westlake School'-res:Harvard-Westlake_School | 'person'-dbo:type | 'alma mater'-dbo:almaMater\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Harvard-Westlake_School> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:related res:Feminism.?x dbp:nationality?uri . }\n",
-      "\"In how many nations can I find people related to the feminist movement? | 'feminist'-res:Feminism | 'movement'-dbo:movement | 'nations'-dbo:nationality\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/related> <http://dbpedia.org/resource/Feminism> . ?x <http://dbpedia.org/property/nationality> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:gender res:Feminism.?x dbp:nationality?uri . }\n",
+      "\"In how many nations can I find people related to the feminist movement? | 'feminist'-res:Feminism | 'movement'-dbo:movement | 'nations'-dbo:nationality\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/gender> <http://dbpedia.org/resource/Feminism> . ?x <http://dbpedia.org/property/nationality> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:branch res:Nazi_6th_Army.?x dbo:relative?uri . }\n",
-      "\"With whom is Heinz Kokott a relative to who also served Nazi Army? | 'Heinz Kokott'-res:Heinz_Kokott | 'Nazi Army'-res:Nazi_6th_Army | 'relative'-dbo:relative | 'served'-dbo:regionServed\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/branch> <http://dbpedia.org/resource/Nazi_6th_Army> . ?x <http://dbpedia.org/ontology/relative> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Heinz_Kokott dbo:relative?uri. res:Nazi_in_Army dbp:regionServed?uri} \n",
+      "\"With whom is Heinz Kokott a relative to who also served Nazi Army? | 'Heinz Kokott'-res:Heinz_Kokott | 'Nazi Army'-res:Nazi_6th_Army | 'relative'-dbo:relative | 'served'-dbo:regionServed\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Heinz_Kokott> <http://dbpedia.org/ontology/relative> ?uri . <http://dbpedia.org/resource/Nazi_in_Army> <http://dbpedia.org/property/regionServed> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:coach res:Brynn_Carman .?uri rdf:type dbo:FigulaOneRacer}\n",
-      "\"Who is the former partner of the figure skater which was the former partner of Brynn Carman ? | 'Brynn Carman'-res:Brynn_Carman | 'former partner'-dbo:spouse | 'figure skater'-dbo:flag | 'former partner'-dbo:spouse\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/coach> <http://dbpedia.org/resource/Brynn_Carman> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FigulaOneRacer>}\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Brynn_Carman dbp:formerPartner?x.?x dbo:spouse?uri . }\n",
+      "\"Who is the former partner of the figure skater which was the former partner of Brynn Carman ? | 'Brynn Carman'-res:Brynn_Carman | 'former partner'-dbo:spouse | 'figure skater'-dbo:flag | 'former partner'-dbo:spouse\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Brynn_Carman> <http://dbpedia.org/property/formerPartner> ?x . ?x <http://dbpedia.org/ontology/spouse> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x governmentType res:Unitary.?x dbp:cities?uri .?uri rdf:type dbo:Ship}\n",
-      "\"How many ships belong to states which has Unitary as government type ? | 'Unitary'-res:Unitary | 'ships'-dbo:shipBeam | 'belong'-dbo:date | 'government type'-dbo:governmentType\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x governmentType <http://dbpedia.org/resource/Unitary> . ?x <http://dbpedia.org/property/cities> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Ship>}\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:governmentType res:Unitary.?x dbp:state?uri }\n",
+      "\"How many ships belong to states which has Unitary as government type ? | 'Unitary'-res:Unitary | 'ships'-dbo:shipBeam | 'belong'-dbo:date | 'government type'-dbo:governmentType\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/governmentType> <http://dbpedia.org/resource/Unitary> . ?x <http://dbpedia.org/property/state> ?uri }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:label res:Entertainment_One_Music.?uri dbo:bandMember?uri }\n",
-      "\"Count all the band members who are in Bands which have signed up with Entertainment One Music? | 'Bands'-res:Bands_(neckwear) | 'Entertainment One Music'-res:Entertainment_One_Music | 'are'-dbp:label | 'band member'-dbo:bandMember\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Entertainment_One_Music> . ?uri <http://dbpedia.org/ontology/bandMember> ?uri }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:label res:Entertainment_One_Music.?uri dbo:bandMember?x . }\n",
+      "\"Count all the band members who are in Bands which have signed up with Entertainment One Music? | 'Bands'-res:Bands_(neckwear) | 'Entertainment One Music'-res:Entertainment_One_Music | 'are'-dbp:label | 'band member'-dbo:bandMember\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Entertainment_One_Music> . ?uri <http://dbpedia.org/ontology/bandMember> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:almaMater res:Somerville_College.?x dbp:party?uri . }\n",
-      "\"Graduates of Somerville College have been in how many political parties? | 'Somerville College'-res:Somerville_College,_Oxford | 'graduates'-dbo:almaMater | 'parties'-dbo:party\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Somerville_College> . ?x <http://dbpedia.org/property/party> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:almaMater res:Somerville_College,_Oxford.?x dbo:party?uri . }\n",
+      "\"Graduates of Somerville College have been in how many political parties? | 'Somerville College'-res:Somerville_College,_Oxford | 'graduates'-dbo:almaMater | 'parties'-dbo:party\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/almaMater> <http://dbpedia.org/resource/Somerville_College,_Oxford> . ?x <http://dbpedia.org/ontology/party> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:musicBy res:James_Horner.?x dbp:producer?uri . }\n",
-      "\"Give me a count of all the producers of all the movies whose music was done by James Horner? | 'James Horner'-res:James_Horner | 'music'-dbp:music | 'producer'-dbp:producer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/musicBy> <http://dbpedia.org/resource/James_Horner> . ?x <http://dbpedia.org/property/producer> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:music res:James_Horner.?xdbp:producer?uri . }\n",
+      "\"Give me a count of all the producers of all the movies whose music was done by James Horner? | 'James Horner'-res:James_Horner | 'music'-dbp:music | 'producer'-dbp:producer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/James_Horner> . ?xdbp:producer ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:David_Isaacs_(writer) dbo:notableWork?uri } \n",
       "\"List the notable work of David Isaacs (writer)? | 'David Isaacs (writer)'-res:David_Isaacs_(writer) | 'notable work'-dbo:notableWork\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Isaacs_(writer)> <http://dbpedia.org/ontology/notableWork> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Egypt_Nanotechnology_Center dbp:province?uri } \n",
-      "\"What is the province of Egypt Nanotechnology Center ? | 'Egypt Nanotechnology Center'-res:Egypt_Nanotechnology_Center | 'province'-dbo:province\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Egypt_Nanotechnology_Center> <http://dbpedia.org/property/province> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Egypt_Nanotechnology_Center dbo:province?uri } \n",
+      "\"What is the province of Egypt Nanotechnology Center ? | 'Egypt Nanotechnology Center'-res:Egypt_Nanotechnology_Center | 'province'-dbo:province\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Egypt_Nanotechnology_Center> <http://dbpedia.org/ontology/province> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:manager res:John_Spencer.?x dbo:homeStadium?uri . }\n",
-      "\"Give me the number of home stadiums of teams managed by John Spencer. | 'John Spencer'-res:John_Spencer | 'home stadiums'-dbo:party | 'teams'-dbo:team | 'managed'-dbo:governor\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/manager> <http://dbpedia.org/resource/John_Spencer> . ?x <http://dbpedia.org/ontology/homeStadium> ?uri . }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:manager res:John_Spencer.?x dbo:homeStadium?uri }\n",
+      "\"Give me the number of home stadiums of teams managed by John Spencer. | 'John Spencer'-res:John_Spencer | 'home stadiums'-dbo:party | 'teams'-dbo:team | 'managed'-dbo:governor\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/manager> <http://dbpedia.org/resource/John_Spencer> . ?x <http://dbpedia.org/ontology/homeStadium> ?uri }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:restingPlace res:Winchester_Cathedral . }\n",
       "\"How many people are buried in the Winchester Cathedral? | 'Winchester Cathedral'-res:Winchester_Cathedral | 'buried in'-dbo:restingPlace\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/Winchester_Cathedral> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Stephen_Ambrose_Traversari dbo:producer?uri. res:Erik_Bork dbp:producers?uri. }\n",
-      "\"Name the tv series produced by Stephen Ambrose and Erik Bork? | 'Stephen Ambrose'-res:St._Ambrose_Traversari | 'Erik Bork'-res:Erik_Bork | 'produced'-dbo:producer | 'produced'-dbo:producer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stephen_Ambrose_Traversari> <http://dbpedia.org/ontology/producer> ?uri . <http://dbpedia.org/resource/Erik_Bork> <http://dbpedia.org/property/producers> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:producer res:Stephen_Ambrose_Traversari.?uri dbp:producers res:Erik_Bork . }\n",
+      "\"Name the tv series produced by Stephen Ambrose and Erik Bork? | 'Stephen Ambrose'-res:St._Ambrose_Traversari | 'Erik Bork'-res:Erik_Bork | 'produced'-dbo:producer | 'produced'-dbo:producer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Stephen_Ambrose_Traversari> . ?uri <http://dbpedia.org/property/producers> <http://dbpedia.org/resource/Erik_Bork> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:formerTeam res:Boston_Bruins.?x dbp:playedFor?uri . }\n",
       "\"For which other teams have the past Boston Bruins members played? | 'Boston Bruins'-res:Boston_Bruins | 'teams'-dbo:formerTeam | 'team'-dbp:playedFor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Boston_Bruins> . ?x <http://dbpedia.org/property/playedFor> ?uri . }\"\n",
@@ -3430,14 +2943,14 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:headquarters res:Stockholm .?uri rdf:type dbo:Newspaper}\n",
       "\"List the Swedish newspaper headquarted in Stockholm ?  | 'Swedish newspaper'-res:Sweden | 'Swedish newspaper'-res:Dharitri_(newspaper) | 'Stockholm'-res:Stockholm | 'headquarted'-dbo:headquarter | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Stockholm> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:city res:Fort_Lauderdale,_Florida.?x dbo:team?uri . }\n",
-      "\"Those seasons which have been played in Fort Lauderdale Florida now host their games where? | 'Fort Lauderdale Florida'-res:Fort_Lauderdale,_Florida | 'seasons'-dbo:ground | 'played'-dbo:participant | 'host'-dbo:presenter | 'games'-dbo:games\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Fort_Lauderdale,_Florida> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:city res:Fort_Lauderdale,_Florida.?x dbp:homeStadium?uri . }\n",
+      "\"Those seasons which have been played in Fort Lauderdale Florida now host their games where? | 'Fort Lauderdale Florida'-res:Fort_Lauderdale,_Florida | 'seasons'-dbo:ground | 'played'-dbo:participant | 'host'-dbo:presenter | 'games'-dbo:games\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Fort_Lauderdale,_Florida> . ?x <http://dbpedia.org/property/homeStadium> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Purnima_Banerjee dbo:party?uri } \n",
       "\"What is the political party to which Purnima Banerjee is a member of? | 'Purnima Banerjee'-res:Purnima_Banerjee | 'political party'-dbo:party | 'member'-dbo:arm\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Purnima_Banerjee> <http://dbpedia.org/ontology/party> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Ganz_UV dbo:operator?uri. res:Geza_Horvth dbp:nationality?uri} \n",
-      "\"Which operator of ganz UV is also the nationality of the Gza Horvth ? | 'Ganz uv'-res:Ganz_UV | 'Gza Horvth'-res:GZA | 'operator'-dbo:operator | 'nationality'-dbo:nationality\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ganz_UV> <http://dbpedia.org/ontology/operator> ?uri . <http://dbpedia.org/resource/Geza_Horvth> <http://dbpedia.org/property/nationality> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Ganz_UV dbo:operator?uri. res:The_Gza_Horvth dbp:nationality?uri} \n",
+      "\"Which operator of ganz UV is also the nationality of the Gza Horvth ? | 'Ganz uv'-res:Ganz_UV | 'Gza Horvth'-res:GZA | 'operator'-dbo:operator | 'nationality'-dbo:nationality\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ganz_UV> <http://dbpedia.org/ontology/operator> ?uri . <http://dbpedia.org/resource/The_Gza_Horvth> <http://dbpedia.org/property/nationality> ?uri} \"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:producer res:Larry_J._Franco .?uri rdf:type dbo:Film}\n",
       "\"Give me a count of movies whose producer is Larry J. Franco? | 'J'-res:J | 'Larry  Franco'-res:Larry_J._Franco | 'producer'-dbo:producer | 'movie'-dbo:Film\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Larry_J._Franco> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
@@ -3448,8 +2961,8 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:computingPlatform res:Commodore_64.?x dbp:genre?uri . }\n",
       "\"How many different genres of games can I find which are compatible with the Commodore 64? | 'I'-res:I | 'Commodore 64'-res:Commodore_64 | 'genres'-dbo:type | 'games'-dbo:games | 'compatible'-dbo:similar\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Commodore_64> . ?x <http://dbpedia.org/property/genre> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Steven_Palazzo dbp:battles?uri . }\n",
-      "\"In which wars has Steven Palazzo fought? | 'Steven Palazzo'-res:Steven_Palazzo | 'wars'-dbp:battles | 'fought'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steven_Palazzo> <http://dbpedia.org/property/battles> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Steven_Palazzo dbp:battles?uri } \n",
+      "\"In which wars has Steven Palazzo fought? | 'Steven Palazzo'-res:Steven_Palazzo | 'wars'-dbp:battles | 'fought'-dbo:type\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steven_Palazzo> <http://dbpedia.org/property/battles> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:country res:United_States.?x dbp:discipline?uri . }\n",
       "\"Which fields' academic journals are found in the US? | 'academic journals'-res:WikiProject_Academic_Journals | 'US'-res:United_States | 'in'-dbo:country | 'fields'-dbp:discipline\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/discipline> ?uri . }\"\n",
@@ -3460,11 +2973,11 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:cinematography res:Gregg_Toland.?uri dbo:musicComposer res:Bernard_Herrmann . }\n",
       "\"Name the movie whose director of photography is Gregg Toland and Bernard Herrmann was the music composer? | 'Gregg Toland'-res:Gregg_Toland | 'Bernard Herrmann'-res:Bernard_Herrmann | 'name'-dbp:name | 'movie'-dbo:picture | 'director'-dbo:director | 'photography'-dbo:picture | 'music composer'-dbo:composer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Gregg_Toland> . ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:cities res:Cancun_conference_(disambiguation).?x dbo:destination?uri .?uri rdf:type dbo :Sea}\n",
-      "\"How many contries surround the seas on the banks of which is the city of Cancun? | 'Cancun'-res:Cancun_conference_(disambiguation) | 'contries'-dbp:counties | 'surround'-dbo:background | 'seas'-dbo:vein | 'banks'-dbo:series | 'city'-dbo:city\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Cancun_conference_(disambiguation)> . ?x <http://dbpedia.org/ontology/destination> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :Sea}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:cities res:Cancun_conference_(disambiguation).?x dbo:destinations?uri . }\n",
+      "\"How many contries surround the seas on the banks of which is the city of Cancun? | 'Cancun'-res:Cancun_conference_(disambiguation) | 'contries'-dbp:counties | 'surround'-dbo:background | 'seas'-dbo:vein | 'banks'-dbo:series | 'city'-dbo:city\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Cancun_conference_(disambiguation)> . ?x <http://dbpedia.org/ontology/destinations> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:format res:5.1_surround_sound .?uri rdf:typeDbo:TelevisionShow}\n",
-      "\"Which television shows has sound format as 5.1 surround? | '5.1 surround'-res:5.1_surround_sound | 'format'-dbo:format | 'television show'-dbo:TelevisionShow\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/format> <http://dbpedia.org/resource/5.1_surround_sound> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typeDbo:TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:format res:5.1_surround_sound .?uri rdf:type dbo:TelevisionShow}\n",
+      "\"Which television shows has sound format as 5.1 surround? | '5.1 surround'-res:5.1_surround_sound | 'format'-dbo:format | 'television show'-dbo:TelevisionShow\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/format> <http://dbpedia.org/resource/5.1_surround_sound> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:He's_a_Liar dbo:subsequentWork?x.?x dbp:producer?uri . }\n",
       "\"Who is the producer of the single which was the subsequent work of He's a Liar? | 'He's a Liar'-res:He's_a_Liar | 'producer'-dbo:producer | 'single'-dbo:parent | 'subsequent work'-dbo:subsequentWork\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/He's_a_Liar> <http://dbpedia.org/ontology/subsequentWork> ?x . ?x <http://dbpedia.org/property/producer> ?uri . }\"\n",
@@ -3472,44 +2985,44 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:creator res:Simon_Fuller.?uri rdf:type dbo:TelevisionShow}\n",
       "\"Name the television show whose creator is Simon Fuller and presented by Ryan Seacrest? | 'Simon Fuller'-res:Simon_Fuller | 'Ryan Seacrest'-res:Ryan_Seacrest | 'name'-dbp:name | 'television show'-dbo:production | 'creator'-dbo:creator\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Simon_Fuller> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?xengine res:V8_engine.?x dbp:related?uri .?uri rdf:type dbo:Automobile}\n",
-      "\"How many cars can I find related to the cars which have a V8 engine? | 'V8 engine'-res:V8_engine | 'cars'-dbo:management | 'related'-dbo:related | 'cars'-dbo:management | 'engine'-dbo:engine\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?xengine <http://dbpedia.org/resource/V8_engine> . ?x <http://dbpedia.org/property/related> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Automobile>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:engine res:V8_engine.?x dbo:related?uri . }\n",
+      "\"How many cars can I find related to the cars which have a V8 engine? | 'V8 engine'-res:V8_engine | 'cars'-dbo:management | 'related'-dbo:related | 'cars'-dbo:management | 'engine'-dbo:engine\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/V8_engine> . ?x <http://dbpedia.org/ontology/related> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:opponent res:Ike_Clanton.?uri dbp:opponents res:Tom_McLaury. }\n",
-      "\"Name the person with opponents Ike Clanton and Tom McLaury? | 'opponents Ike Clanton'-res:Dwight_D._Eisenhower | 'Tom McLaury'-res:Tom_McLaury | 'opponents'-dbo:opponent | 'opponents'-dbo:opponent\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/opponent> <http://dbpedia.org/resource/Ike_Clanton> . ?uri <http://dbpedia.org/property/opponents> <http://dbpedia.org/resource/Tom_McLaury> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:opponent res:Dwight_D._Eisenhower.?uri rdf:type dbo:Person}\n",
+      "\"Name the person with opponents Ike Clanton and Tom McLaury? | 'opponents Ike Clanton'-res:Dwight_D._Eisenhower | 'Tom McLaury'-res:Tom_McLaury | 'opponents'-dbo:opponent | 'opponents'-dbo:opponent\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/opponent> <http://dbpedia.org/resource/Dwight_D._Eisenhower> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE { res:Thud! dbo:nonFictionSubject?uri . }\n",
       "\"How many non fiction topics does Thud! deals with? | 'Thud deals'-res:Thud! | 'fiction topics'-dbo:nonFictionSubject\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Thud!> <http://dbpedia.org/ontology/nonFictionSubject> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Harlan_Mathews dbp:institution?uri. res:Richard_Merrill_Atkinson dbo:almaMater?uri. }\n",
-      "\"In which university did Harlan Mathews study, where Richard Meriil Atkinson went too? | 'Harlan Mathews'-res:Harlan_Mathews | 'atkinson richard'-res:Richard_Merrill_Atkinson | 'study'-dbo:almaMater | 'study'-dbo:almaMater\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Harlan_Mathews> <http://dbpedia.org/property/institution> ?uri . <http://dbpedia.org/resource/Richard_Merrill_Atkinson> <http://dbpedia.org/ontology/almaMater> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Harlan_Mathews dbp:education?uri. res:Richard_Merrill_Atkinson dbo:almaMater?uri. }\n",
+      "\"In which university did Harlan Mathews study, where Richard Meriil Atkinson went too? | 'Harlan Mathews'-res:Harlan_Mathews | 'atkinson richard'-res:Richard_Merrill_Atkinson | 'study'-dbo:almaMater | 'study'-dbo:almaMater\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Harlan_Mathews> <http://dbpedia.org/property/education> ?uri . <http://dbpedia.org/resource/Richard_Merrill_Atkinson> <http://dbpedia.org/ontology/almaMater> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:architect res:Pyusawhti.?x dbp:programmingFormat?uri .?X rdf:typedbo:Building}\n",
-      "\"What kind of buildings were designed by Pyusawhti? | 'Pyusawhti'-res:Pyusawhti | 'buildings'-dbo:architect | 'designed'-dbo:architect\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Pyusawhti> . ?x <http://dbpedia.org/property/programmingFormat> ?uri . ?X <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:Building>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:architect res:Pyusawhti.?x dbp:buildings?uri . }\n",
+      "\"What kind of buildings were designed by Pyusawhti? | 'Pyusawhti'-res:Pyusawhti | 'buildings'-dbo:architect | 'designed'-dbo:architect\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Pyusawhti> . ?x <http://dbpedia.org/property/buildings> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Sony_Financial  dbp:parent?x.?x rdf:type dbo:Bank}\n",
-      "\"What is the owning company of the bank whose parent is Sony Financial ? | 'Sony Financial'-res:Sony_Financial | 'owning'-dbo:owningCompany | 'company'-dbo:company | 'bank'-dbo:number | 'parent'-dbp:parent\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sony_Financial>  <http://dbpedia.org/property/parent> ?x . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Bank>}\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Sony_Financial dbp:parent?x.?x dbo:owningCompany?uri . }\n",
+      "\"What is the owning company of the bank whose parent is Sony Financial ? | 'Sony Financial'-res:Sony_Financial | 'owning'-dbo:owningCompany | 'company'-dbo:company | 'bank'-dbo:number | 'parent'-dbp:parent\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sony_Financial> <http://dbpedia.org/property/parent> ?x . ?x <http://dbpedia.org/ontology/owningCompany> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Cooper_Mountain_Vineyards dbo:locatedInArea?uri. res:Mount_Bachelor_ski_area dbp:locationCountry?uri. }\n",
-      "\"Where are the cooper mountain vineyards and Mt. bachelor ski area located? | 'cooper mountain vineyards'-res:Cooper_Mountain_Vineyards | 'Mt bachelor ski area'-res:Mount_Bachelor_ski_area | 'located'-dbo:locatedInArea\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cooper_Mountain_Vineyards> <http://dbpedia.org/ontology/locatedInArea> ?uri . <http://dbpedia.org/resource/Mount_Bachelor_ski_area> <http://dbpedia.org/property/locationCountry> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Cooper_Mountain_Vineyards dbo:locatedInArea?uri. res:Mt_Bachelor_ski_area dbp:locationCountry?uri. }\n",
+      "\"Where are the cooper mountain vineyards and Mt. bachelor ski area located? | 'cooper mountain vineyards'-res:Cooper_Mountain_Vineyards | 'Mt bachelor ski area'-res:Mount_Bachelor_ski_area | 'located'-dbo:locatedInArea\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cooper_Mountain_Vineyards> <http://dbpedia.org/ontology/locatedInArea> ?uri . <http://dbpedia.org/resource/Mt_Bachelor_ski_area> <http://dbpedia.org/property/locationCountry> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE { res:Mercedes-Benz_Superdome dbo:tenant?uri . }\n",
       "\"How many tenants are there in the Mercedes Benz Superdome? | 'Mercedes Benz Superdome'-res:Mercedes-Benz_Superdome | 'tenant'-dbo:tenant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Mercedes-Benz_Superdome> <http://dbpedia.org/ontology/tenant> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Alfred_Blalock dbp:occupation?x.?x dbo:affiliation?uri . }\n",
-      "\"What is the affiliation of the hospital where Alfred Blalock works? | 'hospital'-res:Hospital | 'Alfred Blalock'-res:Alfred_Blalock | 'affiliation'-dbo:affiliation | 'works'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alfred_Blalock> <http://dbpedia.org/property/occupation> ?x . ?x <http://dbpedia.org/ontology/affiliation> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Alfred_Blalock dbp:affiliation?x.?x rdf:type dbo:Hospital}\n",
+      "\"What is the affiliation of the hospital where Alfred Blalock works? | 'hospital'-res:Hospital | 'Alfred Blalock'-res:Alfred_Blalock | 'affiliation'-dbo:affiliation | 'works'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alfred_Blalock> <http://dbpedia.org/property/affiliation> ?x . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Hospital>}\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:citizenship res:United_States.?x dbo:deathCause?uri . }\n",
       "\"How many causes of death have been associated with American citizens? | 'American'-res:United_States | 'citizens'-dbp:citizenship | 'death'-dbo:deathCause\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/citizenship> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/ontology/deathCause> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Czech_Extraliga dbp:league?x.?x dbo:formerTeam?uri . }\n",
-      "\"For how many teams have the league players of Czech Extraliga, previously played? | 'Czech Extraliga,'-res:Czech_Republic | 'Czech Extraliga,'-res:Czech_Extraliga | 'league'-dbp:league | 'teams'-dbo:formerTeam\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Czech_Extraliga> <http://dbpedia.org/property/league> ?x . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:league res:Czech_Extraliga.?x dbo:formerTeam?uri . }\n",
+      "\"For how many teams have the league players of Czech Extraliga, previously played? | 'Czech Extraliga,'-res:Czech_Republic | 'Czech Extraliga,'-res:Czech_Extraliga | 'league'-dbp:league | 'teams'-dbo:formerTeam\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Czech_Extraliga> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:place res:Lithuanian_Students_Basketball_League.?x dbo:training?uri . }\n",
-      "\"Artists trained at art students league NY are buried where? | 'NY'-res:Nymphicula_banauensis | 'art students league'-res:Lithuanian_Students_Basketball_League | 'artists'-dbo:rkdArtistsId | 'trained'-dbo:coach | 'buried'-dbo:family\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/place> <http://dbpedia.org/resource/Lithuanian_Students_Basketball_League> . ?x <http://dbpedia.org/ontology/training> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:artwork res:Lithuanian_Students_Basketball_League.?uri dbo:restingplace?x . }\n",
+      "\"Artists trained at art students league NY are buried where? | 'NY'-res:Nymphicula_banauensis | 'art students league'-res:Lithuanian_Students_Basketball_League | 'artists'-dbo:rkdArtistsId | 'trained'-dbo:coach | 'buried'-dbo:family\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/artwork> <http://dbpedia.org/resource/Lithuanian_Students_Basketball_League> . ?uri <http://dbpedia.org/ontology/restingplace> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Alpine_skiing_at_the_1964_Winter_Olympics_–_Men's_slalom dbp:deathPlace?uri .? rdf:type dbo:Skier}\n",
-      "\"What is the location of death of the skier who was the bronze medalist of Alpine skiing at the 1964 Winter Olympics  Men's slalom ? | 'Alpine skiing at the 1964 Winter Olympics  Men's slalom'-res:Alpine_skiing_at_the_1964_Winter_Olympics_–_Men's_slalom\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alpine_skiing_at_the_1964_Winter_Olympics_–_Men's_slalom> <http://dbpedia.org/property/deathPlace> ?uri . ? <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Skier>}\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Alpine_skiing_at_the_1964_Winter_Olympics_–_Men's_slalom dbp:bronzesMedalist?x.?x dbo:deathPlace?uri . }\n",
+      "\"What is the location of death of the skier who was the bronze medalist of Alpine skiing at the 1964 Winter Olympics  Men's slalom ? | 'Alpine skiing at the 1964 Winter Olympics  Men's slalom'-res:Alpine_skiing_at_the_1964_Winter_Olympics_–_Men's_slalom\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alpine_skiing_at_the_1964_Winter_Olympics_–_Men's_slalom> <http://dbpedia.org/property/bronzesMedalist> ?x . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Mouse_Morris dbp:race?uri } \n",
       "\"In which races did Mouse Morris take part? | 'Mouse Morris'-res:Mouse_Morris | 'race'-dbp:race\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mouse_Morris> <http://dbpedia.org/property/race> ?uri } \"\n",
@@ -3517,68 +3030,68 @@
       " SELECT DISTINCT?uri WHERE { res:South_Park:_The_Stick_of_Truth dbo:writer?uri } \n",
       "\"Who are the writers of South Park: The Stick of Truth? | 'South Park: The Stick of Truth'-res:South_Park:_The_Stick_of_Truth | 'writers'-dbo:writer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Park:_The_Stick_of_Truth> <http://dbpedia.org/ontology/writer> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:type res:Non-governmental_organization . }\n",
-      "\"What do typically NGOs work for? | 'typically NGOs work'-res:Typically_Tropical\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/type> <http://dbpedia.org/resource/Non-governmental_organization> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:type res:Typically_Tropical . }\n",
+      "\"What do typically NGOs work for? | 'typically NGOs work'-res:Typically_Tropical\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/type> <http://dbpedia.org/resource/Typically_Tropical> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:league res:National_Collegiate_Athletic_Association_(Philippines) .?uri rdf:type dbo:University}\n",
-      "\"How many universities participate in the NCAA Division I Football Bowl Subdivision? | 'universities'-res:Universities_Ireland | 'NCAA'-res:National_Collegiate_Athletic_Association_(Philippines) | 'Division I Football Bowl Subdivision'-res:NCAA_Division_I_Football_Bowl_Subdivision | 'I'-res:I | 'NCAA Division  Football Bowl Subdivision'-res:NCAA_Division_I_Football_Bowl_Subdivision | 'participate'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Collegiate_Athletic_Association_(Philippines)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:league res:NCAA_Division_I_Football_Bowl_Subdivision .?uri rdf:type dbo:University}\n",
+      "\"How many universities participate in the NCAA Division I Football Bowl Subdivision? | 'universities'-res:Universities_Ireland | 'NCAA'-res:National_Collegiate_Athletic_Association_(Philippines) | 'Division I Football Bowl Subdivision'-res:NCAA_Division_I_Football_Bowl_Subdivision | 'I'-res:I | 'NCAA Division  Football Bowl Subdivision'-res:NCAA_Division_I_Football_Bowl_Subdivision | 'participate'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/NCAA_Division_I_Football_Bowl_Subdivision> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:locationCity res:Texas } \n",
-      "\"Give me a count of companies located in Texas ? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Texas'-res:Texas | 'located'-dbo:locationCity\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/locationCity> <http://dbpedia.org/resource/Texas> } \"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:locationCity res:Texas .?uri rdf:type dbo:Company}\n",
+      "\"Give me a count of companies located in Texas ? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Texas'-res:Texas | 'located'-dbo:locationCity\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Texas> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:William_Deane dbo:type?uri. res:Mark_Latham dbp:primeminister?uri} \n",
-      "\"Who is the common prime minster of William Deaner and mark Latham ? | 'William Deaner'-res:William_Deane | 'mark Latham'-res:Mark_Latham | 'mark'-dbo:type\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Deane> <http://dbpedia.org/ontology/type> ?uri . <http://dbpedia.org/resource/Mark_Latham> <http://dbpedia.org/property/primeminister> ?uri} \"\n",
+      "SELECT DISTINCT?uri WHERE { res:William_Deane dbp:primeminister?uri. res:Mark_Latham dbo:keyPerson?uri. }\n",
+      "\"Who is the common prime minster of William Deaner and mark Latham ? | 'William Deaner'-res:William_Deane | 'mark Latham'-res:Mark_Latham | 'mark'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Deane> <http://dbpedia.org/property/primeminister> ?uri . <http://dbpedia.org/resource/Mark_Latham> <http://dbpedia.org/ontology/keyPerson> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:state res:Metro_Manila.?x dbo:team?uri . }\n",
-      "\"How many games are played at universities in Metro Manilla? | 'Metro Manill'-res:Metro_Manila | 'games'-dbo:games | 'played'-dbo:portrayer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/state> <http://dbpedia.org/resource/Metro_Manila> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:state res:Metro_Manila.?x dbp:athletics?uri . }\n",
+      "\"How many games are played at universities in Metro Manilla? | 'Metro Manill'-res:Metro_Manila | 'games'-dbo:games | 'played'-dbo:portrayer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/Metro_Manila> . ?x <http://dbpedia.org/property/athletics> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Cheasty_Boulevard_South dbp:mainCity?uri. res:King_County,_Washington dbo:countySeat?uri} \n",
-      "\"Which mainter of  Cheasty Boulevard South is also the county seat of the King County, Washingtonsu ? | 'Cheasty Boulevard South'-res:Cheasty_Boulevard_South | 'King County, Washingtonsu'-res:King_County,_Washington | 'mainter'-dbo:owner | 'county seat'-dbo:countySeat\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/property/mainCity> ?uri . <http://dbpedia.org/resource/King_County,_Washington> <http://dbpedia.org/ontology/countySeat> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Cheasty_Boulevard_South dbp:mainter?uri. res:King_County,_Washington dbo:countySeat?uri} \n",
+      "\"Which mainter of  Cheasty Boulevard South is also the county seat of the King County, Washingtonsu ? | 'Cheasty Boulevard South'-res:Cheasty_Boulevard_South | 'King County, Washingtonsu'-res:King_County,_Washington | 'mainter'-dbo:owner | 'county seat'-dbo:countySeat\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/property/mainter> ?uri . <http://dbpedia.org/resource/King_County,_Washington> <http://dbpedia.org/ontology/countySeat> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:TranStar_Airlines .?x rdf:type dbo:Destinations}\n",
-      "\"What are the largest cities in each of the destinations of TranStar Airlines? | 'destinations'-res:Destinations_Academy | 'TranStar Airlines'-res:TranStar_Airlines | 'destination'-dbo:destination | 'largest'-dbo:largestCity\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/TranStar_Airlines> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Destinations>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:destinations res:TranStar_Airlines.?x dbo:largestCity?uri . }\n",
+      "\"What are the largest cities in each of the destinations of TranStar Airlines? | 'destinations'-res:Destinations_Academy | 'TranStar Airlines'-res:TranStar_Airlines | 'destination'-dbo:destination | 'largest'-dbo:largestCity\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/destinations> <http://dbpedia.org/resource/TranStar_Airlines> . ?x <http://dbpedia.org/ontology/largestCity> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:writers res:Neil_Gaiman.?x dbo:notableWork?uri . }\n",
       "\"Which writer is famous for works written by Neil Gaiman? | 'Neil Gaiman'-res:Neil_Gaiman | 'written by'-dbp:writers | 'works'-dbo:notableWork\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/writers> <http://dbpedia.org/resource/Neil_Gaiman> . ?x <http://dbpedia.org/ontology/notableWork> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { youths res:FC_Barcelona.?uri dbp:youthclubs res:Newell's_Old_Boys. }\n",
-      "\"Who was in youth clubs of FC Barcelona and Newell's Old Boys? | 'FC Barcelona'-res:FC_Barcelona | 'Newell's Old Boys'-res:Newell's_Old_Boys | 'youth clubs'-dbp:youthclubs | 'youth clubs'-dbp:youthclubs\",\"SELECT DISTINCT ?uri WHERE { youths <http://dbpedia.org/resource/FC_Barcelona> . ?uri <http://dbpedia.org/property/youthclubs> <http://dbpedia.org/resource/Newell's_Old_Boys> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:youthclubs res:FC_Barcelona.?uri rdf:type dbo:SoccerClub}\n",
+      "\"Who was in youth clubs of FC Barcelona and Newell's Old Boys? | 'FC Barcelona'-res:FC_Barcelona | 'Newell's Old Boys'-res:Newell's_Old_Boys | 'youth clubs'-dbp:youthclubs | 'youth clubs'-dbp:youthclubs\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/youthclubs> <http://dbpedia.org/resource/FC_Barcelona> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SoccerClub>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Alexander_Lippisch dbp:designer?uri } \n",
-      "\"For which country did Alexander Lippisch design airplanes? | 'Alexander Lippisch design airplanes'-res:Alexander_Lippisch | 'country'-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alexander_Lippisch> <http://dbpedia.org/property/designer> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE {?x dbp:designer res:Alexander_Lippisch.?x dbo:country?uri }\n",
+      "\"For which country did Alexander Lippisch design airplanes? | 'Alexander Lippisch design airplanes'-res:Alexander_Lippisch | 'country'-dbo:country\",\" SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Alexander_Lippisch> . ?x <http://dbpedia.org/ontology/country> ?uri }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Carmela_Soprano dbo:relative?uri } \n",
-      "\"What is the religion of the relatives of Carmela Soprano ? | 'Carmela Soprano'-res:Carmela_Soprano | 'religion'-dbo:religion | 'relatives'-dbo:relative\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Carmela_Soprano> <http://dbpedia.org/ontology/relative> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:Carmela_Soprano dbo:relative?x.?x dbp:religion?uri . }\n",
+      "\"What is the religion of the relatives of Carmela Soprano ? | 'Carmela Soprano'-res:Carmela_Soprano | 'religion'-dbo:religion | 'relatives'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Carmela_Soprano> <http://dbpedia.org/ontology/relative> ?x . ?x <http://dbpedia.org/property/religion> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:firstTeam res:Scuderia_Ferrari.?x dbo:poleDriver?uri .?se:Formula_OneRacer}\n",
-      "\"In all the grand prixes where the first team was Scuderia Ferrari, who all were the pole drivers? | 'Scuderia Ferrari'-res:Scuderia_Ferrari | 'grand prixes'-dbo:grandsire | 'team'-dbo:team | 'pole drivers'-dbp:drivers\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Scuderia_Ferrari> . ?x <http://dbpedia.org/ontology/poleDriver> ?uri . ?se:Formula_OneRacer}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:firstTeam res:Scuderia_Ferrari.?x dbo:poleDriver?uri . }\n",
+      "\"In all the grand prixes where the first team was Scuderia Ferrari, who all were the pole drivers? | 'Scuderia Ferrari'-res:Scuderia_Ferrari | 'grand prixes'-dbo:grandsire | 'team'-dbo:team | 'pole drivers'-dbp:drivers\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Scuderia_Ferrari> . ?x <http://dbpedia.org/ontology/poleDriver> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Erastus_Wiman dbo:citizenship?uri } \n",
       "\"What is the citizenship of Erastus Wiman ? | 'Erastus Wiman'-res:Erastus_Wiman | 'citizenship'-dbo:citizenship\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erastus_Wiman> <http://dbpedia.org/ontology/citizenship> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:stateOfOrigin res:French_people.?x dbp:awards?uri . }\n",
-      "\"What are some awards given to the french people? | 'awards'-dbo:award | 'french'-dbo:channel\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/French_people> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:stateOfOrigin res:French_people.?x dbo:award?uri . }\n",
+      "\"What are some awards given to the french people? | 'awards'-dbo:award | 'french'-dbo:channel\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/stateOfOrigin> <http://dbpedia.org/resource/French_people> . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Robert_William_Wilcox dbp:district?uri } \n",
       "\"Name the district of Robert William Wilcox ? | 'Robert William Wilcox'-res:Robert_William_Wilcox | 'name'-dbp:name | 'district'-dbo:district\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_William_Wilcox> <http://dbpedia.org/property/district> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:subsidiary res:Tandem_Computers.?x dbp:company?uri . }\n",
-      "\"Tandem Computers is the subsidiary of which company? | 'tandem Computers'-res:Tandem_Computers | 'subsidiary'-dbo:subsidiary | 'company'-dbo:company\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/subsidiary> <http://dbpedia.org/resource/Tandem_Computers> . ?x <http://dbpedia.org/property/company> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:subsidiary res:Tandem_Computers .?uri rdf:type dbo:Company}\n",
+      "\"Tandem Computers is the subsidiary of which company? | 'tandem Computers'-res:Tandem_Computers | 'subsidiary'-dbo:subsidiary | 'company'-dbo:company\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/subsidiary> <http://dbpedia.org/resource/Tandem_Computers> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:cinematography res:Jordan_Cronenweth .?uri rdf:type dbo:Film}\n",
       "\"What are the movies whose director of photography is Jordan Cronenweth? | 'Jordan Cronenweth'-res:Jordan_Cronenweth | 'movies'-dbo:film | 'director'-dbo:director | 'photography'-dbo:picture\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:riverMouth res:Thames_Estuary.?uri dbp:cities res:North_Sea. }\n",
-      "\"Which river ends at  Thames Estuary and North Sea? | 'Thames Estuary'-res:Thames_Estuary | 'North Sea'-res:North_Sea | 'river'-dbo:river | 'ends'-dbo:fate\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/Thames_Estuary> . ?uri <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/North_Sea> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:riverEnd res:Thames_Estuary.?uri dbp:riverMouth res:North_Sea. }\n",
+      "\"Which river ends at  Thames Estuary and North Sea? | 'Thames Estuary'-res:Thames_Estuary | 'North Sea'-res:North_Sea | 'river'-dbo:river | 'ends'-dbo:fate\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/riverEnd> <http://dbpedia.org/resource/Thames_Estuary> . ?uri <http://dbpedia.org/property/riverMouth> <http://dbpedia.org/resource/North_Sea> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Toronto dbp:locationCity?uri .?uri rdf:type dbo:Company}\n",
-      "\"How many companies are located in Toronto ? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Toronto'-res:Toronto | 'located'-dbo:locatedInArea\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Toronto> <http://dbpedia.org/property/locationCity> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:locationCity res:Toronto .?uri rdf:type dbo:Company}\n",
+      "\"How many companies are located in Toronto ? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Toronto'-res:Toronto | 'located'-dbo:locatedInArea\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:deathPlace res:Westwood,_Los_Angeles.?uri dbp:editing?x . }\n",
       "\"What are the movies whose editor died in Westwood, Los Angeles? | 'Westwood, Los Angeles'-res:Westwood,_Los_Angeles | 'died in'-dbo:deathPlace | 'editor'-dbo:editing\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Westwood,_Los_Angeles> . ?uri <http://dbpedia.org/property/editing> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:director res:Bernard_Herrmann.?uri dbp:music res:Orson_Welles . }\n",
-      "\"In which movies directed by Orson Welles has Bernard Herrmann as music composer ? | 'Bernard Herrmann'-res:Bernard_Herrmann | 'Orson Welles'-res:Orson_Welles | 'movies'-dbo:film | 'directed'-dbo:principal | 'music composer'-dbo:musicComposer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Bernard_Herrmann> . ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Orson_Welles> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:musicComposer res:Bernard_Herrmann .?uri rdf:type dbo:Film}\n",
+      "\"In which movies directed by Orson Welles has Bernard Herrmann as music composer ? | 'Bernard Herrmann'-res:Bernard_Herrmann | 'Orson Welles'-res:Orson_Welles | 'movies'-dbo:film | 'directed'-dbo:principal | 'music composer'-dbo:musicComposer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Presidio_Santa_Cruz_de_Terrenate dbo:builder?uri } \n",
       "\"Who is the builder of Presidio Santa Cruz de Terrenate ? | 'Presidio Santa Cruz de Terrenate'-res:Presidio_Santa_Cruz_de_Terrenate | 'builder'-dbo:builder\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Presidio_Santa_Cruz_de_Terrenate> <http://dbpedia.org/ontology/builder> ?uri } \"\n",
@@ -3589,26 +3102,26 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:network res:Comedy_Central .?uri rdf:type dbo:TelevisionShow}\n",
       "\"How many shows are aired on Comedy Central? | 'Comedy Central'-res:Comedy_Central | 'shows'-dbo:place | 'aired'-dbo:flag\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/Comedy_Central> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt_University_Medical_Center dbp:affiliation?uri. res: Vanderbilt_U.S._Department_of_Cambodian_Medal. }\n",
-      "\"What are Monrow Carell Jr Children Hospital and Vanderbilt University Medical Center both affiliated with? | 'vanderbilt hospital children'-res:Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt | 'Vanderbilt University Medical Center'-res:Vanderbilt_University_Medical_Center | 'affiliated'-dbp:affiliation | 'affiliated'-dbp:affiliation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt_University_Medical_Center> <http://dbpedia.org/property/affiliation> ?uri . <http://dbpedia.org/resource/Vanderbilt_U.S._Department_of_Cambodian_Medal> . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt.?uri dbp:affiliation?x. }\n",
+      "\"What are Monrow Carell Jr Children Hospital and Vanderbilt University Medical Center both affiliated with? | 'vanderbilt hospital children'-res:Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt | 'Vanderbilt University Medical Center'-res:Vanderbilt_University_Medical_Center | 'affiliated'-dbp:affiliation | 'affiliated'-dbp:affiliation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt> . ?uri <http://dbpedia.org/property/affiliation> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:branch res:United_States_Senate .?uri rdf:type dbo:OfficeHolder}\n",
       "\"How many politicians are in the US Senate? | 'US Senate'-res:United_States_Senate\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/branch> <http://dbpedia.org/resource/United_States_Senate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:relative res:Huey,_Dewey,_and_Louie.?uri dbp:family res:Duck_family_(Disney). }\n",
-      "\"Name the fictional character whose relatives are Huey, Dewey, and Louie and belongs to Duck family ? | 'Huey, Dewey, and Louie'-res:Huey,_Dewey,_and_Louie | 'Duck family'-res:Duck_family_(Disney) | 'name'-dbp:name | 'fictional character'-dbo:party | 'relatives'-dbo:relative | 'belongs'-dbp:date\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Huey,_Dewey,_and_Louie> . ?uri <http://dbpedia.org/property/family> <http://dbpedia.org/resource/Duck_family_(Disney)> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:relatives res:Huey,_Dewey,_and_Louie.?uri dbo:family res:Duck_family_(Disney). }\n",
+      "\"Name the fictional character whose relatives are Huey, Dewey, and Louie and belongs to Duck family ? | 'Huey, Dewey, and Louie'-res:Huey,_Dewey,_and_Louie | 'Duck family'-res:Duck_family_(Disney) | 'name'-dbp:name | 'fictional character'-dbo:party | 'relatives'-dbo:relative | 'belongs'-dbp:date\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Huey,_Dewey,_and_Louie> . ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Duck_family_(Disney)> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Bloomington_Viaduct dbp:crosses?uri } \n",
       "\"What is the bloomington viaduct built to cross? | 'bloomington viaduct'-res:Bloomington_Viaduct | 'cross'-dbp:crosses\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bloomington_Viaduct> <http://dbpedia.org/property/crosses> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Cape_Town dbp:residence?uri .?uri rdf:type dbo:OfficeHolder}\n",
-      "\"How many politicians reside in Cape Town? | 'politicians'-res:Politicians_of_The_Wire | 'Cape Town'-res:Cape_Town | 'reside'-dbp:residence\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Cape_Town> <http://dbpedia.org/property/residence> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:residence res:Cape_Town .?uri rdf:type dbo:OfficeHolder}\n",
+      "\"How many politicians reside in Cape Town? | 'politicians'-res:Politicians_of_The_Wire | 'Cape Town'-res:Cape_Town | 'reside'-dbp:residence\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/residence> <http://dbpedia.org/resource/Cape_Town> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:parent res:BBC.?x dbp:products?uri . }\n",
       "\"What are some products of the company whose parent is BBC? | 'BBC'-res:BBC | 'products'-dbo:author | 'company'-dbo:company | 'parent'-dbo:parent\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parent> <http://dbpedia.org/resource/BBC> . ?x <http://dbpedia.org/property/products> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Martin_Pugh dbp:associatedActs?uri. res:Alana_Stewart dbo:spouse?uri} \n",
-      "\"Which associat of Martin Pugh is also married to Alana Stewert ? | 'Martin Pugh'-res:Martin_Pugh | 'Alana Stewert'-res:Alana_Stewart | 'associat'-dbo:team | 'married'-dbp:spouse\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Martin_Pugh> <http://dbpedia.org/property/associatedActs> ?uri . <http://dbpedia.org/resource/Alana_Stewart> <http://dbpedia.org/ontology/spouse> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Martin_Pugh dbp:spouse?uri. res:Alana_Stewart dbo:associatedActs?uri} \n",
+      "\"Which associat of Martin Pugh is also married to Alana Stewert ? | 'Martin Pugh'-res:Martin_Pugh | 'Alana Stewert'-res:Alana_Stewart | 'associat'-dbo:team | 'married'-dbp:spouse\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Martin_Pugh> <http://dbpedia.org/property/spouse> ?uri . <http://dbpedia.org/resource/Alana_Stewart> <http://dbpedia.org/ontology/associatedActs> ?uri} \"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:coach res:Old_Boys . }\n",
       "\"How many people played for Newell's Old Boys? | 'Newell'-res:Newell | 'Old Boys'-res:Old_Boys | 'played'-dbo:coach\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/coach> <http://dbpedia.org/resource/Old_Boys> . }\"\n",
@@ -3616,71 +3129,71 @@
       " SELECT DISTINCT?uri WHERE { res:Antoine_Bibeaudbp:draftTeam?uri. res:Nathan_Dempsey dbp:playedFor?uri} \n",
       "\"What is the draft team of the Antoine Bibeau and also has player named Nathan Dempsey ? | 'Antoine Bibeau'-res:Antoine_Bibeau | 'Nathan Dempsey'-res:Nathan_Dempsey | 'draft team'-dbp:draftTeam | 'team'-dbp:playedFor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Antoine_Bibeaudbp:draftTeam> ?uri . <http://dbpedia.org/resource/Nathan_Dempsey> <http://dbpedia.org/property/playedFor> ?uri} \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Galga dbo:broadcastArea?uri. res:Tv_test_pattern?uri} \n",
-      "\"List the broadcast area of the TV stations which also serves in Agalga ? | 'TV'-res:Tv_test_pattern | 'Agalga'-res:Galga | 'broadcast area'-dbo:broadcastArea | 'stations'-dbo:order | 'serves'-dbo:order\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Galga> <http://dbpedia.org/ontology/broadcastArea> ?uri . <http://dbpedia.org/resource/Tv_test_pattern> ?uri} \"\n",
+      "SELECT DISTINCT?uri WHERE {?x rdf:type dbo:TelevisionStation}\n",
+      "\"List the broadcast area of the TV stations which also serves in Agalga ? | 'TV'-res:Tv_test_pattern | 'Agalga'-res:Galga | 'broadcast area'-dbo:broadcastArea | 'stations'-dbo:order | 'serves'-dbo:order\",\"SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionStation>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbp:deputy res:Neil_Brown_(Australian_politician) } \n",
-      "\"Whose deputy is Neil Brown? | 'Neil Brown'-res:Neil_Brown_(Australian_politician) | 'deputy'-dbo:deputy\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/deputy> <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> } \"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbo:deputy res:Neil_Brown_(Australian_politician) } \n",
+      "\"Whose deputy is Neil Brown? | 'Neil Brown'-res:Neil_Brown_(Australian_politician) | 'deputy'-dbo:deputy\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/deputy> <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:deathPlace res:Los_Angeles.?x dbo:debutteam?uri . }\n",
       "\"What is debut team of the baseball players who died in Los Angeles? | 'baseball players'-res:Major_League_Baseball_Players_Association | 'Los Angeles'-res:Los_Angeles | 'debut team'-dbo:team | 'died'-dbp:deathPlace\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/deathPlace> <http://dbpedia.org/resource/Los_Angeles> . ?x <http://dbpedia.org/ontology/debutteam> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Budapest dbo:operator?uri } \n",
-      "\"List all the operators of the train who operates in Budapest ? | 'Budapest'-res:Budapest | 'operators'-dbo:operator | 'train'-dbo:training | 'operates'-dbo:operator\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Budapest> <http://dbpedia.org/ontology/operator> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:operator res:Budapest.?x dbo:operator?uri . }\n",
+      "\"List all the operators of the train who operates in Budapest ? | 'Budapest'-res:Budapest | 'operators'-dbo:operator | 'train'-dbo:training | 'operates'-dbo:operator\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/operator> <http://dbpedia.org/resource/Budapest> . ?x <http://dbpedia.org/ontology/operator> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Puss_in_Boots_(1922_film) dbp:producer?x.?x dbo:award?uri . }\n",
-      "\"What are the awards won by the producer of Puss in Boots (film)? | 'Puss in Boots (film)'-res:Puss_in_Boots_(1922_film) | 'awards'-dbo:budget | 'won'-dbo:award | 'producer'-dbo:producer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Puss_in_Boots_(1922_film)> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Puss_in_Boots_(film) dbp:producer?x.?x dbo:award?uri . }\n",
+      "\"What are the awards won by the producer of Puss in Boots (film)? | 'Puss in Boots (film)'-res:Puss_in_Boots_(1922_film) | 'awards'-dbo:budget | 'won'-dbo:award | 'producer'-dbo:producer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Puss_in_Boots_(film)> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:garrison res:Militia.?x dbo:leaderName?uri . }\n",
       "\"How many politicians are in the militia? | 'militia'-res:Militia | 'militia'-dbo:garrison\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/Militia> . ?x <http://dbpedia.org/ontology/leaderName> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:battles res:Minister_of_Defense_(Saudi_Arabia).?x dbo:combatant?uri . }\n",
-      "\"In which wars were people from the Saudi Arabian ministry of defense involved? | 'Saudi Arabian'-res:Minister_of_Defense_(Saudi_Arabia) | 'wars'-dbp:battles | 'defense'-dbo:garrison | 'involved'-dbo:result | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Minister_of_Defense_(Saudi_Arabia)> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:garrison res:Minister_of_Defense_(Saudi_Arabia).?x dbp:combatant?uri . }\n",
+      "\"In which wars were people from the Saudi Arabian ministry of defense involved? | 'Saudi Arabian'-res:Minister_of_Defense_(Saudi_Arabia) | 'wars'-dbp:battles | 'defense'-dbo:garrison | 'involved'-dbo:result | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/garrison> <http://dbpedia.org/resource/Minister_of_Defense_(Saudi_Arabia)> . ?x <http://dbpedia.org/property/combatant> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:opponent res:John_G._Schmitz } \n",
-      "\"Under which US president was a politician in opposition of John G Schmitz? | 'US'-res:United_States | 'G'-res:G | 'John  Schmitz'-res:John_G._Schmitz | 'president'-dbo:president | 'politician'-dbo:party | 'opposition'-dbo:opponent\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/opponent> <http://dbpedia.org/resource/John_G._Schmitz> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:opponent res:John_G._Schmitz.?uri dbp:president?x . }\n",
+      "\"Under which US president was a politician in opposition of John G Schmitz? | 'US'-res:United_States | 'G'-res:G | 'John  Schmitz'-res:John_G._Schmitz | 'president'-dbo:president | 'politician'-dbo:party | 'opposition'-dbo:opponent\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/opponent> <http://dbpedia.org/resource/John_G._Schmitz> . ?uri <http://dbpedia.org/property/president> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Shorty_Rogers dbp:associatedBand?x.?x dbo:associatedMusicalArtist?uri . }\n",
-      "\"Who are the associated musical artist of the  artists of band Shorty Rogers? | 'associated musical artist'-res:The_Artist_(film) | 'band Shorty Rogers'-res:Shorty_Rogers | 'associated band'-dbo:associatedBand | 'associated musical artist'-dbo:associatedMusicalArtist\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Shorty_Rogers> <http://dbpedia.org/property/associatedBand> ?x . ?x <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:The_Artist_(film) dbo:associatedBand?x.?x dbp:associatedMusicalArtist?uri . }\n",
+      "\"Who are the associated musical artist of the  artists of band Shorty Rogers? | 'associated musical artist'-res:The_Artist_(film) | 'band Shorty Rogers'-res:Shorty_Rogers | 'associated band'-dbo:associatedBand | 'associated musical artist'-dbo:associatedMusicalArtist\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Artist_(film)> <http://dbpedia.org/ontology/associatedBand> ?x . ?x <http://dbpedia.org/property/associatedMusicalArtist> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:team res:Dallas_Cowboys .?uri rdf:type dbo:AmericanFootballPlayer}\n",
       "\"Who were the american football players who played for Dallas Cowboys? | 'american football players'-res:Les_Joueurs_de_football | 'Dallas Cowboys'-res:Dallas_Cowboys | 'played for'-dbo:team | 'american football player'-dbo:AmericanFootballPlayer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/team> <http://dbpedia.org/resource/Dallas_Cowboys> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballPlayer>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:cpu res:Cell_(microprocessor).?uri dbo:predecessor res:PlayStation_2 . }\n",
-      "\"Which appliance's CPU is Cell (microprocessor) and predecessor is PlayStation 2? | 'CPU'-res:Scorpion_(CPU) | 'Cell (microprocessor)'-res:Cell_(microprocessor) | 'PlayStation 2'-res:PlayStation_2 | 'appliance'-dbp:engine | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cpu> <http://dbpedia.org/resource/Cell_(microprocessor)> . ?uri <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/PlayStation_2> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:engine res:Cell_(microprocessor).?uri dbo:predecessor res:PlayStation_2 . }\n",
+      "\"Which appliance's CPU is Cell (microprocessor) and predecessor is PlayStation 2? | 'CPU'-res:Scorpion_(CPU) | 'Cell (microprocessor)'-res:Cell_(microprocessor) | 'PlayStation 2'-res:PlayStation_2 | 'appliance'-dbp:engine | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/Cell_(microprocessor)> . ?uri <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/PlayStation_2> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:debutTeam res:Houston_Astros.?uri dbp:team?x . }\n",
-      "\"People who debuted from Houston Astros have played in which clubs? | 'Houston Astros'-res:Houston_Astros | 'debuted'-dbo:debutTeam | 'played'-dbo:participant | 'clubs'-dbo:college\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutTeam> <http://dbpedia.org/resource/Houston_Astros> . ?uri <http://dbpedia.org/property/team> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:debutTeam res:Houston_Astros.?uri dbp:name?x . }\n",
+      "\"People who debuted from Houston Astros have played in which clubs? | 'Houston Astros'-res:Houston_Astros | 'debuted'-dbo:debutTeam | 'played'-dbo:participant | 'clubs'-dbo:college\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutTeam> <http://dbpedia.org/resource/Houston_Astros> . ?uri <http://dbpedia.org/property/name> ?x . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:capital res:Washington.?x dbp:subject?uri }\n",
-      "\"Radios on what topics can be tuned in to in Washington DC? | 'topics'-res:Topics_in_Early_Childhood_Special_Education | 'DC'-res:Dc_(computer_program) | 'Washington'-res:Washington | 'radios'-dbo:capital | 'tuned'-dbo:number\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/capital> <http://dbpedia.org/resource/Washington> . ?x <http://dbpedia.org/property/subject> ?uri }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:city res:Washington_DC.?x dbo:themeMusicComposer?uri . }\n",
+      "\"Radios on what topics can be tuned in to in Washington DC? | 'topics'-res:Topics_in_Early_Childhood_Special_Education | 'DC'-res:Dc_(computer_program) | 'Washington'-res:Washington | 'radios'-dbo:capital | 'tuned'-dbo:number\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Washington_DC> . ?x <http://dbpedia.org/ontology/themeMusicComposer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:creator res:Russell_T_Davies.?uri dbo:related?x . }\n",
-      "\"Give me some shows related to the ones created by Russell Davies | 'Russell Davies'-res:Russell_T_Davies | 'shows'-dbo:place | 'related'-dbo:related | 'created'-dbo:creator\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Russell_T_Davies> . ?uri <http://dbpedia.org/ontology/related> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:creator res:Russell_T_Davies.?uri rdf:type dbo:TelevisionShow}\n",
+      "\"Give me some shows related to the ones created by Russell Davies | 'Russell Davies'-res:Russell_T_Davies | 'shows'-dbo:place | 'related'-dbo:related | 'created'-dbo:creator\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Russell_T_Davies> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:commander res:Feng_Zicai.?x dbo:territory?uri . }\n",
-      "\"What is the territory of the conflict whose commander is Feng Zicai? | 'Feng Zicai'-res:Feng_Zicai | 'territory'-dbo:territory | 'conflict'-dbo:battle | 'commander'-dbo:commander\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Feng_Zicai> . ?x <http://dbpedia.org/ontology/territory> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Feng_Zicai dbo:commander?x.?x dbp:territory?uri . }\n",
+      "\"What is the territory of the conflict whose commander is Feng Zicai? | 'Feng Zicai'-res:Feng_Zicai | 'territory'-dbo:territory | 'conflict'-dbo:battle | 'commander'-dbo:commander\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Feng_Zicai> <http://dbpedia.org/ontology/commander> ?x . ?x <http://dbpedia.org/property/territory> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Syracuse_University_Press dbp:parentOrganization?uri. res:Michael_Springer dbo:club?uri} \n",
-      "\"Which club of Michael Springer is also the parent organization of Syracuse University press ? | 'Michael Springer'-res:Michael_Springer | 'Syracuse University press'-res:Syracuse_University_Press | 'club'-dbo:club | 'parent organization'-dbp:parentOrganization\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Syracuse_University_Press> <http://dbpedia.org/property/parentOrganization> ?uri . <http://dbpedia.org/resource/Michael_Springer> <http://dbpedia.org/ontology/club> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Michael_Springer dbo:club?uri. res:Syracuse_University_Press dbp:parentOrganization?uri} \n",
+      "\"Which club of Michael Springer is also the parent organization of Syracuse University press ? | 'Michael Springer'-res:Michael_Springer | 'Syracuse University press'-res:Syracuse_University_Press | 'club'-dbo:club | 'parent organization'-dbp:parentOrganization\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Springer> <http://dbpedia.org/ontology/club> ?uri . <http://dbpedia.org/resource/Syracuse_University_Press> <http://dbpedia.org/property/parentOrganization> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:BASIC dbp:designer?uri. res:Language_Integrated_Query dbo:founded?uri. }\n",
-      "\"Which company created BASIC and Language Integrated Query ? | 'BASIC'-res:BASIC | 'Language Integrated Query'-res:Language_Integrated_Query | 'company'-dbo:company | 'created'-dbo:designer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BASIC> <http://dbpedia.org/property/designer> ?uri . <http://dbpedia.org/resource/Language_Integrated_Query> <http://dbpedia.org/ontology/founded> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:BASIC dbp:founded?uri. res:Language_Integrated_Query dbo:company?uri. }\n",
+      "\"Which company created BASIC and Language Integrated Query ? | 'BASIC'-res:BASIC | 'Language Integrated Query'-res:Language_Integrated_Query | 'company'-dbo:company | 'created'-dbo:designer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BASIC> <http://dbpedia.org/property/founded> ?uri . <http://dbpedia.org/resource/Language_Integrated_Query> <http://dbpedia.org/ontology/company> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:McDonnell_Douglas dbp:successor?uri. res:Bharathiar_University dbo:builder?uri} \n",
-      "\"Whihc successor of McDonnell Douglas was built bu Delta 3 ? | 'whihc successor'-res:The_Successor_(film) | 'McDonnell Douglas'-res:McDonnell_Douglas | 'bu Delta 3'-res:Bharathiar_University | 'built'-dbo:numberBuilt\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/McDonnell_Douglas> <http://dbpedia.org/property/successor> ?uri . <http://dbpedia.org/resource/Bharathiar_University> <http://dbpedia.org/ontology/builder> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:McDonnell_Douglas dbo:numberBuilt?uri. res:Bharathiar_University dbp:successor?uri} \n",
+      "\"Whihc successor of McDonnell Douglas was built bu Delta 3 ? | 'whihc successor'-res:The_Successor_(film) | 'McDonnell Douglas'-res:McDonnell_Douglas | 'bu Delta 3'-res:Bharathiar_University | 'built'-dbo:numberBuilt\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/McDonnell_Douglas> <http://dbpedia.org/ontology/numberBuilt> ?uri . <http://dbpedia.org/resource/Bharathiar_University> <http://dbpedia.org/property/successor> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:team res:Columbus_Crew_SC.?x dbp:matches?uri . }\n",
-      "\"Where did some of the matches take place where Columbus Crew SC played? | 'SC'-res:SC | 'Columbus Crew'-res:Columbus_Crew_SC | 'matches'-dbp:matches | 'place'-dbo:place | 'played'-dbo:combatant\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/team> <http://dbpedia.org/resource/Columbus_Crew_SC> . ?x <http://dbpedia.org/property/matches> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:city res:Columbus_Crew_SC.?x dbo:place?uri . }\n",
+      "\"Where did some of the matches take place where Columbus Crew SC played? | 'SC'-res:SC | 'Columbus Crew'-res:Columbus_Crew_SC | 'matches'-dbp:matches | 'place'-dbo:place | 'played'-dbo:combatant\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Columbus_Crew_SC> . ?x <http://dbpedia.org/ontology/place> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE { res:American_Mediterranean_Sea dbp:cities?uri . }\n",
       "\"Count the number of cities around the American Mediterranean Sea? | 'American Mediterranean Sea'-res:Organization_of_American_States | 'American Mediterranean Sea'-res:American_Mediterranean_Sea | 'count'-dbo:type | 'cities'-dbp:cities | ''-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/American_Mediterranean_Sea> <http://dbpedia.org/property/cities> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:manufacturer res:FremantleMedia.?uri dbo:producer?x . }\n",
-      "\"Who produced the TV shows for Fremantle Media? | 'Fremantle Media'-res:FremantleMedia | 'produced'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/manufacturer> <http://dbpedia.org/resource/FremantleMedia> . ?uri <http://dbpedia.org/ontology/producer> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:distributor res:FremantleMedia.?x dbo:manufacturer?uri . }\n",
+      "\"Who produced the TV shows for Fremantle Media? | 'Fremantle Media'-res:FremantleMedia | 'produced'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/FremantleMedia> . ?x <http://dbpedia.org/ontology/manufacturer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {homeStadium res:Merritt_Paulson .?x rdf:type dbo:SoccerClubSeason}\n",
-      "\"What is the home stadium of the soccer club seasons whose chairman is Merritt Paulson? | 'soccer club seasons'-res:Mooroolbark_Soccer_Club | 'Merritt Paulson'-res:Merritt_Paulson | 'home stadium'-dbp:ground | 'chairman'-dbo:chairman\",\"SELECT DISTINCT ?uri WHERE {homeStadium <http://dbpedia.org/resource/Merritt_Paulson> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SoccerClubSeason>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:chairman res:Merritt_Paulson.?x dbo:homeStadium?uri . }\n",
+      "\"What is the home stadium of the soccer club seasons whose chairman is Merritt Paulson? | 'soccer club seasons'-res:Mooroolbark_Soccer_Club | 'Merritt Paulson'-res:Merritt_Paulson | 'home stadium'-dbp:ground | 'chairman'-dbo:chairman\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/chairman> <http://dbpedia.org/resource/Merritt_Paulson> . ?x <http://dbpedia.org/ontology/homeStadium> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:producer res:Michael_Deeley .?uri rdf:type dbo:Film}\n",
       "\"How many movies did Michael Deeley produce? | 'Michael Deeley'-res:Michael_Deeley | 'produce'-dbp:producer | 'movie'-dbo:Film\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
@@ -3691,152 +3204,152 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:birthPlace res:United_Kingdom.?uri dbp:editing?x . }\n",
       "\"Count the number of movies whose editors were born in UK? | 'UK'-res:United_Kingdom | 'count'-dbo:country | 'movies'-dbo:film | 'editors'-dbo:editor | 'born'-dbo:birthPlace\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/United_Kingdom> . ?uri <http://dbpedia.org/property/editing> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Jeff_Conaway dbo:starring?uri. res:Jason_Carter_(actor) dbp:creator?uri.?uri rdf:typedbo:TelevisionShow}\n",
-      "\"What is the television show whose cast members are Jeff Conaway and Jason Carter? | 'Jeff Conaway'-res:Jeff_Conaway | 'Jason Carter'-res:Jason_Carter_(actor) | 'television show'-dbo:transmission | 'cast members'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jeff_Conaway> <http://dbpedia.org/ontology/starring> ?uri . <http://dbpedia.org/resource/Jason_Carter_(actor)> <http://dbpedia.org/property/creator> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:starring res:Jeff_Conaway.?uri rdf:type dbo:TelevisionShow}\n",
+      "\"What is the television show whose cast members are Jeff Conaway and Jason Carter? | 'Jeff Conaway'-res:Jeff_Conaway | 'Jason Carter'-res:Jason_Carter_(actor) | 'television show'-dbo:transmission | 'cast members'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Jeff_Conaway> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:Pittsburgh_Line dbo:route?x.?x dbp:founded?uri . }\n",
       "\"Who founded the city at the end of the Pittsburgh Line route? | 'Pittsburgh Line'-res:Pittsburgh_Line | 'founded'-dbo:founder | 'city'-dbo:city | 'end'-dbp:end\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pittsburgh_Line> <http://dbpedia.org/ontology/route> ?x . ?x <http://dbpedia.org/property/founded> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:country res:United_States.?uri dbp:publisher?x . }\n",
-      "\"How many games have a publisher based in US? | 'US'-res:United_States | 'games'-dbo:games | 'publisher'-dbo:publisher | 'based'-dbo:origin\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/publisher> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:origin res:United_States.?uri dbp:publisher?x . }\n",
+      "\"How many games have a publisher based in US? | 'US'-res:United_States | 'games'-dbo:games | 'publisher'-dbo:publisher | 'based'-dbo:origin\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/origin> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/publisher> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:league res:National_Basketball_Association . }\n",
-      "\"How many people have played for the NBA? | 'NBA'-res:National_Basketball_Association | 'played'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Basketball_Association> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:league res:National_Basketball_Association .?uri rdf:type dbo:Person}\n",
+      "\"How many people have played for the NBA? | 'NBA'-res:National_Basketball_Association | 'played'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Basketball_Association> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:2002_Players_Championship dbp:nationality?uri } \n",
-      "\"What is the nationality of the golf player who won the  2002 Players Championship ? | '2002 Players Championship'-res:2002_Players_Championship | 'nationality'-dbo:nationality | 'golf player'-dbo:participant | 'won'-dbo:award\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2002_Players_Championship> <http://dbpedia.org/property/nationality> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:2002_Players_Championship dbp:prizes?x.?x dbo:nationality?uri . }\n",
+      "\"What is the nationality of the golf player who won the  2002 Players Championship ? | '2002 Players Championship'-res:2002_Players_Championship | 'nationality'-dbo:nationality | 'golf player'-dbo:participant | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2002_Players_Championship> <http://dbpedia.org/property/prizes> ?x . ?x <http://dbpedia.org/ontology/nationality> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Jane_Austen_in_Manhattan dbo:writer?uri. res:Emma_(novel) dbp:colour?uri. }\n",
-      "\"Who penned Emma and Jane Austen in Manhatten? | 'Jane Austen in Manhatten'-res:Jane_Austen_in_Manhattan | 'Emma'-res:Emma_(novel) | 'penned'-dbo:colour\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jane_Austen_in_Manhattan> <http://dbpedia.org/ontology/writer> ?uri . <http://dbpedia.org/resource/Emma_(novel)> <http://dbpedia.org/property/colour> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Jane_Austen_in_Manhattan dbo:colour?uri. res:Emma_(novel) dbp:author?uri. }\n",
+      "\"Who penned Emma and Jane Austen in Manhatten? | 'Jane Austen in Manhatten'-res:Jane_Austen_in_Manhattan | 'Emma'-res:Emma_(novel) | 'penned'-dbo:colour\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jane_Austen_in_Manhattan> <http://dbpedia.org/ontology/colour> ?uri . <http://dbpedia.org/resource/Emma_(novel)> <http://dbpedia.org/property/author> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?xdbp:canonizedBy res:Pope_John_Paul_II.?x dbp:deathPlace?uri . }\n",
       "\"Where did the people canonized by John Paul II die? | 'John Paul II'-res:Pope_John_Paul_II | 'canonized by'-dbp:canonizedBy | 'die'-dbp:deathPlace\",\"SELECT DISTINCT ?uri WHERE { ?xdbp:canonizedBy <http://dbpedia.org/resource/Pope_John_Paul_II> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:musicBy res:James_Horner.?x dbp:producer?uri . }\n",
-      "\"Who has produced movies that have a James Horner score? | 'James Horner score'-res:James_Horner | 'produced'-dbo:wineProduced | 'movies'-dbo:film\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/musicBy> <http://dbpedia.org/resource/James_Horner> . ?x <http://dbpedia.org/property/producer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:music res:James_Horner.?uri dbo:producer?x . }\n",
+      "\"Who has produced movies that have a James Horner score? | 'James Horner score'-res:James_Horner | 'produced'-dbo:wineProduced | 'movies'-dbo:film\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/James_Horner> . ?uri <http://dbpedia.org/ontology/producer> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:nationality res:United_States.?uri dbp:themeMusicComposer?x . }\n",
-      "\"Which shows are voiced be US citizens? | 'US'-res:United_States | 'shows'-dbo:place | 'voiced'-dbo:state | 'citizens'-dbp:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/nationality> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/themeMusicComposer> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:birthPlace res:United_States.?uri dbp:voice?x . }\n",
+      "\"Which shows are voiced be US citizens? | 'US'-res:United_States | 'shows'-dbo:place | 'voiced'-dbo:state | 'citizens'-dbp:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/voice> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?xdbp:birthPlace res:England.?x dbp:placeOfDeath?uri . }\n",
-      "\"Count the different places where the people died, who were born in England? | 'died,'-res:Wulfstan_(died_1095) | 'England'-res:England | 'born'-dbp:placeOfBirth | 'died'-dbp:placeOfDeath\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?xdbp:birthPlace <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/property/placeOfDeath> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:birthPlace res:England.?xdbp:placeOfDeath?uri . }\n",
+      "\"Count the different places where the people died, who were born in England? | 'died,'-res:Wulfstan_(died_1095) | 'England'-res:England | 'born'-dbp:placeOfBirth | 'died'-dbp:placeOfDeath\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/England> . ?xdbp:placeOfDeath ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:battles res:Battle_of_the_Bulge_(film).?x dbo:relation?uri . }\n",
-      "\"What are some relatives of Battle of the Bulge veterans? | 'Battle of the Bulge veterans'-res:Battle_of_the_Bulge_(film) | 'relatives'-dbo:languageFamily\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Battle_of_the_Bulge_(film)> . ?x <http://dbpedia.org/ontology/relation> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:battles res:Battle_of_the_Bulge_(film) . }\n",
+      "\"What are some relatives of Battle of the Bulge veterans? | 'Battle of the Bulge veterans'-res:Battle_of_the_Bulge_(film) | 'relatives'-dbo:languageFamily\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Battle_of_the_Bulge_(film)> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Y_Block_engine dbo:manufacturer?uri. res:Sho_(beverage) dbp:engine?uri. }\n",
-      "\"Who made the Y block engine and the SHO V8 engine? | 'Y'-res:Y | 'SHO'-res:Sho | 'V8 engine'-res:V8_engine | 'V8'-res:V8_(beverage) | 'SHO  engine'-res:Ford_SHO_V8_engine | 'made'-dbo:manufacturer | 'made'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Y_Block_engine> <http://dbpedia.org/ontology/manufacturer> ?uri . <http://dbpedia.org/resource/Sho_(beverage)> <http://dbpedia.org/property/engine> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Y_block_engine dbo:manufacturer?uri. res:Sho_V8_engine dbp:engine?uri. }\n",
+      "\"Who made the Y block engine and the SHO V8 engine? | 'Y'-res:Y | 'SHO'-res:Sho | 'V8 engine'-res:V8_engine | 'V8'-res:V8_(beverage) | 'SHO  engine'-res:Ford_SHO_V8_engine | 'made'-dbo:manufacturer | 'made'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Y_block_engine> <http://dbpedia.org/ontology/manufacturer> ?uri . <http://dbpedia.org/resource/Sho_V8_engine> <http://dbpedia.org/property/engine> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:developer res:Blizzard_Entertainment.?x dbp:genre?uri . }\n",
       "\"How many different genres of games are produced by Blizzard? | 'blizzard'-res:Blizzard_Entertainment | 'produced'-dbo:developer | 'genre'-dbp:genre\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/Blizzard_Entertainment> . ?x <http://dbpedia.org/property/genre> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:locatedInArea res:Ridgewood,_New_Jersey . }\n",
-      "\"How many things are located in Ridgewood, New Jersey? | 'Ridgewood, New Jersey'-res:Ridgewood,_New_Jersey | 'located'-dbo:locatedInArea\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/Ridgewood,_New_Jersey> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:location res:Ridgewood,_New_Jersey . }\n",
+      "\"How many things are located in Ridgewood, New Jersey? | 'Ridgewood, New Jersey'-res:Ridgewood,_New_Jersey | 'located'-dbo:locatedInArea\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Ridgewood,_New_Jersey> . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:starring res:Jeff_Conaway . }\n",
       "\"How many times has Jeff Conaway been casted? | 'Jeff Conaway'-res:Jeff_Conaway | 'casted'-dbo:starring\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/starring> <http://dbpedia.org/resource/Jeff_Conaway> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:family res:Miss_Michigan_USA } \n",
-      "\"who are some miss michigan usa? | 'michigan usa'-res:Miss_Michigan_USA\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Miss_Michigan_USA> } \"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbp:nationality res:Miss_Michigan_USA } \n",
+      "\"who are some miss michigan usa? | 'michigan usa'-res:Miss_Michigan_USA\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/nationality> <http://dbpedia.org/resource/Miss_Michigan_USA> } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Regional_Radio_Sports_Network dbo:associatedRadioNetwork?uri } \n",
-      "\"What is the regional radio sports network associated with? | 'regional radio sports network'-res:Regional_Radio_Sports_Network | 'associated'-dbo:associate\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Regional_Radio_Sports_Network> <http://dbpedia.org/ontology/associatedRadioNetwork> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:area res:Regional_Radio_Sports_Network.?x dbp:area?uri . }\n",
+      "\"What is the regional radio sports network associated with? | 'regional radio sports network'-res:Regional_Radio_Sports_Network | 'associated'-dbo:associate\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/area> <http://dbpedia.org/resource/Regional_Radio_Sports_Network> . ?x <http://dbpedia.org/property/area> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Sylvain_Lvi dbp:stadium?uri } \n",
-      "\"List the fields of Sylvain Lvi ? | 'Sylvain Lvi'-res:LVI | 'fields'-dbo:stadium\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sylvain_Lvi> <http://dbpedia.org/property/stadium> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Sylvain_Lvi dbp:fields?uri } \n",
+      "\"List the fields of Sylvain Lvi ? | 'Sylvain Lvi'-res:LVI | 'fields'-dbo:stadium\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sylvain_Lvi> <http://dbpedia.org/property/fields> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:garrison res:Manchester_Airport } \n",
-      "\"Where do the airlines garrisoned at Manchester airport fly to? | 'Manchester airport'-res:Manchester_Airport | 'airlines'-dbo:icaoAirlineCode | 'garrisoned'-dbo:garrison | 'fly'-dbp:speed\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/garrison> <http://dbpedia.org/resource/Manchester_Airport> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:garrison res:Manchester_Airport.?x dbp:destinations?uri . }\n",
+      "\"Where do the airlines garrisoned at Manchester airport fly to? | 'Manchester airport'-res:Manchester_Airport | 'airlines'-dbo:icaoAirlineCode | 'garrisoned'-dbo:garrison | 'fly'-dbp:speed\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/garrison> <http://dbpedia.org/resource/Manchester_Airport> . ?x <http://dbpedia.org/property/destinations> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Dalma_Kovács dbo:associatedMusicalArtist?uri } \n",
       "\"Who are the associate musical artists of Dalma Kovcs ? | 'Dalma Kovcs'-res:Dalma_Kovács | 'associate musical'-dbo:associatedMusicalArtist\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dalma_Kovács> <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:fields res:Stadium.?x dbo:religion?uri . }\n",
-      "\"Count the number of different religions that field marshals have followed? | 'count'-dbo:time | 'religions'-dbo:religion | 'field marshals'-dbo:stadium\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/fields> <http://dbpedia.org/resource/Stadium> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:fields res:Field_Marshal.?x dbo:religion?uri . }\n",
+      "\"Count the number of different religions that field marshals have followed? | 'count'-dbo:time | 'religions'-dbo:religion | 'field marshals'-dbo:stadium\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/fields> <http://dbpedia.org/resource/Field_Marshal> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:assembly res:Canada.?x dbo:manufacturer?uri . }\n",
-      "\"What cars were built upon the cars which were assembled in Canada? | 'Canada'-res:Canada | 'cars'-dbo:management | 'built'-dbo:ground | 'cars'-dbo:management | 'assembled'-dbp:assembly\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/ontology/manufacturer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:assembly res:Canada.?x dbp:manufacturer?uri . }\n",
+      "\"What cars were built upon the cars which were assembled in Canada? | 'Canada'-res:Canada | 'cars'-dbo:management | 'built'-dbo:ground | 'cars'-dbo:management | 'assembled'-dbp:assembly\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/assembly> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/property/manufacturer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:broadway_(Smash).?x dbp:guests res:On_Broadway_(soft_people). }\n",
-      "\"How many guests have been there on broadway? | 'on broadway'-res:On_Broadway_(Smash) | 'guests'-dbp:guests\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/broadway_(Smash)> . ?x <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/On_Broadway_(soft_people)> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:guests res:On_Broadway_(Smash) . }\n",
+      "\"How many guests have been there on broadway? | 'on broadway'-res:On_Broadway_(Smash) | 'guests'-dbp:guests\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/On_Broadway_(Smash)> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:commander res:Egushawa.?x dbo:battle?uri . }\n",
-      "\"How many factions have fought when Egushawa was a commander? | 'Egushawa'-res:Egushawa | 'factions'-dbo:movement | 'fought'-dbo:type | 'commander'-dbo:commander\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Egushawa> . ?x <http://dbpedia.org/ontology/battle> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:commander res:Egushawa.?x dbo:combatant?uri . }\n",
+      "\"How many factions have fought when Egushawa was a commander? | 'Egushawa'-res:Egushawa | 'factions'-dbo:movement | 'fought'-dbo:type | 'commander'-dbo:commander\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Egushawa> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:designer res:Olivier_Boulay.?x dbo:layout?uri .?seighboringAutomobile}\n",
-      "\"What is the layout of the automobiles designed by Olivier Boulay? | 'Olivier Boulay'-res:Olivier_Boulay | 'layout'-dbo:layout | 'automobiles'-dbo:vehicle | 'designed'-dbo:designer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Olivier_Boulay> . ?x <http://dbpedia.org/ontology/layout> ?uri . ?seighboringAutomobile}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:designer res:Olivier_Boulay.?x dbo:layout?uri . }\n",
+      "\"What is the layout of the automobiles designed by Olivier Boulay? | 'Olivier Boulay'-res:Olivier_Boulay | 'layout'-dbo:layout | 'automobiles'-dbo:vehicle | 'designed'-dbo:designer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Olivier_Boulay> . ?x <http://dbpedia.org/ontology/layout> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbo:birthPlace res:Ridgewood,_New_Jersey . }\n",
       "\"What people were born in Ridgewood, New Jersey? | 'Ridgewood, New Jersey'-res:Ridgewood,_New_Jersey | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Ridgewood,_New_Jersey> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Maple_Leaf_Sports_&_Entertainment dbp:operator?x.?x dbo:tenant?uri . }\n",
-      "\"Who have rented the stadium operated by Maple Leaf S&E? | 'Maple Leaf S&E'-res:Maple_Leaf_Sports_&_Entertainment | 'rented'-dbp:center | 'stadium'-dbo:stadium | 'operated'-dbo:staff\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Maple_Leaf_Sports_&_Entertainment> <http://dbpedia.org/property/operator> ?x . ?x <http://dbpedia.org/ontology/tenant> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:operator res:Maple_Leaf_Sports_&_Entertainment.?x rdf:type dbo:Stadium}\n",
+      "\"Who have rented the stadium operated by Maple Leaf S&E? | 'Maple Leaf S&E'-res:Maple_Leaf_Sports_&_Entertainment | 'rented'-dbp:center | 'stadium'-dbo:stadium | 'operated'-dbo:staff\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/operator> <http://dbpedia.org/resource/Maple_Leaf_Sports_&_Entertainment> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Stadium>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Timothy_Morton dbp:mainInterests?uri } \n",
       "\"What are the main interests of Timothy Morton? | 'Timothy Morton'-res:Timothy_Morton | 'main interests'-dbp:mainInterests\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Timothy_Morton> <http://dbpedia.org/property/mainInterests> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:almaMater res:National_and_Kapodistrian_University_of_Athens.?uri dbp:awards?uri } \n",
-      "\"Count the awards won by the people who graduated from the National and Kapodistrian University of Athens. | 'National'-res:National | 'Kapodistrian University of Athens'-res:National_and_Kapodistrian_University_of_Athens | 'count'-dbo:country | 'awards'-dbo:award | 'won'-dbo:city | 'graduated'-dbo:effectiveRadiatedPower\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/National_and_Kapodistrian_University_of_Athens> . ?uri <http://dbpedia.org/property/awards> ?uri } \"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:almaMater res:National_and_Kapodistrian_University_of_Athens.?x dbp:awards?uri . }\n",
+      "\"Count the awards won by the people who graduated from the National and Kapodistrian University of Athens. | 'National'-res:National | 'Kapodistrian University of Athens'-res:National_and_Kapodistrian_University_of_Athens | 'count'-dbo:country | 'awards'-dbo:award | 'won'-dbo:city | 'graduated'-dbo:effectiveRadiatedPower\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/National_and_Kapodistrian_University_of_Athens> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:affiliation res:Association_of_Southeast_Higher_Learning.?x dbp:athletics?uri . }\n",
-      "\"How many games are played at universities affiliated with the Association of Southeast Asian Institutions of Higher Learning? | 'universities'-res:Universities_Ireland | 'Association of Southeast Asian Institutions of Higher Learning'-res:Association_of_Southeast_Asian_Institutions_of_Higher_Learning | 'games'-dbo:games | 'played'-dbo:portrayer | 'affiliated'-dbo:related\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/affiliation> <http://dbpedia.org/resource/Association_of_Southeast_Higher_Learning> . ?x <http://dbpedia.org/property/athletics> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:affiliation res:Association_of_Southeast_Asian_Institutions.of_Higher_Learning.?x dbp:athletics?uri . }\n",
+      "\"How many games are played at universities affiliated with the Association of Southeast Asian Institutions of Higher Learning? | 'universities'-res:Universities_Ireland | 'Association of Southeast Asian Institutions of Higher Learning'-res:Association_of_Southeast_Asian_Institutions_of_Higher_Learning | 'games'-dbo:games | 'played'-dbo:portrayer | 'affiliated'-dbo:related\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/affiliation> <http://dbpedia.org/resource/Association_of_Southeast_Asian_Institutions.of_Higher_Learning> . ?x <http://dbpedia.org/property/athletics> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:campus res:Suburb.?uri dbo:education?x . }\n",
-      "\"Who studied in universities located in suburbs? | 'universities'-res:Universities_Ireland | 'suburbs'-res:Suburbs_(The_Suburbs_album) | 'studied'-dbo:course | 'located'-dbo:position\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/campus> <http://dbpedia.org/resource/Suburb> . ?uri <http://dbpedia.org/ontology/education> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:campus res:Suburb.?x dbp:campus?uri . }\n",
+      "\"Who studied in universities located in suburbs? | 'universities'-res:Universities_Ireland | 'suburbs'-res:Suburbs_(The_Suburbs_album) | 'studied'-dbo:course | 'located'-dbo:position\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/Suburb> . ?x <http://dbpedia.org/property/campus> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?xdbp:programmingLanguage res:C_(programming_language).?uri dbp:author?x . }\n",
-      "\"What all are written in the C programming language? | 'C programming language'-res:C_(programming_language) | 'written'-dbp:writtenIn | 'programming language'-dbp:programmingLanguage\",\"SELECT DISTINCT ?uri WHERE { ?xdbp:programmingLanguage <http://dbpedia.org/resource/C_(programming_language)> . ?uri <http://dbpedia.org/property/author> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:writtenIn res:C_(programming_language) . }\n",
+      "\"What all are written in the C programming language? | 'C programming language'-res:C_(programming_language) | 'written'-dbp:writtenIn | 'programming language'-dbp:programmingLanguage\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/C_(programming_language)> . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:artist res:Cirque_du_Soleil_discography.?x dbp:artist?uri . }\n",
-      "\"Count the number of artists in the Cirque du Soleil discography? | 'Cirque du Soleil discography'-res:Cirque_du_Soleil_discography | 'count'-dbo:type | 'artists'-dbp:artist\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/artist> <http://dbpedia.org/resource/Cirque_du_Soleil_discography> . ?x <http://dbpedia.org/property/artist> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:artist res:Cirque_du_Soleil_discography . }\n",
+      "\"Count the number of artists in the Cirque du Soleil discography? | 'Cirque du Soleil discography'-res:Cirque_du_Soleil_discography | 'count'-dbo:type | 'artists'-dbp:artist\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/artist> <http://dbpedia.org/resource/Cirque_du_Soleil_discography> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:director res:Orson_Welles .?uri rdf:type dbo:Film}\n",
       "\"What are the movies whose director is Orson Welles? | 'Orson Welles'-res:Orson_Welles | 'director'-dbp:director | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Orson_Welles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:discoverer res:Urbain_Le_Verrier } \n",
-      "\"which planet was discovered by Urbain Le Verrier? | 'Urbain Le Verrier'-res:Urbain_Le_Verrier | 'discovered by'-dbo:discoverer\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/discoverer> <http://dbpedia.org/resource/Urbain_Le_Verrier> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:discoverer res:Urbain_Le_Verrier . }\n",
+      "\"which planet was discovered by Urbain Le Verrier? | 'Urbain Le Verrier'-res:Urbain_Le_Verrier | 'discovered by'-dbo:discoverer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/discoverer> <http://dbpedia.org/resource/Urbain_Le_Verrier> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Union_of_Cambodian_Democrats dbo:ideology?uri } \n",
       "\"?What are the airline hubs of Cascade Airways | 'What'-res:What | 'Cascade Airways'-res:Cascade_Airways | 'hubs'-dbp:hubs\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Union_of_Cambodian_Democrats> <http://dbpedia.org/ontology/ideology> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:design res:Box_girder_bridge.?x dbo:crosses?uri . }\n",
-      "\"How many rivers are crossed by different Box Girder bridges? | 'Box Girder bridge'-res:Box_girder_bridge | 'rivers'-dbo:river | 'crossed'-dbo:crosses\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/design> <http://dbpedia.org/resource/Box_girder_bridge> . ?x <http://dbpedia.org/ontology/crosses> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:crosses res:Box_girder_bridge.?x dbo:river?uri . }\n",
+      "\"How many rivers are crossed by different Box Girder bridges? | 'Box Girder bridge'-res:Box_girder_bridge | 'rivers'-dbo:river | 'crossed'-dbo:crosses\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/crosses> <http://dbpedia.org/resource/Box_girder_bridge> . ?x <http://dbpedia.org/ontology/river> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:headquarters res:Austria.?x dbo:membership?uri }\n",
-      "\"Count the number of members of the organization which have Austria as one of the member ? | 'Austria'-res:Austria | 'count'-dbo:country | 'members'-dbo:family | 'organization'-dbp:house | 'member'-dbo:membership\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Austria> . ?x <http://dbpedia.org/ontology/membership> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:party res:Austria.?x dbo:membership?uri }\n",
+      "\"Count the number of members of the organization which have Austria as one of the member ? | 'Austria'-res:Austria | 'count'-dbo:country | 'members'-dbo:family | 'organization'-dbp:house | 'member'-dbo:membership\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/party> <http://dbpedia.org/resource/Austria> . ?x <http://dbpedia.org/ontology/membership> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:currentTeam res:Jason_Hayne.?x dbo:team?uri . }\n",
-      "\"List the other members of the team where Jason Hayne currently plays? | 'Jason Hayne'-res:Jason_Hayne | 'members'-dbo:part | 'team'-dbo:team | 'plays'-dbo:plays\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/currentTeam> <http://dbpedia.org/resource/Jason_Hayne> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:currentclub res:Jason_Hayne.?x dbo:team?uri . }\n",
+      "\"List the other members of the team where Jason Hayne currently plays? | 'Jason Hayne'-res:Jason_Hayne | 'members'-dbo:part | 'team'-dbo:team | 'plays'-dbo:plays\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/currentclub> <http://dbpedia.org/resource/Jason_Hayne> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Richard_Taylor_(colonel) dbp:battles?x.?x dbo:battle?uri . }\n",
-      "\"How many groups have fought in wars where Richard Taylor fought too? | 'Richard Taylor'-res:Richard_Taylor_(colonel) | 'fought'-dbo:type | 'wars'-dbp:battles | 'fought'-dbo:type\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Richard_Taylor_(colonel)> <http://dbpedia.org/property/battles> ?x . ?x <http://dbpedia.org/ontology/battle> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:battles res:Richard_Taylor_(colonel).?x dbp:combatant?uri . }\n",
+      "\"How many groups have fought in wars where Richard Taylor fought too? | 'Richard Taylor'-res:Richard_Taylor_(colonel) | 'fought'-dbo:type | 'wars'-dbp:battles | 'fought'-dbo:type\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Richard_Taylor_(colonel)> . ?x <http://dbpedia.org/property/combatant> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:associatedMusicalArtist res:Tangerine_Dream.?x dbp:artist?uri . }\n",
-      "\"What are the albums whose artists have performed with the Tangerine Dream? | 'Tangerine Dream'-res:Tangerine_Dream | 'albums'-dbo:album | 'artists'-dbp:artist | 'performed'-dbo:artist\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Tangerine_Dream> . ?x <http://dbpedia.org/property/artist> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:artist res:Tangerine_Dream.?x dbp:artist?uri . }\n",
+      "\"What are the albums whose artists have performed with the Tangerine Dream? | 'Tangerine Dream'-res:Tangerine_Dream | 'albums'-dbo:album | 'artists'-dbp:artist | 'performed'-dbo:artist\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/artist> <http://dbpedia.org/resource/Tangerine_Dream> . ?x <http://dbpedia.org/property/artist> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:language res:Germanic_languages.?uri dbp:language?x . }\n",
-      "\"List some writers which speak one of the Germanic languages. | 'Germanic languages'-res:Germanic_languages | 'writers'-dbo:writer | 'speak'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/language> <http://dbpedia.org/resource/Germanic_languages> . ?uri <http://dbpedia.org/property/language> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:language res:Germanic_languages.?uri dbo:language?x . }\n",
+      "\"List some writers which speak one of the Germanic languages. | 'Germanic languages'-res:Germanic_languages | 'writers'-dbo:writer | 'speak'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Germanic_languages> . ?uri <http://dbpedia.org/ontology/language> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:employer res:ITV_(TV_network) . }\n",
       "\"ITV employes how many people? | 'ITV'-res:ITV_(TV_network) | 'employes'-dbp:employer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/employer> <http://dbpedia.org/resource/ITV_(TV_network)> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:author res:Carl_Sagan.?x dbp:subject?uri . }\n",
-      "\"What has Carl Sagan written his books about? | 'Carl Sagan'-res:Carl_Sagan | 'written'-dbo:writer | 'books'-dbo:volume\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/author> <http://dbpedia.org/resource/Carl_Sagan> . ?x <http://dbpedia.org/property/subject> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:author res:Carl_Sagan.?x dbo:author?uri . }\n",
+      "\"What has Carl Sagan written his books about? | 'Carl Sagan'-res:Carl_Sagan | 'written'-dbo:writer | 'books'-dbo:volume\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Carl_Sagan> . ?x <http://dbpedia.org/ontology/author> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:voice res:Peanuts_Motion_Comics.?uri dbo:director res:The_Panuts_Movie . }\n",
-      "\"Who voiced in Peanuts Motion Comics and The Peanuts Movie? | 'Peanuts Motion Comics'-res:Peanuts_Motion_Comics | 'The Peanuts Movie'-res:The_Peanuts_Movie | 'voiced'-dbp:voice\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/voice> <http://dbpedia.org/resource/Peanuts_Motion_Comics> . ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/The_Panuts_Movie> . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Peanuts_Motion_Comics dbo:voice?uri. res:The_Neanuts_Movie dbp:voices?uri. }\n",
+      "\"Who voiced in Peanuts Motion Comics and The Peanuts Movie? | 'Peanuts Motion Comics'-res:Peanuts_Motion_Comics | 'The Peanuts Movie'-res:The_Peanuts_Movie | 'voiced'-dbp:voice\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Peanuts_Motion_Comics> <http://dbpedia.org/ontology/voice> ?uri . <http://dbpedia.org/resource/The_Neanuts_Movie> <http://dbpedia.org/property/voices> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:owner res:Thomas_Secunda.?x dbp:owner?uri . }\n",
-      "\"Who is the owner of the bank where Thomas Secunda works ? | 'Thomas Secunda'-res:Thomas_Secunda | 'owner'-dbo:owner | 'bank'-dbo:order | 'works'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owner> <http://dbpedia.org/resource/Thomas_Secunda> . ?x <http://dbpedia.org/property/owner> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Thomas_Secunda dbp:employer?x.?x dbo:owner?uri . }\n",
+      "\"Who is the owner of the bank where Thomas Secunda works ? | 'Thomas Secunda'-res:Thomas_Secunda | 'owner'-dbo:owner | 'bank'-dbo:order | 'works'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thomas_Secunda> <http://dbpedia.org/property/employer> ?x . ?x <http://dbpedia.org/ontology/owner> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {foundedBy res:Mid_Wales .?x rdf:type dbo:Company}\n",
-      "\"Who founded a company which served Mid Wales ? | 'Mid Wales'-res:Mid_Wales | 'served'-dbo:regionServed | 'founded'-dbo:foundedBy\",\"SELECT DISTINCT ?uri WHERE {foundedBy <http://dbpedia.org/resource/Mid_Wales> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:regionServed res:Mid_Wales.?x dbo:foundedBy?uri . }\n",
+      "\"Who founded a company which served Mid Wales ? | 'Mid Wales'-res:Mid_Wales | 'served'-dbo:regionServed | 'founded'-dbo:foundedBy\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/regionServed> <http://dbpedia.org/resource/Mid_Wales> . ?x <http://dbpedia.org/ontology/foundedBy> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:nationality res:British_people.?uri dbp:editing?x . }\n",
-      "\"British people have edited which movies? | 'British'-res:United_Kingdom | 'british'-dbo:animal | 'edited'-dbo:editor | 'movies'-dbo:film\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/nationality> <http://dbpedia.org/resource/British_people> . ?uri <http://dbpedia.org/property/editing> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:birthPlace res:British_people .?uri rdf:type dbo:Film}\n",
+      "\"British people have edited which movies? | 'British'-res:United_Kingdom | 'british'-dbo:animal | 'edited'-dbo:editor | 'movies'-dbo:film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/British_people> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbp:nationality res:United_States } \n",
-      "\"Who are some US colonels? | 'US'-res:United_States | 'colonels'-dbo:distance\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/nationality> <http://dbpedia.org/resource/United_States> } \"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbp:placeOfBirth res:United_States } \n",
+      "\"Who are some US colonels? | 'US'-res:United_States | 'colonels'-dbo:distance\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/placeOfBirth> <http://dbpedia.org/resource/United_States> } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Steve_Romeo dbo:deathPlace?uri } \n",
       "\"Where did Steve Romeo dies ? | 'Steve Romeo'-res:Steve_Romeo | 'dies'-dbo:deathPlace\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steve_Romeo> <http://dbpedia.org/ontology/deathPlace> ?uri } \"\n",
@@ -3844,71 +3357,71 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:athletics res:National_Collegiate_Athletic_Association .?uri rdf:type dbo:University}\n",
       "\"How many universities are in the National Collegiate Athletic Association? | 'universities'-res:Universities_Ireland | 'National Collegiate Athletic Association'-res:National_Collegiate_Athletic_Association | 'athletic'-dbo:athletics\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/athletics> <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Lars_Bak_(computer_programmer) dbp:designer?x.?x dbo:developer?uri . }\n",
-      "\"Which company developed the language designed by Lars Bak? | 'Lars Bak'-res:Lars_Bak_(computer_programmer) | 'company'-dbo:company | 'developed'-dbo:leader | 'language'-dbo:language | 'designed'-dbo:designer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lars_Bak_(computer_programmer)> <http://dbpedia.org/property/designer> ?x . ?x <http://dbpedia.org/ontology/developer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:designer res:Lars_Bak_(computer_programmer).?x dbo:company?uri . }\n",
+      "\"Which company developed the language designed by Lars Bak? | 'Lars Bak'-res:Lars_Bak_(computer_programmer) | 'company'-dbo:company | 'developed'-dbo:leader | 'language'-dbo:language | 'designed'-dbo:designer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Lars_Bak_(computer_programmer)> . ?x <http://dbpedia.org/ontology/company> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Lemberger_LD20b dbp:birthPlace?uri. res:H101 dbo:origin?uri. }\n",
-      "\"Which country gave birth to the Lemberger LD20b and Start+Flug H101 aircrafts? | 'Lemberger LD20b'-res:Lemberger_LD20b | 'H101'-res:H101 | 'Start+Flug  aircrafts'-res:Karnit_Flug | 'country'-dbo:country | 'birth'-dbo:origin\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lemberger_LD20b> <http://dbpedia.org/property/birthPlace> ?uri . <http://dbpedia.org/resource/H101> <http://dbpedia.org/ontology/origin> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Lemberger_LD20b dbp:origin?uri. res:Start+Flug_H101 dbo:birthPlace?uri. }\n",
+      "\"Which country gave birth to the Lemberger LD20b and Start+Flug H101 aircrafts? | 'Lemberger LD20b'-res:Lemberger_LD20b | 'H101'-res:H101 | 'Start+Flug  aircrafts'-res:Karnit_Flug | 'country'-dbo:country | 'birth'-dbo:origin\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lemberger_LD20b> <http://dbpedia.org/property/origin> ?uri . <http://dbpedia.org/resource/Start+Flug_H101> <http://dbpedia.org/ontology/birthPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:placeOfBirth res:Louisiana.?xdbp:knownFor?uri . }\n",
-      "\"What are some things people born in Louisiana are famous for? | 'Louisiana'-res:Louisiana | 'born'-dbp:placeOfBirth | 'famous for'-dbp:knownFor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/placeOfBirth> <http://dbpedia.org/resource/Louisiana> . ?xdbp:knownFor ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:birthPlace res:Louisiana . }\n",
+      "\"What are some things people born in Louisiana are famous for? | 'Louisiana'-res:Louisiana | 'born'-dbp:placeOfBirth | 'famous for'-dbp:knownFor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/Louisiana> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:9_to_5_(musical) dbo:musicBy?uri } \n",
       "\"Who gave the musical score  of 9 to 5 (musical) ? | '9 to 5 (musical)'-res:9_to_5_(musical) | 'musical'-dbo:musicBy\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/9_to_5_(musical)> <http://dbpedia.org/ontology/musicBy> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:keyPerson res:Kazuo_Hirai.?uri dbp:builder?x . }\n",
-      "\"Count all that was built by a company whose leader is Kazuo Hirai? | 'Kazuo Hirai'-res:Kazuo_Hirai | 'count'-dbo:type | 'built'-dbo:numberBuilt | 'company'-dbo:company | 'leader'-dbo:leader\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/keyPerson> <http://dbpedia.org/resource/Kazuo_Hirai> . ?uri <http://dbpedia.org/property/builder> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:keyPeople res:Kazuo_Hirai.?uri dbp:builder?x . }\n",
+      "\"Count all that was built by a company whose leader is Kazuo Hirai? | 'Kazuo Hirai'-res:Kazuo_Hirai | 'count'-dbo:type | 'built'-dbo:numberBuilt | 'company'-dbo:company | 'leader'-dbo:leader\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/keyPeople> <http://dbpedia.org/resource/Kazuo_Hirai> . ?uri <http://dbpedia.org/property/builder> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Rostov-Glavny dbo:servingRailwayLine?uri } \n",
       "\"What is the serving railway line of Rostov-Glavny ? | 'Rostov-Glavny'-res:Rostov-Glavny | 'serving'-dbo:servingRailwayLine | 'railway'-dbo:railwayPlatforms\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rostov-Glavny> <http://dbpedia.org/ontology/servingRailwayLine> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:league res:National_Hockey_League.?x dbo:team?uri . }\n",
-      "\"Players from how many teams have participated in the National Hockey League? | 'National Hockey League'-res:National_Hockey_League | 'players'-dbo:participant | 'teams'-dbp:teams | 'participated'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Hockey_League> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:league res:National_Hockey_League.?x dbo:name?uri . }\n",
+      "\"Players from how many teams have participated in the National Hockey League? | 'National Hockey League'-res:National_Hockey_League | 'players'-dbo:participant | 'teams'-dbp:teams | 'participated'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Hockey_League> . ?x <http://dbpedia.org/ontology/name> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:deathPlace res:St._Petersburg.?uri dbo:knownFor?x . }\n",
-      "\"How many things are people who died in St. Petersburg known for? | 'St Petersburg'-res:St._Petersburg,_Florida | 'died'-dbp:deathPlace\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deathPlace> <http://dbpedia.org/resource/St._Petersburg> . ?uri <http://dbpedia.org/ontology/knownFor> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:deathPlace res:St._Petersburg,_Florida.?uri dbo:knownFor?x . }\n",
+      "\"How many things are people who died in St. Petersburg known for? | 'St Petersburg'-res:St._Petersburg,_Florida | 'died'-dbp:deathPlace\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deathPlace> <http://dbpedia.org/resource/St._Petersburg,_Florida> . ?uri <http://dbpedia.org/ontology/knownFor> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:ingredient res:Coconut.?x dbo:country?uri . }\n",
-      "\"In how many nations is Coconut a common food ingredient? | 'Coconut'-res:Coconut | 'common food ingredient'-res:Ingredient | 'nations'-dbo:kingdom\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/ingredient> <http://dbpedia.org/resource/Coconut> . ?x <http://dbpedia.org/ontology/country> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:ingredient res:Coconut . }\n",
+      "\"In how many nations is Coconut a common food ingredient? | 'Coconut'-res:Coconut | 'common food ingredient'-res:Ingredient | 'nations'-dbo:kingdom\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Coconut> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Jeffrey_Vanan dbo:inflow?uri. res:American_Mediterranean_Sea dbp:country?uri} \n",
-      "\"What country is Jeffrey Werleman from, which also has the American Mediterranean Sea? | 'Jeffrey Werleman from,'-res:Jeffrey_Vanan | 'American Mediterranean Sea'-res:Organization_of_American_States | 'American Mediterranean Sea'-res:American_Mediterranean_Sea | 'country'-dbo:country | ''-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jeffrey_Vanan> <http://dbpedia.org/ontology/inflow> ?uri . <http://dbpedia.org/resource/American_Mediterranean_Sea> <http://dbpedia.org/property/country> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Jeffrey_Vanan dbo:origin?uri. res:American_Mediterranean_Sea dbp:country?uri} \n",
+      "\"What country is Jeffrey Werleman from, which also has the American Mediterranean Sea? | 'Jeffrey Werleman from,'-res:Jeffrey_Vanan | 'American Mediterranean Sea'-res:Organization_of_American_States | 'American Mediterranean Sea'-res:American_Mediterranean_Sea | 'country'-dbo:country | ''-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jeffrey_Vanan> <http://dbpedia.org/ontology/origin> ?uri . <http://dbpedia.org/resource/American_Mediterranean_Sea> <http://dbpedia.org/property/country> ?uri} \"\n",
       "\n",
-      "\n",
-      "\"List the television shows whose network's owning company is Turner Broadcasting System? | 'Turner Broadcasting System'-res:Turner_Broadcasting_System | 'television'-dbp:tv | 'shows'-dbo:place | 'network'-dbo:network | 'owning'-dbo:owningCompany | 'company'-dbo:company\",\"\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:owningCompany res:Turner_Broadcasting_System.?uri dbp:network?x . }\n",
+      "\"List the television shows whose network's owning company is Turner Broadcasting System? | 'Turner Broadcasting System'-res:Turner_Broadcasting_System | 'television'-dbp:tv | 'shows'-dbo:place | 'network'-dbo:network | 'owning'-dbo:owningCompany | 'company'-dbo:company\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owningCompany> <http://dbpedia.org/resource/Turner_Broadcasting_System> . ?uri <http://dbpedia.org/property/network> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Pandaruan_Bridge dbo:maintainedBy?uri } \n",
       "\"List the maintainers of Pandaruan Bridge? | 'Pandaruan Bridge'-res:Pandaruan_Bridge | 'maintainers'-dbo:maintainedBy\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pandaruan_Bridge> <http://dbpedia.org/ontology/maintainedBy> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:mouthLocation res:Zambia.?uri dbo:dam?x . }\n",
-      "\"What are some rivers in Zambia which have a dam on them? | 'Zambia'-res:Zambia | 'rivers'-dbo:river | 'dam'-dbo:dam\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/mouthLocation> <http://dbpedia.org/resource/Zambia> . ?uri <http://dbpedia.org/ontology/dam> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:river res:Zambia.?x dbp:river?uri . }\n",
+      "\"What are some rivers in Zambia which have a dam on them? | 'Zambia'-res:Zambia | 'rivers'-dbo:river | 'dam'-dbo:dam\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/river> <http://dbpedia.org/resource/Zambia> . ?x <http://dbpedia.org/property/river> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Cahora_Bassa dbp:inflow?uri } \n",
       "\"what does the cahora bassa flow into? | 'Cahora bassa'-res:Cahora_Bassa | 'flow'-dbp:inflow\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cahora_Bassa> <http://dbpedia.org/property/inflow> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Fikret_Orman dbp:almaMater?uri } \n",
-      "\"What is the alma mater of Fikret Orman? | 'Fikret Orman'-res:Fikret_Orman | 'alma mater'-dbo:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fikret_Orman> <http://dbpedia.org/property/almaMater> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Fikret_Orman dbo:almaMater?uri } \n",
+      "\"What is the alma mater of Fikret Orman? | 'Fikret Orman'-res:Fikret_Orman | 'alma mater'-dbo:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fikret_Orman> <http://dbpedia.org/ontology/almaMater> ?uri } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Evraz dbo:owningCompany?uri } \n",
       "\"Which company owns Evraz ? | 'Evraz'-res:Evraz | 'company'-dbo:owningCompany\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Evraz> <http://dbpedia.org/ontology/owningCompany> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:headquarters res:Berlin.?x dbo:leader?uri . }\n",
-      "\"How many party leaders are there whose parties are headquartered in Berlin? | 'Berlin'-res:Berlin | 'headquarter'-dbo:headquarter | 'leaders'-dbo:leader\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Berlin> . ?x <http://dbpedia.org/ontology/leader> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:headquarter res:Berlin.?x dbp:leader?uri . }\n",
+      "\"How many party leaders are there whose parties are headquartered in Berlin? | 'Berlin'-res:Berlin | 'headquarter'-dbo:headquarter | 'leaders'-dbo:leader\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/headquarter> <http://dbpedia.org/resource/Berlin> . ?x <http://dbpedia.org/property/leader> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:relatives res:Barry_Voight . }\n",
-      "\"Name a famous relative of barry voight | 'Barry voight'-res:Barry_Voight | 'name'-dbp:name | 'famous relative'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Barry_Voight> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:relative res:Barry_Voight . }\n",
+      "\"Name a famous relative of barry voight | 'Barry voight'-res:Barry_Voight | 'name'-dbp:name | 'famous relative'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Barry_Voight> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:placeOfBirth res:Mecklenburg-Vorpommern.?x dbo:locationCity?uri . }\n",
-      "\"List places that are associated to cities in the state of Mecklenburg-Vorpommern. | 'Mecklenburg-Vorpommern'-res:Mecklenburg-Vorpommern | 'places'-dbo:district | 'associated'-dbo:team | 'cities'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/placeOfBirth> <http://dbpedia.org/resource/Mecklenburg-Vorpommern> . ?x <http://dbpedia.org/ontology/locationCity> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:state res:Mecklenburg-Vorpommern.?x dbp:cities?uri . }\n",
+      "\"List places that are associated to cities in the state of Mecklenburg-Vorpommern. | 'Mecklenburg-Vorpommern'-res:Mecklenburg-Vorpommern | 'places'-dbo:district | 'associated'-dbo:team | 'cities'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/Mecklenburg-Vorpommern> . ?x <http://dbpedia.org/property/cities> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:creator res:Creature_Comforts.?x res:Doctor_of_the_New_York_Writer_and_U.S._film)\n",
-      "\"Which awards did the writer, who is  the creator of Creature Comforts, won ? | 'Creature Comforts,'-res:Creature_Comforts | 'awards'-dbo:award | 'writer,'-dbo:writer | 'creator'-dbo:creator | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/creator> <http://dbpedia.org/resource/Creature_Comforts> . ?x <http://dbpedia.org/resource/Doctor_of_the_New_York_Writer_and_U.S._film>)\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Creature_Comforts dbo:creator?x.?x dbp:awards?uri . }\n",
+      "\"Which awards did the writer, who is  the creator of Creature Comforts, won ? | 'Creature Comforts,'-res:Creature_Comforts | 'awards'-dbo:award | 'writer,'-dbo:writer | 'creator'-dbo:creator | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Creature_Comforts> <http://dbpedia.org/ontology/creator> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:area res:Monticello,_Maine.?x dbp:area?uri .?secastArea?uri rdf:typedbo:RadioStation}\n",
-      "\"In which areas are the radio stations of Monticello, Maine available too? | 'Monticello, Maine'-res:Monticello,_Maine | 'radio stations'-dbo:numberOfStations\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/area> <http://dbpedia.org/resource/Monticello,_Maine> . ?x <http://dbpedia.org/property/area> ?uri . ?secastArea ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typedbo:RadioStation>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:area res:Monticello,_Maine.?x dbp:broadcastArea?uri . }\n",
+      "\"In which areas are the radio stations of Monticello, Maine available too? | 'Monticello, Maine'-res:Monticello,_Maine | 'radio stations'-dbo:numberOfStations\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/area> <http://dbpedia.org/resource/Monticello,_Maine> . ?x <http://dbpedia.org/property/broadcastArea> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:artist res:Katy_B._released_on?uri .?uri rdf:type dbo:Single}\n",
-      "\"Through how many labels has Katy B released her singles? | 'B'-res:B | 'Katy'-res:Katy | 'labels'-dbo:flag | 'released'-dbo:channel | 'singles'-dbo:slogan\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Katy_B._released_on> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Single>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:artist res:Katy_B.?x dbo:label?uri . }\n",
+      "\"Through how many labels has Katy B released her singles? | 'B'-res:B | 'Katy'-res:Katy | 'labels'-dbo:flag | 'released'-dbo:channel | 'singles'-dbo:slogan\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Katy_B> . ?x <http://dbpedia.org/ontology/label> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:2015_Pro_Duta_FC_season dbp:stadium?uri } \n",
       "\"Name the sstadium of 2015 Pro Duta FC season ? | 'FC'-res:FC | '2015 Pro Duta  season'-res:2015_Pro_Duta_FC_season | 'stadium'-dbp:stadium\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2015_Pro_Duta_FC_season> <http://dbpedia.org/property/stadium> ?uri } \"\n",
@@ -3916,44 +3429,44 @@
       " SELECT DISTINCT?uri WHERE { res:Pointe_d'Aveneyre dbo:mountainRange?uri } \n",
       "\"Pointe d'Aveneyre belongs to which mountain range? | 'Pointe d'Aveneyre'-res:Pointe_d'Aveneyre | 'pointe d'-dbo:date | 'belongs'-dbo:date | 'mountain range'-dbo:mountainRange\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pointe_d'Aveneyre> <http://dbpedia.org/ontology/mountainRange> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:music res:Jerry_Bock.?x dbo:basedOn?uri . }\n",
-      "\"Jerry Bock's musicals has been adapted from how many things? | 'Jerry bock'-res:Jerry_Bock | 'music'-dbp:music | 'adapted from'-dbo:basedOn\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Jerry_Bock> . ?x <http://dbpedia.org/ontology/basedOn> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:music res:Jerry_Bock.?uri dbo:basedOn?x . }\n",
+      "\"Jerry Bock's musicals has been adapted from how many things? | 'Jerry bock'-res:Jerry_Bock | 'music'-dbp:music | 'adapted from'-dbo:basedOn\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Jerry_Bock> . ?uri <http://dbpedia.org/ontology/basedOn> ?x . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:editing res:Mark_Stevens_(film_editor).?uri dbo:director res:Joel_Schumacher } \n",
-      "\"Count the movies edited by  Mark Stevens (film editor) and were directed by Joel Schumacher? | 'Mark Stevens (film editor)'-res:Mark_Stevens_(film_editor) | 'Joel Schumacher'-res:Joel_Schumacher | 'edited by'-dbp:editing | 'directed by'-dbo:director\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Joel_Schumacher> } \"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:editing res:Mark_Stevens_(film_editor).?uri dbo:director res:Joel_Schumacher . }\n",
+      "\"Count the movies edited by  Mark Stevens (film editor) and were directed by Joel Schumacher? | 'Mark Stevens (film editor)'-res:Mark_Stevens_(film_editor) | 'Joel Schumacher'-res:Joel_Schumacher | 'edited by'-dbp:editing | 'directed by'-dbo:director\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Joel_Schumacher> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:judges res:Ludacris.?x dbo:judge?uri .?X rdf:type dbo :TelevisionShow}\n",
-      "\"List the judge of the TV show whose one of the judge is Ludacris ? | 'TV'-res:Tv_test_pattern | 'Ludacris'-res:Ludacris | 'judge'-dbo:showJudge | 'show'-dbo:show | 'judge'-dbo:showJudge\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/judges> <http://dbpedia.org/resource/Ludacris> . ?x <http://dbpedia.org/ontology/judge> ?uri . ?X <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :TelevisionShow}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:judges res:Ludacris.?x dbo:judge?uri . }\n",
+      "\"List the judge of the TV show whose one of the judge is Ludacris ? | 'TV'-res:Tv_test_pattern | 'Ludacris'-res:Ludacris | 'judge'-dbo:showJudge | 'show'-dbo:show | 'judge'-dbo:showJudge\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/judges> <http://dbpedia.org/resource/Ludacris> . ?x <http://dbpedia.org/ontology/judge> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:league res:Argentine_Primera_División . }\n",
       "\"Whose youth clubs used to participate in Argentine Primera Division? | 'Argentine Primera Division'-res:Argentina | 'Argentine Primera Division'-res:Argentine_Primera_División | 'Division'-dbp:league | 'youth clubs'-dbp:youthclubs\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Argentine_Primera_División> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:deathCause res:Hanging.?x dbo:opponent?uri . }\n",
-      "\"List some people who were opponents of someone who was died by hanging?  | 'opponents'-dbo:rival | 'died'-dbo:board | 'hanging'-dbo:configuration\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/deathCause> <http://dbpedia.org/resource/Hanging> . ?x <http://dbpedia.org/ontology/opponent> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:deathCause res:DeathCause.?x dbo:opponent?uri . }\n",
+      "\"List some people who were opponents of someone who was died by hanging?  | 'opponents'-dbo:rival | 'died'-dbo:board | 'hanging'-dbo:configuration\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/deathCause> <http://dbpedia.org/resource/DeathCause> . ?x <http://dbpedia.org/ontology/opponent> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Lawrence_Okoye dbp:nationality?uri } \n",
       "\"From which country is Lawrence Okoye's nationality ? | 'Lawrence Okoye'-res:Lawrence_Okoye | 'country'-dbo:country | 'nationality'-dbp:nationality\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lawrence_Okoye> <http://dbpedia.org/property/nationality> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:placeOfBirth res:Barasat_(Lok_Sabha_constituency).?x dbo:party?uri . }\n",
-      "\"From which party is the politician who was selected  in Barasat constituency? | 'Barasat constituency'-res:Barasat_(Lok_Sabha_constituency) | 'party'-dbo:party | 'politician'-dbo:party | 'selected'-dbo:name\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/placeOfBirth> <http://dbpedia.org/resource/Barasat_(Lok_Sabha_constituency)> . ?x <http://dbpedia.org/ontology/party> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:party res:Barasat_(Lok_Sabha_constituency).?x dbo:party?uri . }\n",
+      "\"From which party is the politician who was selected  in Barasat constituency? | 'Barasat constituency'-res:Barasat_(Lok_Sabha_constituency) | 'party'-dbo:party | 'politician'-dbo:party | 'selected'-dbo:name\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/party> <http://dbpedia.org/resource/Barasat_(Lok_Sabha_constituency)> . ?x <http://dbpedia.org/ontology/party> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:album res:Harry_and_the_Potters_(album).?x dbp:genre?uri . }\n",
-      "\"Where did the genres originate, which were in the Harry and the Potters album? | 'Harry and the Potters'-res:Harry_and_the_Potters_(album) | 'genre'-dbo:genre | 'album'-dbo:stylisticOrigin\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/album> <http://dbpedia.org/resource/Harry_and_the_Potters_(album)> . ?x <http://dbpedia.org/property/genre> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:album res:Harry_and_the_Potters_(album).?x dbo:origin?uri . }\n",
+      "\"Where did the genres originate, which were in the Harry and the Potters album? | 'Harry and the Potters'-res:Harry_and_the_Potters_(album) | 'genre'-dbo:genre | 'album'-dbo:stylisticOrigin\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/album> <http://dbpedia.org/resource/Harry_and_the_Potters_(album)> . ?x <http://dbpedia.org/ontology/origin> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Arthur_%22Big_Boy%22_Spires dbp:successor?uri } \n",
-      "\"Who was succeeded by Arthur Gegei as the office ho0lder ? | 'Arthur Gegei'-res:Arthur_%22Big_Boy%22_Spires | 'succeeded'-dbo:founder | 'office ho0lder'-dbo:arm\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arthur_%22Big_Boy%22_Spires> <http://dbpedia.org/property/successor> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Arthur_%22Big_Boy%22_Spires dbp:chairman?uri } \n",
+      "\"Who was succeeded by Arthur Gegei as the office ho0lder ? | 'Arthur Gegei'-res:Arthur_%22Big_Boy%22_Spires | 'succeeded'-dbo:founder | 'office ho0lder'-dbo:arm\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arthur_%22Big_Boy%22_Spires> <http://dbpedia.org/property/chairman> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:editing res:Mark_Stevens_(film_editor) .?uri rdf:type dbo:Film}\n",
       "\"Give me a count of movies whose editor is Mark Stevens? | 'Mark Stevens'-res:Mark_Stevens_(film_editor) | 'editor'-dbp:editing | 'movie'-dbo:Film\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Ragout_fin dbo:academicDiscipline?uri. res:Medal_of_Cerebral_Blood_Flow_&_Metabolism dbp:ingredient?uri} \n",
-      "\"What is the academic discipline of the Journal of Cerebral Blood Flow & Metabolism and also an ingredient of the Ragout fin ? | 'Journal of Cerebral Blood Flow & Metabolism'-res:Journal_of_Cerebral_Blood_Flow_&_Metabolism | 'Ragout fin'-res:Ragout_fin | 'academic discipline'-dbo:academicDiscipline | 'ingredient'-dbo:ingredient\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ragout_fin> <http://dbpedia.org/ontology/academicDiscipline> ?uri . <http://dbpedia.org/resource/Medal_of_Cerebral_Blood_Flow_&_Metabolism> <http://dbpedia.org/property/ingredient> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Journal_of_Cerebral_Blood_Flow_&_Metabolism dbp:academicDiscipline?uri. res:Ragout_fin dbo:ingredient?uri} \n",
+      "\"What is the academic discipline of the Journal of Cerebral Blood Flow & Metabolism and also an ingredient of the Ragout fin ? | 'Journal of Cerebral Blood Flow & Metabolism'-res:Journal_of_Cerebral_Blood_Flow_&_Metabolism | 'Ragout fin'-res:Ragout_fin | 'academic discipline'-dbo:academicDiscipline | 'ingredient'-dbo:ingredient\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> <http://dbpedia.org/property/academicDiscipline> ?uri . <http://dbpedia.org/resource/Ragout_fin> <http://dbpedia.org/ontology/ingredient> ?uri} \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:starring res:Jason_Carter .?uri rdf:type dbo:TelevisionShow}\n",
       "\"In what tv shows did Jason Carter act? | 'Jason Carter'-res:Jason_Carter | 'act'-dbo:starring\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Jason_Carter> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:mascot res:Aubie .?uri rdf:type dbo:SportsTeam}\n",
-      "\"To which sports team is Aubie the mascot? | 'Aubie'-res:Aubie | 'mascot'-dbp:mascot | 'sports team'-dbo:SportsTeam\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/mascot> <http://dbpedia.org/resource/Aubie> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SportsTeam>}\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Aubie dbp:mascot?uri } \n",
+      "\"To which sports team is Aubie the mascot? | 'Aubie'-res:Aubie | 'mascot'-dbp:mascot | 'sports team'-dbo:SportsTeam\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Aubie> <http://dbpedia.org/property/mascot> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:placeOfBurial res:Rome . }\n",
       "\"Which royal people are buried in Rome? | 'Rome'-res:Rome | 'buried'-dbp:placeOfBurial\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/placeOfBurial> <http://dbpedia.org/resource/Rome> . }\"\n",
@@ -3961,44 +3474,44 @@
       " SELECT DISTINCT?uri WHERE { res:Cornell_University_Press dbp:parent?uri. res:Mario_García_Menocal dbo:almaMater?uri} \n",
       "\"Which parent company of the Cornell University Press is also the alma mater of the Mario Garca Menocal? | 'Cornell University Press'-res:Cornell_University_Press | 'Mario Garca Menocal'-res:Mario_García_Menocal | 'parent company'-dbp:parent | 'alma mater'-dbo:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cornell_University_Press> <http://dbpedia.org/property/parent> ?uri . <http://dbpedia.org/resource/Mario_García_Menocal> <http://dbpedia.org/ontology/almaMater> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:veneratedIn res:England.?religion?uri . }\n",
-      "\"Which religions are followed by people in England? | 'England'-res:England | 'religions'-dbo:religion\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/veneratedIn> <http://dbpedia.org/resource/England> . ?religion ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:placeOfBirth res:England.?x dbo:religion?uri . }\n",
+      "\"Which religions are followed by people in England? | 'England'-res:England | 'religions'-dbo:religion\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/placeOfBirth> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:MacKenzie_Miller dbo:birthPlace?uri } \n",
       "\"Where was MacKenzie Miller born? | 'MacKenzie Miller'-res:MacKenzie_Miller | 'born'-dbo:birthPlace\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/MacKenzie_Miller> <http://dbpedia.org/ontology/birthPlace> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Agatha_of_Sicily dbp:canonizedBy?x.?x dbo:birthPlace?uri . }\n",
-      "\"What is the birth location of the pope who was canonized by Agatha of Sicily? | 'Agatha of Sicily'-res:Agatha_of_Sicily | 'birth location'-dbo:origin | 'canonized'-dbo:canonizedBy\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Agatha_of_Sicily> <http://dbpedia.org/property/canonizedBy> ?x . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:canonizedBy res:Agatha_of_Sicily.?x dbo:birthPlace?uri . }\n",
+      "\"What is the birth location of the pope who was canonized by Agatha of Sicily? | 'Agatha of Sicily'-res:Agatha_of_Sicily | 'birth location'-dbo:origin | 'canonized'-dbo:canonizedBy\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/canonizedBy> <http://dbpedia.org/resource/Agatha_of_Sicily> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:awards res:Royal_Astronomical_Society .?uri rdf:type dbo:Scientist}\n",
-      "\"Which set of researchers won the Gold Medal of the Royal Astronomical Society award? | 'Gold Medal of the Royal Astronomical Society award'-res:Royal_Astronomical_Society | 'set'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Royal_Astronomical_Society> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:awards res:Royal_Astronomical_Society.?x dbo:doctoralStudents?uri . }\n",
+      "\"Which set of researchers won the Gold Medal of the Royal Astronomical Society award? | 'Gold Medal of the Royal Astronomical Society award'-res:Royal_Astronomical_Society | 'set'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Royal_Astronomical_Society> . ?x <http://dbpedia.org/ontology/doctoralStudents> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:religion res:Church_of_England.?x dbo:deathPlace?uri . }\n",
-      "\"Give me the places where people who worked in Church of England died in ? | 'Church of England'-res:Church_of_England | 'work'-dbo:occupation | 'died in'-dbo:deathPlace\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/religion> <http://dbpedia.org/resource/Church_of_England> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:occupation res:Church_of_England.?x dbp:deathPlace?uri . }\n",
+      "\"Give me the places where people who worked in Church of England died in ? | 'Church of England'-res:Church_of_England | 'work'-dbo:occupation | 'died in'-dbo:deathPlace\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/occupation> <http://dbpedia.org/resource/Church_of_England> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Renaissance_Center dbo:address?uri } \n",
-      "\"where are renaissance centers located? | 'renaissance centers'-res:Renaissance_Center | 'located'-dbo:address\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Renaissance_Center> <http://dbpedia.org/ontology/address> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:placeOfBirth res:Renaissance_Center.?x dbp:address?uri . }\n",
+      "\"where are renaissance centers located? | 'renaissance centers'-res:Renaissance_Center | 'located'-dbo:address\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/placeOfBirth> <http://dbpedia.org/resource/Renaissance_Center> . ?x <http://dbpedia.org/property/address> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:deathPlace res:Madrid.?uri dbp:author?x . }\n",
-      "\"How many books are there whose author's tomb is in Madrid? | 'tomb'-res:The_Tomb_(2007_film) | 'Madrid'-res:Madrid | 'books'-dbo:title | 'author'-dbo:author\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Madrid> . ?uri <http://dbpedia.org/property/author> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:restingPlace res:Madrid.?uri dbp:author?x . }\n",
+      "\"How many books are there whose author's tomb is in Madrid? | 'tomb'-res:The_Tomb_(2007_film) | 'Madrid'-res:Madrid | 'books'-dbo:title | 'author'-dbo:author\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/Madrid> . ?uri <http://dbpedia.org/property/author> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:notableWork res:Band_of_Brothers_(miniseries).?writer?uri .?uri rdf:type dbo :TelevisionShow}\n",
-      "\"What are the television shows whose writers did notable work for Band of Brothers ? | 'Band of Brothers'-res:Band_of_Brothers_(miniseries) | 'television shows'-dbo:televisionSeries | 'writers'-dbo:composer | 'notable work'-dbo:notableWork\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Band_of_Brothers_(miniseries)> . ?writer ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :TelevisionShow}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:notableWork res:Band_of_Brothers_(miniseries).?uri dbp:writers?x . }\n",
+      "\"What are the television shows whose writers did notable work for Band of Brothers ? | 'Band of Brothers'-res:Band_of_Brothers_(miniseries) | 'television shows'-dbo:televisionSeries | 'writers'-dbo:composer | 'notable work'-dbo:notableWork\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Band_of_Brothers_(miniseries)> . ?uri <http://dbpedia.org/property/writers> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:kingdom res:Animal.?x dbp:species?uri . }\n",
-      "\"To how many different species does the members of the Animal Kingdom belong? | 'Animal Kingdom'-res:Animal | 'species'-dbo:species | 'members'-dbo:part | 'belong'-dbo:date\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/Animal> . ?x <http://dbpedia.org/property/species> ?uri . }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:kingdom res:Animal.?x dbp:species?uri }\n",
+      "\"To how many different species does the members of the Animal Kingdom belong? | 'Animal Kingdom'-res:Animal | 'species'-dbo:species | 'members'-dbo:part | 'belong'-dbo:date\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/Animal> . ?x <http://dbpedia.org/property/species> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Helsinki dbp:nearestCity?uri .?uri rdf:type dbo:Body}\n",
-      "\"What water bodies are nearest to Helsinki city? | 'Helsinki city'-res:Helsinki | 'nearest city'-dbo:nearestCity | 'water'-dbo:BodyOfWater\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Helsinki> <http://dbpedia.org/property/nearestCity> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Body>}\"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbo:nearestCity res:Helsinki } \n",
+      "\"What water bodies are nearest to Helsinki city? | 'Helsinki city'-res:Helsinki | 'nearest city'-dbo:nearestCity | 'water'-dbo:BodyOfWater\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/nearestCity> <http://dbpedia.org/resource/Helsinki> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Bruce_Beutler dbp:awards?x.?x dbo:award?uri . }\n",
-      "\"What is the prize awarded to Bruce Beutler ? | 'Bruce Beutler'-res:Bruce_Beutler | 'prize'-dbo:award | 'awarded'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bruce_Beutler> <http://dbpedia.org/property/awards> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Bruce_Beutler dbp:awards?uri } \n",
+      "\"What is the prize awarded to Bruce Beutler ? | 'Bruce Beutler'-res:Bruce_Beutler | 'prize'-dbo:award | 'awarded'-dbo:award\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bruce_Beutler> <http://dbpedia.org/property/awards> ?uri } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE {?uri dbp:publisher res:Thomas_Egerton_(publisher) } \n",
       "\"To which books Thomas Egerton, an editor? | 'Thomas Egerton,'-res:Thomas_Egerton_(publisher) | 'editor'-dbo:publisher\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Thomas_Egerton_(publisher)> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:jointCommunity res:Sony.?uri dbp:instrument res:ȚițeȚeȓng_U.S._Network_of_Cambodian_Television_Network. }\n",
-      "\"What is the appliance build jointly by Sony and Asus? | 'Sony and Asus'-res:Sony | 'appliance'-dbp:instrument | 'build'-dbo:order | 'jointly'-dbo:jointCommunity\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/jointCommunity> <http://dbpedia.org/resource/Sony> . ?uri <http://dbpedia.org/property/instrument> <http://dbpedia.org/resource/ȚițeȚeȓng_U.S._Network_of_Cambodian_Television_Network> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:jointCommunity res:Sony.?uri dbp:manufacturer res:Ascent_manufacturer_of_Elliott_United_States.?uri. }\n",
+      "\"What is the appliance build jointly by Sony and Asus? | 'Sony and Asus'-res:Sony | 'appliance'-dbp:instrument | 'build'-dbo:order | 'jointly'-dbo:jointCommunity\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/jointCommunity> <http://dbpedia.org/resource/Sony> . ?uri <http://dbpedia.org/property/manufacturer> <http://dbpedia.org/resource/Ascent_manufacturer_of_Elliott_United_States> . ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Congress_of_Industrial_Organizations dbo:leader?uri } \n",
       "\"What was founded by Congress of Industrial Organizations ? | 'Congress of Industrial Organizations'-res:Congress_of_Industrial_Organizations | 'founded'-dbo:leader\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Congress_of_Industrial_Organizations> <http://dbpedia.org/ontology/leader> ?uri } \"\n",
@@ -4006,20 +3519,20 @@
       " SELECT DISTINCT?uri WHERE {?uri dbo:formerTeam res:Toronto_Argonauts } \n",
       "\"Which current players once played for Toronto argonauts? | 'Toronto argonauts'-res:Toronto_Argonauts | 'played'-dbo:formerTeam | 'players'-dbo:AmericanFootballPlayer\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Toronto_Argonauts> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:opponent res:Benjamin_Spock.?x dbp:incumbent?uri . }\n",
-      "\"Who was the president at the time when the opponent of Benjamin Spock held office? | 'Benjamin Spock'-res:Benjamin_Spock | 'president'-dbo:president | 'time'-dbo:time | 'opponent'-dbo:opponent | 'held'-dbo:president | 'office'-dbo:office\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/opponent> <http://dbpedia.org/resource/Benjamin_Spock> . ?x <http://dbpedia.org/property/incumbent> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:opponent res:Benjamin_Spock.?x dbp:president?uri . }\n",
+      "\"Who was the president at the time when the opponent of Benjamin Spock held office? | 'Benjamin Spock'-res:Benjamin_Spock | 'president'-dbo:president | 'time'-dbo:time | 'opponent'-dbo:opponent | 'held'-dbo:president | 'office'-dbo:office\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/opponent> <http://dbpedia.org/resource/Benjamin_Spock> . ?x <http://dbpedia.org/property/president> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:majorShrine res:Poznań.?x dbo:Saint?uri . }\n",
-      "\"List the shrines of the saint whose one of the shrine is Ponza ? | ''-res:Poznań | 'shrines'-dbo:majorShrine | 'saint'-dbo:saint | 'shrine'-dbo:majorShrine\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/majorShrine> <http://dbpedia.org/resource/Poznań> . ?x <http://dbpedia.org/ontology/Saint> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:majorShrine res:Poznań.?x shrines?uri . }\n",
+      "\"List the shrines of the saint whose one of the shrine is Ponza ? | ''-res:Poznań | 'shrines'-dbo:majorShrine | 'saint'-dbo:saint | 'shrine'-dbo:majorShrine\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/majorShrine> <http://dbpedia.org/resource/Poznań> . ?x shrines ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:branch res:Conadians.?x dbp:people?uri . }\n",
-      "\"How many people are in the continental army? | 'continental army'-dbo:band\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/branch> <http://dbpedia.org/resource/Conadians> . ?x <http://dbpedia.org/property/people> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:militaryBranch res:United_States . }\n",
+      "\"How many people are in the continental army? | 'continental army'-dbo:band\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/militaryBranch> <http://dbpedia.org/resource/United_States> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:musicComposer res:Vangelis .?uri rdf:typeDbo:Film}\n",
-      "\"What are the movies whose music is composed by Vangelis? | 'Vangelis'-res:Vangelis | 'composed'-dbo:musicComposer | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Vangelis> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typeDbo:Film>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:music res:Vangelis .?uri rdf:type dbo:Film}\n",
+      "\"What are the movies whose music is composed by Vangelis? | 'Vangelis'-res:Vangelis | 'composed'-dbo:musicComposer | 'movie'-dbo:Film\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Vangelis> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:species res:Vitis_vinifera.?xwineRegion?uri . }\n",
-      "\"In which areas can I find wine made of Vitis vinifera grapes? | 'I'-res:I | 'Vitis vinifera grapes'-res:Kyoho_(grape) | 'wine'-dbo:wineRegion\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/species> <http://dbpedia.org/resource/Vitis_vinifera> . ?xwineRegion ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:species res:Vitis_vinifera.?x dbo:wineRegion?uri . }\n",
+      "\"In which areas can I find wine made of Vitis vinifera grapes? | 'I'-res:I | 'Vitis vinifera grapes'-res:Kyoho_(grape) | 'wine'-dbo:wineRegion\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/species> <http://dbpedia.org/resource/Vitis_vinifera> . ?x <http://dbpedia.org/ontology/wineRegion> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:The_Rolling_Stone_Album_Guide dbp:publisher?uri } \n",
       "\"Who is the publisher of The Rolling Stone Album Guide ? | 'The Rolling Stone Album Guide'-res:The_Rolling_Stone_Album_Guide | 'publisher'-dbo:publisher\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Rolling_Stone_Album_Guide> <http://dbpedia.org/property/publisher> ?uri } \"\n",
@@ -4027,8 +3540,8 @@
       "SELECT DISTINCT COUNT(?uri) WHERE { res:21Vianet dbp:services?uri . }\n",
       "\"How many services does 21Vianet provide? | '21vianet'-res:21Vianet | 'services'-dbp:services\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/21Vianet> <http://dbpedia.org/property/services> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:crosses res:Box_girder_bridge .?uri rdf:type dbo:River}\n",
-      "\"What are some rivers over which there is a box girder bridge? | 'box girder bridge'-res:Box_girder_bridge | 'rivers'-dbo:river\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/crosses> <http://dbpedia.org/resource/Box_girder_bridge> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/River>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:river res:Box_girder_bridge . }\n",
+      "\"What are some rivers over which there is a box girder bridge? | 'box girder bridge'-res:Box_girder_bridge | 'rivers'-dbo:river\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/river> <http://dbpedia.org/resource/Box_girder_bridge> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Saleen_S5S_Raptor dbp:designer?uri } \n",
       "\"Who is the designer of Saleen S5S Raptor ? | 'S5S'-res:Saleen_S5S_Raptor | 'Saleen  Raptor'-res:Saleen_S5S_Raptor | 'designer'-dbo:designer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Saleen_S5S_Raptor> <http://dbpedia.org/property/designer> ?uri } \"\n",
@@ -4036,32 +3549,32 @@
       " SELECT DISTINCT?uri WHERE { res:1999_San_Marino_Grand_Prix dbo:firstDriver?uri } \n",
       "\"Name the first driver of 1999 San Marino Grand Prix ? | '1999 San Marino Grand Prix'-res:1999_San_Marino_Grand_Prix | 'first driver'-dbo:firstDriver\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1999_San_Marino_Grand_Prix> <http://dbpedia.org/ontology/firstDriver> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:doctoralAdvisor res:Erich_Bagge.?uri dbo:doctoralStudent res:Șerban_ȚiȚerban-țițeica\n",
-      "\"What is the scientist whose doctoral students are Erich Bagge and erban ieica? | 'scientist'-res:Scientist | 'Erich Bagge'-res:Erich_Bagge | 'Erban ieica'-res:Róbert_Erban | 'doctoral students'-dbo:doctoralStudent\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Erich_Bagge> . ?uri <http://dbpedia.org/ontology/doctoralStudent> <http://dbpedia.org/resource/Șerban_ȚiȚerban-țițeic>a\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:doctoralStudents res:Erich_Bagge.?uri dbo:doctoralStudent res:Róbert_Erban_ȚiȘerban_Ángel_Illițeica . }\n",
+      "\"What is the scientist whose doctoral students are Erich Bagge and erban ieica? | 'scientist'-res:Scientist | 'Erich Bagge'-res:Erich_Bagge | 'Erban ieica'-res:Róbert_Erban | 'doctoral students'-dbo:doctoralStudent\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Erich_Bagge> . ?uri <http://dbpedia.org/ontology/doctoralStudent> <http://dbpedia.org/resource/Róbert_Erban_ȚiȘerban_Ángel_Illițeica> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:commander res:Egushawa.?x dbo:battle?uri . }\n",
-      "\"Who battled under commander Egushawa in a conflict? | 'commander Egushawa'-res:Moonbase_Commander | 'battled'-dbo:battle | 'conflict'-dbo:division\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Egushawa> . ?x <http://dbpedia.org/ontology/battle> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:commander res:Moonbase_Commander.?x dbo:combatant?uri . }\n",
+      "\"Who battled under commander Egushawa in a conflict? | 'commander Egushawa'-res:Moonbase_Commander | 'battled'-dbo:battle | 'conflict'-dbo:division\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Moonbase_Commander> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Union_State dbo:largestCity?uri } \n",
       "\"Which is the largest city of Union State ? | 'Union State'-res:Union_State | 'largest city'-dbo:largestCity\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Union_State> <http://dbpedia.org/ontology/largestCity> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Micheal_Williams dbo:university?uri. res:Syracuse_University dbp:owner?uri} \n",
-      "\"Which university has a sports team member called Micheal Powell and also owns Syracuse University Press ? | 'sports team member'-res:Sports_Action_Team | 'Micheal Powell'-res:Micheal_Williams | 'Syracuse University Press'-res:Syracuse_University | 'university'-dbo:university | 'called'-dbp:nickname | 'owns'-dbo:languageFamily\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Micheal_Williams> <http://dbpedia.org/ontology/university> ?uri . <http://dbpedia.org/resource/Syracuse_University> <http://dbpedia.org/property/owner> ?uri} \"\n",
-      "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:distributor res:Ted_Hartley.?uri dbo:director?x . }\n",
-      "\"What are some movies whose distributer's CEO is Ted Hartley? | 'CEO'-res:Ceo_(musician) | 'Ted Hartley'-res:Ted_Hartley | 'movies'-dbo:film | 'distributer'-dbp:distributor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Ted_Hartley> . ?uri <http://dbpedia.org/ontology/director> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Micheal_Williams dbo:athleticsTeam?uri. res:Syracuse_University dbp:owner?uri. }\n",
+      "\"Which university has a sports team member called Micheal Powell and also owns Syracuse University Press ? | 'sports team member'-res:Sports_Action_Team | 'Micheal Powell'-res:Micheal_Williams | 'Syracuse University Press'-res:Syracuse_University | 'university'-dbo:university | 'called'-dbp:nickname | 'owns'-dbo:languageFamily\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Micheal_Williams> <http://dbpedia.org/ontology/athleticsTeam> ?uri . <http://dbpedia.org/resource/Syracuse_University> <http://dbpedia.org/property/owner> ?uri . }\"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:keyPeople res:Ted_Hartley.?uri dbo:distributor?x . }\n",
+      "\"What are some movies whose distributer's CEO is Ted Hartley? | 'CEO'-res:Ceo_(musician) | 'Ted Hartley'-res:Ted_Hartley | 'movies'-dbo:film | 'distributer'-dbp:distributor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Ted_Hartley> . ?uri <http://dbpedia.org/ontology/distributor> ?x . }\"\n",
       "\n",
-      "\"Where does the road starting from Madison, Wisconsin end? | 'Madison, Wisconsin'-res:Madison,_Wisconsin | 'road end'-dbo:routeEnd | 'road starting'-dbo:routeStart\",\"\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:routeEnd res:Madison,_Wisconsin.?x dbp:routeStart?uri . }\n",
+      "\"Where does the road starting from Madison, Wisconsin end? | 'Madison, Wisconsin'-res:Madison,_Wisconsin | 'road end'-dbo:routeEnd | 'road starting'-dbo:routeStart\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/routeEnd> <http://dbpedia.org/resource/Madison,_Wisconsin> . ?x <http://dbpedia.org/property/routeStart> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Colin_Powell dbo:commander?uri } \n",
-      "\"Colin Powell was the commander of which military conflict ? | 'Colin powell'-res:Colin_Powell | 'commander'-dbo:commander | 'military conflict'-dbo:battle\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Colin_Powell> <http://dbpedia.org/ontology/commander> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbo:commander res:Colin_Powell } \n",
+      "\"Colin Powell was the commander of which military conflict ? | 'Colin powell'-res:Colin_Powell | 'commander'-dbo:commander | 'military conflict'-dbo:battle\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/commander> <http://dbpedia.org/resource/Colin_Powell> } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:United_States_Congress dbp:houses?uri } \n",
       "\"List all the houses of United States Congress ? | 'United States Congress'-res:United_States_Congress | 'houses'-dbp:houses\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/United_States_Congress> <http://dbpedia.org/property/houses> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:locationCity res:Toronto } \n",
-      "\"What companies are located in toronto? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'toronto'-res:Toronto | 'located'-dbo:locationCity\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/locationCity> <http://dbpedia.org/resource/Toronto> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:locationCity res:Toronto .?uri rdf:type dbo:Company}\n",
+      "\"What companies are located in toronto? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'toronto'-res:Toronto | 'located'-dbo:locationCity\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Khok_Kwang dbo:timeZone?uri } \n",
       "\"In which timezone does Khok Kwang lie? | 'Khok Kwang'-res:Khok_Kwang | 'timezone'-dbo:timeZone | 'lie'-dbo:position\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Khok_Kwang> <http://dbpedia.org/ontology/timeZone> ?uri } \"\n",
@@ -4069,74 +3582,74 @@
       " SELECT DISTINCT?uri WHERE { res:Gervase_Helwys dbo:opponent?uri } \n",
       "\"Who are the opponents of Gervase Helwys? | 'Gervase Helwys'-res:Gervase_Helwys | 'opponents'-dbo:opponent\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gervase_Helwys> <http://dbpedia.org/ontology/opponent> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Michael_Roos_(ice_hockey) dbp:name?uri. res:Ryan_Powell dbo:team?uri. }\n",
-      "\"Which team did Michael and Ryan Powell play for? | 'Michael'-res:Michael_Roos_(ice_hockey) | 'Ryan Powell'-res:Ryan_Powell | 'team'-dbo:team | 'play'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Roos_(ice_hockey)> <http://dbpedia.org/property/name> ?uri . <http://dbpedia.org/resource/Ryan_Powell> <http://dbpedia.org/ontology/team> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Michael_Roos_(ice_hockey) dbp:team?uri. res:Ryan_Powell dbo:formerTeam?uri. }\n",
+      "\"Which team did Michael and Ryan Powell play for? | 'Michael'-res:Michael_Roos_(ice_hockey) | 'Ryan Powell'-res:Ryan_Powell | 'team'-dbo:team | 'play'-dbo:team\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Roos_(ice_hockey)> <http://dbpedia.org/property/team> ?uri . <http://dbpedia.org/resource/Ryan_Powell> <http://dbpedia.org/ontology/formerTeam> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:network res:Prime_Time_Entertainment_Network .?uri rdf:type dbo:TelevisionShow}\n",
       "\"What are the television shows whose network is Prime Time Entertainment Network? | 'Prime Time Entertainment Network'-res:Prime_Time_Entertainment_Network | 'network'-dbp:network | 'television show'-dbo:TelevisionShow\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/Prime_Time_Entertainment_Network> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:position res:Defenceman_position.?x dbo:team?uri . }\n",
-      "\"How many teams have someone playing at the defenceman position? | 'teams'-dbo:numberOfTeams | 'playing'-dbo:field | 'defenceman position'-dbo:rating\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman_position> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:position res:Defenceman.?x dbo:team?uri . }\n",
+      "\"How many teams have someone playing at the defenceman position? | 'teams'-dbo:numberOfTeams | 'playing'-dbo:field | 'defenceman position'-dbo:rating\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:1997_Canadian_Grand_Prix dbp:poleDriver?uri. res:1994_Spanish_Grand-Prix dbo:pole DriverTeam?uri} \n",
-      "\"Name the driver who was at pole in 1997 Canadian Grand Prix and also 1994 Spanish Grand Prix ? | '1997 Canadian Grand Prix'-res:1997_Canadian_Grand_Prix | '1994 Spanish Grand Prix'-res:1994_Spanish_Grand_Prix | 'name'-dbp:name | 'driver'-dbo:poleDriver | 'pole'-dbo:poleDriverTeam\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1997_Canadian_Grand_Prix> <http://dbpedia.org/property/poleDriver> ?uri . <http://dbpedia.org/resource/1994_Spanish_Grand-Prix> <http://dbpedia.org/ontology/pole> DriverTeam ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:1997_Canadian_Grand_Prix dbo:poleDriver?uri } \n",
+      "\"Name the driver who was at pole in 1997 Canadian Grand Prix and also 1994 Spanish Grand Prix ? | '1997 Canadian Grand Prix'-res:1997_Canadian_Grand_Prix | '1994 Spanish Grand Prix'-res:1994_Spanish_Grand_Prix | 'name'-dbp:name | 'driver'-dbo:poleDriver | 'pole'-dbo:poleDriverTeam\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1997_Canadian_Grand_Prix> <http://dbpedia.org/ontology/poleDriver> ?uri } \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Alan_Thicke dbp:narrated?uri } \n",
       "\"Name the narrators of the album which has been narrated by Alan Thicke ? | 'Alan Thicke'-res:Alan_Thicke | 'narrated'-dbp:narrated | 'narrated'-dbp:narrated\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alan_Thicke> <http://dbpedia.org/property/narrated> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri rdf:type dbo:TelevisionShow}\n",
-      "\"Name the television show created by CE Webber and also has actor named Companion? | 'Companion'-res:Companion_(Doctor_Who) | 'CE Webber'-res:C._E._Webber | 'created'-dbo:starring | 'actor named'-dbo:creator\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:creator res:CE_Webber.?uri dbp:starring res:Companion_(Doctor_Who) . }\n",
+      "\"Name the television show created by CE Webber and also has actor named Companion? | 'Companion'-res:Companion_(Doctor_Who) | 'CE Webber'-res:C._E._Webber | 'created'-dbo:starring | 'actor named'-dbo:creator\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/creator> <http://dbpedia.org/resource/CE_Webber> . ?uri <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Companion_(Doctor_Who)> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:garrison res:Turin.?x dbo:territory?uri . }\n",
       "\"In which war did the units garrisoned at Turin fight? | 'Turin fight'-res:Turin | 'war'-dbo:battle | 'units'-dbo:team | 'garrisoned'-dbo:garrison\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/Turin> . ?x <http://dbpedia.org/ontology/territory> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:locationTown res:Thesaban . }\n",
-      "\"How many Thesaban towns are there? | 'Thesaban towns'-res:Thesaban\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/locationTown> <http://dbpedia.org/resource/Thesaban> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:cities res:Thesaban . }\n",
+      "\"How many Thesaban towns are there? | 'Thesaban towns'-res:Thesaban\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/cities> <http://dbpedia.org/resource/Thesaban> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:predecessor res:Mark_Latham.?uri dbp:partner res:Tim_Mathieson . }\n",
-      "\"Name the office holder with predecessor as Mark Latham and partner Tim Mathieson ? | 'Mark Latham'-res:Mark_Latham | 'partner Tim Mathieson'-res:Tim_Mathieson | 'name'-dbp:name | 'office holder'-dbp:incumbent | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/Mark_Latham> . ?uri <http://dbpedia.org/property/partner> <http://dbpedia.org/resource/Tim_Mathieson> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:predecessor res:Mark_Latham.?uri dbo:partner res:Tim_Mathieson . }\n",
+      "\"Name the office holder with predecessor as Mark Latham and partner Tim Mathieson ? | 'Mark Latham'-res:Mark_Latham | 'partner Tim Mathieson'-res:Tim_Mathieson | 'name'-dbp:name | 'office holder'-dbp:incumbent | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Mark_Latham> . ?uri <http://dbpedia.org/ontology/partner> <http://dbpedia.org/resource/Tim_Mathieson> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:owners res:Schibsted .?uri rdf:type dbo:Newspaper}\n",
       "\"Which newspaper owned by Schibsted is published in Swedish ? | 'swedish'-res:Swedish_language | 'Schibsted'-res:Schibsted | 'newspaper'-dbp:newspaper | 'owned'-dbo:owner | 'published'-dbo:author | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/owners> <http://dbpedia.org/resource/Schibsted> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:currentMembers res:Robert_De_Niro.?x dbo:bandMember?uri . }\n",
-      "\"How many other people are in a band with Robert de Niro? | 'Robert de Niro'-res:Robert_De_Niro | 'band'-dbo:band\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/currentMembers> <http://dbpedia.org/resource/Robert_De_Niro> . ?x <http://dbpedia.org/ontology/bandMember> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:currentMembers res:Robert_De_Niro.?uri dbo:bandMember?x . }\n",
+      "\"How many other people are in a band with Robert de Niro? | 'Robert de Niro'-res:Robert_De_Niro | 'band'-dbo:band\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/currentMembers> <http://dbpedia.org/resource/Robert_De_Niro> . ?uri <http://dbpedia.org/ontology/bandMember> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:operatingSystem res:Microsoft_Windows .?uri rdf:type dbo™:Software}\n",
-      "\"List the software which uses Microsoft Windows as their operating system ? | 'software'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'operating system'-dbo:operatingSystem | 'software'-dbo:Software\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo™:Software}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:operatingSystem res:Microsoft_Windows .?uri rdf:type dbo:Software}\n",
+      "\"List the software which uses Microsoft Windows as their operating system ? | 'software'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'operating system'-dbo:operatingSystem | 'software'-dbo:Software\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Software>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:creators res:Jerry_Siegel . }\n",
-      "\"What all has been created by Jerry Siegel? | 'Jerry Siegel'-res:Jerry_Siegel | 'created by'-dbp:creators\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Jerry_Siegel> . }\"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbp:creators res:Jerry_Siegel } \n",
+      "\"What all has been created by Jerry Siegel? | 'Jerry Siegel'-res:Jerry_Siegel | 'created by'-dbp:creators\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Jerry_Siegel> } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:genre res:Science_fiction.?uri dbo:material?x . }\n",
-      "\"How many items belong to the Science Fiction genre? | 'Science Fiction'-res:Science_fiction | 'items'-dbo:material | 'belong'-dbo:date\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/genre> <http://dbpedia.org/resource/Science_fiction> . ?uri <http://dbpedia.org/ontology/material> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:literaryGenre res:Science_fiction.?uri dbo:material?x . }\n",
+      "\"How many items belong to the Science Fiction genre? | 'Science Fiction'-res:Science_fiction | 'items'-dbo:material | 'belong'-dbo:date\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/literaryGenre> <http://dbpedia.org/resource/Science_fiction> . ?uri <http://dbpedia.org/ontology/material> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:division res:Flant.?uri dbp:ingredient?x . }\n",
-      "\"Name some dishes made with flowering plants. | 'name'-dbo:name | 'dishes'-dbo:state | 'flowering'-dbo:day | 'plants'-dbo:position\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/division> <http://dbpedia.org/resource/Flant> . ?uri <http://dbpedia.org/property/ingredient> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:species res:Grape.?uri dbp:ingredient?x . }\n",
+      "\"Name some dishes made with flowering plants. | 'name'-dbo:name | 'dishes'-dbo:state | 'flowering'-dbo:day | 'plants'-dbo:position\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/species> <http://dbpedia.org/resource/Grape> . ?uri <http://dbpedia.org/property/ingredient> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:GANEFO dbp:hostCity?uri } \n",
       "\"Where was Ganefo hosted? | 'Ganefo'-res:GANEFO | 'hosted'-dbp:hostCity\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/GANEFO> <http://dbpedia.org/property/hostCity> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:language res:Nebraska.?x dbo:ethnicGroup?uri . }\n",
-      "\"Where are ethnic group located which speak Nebraskan? | 'Nebraskan'-res:Nebraska | 'Nebraskan'-res:Nebraska | 'ethnic'-dbo:origin | 'located'-dbo:locatedInArea | 'speak'-dbo:language | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Nebraska> . ?x <http://dbpedia.org/ontology/ethnicGroup> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:language res:Nebraska.?x dbo:location?uri . }\n",
+      "\"Where are ethnic group located which speak Nebraskan? | 'Nebraskan'-res:Nebraska | 'Nebraskan'-res:Nebraska | 'ethnic'-dbo:origin | 'located'-dbo:locatedInArea | 'speak'-dbo:language | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Nebraska> . ?x <http://dbpedia.org/ontology/location> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:predecessor res:Desilu_Productions.?uri dbp:producer?x . }\n",
-      "\"How many sitcoms were produced by the company whose predecessor was the Desilu Productions | 'Desilu Productions'-res:Desilu_Productions | 'sitcoms'-dbo:series | 'produced'-dbo:author | 'company'-dbo:company | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/Desilu_Productions> . ?uri <http://dbpedia.org/property/producer> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:predecessor res:Desilu_Productions.?uri dbp:company?x . }\n",
+      "\"How many sitcoms were produced by the company whose predecessor was the Desilu Productions | 'Desilu Productions'-res:Desilu_Productions | 'sitcoms'-dbo:series | 'produced'-dbo:author | 'company'-dbo:company | 'predecessor'-dbo:predecessor\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/Desilu_Productions> . ?uri <http://dbpedia.org/property/company> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:city res:Urban_area.?x dbp:athletics?uri . }\n",
-      "\"Count the sports played at universities located in Urban Areas? | 'Urban Areas'-res:Urban_area | 'count'-dbo:type | 'sports'-dbo:athletics | 'played'-dbo:portrayer | 'located'-dbo:position\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Urban_area> . ?x <http://dbpedia.org/property/athletics> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:campus res:Urban_area.?x dbp:athletics?uri . }\n",
+      "\"Count the sports played at universities located in Urban Areas? | 'Urban Areas'-res:Urban_area | 'count'-dbo:type | 'sports'-dbo:athletics | 'played'-dbo:portrayer | 'located'-dbo:position\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/Urban_area> . ?x <http://dbpedia.org/property/athletics> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Christopher_Daz_Figuero dbp:state?uri. res:Cruce_a_Nado_Internacional dbo:occupation?uri} \n",
-      "\"What is the official residence of the Christopher Daz Figuero which is also the  state of the Cruce a Nado Internacional | 'Christopher Daz Figuero'-res:Ana_Figuero | 'Cruce a Nado Internacional'-res:Cruce_a_Nado_Internacional | 'official residence'-dbo:occupation\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Christopher_Daz_Figuero> <http://dbpedia.org/property/state> ?uri . <http://dbpedia.org/resource/Cruce_a_Nado_Internacional> <http://dbpedia.org/ontology/occupation> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Christopher_Daz_Figuero dbp:officialHolder?uri. res:Cruce_a_Nado_Internacional dbo:state?uri} \n",
+      "\"What is the official residence of the Christopher Daz Figuero which is also the  state of the Cruce a Nado Internacional | 'Christopher Daz Figuero'-res:Ana_Figuero | 'Cruce a Nado Internacional'-res:Cruce_a_Nado_Internacional | 'official residence'-dbo:occupation\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Christopher_Daz_Figuero> <http://dbpedia.org/property/officialHolder> ?uri . <http://dbpedia.org/resource/Cruce_a_Nado_Internacional> <http://dbpedia.org/ontology/state> ?uri} \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Fergie_Sutherland dbp:race?uri } \n",
       "\"List the races of Fergie Sutherland? | 'Fergie Sutherland'-res:Fergie_Sutherland | 'race'-dbp:race\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fergie_Sutherland> <http://dbpedia.org/property/race> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:computingPlatform res:Amiga.?x dbp:genre?uri . }\n",
-      "\"Games on amiga are typically of what kind? | 'amiga'-res:Amiga | 'typically'-res:Typically_Tropical | 'games'-dbo:games\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Amiga> . ?x <http://dbpedia.org/property/genre> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:computingPlatform res:Amiga .?uri rdf:type dbo:VideoGame}\n",
+      "\"Games on amiga are typically of what kind? | 'amiga'-res:Amiga | 'typically'-res:Typically_Tropical | 'games'-dbo:games\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/computingPlatform> <http://dbpedia.org/resource/Amiga> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/VideoGame>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:producer res:Phil_Collinson.?uri dbo:related?x . }\n",
-      "\"Which shows are similar to the ones produced by Phil Collinson? | 'Phil Collinson'-res:Phil_Collinson | 'shows'-dbo:place | 'produced'-dbo:author\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Phil_Collinson> . ?uri <http://dbpedia.org/ontology/related> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:producer res:Phil_Collinson.?uri dbp:related?x . }\n",
+      "\"Which shows are similar to the ones produced by Phil Collinson? | 'Phil Collinson'-res:Phil_Collinson | 'shows'-dbo:place | 'produced'-dbo:author\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Phil_Collinson> . ?uri <http://dbpedia.org/property/related> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:cinematography res:Jordan_Cronenweth .?uri rdf:type dbo:Film}\n",
       "\"Movie's produced by Michael Deeley has Jordan Cronenweth as director of photography | 'Michael Deeley'-res:Michael_Deeley | 'Jordan Cronenweth'-res:Jordan_Cronenweth | 'movie'-dbo:picture | 'produced'-dbo:architect | 'director'-dbo:director | 'photography'-dbo:picture\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
@@ -4150,56 +3663,56 @@
       " SELECT DISTINCT?uri WHERE { res:Picasso's_Last_Words_(Drink_to_Me) dbp:recorded?uri } \n",
       "\"Where was Picasso's Last Words recorded ? | 'Picasso's Last Words'-res:Picasso's_Last_Words_(Drink_to_Me) | 'recorded'-dbp:recorded\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Picasso's_Last_Words_(Drink_to_Me)> <http://dbpedia.org/property/recorded> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Pawan_Hans dbp:hubAirport?uri. res:India dbo:largestCity?uri. }\n",
-      "\"What is the hub airport of Pawan Hans, and is also the largest city of India? | 'Pawan Hans,'-res:Pawan_Hans | 'India'-res:India | 'hub airport'-dbo:hubAirport | 'largest city'-dbo:largestCity\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pawan_Hans> <http://dbpedia.org/property/hubAirport> ?uri . <http://dbpedia.org/resource/India> <http://dbpedia.org/ontology/largestCity> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Pawan_Hans dbo:hubAirport?uri. res:India dbp:largestCity?uri} \n",
+      "\"What is the hub airport of Pawan Hans, and is also the largest city of India? | 'Pawan Hans,'-res:Pawan_Hans | 'India'-res:India | 'hub airport'-dbo:hubAirport | 'largest city'-dbo:largestCity\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pawan_Hans> <http://dbpedia.org/ontology/hubAirport> ?uri . <http://dbpedia.org/resource/India> <http://dbpedia.org/property/largestCity> ?uri} \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:South_Asia_Subregional_Economic_Cooperation dbp:municipalities?uri. res:Aishath_Saffa dbo:nationality?uri} \n",
-      "\"Which memeber of South Asia SubRegional Economic cooperation is also the nationality of Aishath saffa ? | 'South Asia SubRegional Economic cooperation'-res:South_Asia_Subregional_Economic_Cooperation | 'Aishath saffa'-res:Aishath_Saffa | 'memeber'-dbo:arm | 'nationality'-dbo:nationality\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Asia_Subregional_Economic_Cooperation> <http://dbpedia.org/property/municipalities> ?uri . <http://dbpedia.org/resource/Aishath_Saffa> <http://dbpedia.org/ontology/nationality> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:South_Asia_Subregional_Economic_Cooperation dbo:mascot?uri. res:Aishath_Saffa dbp:nationality?uri} \n",
+      "\"Which memeber of South Asia SubRegional Economic cooperation is also the nationality of Aishath saffa ? | 'South Asia SubRegional Economic cooperation'-res:South_Asia_Subregional_Economic_Cooperation | 'Aishath saffa'-res:Aishath_Saffa | 'memeber'-dbo:arm | 'nationality'-dbo:nationality\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Asia_Subregional_Economic_Cooperation> <http://dbpedia.org/ontology/mascot> ?uri . <http://dbpedia.org/resource/Aishath_Saffa> <http://dbpedia.org/property/nationality> ?uri} \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Latvian_Wikipedia dbo:board?uri. res:Jimmy_Wales dbp:owner?uri} \n",
-      "\"Which board memeber of jimmy Wales also owns Latvian Wikipedia ? | 'jimmy Wales'-res:Jimmy_Wales | 'Latvian Wikipedia'-res:Latvia | 'Latvian Wikipedia'-res:Latvian_Wikipedia | 'board'-dbo:board | 'owns'-dbo:owner\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Latvian_Wikipedia> <http://dbpedia.org/ontology/board> ?uri . <http://dbpedia.org/resource/Jimmy_Wales> <http://dbpedia.org/property/owner> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Jimmy_Wales dbo:board?uri. res:Latvian_Wikipedia dbp:owner?uri} \n",
+      "\"Which board memeber of jimmy Wales also owns Latvian Wikipedia ? | 'jimmy Wales'-res:Jimmy_Wales | 'Latvian Wikipedia'-res:Latvia | 'Latvian Wikipedia'-res:Latvian_Wikipedia | 'board'-dbo:board | 'owns'-dbo:owner\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jimmy_Wales> <http://dbpedia.org/ontology/board> ?uri . <http://dbpedia.org/resource/Latvian_Wikipedia> <http://dbpedia.org/property/owner> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:network res:NBC.?uri dbp:subsequentWork res:Frasier . }\n",
-      "\"Name the TV show whose network is NBC and is the subsequent work of Fraiser ? | 'NBC'-res:NBC | ''-res:Frasier | 'name'-dbp:name | 'show'-dbo:show | 'network'-dbo:network | 'subsequent work'-dbo:service\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/NBC> . ?uri <http://dbpedia.org/property/subsequentWork> <http://dbpedia.org/resource/Frasier> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:network res:NBC.?uri rdf:type dbo:TelevisionShow}\n",
+      "\"Name the TV show whose network is NBC and is the subsequent work of Fraiser ? | 'NBC'-res:NBC | ''-res:Frasier | 'name'-dbp:name | 'show'-dbo:show | 'network'-dbo:network | 'subsequent work'-dbo:service\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/NBC> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:coach res:Chip_Kelly.?x dbo:debutTeam?uri . }\n",
-      "\"How many had their debut team coached by Chip Kelly? | 'Chip Kelly'-res:Chip_Kelly | 'coach'-dbp:coach | 'debut team'-dbo:debutTeam\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/coach> <http://dbpedia.org/resource/Chip_Kelly> . ?x <http://dbpedia.org/ontology/debutTeam> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:coach res:Chip_Kelly .?uri rdf:type dbo:DebutTeam}\n",
+      "\"How many had their debut team coached by Chip Kelly? | 'Chip Kelly'-res:Chip_Kelly | 'coach'-dbp:coach | 'debut team'-dbo:debutTeam\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/coach> <http://dbpedia.org/resource/Chip_Kelly> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/DebutTeam>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:designer res:Malaysian_Highway_Authority.?x dbp:crosses?uri . }\n",
       "\"Malaysian highway authority has designed bridges over what things? | 'malaysian highway authority'-res:Malaysian_Highway_Authority | 'designed'-dbo:architect | 'bridges'-dbo:abstract\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/Malaysian_Highway_Authority> . ?x <http://dbpedia.org/property/crosses> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:league res:Ekstraliga_(speedway) } \n",
-      "\"what are the nicknames of the people who are in Ekstraliga? | 'Ekstraliga'-res:Ekstraliga_(speedway) | 'nicknames'-dbo:denomination\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/Ekstraliga_(speedway)> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:league res:Ekstraliga_(speedway).?x dbo:nickname?uri . }\n",
+      "\"what are the nicknames of the people who are in Ekstraliga? | 'Ekstraliga'-res:Ekstraliga_(speedway) | 'nicknames'-dbo:denomination\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Ekstraliga_(speedway)> . ?x <http://dbpedia.org/ontology/nickname> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Bangladesh dbp:members?uri } \n",
-      "\"List all the members of the organization whose one of the members is Bangladesh ? | 'Bangladesh'-res:Bangladesh | 'members'-dbp:members | 'organization'-dbp:establishment | 'members'-dbp:members\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bangladesh> <http://dbpedia.org/property/members> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:members res:Bangladesh.?x dbo:members?uri . }\n",
+      "\"List all the members of the organization whose one of the members is Bangladesh ? | 'Bangladesh'-res:Bangladesh | 'members'-dbp:members | 'organization'-dbp:establishment | 'members'-dbp:members\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/members> <http://dbpedia.org/resource/Bangladesh> . ?x <http://dbpedia.org/ontology/members> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:operator res:Starwood_Capital_Group.?x dbo:residence?uri . }\n",
-      "\"In how many different places do Starwood hotels and resorts worldwide operate? | 'Starwood hotels'-res:Starwood_Capital_Group | 'resorts worldwide'-res:Walt_Disney_Parks_and_Resorts | 'operate'-dbp:operator | 'places'-dbp:address\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/operator> <http://dbpedia.org/resource/Starwood_Capital_Group> . ?x <http://dbpedia.org/ontology/residence> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:operator res:Starwood_Capital_Group.?x dbo:regionServed?uri . }\n",
+      "\"In how many different places do Starwood hotels and resorts worldwide operate? | 'Starwood hotels'-res:Starwood_Capital_Group | 'resorts worldwide'-res:Walt_Disney_Parks_and_Resorts | 'operate'-dbp:operator | 'places'-dbp:address\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/operator> <http://dbpedia.org/resource/Starwood_Capital_Group> . ?x <http://dbpedia.org/ontology/regionServed> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:architect res:Philip_Webb.?x dbo:address?uri .?X rdf:type dbo :Building}\n",
-      "\"List the architect of the buildings whose one of the  architect is Philip Webb? | 'Philip Webb'-res:Philip_Webb | 'architect'-dbo:architect | 'buildings'-dbo:architect | 'architect'-dbo:architect\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Philip_Webb> . ?x <http://dbpedia.org/ontology/address> ?uri . ?X <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :Building}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:architect res:Philip_Webb.?x rdf:type dbo:Building}\n",
+      "\"List the architect of the buildings whose one of the  architect is Philip Webb? | 'Philip Webb'-res:Philip_Webb | 'architect'-dbo:architect | 'buildings'-dbo:architect | 'architect'-dbo:architect\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Philip_Webb> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Building>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Ivanpah_Solar_Power_Facility dbp:owner?uri. res:Dart_(programming_language) dbo:developer?uri} \n",
-      "\"What is the owner of Ivanpah Solar Power Facility and the original developer of Dart? | 'Ivanpah Solar'-res:Ivanpah_Solar_Power_Facility | 'Dart'-res:Dart_(programming_language) | 'owner'-dbo:owner | 'developer'-dbo:developer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ivanpah_Solar_Power_Facility> <http://dbpedia.org/property/owner> ?uri . <http://dbpedia.org/resource/Dart_(programming_language)> <http://dbpedia.org/ontology/developer> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Ivanpah_Solar_Power_Facility dbo:owner?uri. res:Dart_(programming_language) dbp:developer?uri} \n",
+      "\"What is the owner of Ivanpah Solar Power Facility and the original developer of Dart? | 'Ivanpah Solar'-res:Ivanpah_Solar_Power_Facility | 'Dart'-res:Dart_(programming_language) | 'owner'-dbo:owner | 'developer'-dbo:developer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ivanpah_Solar_Power_Facility> <http://dbpedia.org/ontology/owner> ?uri . <http://dbpedia.org/resource/Dart_(programming_language)> <http://dbpedia.org/property/developer> ?uri} \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:ingredient res:Agaricus_bisporus.?x ingredient?uri }\n",
-      "\"Find the total number of  ingredient of the recepies whose ingredient is common Mushroom ? | ''-res:Agaricus_bisporus | 'total'-dbo:populationTotal | 'ingredient'-dbo:ingredient | 'ingredient'-dbo:ingredient\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Agaricus_bisporus> . ?x ingredient ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:ingredient res:MaintainedBy?uri }\n",
+      "\"Find the total number of  ingredient of the recepies whose ingredient is common Mushroom ? | ''-res:Agaricus_bisporus | 'total'-dbo:populationTotal | 'ingredient'-dbo:ingredient | 'ingredient'-dbo:ingredient\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/MaintainedBy> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Dolores_del_Río dbp:partner?uri . }\n",
-      "\"How many movies are directed by the spouse of Dolores del Ro? | 'Dolores del Ro'-res:Dolores_del_Río | 'spouse'-dbp:partner | 'directed'-dbp:director\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Dolores_del_Río> <http://dbpedia.org/property/partner> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:partner res:Dolores_del_Río .?uri rdf:type dbo:Film}\n",
+      "\"How many movies are directed by the spouse of Dolores del Ro? | 'Dolores del Ro'-res:Dolores_del_Río | 'spouse'-dbp:partner | 'directed'-dbp:director\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/partner> <http://dbpedia.org/resource/Dolores_del_Río> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:outLabel res:Texarkana.?uri dbp:bandMember res:Band}\n",
-      "\"What are some bands out to texarkana? | 'texarkana'-res:Texarkana,_Texas | 'bands'-dbo:staff\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/outLabel> <http://dbpedia.org/resource/Texarkana> . ?uri <http://dbpedia.org/property/bandMember> <http://dbpedia.org/resource/Band>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:out res:Texarkana .?uri rdf:type dbo:Band}\n",
+      "\"What are some bands out to texarkana? | 'texarkana'-res:Texarkana,_Texas | 'bands'-dbo:staff\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/out> <http://dbpedia.org/resource/Texarkana> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Band>}\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Rosie_Huntington-Whiteley dbo:partner?uri } \n",
-      "\"who is the husband of Rosie Huntington Whiteley? | 'Rosie Huntington Whiteley'-res:Rosie_Huntington-Whiteley | 'husband'-dbo:partner\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rosie_Huntington-Whiteley> <http://dbpedia.org/ontology/partner> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:partner res:Rosie_Huntington-Whiteley . }\n",
+      "\"who is the husband of Rosie Huntington Whiteley? | 'Rosie Huntington Whiteley'-res:Rosie_Huntington-Whiteley | 'husband'-dbo:partner\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/partner> <http://dbpedia.org/resource/Rosie_Huntington-Whiteley> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Chicago_Bulls dbp:draftTeam?uri. res:Los_Angeles_Clippers dbo:team?uri} \n",
-      "\"Which current player of Chicago Bulls was drafted by Los Angeles Clippers ? | 'Chicago Bulls'-res:Chicago_Bulls | 'Los Angeles Clippers'-res:Los_Angeles_Clippers | 'current player'-dbo:coach | 'drafted'-dbo:draft\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chicago_Bulls> <http://dbpedia.org/property/draftTeam> ?uri . <http://dbpedia.org/resource/Los_Angeles_Clippers> <http://dbpedia.org/ontology/team> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Chicago_Bulls dbp:draftTeam?uri. res:Los_Angeles_Clippers dbo:currentPlayer?uri} \n",
+      "\"Which current player of Chicago Bulls was drafted by Los Angeles Clippers ? | 'Chicago Bulls'-res:Chicago_Bulls | 'Los Angeles Clippers'-res:Los_Angeles_Clippers | 'current player'-dbo:coach | 'drafted'-dbo:draft\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chicago_Bulls> <http://dbpedia.org/property/draftTeam> ?uri . <http://dbpedia.org/resource/Los_Angeles_Clippers> <http://dbpedia.org/ontology/currentPlayer> ?uri} \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Ganzert dbo:country?uri. res:Balaton_wine_region dbp:region?uri. }\n",
-      "\"What is the common country of Ganz UV and Balaton wine region ? | 'UV'-res:Uvaria_chamae | 'Ganz'-res:Ganzert | 'Balaton wine region'-res:Balaton_wine_region | 'common country'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ganzert> <http://dbpedia.org/ontology/country> ?uri . <http://dbpedia.org/resource/Balaton_wine_region> <http://dbpedia.org/property/region> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Ganzert dbo:country?uri. res:Balaton_wine_region dbp:wineRegion?uri. }\n",
+      "\"What is the common country of Ganz UV and Balaton wine region ? | 'UV'-res:Uvaria_chamae | 'Ganz'-res:Ganzert | 'Balaton wine region'-res:Balaton_wine_region | 'common country'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ganzert> <http://dbpedia.org/ontology/country> ?uri . <http://dbpedia.org/resource/Balaton_wine_region> <http://dbpedia.org/property/wineRegion> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Domenico_Modugno dbp:constituency?uri } \n",
       "\"Name the constituency of Domenico Modugno ? | 'Domenico Modugno'-res:Domenico_Modugno | 'name'-dbp:name | 'constituency'-dbp:constituency\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Domenico_Modugno> <http://dbpedia.org/property/constituency> ?uri } \"\n",
@@ -4207,20 +3720,20 @@
       "SELECT DISTINCT?uri WHERE { res:Chicken_Little_(1943_film) dbp:producer?x.?x dbo:award?uri . }\n",
       "\"What awards were given to the producer of Chicken Little? | 'Chicken Little'-res:Chicken_Little_(1943_film) | 'awards'-dbo:budget | 'producer'-dbo:producer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chicken_Little_(1943_film)> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Bottineau_LRT dbp:headquarters?uri .? rdf:type dbo:PublicTransitSystem}\n",
-      "\"What is the headquarters of the public transit system which is the system of Bottineau LRT ? | 'Bottineau LRT'-res:Bottineau_LRT | 'headquarters'-dbp:headquarters | 'public transit'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bottineau_LRT> <http://dbpedia.org/property/headquarters> ?uri . ? <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/PublicTransitSystem>}\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Bottineau_LRT dbp:headquarters?x.?x dbo:country?uri . }\n",
+      "\"What is the headquarters of the public transit system which is the system of Bottineau LRT ? | 'Bottineau LRT'-res:Bottineau_LRT | 'headquarters'-dbp:headquarters | 'public transit'-dbo:country\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bottineau_LRT> <http://dbpedia.org/property/headquarters> ?x . ?x <http://dbpedia.org/ontology/country> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:John_Speraw dbp:hometown?uri } \n",
-      "\"What is the hometown of John Speraw ? | 'John Speraw'-res:John_Speraw | 'hometown'-dbo:hometown\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_Speraw> <http://dbpedia.org/property/hometown> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:John_Speraw dbo:hometown?uri } \n",
+      "\"What is the hometown of John Speraw ? | 'John Speraw'-res:John_Speraw | 'hometown'-dbo:hometown\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_Speraw> <http://dbpedia.org/ontology/hometown> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:field res:Philosophy.?x dbp:discipline?uri . }\n",
-      "\"Count  the journals in the field of Philosophy. | 'Philosophy'-res:Philosophy | 'count'-dbo:country | 'journals'-dbp:journal | 'field'-dbo:field\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/field> <http://dbpedia.org/resource/Philosophy> . ?x <http://dbpedia.org/property/discipline> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:fields res:Philosophy.?x dbp:discipline?uri . }\n",
+      "\"Count  the journals in the field of Philosophy. | 'Philosophy'-res:Philosophy | 'count'-dbo:country | 'journals'-dbp:journal | 'field'-dbo:field\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/fields> <http://dbpedia.org/resource/Philosophy> . ?x <http://dbpedia.org/property/discipline> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:doctoralStudents res:Șerban_Țițeica .?uri rdf:type dbo:Scientist}\n",
       "\"Which scientist advised a doctoral student named Erban Ieica? | 'Erban Ieica'-res:Șerban_Țițeica | 'doctoral student'-dbp:doctoralStudents | 'scientist'-dbo:Scientist\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Șerban_Țițeica> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Nader_Guirat dbp:hometown?uri. res:Josef_Johansson dbo:birthPlace?uri. }\n",
-      "\"What is the hometown of Nader Guirat, where Josef Johansson was born too? | 'Josef Johansson'-res:Josef_Johansson | 'Nader Guirat'-res:Nader_Guirat | 'hometown'-dbo:hometown | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Nader_Guirat> <http://dbpedia.org/property/hometown> ?uri . <http://dbpedia.org/resource/Josef_Johansson> <http://dbpedia.org/ontology/birthPlace> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Josef_Johansson dbo:hometown?uri. res:Nader_Guirat dbp:birthPlace?uri. }\n",
+      "\"What is the hometown of Nader Guirat, where Josef Johansson was born too? | 'Josef Johansson'-res:Josef_Johansson | 'Nader Guirat'-res:Nader_Guirat | 'hometown'-dbo:hometown | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Josef_Johansson> <http://dbpedia.org/ontology/hometown> ?uri . <http://dbpedia.org/resource/Nader_Guirat> <http://dbpedia.org/property/birthPlace> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Journal_of_Cerebral_Blood_Flow_&_Metabolism dbo:academicDiscipline?uri } \n",
       "\"What is the academic discipline of Journal of Cerebral Blood Flow & Metabolism ? | 'Journal of Cerebral Blood Flow & Metabolism'-res:Journal_of_Cerebral_Blood_Flow_&_Metabolism | 'academic discipline'-dbo:academicDiscipline\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> <http://dbpedia.org/ontology/academicDiscipline> ?uri } \"\n",
@@ -4228,14 +3741,14 @@
       " SELECT DISTINCT?uri WHERE { res:David_Scherman dbp:training?uri } \n",
       "\"Where was David Scherman trained ? | 'David Scherman'-res:David_Scherman | 'trained'-dbo:training\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Scherman> <http://dbpedia.org/property/training> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:portrayer res:Sean_Young } \n",
-      "\"In which series has Sean Young portrayed someone? | 'Sean Young'-res:Sean_Young | 'series'-dbo:series | 'portrayed'-dbo:portrayer\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/portrayer> <http://dbpedia.org/resource/Sean_Young> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:portrayer res:Sean_Young.?x dbo:series?uri . }\n",
+      "\"In which series has Sean Young portrayed someone? | 'Sean Young'-res:Sean_Young | 'series'-dbo:series | 'portrayed'-dbo:portrayer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/portrayer> <http://dbpedia.org/resource/Sean_Young> . ?x <http://dbpedia.org/ontology/series> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x .?x rdf:type dbo:Single}\n",
-      "\"Who is the writer of the singles whose producer is Peter-John Vettese? | 'Peter-John Vettese'-res:Peter-John_Vettese | 'writer'-dbo:writer | 'singles'-dbo:associate | 'producer'-dbo:producer\",\"SELECT DISTINCT ?uri WHERE { ?x . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Single>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:producer res:Peter-John_Vettese.?x dbp:writer?uri . }\n",
+      "\"Who is the writer of the singles whose producer is Peter-John Vettese? | 'Peter-John Vettese'-res:Peter-John_Vettese | 'writer'-dbo:writer | 'singles'-dbo:associate | 'producer'-dbo:producer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Peter-John_Vettese> . ?x <http://dbpedia.org/property/writer> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { mountain res:Inyo_National_Forest.?uri dbo:locatedInArea res:California. }\n",
-      "\"In which mountain Inyo National Forest and California are located? | 'mountain Inyo National Forest'-res:Inyo_National_Forest | 'California'-res:California | 'located'-dbo:locatedInArea\",\"SELECT DISTINCT ?uri WHERE { mountain <http://dbpedia.org/resource/Inyo_National_Forest> . ?uri <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/California> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:locatedInArea res:Inyo_National_Forest.?uri dbp:location res:California. }\n",
+      "\"In which mountain Inyo National Forest and California are located? | 'mountain Inyo National Forest'-res:Inyo_National_Forest | 'California'-res:California | 'located'-dbo:locatedInArea\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/Inyo_National_Forest> . ?uri <http://dbpedia.org/property/location> <http://dbpedia.org/resource/California> . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:manager res:Piotr_Baron.?x dbp:nickname?uri . }\n",
       "\"What is the nickname of the club managed by Piotr baron? | 'Piotr baron'-res:Piotr_Baron | 'managed'-dbo:manager | 'nickname'-dbp:nickname\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/manager> <http://dbpedia.org/resource/Piotr_Baron> . ?x <http://dbpedia.org/property/nickname> ?uri . }\"\n",
@@ -4243,23 +3756,23 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:debutTeam res:Houston_Astros.?x dbp:team?uri . }\n",
       "\"For how many different teams have the players debuted in Houston Astros played? | 'Houston Astros'-res:Houston_Astros | 'teams'-dbp:team | 'players'-dbo:participant | 'debuted'-dbo:debutTeam | 'played'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/debutTeam> <http://dbpedia.org/resource/Houston_Astros> . ?x <http://dbpedia.org/property/team> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:scale res:Yosemite_National_Park.?x dbo:firstAscentPerson?uri . }\n",
-      "\"How many people have been the first one to scale a peak in the Yosemite Park? | 'Yosemite Park'-res:Yosemite_National_Park | 'scale'-dbp:scale | 'peak'-dbo:language\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/scale> <http://dbpedia.org/resource/Yosemite_National_Park> . ?x <http://dbpedia.org/ontology/firstAscentPerson> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:locatedInArea res:Yosemite_National_Park.?x dbo:firstAscentPerson?uri . }\n",
+      "\"How many people have been the first one to scale a peak in the Yosemite Park? | 'Yosemite Park'-res:Yosemite_National_Park | 'scale'-dbp:scale | 'peak'-dbo:language\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/locatedInArea> <http://dbpedia.org/resource/Yosemite_National_Park> . ?x <http://dbpedia.org/ontology/firstAscentPerson> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:area res:Nashville,_Tennessee.?x dbo:licensee?uri . }\n",
-      "\"What are some licensees of the stations playing in Nashville, Tennessee? | 'Nashville, Tennessee'-res:Nashville,_Tennessee | 'licensees'-dbo:licensee | 'stations'-dbo:numberOfStations | 'playing'-dbo:discharge\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/area> <http://dbpedia.org/resource/Nashville,_Tennessee> . ?x <http://dbpedia.org/ontology/licensee> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:arena res:Nashville,_Tennessee.?x dbp:license?uri . }\n",
+      "\"What are some licensees of the stations playing in Nashville, Tennessee? | 'Nashville, Tennessee'-res:Nashville,_Tennessee | 'licensees'-dbo:licensee | 'stations'-dbo:numberOfStations | 'playing'-dbo:discharge\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/arena> <http://dbpedia.org/resource/Nashville,_Tennessee> . ?x <http://dbpedia.org/property/license> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:division res:Firmicutes.?uri dbp:domain res:Bacteria } \n",
-      "\"Count the total number of bacterias whose division is Firmicutes and domain is Bacteria? | 'bacterias'-res:Bacteriastrum_delicatulum | 'Firmicutes'-res:Firmicutes | 'Bacteria'-res:Bacteria | 'division'-dbo:division | 'domain'-dbp:domain\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/division> <http://dbpedia.org/resource/Firmicutes> . ?uri <http://dbpedia.org/property/domain> <http://dbpedia.org/resource/Bacteria> } \"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:division res:Firmicutes.?uri dbp:domain res:Bacteria . }\n",
+      "\"Count the total number of bacterias whose division is Firmicutes and domain is Bacteria? | 'bacterias'-res:Bacteriastrum_delicatulum | 'Firmicutes'-res:Firmicutes | 'Bacteria'-res:Bacteria | 'division'-dbo:division | 'domain'-dbp:domain\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/division> <http://dbpedia.org/resource/Firmicutes> . ?uri <http://dbpedia.org/property/domain> <http://dbpedia.org/resource/Bacteria> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:producer res:Queer_as_Folk_(UK_TV_series).?x dbo:greatPerson?uri . }\n",
-      "\"What are some other great things by the person who produced Queer as Folk? | 'Queer as Folk'-res:Queer_as_Folk_(UK_TV_series) | 'person'-dbo:person | 'produced'-dbo:wineProduced\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Queer_as_Folk_(UK_TV_series)> . ?x <http://dbpedia.org/ontology/greatPerson> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:producer res:Queer_as_Folk_(UK_TV_series).?x dbp:greatThings?uri . }\n",
+      "\"What are some other great things by the person who produced Queer as Folk? | 'Queer as Folk'-res:Queer_as_Folk_(UK_TV_series) | 'person'-dbo:person | 'produced'-dbo:wineProduced\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Queer_as_Folk_(UK_TV_series)> . ?x <http://dbpedia.org/property/greatThings> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:doctoralStudents res:Erich_Bagge .?uri rdf:type dbo:Scientist}\n",
-      "\"Under which scientist did doctoral students erban ieica and Erich Bagge study? | 'scientist'-res:Scientist | 'doctoral students erban ieica'-res:Róbert_Erban | 'Erich Bagge study'-res:Erich_Bagge\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Erich_Bagge> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:doctoralStudents res:Róbert_Erban_Ți. res:Erich_Bagge study .?uri rdf:type dbo:Scientist}\n",
+      "\"Under which scientist did doctoral students erban ieica and Erich Bagge study? | 'scientist'-res:Scientist | 'doctoral students erban ieica'-res:Róbert_Erban | 'Erich Bagge study'-res:Erich_Bagge\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Róbert_Erban_Ți> . <http://dbpedia.org/resource/Erich_Bagge> study . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Bobby_Beasley dbp:race?uri. res:Martin_Molony rdf:type dbo:Racer}\n",
-      "\"In which racing championships did Bobby Beasley and Martin Molony participate? | 'Bobby Beasley'-res:Bobby_Beasley | 'Martin Molony'-res:Martin_Molony | 'racing'-dbo:race | 'racing'-dbo:race\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Beasley> <http://dbpedia.org/property/race> ?uri . <http://dbpedia.org/resource/Martin_Molony> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Racer>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:race res:Bobby_Beasley.?uri rdf:type dbo:Racer}\n",
+      "\"In which racing championships did Bobby Beasley and Martin Molony participate? | 'Bobby Beasley'-res:Bobby_Beasley | 'Martin Molony'-res:Martin_Molony | 'racing'-dbo:race | 'racing'-dbo:race\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/race> <http://dbpedia.org/resource/Bobby_Beasley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Racer>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Brad_Paisley_discography dbp:artist?uri } \n",
       "\"Name the artist of Brad Paisley discography ? | 'Brad Paisley discography'-res:Brad_Paisley_discography | 'name'-dbp:name | 'artist'-dbp:artist\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Brad_Paisley_discography> <http://dbpedia.org/property/artist> ?uri } \"\n",
@@ -4267,14 +3780,14 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:doctoralAdvisor res:Ernest_Rutherford . }\n",
       "\"Ernest Rutherford was the advisor of how many people? | 'Ernest rutherford'-res:Ernest_Rutherford | 'advisor'-dbo:doctoralAdvisor\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Ernest_Rutherford> . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbp:position res:Quarterback } \n",
-      "\"who all play for of the american football players at  Quarterback position? | 'Quarterback'-res:Quarterback | 'play'-dbo:starring\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Quarterback> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:position res:Quarterback.?x dbo:starring?uri . }\n",
+      "\"who all play for of the american football players at  Quarterback position? | 'Quarterback'-res:Quarterback | 'play'-dbo:starring\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Quarterback> . ?x <http://dbpedia.org/ontology/starring> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:Henri_Maspero dbo:academicAdvisor?x.?x dbp:fields?uri . }\n",
       "\"What is the field of interest of the advisor of Henri Maspero ? | 'Henri Maspero'-res:Henri_Maspero | 'advisor'-dbo:academicAdvisor | 'field'-dbp:fields\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henri_Maspero> <http://dbpedia.org/ontology/academicAdvisor> ?x . ?x <http://dbpedia.org/property/fields> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Soylent_Green dbp:artist?uri. res:Lydia_Clarke dbo:spouse?uri} \n",
-      "\"Name the actor of Soylent Green to which Lydia Clarke is married ? | 'Lydia Clarke'-res:Lydia_Clarke | 'Soylent Green'-res:Soylent_Green | 'name'-dbo:name | 'actor'-dbp:artist | 'married'-dbo:spouse\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Soylent_Green> <http://dbpedia.org/property/artist> ?uri . <http://dbpedia.org/resource/Lydia_Clarke> <http://dbpedia.org/ontology/spouse> ?uri} \"\n",
+      "SELECT DISTINCT?uri WHERE { res:Lydia_Clarke dbo:spouse?uri. res:Soylent_Green dbp:starring?uri. }\n",
+      "\"Name the actor of Soylent Green to which Lydia Clarke is married ? | 'Lydia Clarke'-res:Lydia_Clarke | 'Soylent Green'-res:Soylent_Green | 'name'-dbo:name | 'actor'-dbp:artist | 'married'-dbo:spouse\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lydia_Clarke> <http://dbpedia.org/ontology/spouse> ?uri . <http://dbpedia.org/resource/Soylent_Green> <http://dbpedia.org/property/starring> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:FWD.us dbp:keyPeople?uri } \n",
       "\"Who are the key people of FWD.us? | 'FWD.us'-res:FWD.us | 'key people'-dbp:keyPeople\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/FWD.us> <http://dbpedia.org/property/keyPeople> ?uri } \"\n",
@@ -4282,23 +3795,23 @@
       " SELECT DISTINCT?uri WHERE { res:Into_the_Dalek dbp:executiveProducer?uri } \n",
       "\"Who is the executive producer of Into the Dalek ? | 'Into the Dalek'-res:Into_the_Dalek | 'executive producer'-dbp:executiveProducer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Into_the_Dalek> <http://dbpedia.org/property/executiveProducer> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:mouthLocation res:Arkansas.?x dbp:riverMouth?uri . }\n",
-      "\"Through how many cities does the river flowing into Arkansas go? | 'Arkansas'-res:Arkansas | 'cities'-dbo:country | 'river'-dbo:river | 'flowing'-dbo:school\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/mouthLocation> <http://dbpedia.org/resource/Arkansas> . ?x <http://dbpedia.org/property/riverMouth> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:riverMouth res:Arkansas.?x dbp:cities?uri . }\n",
+      "\"Through how many cities does the river flowing into Arkansas go? | 'Arkansas'-res:Arkansas | 'cities'-dbo:country | 'river'-dbo:river | 'flowing'-dbo:school\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/Arkansas> . ?x <http://dbpedia.org/property/cities> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?xsubsidiary res:Sony_Corporation_shareholders_and_subsidiaries.?uri dbo:manufacturer?x . }\n",
-      "\"How many things are manufactured by the company whose subsidiary is Sony Corporation shareholders and subsidiaries? | 'Sony Corporation shareholders and subsidiaries'-res:Sony_Corporation_shareholders_and_subsidiaries | 'manufactured'-dbo:product | 'company'-dbo:company | 'subsidiary'-dbo:subsidiary\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?xsubsidiary <http://dbpedia.org/resource/Sony_Corporation_shareholders_and_subsidiaries> . ?uri <http://dbpedia.org/ontology/manufacturer> ?x . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:subsidiary res:Sony_Corporation_shareholders_and_subsidiaries.?uri dbp:manufacturer?x . }\n",
+      "\"How many things are manufactured by the company whose subsidiary is Sony Corporation shareholders and subsidiaries? | 'Sony Corporation shareholders and subsidiaries'-res:Sony_Corporation_shareholders_and_subsidiaries | 'manufactured'-dbo:product | 'company'-dbo:company | 'subsidiary'-dbo:subsidiary\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/subsidiary> <http://dbpedia.org/resource/Sony_Corporation_shareholders_and_subsidiaries> . ?uri <http://dbpedia.org/property/manufacturer> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:locationCity res:Ontario.?x dbp:regionServed?uri . }\n",
-      "\"In which other places are there companies which are in Ontario, too? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Ontario,'-res:Ontario,_Indiana | 'places'-dbo:district\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locationCity> <http://dbpedia.org/resource/Ontario> . ?x <http://dbpedia.org/property/regionServed> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:locationCity res:Ontario.?x dbo:regionServed?uri . }\n",
+      "\"In which other places are there companies which are in Ontario, too? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Ontario,'-res:Ontario,_Indiana | 'places'-dbo:district\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Ontario> . ?x <http://dbpedia.org/ontology/regionServed> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Wiktionary dbp:author?x.?x dbo:company?uri . }\n",
-      "\"In which companies boards do the writers of Wikitionary belong? | 'companies boards'-res:Under_the_Boards | 'Wikitionary'-res:Wiktionary | 'writers'-dbo:author | 'belong'-dbo:date\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wiktionary> <http://dbpedia.org/property/author> ?x . ?x <http://dbpedia.org/ontology/company> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:author res:Wiktionary.?x dbp:board?uri . }\n",
+      "\"In which companies boards do the writers of Wikitionary belong? | 'companies boards'-res:Under_the_Boards | 'Wikitionary'-res:Wiktionary | 'writers'-dbo:author | 'belong'-dbo:date\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/author> <http://dbpedia.org/resource/Wiktionary> . ?x <http://dbpedia.org/property/board> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Newin_Chidchob dbp:nationality?uri. res:Ajahn_Sao_Kantasīlo . }\n",
-      "\"Which nationality of Newin Chidchob is also the nationality of Ajahn Sao Kantaslo ? | 'Newin Chidchob'-res:Newin_Chidchob | 'Ajahn Sao Kantaslo'-res:Ajahn_Sao_Kantasīlo | 'nationality'-dbp:nationality | 'nationality'-dbp:nationality\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Newin_Chidchob> <http://dbpedia.org/property/nationality> ?uri . <http://dbpedia.org/resource/Ajahn_Sao_Kantasīlo> . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Newin_Chidchob dbp:nationality?uri } \n",
+      "\"Which nationality of Newin Chidchob is also the nationality of Ajahn Sao Kantaslo ? | 'Newin Chidchob'-res:Newin_Chidchob | 'Ajahn Sao Kantaslo'-res:Ajahn_Sao_Kantasīlo | 'nationality'-dbp:nationality | 'nationality'-dbp:nationality\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Newin_Chidchob> <http://dbpedia.org/property/nationality> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:music res:Tim_Burton.?uri dbo:director res:Jenna_Elfman } \n",
-      "\"Count the movies directed by Tim Burton and music composer Danny Elfman ? | 'Tim Burton'-res:Tim_Burton | 'music composer Danny Elfman'-res:Jenna_Elfman | 'music composer'-dbp:music | 'directed'-dbp:director\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Tim_Burton> . ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Jenna_Elfman> } \"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:director res:Tim_Burton.?uri dbo:music res:Jenna_Elfman } \n",
+      "\"Count the movies directed by Tim Burton and music composer Danny Elfman ? | 'Tim Burton'-res:Tim_Burton | 'music composer Danny Elfman'-res:Jenna_Elfman | 'music composer'-dbp:music | 'directed'-dbp:director\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Tim_Burton> . ?uri <http://dbpedia.org/ontology/music> <http://dbpedia.org/resource/Jenna_Elfman> } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:instruments res:Drums_Around_the_World.?x dbo:genre?uri . }\n",
       "\"From which genres of music did those genres emerge where drums are important? | 'drums'-res:Drums_Around_the_World | 'genres'-dbo:genre | 'music'-dbo:musicSubgenre | 'genres'-dbo:genre | 'emerge'-dbo:result\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Drums_Around_the_World> . ?x <http://dbpedia.org/ontology/genre> ?uri . }\"\n",
@@ -4306,14 +3819,14 @@
       " SELECT DISTINCT?uri WHERE { res:Earl_B._Ruth dbo:appointer?uri } \n",
       "\"Who is the appointer of Earl B. Ruth ? | 'B'-res:B | 'Earl  Ruth'-res:Earl_B._Ruth | 'appointer'-dbo:appointer\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Earl_B._Ruth> <http://dbpedia.org/ontology/appointer> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:education res:Samuel_Isham . }\n",
-      "\"To which educational institutes is Samuel Isham associated to? | 'Samuel Isham'-res:Samuel_Isham | 'education'-dbp:education\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/education> <http://dbpedia.org/resource/Samuel_Isham> . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Samuel_Isham dbp:education?uri } \n",
+      "\"To which educational institutes is Samuel Isham associated to? | 'Samuel Isham'-res:Samuel_Isham | 'education'-dbp:education\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Samuel_Isham> <http://dbpedia.org/property/education> ?uri } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:birthPlace res:Vargas_(state).?x dbp:debutteam?uri . }\n",
       "\"What is the debut team of people born in Vargas? | 'Vargas'-res:Vargas_(state) | 'born in'-dbo:birthPlace | 'debut team'-dbp:debutteam\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Vargas_(state)> . ?x <http://dbpedia.org/property/debutteam> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:battles res:Battle_of_France.?x dbo:award?uri . }\n",
-      "\"Count the awards received by the ones who fought the battle of france? | 'battle of france'-res:Battle_of_France | 'count'-dbo:time | 'awards'-dbo:award | 'received'-dbo:board | 'fought'-dbo:nerve | 'battle'-dbo:battle | 'france'-dbo:field\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Battle_of_France> . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:battles res:Battle_of_France.?x dbp:awards?uri . }\n",
+      "\"Count the awards received by the ones who fought the battle of france? | 'battle of france'-res:Battle_of_France | 'count'-dbo:time | 'awards'-dbo:award | 'received'-dbo:board | 'fought'-dbo:nerve | 'battle'-dbo:battle | 'france'-dbo:field\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Battle_of_France> . ?x <http://dbpedia.org/property/awards> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:country res:Colonels_Softball_Complex . }\n",
       "\"Count all the Colonels? | 'Colonels'-res:Colonels_Softball_Complex | 'count'-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/Colonels_Softball_Complex> . }\"\n",
@@ -4324,8 +3837,8 @@
       " SELECT DISTINCT?uri WHERE { res:Juno_I dbo:launchSite?uri } \n",
       "\"Where was Juno I launched from ? | 'Juno I'-res:Juno_I | 'launched'-dbo:launchSite\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Juno_I> <http://dbpedia.org/ontology/launchSite> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbo:ingredient res:Swedish_people } \n",
-      "\"What are some common ingredients used in Swedish dishes? | 'Swedish dishes'-res:Sweden | 'Swedish dishes'-res:Tableware | 'in'-dbo:country | 'ingredient'-dbo:ingredient\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Swedish_people> } \"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:country res:Sweden.?x dbo:ingredient?uri . }\n",
+      "\"What are some common ingredients used in Swedish dishes? | 'Swedish dishes'-res:Sweden | 'Swedish dishes'-res:Tableware | 'in'-dbo:country | 'ingredient'-dbo:ingredient\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/country> <http://dbpedia.org/resource/Sweden> . ?x <http://dbpedia.org/ontology/ingredient> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Rheinmetall_MG_60 dbp:origin?uri } \n",
       "\"Where did Rheinmetall MG 60 originated ? | 'MG'-res:MG | 'Rheinmetall  60'-res:Rheinmetall_MG_60 | 'origin'-dbo:origin\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rheinmetall_MG_60> <http://dbpedia.org/property/origin> ?uri } \"\n",
@@ -4333,59 +3846,59 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:cinematography res:Gregg_Toland . }\n",
       "\"Gregg Toland cinematographed how many things? | 'Gregg toland'-res:Gregg_Toland | 'cinematographed'-dbo:cinematography\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/cinematography> <http://dbpedia.org/resource/Gregg_Toland> . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:owner res:Metro-North_Railroad.?x dbp:line?uri }\n",
-      "\"Give me the total number of lines owned by owner of Mwtro-Noth Railroad ? | 'Mwtro-Noth Railroad'-res:Metro-North_Railroad | 'total'-dbo:populationTotal | 'lines'-dbo:lyrics | 'owned'-dbo:subsidiary | 'owner'-dbo:owner\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/owner> <http://dbpedia.org/resource/Metro-North_Railroad> . ?x <http://dbpedia.org/property/line> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:owner res:Mwtro-Noth_Railroad.?x dbo:line?uri }\n",
+      "\"Give me the total number of lines owned by owner of Mwtro-Noth Railroad ? | 'Mwtro-Noth Railroad'-res:Metro-North_Railroad | 'total'-dbo:populationTotal | 'lines'-dbo:lyrics | 'owned'-dbo:subsidiary | 'owner'-dbo:owner\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Mwtro-Noth_Railroad> . ?x <http://dbpedia.org/ontology/line> ?uri }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:architect res:Dundas_Castle.?x dbo:residence?uri . }\n",
-      "\"In how many places can I find people who were the architects of the Dundas Castle? | 'I'-res:I | 'Dundas Castle'-res:Dundas_Castle | 'places'-dbo:height | 'architects'-dbo:architect\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Dundas_Castle> . ?x <http://dbpedia.org/ontology/residence> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:architect res:Dundas_Castle.?x dbp:locations?uri . }\n",
+      "\"In how many places can I find people who were the architects of the Dundas Castle? | 'I'-res:I | 'Dundas Castle'-res:Dundas_Castle | 'places'-dbo:height | 'architects'-dbo:architect\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Dundas_Castle> . ?x <http://dbpedia.org/property/locations> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Barbara_Bush dbp:children?uri } \n",
       "\"List all the children of Barbara Bush? | 'Barbara Bush'-res:Barbara_Bush | 'children'-dbp:children\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Barbara_Bush> <http://dbpedia.org/property/children> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:inflow res:Ionian_cities.?x dbp:cities?uri .?uri rdf:type dbo :Sea}\n",
-      "\"How many cities are around the sea in which the ionian sea flows? | 'cities'-dbo:city | 'sea'-dbo:lake | 'ionian sea'-dbo:lake | 'flows'-dbo:circulation\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Ionian_cities> . ?x <http://dbpedia.org/property/cities> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :Sea}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:inflow res:The_ionian_Sea.?x dbp:cities?uri . }\n",
+      "\"How many cities are around the sea in which the ionian sea flows? | 'cities'-dbo:city | 'sea'-dbo:lake | 'ionian sea'-dbo:lake | 'flows'-dbo:circulation\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/The_ionian_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:basedOn res:Miguel_de_Cervantes.?x dbp:author?uri . }\n",
-      "\"Miguel de Cervantes wrote the musical extended from which book? | 'miguel de Cervantes'-res:Miguel_de_Cervantes | 'wrote'-dbp:author | 'musical'-dbo:show | 'extended'-dbo:languageFamily | 'book'-dbo:volume\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/basedOn> <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?x <http://dbpedia.org/property/author> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:author res:Miguel_de_Cervantes.?x dbo:basedOn?uri . }\n",
+      "\"Miguel de Cervantes wrote the musical extended from which book? | 'miguel de Cervantes'-res:Miguel_de_Cervantes | 'wrote'-dbp:author | 'musical'-dbo:show | 'extended'-dbo:languageFamily | 'book'-dbo:volume\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?x <http://dbpedia.org/ontology/basedOn> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:position res:Defenceman.?x dbo:team?uri . }\n",
       "\"In how many different teams have all those who have played as a defenceman been? | 'Defenceman'-res:Defenceman | 'teams'-dbo:numberOfTeams | 'played'-dbo:portrayer\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?x <http://dbpedia.org/ontology/team> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:tenant res:Los_Angeles_Kings . }\n",
-      "\"How many teams have LA kings players in them currently? | 'LA kings'-res:Los_Angeles_Kings | 'teams'-dbo:numberOfTeams\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/tenant> <http://dbpedia.org/resource/Los_Angeles_Kings> . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:currentclub res:Los_Angeles_Kings .?uri rdf:type dbo:SportsTeam}\n",
+      "\"How many teams have LA kings players in them currently? | 'LA kings'-res:Los_Angeles_Kings | 'teams'-dbo:numberOfTeams\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/currentclub> <http://dbpedia.org/resource/Los_Angeles_Kings> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SportsTeam>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:developer res:J._Michael_Straczynski.?uri dbo:transmission?x . }\n",
-      "\"What is the television show whose developer is J. Michael Straczynski? | 'J'-res:J | 'Michael Straczynski'-res:J._Michael_Straczynski | 'television show'-dbo:transmission | 'developer'-dbo:developer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/developer> <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri <http://dbpedia.org/ontology/transmission> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:developer res:J._Michael_Straczynski .?uri rdf:type dbo:TelevisionShow}\n",
+      "\"What is the television show whose developer is J. Michael Straczynski? | 'J'-res:J | 'Michael Straczynski'-res:J._Michael_Straczynski | 'television show'-dbo:transmission | 'developer'-dbo:developer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/developer> <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Peace_and_Environmentalism dbp:motive?uri. res:Organisation?uri. }\n",
-      "\"list the organisation with motive for peace and environmentalism? | 'environmentalism'-res:Environmentalism | 'organisation'-dbo:organisation | 'motive'-dbo:field | 'peace'-dbp:content\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Peace_and_Environmentalism> <http://dbpedia.org/property/motive> ?uri . <http://dbpedia.org/resource/Organisation> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:purpose res:Peace.?uri dbo:organisation res:Environmentalism . }\n",
+      "\"list the organisation with motive for peace and environmentalism? | 'environmentalism'-res:Environmentalism | 'organisation'-dbo:organisation | 'motive'-dbo:field | 'peace'-dbp:content\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/Peace> . ?uri <http://dbpedia.org/ontology/organisation> <http://dbpedia.org/resource/Environmentalism> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Darcs dbo:license?uri } \n",
       "\"What is the content license of Darcs ? | 'Darcs'-res:Darcs | 'content license'-dbo:license\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Darcs> <http://dbpedia.org/ontology/license> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:commandStructure res:United_States_Department_of_the_Military_Unit.?uri dbp:garrison res:Arlington_County,_Virginia . }\n",
-      "\"Name a military unit whose command structure is United States Department of the Navy and garrison is Arlington County, Virginia? | 'United States Department of the Navy'-res:United_States_Navy | 'Arlington County, Virginia'-res:Arlington_County,_Virginia | 'name'-dbp:name | 'military unit'-dbo:garrison | 'command structure'-dbo:commandStructure | 'garrison'-dbo:garrison\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/commandStructure> <http://dbpedia.org/resource/United_States_Department_of_the_Military_Unit> . ?uri <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/Arlington_County,_Virginia> . }\"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbp:commandStructure res:United_States_Navy.?uri dbo:garrison res:Arlington_County,_Virginia } \n",
+      "\"Name a military unit whose command structure is United States Department of the Navy and garrison is Arlington County, Virginia? | 'United States Department of the Navy'-res:United_States_Navy | 'Arlington County, Virginia'-res:Arlington_County,_Virginia | 'name'-dbp:name | 'military unit'-dbo:garrison | 'command structure'-dbo:commandStructure | 'garrison'-dbo:garrison\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/commandStructure> <http://dbpedia.org/resource/United_States_Navy> . ?uri <http://dbpedia.org/ontology/garrison> <http://dbpedia.org/resource/Arlington_County,_Virginia> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Stephen_Kozmeniuk dbp:producer?x.?x dbo:artist?uri . }\n",
-      "\"List all the artist of albums which have been produced by Stephen Kozmeniuk ? | 'Stephen Kozmeniuk'-res:Stephen_Kozmeniuk | 'artist'-dbo:artist | 'albums'-dbo:endowment | 'produced'-dbo:wineProduced\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stephen_Kozmeniuk> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/ontology/artist> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:producer res:Stephen_Kozmeniuk.?x dbp:artist?uri . }\n",
+      "\"List all the artist of albums which have been produced by Stephen Kozmeniuk ? | 'Stephen Kozmeniuk'-res:Stephen_Kozmeniuk | 'artist'-dbo:artist | 'albums'-dbo:endowment | 'produced'-dbo:wineProduced\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Stephen_Kozmeniuk> . ?x <http://dbpedia.org/property/artist> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Deborah_Crombie dbp:mascot?uri } \n",
-      "\"What is the mascot of the alma mater of Deborah Crombie? | 'Deborah Crombie'-res:Deborah_Crombie | 'mascot'-dbo:mascot | 'alma mater'-dbo:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Deborah_Crombie> <http://dbpedia.org/property/mascot> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:Deborah_Crombie dbp:mascot?x.?x dbo:almaMater?uri . }\n",
+      "\"What is the mascot of the alma mater of Deborah Crombie? | 'Deborah Crombie'-res:Deborah_Crombie | 'mascot'-dbo:mascot | 'alma mater'-dbo:almaMater\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Deborah_Crombie> <http://dbpedia.org/property/mascot> ?x . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:James_W._Hyatt dbp:successor?x.?x dbo:restingplace?uri . }\n",
       "\"What is the resting place of the person who is the successor of James W. Hyatt ? | 'W'-res:Vienna | 'James  Hyatt'-res:James_W._Hyatt | 'resting'-dbo:battle | 'place'-dbo:place | 'person'-dbp:type | 'successor'-dbo:successor\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_W._Hyatt> <http://dbpedia.org/property/successor> ?x . ?x <http://dbpedia.org/ontology/restingplace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Los_Angeles_International_Airport dbo:targetAirport?uri. res:San_Francisco_International-Airport dbp:hub airports?uri. }\n",
-      "\"Name an airline with hub airports as Los Angeles International Airport and San Francisco International Airport? | 'Los Angeles International Airport'-res:Los_Angeles_International_Airport | 'San Francisco International Airport'-res:San_Francisco_International_Airport | 'name'-dbp:name | 'airline'-dbo:icaoAirlineCode | 'hub airports'-dbp:hub\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Los_Angeles_International_Airport> <http://dbpedia.org/ontology/targetAirport> ?uri . <http://dbpedia.org/resource/San_Francisco_International-Airport> <http://dbpedia.org/property/hub> airports ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Los_Angeles_International_Airport dbo:hubAirport?uri. res:San_Francisco_International-Airport dbp:hub?uri. }\n",
+      "\"Name an airline with hub airports as Los Angeles International Airport and San Francisco International Airport? | 'Los Angeles International Airport'-res:Los_Angeles_International_Airport | 'San Francisco International Airport'-res:San_Francisco_International_Airport | 'name'-dbp:name | 'airline'-dbo:icaoAirlineCode | 'hub airports'-dbp:hub\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Los_Angeles_International_Airport> <http://dbpedia.org/ontology/hubAirport> ?uri . <http://dbpedia.org/resource/San_Francisco_International-Airport> <http://dbpedia.org/property/hub> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Fabio_Mercurio dbp:employer?x.?x dbo:owner?uri . }\n",
-      "\"Who owns the bank where Fabio Mercurio works? | 'Fabio Mercurio'-res:Fabio_Mercurio | 'owns'-dbo:relation | 'bank'-dbo:series | 'works'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fabio_Mercurio> <http://dbpedia.org/property/employer> ?x . ?x <http://dbpedia.org/ontology/owner> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Fabio_Mercurio dbo:employer?x.?x dbp:owner?uri . }\n",
+      "\"Who owns the bank where Fabio Mercurio works? | 'Fabio Mercurio'-res:Fabio_Mercurio | 'owns'-dbo:relation | 'bank'-dbo:series | 'works'-dbo:language\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fabio_Mercurio> <http://dbpedia.org/ontology/employer> ?x . ?x <http://dbpedia.org/property/owner> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Timeform dbp:awards?x.?x dbo:owner?uri . }\n",
-      "\"Who owns the horses which have won the Timeform award? | 'Timeform award'-res:Timeform | 'owns'-dbo:languageFamily | 'horses'-dbo:staff | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Timeform> <http://dbpedia.org/property/awards> ?x . ?x <http://dbpedia.org/ontology/owner> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:award res:Timeform.?x dbp:owner?uri . }\n",
+      "\"Who owns the horses which have won the Timeform award? | 'Timeform award'-res:Timeform | 'owns'-dbo:languageFamily | 'horses'-dbo:staff | 'won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Timeform> . ?x <http://dbpedia.org/property/owner> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:cinematography res:The_Peanuts_Movie.?uri dbp:voice?x . }\n",
-      "\"What are some fictional characters whose voice is in the peanuts movie? | 'the peanuts movie'-res:The_Peanuts_Movie | 'voice'-dbo:voice | 'peanuts movie'-dbo:picture\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/cinematography> <http://dbpedia.org/resource/The_Peanuts_Movie> . ?uri <http://dbpedia.org/property/voice> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:voice res:The_Peanuts_Movie .?uri rdf:type dbo:FictionalCharacter}\n",
+      "\"What are some fictional characters whose voice is in the peanuts movie? | 'the peanuts movie'-res:The_Peanuts_Movie | 'voice'-dbo:voice | 'peanuts movie'-dbo:picture\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/voice> <http://dbpedia.org/resource/The_Peanuts_Movie> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:team res:Toronto_Argonauts . }\n",
       "\"How many people used to play for Toronto Argonauts? | 'Toronto Argonauts'-res:Toronto_Argonauts | 'play'-dbo:team\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/team> <http://dbpedia.org/resource/Toronto_Argonauts> . }\"\n",
@@ -4393,38 +3906,38 @@
       "SELECT DISTINCT?uri WHERE { res:Dornier_Aerodyne dbp:nationalOrigin?uri. res:Hirth_Acrostar dbo:origin?uri. }\n",
       "\"What is the national origin of Dornier Aerodyne and Hirth Acrostar ?; | 'Dornier Aerodyne'-res:Dornier_Aerodyne | 'Hirth Acrostar ;'-res:Hirth_Acrostar | 'national origin'-dbp:nationalOrigin | 'origin'-dbo:origin\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dornier_Aerodyne> <http://dbpedia.org/property/nationalOrigin> ?uri . <http://dbpedia.org/resource/Hirth_Acrostar> <http://dbpedia.org/ontology/origin> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:notableWork res:Colin_Brake.?xdbp:author?uri . }\n",
-      "\"Who acted in the work written by Colin Brake? | 'Colin Brake'-res:Colin_Brake | 'acted'-dbp:noted | 'work'-dbo:service | 'written'-dbp:writtenby\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/notableWork> <http://dbpedia.org/resource/Colin_Brake> . ?xdbp:author ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:writer res:Colin_Brake.?x dbo:starring?uri . }\n",
+      "\"Who acted in the work written by Colin Brake? | 'Colin Brake'-res:Colin_Brake | 'acted'-dbp:noted | 'work'-dbo:service | 'written'-dbp:writtenby\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Colin_Brake> . ?x <http://dbpedia.org/ontology/starring> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:author res:K._W._Jeter.?x dbo:series?uri . }\n",
       "\"List the series of the books whose author is K. W. Jeter. | 'K'-res:K | 'W Jeter'-res:K._W._Jeter | 'W'-res:W | 'K  Jeter'-res:K._W._Jeter | 'series'-dbo:series | 'books'-dbo:title | 'author'-dbo:author\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/author> <http://dbpedia.org/resource/K._W._Jeter> . ?x <http://dbpedia.org/ontology/series> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:president res:Emanuel_de_Guzman.?x dbp:sport?uri . }\n",
-      "\"How many sports are played at the university whose president is Emanuel de Guzman? | 'Emanuel de Guzman'-res:Emanuel_de_Guzman | 'sports'-dbo:athletics | 'played'-dbo:coach | 'university'-dbo:university | 'president'-dbo:president\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/president> <http://dbpedia.org/resource/Emanuel_de_Guzman> . ?x <http://dbpedia.org/property/sport> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:president res:Emanuel_de_Guzman.?x dbo:athletics?uri . }\n",
+      "\"How many sports are played at the university whose president is Emanuel de Guzman? | 'Emanuel de Guzman'-res:Emanuel_de_Guzman | 'sports'-dbo:athletics | 'played'-dbo:coach | 'university'-dbo:university | 'president'-dbo:president\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/president> <http://dbpedia.org/resource/Emanuel_de_Guzman> . ?x <http://dbpedia.org/ontology/athletics> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:mainInterests res:Metaphysics.?xdbp:interests?uri }\n",
-      "\"Give me the count of interests of the philosopher whose primary interest is Metaphysics ? | 'Metaphysics'-res:Metaphysics | 'interests'-dbp:mainInterests | 'interests'-dbp:mainInterests\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/mainInterests> <http://dbpedia.org/resource/Metaphysics> . ?xdbp:interests ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:mainInterests res:Metaphysics } \n",
+      "\"Give me the count of interests of the philosopher whose primary interest is Metaphysics ? | 'Metaphysics'-res:Metaphysics | 'interests'-dbp:mainInterests | 'interests'-dbp:mainInterests\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/mainInterests> <http://dbpedia.org/resource/Metaphysics> } \"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:prizes res:Gold_Medal_of_the_Royal_Astronomical_Society . }\n",
       "\"How many people won the Gold Medal of the Royal Astronomical Society? | 'Gold Medal of the Royal Astronomical Society'-res:Gold_Medal_of_the_Royal_Astronomical_Society | 'won'-dbp:prizes\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/prizes> <http://dbpedia.org/resource/Gold_Medal_of_the_Royal_Astronomical_Society> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Glen_and_Les_Charles dbp:executiveProducer?uri. res:NBC_Network dbo:programmeFormat?uri. }\n",
-      "\"Which program was on NBC network with executive producer as Glen and Les Charles? | 'NBC'-res:NBC | 'Glen'-res:Glen | 'Les Charles'-res:Glen_and_Les_Charles | 'program'-dbo:programmeFormat | 'network'-dbo:network | 'executive producer'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Glen_and_Les_Charles> <http://dbpedia.org/property/executiveProducer> ?uri . <http://dbpedia.org/resource/NBC_Network> <http://dbpedia.org/ontology/programmeFormat> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:network res:Glen_and_Les_Charles.?uri dbp:executiveProducer res:Lê_Charles . }\n",
+      "\"Which program was on NBC network with executive producer as Glen and Les Charles? | 'NBC'-res:NBC | 'Glen'-res:Glen | 'Les Charles'-res:Glen_and_Les_Charles | 'program'-dbo:programmeFormat | 'network'-dbo:network | 'executive producer'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/Glen_and_Les_Charles> . ?uri <http://dbpedia.org/property/executiveProducer> <http://dbpedia.org/resource/Lê_Charles> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:minister res:South_Asia_Subregional_Economic_Cooperation.?x dbo:leader?uri . }\n",
-      "\"Which countries came together to serve a greater purpose and founded South Asia Subregional Economic Cooperation? | 'countries'-res:Countries_of_the_United_Kingdom | 'South Asia Subregional Economic Cooperation'-res:South_Asia_Subregional_Economic_Cooperation | 'serve'-dbp:minister | 'purpose'-dbo:purpose | 'founded'-dbo:leader\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/minister> <http://dbpedia.org/resource/South_Asia_Subregional_Economic_Cooperation> . ?x <http://dbpedia.org/ontology/leader> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:purpose res:South_Asia_Subregional_Economic_Cooperation.?uri dbo:leader res:United_Kingdom. }\n",
+      "\"Which countries came together to serve a greater purpose and founded South Asia Subregional Economic Cooperation? | 'countries'-res:Countries_of_the_United_Kingdom | 'South Asia Subregional Economic Cooperation'-res:South_Asia_Subregional_Economic_Cooperation | 'serve'-dbp:minister | 'purpose'-dbo:purpose | 'founded'-dbo:leader\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/South_Asia_Subregional_Economic_Cooperation> . ?uri <http://dbpedia.org/ontology/leader> <http://dbpedia.org/resource/United_Kingdom> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:artist res:Katy_B._released_on?uri .?x rdf:type dbo:Single}\n",
-      "\"Through which label has Katy B released her singles? | 'B'-res:B | 'Katy'-res:Katy | 'label'-dbo:flag | 'released'-dbo:channel | 'singles'-dbo:slogan\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Katy_B._released_on> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Single>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:artist res:Katy_B.?x dbo:recordLabel?uri . }\n",
+      "\"Through which label has Katy B released her singles? | 'B'-res:B | 'Katy'-res:Katy | 'label'-dbo:flag | 'released'-dbo:channel | 'singles'-dbo:slogan\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Katy_B> . ?x <http://dbpedia.org/ontology/recordLabel> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Bobby_Hoppe dbp:pastteams?uri } \n",
       "\"List the teams for which Bobby Hoppe played ? | 'Bobby Hoppe'-res:Bobby_Hoppe | 'teams'-dbp:pastteams\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Hoppe> <http://dbpedia.org/property/pastteams> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Cathedral_Peak_(California) dbo:firstAscentPerson?uri } \n",
-      "\"Who first ascented a mountain of Cathedral Peak (California) ? | 'Cathedral Peak (California)'-res:Cathedral_Peak_(California) | 'ascented'-dbo:firstAscentPerson | 'mountain'-dbo:elevation\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cathedral_Peak_(California)> <http://dbpedia.org/ontology/firstAscentPerson> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:Cathedral_Peak_(California) dbo:firstAscentPerson?uri } \n",
+      "\"Who first ascented a mountain of Cathedral Peak (California) ? | 'Cathedral Peak (California)'-res:Cathedral_Peak_(California) | 'ascented'-dbo:firstAscentPerson | 'mountain'-dbo:elevation\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cathedral_Peak_(California)> <http://dbpedia.org/ontology/firstAscentPerson> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Erik_Bergman_(Lutheran_minister) dbp:children?x.?xdbp:awards?uri . }\n",
-      "\"Which awards did the children of Erik Bergman won ? | 'Erik Bergman'-res:Erik_Bergman_(Lutheran_minister) | 'children'-dbp:children | 'awards'-dbp:awards\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erik_Bergman_(Lutheran_minister)> <http://dbpedia.org/property/children> ?x . ?xdbp:awards ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Erik_Bergman_(Lutheran_minister) dbp:children?x.?x . }\n",
+      "\"Which awards did the children of Erik Bergman won ? | 'Erik Bergman'-res:Erik_Bergman_(Lutheran_minister) | 'children'-dbp:children | 'awards'-dbp:awards\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erik_Bergman_(Lutheran_minister)> <http://dbpedia.org/property/children> ?x . ?x . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:placeOfBurial res:Mausoleum_of_Augustus . }\n",
       "\"How many people are buried in the Mausoleum of Augustus? | 'Mausoleum of Augustus'-res:Mausoleum_of_Augustus | 'buried'-dbp:placeOfBurial\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/placeOfBurial> <http://dbpedia.org/resource/Mausoleum_of_Augustus> . }\"\n",
@@ -4438,14 +3951,14 @@
       " SELECT DISTINCT?uri WHERE { res:James_McClure_(table_tennis) dbo:birthPlace?uri } \n",
       "\"Where was James McClure born ? | 'James McClure'-res:James_McClure_(table_tennis) | 'born'-dbo:birthPlace\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_McClure_(table_tennis)> <http://dbpedia.org/ontology/birthPlace> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:recordLabel res:Sony_Music_Entertainment.?uri dbp:creator?x . }\n",
-      "\"Whose music composer is signed up with Sony Music Entertainment? | 'Sony Music Entertainment'-res:Sony_Music_Entertainment | 'music composer'-dbo:creator | 'signed'-dbo:movement\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/Sony_Music_Entertainment> . ?uri <http://dbpedia.org/property/creator> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:recordLabel res:Sony_Music_Entertainment.?uri dbo:musicComposer?x . }\n",
+      "\"Whose music composer is signed up with Sony Music Entertainment? | 'Sony Music Entertainment'-res:Sony_Music_Entertainment | 'music composer'-dbo:creator | 'signed'-dbo:movement\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Sony_Music_Entertainment> . ?uri <http://dbpedia.org/ontology/musicComposer> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:genre res:Progressive_rock.?x dbo:recordLabel?uri . }\n",
       "\"Which labels signs up progressive rock bands? | 'progressive rock'-res:Progressive_rock | 'labels'-dbp:label | 'signs'-dbo:precursor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/genre> <http://dbpedia.org/resource/Progressive_rock> . ?x <http://dbpedia.org/ontology/recordLabel> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Kazan dbp:end?x.?x dbo:railwayTrack?uri . }\n",
-      "\"Where does the railway tracks start, which ends in Kazan? | 'railway tracks start,'-res:Start | 'Kazan'-res:Kazan | 'ends'-dbp:end\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kazan> <http://dbpedia.org/property/end> ?x . ?x <http://dbpedia.org/ontology/railwayTrack> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:end res:Kazan.?x dbo:railwayTrack?uri . }\n",
+      "\"Where does the railway tracks start, which ends in Kazan? | 'railway tracks start,'-res:Start | 'Kazan'-res:Kazan | 'ends'-dbp:end\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/end> <http://dbpedia.org/resource/Kazan> . ?x <http://dbpedia.org/ontology/railwayTrack> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE {?uri dbo:manufacturer res:Asus } \n",
       "\"what are some devices made by asus? | 'asus'-res:Asus | 'made by'-dbo:manufacturer | 'devices'-dbo:InformationAppliance\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Asus> } \"\n",
@@ -4459,20 +3972,20 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:doctoralStudent res:Erich_Bagge .?uri rdf:type dbo:Scientist}\n",
       "\"Who is the scientist whose doctoral student is Erich Bagge? | 'scientist'-res:Scientist | 'Erich Bagge'-res:Erich_Bagge | 'doctoral student'-dbo:doctoralStudent | 'scientist'-dbo:Scientist\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudent> <http://dbpedia.org/resource/Erich_Bagge> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:parentOrganisation res:Gestapo.?x dbp:leader?uri . }\n",
-      "\"Name some leaders of the parent organisation of the Gestapo? | 'Gestapo'-res:Gestapo | 'parent organisation'-dbo:parentOrganisation | 'leaders'-dbo:leader\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parentOrganisation> <http://dbpedia.org/resource/Gestapo> . ?x <http://dbpedia.org/property/leader> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:parentOrganisation res:Gestapo . }\n",
+      "\"Name some leaders of the parent organisation of the Gestapo? | 'Gestapo'-res:Gestapo | 'parent organisation'-dbo:parentOrganisation | 'leaders'-dbo:leader\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/parentOrganisation> <http://dbpedia.org/resource/Gestapo> . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:location res:United_States.?x dbp:location?uri . }\n",
       "\"How many venues are located in the US? | 'US'-res:United_States | 'venues'-dbo:location | 'located'-dbo:locatedInArea\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/location> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri rdf:type dbo:TelevisionShow}\n",
-      "\"Name the television show whose company is HBO and Playtone? | 'HBO'-res:HBO | 'and Playtone'-res:Playtone | 'name'-dbp:name | 'television show'-dbo:transmission | 'company'-dbo:company\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:company res:HBO.?uri rdf:type dbo:TelevisionShow}\n",
+      "\"Name the television show whose company is HBO and Playtone? | 'HBO'-res:HBO | 'and Playtone'-res:Playtone | 'name'-dbp:name | 'television show'-dbo:transmission | 'company'-dbo:company\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/HBO> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Lucy_Sullivan_Is_Getting_Married dbp:starring?uri } \n",
       "\"List the actors of  Lucy Sullivan Is Getting Married? | 'Lucy Sullivan Is Getting Married'-res:Lucy_Sullivan_Is_Getting_Married | 'actors of'-dbp:starring\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucy_Sullivan_Is_Getting_Married> <http://dbpedia.org/property/starring> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:currentMusicalArtist res:Hynief.?x dbp:currentMembers?uri . }\n",
-      "\"How many people have worked in the band one of whose current member is Hynief? | 'Hynief'-res:Hynief | 'worked'-dbo:operator | 'band'-dbo:band | 'current member'-dbo:part\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/currentMusicalArtist> <http://dbpedia.org/resource/Hynief> . ?x <http://dbpedia.org/property/currentMembers> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:currentMembers res:Hynief.?x dbp:associatedMusicalArtist?uri . }\n",
+      "\"How many people have worked in the band one of whose current member is Hynief? | 'Hynief'-res:Hynief | 'worked'-dbo:operator | 'band'-dbo:band | 'current member'-dbo:part\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/currentMembers> <http://dbpedia.org/resource/Hynief> . ?x <http://dbpedia.org/property/associatedMusicalArtist> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbp:foundation res:New_York.?uri dbo:board?x . }\n",
       "\"Enumerate all those who are in the Board of companies founded in New York? | 'Board'-res:Board | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'New York'-res:New_York | 'founded'-dbp:foundation | 'Board'-dbo:board\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/foundation> <http://dbpedia.org/resource/New_York> . ?uri <http://dbpedia.org/ontology/board> ?x . }\"\n",
@@ -4480,53 +3993,53 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:channel res:NBC.?x dbp:presenter?uri . }\n",
       "\"How many people have been presenters for NBC shows? | 'NBC'-res:NBC | 'presenters'-dbo:presenter | 'shows'-dbo:place\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/channel> <http://dbpedia.org/resource/NBC> . ?x <http://dbpedia.org/property/presenter> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:battles res:École_Militaire.?x dbo:battle?uri . }\n",
-      "\"In which wars army men awarded with the Croix de Guerre, fought? | 'army men awarded'-res:Army_Men:_RTS | 'Croix de Guerre,'-res:École_Militaire | 'wars'-dbp:battles | 'fought'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/École_Militaire> . ?x <http://dbpedia.org/ontology/battle> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:battles res:École_Militaire .?uri rdf:type dbo:MilitaryPerson}\n",
+      "\"In which wars army men awarded with the Croix de Guerre, fought? | 'army men awarded'-res:Army_Men:_RTS | 'Croix de Guerre,'-res:École_Militaire | 'wars'-dbp:battles | 'fought'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/École_Militaire> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryPerson>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Lao_Plaza_Hotel dbp:location?uri } \n",
       "\"Where is Lao Plaza Hotel located? | 'Lao Plaza Hotel'-res:Lao_Plaza_Hotel | 'located'-dbo:position\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lao_Plaza_Hotel> <http://dbpedia.org/property/location> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Pandaruan_Bridge dbo:owner?uri. res:Malaysia_Junior_Hockey_League dbp:country?uri} \n",
-      "\"Which mainter of Pandaruan Bridge is also the land of Malaysia junior Hockey league ? | 'Pandaruan Bridge'-res:Pandaruan_Bridge | 'Malaysia junior Hockey league'-res:Malaysia_Junior_Hockey_League | 'mainter'-dbo:owner | 'land'-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pandaruan_Bridge> <http://dbpedia.org/ontology/owner> ?uri . <http://dbpedia.org/resource/Malaysia_Junior_Hockey_League> <http://dbpedia.org/property/country> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Pandaruan_Bridge dbp:mainter?uri. res:Malaysia_Junior_Hockey_League dbo:country?uri} \n",
+      "\"Which mainter of Pandaruan Bridge is also the land of Malaysia junior Hockey league ? | 'Pandaruan Bridge'-res:Pandaruan_Bridge | 'Malaysia junior Hockey league'-res:Malaysia_Junior_Hockey_League | 'mainter'-dbo:owner | 'land'-dbo:country\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pandaruan_Bridge> <http://dbpedia.org/property/mainter> ?uri . <http://dbpedia.org/resource/Malaysia_Junior_Hockey_League> <http://dbpedia.org/ontology/country> ?uri} \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:children res:Mother_Mary_Alphonsa.?uri dbo:writer res:Julian_Hawthorne. }\n",
       "\"Which  writer has childrens named Mother Mary Alphonsa and Julian Hawthorne? | 'Mother Mary Alphonsa'-res:Mother_Mary_Alphonsa | 'Julian Hawthorne'-res:Julian_Hawthorne | 'writer'-dbo:writer | 'childrens'-dbp:children\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/children> <http://dbpedia.org/resource/Mother_Mary_Alphonsa> . ?uri <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Julian_Hawthorne> . }\"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:hubAirport res:Selangor.?x dbp:hubs?uri . }\n",
+      "\"Name all the hubs of the airlines whose one of the hubs is Selangir ? | 'Selangir'-res:Selangor | 'name'-dbo:name | 'hubs'-dbo:hubAirport | 'airlines'-dbo:icaoAirlineCode | 'hubs'-dbo:hubAirport\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hubAirport> <http://dbpedia.org/resource/Selangor> . ?x <http://dbpedia.org/property/hubs> ?uri . }\"\n",
       "\n",
-      "\"Name all the hubs of the airlines whose one of the hubs is Selangir ? | 'Selangir'-res:Selangor | 'name'-dbo:name | 'hubs'-dbo:hubAirport | 'airlines'-dbo:icaoAirlineCode | 'hubs'-dbo:hubAirport\",\"\"\n",
-      "\n",
-      " SELECT DISTINCT?uri WHERE { res:United_World_College_of_Costa_Rica dbo:president?uri } \n",
-      "\"Who is the President of United World College of Costa Rica ? | 'President of United World College of Costa Rica'-res:United_World_College_of_Costa_Rica | 'President'-dbp:president\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/United_World_College_of_Costa_Rica> <http://dbpedia.org/ontology/president> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:United_World_College_of_Costa_Rica dbp:president?uri } \n",
+      "\"Who is the President of United World College of Costa Rica ? | 'President of United World College of Costa Rica'-res:United_World_College_of_Costa_Rica | 'President'-dbp:president\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/United_World_College_of_Costa_Rica> <http://dbpedia.org/property/president> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Cheasty_Boulevard_South dbo:city?uri } \n",
-      "\"Which city has it's landmark as Cheasty Boulevard South? | 'landmark'-res:Landmark | 'Cheasty Boulevard South'-res:Cheasty_Boulevard_South | 'city'-dbo:city\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/ontology/city> ?uri } \"\n",
+      "SELECT DISTINCT?uri WHERE { res:Cheasty_Boulevard_South dbo:landmark?x.?x dbp:city?uri . }\n",
+      "\"Which city has it's landmark as Cheasty Boulevard South? | 'landmark'-res:Landmark | 'Cheasty Boulevard South'-res:Cheasty_Boulevard_South | 'city'-dbo:city\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/ontology/landmark> ?x . ?x <http://dbpedia.org/property/city> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:director res:Ridley_Scott.?uri dbp:music res:Vangelis . }\n",
-      "\"Name the movie whose director is Ridley Scott and it's music composer is Vangelis? | 'Ridley Scott'-res:Ridley_Scott | 'Vangelis'-res:Vangelis | 'name'-dbp:name | 'movie'-dbo:picture | 'director'-dbo:director | 'music composer'-dbo:musicComposer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Ridley_Scott> . ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Vangelis> . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:director res:Ridley_Scott.?uri dbo:musicComposer res:Vangelis . }\n",
+      "\"Name the movie whose director is Ridley Scott and it's music composer is Vangelis? | 'Ridley Scott'-res:Ridley_Scott | 'Vangelis'-res:Vangelis | 'name'-dbp:name | 'movie'-dbo:picture | 'director'-dbo:director | 'music composer'-dbo:musicComposer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Ridley_Scott> . ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Vangelis> . }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:language res:French_language.?x dbo:currency?uri . }\n",
       "\"How many currencies are in used in places where people speak French? | 'French'-res:French_language | 'places'-dbp:height | 'speak'-dbo:language | ''-dbo:country | ''-dbo:country\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/French_language> . ?x <http://dbpedia.org/ontology/currency> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:battles res:Arthur_St._Clair.?x dbo:battle?uri . }\n",
-      "\"How many factions were involved in the battles fought by Arthur St. Clair? | 'Arthur St Clair'-res:Arthur_St._Clair | 'factions'-dbo:movement | 'involved'-dbo:date | 'battles'-dbo:battle | 'fought'-dbo:type\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Arthur_St._Clair> . ?x <http://dbpedia.org/ontology/battle> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:battles res:Arthur_St._Clair.?x dbo:combatant?uri . }\n",
+      "\"How many factions were involved in the battles fought by Arthur St. Clair? | 'Arthur St Clair'-res:Arthur_St._Clair | 'factions'-dbo:movement | 'involved'-dbo:date | 'battles'-dbo:battle | 'fought'-dbo:type\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Arthur_St._Clair> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:ingredient res:Pork.?x dbo:edredient?uri }\n",
-      "\"Count the number of ingredient of the foods which have one of the ingredient is Pork ? | 'Pork'-res:Pork | 'count'-dbo:country | 'ingredient'-dbo:ingredient | 'foods'-dbo:product | 'ingredient'-dbo:ingredient\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/ingredient> <http://dbpedia.org/resource/Pork> . ?x <http://dbpedia.org/ontology/edredient> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:ingredient res:Pork.?x rdf:type dbo:Food}\n",
+      "\"Count the number of ingredient of the foods which have one of the ingredient is Pork ? | 'Pork'-res:Pork | 'count'-dbo:country | 'ingredient'-dbo:ingredient | 'foods'-dbo:product | 'ingredient'-dbo:ingredient\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/ingredient> <http://dbpedia.org/resource/Pork> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Food>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:timeZone res:Central_European_Summer_Time .?uri rdf:type dbo:Newspaper}\n",
       "\"List the newspapers whose headquarters's time zone is Central European Summer Time. | 'time zone'-res:Time_zone | 'Central European Summer Time'-res:Central_European_Summer_Time | 'newspapers'-dbo:title | 'headquarters'-dbo:headquarter\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/timeZone> <http://dbpedia.org/resource/Central_European_Summer_Time> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:doctoralAdvisor res:Paul_Paul.?x dbo:academicAdvisor?uri . }\n",
-      "\"What are the academic interests of the advisor of Paul Demiville ? | 'Paul Demiville'-res:Paul_Paul | 'academic'-dbo:abstract | 'advisor'-dbo:doctoralAdvisor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Paul_Paul> . ?x <http://dbpedia.org/ontology/academicAdvisor> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Paul_Paul_Demiéville dbp:doctoralAdvisor?x.?x dbo:academicInterest?uri . }\n",
+      "\"What are the academic interests of the advisor of Paul Demiville ? | 'Paul Demiville'-res:Paul_Paul | 'academic'-dbo:abstract | 'advisor'-dbo:doctoralAdvisor\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paul_Paul_Demiéville> <http://dbpedia.org/property/doctoralAdvisor> ?x . ?x <http://dbpedia.org/ontology/academicInterest> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE { res:Swedish_Academy dbp:presenter?x.?x dbo:award?uri . }\n",
       "\"Which awards are presented by Swedish Academy? | 'Swedish Academy'-res:Sweden | 'Swedish Academy'-res:Swedish_Academy | 'presented'-dbo:presenter | 'awards'-dbo:Award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/presenter> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE {?uri dbp:journal res:Academic_Philosophy } \n",
-      "\"what are some journals of academic Philosophy | 'academic Philosophy'-res:Teaching_Philosophy | 'journals'-dbp:journal\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/journal> <http://dbpedia.org/resource/Academic_Philosophy> } \"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbp:academicPrix res:Teaching_Philosophy } \n",
+      "\"what are some journals of academic Philosophy | 'academic Philosophy'-res:Teaching_Philosophy | 'journals'-dbp:journal\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/academicPrix> <http://dbpedia.org/resource/Teaching_Philosophy> } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Lula_J._Davis dbp:residence?uri. res:John_McTaggart_(jockey) dbo:deathPlace?uri} \n",
-      "\"What is the official residence of the Lula J. Davis which is also the death location of the John McTaggart (jockey) ? | 'Lula J. Davis'-res:Lula_J._Davis | 'John McTaggart (jockey)'-res:John_McTaggart_(jockey) | 'residence'-dbo:residence | 'death location'-dbo:deathPlace\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lula_J._Davis> <http://dbpedia.org/property/residence> ?uri . <http://dbpedia.org/resource/John_McTaggart_(jockey)> <http://dbpedia.org/ontology/deathPlace> ?uri} \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Lula_J._Davis dbo:residence?uri. res:John_McTaggart_(jockey) dbp:deathPlace?uri} \n",
+      "\"What is the official residence of the Lula J. Davis which is also the death location of the John McTaggart (jockey) ? | 'Lula J. Davis'-res:Lula_J._Davis | 'John McTaggart (jockey)'-res:John_McTaggart_(jockey) | 'residence'-dbo:residence | 'death location'-dbo:deathPlace\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lula_J._Davis> <http://dbpedia.org/ontology/residence> ?uri . <http://dbpedia.org/resource/John_McTaggart_(jockey)> <http://dbpedia.org/property/deathPlace> ?uri} \"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Lake_Victoria dbo:nearestCity?uri } \n",
       "\"Name the nearest city to  Lake Victoria? | 'Lake Victoria'-res:Lake_Victoria | 'nearest city'-dbo:nearestCity\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lake_Victoria> <http://dbpedia.org/ontology/nearestCity> ?uri } \"\n",
@@ -4534,8 +4047,8 @@
       "SELECT DISTINCT?uri WHERE { res:Charles_LeMaire dbp:awards?uri. res:Eric_Roth dbo:award?uri. }\n",
       "\"What is the common award won by Charles LeMaire and Eric Roth | 'Charles LeMaire'-res:Charles_LeMaire | 'Eric Roth'-res:Eric_Roth | 'award won'-dbp:awards | 'award won'-dbo:award\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charles_LeMaire> <http://dbpedia.org/property/awards> ?uri . <http://dbpedia.org/resource/Eric_Roth> <http://dbpedia.org/ontology/award> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:maintainedBy res:Malaysian_PWD.?x dbp:crosses?uri }\n",
-      "\"Tell me the total number of organizations who maintain the bridges made by the malaysian PWD? | 'Malaysian pwd'-res:Malaysia | 'Malaysian pwd'-res:PWD_Bamenda | 'total'-dbo:populationTotal | 'organizations'-dbo:company | 'maintain'-dbo:maintainedBy | 'bridges'-dbo:abstract | ''-dbo:country\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/maintainedBy> <http://dbpedia.org/resource/Malaysian_PWD> . ?x <http://dbpedia.org/property/crosses> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:maintainedBy res:Malaysia.?x dbp:designer?uri }\n",
+      "\"Tell me the total number of organizations who maintain the bridges made by the malaysian PWD? | 'Malaysian pwd'-res:Malaysia | 'Malaysian pwd'-res:PWD_Bamenda | 'total'-dbo:populationTotal | 'organizations'-dbo:company | 'maintain'-dbo:maintainedBy | 'bridges'-dbo:abstract | ''-dbo:country\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/maintainedBy> <http://dbpedia.org/resource/Malaysia> . ?x <http://dbpedia.org/property/designer> ?uri }\"\n",
       "\n",
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:company res:HBO .?uri rdf:type dbo:TelevisionShow}\n",
       "\"How many shows does HBO have? | 'HBO'-res:HBO | '@@@'-dbo:company | 'shows'-dbo:TelevisionShow\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/HBO> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
@@ -4543,8 +4056,8 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:canonizedBy res:Pope_Benedict_XVI . }\n",
       "\"How many people have been canonized by Pope Benedict XVI? | 'Pope Benedict XVI'-res:Pope_Benedict_XVI | 'canonized'-dbo:canonizedBy\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/canonizedBy> <http://dbpedia.org/resource/Pope_Benedict_XVI> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:work res:Musée_d'Orsay.?uri dbo:authority?x . }\n",
-      "\"Whose work is in the Musee d'orsay? | 'Musee d'-res:Musée_d'Orsay | 'work'-dbp:work\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/work> <http://dbpedia.org/resource/Musée_d'Orsay> . ?uri <http://dbpedia.org/ontology/authority> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:museum res:Musée_d'Orsay.?uri dbp:work?x . }\n",
+      "\"Whose work is in the Musee d'orsay? | 'Musee d'-res:Musée_d'Orsay | 'work'-dbp:work\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/museum> <http://dbpedia.org/resource/Musée_d'Orsay> . ?uri <http://dbpedia.org/property/work> ?x . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:knownFor res:University_of_Toronto .?uri rdf:type dbo:Scientist}\n",
       "\"What are the famous Uni Toronto scientists known for? | 'Uni Toronto'-res:University_of_Toronto\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/knownFor> <http://dbpedia.org/resource/University_of_Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}\"\n",
@@ -4555,80 +4068,80 @@
       "SELECT DISTINCT COUNT(?uri) WHERE { res:Skull_Gang dbo:bandMember?uri . }\n",
       "\"Count the band members of Skull Gang? | 'Skull Gang'-res:Skull_Gang | 'band members'-dbo:bandMember\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Skull_Gang> <http://dbpedia.org/ontology/bandMember> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Czech_Extraliga dbp:league?x.?x dbo:formerTeam?uri . }\n",
-      "\"In which teams have league members of the Czech Extraliga played previously? | 'Czech Extraliga'-res:Czech_Republic | 'Czech Extraliga'-res:Czech_Extraliga | 'league'-dbp:league | 'teams'-dbo:formerTeam\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Czech_Extraliga> <http://dbpedia.org/property/league> ?x . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:league res:Czech_Extraliga.?x dbo:formerTeam?uri . }\n",
+      "\"In which teams have league members of the Czech Extraliga played previously? | 'Czech Extraliga'-res:Czech_Republic | 'Czech Extraliga'-res:Czech_Extraliga | 'league'-dbp:league | 'teams'-dbo:formerTeam\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Czech_Extraliga> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Grand_Masters'_Choice dbp:birthPlace?x.?x dbo:occupation?uri . }\n",
-      "\"In which cities were the chess grand masters born? | 'chess grand masters'-res:Grand_Masters'_Choice | 'cities'-dbo:country | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Grand_Masters'_Choice> <http://dbpedia.org/property/birthPlace> ?x . ?x <http://dbpedia.org/ontology/occupation> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:grandMasters res:Chess_Grand_Masters.?x dbo:birthPlace?uri . }\n",
+      "\"In which cities were the chess grand masters born? | 'chess grand masters'-res:Grand_Masters'_Choice | 'cities'-dbo:country | 'born'-dbo:birthPlace\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/grandMasters> <http://dbpedia.org/resource/Chess_Grand_Masters> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Doonesbury_(musical) dbp:lyrics?uri } \n",
       "\"WHo gave the lyrcis of Doonesbury ? | 'wHo'-res:Who | 'Doonesbury'-res:Doonesbury_(musical) | 'lyrics'-dbo:lyrics\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Doonesbury_(musical)> <http://dbpedia.org/property/lyrics> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:leaderName res:Houston_City_Council.?uri dbo:locationCity?x . }\n",
-      "\"Which things have been located, where governance is Houston City Council? | 'Houston City Council'-res:Houston_City_Council | 'located,'-dbo:locatedInArea | 'governance'-dbo:management\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Houston_City_Council> . ?uri <http://dbpedia.org/ontology/locationCity> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:leaderName res:Houston_City_Council.?uri dbo:location?x . }\n",
+      "\"Which things have been located, where governance is Houston City Council? | 'Houston City Council'-res:Houston_City_Council | 'located,'-dbo:locatedInArea | 'governance'-dbo:management\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Houston_City_Council> . ?uri <http://dbpedia.org/ontology/location> ?x . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Charles_Phelps_Taft dbp:parents?uri. res:Robert_A._Taft dbo:parent?uri. }\n",
-      "\"Who are the parents of  Charles Phelps Taft II and Robert A. Taft? | 'II'-res:Ii | 'Charles Phelps Taft'-res:Charles_Phelps_Taft | 'A'-res:A | 'Robert  Taft'-res:Robert_A._Taft | 'parents'-dbp:parents\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charles_Phelps_Taft> <http://dbpedia.org/property/parents> ?uri . <http://dbpedia.org/resource/Robert_A._Taft> <http://dbpedia.org/ontology/parent> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Charles_Phelps_Taft dbo:parent?uri. res:Robert_A._Taft dbp:parents?uri. }\n",
+      "\"Who are the parents of  Charles Phelps Taft II and Robert A. Taft? | 'II'-res:Ii | 'Charles Phelps Taft'-res:Charles_Phelps_Taft | 'A'-res:A | 'Robert  Taft'-res:Robert_A._Taft | 'parents'-dbp:parents\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charles_Phelps_Taft> <http://dbpedia.org/ontology/parent> ?uri . <http://dbpedia.org/resource/Robert_A._Taft> <http://dbpedia.org/property/parents> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE { res:Duncan_Sandys dbp:predecessor?x.?x dbo:primeMinister?uri . }\n",
-      "\"How many prime ministers did the predecessor of Duncan Sandys  serve? | 'Duncan Sandys'-res:Duncan_Sandys | 'prime ministers'-dbo:primeMinister | 'predecessor'-dbo:predecessor | 'serve'-dbo:colour\",\"SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Duncan_Sandys> <http://dbpedia.org/property/predecessor> ?x . ?x <http://dbpedia.org/ontology/primeMinister> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:predecessor res:Duncan_Sandys.?x dbo:primeMinister?uri . }\n",
+      "\"How many prime ministers did the predecessor of Duncan Sandys  serve? | 'Duncan Sandys'-res:Duncan_Sandys | 'prime ministers'-dbo:primeMinister | 'predecessor'-dbo:predecessor | 'serve'-dbo:colour\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Duncan_Sandys> . ?x <http://dbpedia.org/ontology/primeMinister> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Juhu_Aerodrome dbp:cityServed?uri } \n",
       "\"Name the city served by Juhu Aerodrome ? | 'Juhu Aerodrome'-res:Juhu_Aerodrome | 'served city'-dbp:cityServed\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Juhu_Aerodrome> <http://dbpedia.org/property/cityServed> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:assembly res:Canada.?xdbp:predecessor?uri .?uri rdf:type dbo:Automobile}\n",
-      "\"How many cars succeed the cars assembled in Canada? | 'Canada'-res:Canada | 'cars'-dbo:management | 'succeed'-dbp:work | 'cars'-dbo:management | 'assembled'-dbp:assembly\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Canada> . ?xdbp:predecessor ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Automobile>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:assembly res:Canada.?x dbo:predecessor?uri . }\n",
+      "\"How many cars succeed the cars assembled in Canada? | 'Canada'-res:Canada | 'cars'-dbo:management | 'succeed'-dbp:work | 'cars'-dbo:management | 'assembled'-dbp:assembly\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/ontology/predecessor> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:hubs res:San_Francisco_International_Airport .?uri rdf:type dbo:Airline}\n",
-      "\"What are the airlines whose hub is San Francisco International Airport? | 'San Francisco International Airport'-res:San_Francisco_International_Airport | 'hub'-dbp:hubs | 'airlines'-dbo:Airline\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/hubs> <http://dbpedia.org/resource/San_Francisco_International_Airport> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Airline>}\"\n",
+      " SELECT DISTINCT?uri WHERE {?uri dbp:hubs res:San_Francisco_International_Airport } \n",
+      "\"What are the airlines whose hub is San Francisco International Airport? | 'San Francisco International Airport'-res:San_Francisco_International_Airport | 'hub'-dbp:hubs | 'airlines'-dbo:Airline\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/hubs> <http://dbpedia.org/resource/San_Francisco_International_Airport> } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:battles res:Miao_Rebellion.?religion?uri . }\n",
-      "\"Which religions' people fought in the Miao rebellion? | 'Miao rebellion'-res:Miao_Rebellion | 'religions'-dbo:religion | 'fought'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Miao_Rebellion> . ?religion ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:battles res:Miao_Rebellion.?x dbo:religion?uri . }\n",
+      "\"Which religions' people fought in the Miao rebellion? | 'Miao rebellion'-res:Miao_Rebellion | 'religions'-dbo:religion | 'fought'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Miao_Rebellion> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?xarchitect res:Stanford_White.?x dbp:architect?uri }\n",
-      "\"How many other architect are there of the historic places whose architect is also Stanford White ? | 'historic places'-res:Heritage_New_Zealand | 'Stanford White'-res:Stanford_White | 'architect'-dbo:architect | 'architect'-dbo:architect\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?xarchitect <http://dbpedia.org/resource/Stanford_White> . ?x <http://dbpedia.org/property/architect> ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:architect res:Stanford_White.?x rdf:type dbo:HistoricPlace}\n",
+      "\"How many other architect are there of the historic places whose architect is also Stanford White ? | 'historic places'-res:Heritage_New_Zealand | 'Stanford White'-res:Stanford_White | 'architect'-dbo:architect | 'architect'-dbo:architect\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Stanford_White> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/HistoricPlace>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:family res:Meadow_Soprano.?xdbo:religion?uri . }\n",
-      "\"Which religion is followed by people in the family of Meadow Sopranos? | 'Meadow Sopranos'-res:Meadow_Soprano | 'religion'-dbo:religion | 'family'-dbo:family\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Meadow_Soprano> . ?xdbo:religion ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:family res:Meadow_Soprano.?x dbo:religion?uri . }\n",
+      "\"Which religion is followed by people in the family of Meadow Sopranos? | 'Meadow Sopranos'-res:Meadow_Soprano | 'religion'-dbo:religion | 'family'-dbo:family\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/family> <http://dbpedia.org/resource/Meadow_Soprano> . ?x <http://dbpedia.org/ontology/religion> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:notableInstruments res:Piano.?uri dbo:voice?x . }\n",
-      "\"What are some shows whose voice actors play the piano? | 'piano'-res:Piano | 'shows'-dbo:place | 'voice actors'-dbo:voice | 'play'-dbo:starring\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/notableInstruments> <http://dbpedia.org/resource/Piano> . ?uri <http://dbpedia.org/ontology/voice> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:keyPeople res:Piano .?uri rdf:type dbo:TelevisionShow}\n",
+      "\"What are some shows whose voice actors play the piano? | 'piano'-res:Piano | 'shows'-dbo:place | 'voice actors'-dbo:voice | 'play'-dbo:starring\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Piano> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:race res:Breeders_(film).?x dbo:participant?uri . }\n",
-      "\"From how many different places have participants of Breeders's Cup Turf come? | 'Breeders'-res:Breeders_(film) | 'Cup Turf'-res:Breeders'_Cup_Juvenile_Turf | 'places'-dbp:height | 'participants'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/race> <http://dbpedia.org/resource/Breeders_(film)> . ?x <http://dbpedia.org/ontology/participant> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:race res:Breeders'_Cup_Juvenile_Turf.?x dbo:birthPlace?uri . }\n",
+      "\"From how many different places have participants of Breeders's Cup Turf come? | 'Breeders'-res:Breeders_(film) | 'Cup Turf'-res:Breeders'_Cup_Juvenile_Turf | 'places'-dbp:height | 'participants'-dbo:participant\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/race> <http://dbpedia.org/resource/Breeders'_Cup_Juvenile_Turf> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:academicAdvisor res:Bahamas_Association_of_Athletic_Associations.?x dbp:athletics?uri . }\n",
-      "\"How many athletic associations are there in all of the private universities? | 'athletic associations'-res:Bahamas_Association_of_Athletic_Associations | 'private universities'-res:List_of_private_universities_in_Canada\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/academicAdvisor> <http://dbpedia.org/resource/Bahamas_Association_of_Athletic_Associations> . ?x <http://dbpedia.org/property/athletics> ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:institution res:Bahamas_Association_of_Athletic_Associations.?x dbp:athleticsAssociation?uri . }\n",
+      "\"How many athletic associations are there in all of the private universities? | 'athletic associations'-res:Bahamas_Association_of_Athletic_Associations | 'private universities'-res:List_of_private_universities_in_Canada\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Bahamas_Association_of_Athletic_Associations> . ?x <http://dbpedia.org/property/athleticsAssociation> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:manufacturer res:Sony.?x dbp:products?uri . }\n",
-      "\"What are some products manufactured by Sony?  | 'Sony'-res:Sony | 'manufactured by'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Sony> . ?x <http://dbpedia.org/property/products> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:manufacturer res:Sony . }\n",
+      "\"What are some products manufactured by Sony?  | 'Sony'-res:Sony | 'manufactured by'-dbo:manufacturer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Sony> . }\"\n",
       "\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:channel res:CBBC_(TV_channel).?x \n",
+      "\"What is the producer of the television shows whose channel is CBBC? | 'CBBC'-res:CBBC_(TV_channel) | 'producer'-dbo:producer | 'television'-dbo:transmission | 'shows'-dbo:place | 'channel'-dbo:channel\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/channel> <http://dbpedia.org/resource/CBBC_(TV_channel)> . ?x \"\n",
       "\n",
-      "\"What is the producer of the television shows whose channel is CBBC? | 'CBBC'-res:CBBC_(TV_channel) | 'producer'-dbo:producer | 'television'-dbo:transmission | 'shows'-dbo:place | 'channel'-dbo:channel\",\"\"\n",
-      "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:label res:RCA_Records.?uri dbo:musicComposer?x . }\n",
-      "\"List all the movies whose music has been made up with someone under RCA records? | 'RCA records'-res:RCA_Records | 'movies'-dbo:film | 'music'-dbo:musicFusionGenre | 'records'-dbp:book\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/label> <http://dbpedia.org/resource/RCA_Records> . ?uri <http://dbpedia.org/ontology/musicComposer> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:label res:RCA_Records.?uri dbp:music?x . }\n",
+      "\"List all the movies whose music has been made up with someone under RCA records? | 'RCA records'-res:RCA_Records | 'movies'-dbo:film | 'music'-dbo:musicFusionGenre | 'records'-dbp:book\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/label> <http://dbpedia.org/resource/RCA_Records> . ?uri <http://dbpedia.org/property/music> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Ivan_Fomin dbo:significantBuilding?uri } \n",
       "\"Name the ssignificant buildings of Ivan Fomin ? | 'ssignificant buildings'-res:Rigby's_Buildings | 'Ivan Fomin'-res:Ivan_Fomin | 'significant building'-dbo:significantBuilding\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ivan_Fomin> <http://dbpedia.org/ontology/significantBuilding> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:language res:Sweedish.?uri dbo:headquarters res:Stockholm}\n",
-      "\"Give me the count of newspaper whose language is Sweedish and headquartered at stockholm ? | 'Sweedish'-res:Swedish | 'stockholm'-res:Stockholm | 'count'-dbo:country | 'newspaper'-dbo:title | 'language'-dbo:language | 'headquartered'-dbo:headquarter | ''-dbo:country\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Sweedish> . ?uri <http://dbpedia.org/ontology/headquarters> <http://dbpedia.org/resource/Stockholm>}\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:language res:Sweedish.?uri dbo:headquarters res:Stockholm } \n",
+      "\"Give me the count of newspaper whose language is Sweedish and headquartered at stockholm ? | 'Sweedish'-res:Swedish | 'stockholm'-res:Stockholm | 'count'-dbo:country | 'newspaper'-dbo:title | 'language'-dbo:language | 'headquartered'-dbo:headquarter | ''-dbo:country\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Sweedish> . ?uri <http://dbpedia.org/ontology/headquarters> <http://dbpedia.org/resource/Stockholm> } \"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:inflow res:Aegean_Sea.?x dbp:cities?uri . }\n",
       "\"What are the cities located on the sea into which the Aegean Sea flows? | 'Aegean Sea'-res:Aegean_Sea | 'flows'-dbo:outflow | 'cities'-dbp:cities\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Aegean_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:academicAdvisor res:Sylvain_Lévi.?x dbo:school?uri . }\n",
-      "\"In which areas did the pupils of Sylvain Levi work? | 'Sylvain Levi work'-res:Sylvain_Lévi | 'pupils'-dbo:school\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/academicAdvisor> <http://dbpedia.org/resource/Sylvain_Lévi> . ?x <http://dbpedia.org/ontology/school> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:academicAdvisor res:Sylvain_Lévi.?x dbp:fields?uri . }\n",
+      "\"In which areas did the pupils of Sylvain Levi work? | 'Sylvain Levi work'-res:Sylvain_Lévi | 'pupils'-dbo:school\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/academicAdvisor> <http://dbpedia.org/resource/Sylvain_Lévi> . ?x <http://dbpedia.org/property/fields> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Tales_of_Suspense dbp:writers?uri } \n",
       "\"List the writers of Tales of Suspense ? | 'Tales of Suspense'-res:Tales_of_Suspense | 'writers'-dbp:writers\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tales_of_Suspense> <http://dbpedia.org/property/writers> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Abigail_Adams dbp:children?uri . }\n",
-      "\"Who are the children of Abigail Adams? | 'Abigail Adams'-res:Abigail_Adams | 'children'-dbp:children\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Abigail_Adams> <http://dbpedia.org/property/children> ?uri . }\"\n",
+      " SELECT DISTINCT?uri WHERE { res:Abigail_Adams dbp:children?uri } \n",
+      "\"Who are the children of Abigail Adams? | 'Abigail Adams'-res:Abigail_Adams | 'children'-dbp:children\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Abigail_Adams> <http://dbpedia.org/property/children> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Fr._Agnel_Multipurpose_School_and_Junior_College dbo:sport?uri . }\n",
-      "\"what are some common games played at both Fr Agnel Multipurpose School and Vishwajyot High School? | 'Fr Agnel Multipurpose School'-res:Fr._Agnel_Multipurpose_School_and_Junior_College | 'Vishwajyot High School'-res:Vishwajyot_High_School | 'common games'-dbo:sport | 'played'-dbo:coach\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fr._Agnel_Multipurpose_School_and_Junior_College> <http://dbpedia.org/ontology/sport> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Fr._Agnel_Multipurpose_School_and_Junior_College dbo:sport?uri. res:Vishwajyot_High_School dbp:genre?uri. }\n",
+      "\"what are some common games played at both Fr Agnel Multipurpose School and Vishwajyot High School? | 'Fr Agnel Multipurpose School'-res:Fr._Agnel_Multipurpose_School_and_Junior_College | 'Vishwajyot High School'-res:Vishwajyot_High_School | 'common games'-dbo:sport | 'played'-dbo:coach\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fr._Agnel_Multipurpose_School_and_Junior_College> <http://dbpedia.org/ontology/sport> ?uri . <http://dbpedia.org/resource/Vishwajyot_High_School> <http://dbpedia.org/property/genre> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?x dbo:prizes res:National_Medal_of_Science.?x dbp:doctoralAdvisor?uri . }\n",
       "\"Who have done their PhDs under a National Medal of Science winner? | 'PhDs under a National Medal of Science winner'-res:National_Medal_of_Science | 'winner'-dbp:prizes | 'PhDs under'-dbp:doctoralAdvisor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/prizes> <http://dbpedia.org/resource/National_Medal_of_Science> . ?x <http://dbpedia.org/property/doctoralAdvisor> ?uri . }\"\n",
@@ -4639,8 +4152,8 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:archipelago res:Greater_Antilles .?uri rdf:type dbo:Island}\n",
       "\"What islands are there on the Greater Antilles archipelago? | 'Greater Antilles archipelago'-res:Greater_Antilles | 'islands'-dbo:numberOfIslands\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/archipelago> <http://dbpedia.org/resource/Greater_Antilles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Island>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:headquarters res:The_Pentagon .?uri rdf:type dbo:MilitaryUnit}\n",
-      "\"Name the military units whose command structure's headquarters is The Pentagon? | 'The Pentagon'-res:The_Pentagon | 'name'-dbp:name | 'military units'-dbo:militaryBranch | 'command structure'-dbo:commandStructure | 'headquarters'-dbp:headquarters\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/The_Pentagon> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:commandStructure res:The_Pentagon .?uri rdf:type dbo:MilitaryUnit}\n",
+      "\"Name the military units whose command structure's headquarters is The Pentagon? | 'The Pentagon'-res:The_Pentagon | 'name'-dbp:name | 'military units'-dbo:militaryBranch | 'command structure'-dbo:commandStructure | 'headquarters'-dbp:headquarters\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/commandStructure> <http://dbpedia.org/resource/The_Pentagon> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE {?uri dbo:mouthMountain res:Old_Saybrook,_Connecticut } \n",
       "\"Which rivers end in Old Saybrook, Connecticut? | 'Old Saybrook, Connecticut'-res:Old_Saybrook,_Connecticut | 'in'-dbo:mouthMountain\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Old_Saybrook,_Connecticut> } \"\n",
@@ -4648,14 +4161,14 @@
       "SELECT DISTINCT?uri WHERE {?uri dbp:team res:San_Francisco_Giants .?uri rdf:type dbo:BaseballPlayer}\n",
       "\"What are the baseball players who played for San Francisco Giants? | 'baseball players'-res:List_of_Japanese_baseball_players | 'San Francisco Giants'-res:San_Francisco_Giants | 'played for'-dbo:team | 'baseball player'-dbo:BaseballPlayer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/team> <http://dbpedia.org/resource/San_Francisco_Giants> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BaseballPlayer>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:city res:Reading,_Berkshire .?uri rdf:type dbo :School}\n",
-      "\"What are the schools whose city is Reading, Berkshire? | 'Reading, Berkshire'-res:Reading,_Berkshire | 'city'-dbo:city\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> dbo :School}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:city res:Reading,_Berkshire .?uri rdf:type dbo:School}\n",
+      "\"What are the schools whose city is Reading, Berkshire? | 'Reading, Berkshire'-res:Reading,_Berkshire | 'city'-dbo:city\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/School>}\"\n",
       "\n",
-      " SELECT DISTINCT COUNT(?uri) WHERE {?x dbp:tenants res:Toronto_Marlies.?tenants?uri }\n",
-      "\"Find the total number of tenants of the stadium whose tenants was Toronto Marlies? | 'Toronto Marlies'-res:Toronto_Marlies | 'tenants'-dbp:tenants | 'tenants'-dbp:tenants\",\" SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/tenants> <http://dbpedia.org/resource/Toronto_Marlies> . ?tenants ?uri }\"\n",
+      " SELECT DISTINCT COUNT(?uri) WHERE { res:Toronto_Marlies dbp:tenants?uri } \n",
+      "\"Find the total number of tenants of the stadium whose tenants was Toronto Marlies? | 'Toronto Marlies'-res:Toronto_Marlies | 'tenants'-dbp:tenants | 'tenants'-dbp:tenants\",\" SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Toronto_Marlies> <http://dbpedia.org/property/tenants> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbo:relative res:Uncle_Henry_(Oz).?uri dbp:relatives res:Aunt_Em. }\n",
-      "\"Whose relatives are Uncle Henry (Oz) and Aunt Em? | 'Uncle Henry (Oz)'-res:Uncle_Henry_(Oz) | 'Aunt Em'-res:Aunt_Em | 'relatives'-dbo:relative | 'relatives'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Aunt_Em> . }\"\n",
+      "SELECT DISTINCT?uri WHERE { relatives res:Uncle_Henry_(Oz).?uri dbo:relative res:Aunt_Em. }\n",
+      "\"Whose relatives are Uncle Henry (Oz) and Aunt Em? | 'Uncle Henry (Oz)'-res:Uncle_Henry_(Oz) | 'Aunt Em'-res:Aunt_Em | 'relatives'-dbo:relative | 'relatives'-dbo:relative\",\"SELECT DISTINCT ?uri WHERE { relatives <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Aunt_Em> . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE {?uri dbo:parentCompany res:Kumho_Asiana_Group } \n",
       "\"Which companies have Kumho Asiana Group as their parent company? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Kumho Asiana Group'-res:Kumho_Asiana_Group | 'parent company'-dbo:parentCompany\",\" SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/parentCompany> <http://dbpedia.org/resource/Kumho_Asiana_Group> } \"\n",
@@ -4663,35 +4176,35 @@
       "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:location res:Toronto .?uri rdf:type dbo:Building}\n",
       "\"How many buildings are located in Toronto ? | 'Toronto'-res:Toronto | 'located'-dbp:location\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/location> <http://dbpedia.org/resource/Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Building>}\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:club res:Middlesbrough_F.C. . }\n",
-      "\"How many people have been the head coach for Middlesbrough FC? | 'Middlesbrough FC'-res:Middlesbrough_F.C. | 'head coach'-dbo:ground\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/club> <http://dbpedia.org/resource/Middlesbrough_F.C> . . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbo:managerClub res:Middlesbrough_F.C. . }\n",
+      "\"How many people have been the head coach for Middlesbrough FC? | 'Middlesbrough FC'-res:Middlesbrough_F.C. | 'head coach'-dbo:ground\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/managerClub> <http://dbpedia.org/resource/Middlesbrough_F.C> . . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:title res:Miss_Louisiana_USA . }\n",
       "\"Who is married to a Miss Louisiana, USA? | ''-res:Miss_Louisiana_USA | 'USA'-dbp:title | 'married to'-dbp:spouse\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/title> <http://dbpedia.org/resource/Miss_Louisiana_USA> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:city res:Fr._Agnel_Stadium.?x dbo:sport?uri . }\n",
-      "\"What sports are played by school which owns Fr. Agnel Stadium ? | 'Fr. Agnel Stadium'-res:Fr._Agnel_Stadium | 'sports'-dbo:sport | 'played'-dbo:coach | 'school'-dbo:school | 'owns'-dbo:languageFamily\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Fr._Agnel_Stadium> . ?x <http://dbpedia.org/ontology/sport> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:ground res:Fr._Agnel_Stadium.?x dbo:sport?uri . }\n",
+      "\"What sports are played by school which owns Fr. Agnel Stadium ? | 'Fr. Agnel Stadium'-res:Fr._Agnel_Stadium | 'sports'-dbo:sport | 'played'-dbo:coach | 'school'-dbo:school | 'owns'-dbo:languageFamily\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/ground> <http://dbpedia.org/resource/Fr._Agnel_Stadium> . ?x <http://dbpedia.org/ontology/sport> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:headquarters res:Atlanta .?uri rdf:type dbo:TelevisionShow}\n",
-      "\"What are the television shows telecasted on the network which has headquarters at Atlanta? | 'Atlanta'-res:Atlanta | 'television shows'-dbo:televisionSeries | 'telecasted'-dbo:transmission | 'network'-dbo:network | 'headquarters'-dbo:headquarter\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Atlanta> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:headquarters res:Atlanta.?uri rdf:type dbo:TelevisionShow}\n",
+      "\"What are the television shows telecasted on the network which has headquarters at Atlanta? | 'Atlanta'-res:Atlanta | 'television shows'-dbo:televisionSeries | 'telecasted'-dbo:transmission | 'network'-dbo:network | 'headquarters'-dbo:headquarter\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Atlanta> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE { res:Swedish_Academy dbp:awards?uri. res:Norway dbo:presenter?uri. }\n",
-      "\"Name the award given in Norway and presented by Swedish Academy ? | 'Norway'-res:Norway | 'Swedish Academy'-res:Sweden | 'Swedish Academy'-res:Swedish_Academy | 'name'-dbp:name | 'award'-dbo:award | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/awards> ?uri . <http://dbpedia.org/resource/Norway> <http://dbpedia.org/ontology/presenter> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE { res:Norway dbo:award?uri. res:Swedish_Academy dbp:presenter?uri. }\n",
+      "\"Name the award given in Norway and presented by Swedish Academy ? | 'Norway'-res:Norway | 'Swedish Academy'-res:Sweden | 'Swedish Academy'-res:Swedish_Academy | 'name'-dbp:name | 'award'-dbo:award | ''-dbo:country\",\"SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Norway> <http://dbpedia.org/ontology/award> ?uri . <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/presenter> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?uri dbp:network res:Comedy_Central .?uri rdf:type dbo:TelevisionShow}\n",
-      "\"What are some shows by Comedy Central? | 'Comedy Central'-res:Comedy_Central | 'shows'-dbo:place\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/Comedy_Central> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbp:channel res:Comedy_Central .?uri rdf:type dbo:TelevisionShow}\n",
+      "\"What are some shows by Comedy Central? | 'Comedy Central'-res:Comedy_Central | 'shows'-dbo:place\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/channel> <http://dbpedia.org/resource/Comedy_Central> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbo:computingPlatform res:PlayStation_4.?uri dbp:os res:OS . }\n",
       "\"What came before  PlayStation 4 and uses PlayStation 3 system software as OS? | 'PlayStation 4'-res:PlayStation_4 | 'PlayStation 3'-res:PlayStation_3 | 'software'-res:Software | 'OS'-res:OS\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/PlayStation_4> . ?uri <http://dbpedia.org/property/os> <http://dbpedia.org/resource/OS> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:influncer res:Costanzo_Preve.?x dbp:influencedBy?uri . }\n",
-      "\"Who are the people which were the influencer of the person, who influenced Costanzo Preve ? | 'Costanzo Preve'-res:Costanzo_Preve | 'influncer'-dbo:influencedBy | 'influnced'-dbo:influencedBy\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/influncer> <http://dbpedia.org/resource/Costanzo_Preve> . ?x <http://dbpedia.org/property/influencedBy> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:influencedBy res:Costanzo_Preve.?x dbp:influtions?uri . }\n",
+      "\"Who are the people which were the influencer of the person, who influenced Costanzo Preve ? | 'Costanzo Preve'-res:Costanzo_Preve | 'influncer'-dbo:influencedBy | 'influnced'-dbo:influencedBy\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/influencedBy> <http://dbpedia.org/resource/Costanzo_Preve> . ?x <http://dbpedia.org/property/influtions> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Andrew_W._Lewis dbo:almaMater?uri } \n",
       "\"What is the alma mater of Andrew W. Lewis ? | 'W'-res:W | 'Andrew  Lewis'-res:Andrew_W._Lewis | 'alma mater'-dbo:almaMater\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Andrew_W._Lewis> <http://dbpedia.org/ontology/almaMater> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:nearestCity res:Englewood,_Colorado.?x dbo:district?uri . }\n",
-      "\"Name the nearest city to the historic place which has Englewood, Colorado as one of them ? | 'Englewood, Colorado'-res:Englewood,_Colorado | 'name'-dbp:name | 'nearest city'-dbo:city | 'historic place'-dbo:district\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/nearestCity> <http://dbpedia.org/resource/Englewood,_Colorado> . ?x <http://dbpedia.org/ontology/district> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:district res:Englewood,_Colorado.?x dbo:nearestCity?uri . }\n",
+      "\"Name the nearest city to the historic place which has Englewood, Colorado as one of them ? | 'Englewood, Colorado'-res:Englewood,_Colorado | 'name'-dbp:name | 'nearest city'-dbo:city | 'historic place'-dbo:district\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/district> <http://dbpedia.org/resource/Englewood,_Colorado> . ?x <http://dbpedia.org/ontology/nearestCity> ?uri . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Marv_McFadden dbp:pastteams?uri } \n",
       "\"From which team did Marv McFadden played ? | 'Marv McFadden'-res:Marv_McFadden | 'team'-dbp:pastteams\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marv_McFadden> <http://dbpedia.org/property/pastteams> ?uri } \"\n",
@@ -4702,20 +4215,20 @@
       " SELECT DISTINCT?uri WHERE { res:Heroman dbo:author?uri } \n",
       "\"Who wrote Heroman? | 'Heroman'-res:Heroman | 'wrote'-dbo:author\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Heroman> <http://dbpedia.org/ontology/author> ?uri } \"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Ronda_Rousey dbp:champion?uri. res:Team_Tate dbo:ultimateFisher?uri} \n",
-      "\"Where did the ultimate fighter: a champion will be crowned tonight and ultimate fighter: team rousey vs team tate take place? | 'ultimate fighter: team rousey'-res:Ronda_Rousey | 'ultimate fighter:'-dbo:height | 'champion'-dbo:champion | 'crowned'-dbo:height | 'tonight'-dbo:champion | 'team tate'-dbo:band | 'place'-dbo:place\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ronda_Rousey> <http://dbpedia.org/property/champion> ?uri . <http://dbpedia.org/resource/Team_Tate> <http://dbpedia.org/ontology/ultimateFisher> ?uri} \"\n",
+      "SELECT DISTINCT?uri WHERE {?uri dbo:champion res:Ronda_Rousey.?uri dbp:place res:Ultimate_Fighting_One. }\n",
+      "\"Where did the ultimate fighter: a champion will be crowned tonight and ultimate fighter: team rousey vs team tate take place? | 'ultimate fighter: team rousey'-res:Ronda_Rousey | 'ultimate fighter:'-dbo:height | 'champion'-dbo:champion | 'crowned'-dbo:height | 'tonight'-dbo:champion | 'team tate'-dbo:band | 'place'-dbo:place\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/champion> <http://dbpedia.org/resource/Ronda_Rousey> . ?uri <http://dbpedia.org/property/place> <http://dbpedia.org/resource/Ultimate_Fighting_One> . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:almaMater res:Poland.?x dbo:engineer?uri . }\n",
-      "\"Which nation's engineers have graduated in Poland? | 'Poland'-res:Poland | 'nation'-dbo:country | 'engineers'-dbo:architect | 'graduated'-dbo:effectiveRadiatedPower\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/almaMater> <http://dbpedia.org/resource/Poland> . ?x <http://dbpedia.org/ontology/engineer> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:almaMater res:Poland.?x dbp:nationality?uri . }\n",
+      "\"Which nation's engineers have graduated in Poland? | 'Poland'-res:Poland | 'nation'-dbo:country | 'engineers'-dbo:architect | 'graduated'-dbo:effectiveRadiatedPower\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Poland> . ?x <http://dbpedia.org/property/nationality> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?uri:musicComposer res:Bernard_Herrmann .?uri rdf:type dbo:Film}\n",
-      "\"Give me a count of movies whose music composer is Bernard Herrmann? | 'Bernard Herrmann'-res:Bernard_Herrmann | 'music composer'-dbo:musicComposer | 'movie'-dbo:Film\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri:musicComposer <http://dbpedia.org/resource/Bernard_Herrmann> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?uri dbp:musicComposer res:Bernard_Herrmann .?uri rdf:type dbo:Film}\n",
+      "\"Give me a count of movies whose music composer is Bernard Herrmann? | 'Bernard Herrmann'-res:Bernard_Herrmann | 'music composer'-dbo:musicComposer | 'movie'-dbo:Film\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?xdbp:magazine res:Gangan_Comics.?x dbp:author?uri . }\n",
-      "\"Who has written works found in the Gangan comics? | 'Gangan comics'-res:Gangan_Comics | 'found'-dbp:magazine | 'found'-dbp:author\",\"SELECT DISTINCT ?uri WHERE { ?xdbp:magazine <http://dbpedia.org/resource/Gangan_Comics> . ?x <http://dbpedia.org/property/author> ?uri . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:magazine res:Gangan_Comics.?x dbo:author?uri . }\n",
+      "\"Who has written works found in the Gangan comics? | 'Gangan comics'-res:Gangan_Comics | 'found'-dbp:magazine | 'found'-dbp:author\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/magazine> <http://dbpedia.org/resource/Gangan_Comics> . ?x <http://dbpedia.org/ontology/author> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbp:cpu res:Advanced_Micro_Devices.?uri dbo:successor?x . }\n",
-      "\"What is the device whose successor's CPU is by AMD? | 'AMD'-res:Advanced_Micro_Devices | 'device'-dbo:title | 'successor'-dbo:successor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/cpu> <http://dbpedia.org/resource/Advanced_Micro_Devices> . ?uri <http://dbpedia.org/ontology/successor> ?x . }\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbp:cpu res:AMD.?uri dbo:successor?x . }\n",
+      "\"What is the device whose successor's CPU is by AMD? | 'AMD'-res:Advanced_Micro_Devices | 'device'-dbo:title | 'successor'-dbo:successor\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/cpu> <http://dbpedia.org/resource/AMD> . ?uri <http://dbpedia.org/ontology/successor> ?x . }\"\n",
       "\n",
       " SELECT DISTINCT?uri WHERE { res:Perianne_Jones dbo:club?uri } \n",
       "\"What is the club of Perianne Jones ? | 'Perianne Jones'-res:Perianne_Jones | 'club'-dbo:club\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Perianne_Jones> <http://dbpedia.org/ontology/club> ?uri } \"\n",
@@ -4729,14 +4242,14 @@
       "SELECT DISTINCT?uri WHERE {?x dbo:director res:Justin_Zackham.?x dbp:starring?uri . }\n",
       "\"What is the casting of the movie directed by Justin Zackham ? | 'Justin Zackham'-res:Justin_Zackham | 'casting'-dbo:position | 'movie'-dbo:picture | 'directed'-dbo:principal\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Justin_Zackham> . ?x <http://dbpedia.org/property/starring> ?uri . }\"\n",
       "\n",
-      " SELECT DISTINCT?uri WHERE { res:Mekong_River_Commission dbp:mmebers?uri } \n",
-      "\"List all the mmebers of  Mekong River Commission? | 'Mekong River Commission'-res:Mekong_River_Commission | 'mmebers'-dbo:membership\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mekong_River_Commission> <http://dbpedia.org/property/mmebers> ?uri } \"\n",
+      " SELECT DISTINCT?uri WHERE { res:Mekong_River_Commission dbo:membership?uri } \n",
+      "\"List all the mmebers of  Mekong River Commission? | 'Mekong River Commission'-res:Mekong_River_Commission | 'mmebers'-dbo:membership\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mekong_River_Commission> <http://dbpedia.org/ontology/membership> ?uri } \"\n",
       "\n",
-      "SELECT DISTINCT?uri WHERE {?x dbo:subsequentWork res:The_Five.?x dbp:starring?uri .?X rdf:typeDbo:TelevisionShow}\n",
-      "\"Name the actors of the TV show which has an episode named The Five ? | 'TV'-res:Tv_test_pattern | 'The Five'-res:The_Five | 'name actors'-dbo:leaderName | 'show'-dbo:show | 'episode'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/subsequentWork> <http://dbpedia.org/resource/The_Five> . ?x <http://dbpedia.org/property/starring> ?uri . ?X <http://www.w3.org/1999/02/22-rdf-syntax-ns#typeDbo:TelevisionShow>}\"\n",
+      "SELECT DISTINCT?uri WHERE {?x dbo:subsequentWork res:The_Five.?x dbp:starring?uri . }\n",
+      "\"Name the actors of the TV show which has an episode named The Five ? | 'TV'-res:Tv_test_pattern | 'The Five'-res:The_Five | 'name actors'-dbo:leaderName | 'show'-dbo:show | 'episode'-dbo:type\",\"SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/subsequentWork> <http://dbpedia.org/resource/The_Five> . ?x <http://dbpedia.org/property/starring> ?uri . }\"\n",
       "\n",
-      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:placeOfDeath res:Malaysia.?religion?uri . }\n",
-      "\"How many religion's people have died in Malaysia? | 'Malaysia'-res:Malaysia | 'died in'-dbo:deathPlace | 'religion'-dbo:religion\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/placeOfDeath> <http://dbpedia.org/resource/Malaysia> . ?religion ?uri . }\"\n",
+      "SELECT DISTINCT COUNT(?uri) WHERE {?x dbo:deathPlace res:Malaysia.?x dbp:religion?uri . }\n",
+      "\"How many religion's people have died in Malaysia? | 'Malaysia'-res:Malaysia | 'died in'-dbo:deathPlace | 'religion'-dbo:religion\",\"SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Malaysia> . ?x <http://dbpedia.org/property/religion> ?uri . }\"\n",
       "\n",
       "SELECT DISTINCT?uri WHERE {?uri dbp:writer res:Erik_Jendresen .?uri rdf:type dbo:TelevisionShow}\n",
       "\"Name the HBO TV show written by Erik jendresen  ? | 'HBO'-res:HBO | 'TV show'-res:Show_TV | 'TV'-res:Tv_test_pattern | 'HBO  show'-res:HBO_Pakistan | 'Erik jendresen'-res:Erik_Jendresen | 'name'-dbp:name | 'written'-dbo:writer\",\"SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Erik_Jendresen> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}\"\n",
@@ -4745,14 +4258,6 @@
       "\"List the team for which Doug Acomb played ? | 'Doug Acomb'-res:Doug_Acomb | 'team'-dbp:playedFor\",\" SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Doug_Acomb> <http://dbpedia.org/property/playedFor> ?uri } \"\n",
       "\n"
      ]
-    },
-    {
-     "ename": "",
-     "evalue": "",
-     "output_type": "error",
-     "traceback": [
-      "\u001b[1;31mThe Kernel crashed while executing code in the the current cell or a previous cell. Please review the code in the cell(s) to identify a possible cause of the failure. Click <a href='https://aka.ms/vscodeJupyterKernelCrash'>here</a> for more info. View Jupyter <a href='command:jupyter.viewOutput'>log</a> for further details."
-     ]
     }
    ],
    "source": [
@@ -4761,15 +4266,15 @@
     "import generate_single_query as gsq\n",
     "\n",
     "# Uncomment the following line to use a pretrained model\n",
-    "model, tokenizer = gsq.setup()\n",
+    "# model, tokenizer = gsq.setup()\n",
     "\n",
     "# Open test file and predict all queries, save to new csv file\n",
     "TEST_FILE = \"../data/tokenized/lc-quad-requeried-linked-test-tokenized-append-1.csv\"\n",
     "# JSON or CSV\n",
     "TEST_FILE_IS_JSON = False\n",
     "out_file = TEST_FILE.replace(\"/tokenized/\", \"/predicted/\").replace(\"tokenized\", \"predicted\")\n",
-    "if (trainer.num_train_epochs > 1):\n",
-    "    out_file = out_file.replace(\".csv\", f\"-{trainer.num_train_epochs}-epochs.csv\")\n",
+    "if (EPOCHS > 1):\n",
+    "    out_file = out_file.replace(\".csv\", f\"-{EPOCHS}-epochs.csv\")\n",
     "\n",
     "\n",
     "BERT_LARGE = False\n",
diff --git a/data/eval/lc-quad-requeried-linked-test-eval-append-1-large-5-epochs.txt b/data/eval/lc-quad-requeried-linked-test-eval-append-1-large-5-epochs.txt
new file mode 100644
index 0000000..451b9a3
--- /dev/null
+++ b/data/eval/lc-quad-requeried-linked-test-eval-append-1-large-5-epochs.txt
@@ -0,0 +1,20 @@
+String evaluation
+
+Precision macro: 0.8016261444556045
+Recall macro: 0.7919916216427856
+F1 macro: 0.7948908668704054
+Precision micro: 0.7902195281782438
+Recall micro: 0.7809439002671416
+F1 micro: 0.7855543341069176
+Fully correct: 158
+
+Query evaluation
+
+Precision macro: 0.3616446080157203
+Recall macro: 0.36645505877246554
+F1 macro: 0.3577359194201524
+Precision micro: 0.2869282722065482
+Recall micro: 0.6553542138561249
+F1 micro: 0.39911524415737887
+Fully correct: 371
+
diff --git a/data/pred_responses/lc-quad-requeried-linked-test-pred_responses-append-1-large-5-epochs.json b/data/pred_responses/lc-quad-requeried-linked-test-pred_responses-append-1-large-5-epochs.json
new file mode 100644
index 0000000..96744d6
--- /dev/null
+++ b/data/pred_responses/lc-quad-requeried-linked-test-pred_responses-append-1-large-5-epochs.json
@@ -0,0 +1 @@
+{"questions": [{"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/party> <http://dbpedia.org/resource/International_Muslim_Brotherhood> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/deputy> <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}"}, "answers": ["http://dbpedia.org/resource/John_Howard"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/World_War_II> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryPerson>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parentOrganisation> <http://dbpedia.org/resource/Comcast> . ?uri <http://dbpedia.org/property/network> ?x . }"}, "answers": ["http://dbpedia.org/resource/Golf_Central", "http://dbpedia.org/resource/The_Big_Break", "http://dbpedia.org/resource/Highway_18_(TV_series)", "http://dbpedia.org/resource/Feherty_(TV_program)", "http://dbpedia.org/resource/Hank_Parker's_Outdoor_Magazine", "http://dbpedia.org/resource/Wednesday_Night_Rivalry", "http://dbpedia.org/resource/Poker_After_Dark", "http://dbpedia.org/resource/Match_of_the_Day_(American_TV_series)", "http://dbpedia.org/resource/Mecum_Dealmakers", "http://dbpedia.org/resource/The_Dan_Patrick_Show", "http://dbpedia.org/resource/36_(TV_series)", "http://dbpedia.org/resource/2018_Alsco_300_(Kentucky)", "http://dbpedia.org/resource/2018_Bar_Harbor_200", "http://dbpedia.org/resource/2018_Coca-Cola_Firecracker_250", "http://dbpedia.org/resource/2018_DC_Solar_300", "http://dbpedia.org/resource/2018_Drive_for_the_Cure_200", "http://dbpedia.org/resource/2018_Food_City_300", "http://dbpedia.org/resource/2018_Ford_EcoBoost_300", "http://dbpedia.org/resource/2018_Lakes_Region_200", "http://dbpedia.org/resource/2018_O'Reilly_Auto_Parts_300", "http://dbpedia.org/resource/2018_Overton's_300", "http://dbpedia.org/resource/2018_Rock_N_Roll_Tequila_170", "http://dbpedia.org/resource/2018_U.S._Cellular_250", "http://dbpedia.org/resource/2018_Zippo_200_at_The_Glen", "http://dbpedia.org/resource/2019_1000Bulbs.com_500", "http://dbpedia.org/resource/2020_Drydene_200_(Saturday)", "http://dbpedia.org/resource/2020_Drydene_200_(Sunday)", "http://dbpedia.org/resource/2020_UNOH_188", "http://dbpedia.org/resource/2020_Wawa_250", "http://dbpedia.org/resource/2021_Alsco_Uniforms_302", "http://dbpedia.org/resource/2021_Ambetter_Get_Vaccinated_200", "http://dbpedia.org/resource/2021_Credit_Karma_Money_250", "http://dbpedia.org/resource/2021_Food_City_300", "http://dbpedia.org/resource/2021_Go_Bowling_250", "http://dbpedia.org/resource/2021_New_Holland_250", "http://dbpedia.org/resource/2021_Pennzoil_150", "http://dbpedia.org/resource/2021_Pocono_Green_225", "http://dbpedia.org/resource/2021_Sport_Clips_Haircuts_VFW_200", "http://dbpedia.org/resource/2021_Wawa_250", "http://dbpedia.org/resource/NASCAR_on_NBC", "http://dbpedia.org/resource/NBC_SportsTalk", "http://dbpedia.org/resource/CFL_on_NBC", "http://dbpedia.org/resource/Sunday_Night_Hockey", "http://dbpedia.org/resource/2017_Drive_for_the_Cure_300", "http://dbpedia.org/resource/2017_Food_City_300", "http://dbpedia.org/resource/2017_Lilly_Diabetes_250", "http://dbpedia.org/resource/2017_Mid-Ohio_Challenge", "http://dbpedia.org/resource/2017_O'Reilly_Auto_Parts_300", "http://dbpedia.org/resource/2017_Overton's_200", "http://dbpedia.org/resource/2017_Sport_Clips_Haircuts_VFW_200", "http://dbpedia.org/resource/2017_TheHouse.com_300", "http://dbpedia.org/resource/2017_Use_Your_Melon._Drive_Sober_200", "http://dbpedia.org/resource/2017_Virginia_529_College_Savings_250", "http://dbpedia.org/resource/2017_VisitMyrtleBeach.com_300", "http://dbpedia.org/resource/2017_Zippo_200_at_The_Glen", "http://dbpedia.org/resource/Curling_Night_in_America", "http://dbpedia.org/resource/Cycling_on_NBC", "http://dbpedia.org/resource/MLS_on_NBC", "http://dbpedia.org/resource/Bill_Dance_Outdoors", "http://dbpedia.org/resource/Foreign_Exchange_(CNBC_World_TV_program)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/RKO_Pictures> . ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . }"}, "answers": ["http://dbpedia.org/resource/The_Devil_and_Daniel_Webster_(film)", "http://dbpedia.org/resource/On_Dangerous_Ground"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/founder> <http://dbpedia.org/resource/Ralph_J._Gleason> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Magazine>}"}, "answers": ["http://dbpedia.org/resource/Rolling_Stone"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/related> <http://dbpedia.org/resource/Barq's> . ?x <http://dbpedia.org/property/location> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/role> <http://dbpedia.org/resource/Air_interdiction> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}"}, "answers": ["http://dbpedia.org/resource/VA-12_(U.S._Navy)", "http://dbpedia.org/resource/VFA-102", "http://dbpedia.org/resource/VFA-103", "http://dbpedia.org/resource/VFA-11", "http://dbpedia.org/resource/VFA-15", "http://dbpedia.org/resource/VFA-211_(U.S._Navy)", "http://dbpedia.org/resource/VFA-213", "http://dbpedia.org/resource/VFA-25", "http://dbpedia.org/resource/VFA-31", "http://dbpedia.org/resource/VFA-37", "http://dbpedia.org/resource/VFA-41", "http://dbpedia.org/resource/VFA-86", "http://dbpedia.org/resource/VFA-87", "http://dbpedia.org/resource/VMA-133", "http://dbpedia.org/resource/VMA-143", "http://dbpedia.org/resource/VMA-223", "http://dbpedia.org/resource/VMA-231", "http://dbpedia.org/resource/VMA-241", "http://dbpedia.org/resource/VMA-542", "http://dbpedia.org/resource/VMF(N)-532", "http://dbpedia.org/resource/VMF(N)-534", "http://dbpedia.org/resource/VMF-111", "http://dbpedia.org/resource/VMF-123", "http://dbpedia.org/resource/VMF-213", "http://dbpedia.org/resource/VMF-221", "http://dbpedia.org/resource/VMF-422", "http://dbpedia.org/resource/VMF-471", "http://dbpedia.org/resource/VMF-472", "http://dbpedia.org/resource/VMF-911", "http://dbpedia.org/resource/VMFA(AW)-224", "http://dbpedia.org/resource/VMFA(AW)-332", "http://dbpedia.org/resource/VMFA-121", "http://dbpedia.org/resource/VMFA-122", "http://dbpedia.org/resource/VMFA-211", "http://dbpedia.org/resource/VMFA-214", "http://dbpedia.org/resource/VMFA-225", "http://dbpedia.org/resource/VMFA-232", "http://dbpedia.org/resource/VMFA-311", "http://dbpedia.org/resource/VMFA-312", "http://dbpedia.org/resource/VMFA-314", "http://dbpedia.org/resource/VMFA-323", "http://dbpedia.org/resource/VMFA-334", "http://dbpedia.org/resource/Fighter_Squadron_1_(United_States_Navy)", "http://dbpedia.org/resource/VFA-131", "http://dbpedia.org/resource/VMF-452", "http://dbpedia.org/resource/Marine_Aircraft_Group_42", "http://dbpedia.org/resource/VA-176_(U.S._Navy)", "http://dbpedia.org/resource/VMF-441", "http://dbpedia.org/resource/VMFA-134", "http://dbpedia.org/resource/VMF-215", "http://dbpedia.org/resource/HMLA-367", "http://dbpedia.org/resource/No._1_Squadron_IAF", "http://dbpedia.org/resource/VFA-151", "http://dbpedia.org/resource/VMF(AW)-114", "http://dbpedia.org/resource/VMF-218", "http://dbpedia.org/resource/VMFA-235", "http://dbpedia.org/resource/HMLA-775", "http://dbpedia.org/resource/VMA-131", "http://dbpedia.org/resource/VMFA-124", "http://dbpedia.org/resource/VFA-132", "http://dbpedia.org/resource/VFA-137", "http://dbpedia.org/resource/No._10_Squadron_IAF", "http://dbpedia.org/resource/No._14_Squadron_IAF", "http://dbpedia.org/resource/No._15_Squadron_IAF", "http://dbpedia.org/resource/No._16_Squadron_IAF", "http://dbpedia.org/resource/No._4_Squadron_IAF", "http://dbpedia.org/resource/VFA-2", "http://dbpedia.org/resource/VMF-222", "http://dbpedia.org/resource/VMFA-531", "http://dbpedia.org/resource/VMFA(AW)-533", "http://dbpedia.org/resource/VMFA-115", "http://dbpedia.org/resource/VMF-512", "http://dbpedia.org/resource/VFA-115", "http://dbpedia.org/resource/VFA-81", "http://dbpedia.org/resource/VMA-217", "http://dbpedia.org/resource/Sturzkampfgeschwader_1", "http://dbpedia.org/resource/Sturzkampfgeschwader_2", "http://dbpedia.org/resource/Sturzkampfgeschwader_3", "http://dbpedia.org/resource/VMFA-251", "http://dbpedia.org/resource/HMLA-167", "http://dbpedia.org/resource/HMLA-269", "http://dbpedia.org/resource/HMLA-369", "http://dbpedia.org/resource/HMLA-773", "http://dbpedia.org/resource/VMA-144", "http://dbpedia.org/resource/VT-8", "http://dbpedia.org/resource/VMF(N)-544", "http://dbpedia.org/resource/VMF-236", "http://dbpedia.org/resource/VMFA-333", "http://dbpedia.org/resource/VFA-192", "http://dbpedia.org/resource/VMF-413", "http://dbpedia.org/resource/VFA-34", "http://dbpedia.org/resource/VA-42_(U.S._Navy)", "http://dbpedia.org/resource/VMFA-321", "http://dbpedia.org/resource/VFA-113", "http://dbpedia.org/resource/VMFAT-501", "http://dbpedia.org/resource/VMFA-351", "http://dbpedia.org/resource/VFA-22", "http://dbpedia.org/resource/VFA-94", "http://dbpedia.org/resource/VMFT-401", "http://dbpedia.org/resource/Kampfgeschwader_1", "http://dbpedia.org/resource/Kampfgeschwader_100", "http://dbpedia.org/resource/Kampfgeschwader_26", "http://dbpedia.org/resource/Kampfgeschwader_27", "http://dbpedia.org/resource/Kampfgeschwader_3", "http://dbpedia.org/resource/Kampfgeschwader_51", "http://dbpedia.org/resource/Kampfgeschwader_54", "http://dbpedia.org/resource/Kampfgeschwader_55", "http://dbpedia.org/resource/Kampfgeschwader_76", "http://dbpedia.org/resource/Kampfgeschwader_77", "http://dbpedia.org/resource/Marine_Aircraft_Group_46", "http://dbpedia.org/resource/VFA-83", "http://dbpedia.org/resource/VFA-97", "http://dbpedia.org/resource/VFA-14_(U.S._Navy)", "http://dbpedia.org/resource/VMA-543", "http://dbpedia.org/resource/VFA-143", "http://dbpedia.org/resource/VFA-27", "http://dbpedia.org/resource/VMF-113", "http://dbpedia.org/resource/VFA-195_(U.S._Navy)", "http://dbpedia.org/resource/VMFA-142", "http://dbpedia.org/resource/VMF-511", "http://dbpedia.org/resource/VMFA-242", "http://dbpedia.org/resource/VMF-313", "http://dbpedia.org/resource/VMF-216", "http://dbpedia.org/resource/VMA-141", "http://dbpedia.org/resource/VMA-124", "http://dbpedia.org/resource/VMA-331", "http://dbpedia.org/resource/VC-10_Challengers", "http://dbpedia.org/resource/VMA-233"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Insects_vs_Robots> <http://dbpedia.org/property/currentMembers> ?uri } "}, "answers": ["http://dbpedia.org/resource/Micah_Nelson", "Jeff Smith", "Nikita Sorokin", "Milo Gonzalez", "Tony Peluso"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tr\u1ea7n_Vi\u1ec7t_H\u01b0\u01a1ng> <http://dbpedia.org/property/nationalteam> ?uri } "}, "answers": ["http://dbpedia.org/resource/Vietnam_women's_national_volleyball_team"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Joshua_A._Siegel> <http://dbpedia.org/property/education> ?uri } "}, "answers": ["http://dbpedia.org/resource/University_at_Buffalo", "http://dbpedia.org/resource/Northwestern_University", "http://dbpedia.org/resource/Chicago"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Novelas_ejemplares> . ?uri <http://dbpedia.org/property/author> ?x . }"}, "answers": ["6"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stanford_Cardinal> <http://dbpedia.org/ontology/institution> ?uri . <http://dbpedia.org/resource/Gerald_Reaven> <http://dbpedia.org/property/university> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Deion_Sanders> <http://dbpedia.org/property/debutteam> ?uri } "}, "answers": ["New York Yankees"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fountain_Lake_Farm> <http://dbpedia.org/ontology/nearestCity> ?uri } "}, "answers": ["http://dbpedia.org/resource/United_States", "http://dbpedia.org/resource/Montello,_Wisconsin", "http://dbpedia.org/resource/Wisconsin"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/training> <http://dbpedia.org/resource/San_Francisco_Art_Institute> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Artist>}"}, "answers": ["http://dbpedia.org/resource/Dame_Darcy", "http://dbpedia.org/resource/Debra_Drexler", "http://dbpedia.org/resource/Vena_Kava", "http://dbpedia.org/resource/James_Zar", "http://dbpedia.org/resource/Arthur_Frank_Mathews", "http://dbpedia.org/resource/Beth_Van_Hoesen", "http://dbpedia.org/resource/T._C._Cannon", "http://dbpedia.org/resource/Saber_(artist)", "http://dbpedia.org/resource/Emily_Carr", "http://dbpedia.org/resource/Lynn_Marie_Kirby", "http://dbpedia.org/resource/Jason_Rhoades", "http://dbpedia.org/resource/Ralph_Stackpole", "http://dbpedia.org/resource/Tricia_Ward", "http://dbpedia.org/resource/Vernon_Pratt", "http://dbpedia.org/resource/Sarah_Cain", "http://dbpedia.org/resource/Louise_Janin", "http://dbpedia.org/resource/Tullio_DeSantis", "http://dbpedia.org/resource/Neil_Williams_(artist)", "http://dbpedia.org/resource/Gregory_Gillespie", "http://dbpedia.org/resource/Gutzon_Borglum", "http://dbpedia.org/resource/Helen_Hyde", "http://dbpedia.org/resource/Rita_Keegan", "http://dbpedia.org/resource/Robert_Graham_(sculptor)", "http://dbpedia.org/resource/Jess_Collins", "http://dbpedia.org/resource/Jim_Franklin_(artist)", "http://dbpedia.org/resource/Lin_Evola", "http://dbpedia.org/resource/Peter_Kov\u00e1l", "http://dbpedia.org/resource/Peter_Reginato", "http://dbpedia.org/resource/Thom_Merrick", "http://dbpedia.org/resource/Karl_Kasten", "http://dbpedia.org/resource/Michael_Heizer", "http://dbpedia.org/resource/Paul_McCarthy", "http://dbpedia.org/resource/Ronald_Davis", "http://dbpedia.org/resource/Ronnie_Landfield", "http://dbpedia.org/resource/Roy_De_Forest", "http://dbpedia.org/resource/Daniela_Franco", "http://dbpedia.org/resource/Deborah_Remington", "http://dbpedia.org/resource/Mark_Bulwinkle"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/currency> <http://dbpedia.org/resource/Aureus_University_School_of_Medicine> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A._Peter_Dewey> <http://dbpedia.org/property/awards> ?uri } "}, "answers": ["http://dbpedia.org/resource/Legion_of_Merit", "http://dbpedia.org/resource/Croix_du_Combattant", "http://dbpedia.org/resource/Order_of_Polonia_Restituta", "http://dbpedia.org/resource/Silver_Star", "Chevalier de la L\u00e9gion d'honneur", "Croix de Guerre avec Palmes", "Tunisian Order of Glory"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Muhammad_Yunus> <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Motown> . ?x <http://dbpedia.org/ontology/associatedActs> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kwai_Chang_Caine> <http://dbpedia.org/property/religion> ?uri } "}, "answers": ["http://dbpedia.org/resource/Taoism", "http://dbpedia.org/resource/Chan_Buddhism"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Pullaiahgaripalli> . ?x <http://dbpedia.org/ontology/house> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/architecturalStyle> <http://dbpedia.org/resource/Sanggar_Agung> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/C++> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/PLUS_Expressways> <http://dbpedia.org/ontology/highway_hipopter_services> ?x . ?x <http://dbpedia.org/property/hubs> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Louis_D._Astorino> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Stadium>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blodpalt> <http://dbpedia.org/ontology/ingredient> ?uri . <http://dbpedia.org/resource/Kaszanka> <http://dbpedia.org/property/characterName> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/screenplay> <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/The_Da_Vinci_Code_(film)", "http://dbpedia.org/resource/A_Time_to_Kill_(1996_film)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Battle_of_Fort_Stephenson> <http://dbpedia.org/ontology/commander> ?uri . <http://dbpedia.org/resource/Bp:place> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blade_Runner_2:_The_Edge_of_Human> <http://dbpedia.org/ontology/subsequentWork> ?x . ?x <http://dbpedia.org/property/series> ?uri . }"}, "answers": ["Blade Runner"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Ultimate_Fighter:_Team_Rousey_vs._Team_Tate> <http://dbpedia.org/property/city> ?uri } "}, "answers": ["http://dbpedia.org/resource/Las_Vegas_Valley", "http://dbpedia.org/resource/Nevada"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/Environmentalism_and_Peace> . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/name> <http://dbpedia.org/resource/Matt_Williams_(New_Zealand_footballer)> } "}, "answers": ["1"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Timeform> . ?x <http://dbpedia.org/property/owner> ?uri . }"}, "answers": ["409"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hometown> <http://dbpedia.org/resource/Toronto_Western_Hospital> . ?x <http://dbpedia.org/property/knownFor> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sidney_Catlin_Partridge> <http://dbpedia.org/ontology/education> ?uri . <http://dbpedia.org/resource/Lisa_Brummel> <http://dbpedia.org/property/almaMater> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Doubleday_(publisher)> . ?x <http://dbpedia.org/ontology/subject> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/organisation> <http://dbpedia.org/resource/Trade_association> . ?x <http://dbpedia.org/ontology/regionServed> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tonight's_the_Night_(2003_musical)> <http://dbpedia.org/property/music> ?uri } "}, "answers": ["http://dbpedia.org/resource/Rod_Stewart"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/breeder> <http://dbpedia.org/resource/Bert_S._Michell> . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Y._S._Rajasekhara_Reddy> . ?x <http://dbpedia.org/ontology/party> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Frampton's_Camel> <http://dbpedia.org/ontology/producer> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Clan_McDuck> . ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Louie> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/capital> <http://dbpedia.org/resource/Podgorica> . ?x <http://dbpedia.org/property/currency> ?uri . }"}, "answers": ["Euro a"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> <http://dbpedia.org/property/training> ?uri } "}, "answers": ["http://dbpedia.org/resource/Yale_University", "Art Students League of New York", "San Francisco Art Institute"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/languageFamily> <http://dbpedia.org/resource/Anglo-Frisian_languages> . ?x <http://dbpedia.org/property/language> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Paul_Dini> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/ComicsCharacter>}"}, "answers": ["http://dbpedia.org/resource/Andrea_Beaumont", "http://dbpedia.org/resource/Harley_Quinn", "http://dbpedia.org/resource/Mercy_Graves", "http://dbpedia.org/resource/Baby-Doll_(character)", "http://dbpedia.org/resource/Renee_Montoya", "http://dbpedia.org/resource/Roxy_Rocket", "http://dbpedia.org/resource/Calendar_Girl_(DC_Comics)", "http://dbpedia.org/resource/Nora_Fries", "http://dbpedia.org/resource/Batman_(Terry_McGinnis)", "http://dbpedia.org/resource/Bud_and_Lou", "http://dbpedia.org/resource/Forerunner_(DC_Comics)", "http://dbpedia.org/resource/Mr._Freeze", "http://dbpedia.org/resource/Ventriloquist_(character)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ted_Williams_Tunnel> <http://dbpedia.org/property/owner> ?uri . <http://dbpedia.org/resource/Leonard_Memorial_Ridge> <http://dbpedia.org/ontology/owningCity> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/EMi> . ?uri <http://dbpedia.org/ontology/associatedActs> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/subsidiary> <http://dbpedia.org/resource/Big_Ticket_Entertainment> . ?uri <http://dbpedia.org/property/company> ?x }"}, "answers": ["126"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Barjas> <http://dbpedia.org/ontology/placeOfBirth> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Justin_Trudeau> . ?uri <http://dbpedia.org/ontology/place> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hackweiser> <http://dbpedia.org/property/leaderName> ?uri } "}, "answers": ["http://dbpedia.org/resource/North_America", "p4ntera ,  B33rc4n"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hank_Brown> <http://dbpedia.org/property/successor> ?x . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Fort_Collins,_Colorado", "http://dbpedia.org/resource/United_States", "http://dbpedia.org/resource/Chicago", "http://dbpedia.org/resource/Illinois", "http://dbpedia.org/resource/Kansas_City,_Missouri"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Katyayana_(Buddhist)> <http://dbpedia.org/property/mainInterests> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mumbai_North_(Lok_Sabha_constituency)> <http://dbpedia.org/property/party> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/custodian> <http://dbpedia.org/resource/Bend,_Oregon> . ?x <http://dbpedia.org/property/cities> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/academicDiscipline> <http://dbpedia.org/resource/Neuroimaging> . ?x ?uri }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/wheel> <http://dbpedia.org/resource/Ferris_wheel> . ?x <http://dbpedia.org/property/city> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Gary_Chang> . ?x <http://dbpedia.org/ontology/manufacturer> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Animle_Hansen> <http://dbpedia.org/property/allegiance> ?uri } "}, "answers": ["http://dbpedia.org/resource/Ghana"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_God_Who_Wasn't_There> <http://dbpedia.org/property/starring> ?x . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }"}, "answers": ["http://dbpedia.org/resource/University_of_California,_Berkeley", "http://dbpedia.org/resource/Columbia_University", "http://dbpedia.org/resource/Gordon\u2013Conwell_Theological_Seminary", "http://dbpedia.org/resource/Master_of_Theological_Studies", "http://dbpedia.org/resource/Montclair_State_University", "http://dbpedia.org/resource/Drew_University"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Bellaire,_Ohio> . ?x <http://dbpedia.org/property/team> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Putri_Raemawasti> <http://dbpedia.org/ontology/birthName> ?uri } "}, "answers": ["Gracia Putri Raemawasti Mulyono"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/associatedMusicalArtist> <http://dbpedia.org/resource/Ren_Bonian> . ?uri <http://dbpedia.org/ontology/birthPlace> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Language_Integrated_Query> <http://dbpedia.org/ontology/designer> ?uri } "}, "answers": ["http://dbpedia.org/resource/Microsoft"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dan_Otero> <http://dbpedia.org/ontology/debutTeam> ?uri } "}, "answers": ["http://dbpedia.org/resource/San_Francisco_Giants"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Not_on_Our_Watch_(organization)> <http://dbpedia.org/ontology/foundedBy> ?uri } "}, "answers": ["http://dbpedia.org/resource/David_Pressman", "http://dbpedia.org/resource/George_Clooney", "http://dbpedia.org/resource/Brad_Pitt", "http://dbpedia.org/resource/Matt_Damon", "http://dbpedia.org/resource/Don_Cheadle", "http://dbpedia.org/resource/Jerry_Weintraub"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sony_Bank> <http://dbpedia.org/ontology/owningCompany> ?uri } "}, "answers": ["http://dbpedia.org/resource/Sony"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/screenplay> <http://dbpedia.org/resource/Eric_Roth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/Airport_(film_series)", "http://dbpedia.org/resource/Forrest_Gump", "http://dbpedia.org/resource/Jane's_House", "http://dbpedia.org/resource/The_Concorde_..._Airport_'79", "http://dbpedia.org/resource/The_Curious_Case_of_Benjamin_Button_(film)", "http://dbpedia.org/resource/Laal_Singh_Chaddha", "http://dbpedia.org/resource/Extremely_Loud_&_Incredibly_Close_(film)", "http://dbpedia.org/resource/Lucky_You_(film)"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/recordedIn> <http://dbpedia.org/resource/Miami> . ?x <http://dbpedia.org/property/writer> ?uri }"}, "answers": ["183"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architecturalStyle> <http://dbpedia.org/resource/Sanggar_Agung> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/European_Go_Federation> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Daniel_L._D._Granger> <http://dbpedia.org/ontology/basedOn> ?uri . <http://dbpedia.org/resource/Job_Durfee> <http://dbpedia.org/property/occupation> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Marika_Gombitov> . ?x <http://dbpedia.org/ontology/language> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/EMi> . ?x <http://dbpedia.org/property/associatedMusicalArtist> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Mary_Ainsworth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": ["http://dbpedia.org/resource/Patricia_McKinsey_Crittenden"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Virendra_Kataria> <http://dbpedia.org/ontology/party> ?uri } "}, "answers": ["http://dbpedia.org/resource/Indian_National_Congress"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Copley_Medal> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": ["http://dbpedia.org/resource/Albert_Kluyver", "http://dbpedia.org/resource/Wilhelm_Eduard_Weber", "http://dbpedia.org/resource/William_Watson_(scientist)", "http://dbpedia.org/resource/Marcellin_Berthelot", "http://dbpedia.org/resource/Jean-Baptiste_Boussingault", "http://dbpedia.org/resource/Abdus_Salam", "http://dbpedia.org/resource/Carl_Friedrich_Gauss", "http://dbpedia.org/resource/Sir_George_Stokes,_1st_Baronet", "http://dbpedia.org/resource/Sir_John_Pringle,_1st_Baronet", "http://dbpedia.org/resource/Henri_Milne-Edwards", "http://dbpedia.org/resource/Richard_Henderson_(biologist)", "http://dbpedia.org/resource/Roger_Penrose", "http://dbpedia.org/resource/Jeffrey_I._Gordon", "http://dbpedia.org/resource/Theodor_Schwann", "http://dbpedia.org/resource/Edward_Waring", "http://dbpedia.org/resource/Stephen_Hales", "http://dbpedia.org/resource/Paul_Dirac", "http://dbpedia.org/resource/Rudolf_Virchow"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Beverly_Hills,_California> . ?x <http://dbpedia.org/ontology/presenter> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Price_of_Beauty> <http://dbpedia.org/property/narrated> ?uri } "}, "answers": ["Jessica Simpson"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Band> <http://dbpedia.org/property/album> ?x . ?x <http://dbpedia.org/ontology/producer> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/United_Kingdom> . ?uri <http://dbpedia.org/property/country> ?x . }"}, "answers": ["http://dbpedia.org/resource/Obouo_Productions", "http://dbpedia.org/resource/Trinity_School,_Newbury", "http://dbpedia.org/resource/University_of_Portsmouth", "http://dbpedia.org/resource/Bushey_Fields_Hospital", "http://dbpedia.org/resource/St_Mary's_Church,_Fairford", "http://dbpedia.org/resource/Magennis", "http://dbpedia.org/resource/McCartan", "http://dbpedia.org/resource/NOGAT_Pipeline_System", "http://dbpedia.org/resource/Buttery_(bread)", "http://dbpedia.org/resource/Lancashire_hotpot", "http://dbpedia.org/resource/Potted_shrimps", "http://dbpedia.org/resource/Stargazy_pie", "http://dbpedia.org/resource/Cornish_wrestling", "http://dbpedia.org/resource/Andrew_Lindsay", "http://dbpedia.org/resource/David_King_(figure_skater)", "http://dbpedia.org/resource/Arcalis_(horse)", "http://dbpedia.org/resource/Border_Incident_(horse)", "http://dbpedia.org/resource/Bowling_Brook", "http://dbpedia.org/resource/Comrade_(horse)", "http://dbpedia.org/resource/Desert_Orchid", "http://dbpedia.org/resource/Filho_da_Puta", "http://dbpedia.org/resource/Son-in-Law", "http://dbpedia.org/resource/Scuffler", "http://dbpedia.org/resource/Hurry_On", "http://dbpedia.org/resource/Rubens_mare", "http://dbpedia.org/resource/Witch_Elm", "http://dbpedia.org/resource/Tiutchev_(horse)", "http://dbpedia.org/resource/Twice_Over", "http://dbpedia.org/resource/Poems,_Chiefly_in_the_Scottish_Dialect_(Belfast_Edition)", "http://dbpedia.org/resource/Poems,_Chiefly_in_the_Scottish_Dialect_(Dublin_Variant)", "http://dbpedia.org/resource/Poems,_Chiefly_in_the_Scottish_Dialect_(Edinburgh_Edition)", "http://dbpedia.org/resource/Poems,_Chiefly_in_the_Scottish_Dialect_(London_Edition)", "http://dbpedia.org/resource/Poems,_Chiefly_in_the_Scottish_Dialect_(Second_Edinburgh_Edition)", "http://dbpedia.org/resource/The_Geddes_Burns", "http://dbpedia.org/resource/Poems_by_David_Sillar", "http://dbpedia.org/resource/Alcide_(horse)", "http://dbpedia.org/resource/Aldaniti", "http://dbpedia.org/resource/Alderbrook_(horse)", "http://dbpedia.org/resource/Derek_Redmond", "http://dbpedia.org/resource/The_Bard_(British_horse)", "http://dbpedia.org/resource/Workforce_(horse)", "http://dbpedia.org/resource/War_Cloud", "http://dbpedia.org/resource/Homity_pie", "http://dbpedia.org/resource/Robert_Burns's_Commonplace_Book_1783\u20131785", "http://dbpedia.org/resource/Robert_Burns's_Interleaved_Scots_Musical_Museum", "http://dbpedia.org/resource/Alice_Wright", "http://dbpedia.org/resource/Arthur_Robertson_(athlete)", "http://dbpedia.org/resource/Ben_Helfgott", "http://dbpedia.org/resource/Harold_Morphy", "http://dbpedia.org/resource/Chicken_and_mushroom_pie", "http://dbpedia.org/resource/Syro-Malabar_Catholic_Eparchy_of_Great_Britain", "http://dbpedia.org/resource/Ted_Heaton", "http://dbpedia.org/resource/Dark_Ronald", "http://dbpedia.org/resource/Rubens_(horse)", "http://dbpedia.org/resource/Sandwich_(horse)", "http://dbpedia.org/resource/Saumarez_(horse)", "http://dbpedia.org/resource/St._Simon_(horse)", "http://dbpedia.org/resource/Modern_Wonder", "http://dbpedia.org/resource/English_Foxhound", "http://dbpedia.org/resource/Mark_Hunter_(rower)", "http://dbpedia.org/resource/Dripping_cake", "http://dbpedia.org/resource/Mahan_(horse)", "http://dbpedia.org/resource/Masked_Marvel_(horse)", "http://dbpedia.org/resource/Meteor_(horse)", "http://dbpedia.org/resource/Perrault_(horse)", "http://dbpedia.org/resource/Pharos_(horse)", "http://dbpedia.org/resource/Pilgrimage_(horse)", "http://dbpedia.org/resource/Pope_Joan_(horse)", "http://dbpedia.org/resource/Popkins", "http://dbpedia.org/resource/Precipitation_(horse)", "http://dbpedia.org/resource/Vedette_(horse)", "http://dbpedia.org/resource/Voltaire_(racehorse)", "http://dbpedia.org/resource/Voter_(horse)", "http://dbpedia.org/resource/Horrid_Henry_Tricks_the_Tooth_Fairy", "http://dbpedia.org/resource/Sandford_Prince", "http://dbpedia.org/resource/Lady_Angela", "http://dbpedia.org/resource/A_Manual_of_Religious_Belief", "http://dbpedia.org/resource/A_World_Apart_(book)", "http://dbpedia.org/resource/British_Rail_Passenger_Timetable", "http://dbpedia.org/resource/Jamie_Nicholls_(snowboarder)", "http://dbpedia.org/resource/Katie_Ormerod", "http://dbpedia.org/resource/Blue_Peter_(British_horse)", "http://dbpedia.org/resource/Camel_(horse)", "http://dbpedia.org/resource/The_Thekla", "http://dbpedia.org/resource/The_Nine_Lives_of_Montezuma", "http://dbpedia.org/resource/Prince_Rose", "http://dbpedia.org/resource/Lush_Lashes", "http://dbpedia.org/resource/Make_A_Stand_(horse)", "http://dbpedia.org/resource/Selim_(horse)", "http://dbpedia.org/resource/Norfolk_Terrier", "http://dbpedia.org/resource/Glencoe_I", "http://dbpedia.org/resource/Hannah_(horse)", "http://dbpedia.org/resource/Harlem_(horse)", "http://dbpedia.org/resource/Hartnell_(horse)", "http://dbpedia.org/resource/Le_Glorieux", "http://dbpedia.org/resource/Landseer_(horse)", "http://dbpedia.org/resource/Leamington_(horse)", "http://dbpedia.org/resource/Punjabi_(horse)", "http://dbpedia.org/resource/Rail_Link_(horse)", "http://dbpedia.org/resource/Ribot_(horse)", "http://dbpedia.org/resource/Almutawakel", "http://dbpedia.org/resource/Josephine_Wratten", "http://dbpedia.org/resource/Old_Vic_(horse)", "http://dbpedia.org/resource/Petite_Etoile", "http://dbpedia.org/resource/Tales_of_Magic_and_Mystery", "http://dbpedia.org/resource/The_Marquis", "http://dbpedia.org/resource/Tudor_Minstrel", "http://dbpedia.org/resource/Willsford", "http://dbpedia.org/resource/King_Tom_(horse)", "http://dbpedia.org/resource/Self-Constitution", "http://dbpedia.org/resource/Seabreeze_(horse)", "http://dbpedia.org/resource/Louis_Vuitton_Trophy", "http://dbpedia.org/resource/Mummy's_Pet", "http://dbpedia.org/resource/BUCS_Super_Rugby", "http://dbpedia.org/resource/Animal's_People", "http://dbpedia.org/resource/Jack_Oliver_(weightlifter)", "http://dbpedia.org/resource/Mollie_Phillips", "http://dbpedia.org/resource/Mumtaz_Mahal_(horse)", "http://dbpedia.org/resource/My_Shadow_(poem)", "http://dbpedia.org/resource/Nancherrow", "http://dbpedia.org/resource/Colorado_(horse)", "http://dbpedia.org/resource/Comedy_King", "http://dbpedia.org/resource/Jealousy_(horse)", "http://dbpedia.org/resource/Kendal_(horse)", "http://dbpedia.org/resource/Kingman_(British_horse)", "http://dbpedia.org/resource/Knocker_(folklore)", "http://dbpedia.org/resource/Acoustic_(magazine)", "http://dbpedia.org/resource/Charlotte_Aiken", "http://dbpedia.org/resource/Chris_Arrowsmith", "http://dbpedia.org/resource/Chris_Bartley_(rower)", "http://dbpedia.org/resource/Chris_Murray_(weightlifter)", "http://dbpedia.org/resource/Steve_Way", "http://dbpedia.org/resource/Stan_(horse)", "http://dbpedia.org/resource/Stockwell_(horse)", "http://dbpedia.org/resource/The_Stretch_(novel)", "http://dbpedia.org/resource/Carry_On_Admiral", "http://dbpedia.org/resource/Baulking_Green", "http://dbpedia.org/resource/Bay_Bolton", "http://dbpedia.org/resource/Bay_Ronald", "http://dbpedia.org/resource/Beeswing_(horse)", "http://dbpedia.org/resource/Ben_Strome", "http://dbpedia.org/resource/Bendigo_(horse)", "http://dbpedia.org/resource/Bering_(horse)", "http://dbpedia.org/resource/Laine_Snook", "http://dbpedia.org/resource/Lana_Bagen", "http://dbpedia.org/resource/Thrush_(racehorse)", "http://dbpedia.org/resource/Time_Out_(drama)", "http://dbpedia.org/resource/Touchstone_(horse)", "http://dbpedia.org/resource/Micrographia", "http://dbpedia.org/resource/Song_of_the_Mysteries", "http://dbpedia.org/resource/Sophia_Hope_Gorham", "http://dbpedia.org/resource/Craven_and_Young_Shields", "http://dbpedia.org/resource/Crepello", "http://dbpedia.org/resource/Crucifix_(horse)", "http://dbpedia.org/resource/Great_Nephew", "http://dbpedia.org/resource/Neji_(horse)", "http://dbpedia.org/resource/Night_Raid", "http://dbpedia.org/resource/Omar_Khayyam_(horse)", "http://dbpedia.org/resource/Ouija_Board_(horse)", "http://dbpedia.org/resource/Ham_salad", "http://dbpedia.org/resource/Party_Politics_(horse)", "http://dbpedia.org/resource/Pindarrie", "http://dbpedia.org/resource/Madeleine_Gurdon", "http://dbpedia.org/resource/Makybe_Diva", "http://dbpedia.org/resource/Brigadier_Gerard_(horse)", "http://dbpedia.org/resource/British_Sports_Journalism_Awards", "http://dbpedia.org/resource/Champs_Elysees_(horse)", "http://dbpedia.org/resource/Diadem_(horse)", "http://dbpedia.org/resource/Diatome", "http://dbpedia.org/resource/Flyingbolt", "http://dbpedia.org/resource/Forgive_'n_Forget", "http://dbpedia.org/resource/Monksfield", "http://dbpedia.org/resource/Shirley_Heights_(horse)", "http://dbpedia.org/resource/Meadow_Court", "http://dbpedia.org/resource/Johren", "http://dbpedia.org/resource/Alycidon", "http://dbpedia.org/resource/Barton_Bank", "http://dbpedia.org/resource/Jemma_Simpson", "http://dbpedia.org/resource/Jeune", "http://dbpedia.org/resource/Leigh_Rogers", "http://dbpedia.org/resource/Leviathan_(horse)", "http://dbpedia.org/resource/Light_Division_(United_Kingdom)", "http://dbpedia.org/resource/Lillian_Board", "http://dbpedia.org/resource/Nicholas_Nye", "http://dbpedia.org/resource/Penarth_Group", "http://dbpedia.org/resource/Perdita_(horse)", "http://dbpedia.org/resource/Peter_Radford", "http://dbpedia.org/resource/Thomas_Brady_(canoeist)", "http://dbpedia.org/resource/Tommy_Burns_(diver)", "http://dbpedia.org/resource/Women's_British_Basketball_League", "http://dbpedia.org/resource/English_Review_(18th_century)", "http://dbpedia.org/resource/Friar's_Balsam_(horse)", "http://dbpedia.org/resource/Inglis_Drever", "http://dbpedia.org/resource/Initiate's_Trial", "http://dbpedia.org/resource/International_Catalogue_of_Scientific_Literature", "http://dbpedia.org/resource/Wayward_Lad", "http://dbpedia.org/resource/Stormed_Fortress", "http://dbpedia.org/resource/Musket_(horse)", "http://dbpedia.org/resource/Pretendre", "http://dbpedia.org/resource/Little_Owl_(horse)", "http://dbpedia.org/resource/Ellie_Soutter", "http://dbpedia.org/resource/Louis_Vuitton_Pacific_Series", "http://dbpedia.org/resource/Lyndon_Bolton", "http://dbpedia.org/resource/Burrough_Hill_Lad", "http://dbpedia.org/resource/St_Breage's_Church,_Breage", "http://dbpedia.org/resource/St_Olaf's_Church,_Poughill", "http://dbpedia.org/resource/Stacey_Kemp", "http://dbpedia.org/resource/Stephanie_Cotter", "http://dbpedia.org/resource/Watling_Street_(horse)", "http://dbpedia.org/resource/Lochsong", "http://dbpedia.org/resource/Mtoto", "http://dbpedia.org/resource/Bike_(magazine)", "http://dbpedia.org/resource/Billy_Morgan_(snowboarder)", "http://dbpedia.org/resource/Ian_Bowhill", "http://dbpedia.org/resource/Badsworth_Boy", "http://dbpedia.org/resource/Ballymoss", "http://dbpedia.org/resource/King_Charles_Spaniel", "http://dbpedia.org/resource/Burgoo", "http://dbpedia.org/resource/Paul_Mattick_(rower)", "http://dbpedia.org/resource/Ronald_Bruce_Campbell", "http://dbpedia.org/resource/Royal_Air_Force_Memorial", "http://dbpedia.org/resource/Dano-Mast", "http://dbpedia.org/resource/Deacon_Blues_(horse)", "http://dbpedia.org/resource/Duncan_(horse)", "http://dbpedia.org/resource/Earth_Summit_(horse)", "http://dbpedia.org/resource/Eve_(Chase_novel)", "http://dbpedia.org/resource/Frontier_(horse)", "http://dbpedia.org/resource/GlamSci_(organization)", "http://dbpedia.org/resource/Glenriddell_Manuscripts", "http://dbpedia.org/resource/Sharpo", "http://dbpedia.org/resource/Rak_Records", "http://dbpedia.org/resource/Tale_Spinners_for_Children", "http://dbpedia.org/resource/St._Paddy", "http://dbpedia.org/resource/Bona_Vista", "http://dbpedia.org/resource/Bonnie_Scotland_(horse)", "http://dbpedia.org/resource/Zac_Purchase", "http://dbpedia.org/resource/Quashed", "http://dbpedia.org/resource/The_Marriage_of_Robin_Redbreast_and_the_Wren", "http://dbpedia.org/resource/Pearlyman", "http://dbpedia.org/resource/National_Spirit_(horse)", "http://dbpedia.org/resource/Embassy_Cinema,_Chadwell_Heath", "http://dbpedia.org/resource/Hereford_cattle", "http://dbpedia.org/resource/Money_and_Trade_Considered", "http://dbpedia.org/resource/Two_Overtures_Humbly_Offered_to_His_Grace_John_Duke_of_Argyll,_Her_Majesties_High_Commissioner,_and_the_Right_Honourable_the_Estates_of_Parliament", "http://dbpedia.org/resource/Alanwar_TV", "http://dbpedia.org/resource/Chitral;_the_Story_of_a_Minor_Siege", "http://dbpedia.org/resource/Poets'_Corner", "http://dbpedia.org/resource/Much_Sounding_of_Bugles", "http://dbpedia.org/resource/Snakes_&_Ladders_Records", "http://dbpedia.org/resource/Macbeth", "http://dbpedia.org/resource/Pentawards", "http://dbpedia.org/resource/Gordon_Ramsay's_Ultimate_Fit_Food", "http://dbpedia.org/resource/The_Relief_of_Chitral", "http://dbpedia.org/resource/The_Chitral_Campaign:_A_Narrative_of_Events_in_Chitral,_Swat_and_Bajour", "http://dbpedia.org/resource/Fig_roll", "http://dbpedia.org/resource/Culture_and_Value", "http://dbpedia.org/resource/Cropredy_Methodist_Church"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Hammond_organ> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Christopher_Franke> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/Babylon_5"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/General_Educational_Development> . ?x <http://dbpedia.org/property/restingplace> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Oddamavadi> . ?x <http://dbpedia.org/property/bridgeCarries> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Houston_Astros> . ?x <http://dbpedia.org/property/debutteam> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/British_Gazette> <http://dbpedia.org/ontology/editor> ?uri } "}, "answers": ["http://dbpedia.org/resource/Winston_Churchill"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/associatedActs> <http://dbpedia.org/resource/Divertis> . ?uri <http://dbpedia.org/ontology/associatedMusicalArtist> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Gerard_Marino> . ?x <http://dbpedia.org/ontology/developer> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Ready_at_Dawn", "http://dbpedia.org/resource/Santa_Monica_Studio"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/Unix_Like_OS> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/seat> <http://dbpedia.org/resource/Berlin> . ?x <http://dbpedia.org/ontology/leader> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/name> <http://dbpedia.org/resource/La_Liga> . ?uri <http://dbpedia.org/ontology/team> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_M._Sears> <http://dbpedia.org/property/employer> ?uri . <http://dbpedia.org/resource/Delta_III> <http://dbpedia.org/ontology/manufacturer> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/ASC_Creative_Services> . ?x <http://dbpedia.org/property/design> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Second_Coming_(TV_serial)> <http://dbpedia.org/ontology/author> ?uri } "}, "answers": ["1"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Springer> <http://dbpedia.org/property/profession> ?uri . <http://dbpedia.org/resource/Donald_Brooks> <http://dbpedia.org/ontology/formerStudent> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Eric_Jendresen> <http://dbpedia.org/ontology/writer> ?uri . <http://dbpedia.org/resource/John_Orloff> <http://dbpedia.org/property/series> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Wolves_of_Mercy_Falls_characters> <http://dbpedia.org/property/nickname> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Neungin_High_School> <http://dbpedia.org/property/religiousAffiliation> ?uri } "}, "answers": ["http://dbpedia.org/resource/Buddhist"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_South_End> <http://dbpedia.org/property/owners> ?uri } "}, "answers": ["http://dbpedia.org/resource/Wayne_State_University"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/playedFor> <http://dbpedia.org/resource/Atlant_Moscow_Oblast> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }"}, "answers": ["594"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pong_Pha> <http://dbpedia.org/ontology/timeZone> ?uri } "}, "answers": ["http://dbpedia.org/resource/Time_in_Thailand"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/class> <http://dbpedia.org/resource/Bacilli> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology>/"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Reigh_Count> <http://dbpedia.org/ontology/honours> ?uri } "}, "answers": ["http://dbpedia.org/resource/Kentucky", "http://dbpedia.org/resource/Florence,_Kentucky", "http://dbpedia.org/resource/National_Museum_of_Racing_and_Hall_of_Fame"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/related> <http://dbpedia.org/resource/Doctor_Who_Confidential> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Triple_Door_(The_Courage_album)> <http://dbpedia.org/property/arena> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ali_Habib_Mahmud> <http://dbpedia.org/property/battles> ?uri } "}, "answers": ["http://dbpedia.org/resource/Lebanese_Civil_War", "http://dbpedia.org/resource/Gulf_War", "http://dbpedia.org/resource/Yom_Kippur_War"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/source> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/source> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["44"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cornell_University_Press> <http://dbpedia.org/property/education> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Ham> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Microsoft_Windows> <http://dbpedia.org/ontology/computingPlatform> ?uri . <http://dbpedia.org/resource/Software_as_a_service> <http://dbpedia.org/property/license> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Full_Sized_Cars> <http://dbpedia.org/property/predecessor> ?x . ?x <http://dbpedia.org/ontology/engine> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Unix> . ?uri <http://dbpedia.org/property/programmingLanguage> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Kenosha,_Wisconsin> . ?uri <http://dbpedia.org/property/director> ?x . }"}, "answers": ["http://dbpedia.org/resource/Village_of_the_Giants", "http://dbpedia.org/resource/War_of_the_Colossal_Beast", "http://dbpedia.org/resource/Attack_of_the_Puppet_People", "http://dbpedia.org/resource/Beginning_of_the_End_(film)", "http://dbpedia.org/resource/Empire_of_the_Ants_(film)", "http://dbpedia.org/resource/The_Amazing_Colossal_Man", "http://dbpedia.org/resource/The_Boy_and_the_Pirates", "http://dbpedia.org/resource/How_to_Succeed_with_Sex", "http://dbpedia.org/resource/The_Cyclops_(film)", "http://dbpedia.org/resource/The_Food_of_the_Gods_(film)", "http://dbpedia.org/resource/The_Magic_Sword_(1962_film)", "http://dbpedia.org/resource/Satan's_Princess", "http://dbpedia.org/resource/Tormented_(1960_film)", "http://dbpedia.org/resource/Necromancy_(film)", "http://dbpedia.org/resource/Picture_Mommy_Dead", "http://dbpedia.org/resource/Earth_vs._the_Spider", "http://dbpedia.org/resource/Burned_at_the_Stake", "http://dbpedia.org/resource/King_Dinosaur", "http://dbpedia.org/resource/The_Mad_Bomber_(film)", "http://dbpedia.org/resource/Sympathy_for_Delicious", "http://dbpedia.org/resource/Tangled_Ever_After", "http://dbpedia.org/resource/Super_Rhino", "http://dbpedia.org/resource/Julia_(American_TV_series)", "http://dbpedia.org/resource/Along_Came_Ruth", "http://dbpedia.org/resource/Day_Dreams_(1922_film)", "http://dbpedia.org/resource/Vamping_Venus", "http://dbpedia.org/resource/Fighting_to_Live", "http://dbpedia.org/resource/Meet_the_Chump", "http://dbpedia.org/resource/Behind_the_Eight_Ball_(film)", "http://dbpedia.org/resource/Forty_Naughty_Girls", "http://dbpedia.org/resource/Hard_Luck_(1921_film)", "http://dbpedia.org/resource/Hat_Check_Honey", "http://dbpedia.org/resource/Hawaii_Calls_(film)", "http://dbpedia.org/resource/What's_Cookin'%3F", "http://dbpedia.org/resource/When_a_Man's_a_Man", "http://dbpedia.org/resource/When_a_Man's_a_Man_(1924_film)", "http://dbpedia.org/resource/Ghost_Catchers", "http://dbpedia.org/resource/Give_Out,_Sisters", "http://dbpedia.org/resource/Go_Chase_Yourself", "http://dbpedia.org/resource/The_Balloonatic", "http://dbpedia.org/resource/The_Boat_(1921_film)", "http://dbpedia.org/resource/Breaking_the_Ice_(film)", "http://dbpedia.org/resource/Bringing_Up_Father_(1946_film)", "http://dbpedia.org/resource/Broadway_Fever", "http://dbpedia.org/resource/The_Cowboy_Millionaire_(1935_film)", "http://dbpedia.org/resource/The_Crash_(1928_film)", "http://dbpedia.org/resource/The_Dude_Ranger", "http://dbpedia.org/resource/The_Electric_House", "http://dbpedia.org/resource/The_Forward_Pass", "http://dbpedia.org/resource/The_Frozen_North", "http://dbpedia.org/resource/The_Girl_Habit", "http://dbpedia.org/resource/The_Girl_from_Everywhere", "http://dbpedia.org/resource/The_Head_Man", "http://dbpedia.org/resource/The_High_Sign", "http://dbpedia.org/resource/The_Love_Nest_(1923_film)", "http://dbpedia.org/resource/The_Meanest_Man_in_the_World_(1923_film)", "http://dbpedia.org/resource/The_Naughty_Flirt", "http://dbpedia.org/resource/The_Paleface_(1922_film)", "http://dbpedia.org/resource/The_Rag_Man", "http://dbpedia.org/resource/The_Scarecrow_(1920_film)", "http://dbpedia.org/resource/The_Villain_Still_Pursued_Her", "http://dbpedia.org/resource/The_Widow_from_Chicago", "http://dbpedia.org/resource/Convict_13", "http://dbpedia.org/resource/See_My_Lawyer", "http://dbpedia.org/resource/Moonlight_and_Cactus_(1944_film)", "http://dbpedia.org/resource/My_Little_Chickadee", "http://dbpedia.org/resource/My_Wife's_Relations", "http://dbpedia.org/resource/Sweet_Mama_(film)", "http://dbpedia.org/resource/Swingtime_Johnny", "http://dbpedia.org/resource/Captain_January_(1924_film)", "http://dbpedia.org/resource/Hook,_Line_and_Sinker_(1930_film)", "http://dbpedia.org/resource/Ladies'_Night_in_a_Turkish_Bath", "http://dbpedia.org/resource/Leathernecking", "http://dbpedia.org/resource/Slightly_Terrific", "http://dbpedia.org/resource/So_This_Is_Africa", "http://dbpedia.org/resource/Soft_Cushions", "http://dbpedia.org/resource/Cops_(film)", "http://dbpedia.org/resource/Cracked_Nuts_(1931_film)", "http://dbpedia.org/resource/Cracked_Nuts_(1941_film)", "http://dbpedia.org/resource/Crazy_House_(1943_film)", "http://dbpedia.org/resource/He's_My_Guy_(film)", "http://dbpedia.org/resource/Hello,_Sucker", "http://dbpedia.org/resource/Hellzapoppin'_(film)", "http://dbpedia.org/resource/High_Flyers_(film)", "http://dbpedia.org/resource/His_Lucky_Day", "http://dbpedia.org/resource/F-Man", "http://dbpedia.org/resource/Flirty_Four-Flushers", "http://dbpedia.org/resource/Let_It_Rain_(film)", "http://dbpedia.org/resource/Neighbors_(1920_film)", "http://dbpedia.org/resource/Never_Give_a_Sucker_an_Even_Break", "http://dbpedia.org/resource/Night_Club_Girl", "http://dbpedia.org/resource/Peck's_Bad_Boy_(1934_film)", "http://dbpedia.org/resource/Penthouse_Rhythm", "http://dbpedia.org/resource/Private_Buckaroo", "http://dbpedia.org/resource/Private_Snuffy_Smith", "http://dbpedia.org/resource/Peck's_Bad_Boy_with_the_Circus", "http://dbpedia.org/resource/Old_Clothes", "http://dbpedia.org/resource/On_Again-Off_Again", "http://dbpedia.org/resource/One_Week_(1920_film)", "http://dbpedia.org/resource/In_the_Next_Room", "http://dbpedia.org/resource/Little_Robinson_Crusoe", "http://dbpedia.org/resource/Million_Dollar_Legs_(1932_film)", "http://dbpedia.org/resource/Parole_Girl", "http://dbpedia.org/resource/Jiggs_and_Maggie_in_Society", "http://dbpedia.org/resource/You_Can't_Cheat_an_Honest_Man", "http://dbpedia.org/resource/Filming_Othello", "http://dbpedia.org/resource/Filming_The_Trial", "http://dbpedia.org/resource/Moby_Dick_(unfinished_film)", "http://dbpedia.org/resource/Around_the_World_with_Orson_Welles", "http://dbpedia.org/resource/The_Deep_(unfinished_film)", "http://dbpedia.org/resource/Vienna_(film)", "http://dbpedia.org/resource/The_Miracle_of_St._Anne", "http://dbpedia.org/resource/The_Fountain_of_Youth_(film)", "http://dbpedia.org/resource/The_Lady_from_Shanghai", "http://dbpedia.org/resource/The_Magnificent_Ambersons_(film)", "http://dbpedia.org/resource/The_Merchant_of_Venice_(1969_film)", "http://dbpedia.org/resource/The_Other_Side_of_the_Wind", "http://dbpedia.org/resource/The_Stranger_(1946_film)", "http://dbpedia.org/resource/The_Trial_(1962_film)", "http://dbpedia.org/resource/The_Heroine", "http://dbpedia.org/resource/Citizen_Kane", "http://dbpedia.org/resource/Citizen_Kane_trailer", "http://dbpedia.org/resource/The_Immortal_Story", "http://dbpedia.org/resource/Mr._Arkadin", "http://dbpedia.org/resource/Too_Much_Johnson_(1938_film)", "http://dbpedia.org/resource/Touch_of_Evil", "http://dbpedia.org/resource/Chimes_at_Midnight", "http://dbpedia.org/resource/Twelfth_Night_(1933_film)", "http://dbpedia.org/resource/Don_Quixote_(unfinished_film)", "http://dbpedia.org/resource/One_Man_Band_(unfinished_film)", "http://dbpedia.org/resource/Macbeth_(1948_film)", "http://dbpedia.org/resource/Three_Cases_of_Murder", "http://dbpedia.org/resource/Orson_Welles'_Magic_Show", "http://dbpedia.org/resource/Othello_(1951_film)", "http://dbpedia.org/resource/Black_Magic_(1949_film)", "http://dbpedia.org/resource/In_the_Land_of_Don_Quixote", "http://dbpedia.org/resource/Orson_Welles_and_People"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Duck_family> . ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Clan_McDuck> . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jerome_B._Chaffee> <http://dbpedia.org/property/state> ?uri } "}, "answers": ["http://dbpedia.org/resource/Colorado", "Colorado", "Colorado Territory"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucky_You_(film)> <http://dbpedia.org/property/screenplay> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Academy_Awards", "http://dbpedia.org/resource/Laurel_Award_for_Screenwriting_Achievement"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1994_Spanish_Grand_Prix> <http://dbpedia.org/property/poleDriver> ?uri } "}, "answers": ["http://dbpedia.org/resource/Michael_Schumacher"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/hubCity> <http://dbpedia.org/resource/Detroit> . ?x <http://dbpedia.org/ontology/parentCompany> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Jefferson_North_Assembly> . ?x <http://dbpedia.org/ontology/related> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Harvard_Medical_School> . ?x <http://dbpedia.org/property/locations> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/notableMusical> <http://dbpedia.org/resource/Jerry_Bock> . ?x <http://dbpedia.org/ontology/basedOn> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/Yosemite_National_Park> . ?x <http://dbpedia.org/property/firstAscentPeople> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/PlayStation_4> <http://dbpedia.org/property/successor> ?uri } "}, "answers": ["http://dbpedia.org/resource/PlayStation_5"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Camp_Nou> . ?x <http://dbpedia.org/property/team> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Real_Zaragoza", "http://dbpedia.org/resource/FC_Barcelona", "http://dbpedia.org/resource/Valencia_CF", "Real Zaragoza", "Valencia", "http://dbpedia.org/resource/Real_Madrid_CF", "http://dbpedia.org/resource/Rangers_F.C.", "http://dbpedia.org/resource/FC_Dynamo_Moscow", "Dynamo Moscow", "Rangers", "http://dbpedia.org/resource/Manchester_United_F.C.", "http://dbpedia.org/resource/FC_Bayern_Munich", "Manchester United", "Bayern Munich", "http://dbpedia.org/resource/Standard_Li\u00e8ge", "Barcelona", "Standard Li\u00e8ge", "http://dbpedia.org/resource/A.C._Milan", "http://dbpedia.org/resource/FC_Steaua_Bucure\u0219ti", "Milan", "Steaua Bucure\u0219ti", "http://dbpedia.org/resource/Atl\u00e9tico_Madrid", "http://dbpedia.org/resource/Sevilla_FC", "http://dbpedia.org/resource/Sevilla_F.C.", "http://dbpedia.org/resource/Athletic_Bilbao", "http://dbpedia.org/resource/Paris_Saint-Germain_F.C.", "Paris Saint-Germain"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ryan_Powell_(lacrosse)> <http://dbpedia.org/property/team> ?uri } "}, "answers": ["http://dbpedia.org/resource/Syracuse_University"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/draftPrix> <http://dbpedia.org/resource/Detroit_Pistons> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/1211_Avenue_of_the_Americas> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Providence_Chapel,_Charlwood> <http://dbpedia.org/property/style> ?uri } "}, "answers": ["http://dbpedia.org/resource/Vernacular_architecture", "http://dbpedia.org/resource/New_England"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/employer> <http://dbpedia.org/resource/McDonnell_Aircraft> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Engineer>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/genre> <http://dbpedia.org/resource/Jazz_fusion> . ?x <http://dbpedia.org/property/publisher> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Joey_McIntyre> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/SIGGRAPH> . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Scherman> <http://dbpedia.org/property/training> ?uri } "}, "answers": ["http://dbpedia.org/resource/Dartmouth_College"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Raoul_Magrin-Vernerey> <http://dbpedia.org/property/battles> ?uri . }"}, "answers": ["8"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2004_OFC_Men's_Olympic_Qualifying_Tournament> <http://dbpedia.org/property/flag> ?uri . <http://dbpedia.org/resource/2008_Summer> . ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Angelina_Jolie> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["http://dbpedia.org/resource/National_Medal_of_Arts", "See [[#Awards and nominations"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/Stateless> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/literaryGenre> <http://dbpedia.org/resource/Utopian_and_dystopian_fiction> . }"}, "answers": ["http://dbpedia.org/resource/1985_(Burgess_novel)", "http://dbpedia.org/resource/Aristopia", "http://dbpedia.org/resource/Delirium_(Oliver_novel)", "http://dbpedia.org/resource/Scythe_(novel)", "http://dbpedia.org/resource/Riddley_Walker", "http://dbpedia.org/resource/Shatter_Me", "http://dbpedia.org/resource/The_City_of_Mirrors_(novel)", "http://dbpedia.org/resource/World_Made_by_Hand", "http://dbpedia.org/resource/Divergent_(novel)", "http://dbpedia.org/resource/Moving_the_Mountain_(novel)", "http://dbpedia.org/resource/Winter_(Meyer_novel)", "http://dbpedia.org/resource/The_Children_of_Men", "http://dbpedia.org/resource/Masha,_or_the_Fourth_Reich", "http://dbpedia.org/resource/Scarlet_(novel)__Scarlet__1", "http://dbpedia.org/resource/2030_(novel)", "http://dbpedia.org/resource/2084:_Il_potere_dell'immortalit\u00e0_nelle_citt\u00e0_del_dolore", "http://dbpedia.org/resource/2084:_The_End_of_the_World", "http://dbpedia.org/resource/Free_Four:_Tobias_Tells_the_Divergent_Knife-Throwing_Scene", "http://dbpedia.org/resource/Children_of_Eden_(novel)", "http://dbpedia.org/resource/Elites_of_Eden", "http://dbpedia.org/resource/Running_Wild_(novella)", "http://dbpedia.org/resource/Maggot_Moon", "http://dbpedia.org/resource/Notes_from_the_Internet_Apocalypse", "http://dbpedia.org/resource/Eragon", "http://dbpedia.org/resource/Arqtiq", "http://dbpedia.org/resource/The_Castle_(novel)", "http://dbpedia.org/resource/The_City_of_the_Sun", "http://dbpedia.org/resource/Pandemonium_(novel)", "http://dbpedia.org/resource/The_Passage_(Cronin_novel)", "http://dbpedia.org/resource/Unwind_(novel)", "http://dbpedia.org/resource/Walden_Two", "http://dbpedia.org/resource/We_(novel)", "http://dbpedia.org/resource/Kazohinia", "http://dbpedia.org/resource/The_Prize_of_Peril", "http://dbpedia.org/resource/Woman_on_the_Edge_of_Time", "http://dbpedia.org/resource/The_Begum's_Fortune", "http://dbpedia.org/resource/A_Clockwork_Orange_(novel)", "http://dbpedia.org/resource/A_Crystal_Age", "http://dbpedia.org/resource/A_History_of_the_Future_(novel)", "http://dbpedia.org/resource/A_Planet_for_the_President", "http://dbpedia.org/resource/A_Prophetic_Romance", "http://dbpedia.org/resource/A_Sojourn_in_the_City_of_Amalgamation,_in_the_Year_of_Our_Lord,_19--", "http://dbpedia.org/resource/A_Traveler_from_Altruria", "http://dbpedia.org/resource/Blind_Faith_(novel)", "http://dbpedia.org/resource/Brave_New_World", "http://dbpedia.org/resource/Ready_Player_One", "http://dbpedia.org/resource/The_Giver", "http://dbpedia.org/resource/The_Iron_Heel", "http://dbpedia.org/resource/The_Testaments", "http://dbpedia.org/resource/The_Trial", "http://dbpedia.org/resource/The_Black_Coat", "http://dbpedia.org/resource/Neverwas_(novel)", "http://dbpedia.org/resource/Virtual_Light", "http://dbpedia.org/resource/The_Diothas", "http://dbpedia.org/resource/Nineteen_Eighty-Four", "http://dbpedia.org/resource/Going,_Going,_Gone_(novel)", "http://dbpedia.org/resource/The_Guardians_(Christopher_novel)", "http://dbpedia.org/resource/Herland_(novel)", "http://dbpedia.org/resource/Ionia_(novel)", "http://dbpedia.org/resource/Legend_(Lu_novel)", "http://dbpedia.org/resource/Little_Brother_(Doctorow_novel)", "http://dbpedia.org/resource/Little_Heroes_(novel)", "http://dbpedia.org/resource/Prodigy_(novel)", "http://dbpedia.org/resource/Reboot_(novel)", "http://dbpedia.org/resource/The_Scarlet_Empire", "http://dbpedia.org/resource/Three_Hundred_Years_Hence", "http://dbpedia.org/resource/Allegiant_(novel)", "http://dbpedia.org/resource/Meccania", "http://dbpedia.org/resource/The_House_of_the_Scorpion", "http://dbpedia.org/resource/Sub-Coelum", "http://dbpedia.org/resource/Random_Acts_of_Senseless_Violence", "http://dbpedia.org/resource/Ready_Player_Two", "http://dbpedia.org/resource/Rebels_of_Eden", "http://dbpedia.org/resource/Battle_Royale_(novel)", "http://dbpedia.org/resource/Insurgent_(novel)", "http://dbpedia.org/resource/Island_(Huxley_novel)", "http://dbpedia.org/resource/Jam_(novel)", "http://dbpedia.org/resource/Allegiant_(novel)__The_World_of_Divergent:_The_Path_to_Allegiant__1", "http://dbpedia.org/resource/Acidity_(novelette)", "http://dbpedia.org/resource/Sultana's_Dream", "http://dbpedia.org/resource/Terraplane_(novel)", "http://dbpedia.org/resource/The_Death_Cure", "http://dbpedia.org/resource/The_Kill_Order", "http://dbpedia.org/resource/Across_the_Universe_(novel)", "http://dbpedia.org/resource/Bend_Sinister_(novel)", "http://dbpedia.org/resource/Elvissey", "http://dbpedia.org/resource/Parable_of_the_Sower_(novel)", "http://dbpedia.org/resource/The_Circle_(Eggers_novel)", "http://dbpedia.org/resource/The_Martian_Chronicles", "http://dbpedia.org/resource/The_Twelve_(novel)", "http://dbpedia.org/resource/Thunderhead_(Shusterman_novel)", "http://dbpedia.org/resource/Ultraviolet_(novel)", "http://dbpedia.org/resource/New_Amazonia", "http://dbpedia.org/resource/High-Rise_(novel)", "http://dbpedia.org/resource/Turning_on_the_Girls", "http://dbpedia.org/resource/Cress_(novel)", "http://dbpedia.org/resource/Crossed_(novel)", "http://dbpedia.org/resource/Don't_Bite_the_Sun", "http://dbpedia.org/resource/New_Atlantis", "http://dbpedia.org/resource/One_(David_Karp_novel)", "http://dbpedia.org/resource/Save_the_Pearls:_Revealing_Eden", "http://dbpedia.org/resource/Lord_of_the_World", "http://dbpedia.org/resource/The_Fever_Code", "http://dbpedia.org/resource/Nontraditional_Love", "http://dbpedia.org/resource/Upright_Women_Wanted", "http://dbpedia.org/resource/2894_(novel)", "http://dbpedia.org/resource/334_(novel)", "http://dbpedia.org/resource/Article_5_(novel)", "http://dbpedia.org/resource/It_Can't_Happen_Here", "http://dbpedia.org/resource/Memoirs_Found_in_a_Bathtub", "http://dbpedia.org/resource/The_Old_New_Land", "http://dbpedia.org/resource/When_Smuts_Goes", "http://dbpedia.org/resource/The_World_a_Department_Store", "http://dbpedia.org/resource/The_New_Paul_and_Virginia", "http://dbpedia.org/resource/With_Her_in_Ourland", "http://dbpedia.org/resource/Ambient_(novel)", "http://dbpedia.org/resource/Thin_Air_(Morgan_novel)", "http://dbpedia.org/resource/Looking_Backward", "http://dbpedia.org/resource/In_the_Country_of_Last_Things", "http://dbpedia.org/resource/Intermere", "http://dbpedia.org/resource/Through_the_Eye_of_the_Needle", "http://dbpedia.org/resource/The_Girl_with_All_the_Gifts", "http://dbpedia.org/resource/The_Eye_of_the_Heron", "http://dbpedia.org/resource/Lost_Horizon", "http://dbpedia.org/resource/Cinder_(novel)", "http://dbpedia.org/resource/Stark_(novel)", "http://dbpedia.org/resource/The_City_of_Light_(novel)", "http://dbpedia.org/resource/Kallocain", "http://dbpedia.org/resource/Truancy_(novel)", "http://dbpedia.org/resource/State_of_Fear", "http://dbpedia.org/resource/Young_West", "http://dbpedia.org/resource/Reached", "http://dbpedia.org/resource/Klara_and_the_Sun", "http://dbpedia.org/resource/Christian_Nation_(novel)", "http://dbpedia.org/resource/Ecotopia", "http://dbpedia.org/resource/Equality;_or,_A_History_of_Lithconia", "http://dbpedia.org/resource/Equality_(novel)", "http://dbpedia.org/resource/Fahrenheit_451", "http://dbpedia.org/resource/The_Three_Stigmata_of_Palmer_Eldritch", "http://dbpedia.org/resource/The_Witch_of_Hebron", "http://dbpedia.org/resource/Catching_Fire", "http://dbpedia.org/resource/Millennial_Women", "http://dbpedia.org/resource/Under_the_Never_Sky", "http://dbpedia.org/resource/The_Blinding_Order", "http://dbpedia.org/resource/The_Last_Cuentista", "http://dbpedia.org/resource/The_Wanting_Seed", "http://dbpedia.org/resource/Wasobyoe", "http://dbpedia.org/resource/Timeline_of_science_fiction", "http://dbpedia.org/resource/The_Palace_of_Dreams", "http://dbpedia.org/resource/The_Story_to_End_All_Stories_for_Harlan_Ellison's_Anthology_Dangerous_Visions", "http://dbpedia.org/resource/The_True_Tale_of_the_Monster_Billy_Dean", "http://dbpedia.org/resource/The_Handmaid's_Tale__The_Handmaid's_Tale__1"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Nick_Castle> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/Pray_TV_(1980_film)", "http://dbpedia.org/resource/The_Resurrection_of_Broncho_Billy", "http://dbpedia.org/resource/Tap_(film)", "http://dbpedia.org/resource/Skatetown,_U.S.A."]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/riverAuthority> <http://dbpedia.org/resource/Zambezi_River_Authority> . ?x <http://dbpedia.org/property/mouthMouth> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Glen_and_Les_Charles> . ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Plaxton_Paramount_(Television_Show)> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/breeder> <http://dbpedia.org/resource/Karinga_Bay> . ?x <http://dbpedia.org/ontology/race> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/hairColor> <http://dbpedia.org/resource/Brown_hair> . ?x <http://dbpedia.org/ontology/residence> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Panama", "http://dbpedia.org/resource/Panama_City", "http://dbpedia.org/resource/Los_Angeles", "http://dbpedia.org/resource/Moscow", "http://dbpedia.org/resource/Prague", "http://dbpedia.org/resource/Czech_Republic", "http://dbpedia.org/resource/Frisco,_Texas", "http://dbpedia.org/resource/Miami", "http://dbpedia.org/resource/Japan", "http://dbpedia.org/resource/Tokyo", "http://dbpedia.org/resource/Lima"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Clinton_Foundation> <http://dbpedia.org/property/keyPeople> ?uri . }"}, "answers": ["10"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Akira_Ifukube> . }"}, "answers": ["56"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/placeOfDeath> <http://dbpedia.org/resource/Connecticut_Colony> . ?x <http://dbpedia.org/ontology/restingPlace> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marie_Sisters> <http://dbpedia.org/property/producer> ?uri } "}, "answers": ["http://dbpedia.org/resource/Shep_Goodman", "http://dbpedia.org/resource/Max_T._Barnes", "http://dbpedia.org/resource/Guy_Roche", "http://dbpedia.org/resource/Richard_Marx", "Kenny Gioia"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hayden,_Stone_&_Co> . <http://dbpedia.org/property/successor> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Xynisteri> <http://dbpedia.org/ontology/origin> ?uri } "}, "answers": ["http://dbpedia.org/resource/Cyprus"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/currentclub> <http://dbpedia.org/resource/Barcelona_F.C> . } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Deborah_Turness> . ?uri <http://dbpedia.org/ontology/network> ?x . }"}, "answers": ["http://dbpedia.org/resource/BBC_Pop_Up", "http://dbpedia.org/resource/Sunday_with_Laura_Kuenssberg"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/chairman> <http://dbpedia.org/resource/Merritt_Paulson> . ?x <http://dbpedia.org/ontology/homeStadium> ?uri . }"}, "answers": ["66"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ernest_de_Saisset> <http://dbpedia.org/property/almaMater> ?uri } "}, "answers": ["http://dbpedia.org/resource/Santa_Clara_University", "Acad\u00e9mie Julian"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Philippine_Ports_Authority> <http://dbpedia.org/property/successor> ?uri . <http://dbpedia.org/resource/Ruben_J._Villote> <http://dbpedia.org/ontology/origin> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Timmy_Time> <http://dbpedia.org/ontology/executiveProducer> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["Four Academy Awards"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"}, "answers": ["http://dbpedia.org/resource/United_States", "http://dbpedia.org/resource/Boston", "http://dbpedia.org/resource/Philadelphia", "http://dbpedia.org/resource/Mount_Vernon,_New_York", "http://dbpedia.org/resource/St._Augustine,_Florida", "http://dbpedia.org/resource/Georgia_(U.S._state)", "http://dbpedia.org/resource/Britton,_Oklahoma", "http://dbpedia.org/resource/Naples,_Florida", "http://dbpedia.org/resource/Evansville,_Indiana", "http://dbpedia.org/resource/Indiana", "http://dbpedia.org/resource/La_Jolla", "http://dbpedia.org/resource/Washington,_D.C.", "http://dbpedia.org/resource/California", "http://dbpedia.org/resource/Canoga_Park,_Los_Angeles", "http://dbpedia.org/resource/Massillon,_Ohio", "http://dbpedia.org/resource/Oakland,_California", "http://dbpedia.org/resource/Los_Angeles", "http://dbpedia.org/resource/Manila", "http://dbpedia.org/resource/Philippines", "http://dbpedia.org/resource/Sacramento,_California", "http://dbpedia.org/resource/Madison,_Wisconsin", "http://dbpedia.org/resource/Morristown,_New_Jersey", "http://dbpedia.org/resource/New_Jersey", "http://dbpedia.org/resource/The_Bronx", "http://dbpedia.org/resource/New_York_City", "http://dbpedia.org/resource/San_Francisco", "http://dbpedia.org/resource/Clinton,_Iowa", "http://dbpedia.org/resource/Vacaville,_California", "http://dbpedia.org/resource/Lawrenceburg,_Indiana", "http://dbpedia.org/resource/Madison,_Indiana", "http://dbpedia.org/resource/Western_Cape", "http://dbpedia.org/resource/South_Africa", "http://dbpedia.org/resource/Gugulethu", "http://dbpedia.org/resource/Manhattan", "http://dbpedia.org/resource/New_York_(state)", "http://dbpedia.org/resource/Mammoth_Lakes,_California", "http://dbpedia.org/resource/Andrew_Dickson_White_House", "http://dbpedia.org/resource/Ithaca,_New_York", "http://dbpedia.org/resource/Weston,_West_Virginia", "http://dbpedia.org/resource/Longmeadow,_Massachusetts", "http://dbpedia.org/resource/Brewster,_Massachusetts", "http://dbpedia.org/resource/Saint_Paul,_Minnesota", "http://dbpedia.org/resource/Vermont", "http://dbpedia.org/resource/Woodstock,_Vermont", "http://dbpedia.org/resource/Iowa", "http://dbpedia.org/resource/New_Orleans", "http://dbpedia.org/resource/Louisiana", "http://dbpedia.org/resource/Springfield,_Massachusetts", "http://dbpedia.org/resource/Webb_County,_Texas", "http://dbpedia.org/resource/Texas", "http://dbpedia.org/resource/Laredo,_Texas", "http://dbpedia.org/resource/Guadalajara", "http://dbpedia.org/resource/Mexico", "http://dbpedia.org/resource/Fairfax,_Virginia", "http://dbpedia.org/resource/Houston", "http://dbpedia.org/resource/Des_Moines,_Iowa", "http://dbpedia.org/resource/Charlotte,_Vermont", "http://dbpedia.org/resource/Pinedale,_Wyoming", "http://dbpedia.org/resource/Memphis,_Tennessee", "http://dbpedia.org/resource/Massachusetts", "http://dbpedia.org/resource/Keene,_New_Hampshire", "http://dbpedia.org/resource/New_Hampshire", "http://dbpedia.org/resource/San_Bernardino,_California", "http://dbpedia.org/resource/Norwich,_Connecticut", "http://dbpedia.org/resource/Bay_Shore,_New_York", "http://dbpedia.org/resource/Santa_Barbara,_California", "http://dbpedia.org/resource/Rhode_Island", "http://dbpedia.org/resource/Providence,_Rhode_Island", "http://dbpedia.org/resource/Carmel-by-the-Sea,_California", "http://dbpedia.org/resource/Northfield,_Minnesota", "http://dbpedia.org/resource/Tempe,_Arizona", "http://dbpedia.org/resource/Karachi", "http://dbpedia.org/resource/Sindh", "http://dbpedia.org/resource/Pakistan", "http://dbpedia.org/resource/Taunton,_Massachusetts", "http://dbpedia.org/resource/Collins,_New_York", "http://dbpedia.org/resource/Millbrook,_New_York", "http://dbpedia.org/resource/Missouri", "http://dbpedia.org/resource/St._Louis", "http://dbpedia.org/resource/Uniontown,_Pennsylvania", "http://dbpedia.org/resource/Woodstock,_New_York", "http://dbpedia.org/resource/Lyndhurst,_Ohio", "http://dbpedia.org/resource/Ohio", "http://dbpedia.org/resource/Huntingdon,_Pennsylvania", "http://dbpedia.org/resource/Pleasanton,_California", "http://dbpedia.org/resource/Pawtuxet_Village", "http://dbpedia.org/resource/Clearwater,_Florida", "http://dbpedia.org/resource/Page,_Arizona", "http://dbpedia.org/resource/Grand_Rapids,_Michigan", "http://dbpedia.org/resource/Michigan", "http://dbpedia.org/resource/Riverside,_California", "http://dbpedia.org/resource/North_Carolina", "http://dbpedia.org/resource/Winston-Salem,_North_Carolina", "http://dbpedia.org/resource/Pennsylvania", "http://dbpedia.org/resource/Kittanning,_Pennsylvania", "http://dbpedia.org/resource/Spearfish,_South_Dakota", "http://dbpedia.org/resource/Bedford,_Texas", "http://dbpedia.org/resource/Fresno,_California", "http://dbpedia.org/resource/Burbank,_California", "http://dbpedia.org/resource/Loudonville,_New_York", "http://dbpedia.org/resource/Boonville,_Missouri", "http://dbpedia.org/resource/Cleveland", "http://dbpedia.org/resource/Indianapolis", "http://dbpedia.org/resource/Virginia", "http://dbpedia.org/resource/Abingdon,_Virginia", "http://dbpedia.org/resource/Sault_Ste._Marie,_Michigan", "http://dbpedia.org/resource/Tacoma,_Washington", "http://dbpedia.org/resource/Flint,_Michigan", "http://dbpedia.org/resource/Bloomington,_Illinois", "http://dbpedia.org/resource/Illinois", "http://dbpedia.org/resource/Cambridge,_Massachusetts", "http://dbpedia.org/resource/Coral_Gables,_Florida", "http://dbpedia.org/resource/Richmond,_Virginia", "http://dbpedia.org/resource/Long_Beach,_California", "http://dbpedia.org/resource/China", "http://dbpedia.org/resource/Shanghai", "http://dbpedia.org/resource/Superior,_Wisconsin", "http://dbpedia.org/resource/Fort_Washington,_Maryland", "http://dbpedia.org/resource/Maryland", "http://dbpedia.org/resource/Los_Angeles_County,_California", "http://dbpedia.org/resource/Leicester,_Massachusetts", "http://dbpedia.org/resource/Sykesville,_Maryland", "http://dbpedia.org/resource/Rochester,_New_York", "http://dbpedia.org/resource/Princeton,_New_Jersey", "http://dbpedia.org/resource/Delaware", "http://dbpedia.org/resource/Milford,_Delaware", "http://dbpedia.org/resource/Tallahassee,_Florida", "http://dbpedia.org/resource/Kailua,_Hawaii", "http://dbpedia.org/resource/Los_Altos,_California", "http://dbpedia.org/resource/Readmond_Township,_Michigan", "http://dbpedia.org/resource/Japan", "http://dbpedia.org/resource/Tokyo", "http://dbpedia.org/resource/Brockport,_New_York", "http://dbpedia.org/resource/Arlington_County,_Virginia", "http://dbpedia.org/resource/Torrance,_California", "http://dbpedia.org/resource/Cape_Sable_Island", "http://dbpedia.org/resource/Nova_Scotia", "http://dbpedia.org/resource/Canada", "http://dbpedia.org/resource/Lemoyne,_Pennsylvania", "http://dbpedia.org/resource/Independence,_Missouri", "http://dbpedia.org/resource/Florida", "http://dbpedia.org/resource/Multnomah_County,_Oregon", "http://dbpedia.org/resource/Van_Nuys", "http://dbpedia.org/resource/Australia", "http://dbpedia.org/resource/Sydney", "http://dbpedia.org/resource/New_Zealand", "http://dbpedia.org/resource/Cape_Palmas", "http://dbpedia.org/resource/Liberia", "http://dbpedia.org/resource/Christiansburg,_Virginia", "http://dbpedia.org/resource/Buffalo,_New_York", "http://dbpedia.org/resource/Burlington,_Vermont", "http://dbpedia.org/resource/Fort_Collins,_Colorado", "http://dbpedia.org/resource/Colorado", "http://dbpedia.org/resource/Brooklyn", "http://dbpedia.org/resource/Taft,_California", "http://dbpedia.org/resource/Arizona", "http://dbpedia.org/resource/Pasadena,_California", "http://dbpedia.org/resource/San_Clemente,_California", "http://dbpedia.org/resource/Detroit", "http://dbpedia.org/resource/Waco,_Texas", "http://dbpedia.org/resource/Kenmore,_New_York", "http://dbpedia.org/resource/Mission_Viejo,_California", "http://dbpedia.org/resource/San_Juan_Capistrano,_California", "http://dbpedia.org/resource/Nashville,_Tennessee", "http://dbpedia.org/resource/Hemet,_California", "http://dbpedia.org/resource/St._Cloud,_Florida", "http://dbpedia.org/resource/Rochester,_Minnesota", "http://dbpedia.org/resource/Newport_Beach,_California", "http://dbpedia.org/resource/Orange_County,_California", "http://dbpedia.org/resource/Tarzana,_Los_Angeles", "http://dbpedia.org/resource/Fort_Lauderdale,_Florida", "http://dbpedia.org/resource/Sierra_Madre,_California", "http://dbpedia.org/resource/Dallas", "http://dbpedia.org/resource/Mississippi", "http://dbpedia.org/resource/Sioux_Falls,_South_Dakota", "http://dbpedia.org/resource/Nelson,_New_York", "http://dbpedia.org/resource/Farmville,_Virginia", "http://dbpedia.org/resource/Baltimore", "http://dbpedia.org/resource/Seattle", "http://dbpedia.org/resource/Washington_(state)", "http://dbpedia.org/resource/Edmonds,_Washington", "http://dbpedia.org/resource/Berkeley,_California", "http://dbpedia.org/resource/Mount_Pleasant,_South_Carolina", "http://dbpedia.org/resource/Marion,_Virginia", "http://dbpedia.org/resource/Oklahoma", "http://dbpedia.org/resource/Oklahoma_City", "http://dbpedia.org/resource/Savannah,_Georgia", "http://dbpedia.org/resource/Ireland", "http://dbpedia.org/resource/Dublin", "http://dbpedia.org/resource/Alabama", "http://dbpedia.org/resource/Florence,_Alabama", "http://dbpedia.org/resource/Cuernavaca", "http://dbpedia.org/resource/Covington,_Louisiana", "http://dbpedia.org/resource/Stuart,_Florida", "http://dbpedia.org/resource/Trenton,_New_Jersey", "http://dbpedia.org/resource/Montgomery_County,_Virginia", "http://dbpedia.org/resource/English_Channel", "http://dbpedia.org/resource/Athens,_Georgia", "http://dbpedia.org/resource/Duxbury,_Massachusetts", "http://dbpedia.org/resource/Meriden,_Connecticut", "http://dbpedia.org/resource/La_Porte,_Indiana", "http://dbpedia.org/resource/Export,_Pennsylvania", "http://dbpedia.org/resource/Hampton,_Virginia", "http://dbpedia.org/resource/Lancaster,_Pennsylvania", "http://dbpedia.org/resource/Lynchburg,_Virginia", "http://dbpedia.org/resource/Pittsburgh", "http://dbpedia.org/resource/France", "http://dbpedia.org/resource/Victorville,_California", "http://dbpedia.org/resource/Hartford,_Connecticut", "http://dbpedia.org/resource/Silverdale,_Washington", "http://dbpedia.org/resource/Pinehurst,_North_Carolina", "http://dbpedia.org/resource/Syracuse,_New_York", "http://dbpedia.org/resource/Glen_Riddle,_Pennsylvania", "http://dbpedia.org/resource/Rancho_Santa_Fe,_California", "http://dbpedia.org/resource/East_Oakland,_Oakland,_California", "http://dbpedia.org/resource/Stamford,_Connecticut", "http://dbpedia.org/resource/Sandisfield,_Massachusetts", "http://dbpedia.org/resource/Sussex", "http://dbpedia.org/resource/Eastbourne", "http://dbpedia.org/resource/Willard,_New_York", "http://dbpedia.org/resource/Santa_Monica,_California", "http://dbpedia.org/resource/Concord,_North_Carolina", "http://dbpedia.org/resource/Charleston,_Missouri", "http://dbpedia.org/resource/Franklin,_New_Hampshire", "http://dbpedia.org/resource/Merrimack_County,_New_Hampshire", "http://dbpedia.org/resource/Sarasota,_Florida", "http://dbpedia.org/resource/Arcadia,_California", "http://dbpedia.org/resource/San_Antonio", "http://dbpedia.org/resource/Buchanan,_Liberia", "http://dbpedia.org/resource/Grand_Bassa_County", "http://dbpedia.org/resource/Norwich,_Vermont", "http://dbpedia.org/resource/Greenfield,_Massachusetts", "http://dbpedia.org/resource/Barboursville,_West_Virginia", "http://dbpedia.org/resource/Cabell_County,_West_Virginia", "http://dbpedia.org/resource/Monterey,_California", "http://dbpedia.org/resource/Hollywood,_Los_Angeles", "http://dbpedia.org/resource/Davenport,_Iowa", "http://dbpedia.org/resource/Hialeah,_Florida", "http://dbpedia.org/resource/Marina_del_Rey,_California", "http://dbpedia.org/resource/Miami", "http://dbpedia.org/resource/Hawaii", "http://dbpedia.org/resource/Honolulu", "http://dbpedia.org/resource/Mesa,_Arizona", "http://dbpedia.org/resource/Amherst,_New_York", "http://dbpedia.org/resource/San_Diego", "http://dbpedia.org/resource/Kenton,_Kentucky", "http://dbpedia.org/resource/Jamaica_Plain", "http://dbpedia.org/resource/Jupiter,_Florida", "http://dbpedia.org/resource/Chincoteague,_Virginia", "http://dbpedia.org/resource/Wellton,_Arizona", "http://dbpedia.org/resource/Tazewell_County,_Virginia", "http://dbpedia.org/resource/Donner_Lake", "http://dbpedia.org/resource/Bethesda,_Maryland", "http://dbpedia.org/resource/Amarillo,_Texas", "http://dbpedia.org/resource/Casper,_Wyoming", "http://dbpedia.org/resource/Atlanta", "http://dbpedia.org/resource/Redford,_Michigan", "http://dbpedia.org/resource/Bangor,_Maine", "http://dbpedia.org/resource/Camp_Hill,_Pennsylvania", "http://dbpedia.org/resource/North_Hollywood,_Los_Angeles", "http://dbpedia.org/resource/Paris", "http://dbpedia.org/resource/Auburn,_California", "http://dbpedia.org/resource/Palm_Springs,_California", "http://dbpedia.org/resource/Fairview_Heights,_Illinois", "http://dbpedia.org/resource/New_Haven,_Connecticut", "http://dbpedia.org/resource/Sun_City_Center,_Florida", "http://dbpedia.org/resource/Montgomery,_Alabama", "http://dbpedia.org/resource/Fulton,_Missouri", "http://dbpedia.org/resource/Portugal", "http://dbpedia.org/resource/Lisbon", "http://dbpedia.org/resource/Kansas_City,_Missouri", "http://dbpedia.org/resource/Cincinnati", "http://dbpedia.org/resource/Charleston,_South_Carolina", "http://dbpedia.org/resource/Provo,_Utah", "http://dbpedia.org/resource/Columbia,_South_Carolina", "http://dbpedia.org/resource/San_Miguel_de_Allende", "http://dbpedia.org/resource/Moorestown,_New_Jersey", "http://dbpedia.org/resource/South_Carolina", "http://dbpedia.org/resource/Sweden", "http://dbpedia.org/resource/Orust", "http://dbpedia.org/resource/Gaithersburg,_Maryland", "http://dbpedia.org/resource/Bluefield,_West_Virginia", "http://dbpedia.org/resource/St._Albans_(city),_Vermont", "http://dbpedia.org/resource/Newport,_Rhode_Island", "http://dbpedia.org/resource/Max_Meadows,_Virginia", "http://dbpedia.org/resource/Austin,_Texas", "http://dbpedia.org/resource/Vienna", "http://dbpedia.org/resource/First_Austrian_Republic", "http://dbpedia.org/resource/Geneva,_New_York", "http://dbpedia.org/resource/Hopewell,_Virginia", "http://dbpedia.org/resource/Hudson,_New_York", "http://dbpedia.org/resource/Rutherford,_New_Jersey", "http://dbpedia.org/resource/San_Jose,_California", "http://dbpedia.org/resource/England", "http://dbpedia.org/resource/United_Kingdom", "http://dbpedia.org/resource/London", "http://dbpedia.org/resource/Wilmington,_North_Carolina", "http://dbpedia.org/resource/Montreal", "http://dbpedia.org/resource/Quebec", "http://dbpedia.org/resource/Greensboro,_North_Carolina", "http://dbpedia.org/resource/Atherton,_California", "http://dbpedia.org/resource/Wilmington,_Delaware", "http://dbpedia.org/resource/Norfolk,_Virginia", "http://dbpedia.org/resource/Winfield,_Kansas", "http://dbpedia.org/resource/Kansas", "http://dbpedia.org/resource/Rhinebeck_(village),_New_York", "http://dbpedia.org/resource/Peterborough,_New_Hampshire", "http://dbpedia.org/resource/Richards,_Texas", "http://dbpedia.org/resource/Madrid", "http://dbpedia.org/resource/Scobey,_Montana", "http://dbpedia.org/resource/Kentucky", "http://dbpedia.org/resource/Jericho,_New_York", "http://dbpedia.org/resource/Sherman_Oaks,_Los_Angeles", "http://dbpedia.org/resource/Higgins_Beach", "http://dbpedia.org/resource/Maine", "http://dbpedia.org/resource/Deering,_New_Hampshire", "http://dbpedia.org/resource/Chatham_(town),_New_York", "http://dbpedia.org/resource/Mason_City,_Iowa", "http://dbpedia.org/resource/Tucson,_Arizona", "http://dbpedia.org/resource/Wisconsin", "http://dbpedia.org/resource/Chevy_Chase,_Maryland", "http://dbpedia.org/resource/Stockholm", "http://dbpedia.org/resource/Lake_Success,_New_York", "http://dbpedia.org/resource/Utah", "http://dbpedia.org/resource/Salt_Lake_City", "http://dbpedia.org/resource/Darien,_Connecticut", "http://dbpedia.org/resource/Wonalancet,_New_Hampshire", "http://dbpedia.org/resource/Winter_Park,_Florida", "http://dbpedia.org/resource/Gresham,_Oregon", "http://dbpedia.org/resource/Wellesley,_Massachusetts", "http://dbpedia.org/resource/Mobile,_Alabama", "http://dbpedia.org/resource/Amherst_County,_Virginia", "http://dbpedia.org/resource/Jonesville,_Virginia", "http://dbpedia.org/resource/Montana", "http://dbpedia.org/resource/West_Virginia", "http://dbpedia.org/resource/Hinton,_West_Virginia", "http://dbpedia.org/resource/Montrose,_New_York", "http://dbpedia.org/resource/Santa_Clara_County,_California", "http://dbpedia.org/resource/Chicago", "http://dbpedia.org/resource/Oceanside,_California", "http://dbpedia.org/resource/Sapulpa,_Oklahoma", "http://dbpedia.org/resource/Portland,_Oregon", "http://dbpedia.org/resource/Oregon", "http://dbpedia.org/resource/Fontana,_California", "http://dbpedia.org/resource/Falmouth,_Massachusetts", "http://dbpedia.org/resource/French_Third_Republic", "http://dbpedia.org/resource/Olympia,_Washington", "http://dbpedia.org/resource/Gray_County,_Texas", "http://dbpedia.org/resource/Pampa,_Texas", "http://dbpedia.org/resource/Beverly_Hills,_California", "http://dbpedia.org/resource/Mangilao,_Guam", "http://dbpedia.org/resource/Guam", "http://dbpedia.org/resource/Tennessee", "http://dbpedia.org/resource/Bend,_Oregon", "http://dbpedia.org/resource/Croton-on-Hudson,_New_York", "http://dbpedia.org/resource/Portland,_Maine", "http://dbpedia.org/resource/Upper_Lake,_California", "http://dbpedia.org/resource/Berlin_to_Kitchener_name_change", "http://dbpedia.org/resource/Province_of_Canada", "http://dbpedia.org/resource/Delray_Beach,_Florida", "http://dbpedia.org/resource/Durham,_North_Carolina", "http://dbpedia.org/resource/Ridgefield,_Connecticut", "http://dbpedia.org/resource/Reston,_Virginia", "http://dbpedia.org/resource/Cheltenham,_Pennsylvania", "http://dbpedia.org/resource/St._Albans_(town),_Vermont", "http://dbpedia.org/resource/New_Kent_County,_Virginia", "http://dbpedia.org/resource/Hendersonville,_North_Carolina", "http://dbpedia.org/resource/West_Chester,_Pennsylvania", "http://dbpedia.org/resource/Great_Barrington,_Massachusetts", "http://dbpedia.org/resource/Bernardsville,_New_Jersey", "http://dbpedia.org/resource/Jasper,_Indiana", "http://dbpedia.org/resource/Charlestown,_Boston", "http://dbpedia.org/resource/Sonoma,_California", "http://dbpedia.org/resource/Ellsworth,_Maine", "http://dbpedia.org/resource/Fort_Worth,_Texas", "http://dbpedia.org/resource/Tarrant_County,_Texas", "http://dbpedia.org/resource/Helena,_Montana", "http://dbpedia.org/resource/Coupeville,_Washington", "http://dbpedia.org/resource/Nevada", "http://dbpedia.org/resource/Overton,_Nevada", "http://dbpedia.org/resource/Midland,_Michigan", "http://dbpedia.org/resource/Santa_Maria,_California", "http://dbpedia.org/resource/Redlands,_California", "http://dbpedia.org/resource/Lake_Elsinore,_California", "http://dbpedia.org/resource/Gulfport,_Mississippi", "http://dbpedia.org/resource/Century_City", "http://dbpedia.org/resource/Minneapolis", "http://dbpedia.org/resource/Connecticut", "http://dbpedia.org/resource/Trumbull,_Connecticut", "http://dbpedia.org/resource/Italy", "http://dbpedia.org/resource/Florence", "http://dbpedia.org/resource/Tuscany", "http://dbpedia.org/resource/Havre,_Montana", "http://dbpedia.org/resource/Alliance,_Ohio", "http://dbpedia.org/resource/Suffolk_County,_Massachusetts", "http://dbpedia.org/resource/Roxbury,_Boston", "http://dbpedia.org/resource/Canandaigua,_New_York", "http://dbpedia.org/resource/Broken_Hill", "http://dbpedia.org/resource/New_South_Wales", "http://dbpedia.org/resource/Yarmouth_Port,_Massachusetts", "http://dbpedia.org/resource/Upland,_Pennsylvania", "http://dbpedia.org/resource/Louisville,_Kentucky", "http://dbpedia.org/resource/Rockbridge_County,_Virginia", "http://dbpedia.org/resource/Lexington,_Virginia", "http://dbpedia.org/resource/Guangzhou", "http://dbpedia.org/resource/Dillon,_Montana", "http://dbpedia.org/resource/Tangipahoa_Parish,_Louisiana", "http://dbpedia.org/resource/Proctor,_Vermont", "http://dbpedia.org/resource/West_Palm_Beach,_Florida", "http://dbpedia.org/resource/Eau_Claire,_Wisconsin", "http://dbpedia.org/resource/Perkins,_Oklahoma", "http://dbpedia.org/resource/South_Beach,_Staten_Island", "http://dbpedia.org/resource/Plano,_Texas", "http://dbpedia.org/resource/Hillsborough_County,_New_Hampshire", "http://dbpedia.org/resource/Winthrop,_Massachusetts", "http://dbpedia.org/resource/Nantucket", "http://dbpedia.org/resource/Dayton,_Ohio", "http://dbpedia.org/resource/Saugus,_Santa_Clarita,_California", "http://dbpedia.org/resource/Neptune_Township,_New_Jersey", "http://dbpedia.org/resource/Lexington,_North_Carolina", "http://dbpedia.org/resource/Bowie,_Maryland", "http://dbpedia.org/resource/Topeka,_Kansas", "http://dbpedia.org/resource/Shenandoah_County,_Virginia", "http://dbpedia.org/resource/Manteca,_California", "http://dbpedia.org/resource/Odessa,_Texas", "http://dbpedia.org/resource/Harrisburg,_Pennsylvania", "http://dbpedia.org/resource/Saratoga_Springs,_New_York", "http://dbpedia.org/resource/Puget_Sound", "http://dbpedia.org/resource/Ronan,_Montana", "http://dbpedia.org/resource/Dennis,_Massachusetts", "http://dbpedia.org/resource/Long_Island", "http://dbpedia.org/resource/Upper_Sandusky,_Ohio", "http://dbpedia.org/resource/Morgantown,_West_Virginia", "http://dbpedia.org/resource/Tamuning,_Guam", "http://dbpedia.org/resource/Bratislava", "http://dbpedia.org/resource/Czechoslovakia", "http://dbpedia.org/resource/Minnesota", "http://dbpedia.org/resource/Auburn,_Alabama", "http://dbpedia.org/resource/Cupertino,_California", "http://dbpedia.org/resource/Newport_News,_Virginia", "http://dbpedia.org/resource/Munising,_Michigan", "http://dbpedia.org/resource/Huntington,_New_York", "http://dbpedia.org/resource/Brookline,_Massachusetts", "http://dbpedia.org/resource/Hadley,_Massachusetts", "http://dbpedia.org/resource/Greenwich,_Connecticut", "http://dbpedia.org/resource/Attica_(town),_New_York", "http://dbpedia.org/resource/Wyoming_County,_New_York", "http://dbpedia.org/resource/Wheeling,_West_Virginia", "http://dbpedia.org/resource/Garden_City,_New_York", "http://dbpedia.org/resource/Vergennes,_Vermont", "http://dbpedia.org/resource/Newtown,_Connecticut", "http://dbpedia.org/resource/West_Hartford,_Connecticut", "http://dbpedia.org/resource/Morrisville,_Vermont", "http://dbpedia.org/resource/Westminster_(town),_Vermont", "http://dbpedia.org/resource/Ellsworth,_Kansas", "http://dbpedia.org/resource/Denver", "http://dbpedia.org/resource/Amherst,_Massachusetts", "http://dbpedia.org/resource/Boca_Raton,_Florida", "http://dbpedia.org/resource/Lewiston,_Maine", "http://dbpedia.org/resource/Albany,_New_York", "http://dbpedia.org/resource/Edina,_Minnesota", "http://dbpedia.org/resource/Pomeroy,_Washington", "http://dbpedia.org/resource/Coconut_Grove", "http://dbpedia.org/resource/St._Petersburg,_Florida", "http://dbpedia.org/resource/Monrovia", "http://dbpedia.org/resource/Bedford_Hills,_New_York", "http://dbpedia.org/resource/Redmond,_Washington", "http://dbpedia.org/resource/Florence_Township,_New_Jersey", "http://dbpedia.org/resource/Irvine,_California", "http://dbpedia.org/resource/Fort_Wayne,_Indiana", "http://dbpedia.org/resource/Hampden_Township,_Cumberland_County,_Pennsylvania", "http://dbpedia.org/resource/Alaska", "http://dbpedia.org/resource/Juneau,_Alaska", "http://dbpedia.org/resource/Fargo,_North_Dakota", "http://dbpedia.org/resource/Alexandria,_Virginia", "http://dbpedia.org/resource/Grosse_Pointe,_Michigan", "http://dbpedia.org/resource/Newmarket,_Suffolk", "http://dbpedia.org/resource/Salem,_Massachusetts", "http://dbpedia.org/resource/Flemington,_New_Jersey", "http://dbpedia.org/resource/Baton_Rouge,_Louisiana", "http://dbpedia.org/resource/Manchester-by-the-Sea,_Massachusetts", "http://dbpedia.org/resource/Aberdeen,_South_Dakota", "http://dbpedia.org/resource/Reno,_Nevada", "http://dbpedia.org/resource/Hamilton_Township,_Mercer_County,_New_Jersey", "http://dbpedia.org/resource/Staten_Island", "http://dbpedia.org/resource/Weimar_Republic", "http://dbpedia.org/resource/Munich", "http://dbpedia.org/resource/Medford,_Oregon", "http://dbpedia.org/resource/Omaha,_Nebraska", "http://dbpedia.org/resource/Raleigh,_North_Carolina", "http://dbpedia.org/resource/Hartford,_Vermont", "http://dbpedia.org/resource/Warm_Springs,_Georgia", "http://dbpedia.org/resource/Santa_Rosa_County,_Florida", "http://dbpedia.org/resource/Miami_Beach,_Florida", "http://dbpedia.org/resource/Belgium", "http://dbpedia.org/resource/Brussels", "http://dbpedia.org/resource/HM_Prison_Wandsworth", "http://dbpedia.org/resource/Hong_Kong", "http://dbpedia.org/resource/New_Mexico", "http://dbpedia.org/resource/Los_Alamos,_New_Mexico", "http://dbpedia.org/resource/Topsham,_Maine", "http://dbpedia.org/resource/Fauquier_County,_Virginia", "http://dbpedia.org/resource/Walnut_Creek,_California", "http://dbpedia.org/resource/Georgetown_(Washington,_D.C.)", "http://dbpedia.org/resource/Fairhope,_Alabama", "http://dbpedia.org/resource/Germany", "http://dbpedia.org/resource/Cologne", "http://dbpedia.org/resource/Harrisonburg,_Virginia", "http://dbpedia.org/resource/Augusta,_Maine", "http://dbpedia.org/resource/Beacon_Hill,_Boston", "http://dbpedia.org/resource/Bemidji,_Minnesota", "http://dbpedia.org/resource/Reggello", "http://dbpedia.org/resource/Vallombrosa_Abbey", "http://dbpedia.org/resource/Kingdom_of_Italy", "http://dbpedia.org/resource/Williamsburg,_Virginia", "http://dbpedia.org/resource/Milford,_Massachusetts", "http://dbpedia.org/resource/Fredericksburg,_Virginia", "http://dbpedia.org/resource/Deming,_New_Mexico", "http://dbpedia.org/resource/New_Mexico_Territory", "http://dbpedia.org/resource/Hollywood,_Florida", "http://dbpedia.org/resource/Cocoa_Beach,_Florida", "http://dbpedia.org/resource/Monterey_County,_California", "http://dbpedia.org/resource/Harrison,_New_Jersey", "http://dbpedia.org/resource/Auburndale,_Massachusetts", "http://dbpedia.org/resource/Little_Rock,_Arkansas", "http://dbpedia.org/resource/Silver_Spring,_Maryland", "http://dbpedia.org/resource/Charleston,_West_Virginia", "http://dbpedia.org/resource/Butler,_Pennsylvania", "http://dbpedia.org/resource/Vancouver_Island", "http://dbpedia.org/resource/British_Columbia", "http://dbpedia.org/resource/Rome", "http://dbpedia.org/resource/Martinsburg,_West_Virginia", "http://dbpedia.org/resource/Irving,_Texas", "http://dbpedia.org/resource/Hackensack,_New_Jersey", "http://dbpedia.org/resource/Presumption_of_death", "http://dbpedia.org/resource/Ochsner_Medical_Center", "http://dbpedia.org/resource/Jefferson,_Louisiana", "http://dbpedia.org/resource/Murfreesboro,_Tennessee", "http://dbpedia.org/resource/Jersey_City,_New_Jersey", "http://dbpedia.org/resource/Switzerland", "http://dbpedia.org/resource/Z\u00fcrich", "http://dbpedia.org/resource/Westport,_Connecticut", "http://dbpedia.org/resource/Pompano_Beach,_Florida", "http://dbpedia.org/resource/Broward_County,_Florida", "http://dbpedia.org/resource/Clarendon,_Texas", "http://dbpedia.org/resource/Donley_County,_Texas", "http://dbpedia.org/resource/Salina,_Kansas", "http://dbpedia.org/resource/Arlington,_Massachusetts", "http://dbpedia.org/resource/Chandler,_Arizona", "http://dbpedia.org/resource/Laguna_Hills,_California", "http://dbpedia.org/resource/Greenwood,_Delaware", "http://dbpedia.org/resource/Easton,_Maryland", "http://dbpedia.org/resource/Columbia,_Missouri", "http://dbpedia.org/resource/Cairo", "http://dbpedia.org/resource/Egypt", "http://dbpedia.org/resource/Durant,_Oklahoma", "http://dbpedia.org/resource/Seguin,_Texas", "http://dbpedia.org/resource/Coral_Springs,_Florida", "http://dbpedia.org/resource/Miami_Lakes,_Florida", "http://dbpedia.org/resource/Haiti", "http://dbpedia.org/resource/Port-au-Prince", "http://dbpedia.org/resource/Menlo_Park,_California", "http://dbpedia.org/resource/Barbourville,_Kentucky", "http://dbpedia.org/resource/Stanford,_California", "http://dbpedia.org/resource/Canton,_Ohio", "http://dbpedia.org/resource/Manteno,_Illinois", "http://dbpedia.org/resource/Joplin,_Missouri", "http://dbpedia.org/resource/Versailles,_Kentucky", "http://dbpedia.org/resource/Fort_Lee,_New_Jersey", "http://dbpedia.org/resource/Falls_Church,_Virginia", "http://dbpedia.org/resource/Somerville,_Massachusetts", "http://dbpedia.org/resource/Middlesex_County,_Massachusetts", "http://dbpedia.org/resource/Jefferson_City,_Missouri", "http://dbpedia.org/resource/Tulsa,_Oklahoma", "http://dbpedia.org/resource/Parker_County,_Texas", "http://dbpedia.org/resource/Norristown,_Pennsylvania", "http://dbpedia.org/resource/Texas_in_the_American_Civil_War", "http://dbpedia.org/resource/Confederate_States_of_America", "http://dbpedia.org/resource/Huntsville,_Texas", "http://dbpedia.org/resource/Eveleth,_Minnesota", "http://dbpedia.org/resource/Alta_Loma,_Rancho_Cucamonga,_California", "http://dbpedia.org/resource/Bennington,_Vermont", "http://dbpedia.org/resource/Muskogee,_Oklahoma", "http://dbpedia.org/resource/Monaco", "http://dbpedia.org/resource/Monte_Carlo", "http://dbpedia.org/resource/Evanston,_Illinois", "http://dbpedia.org/resource/Middletown,_Connecticut", "http://dbpedia.org/resource/Hawaiian_Kingdom", "http://dbpedia.org/resource/Oahu", "http://dbpedia.org/resource/Concord,_Massachusetts", "http://dbpedia.org/resource/East_Hampton_(town),_New_York", "http://dbpedia.org/resource/Wyndmoor,_Pennsylvania", "http://dbpedia.org/resource/Orlando,_Florida", "http://dbpedia.org/resource/Cooperstown,_New_York", "http://dbpedia.org/resource/Middlebury,_Vermont", "http://dbpedia.org/resource/New_Hamburg,_New_York", "http://dbpedia.org/resource/Worcester,_Massachusetts", "http://dbpedia.org/resource/Charlottesville,_Virginia", "http://dbpedia.org/resource/Portsmouth,_Virginia", "http://dbpedia.org/resource/Naples", "http://dbpedia.org/resource/Vincennes,_Indiana", "http://dbpedia.org/resource/Lake_Tomahawk,_Wisconsin", "http://dbpedia.org/resource/Wilkes-Barre,_Pennsylvania", "http://dbpedia.org/resource/Buckingham_County,_Virginia", "http://dbpedia.org/resource/Greenville,_Mississippi", "http://dbpedia.org/resource/Grundy_Center,_Iowa", "http://dbpedia.org/resource/Lake_City,_Florida", "http://dbpedia.org/resource/Holmdel_Township,_New_Jersey", "http://dbpedia.org/resource/Woodstock,_New_Brunswick", "http://dbpedia.org/resource/Wichita,_Kansas", "http://dbpedia.org/resource/Yucca_Valley,_California", "http://dbpedia.org/resource/Bay_Harbor_Islands,_Florida", "http://dbpedia.org/resource/Palm_Beach_Gardens,_Florida", "http://dbpedia.org/resource/Woodland_Hills,_Los_Angeles", "http://dbpedia.org/resource/Fort_Myers,_Florida", "http://dbpedia.org/resource/Fort_Sam_Houston", "http://dbpedia.org/resource/Wilmington,_Massachusetts", "http://dbpedia.org/resource/Salamanca", "http://dbpedia.org/resource/Spain", "http://dbpedia.org/resource/Shreveport,_Louisiana", "http://dbpedia.org/resource/Greenville,_North_Carolina", "http://dbpedia.org/resource/Hastings,_Minnesota", "http://dbpedia.org/resource/Shawnee,_Oklahoma", "http://dbpedia.org/resource/Summersville,_West_Virginia", "http://dbpedia.org/resource/Sioux_City,_Iowa", "http://dbpedia.org/resource/Brisbane", "http://dbpedia.org/resource/Queensland", "http://dbpedia.org/resource/Destin,_Florida", "http://dbpedia.org/resource/Atlantic_Ocean", "http://dbpedia.org/resource/Birmingham,_Alabama", "http://dbpedia.org/resource/Kennett_Square,_Pennsylvania", "http://dbpedia.org/resource/Melbourne", "http://dbpedia.org/resource/Covington,_Virginia", "http://dbpedia.org/resource/Jackson,_Mississippi", "http://dbpedia.org/resource/Gambier,_Ohio", "http://dbpedia.org/resource/Wise_County,_Virginia", "http://dbpedia.org/resource/McLean,_Virginia", "http://dbpedia.org/resource/Litchfield,_Connecticut", "http://dbpedia.org/resource/Manhattan_Beach,_California", "http://dbpedia.org/resource/Martinsville,_Indiana", "http://dbpedia.org/resource/Hodgenville,_Kentucky", "http://dbpedia.org/resource/C\u00f3rdoba,_Veracruz", "http://dbpedia.org/resource/Amelia_County,_Virginia", "http://dbpedia.org/resource/St_Pancras,_London", "http://dbpedia.org/resource/Newburgh,_New_York", "http://dbpedia.org/resource/Culver,_Indiana", "http://dbpedia.org/resource/Kauai", "http://dbpedia.org/resource/Wallingford,_Pennsylvania", "http://dbpedia.org/resource/Tijuana", "http://dbpedia.org/resource/Rock_Point,_Maryland", "http://dbpedia.org/resource/Stokesdale,_North_Carolina", "http://dbpedia.org/resource/Lubbock,_Texas", "http://dbpedia.org/resource/Seminole,_Florida", "http://dbpedia.org/resource/Louisa_County,_Virginia", "http://dbpedia.org/resource/Bar_Harbor,_Maine", "http://dbpedia.org/resource/Onancock,_Virginia", "http://dbpedia.org/resource/London_Borough_of_Camden", "http://dbpedia.org/resource/Phoenix,_Arizona", "http://dbpedia.org/resource/Quincy,_Massachusetts", "http://dbpedia.org/resource/Eugene,_Oregon", "http://dbpedia.org/resource/Rutland,_Vermont_(city)", "http://dbpedia.org/resource/Burlington,_New_Jersey", "http://dbpedia.org/resource/Oconomowoc,_Wisconsin", "http://dbpedia.org/resource/Bratenahl,_Ohio", "http://dbpedia.org/resource/Asheville,_North_Carolina", "http://dbpedia.org/resource/Springfield,_Illinois", "http://dbpedia.org/resource/Fond_du_Lac,_Wisconsin", "http://dbpedia.org/resource/Prince_Edward_County,_Virginia", "http://dbpedia.org/resource/Oakdale,_New_York", "http://dbpedia.org/resource/Roanoke,_Virginia", "http://dbpedia.org/resource/Metairie,_Louisiana", "http://dbpedia.org/resource/Snow_Hill,_Maryland", "http://dbpedia.org/resource/Georgia_Diagnostic_and_Classification_State_Prison", "http://dbpedia.org/resource/Jackson,_Georgia", "http://dbpedia.org/resource/Haverhill,_Massachusetts", "http://dbpedia.org/resource/Pendleton,_South_Carolina", "http://dbpedia.org/resource/New_Bern,_North_Carolina", "http://dbpedia.org/resource/Boyd_County,_Kentucky", "http://dbpedia.org/resource/Commonwealth_of_the_Philippines", "http://dbpedia.org/resource/Caloocan", "http://dbpedia.org/resource/Rizal", "http://dbpedia.org/resource/Beaufort,_South_Carolina", "http://dbpedia.org/resource/Kearney,_Nebraska", "http://dbpedia.org/resource/Nebraska", "http://dbpedia.org/resource/Cocoa,_Florida", "http://dbpedia.org/resource/Plantation,_Florida", "http://dbpedia.org/resource/Colfax,_Washington", "http://dbpedia.org/resource/Hillsborough,_California", "http://dbpedia.org/resource/Clermont,_Iowa", "http://dbpedia.org/resource/Columbus,_Ohio", "http://dbpedia.org/resource/Peoria,_Illinois", "http://dbpedia.org/resource/Bakersfield,_California", "http://dbpedia.org/resource/South_Boston,_Virginia", "http://dbpedia.org/resource/Madison_County,_Mississippi", "http://dbpedia.org/resource/Sewanee,_Tennessee", "http://dbpedia.org/resource/Columbus,_Mississippi", "http://dbpedia.org/resource/Fayetteville,_Arkansas", "http://dbpedia.org/resource/Findlay,_Ohio", "http://dbpedia.org/resource/Salisbury,_Maryland", "http://dbpedia.org/resource/Beverly,_Massachusetts", "http://dbpedia.org/resource/Carrollton,_Kentucky", "http://dbpedia.org/resource/Galveston,_Texas", "http://dbpedia.org/resource/Rock_Island,_Illinois", "http://dbpedia.org/resource/Woburn,_Massachusetts", "http://dbpedia.org/resource/Orange,_New_Jersey", "http://dbpedia.org/resource/Hempstead_(village),_New_York", "http://dbpedia.org/resource/Hamden,_Connecticut", "http://dbpedia.org/resource/Dorchester,_Boston", "http://dbpedia.org/resource/Castine,_Maine", "http://dbpedia.org/resource/Augusta,_Georgia", "http://dbpedia.org/resource/Lake_Oswego,_Oregon", "http://dbpedia.org/resource/Chesterfield,_Missouri", "http://dbpedia.org/resource/Dubuque,_Iowa", "http://dbpedia.org/resource/Minnewaska_State_Park_Preserve", "http://dbpedia.org/resource/Bryan,_Texas", "http://dbpedia.org/resource/Brazos_County,_Texas", "http://dbpedia.org/resource/Schnecksville,_Pennsylvania", "http://dbpedia.org/resource/Scotland", "http://dbpedia.org/resource/Edinburgh", "http://dbpedia.org/resource/Santa_Cruz,_California", "http://dbpedia.org/resource/Centennial,_Colorado", "http://dbpedia.org/resource/Milwaukee", "http://dbpedia.org/resource/Dublin,_Georgia", "http://dbpedia.org/resource/Hoboken,_New_Jersey", "http://dbpedia.org/resource/Fountain_Green,_Utah", "http://dbpedia.org/resource/Santa_Fe,_New_Mexico", "http://dbpedia.org/resource/Sheepshead_Bay,_Brooklyn", "http://dbpedia.org/resource/American_Fork,_Utah", "http://dbpedia.org/resource/Palm_Beach,_Florida", "http://dbpedia.org/resource/Queens", "http://dbpedia.org/resource/Glendale,_California", "http://dbpedia.org/resource/Marin_County,_California", "http://dbpedia.org/resource/Cambridge", "http://dbpedia.org/resource/Bedford,_Massachusetts", "http://dbpedia.org/resource/Hag\u00e5t\u00f1a,_Guam", "http://dbpedia.org/resource/Morristown,_Minnesota", "http://dbpedia.org/resource/Bristol,_Virginia", "http://dbpedia.org/resource/Yuma,_Arizona", "http://dbpedia.org/resource/Van_Buren,_Arkansas", "http://dbpedia.org/resource/Arkansas", "http://dbpedia.org/resource/Minden,_Iowa", "http://dbpedia.org/resource/Crkvice", "http://dbpedia.org/resource/Independent_State_of_Croatia", "http://dbpedia.org/resource/Norway", "http://dbpedia.org/resource/Trondheim", "http://dbpedia.org/resource/Knoxville,_Tennessee", "http://dbpedia.org/resource/Davis,_California", "http://dbpedia.org/resource/Camas,_Washington", "http://dbpedia.org/resource/Essex,_Massachusetts", "http://dbpedia.org/resource/Saugus,_Massachusetts", "http://dbpedia.org/resource/Harbor_Springs,_Michigan", "http://dbpedia.org/resource/Arlington,_Texas", "http://dbpedia.org/resource/Iowa_City,_Iowa", "http://dbpedia.org/resource/Swan's_Island,_Maine", "http://dbpedia.org/resource/Las_Vegas", "http://dbpedia.org/resource/Marrero,_Louisiana", "http://dbpedia.org/resource/Old_Lyme,_Connecticut", "http://dbpedia.org/resource/Lake_Forest,_Illinois", "http://dbpedia.org/resource/Mount_Dora,_Florida", "http://dbpedia.org/resource/Bloomington,_Indiana", "http://dbpedia.org/resource/Hudson,_New_Hampshire", "http://dbpedia.org/resource/The_Hague", "http://dbpedia.org/resource/Netherlands", "http://dbpedia.org/resource/Tuckahoe_(village),_New_York", "http://dbpedia.org/resource/Venice", "http://dbpedia.org/resource/Waterbury,_Connecticut", "http://dbpedia.org/resource/Kiamesha_Lake,_New_York", "http://dbpedia.org/resource/Butler,_New_Jersey", "http://dbpedia.org/resource/Sumner,_Mississippi", "http://dbpedia.org/resource/Saint_Vincent_and_the_Grenadines", "http://dbpedia.org/resource/Mustique", "http://dbpedia.org/resource/Auburn,_New_York", "http://dbpedia.org/resource/Chapel_Hill,_North_Carolina", "http://dbpedia.org/resource/Lincoln,_Nebraska", "http://dbpedia.org/resource/Northwood,_Iowa", "http://dbpedia.org/resource/Nice", "http://dbpedia.org/resource/South_Dakota", "http://dbpedia.org/resource/Huron,_South_Dakota", "http://dbpedia.org/resource/North_Fork,_California", "http://dbpedia.org/resource/Lake_Placid,_New_York", "http://dbpedia.org/resource/Highland_Park,_Texas", "http://dbpedia.org/resource/Dedham,_Massachusetts", "http://dbpedia.org/resource/Saanen", "http://dbpedia.org/resource/Canton_of_Bern", "http://dbpedia.org/resource/Englewood,_New_Jersey", "http://dbpedia.org/resource/Ramara", "http://dbpedia.org/resource/Irvington,_Virginia", "http://dbpedia.org/resource/Palos_Verdes_Estates,_California", "http://dbpedia.org/resource/Moncton", "http://dbpedia.org/resource/El_Paso,_Texas", "http://dbpedia.org/resource/West_Hills,_Los_Angeles", "http://dbpedia.org/resource/Le_Cannet", "http://dbpedia.org/resource/Poughkeepsie,_New_York", "http://dbpedia.org/resource/Centerville,_Massachusetts", "http://dbpedia.org/resource/La_Habra_Heights,_California", "http://dbpedia.org/resource/Wyckoff,_New_Jersey", "http://dbpedia.org/resource/Hampton_Court_Palace", "http://dbpedia.org/resource/Greater_London", "http://dbpedia.org/resource/Touques,_Calvados", "http://dbpedia.org/resource/Wauwatosa,_Wisconsin", "http://dbpedia.org/resource/Norman,_Oklahoma", "http://dbpedia.org/resource/Olathe,_Kansas", "http://dbpedia.org/resource/Redwood_City,_California", "http://dbpedia.org/resource/Munster,_Indiana", "http://dbpedia.org/resource/Peru", "http://dbpedia.org/resource/Paita", "http://dbpedia.org/resource/Bristol,_Rhode_Island", "http://dbpedia.org/resource/Miami_County,_Kansas", "http://dbpedia.org/resource/Vestavia_Hills,_Alabama", "http://dbpedia.org/resource/Belknap_County,_New_Hampshire", "http://dbpedia.org/resource/Lakeport,_New_Hampshire", "http://dbpedia.org/resource/Gainesville,_Florida", "http://dbpedia.org/resource/Zeeland", "http://dbpedia.org/resource/Clara,_Florida", "http://dbpedia.org/resource/Granby,_Colorado", "http://dbpedia.org/resource/Compton,_Maryland", "http://dbpedia.org/resource/Vicksburg,_Mississippi", "http://dbpedia.org/resource/New_Brighton,_Staten_Island", "http://dbpedia.org/resource/Kyoto", "http://dbpedia.org/resource/Petaluma,_California", "http://dbpedia.org/resource/Yonkers,_New_York", "http://dbpedia.org/resource/West_Hollywood,_California", "http://dbpedia.org/resource/Fairbanks,_Alaska", "http://dbpedia.org/resource/Orange,_California", "http://dbpedia.org/resource/Denmark", "http://dbpedia.org/resource/St._Ignace,_Michigan", "http://dbpedia.org/resource/Mammoth_Cave_National_Park", "http://dbpedia.org/resource/Johnson_City,_Tennessee", "http://dbpedia.org/resource/Woodward,_Oklahoma", "http://dbpedia.org/resource/Soddy-Daisy,_Tennessee", "http://dbpedia.org/resource/Florida_State_Prison", "http://dbpedia.org/resource/Raiford,_Florida", "http://dbpedia.org/resource/Los_Gatos,_California", "http://dbpedia.org/resource/Toulon", "http://dbpedia.org/resource/Albuquerque,_New_Mexico", "http://dbpedia.org/resource/Camden,_South_Carolina", "http://dbpedia.org/resource/Toms_River", "http://dbpedia.org/resource/Bolivar,_Tennessee", "http://dbpedia.org/resource/East_Sussex", "http://dbpedia.org/resource/Elmont,_New_York", "http://dbpedia.org/resource/Lockport_(city),_New_York", "http://dbpedia.org/resource/Santa_Barbara_County,_California", "http://dbpedia.org/resource/Cottonwood,_California", "http://dbpedia.org/resource/Tampa,_Florida", "http://dbpedia.org/resource/Howard_County,_Arkansas", "http://dbpedia.org/resource/Nashville,_Arkansas", "http://dbpedia.org/resource/Little_Compton,_Rhode_Island", "http://dbpedia.org/resource/Laurel,_Maryland", "http://dbpedia.org/resource/Lexington,_Kentucky", "http://dbpedia.org/resource/Fort_Thomas,_Kentucky", "http://dbpedia.org/resource/Elkhorn,_Wisconsin", "http://dbpedia.org/resource/New_Providence,_New_Jersey", "http://dbpedia.org/resource/Ellicott_City,_Maryland", "http://dbpedia.org/resource/Renton,_Washington", "http://dbpedia.org/resource/Hot_Springs,_Arkansas", "http://dbpedia.org/resource/Stony_Brook,_New_York", "http://dbpedia.org/resource/Kealakekua,_Hawaii", "http://dbpedia.org/resource/Port_Chester,_New_York", "http://dbpedia.org/resource/Horseshoe_Bay,_Texas", "http://dbpedia.org/resource/Carnegie,_Oklahoma", "http://dbpedia.org/resource/Roswell,_Georgia", "http://dbpedia.org/resource/Boise,_Idaho", "http://dbpedia.org/resource/Alexandria,_Louisiana", "http://dbpedia.org/resource/Northwest_Territories", "http://dbpedia.org/resource/Calgary", "http://dbpedia.org/resource/Peach_Springs,_Arizona", "http://dbpedia.org/resource/Caddo_Parish,_Louisiana", "http://dbpedia.org/resource/Allegany_(town),_New_York", "http://dbpedia.org/resource/Johnston,_Rhode_Island", "http://dbpedia.org/resource/Hampstead", "http://dbpedia.org/resource/Indian_Wells,_California", "http://dbpedia.org/resource/Upper_Montclair,_New_Jersey", "http://dbpedia.org/resource/Bronxville,_New_York", "http://dbpedia.org/resource/Harwich,_Massachusetts", "http://dbpedia.org/resource/Selma,_Alabama", "http://dbpedia.org/resource/Cagayan_de_Oro", "http://dbpedia.org/resource/Kingston,_New_York", "http://dbpedia.org/resource/Leisure_World,_Maryland", "http://dbpedia.org/resource/Henrico_County,_Virginia", "http://dbpedia.org/resource/Cheyenne,_Wyoming", "http://dbpedia.org/resource/Oro_Valley,_Arizona", "http://dbpedia.org/resource/Mexico_City", "http://dbpedia.org/resource/Easton,_Pennsylvania", "http://dbpedia.org/resource/Jacksonville,_Florida", "http://dbpedia.org/resource/South_Boston", "http://dbpedia.org/resource/San_Jos\u00e9,_Costa_Rica", "http://dbpedia.org/resource/Costa_Rica", "http://dbpedia.org/resource/Winter_Garden,_Florida", "http://dbpedia.org/resource/Keansburg,_New_Jersey", "http://dbpedia.org/resource/Damariscotta,_Maine", "http://dbpedia.org/resource/Alicante", "http://dbpedia.org/resource/Griffin,_Georgia", "http://dbpedia.org/resource/Eufaula,_Alabama", "http://dbpedia.org/resource/Chester_Borough,_New_Jersey", "http://dbpedia.org/resource/Rice,_Minnesota", "http://dbpedia.org/resource/Encino,_Los_Angeles", "http://dbpedia.org/resource/Hanover,_New_Hampshire", "http://dbpedia.org/resource/Draper,_Utah", "http://dbpedia.org/resource/Geneseo,_New_York", "http://dbpedia.org/resource/Carroll_County,_Arkansas", "http://dbpedia.org/resource/Eureka_Springs,_Arkansas", "http://dbpedia.org/resource/Malibu,_California", "http://dbpedia.org/resource/Shelburne,_Vermont", "http://dbpedia.org/resource/Needham,_Massachusetts", "http://dbpedia.org/resource/Georgetown,_Guyana", "http://dbpedia.org/resource/Guyana", "http://dbpedia.org/resource/Klamath_Falls,_Oregon", "http://dbpedia.org/resource/Henderson,_Nevada", "http://dbpedia.org/resource/Pine_Bluff,_Arkansas", "http://dbpedia.org/resource/Talkeetna,_Alaska", "http://dbpedia.org/resource/Garden_Grove,_California", "http://dbpedia.org/resource/Bigfork,_Montana", "http://dbpedia.org/resource/Fort_Madison,_Iowa", "http://dbpedia.org/resource/Bensalem_Township,_Pennsylvania", "http://dbpedia.org/resource/Idaho", "http://dbpedia.org/resource/River_Forest,_Illinois", "http://dbpedia.org/resource/Hobe_Sound,_Florida", "http://dbpedia.org/resource/Baja_California", "http://dbpedia.org/resource/Las_Vegas_Valley", "http://dbpedia.org/resource/2_World_Trade_Center", "http://dbpedia.org/resource/World_Trade_Center_(1973\u20132001)", "http://dbpedia.org/resource/Arapahoe_County,_Colorado", "http://dbpedia.org/resource/Rapid_City,_South_Dakota", "http://dbpedia.org/resource/Redmond,_Oregon", "http://dbpedia.org/resource/Hightstown,_New_Jersey", "http://dbpedia.org/resource/Tulsa,__Oklahoma", "http://dbpedia.org/resource/Prairie_Village,_Kansas", "http://dbpedia.org/resource/Sanok", "http://dbpedia.org/resource/Poland", "http://dbpedia.org/resource/Collin_County,_Texas", "http://dbpedia.org/resource/Sanaa", "http://dbpedia.org/resource/Yemen", "http://dbpedia.org/resource/Moline,_Illinois", "http://dbpedia.org/resource/Basel", "http://dbpedia.org/resource/Clonbur", "http://dbpedia.org/resource/Pulaski,_Virginia", "http://dbpedia.org/resource/Giddings,_Texas", "http://dbpedia.org/resource/Forest_Hills,_Queens", "http://dbpedia.org/resource/Cos_Cob,_Connecticut", "http://dbpedia.org/resource/Simi_Valley,_California", "http://dbpedia.org/resource/Dundalk,_Maryland", "http://dbpedia.org/resource/Valdosta,_Georgia", "http://dbpedia.org/resource/Murphys,_California", "http://dbpedia.org/resource/La_Crosse,_Wisconsin", "http://dbpedia.org/resource/Framingham,_Massachusetts", "http://dbpedia.org/resource/Concord,_New_Hampshire", "http://dbpedia.org/resource/Inverness,_Florida", "http://dbpedia.org/resource/San_Miguel_Island", "http://dbpedia.org/resource/Dracut,_Massachusetts", "http://dbpedia.org/resource/Summerlin,_Nevada", "http://dbpedia.org/resource/Sumter,_South_Carolina", "http://dbpedia.org/resource/Lynchburg,_Tennessee", "http://dbpedia.org/resource/Eagle_River,_Wisconsin", "http://dbpedia.org/resource/Holyoke,_Massachusetts", "http://dbpedia.org/resource/Coralville,_Iowa", "http://dbpedia.org/resource/Pueblo,_Colorado", "http://dbpedia.org/resource/Smyrna,_Tennessee", "http://dbpedia.org/resource/Steamboat_Rock,_Iowa", "http://dbpedia.org/resource/Clinton,_Massachusetts", "http://dbpedia.org/resource/Longwood,_Florida", "http://dbpedia.org/resource/Blue_Point,_New_York", "http://dbpedia.org/resource/Scottsbluff,_Nebraska", "http://dbpedia.org/resource/Daytona_Beach,_Florida", "http://dbpedia.org/resource/Aurora,_Illinois", "http://dbpedia.org/resource/San_Carlos,_California", "http://dbpedia.org/resource/Fort_Rock,_Oregon", "http://dbpedia.org/resource/Huntsville,_Alabama", "http://dbpedia.org/resource/San_Juan,_Puerto_Rico", "http://dbpedia.org/resource/Puerto_Rico", "http://dbpedia.org/resource/Wilberforce,_Ohio", "http://dbpedia.org/resource/Le_Havre", "http://dbpedia.org/resource/Chino,_California", "http://dbpedia.org/resource/Atlantis,_Florida", "http://dbpedia.org/resource/Oskaloosa,_Kansas", "http://dbpedia.org/resource/Cockeysville,_Maryland", "http://dbpedia.org/resource/Canton,_Mississippi", "http://dbpedia.org/resource/Escondido,_California", "http://dbpedia.org/resource/Vienna,_Georgia", "http://dbpedia.org/resource/Puako,_Hawaii", "http://dbpedia.org/resource/Fort_Smith,_Arkansas", "http://dbpedia.org/resource/Waddington,_New_York", "http://dbpedia.org/resource/Kensington,_New_Hampshire", "http://dbpedia.org/resource/Pacoima,_Los_Angeles", "http://dbpedia.org/resource/Havana", "http://dbpedia.org/resource/Cuba", "http://dbpedia.org/resource/Rockville,_Indiana", "http://dbpedia.org/resource/Kenner,_Louisiana", "http://dbpedia.org/resource/Dodge_City,_Kansas", "http://dbpedia.org/resource/Toronto", "http://dbpedia.org/resource/Ontario", "http://dbpedia.org/resource/Carol_Stream,_Illinois", "http://dbpedia.org/resource/Cascade,_Idaho", "http://dbpedia.org/resource/Wakefield,_Rhode_Island", "http://dbpedia.org/resource/Tamaulipas", "http://dbpedia.org/resource/Reynosa", "http://dbpedia.org/resource/Mount_Kisco,_New_York", "http://dbpedia.org/resource/East_Rockaway,_New_York", "http://dbpedia.org/resource/Haifa", "http://dbpedia.org/resource/Israel", "http://dbpedia.org/resource/Leverett,_Massachusetts", "http://dbpedia.org/resource/West_Lafayette,_Indiana", "http://dbpedia.org/resource/Chester,_Connecticut", "http://dbpedia.org/resource/South_Berwick,_Maine", "http://dbpedia.org/resource/Annapolis,_Maryland", "http://dbpedia.org/resource/Lawrenceville,_Virginia", "http://dbpedia.org/resource/Leonia,_New_Jersey", "http://dbpedia.org/resource/Maplewood,_New_Jersey", "http://dbpedia.org/resource/Northridge,_Los_Angeles", "http://dbpedia.org/resource/Peoria,_Arizona", "http://dbpedia.org/resource/Sea_Ranch,_California", "http://dbpedia.org/resource/Line_Lexington,_Pennsylvania", "http://dbpedia.org/resource/German_Empire", "http://dbpedia.org/resource/Hildesheim", "http://dbpedia.org/resource/Lower_Saxony", "http://dbpedia.org/resource/Lincoln_Parish,_Louisiana", "http://dbpedia.org/resource/Ruston,_Louisiana", "http://dbpedia.org/resource/Clifton_Forge,_Virginia", "http://dbpedia.org/resource/Delphi,_Indiana", "http://dbpedia.org/resource/Fairfield,_Connecticut", "http://dbpedia.org/resource/Midland,_Texas", "http://dbpedia.org/resource/Rapides_Parish,_Louisiana", "http://dbpedia.org/resource/Sawtelle,_Los_Angeles", "http://dbpedia.org/resource/Hudson,_Texas", "http://dbpedia.org/resource/Englewood,_Florida", "http://dbpedia.org/resource/Coronado,_California", "http://dbpedia.org/resource/Montezuma,_New_York", "http://dbpedia.org/resource/Salem,_Oregon", "http://dbpedia.org/resource/Riverside_County,_California", "http://dbpedia.org/resource/Pulaski_County,_Arkansas", "http://dbpedia.org/resource/Cedar_Rapids,_Iowa", "http://dbpedia.org/resource/South_Tyrol", "http://dbpedia.org/resource/Winchester,_Virginia", "http://dbpedia.org/resource/Ossining_(village),_New_York", "http://dbpedia.org/resource/Aiken,_South_Carolina", "http://dbpedia.org/resource/Shaker_Heights,_Ohio", "http://dbpedia.org/resource/Easthampton,_Massachusetts", "http://dbpedia.org/resource/Brunswick,_Maine", "http://dbpedia.org/resource/Alokolum", "http://dbpedia.org/resource/Uganda", "http://dbpedia.org/resource/Gulu", "http://dbpedia.org/resource/Globe,_Arizona", "http://dbpedia.org/resource/Wilkinsburg,_Pennsylvania", "http://dbpedia.org/resource/Tustin,_California", "http://dbpedia.org/resource/Darlinghurst,_New_South_Wales", "http://dbpedia.org/resource/Ashland,_Kentucky", "http://dbpedia.org/resource/Missoula,_Montana", "http://dbpedia.org/resource/Duluth,_Minnesota", "http://dbpedia.org/resource/Cambridge,_Maryland", "http://dbpedia.org/resource/South_Kingstown,_Rhode_Island", "http://dbpedia.org/resource/Cranston,_Rhode_Island", "http://dbpedia.org/resource/West_Los_Angeles", "http://dbpedia.org/resource/Pinewood,_South_Carolina", "http://dbpedia.org/resource/Richland_County,_South_Carolina", "http://dbpedia.org/resource/Frederick,_Maryland", "http://dbpedia.org/resource/Rockingham_County,_Virginia", "http://dbpedia.org/resource/Madison,_Nebraska", "http://dbpedia.org/resource/Albia,_Iowa", "http://dbpedia.org/resource/La_Crescenta-Montrose,_California", "http://dbpedia.org/resource/Burial_at_sea", "http://dbpedia.org/resource/Pacific_Ocean", "http://dbpedia.org/resource/Waikiki", "http://dbpedia.org/resource/Springettsbury_Township,_York_County,_Pennsylvania", "http://dbpedia.org/resource/Marietta,_Georgia", "http://dbpedia.org/resource/Michigan_Territory", "http://dbpedia.org/resource/Niles,_Michigan", "http://dbpedia.org/resource/Palm_Bay,_Florida", "http://dbpedia.org/resource/Amberley,_West_Sussex", "http://dbpedia.org/resource/Warrensburg,_Missouri", "http://dbpedia.org/resource/Scarborough,_Maine", "http://dbpedia.org/resource/Papal_States", "http://dbpedia.org/resource/Second_French_Empire", "http://dbpedia.org/resource/Grafton_County,_New_Hampshire", "http://dbpedia.org/resource/Hilton_Head_Island,_South_Carolina", "http://dbpedia.org/resource/Fruitvale,_Oakland,_California", "http://dbpedia.org/resource/Charlotte,_North_Carolina", "http://dbpedia.org/resource/Westmoreland,_New_Hampshire", "http://dbpedia.org/resource/Cheshire_County,_New_Hampshire", "http://dbpedia.org/resource/Columbia_University_Irving_Medical_Center", "http://dbpedia.org/resource/Montgomery,_West_Virginia", "http://dbpedia.org/resource/King,_Waupaca_County,_Wisconsin", "http://dbpedia.org/resource/Strafford_County,_New_Hampshire", "http://dbpedia.org/resource/Farmington,_New_Hampshire", "http://dbpedia.org/resource/Washington,_New_Hampshire", "http://dbpedia.org/resource/Sullivan_County,_New_Hampshire", "http://dbpedia.org/resource/Urbana,_Illinois", "http://dbpedia.org/resource/Brighton,_Boston", "http://dbpedia.org/resource/Havre_de_Grace,_Maryland", "http://dbpedia.org/resource/Butte,_Montana", "http://dbpedia.org/resource/Setauket,_New_York", "http://dbpedia.org/resource/Berkeley_Springs,_West_Virginia", "http://dbpedia.org/resource/Germantown,_Philadelphia", "http://dbpedia.org/resource/Newton,_Massachusetts", "http://dbpedia.org/resource/Liloy", "http://dbpedia.org/resource/Playa_del_Carmen", "http://dbpedia.org/resource/Great_Bend,_Kansas", "http://dbpedia.org/resource/Castro_Valley,_California", "http://dbpedia.org/resource/New_Hebrides", "http://dbpedia.org/resource/Mount_Pleasant,_Iowa", "http://dbpedia.org/resource/Deerfield,_New_Hampshire", "http://dbpedia.org/resource/Rockingham_County,_New_Hampshire", "http://dbpedia.org/resource/Prescott,_Arizona", "http://dbpedia.org/resource/Piedmont_Hospital", "http://dbpedia.org/resource/Carson,_California", "http://dbpedia.org/resource/Watertown,_Wisconsin", "http://dbpedia.org/resource/East_Aurora,_New_York", "http://dbpedia.org/resource/Berkeley_Heights,_New_Jersey", "http://dbpedia.org/resource/Cathlamet,_Washington", "http://dbpedia.org/resource/Banaue_Rice_Terraces", "http://dbpedia.org/resource/Ifugao", "http://dbpedia.org/resource/Cannes", "http://dbpedia.org/resource/Oxford,_Georgia", "http://dbpedia.org/resource/McAlester,_Oklahoma", "http://dbpedia.org/resource/Oklahoma_State_Penitentiary", "http://dbpedia.org/resource/Kalamazoo,_Michigan", "http://dbpedia.org/resource/Springfield,_Missouri", "http://dbpedia.org/resource/Berwyn,_Pennsylvania", "http://dbpedia.org/resource/Laguna_Beach,_California", "http://dbpedia.org/resource/West_Virginia_Penitentiary", "http://dbpedia.org/resource/Moundsville,_West_Virginia", "http://dbpedia.org/resource/New_Hyde_Park,_New_York", "http://dbpedia.org/resource/Thousand_Palms,_California", "http://dbpedia.org/resource/Bala_Cynwyd,_Pennsylvania", "http://dbpedia.org/resource/Rockville,_Maryland", "http://dbpedia.org/resource/Woodburn,_Oregon", "http://dbpedia.org/resource/Utah_State_Prison", "http://dbpedia.org/resource/Madison,_Tennessee", "http://dbpedia.org/resource/Maywood,_Illinois", "http://dbpedia.org/resource/Palo_Alto,_California", "http://dbpedia.org/resource/Boto\u0219ani", "http://dbpedia.org/resource/Kingdom_of_Romania", "http://dbpedia.org/resource/New_Rochelle,_New_York", "http://dbpedia.org/resource/Cap-Rouge,_Quebec_City", "http://dbpedia.org/resource/Genesee_County,_New_York", "http://dbpedia.org/resource/Potter_County,_Texas", "http://dbpedia.org/resource/Waterproof,_Louisiana", "http://dbpedia.org/resource/Lufkin,_Texas", "http://dbpedia.org/resource/Bryn_Mawr,_Pennsylvania", "http://dbpedia.org/resource/Narragansett,_Rhode_Island", "http://dbpedia.org/resource/Lazio", "http://dbpedia.org/resource/Mercer_County,_West_Virginia", "http://dbpedia.org/resource/Salem,_Virginia", "http://dbpedia.org/resource/Chatsworth,_Los_Angeles", "http://dbpedia.org/resource/Aberdeen,_Washington", "http://dbpedia.org/resource/Spearfish_Canyon", "http://dbpedia.org/resource/Rancho_Mirage,_California", "http://dbpedia.org/resource/Glen_Ellen,_California", "http://dbpedia.org/resource/Rancho_Palos_Verdes,_California", "http://dbpedia.org/resource/Boone,_Iowa", "http://dbpedia.org/resource/Glen_Burnie,_Maryland", "http://dbpedia.org/resource/Lawrence,_Kansas", "http://dbpedia.org/resource/Maplewood,_Minnesota", "http://dbpedia.org/resource/Sevier,_Utah", "http://dbpedia.org/resource/Geneva", "http://dbpedia.org/resource/Brownsville,_Brooklyn", "http://dbpedia.org/resource/Alaska_Airlines_Flight_261", "http://dbpedia.org/resource/Bozeman,_Montana", "http://dbpedia.org/resource/Rogers,_Arkansas", "http://dbpedia.org/resource/Grand_Forks,_North_Dakota", "http://dbpedia.org/resource/Brooksville,_Florida", "http://dbpedia.org/resource/Union_Township,_Clermont_County,_Ohio", "http://dbpedia.org/resource/Clermont_County,_Ohio", "http://dbpedia.org/resource/Santa_Clara,_California", "http://dbpedia.org/resource/Washington_Heights,_Manhattan", "http://dbpedia.org/resource/Grove_City,_Ohio", "http://dbpedia.org/resource/Venango_County,_Pennsylvania", "http://dbpedia.org/resource/Rockland_Township,_Venango_County,_Pennsylvania", "http://dbpedia.org/resource/Gloucester_Courthouse,_Virginia", "http://dbpedia.org/resource/Clayton,_Missouri", "http://dbpedia.org/resource/Hamilton,_Ohio", "http://dbpedia.org/resource/Afghanistan", "http://dbpedia.org/resource/Kabul", "http://dbpedia.org/resource/Groton,_Connecticut", "http://dbpedia.org/resource/Glenwood_Springs,_Colorado", "http://dbpedia.org/resource/New_Britain,_Connecticut", "http://dbpedia.org/resource/Oak_Grove,_Oregon", "http://dbpedia.org/resource/Elmhurst,_Queens", "http://dbpedia.org/resource/Natick,_Massachusetts", "http://dbpedia.org/resource/NYU_Langone_Hospital_\u2013_Long_Island", "http://dbpedia.org/resource/Mineola,_New_York", "http://dbpedia.org/resource/Douglas,_Michigan", "http://dbpedia.org/resource/Metropolitan_Transition_Center", "http://dbpedia.org/resource/Kansas_City,_Kansas", "http://dbpedia.org/resource/Spokane,_Washington", "http://dbpedia.org/resource/Vineyard_Haven,_Massachusetts", "http://dbpedia.org/resource/St._Clair_County,_Missouri", "http://dbpedia.org/resource/Egypt,_Wharton_County,_Texas", "http://dbpedia.org/resource/Louisiana_State_Penitentiary", "http://dbpedia.org/resource/West_Feliciana_Parish,_Louisiana", "http://dbpedia.org/resource/Port_St._Lucie,_Florida", "http://dbpedia.org/resource/Alameda,_California", "http://dbpedia.org/resource/Rising_Sun,_Indiana", "http://dbpedia.org/resource/Cambridge_City,_Indiana", "http://dbpedia.org/resource/Galt,_Ontario", "http://dbpedia.org/resource/Nashville,_Indiana", "http://dbpedia.org/resource/Warsaw", "http://dbpedia.org/resource/Wymore,_Nebraska", "http://dbpedia.org/resource/Kalispell,_Montana", "http://dbpedia.org/resource/St._Moritz", "http://dbpedia.org/resource/Brazil", "http://dbpedia.org/resource/Harlem", "http://dbpedia.org/resource/Carnegie,_Pennsylvania", "http://dbpedia.org/resource/Goleta,_California", "http://dbpedia.org/resource/Middletown,_Ohio", "http://dbpedia.org/resource/Southampton_(village),_New_York", "http://dbpedia.org/resource/Burien,_Washington", "http://dbpedia.org/resource/Kamagaya", "http://dbpedia.org/resource/Heathsville,_Virginia", "http://dbpedia.org/resource/San_Rafael,_California", "http://dbpedia.org/resource/Meadow_Vista,_California", "http://dbpedia.org/resource/Lake_Tahoe", "http://dbpedia.org/resource/Richlands,_Virginia", "http://dbpedia.org/resource/Mishawaka,_Indiana", "http://dbpedia.org/resource/Mount_Tamalpais", "http://dbpedia.org/resource/Katonah,_New_York", "http://dbpedia.org/resource/Clarksville,_Tennessee", "http://dbpedia.org/resource/Springville,_Utah", "http://dbpedia.org/resource/Lafayette,_Indiana", "http://dbpedia.org/resource/Tippecanoe_County,_Indiana", "http://dbpedia.org/resource/San_Pedro,_Los_Angeles", "http://dbpedia.org/resource/Parma", "http://dbpedia.org/resource/Wyoming,_Ohio", "http://dbpedia.org/resource/Columbia,_Maryland", "http://dbpedia.org/resource/Summit,_Waukesha_County,_Wisconsin", "http://dbpedia.org/resource/West_Harwich,_Massachusetts", "http://dbpedia.org/resource/Suffern,_New_York", "http://dbpedia.org/resource/Las_Cruces,_New_Mexico", "http://dbpedia.org/resource/Monroe,_Louisiana", "http://dbpedia.org/resource/Westwood,_Massachusetts", "http://dbpedia.org/resource/Spartanburg,_South_Carolina", "http://dbpedia.org/resource/Buckfield,_Maine", "http://dbpedia.org/resource/Marysville,_Washington", "http://dbpedia.org/resource/Carson_City,_Nevada", "http://dbpedia.org/resource/Mazatl\u00e1n", "http://dbpedia.org/resource/Sinaloa", "http://dbpedia.org/resource/St._Francisville,_Louisiana", "http://dbpedia.org/resource/Mumbai", "http://dbpedia.org/resource/Charlemont,_Massachusetts", "http://dbpedia.org/resource/Eatontown,_New_Jersey", "http://dbpedia.org/resource/North_Newton,_Kansas", "http://dbpedia.org/resource/Grand_Junction,_Colorado", "http://dbpedia.org/resource/Santa_Paula,_California", "http://dbpedia.org/resource/Chiswick", "http://dbpedia.org/resource/Boulder,_Colorado", "http://dbpedia.org/resource/Ottumwa,_Iowa", "http://dbpedia.org/resource/Dartmouth,_Nova_Scotia", "http://dbpedia.org/resource/Walla_Walla,_Washington", "http://dbpedia.org/resource/Washington_State_Penitentiary", "http://dbpedia.org/resource/Scott_County,_Virginia", "http://dbpedia.org/resource/Old_Saybrook,_Connecticut", "http://dbpedia.org/resource/Cinebar,_Washington", "http://dbpedia.org/resource/Meridian,_Georgia", "http://dbpedia.org/resource/Utica,_New_York", "http://dbpedia.org/resource/Virginia_Beach,_Virginia", "http://dbpedia.org/resource/Boca_Grande,_Florida", "http://dbpedia.org/resource/Avon,_New_York", "http://dbpedia.org/resource/Ushuaia", "http://dbpedia.org/resource/Argentina", "http://dbpedia.org/resource/Montpelier,_Vermont", "http://dbpedia.org/resource/Reidsville,_North_Carolina", "http://dbpedia.org/resource/Radford,_Virginia", "http://dbpedia.org/resource/Essex,_Connecticut", "http://dbpedia.org/resource/Fairfax,_California", "http://dbpedia.org/resource/Zawoja", "http://dbpedia.org/resource/Reading,_Pennsylvania", "http://dbpedia.org/resource/Ranger_Peak_(Wyoming)", "http://dbpedia.org/resource/Wyoming", "http://dbpedia.org/resource/Ventura,_California", "http://dbpedia.org/resource/Berlin", "http://dbpedia.org/resource/Los_Alamitos,_California", "http://dbpedia.org/resource/Berea,_Kentucky", "http://dbpedia.org/resource/Cedar_Lake,_Indiana", "http://dbpedia.org/resource/Kandahar_Province", "http://dbpedia.org/resource/Vero_Beach,_Florida", "http://dbpedia.org/resource/Vernon,_Indiana", "http://dbpedia.org/resource/Del_Mar,_California", "http://dbpedia.org/resource/Onondaga_County,_New_York", "http://dbpedia.org/resource/Fremont,_California", "http://dbpedia.org/resource/Palatine,_Illinois", "http://dbpedia.org/resource/Hollywood_Hills", "http://dbpedia.org/resource/Jasper,_Alabama", "http://dbpedia.org/resource/Commerce_City,_Colorado", "http://dbpedia.org/resource/Karlsruhe", "http://dbpedia.org/resource/Topanga,_California", "http://dbpedia.org/resource/Wolfeboro,_New_Hampshire", "http://dbpedia.org/resource/Sheridan,_Wyoming", "http://dbpedia.org/resource/Claremont,_New_Hampshire", "http://dbpedia.org/resource/Mandaluyong", "http://dbpedia.org/resource/Newark,_New_Jersey", "http://dbpedia.org/resource/Rye,_New_York", "http://dbpedia.org/resource/Lakewood_Township,_New_Jersey", "http://dbpedia.org/resource/Nevada_State_Prison", "http://dbpedia.org/resource/Studio_City,_Los_Angeles", "http://dbpedia.org/resource/Seoul", "http://dbpedia.org/resource/South_Korea", "http://dbpedia.org/resource/Guilford,_Connecticut", "http://dbpedia.org/resource/Winchester,_Tennessee", "http://dbpedia.org/resource/Lubec,_Maine", "http://dbpedia.org/resource/Windsor,_Vermont", "http://dbpedia.org/resource/Winnemucca,_Nevada", "http://dbpedia.org/resource/Lambertville,_New_Jersey", "http://dbpedia.org/resource/Victoria,_Texas", "http://dbpedia.org/resource/Eau_Claire_County,_Wisconsin", "http://dbpedia.org/resource/Territory_of_Hawaii", "http://dbpedia.org/resource/Helena,_Arkansas", "http://dbpedia.org/resource/Tabriz", "http://dbpedia.org/resource/Qajar_Iran", "http://dbpedia.org/resource/East_Azerbaijan_province", "http://dbpedia.org/resource/Duarte,_California", "http://dbpedia.org/resource/Ocean_Parkway_(Brooklyn)", "http://dbpedia.org/resource/Tabernacle_Township,_New_Jersey", "http://dbpedia.org/resource/Pinelands_National_Reserve", "http://dbpedia.org/resource/Vienna,_Virginia", "http://dbpedia.org/resource/Thompson,_Connecticut", "http://dbpedia.org/resource/Saugatuck,_Michigan", "http://dbpedia.org/resource/Little_Silver,_New_Jersey", "http://dbpedia.org/resource/Custer,_South_Dakota", "http://dbpedia.org/resource/Hilo,_Hawaii", "http://dbpedia.org/resource/East_Bridgewater,_Massachusetts", "http://dbpedia.org/resource/Homer,_Minnesota", "http://dbpedia.org/resource/Frankfort,_Kentucky", "http://dbpedia.org/resource/Pierce_County,_Washington", "http://dbpedia.org/resource/Park_County,_Wyoming", "http://dbpedia.org/resource/Cody,_Wyoming", "http://dbpedia.org/resource/Dyersburg,_Tennessee", "http://dbpedia.org/resource/San_Mateo_County,_California", "http://dbpedia.org/resource/Jamaica,_Queens", "http://dbpedia.org/resource/Cloquet,_Minnesota", "http://dbpedia.org/resource/Kaysville,_Utah", "http://dbpedia.org/resource/Parkersburg,_West_Virginia", "http://dbpedia.org/resource/Visings\u00f6", "http://dbpedia.org/resource/Old_Westbury,_New_York", "http://dbpedia.org/resource/Norridgewock,_Maine", "http://dbpedia.org/resource/Crittenden_County,_Arkansas", "http://dbpedia.org/resource/Hastings-on-Hudson,_New_York", "http://dbpedia.org/resource/Presidencies_and_provinces_of_British_India", "http://dbpedia.org/resource/Ledo", "http://dbpedia.org/resource/Boynton_Beach,_Florida", "http://dbpedia.org/resource/Mount_Prospect,_Illinois", "http://dbpedia.org/resource/Thailand", "http://dbpedia.org/resource/Bangkok", "http://dbpedia.org/resource/San_Luis_Obispo,_California", "http://dbpedia.org/resource/Lakewood,_Colorado", "http://dbpedia.org/resource/Greenville,_South_Carolina", "http://dbpedia.org/resource/Passaic,_New_Jersey", "http://dbpedia.org/resource/Rosemont,_Illinois", "http://dbpedia.org/resource/Mediterranean_Sea", "http://dbpedia.org/resource/Spotsylvania_County,_Virginia", "http://dbpedia.org/resource/Clear_Lake,_Iowa", "http://dbpedia.org/resource/Morningside_Heights", "http://dbpedia.org/resource/Devon", "http://dbpedia.org/resource/Dartington_Hall", "http://dbpedia.org/resource/Encinitas,_California", "http://dbpedia.org/resource/Smithtown,_New_York", "http://dbpedia.org/resource/Royalton,_Vermont", "http://dbpedia.org/resource/York_Harbor,_Maine", "http://dbpedia.org/resource/Vancouver", "http://dbpedia.org/resource/Kapaa,_Hawaii", "http://dbpedia.org/resource/Garland,_Texas", "http://dbpedia.org/resource/Steamboat_Springs,_Colorado", "http://dbpedia.org/resource/Dormont,_Pennsylvania", "http://dbpedia.org/resource/Harris_County,_Texas", "http://dbpedia.org/resource/Willits,_California", "http://dbpedia.org/resource/Newland,_North_Carolina", "http://dbpedia.org/resource/Pound_Ridge,_New_York", "http://dbpedia.org/resource/Sun_City,_Menifee,_California", "http://dbpedia.org/resource/Avon,_Connecticut", "http://dbpedia.org/resource/Georgetown,_California", "http://dbpedia.org/resource/St_Leonards-on-Sea", "http://dbpedia.org/resource/Water_Mill,_New_York", "http://dbpedia.org/resource/Suffolk_County,_New_York", "http://dbpedia.org/resource/Angeles_City", "http://dbpedia.org/resource/Grenoble", "http://dbpedia.org/resource/Travis_County,_Texas", "http://dbpedia.org/resource/Chechnya", "http://dbpedia.org/resource/Russia", "http://dbpedia.org/resource/Kingston,_New_Jersey", "http://dbpedia.org/resource/Sonoma_County,_California", "http://dbpedia.org/resource/Rancho_Sotoyome", "http://dbpedia.org/resource/Dayville_(CDP),_Connecticut", "http://dbpedia.org/resource/Feasterville,_Pennsylvania", "http://dbpedia.org/resource/Winchester,_Nevada", "http://dbpedia.org/resource/Arizona_State_Prison_Complex_\u2013_Florence", "http://dbpedia.org/resource/Florence,_Arizona", "http://dbpedia.org/resource/Gwinnett_County,_Georgia", "http://dbpedia.org/resource/Farmington,_Connecticut", "http://dbpedia.org/resource/Oslo", "http://dbpedia.org/resource/Devon,_Pennsylvania", "http://dbpedia.org/resource/Hoosick_Falls,_New_York", "http://dbpedia.org/resource/Barrington,_Rhode_Island", "http://dbpedia.org/resource/Orange_County,_Florida", "http://dbpedia.org/resource/West_Columbia,_South_Carolina", "http://dbpedia.org/resource/Cyprus", "http://dbpedia.org/resource/Nicosia", "http://dbpedia.org/resource/Trabuco_Canyon,_California", "http://dbpedia.org/resource/Freeland,_Washington", "http://dbpedia.org/resource/Natchitoches,_Louisiana", "http://dbpedia.org/resource/Santiago", "http://dbpedia.org/resource/Chile", "http://dbpedia.org/resource/Keaau,_Hawaii", "http://dbpedia.org/resource/Pontiac,_Michigan", "http://dbpedia.org/resource/Chaffee,_Missouri", "http://dbpedia.org/resource/Morristown,_Vermont", "http://dbpedia.org/resource/Don_Jail", "http://dbpedia.org/resource/Ashdown,_Arkansas", "http://dbpedia.org/resource/Pana,_Illinois", "http://dbpedia.org/resource/Glendora,_California", "http://dbpedia.org/resource/Mystic,_Connecticut", "http://dbpedia.org/resource/New_Milford,_Connecticut", "http://dbpedia.org/resource/Pasig", "http://dbpedia.org/resource/Fulton_County,_Georgia", "http://dbpedia.org/resource/St._Peter,_Minnesota", "http://dbpedia.org/resource/Wakefield,_Massachusetts", "http://dbpedia.org/resource/Faribault,_Minnesota", "http://dbpedia.org/resource/Warren_County,_Mississippi", "http://dbpedia.org/resource/Appleton,_Wisconsin", "http://dbpedia.org/resource/Racine,_Wisconsin", "http://dbpedia.org/resource/Mantua_Township,_New_Jersey", "http://dbpedia.org/resource/Ames,_Iowa", "http://dbpedia.org/resource/Front_Royal,_Virginia", "http://dbpedia.org/resource/Biddle,_Montana", "http://dbpedia.org/resource/Flagstaff,_Arizona", "http://dbpedia.org/resource/Washington_County,_Oregon", "http://dbpedia.org/resource/Menands,_New_York", "http://dbpedia.org/resource/Delafield,_Wisconsin", "http://dbpedia.org/resource/Name_of_Canada", "http://dbpedia.org/resource/Windsor,_Ontario", "http://dbpedia.org/resource/Sulphur,_Louisiana", "http://dbpedia.org/resource/Ben_Taub_Hospital", "http://dbpedia.org/resource/Belvidere,_New_Jersey", "http://dbpedia.org/resource/Augusta_County,_Virginia", "http://dbpedia.org/resource/Gaston_County,_North_Carolina", "http://dbpedia.org/resource/Blue_Hill,_Maine", "http://dbpedia.org/resource/Bavaria", "http://dbpedia.org/resource/West_Germany", "http://dbpedia.org/resource/Pecos,_New_Mexico", "http://dbpedia.org/resource/Ann_Arbor,_Michigan", "http://dbpedia.org/resource/Menominee,_Michigan", "http://dbpedia.org/resource/Columbus,_Indiana", "http://dbpedia.org/resource/Streatham", "http://dbpedia.org/resource/Quincy,_Illinois", "http://dbpedia.org/resource/Carroll_County,_Virginia", "http://dbpedia.org/resource/Weatherford,_Texas", "http://dbpedia.org/resource/St._Tammany_Parish,_Louisiana", "http://dbpedia.org/resource/Hendersonville,_Tennessee", "http://dbpedia.org/resource/Wasilla,_Alaska", "http://dbpedia.org/resource/Terra_Alta,_West_Virginia", "http://dbpedia.org/resource/Panorama_City,_Los_Angeles", "http://dbpedia.org/resource/Oxford_Township,_Butler_County,_Ohio", "http://dbpedia.org/resource/Kilby_Correctional_Facility", "http://dbpedia.org/resource/Panama", "http://dbpedia.org/resource/Panama_City", "http://dbpedia.org/resource/Crookston,_Minnesota", "http://dbpedia.org/resource/March_Air_Reserve_Base", "http://dbpedia.org/resource/East_Meadow,_New_York", "http://dbpedia.org/resource/Eagle_Lake,_Texas", "http://dbpedia.org/resource/Tullahoma,_Tennessee", "http://dbpedia.org/resource/Port_Alberni", "http://dbpedia.org/resource/South_Brooklyn", "http://dbpedia.org/resource/Akron,_Ohio", "http://dbpedia.org/resource/Montclair,_New_Jersey", "http://dbpedia.org/resource/Royal_Oak,_Maryland", "http://dbpedia.org/resource/Lanham,_Maryland", "http://dbpedia.org/resource/Sibley,_Iowa", "http://dbpedia.org/resource/South_Bend,_Indiana", "http://dbpedia.org/resource/Clarence,_New_York", "http://dbpedia.org/resource/Victoria,_British_Columbia", "http://dbpedia.org/resource/Leavenworth,_Kansas", "http://dbpedia.org/resource/Cummins_Unit", "http://dbpedia.org/resource/Lincoln_County,_Arkansas", "http://dbpedia.org/resource/United_Kingdom_of_Great_Britain_and_Ireland", "http://dbpedia.org/resource/Ealing", "http://dbpedia.org/resource/Plymouth,_New_Hampshire", "http://dbpedia.org/resource/Bensonhurst,_Brooklyn", "http://dbpedia.org/resource/Contra_Costa_County,_California", "http://dbpedia.org/resource/Signal_Mountain,_Tennessee", "http://dbpedia.org/resource/Hurst,_Texas", "http://dbpedia.org/resource/Mountain_View,_California", "http://dbpedia.org/resource/Southampton,_New_York", "http://dbpedia.org/resource/El_Cerrito,_California", "http://dbpedia.org/resource/Hyde_Park,_New_York", "http://dbpedia.org/resource/Lenexa,_Kansas", "http://dbpedia.org/resource/Montecito,_California", "http://dbpedia.org/resource/Williston,_Tennessee", "http://dbpedia.org/resource/Mitchellville,_Maryland", "http://dbpedia.org/resource/St._Joseph,_Missouri", "http://dbpedia.org/resource/Elgin,_Illinois", "http://dbpedia.org/resource/Scottsdale,_Arizona", "http://dbpedia.org/resource/Louisville,_Colorado", "http://dbpedia.org/resource/Chula_Vista,_California", "http://dbpedia.org/resource/Atmore,_Alabama", "http://dbpedia.org/resource/Holman_Correctional_Facility", "http://dbpedia.org/resource/Lancashire", "http://dbpedia.org/resource/Rochdale", "http://dbpedia.org/resource/Ludington,_Michigan", "http://dbpedia.org/resource/Tazewell,_Virginia", "http://dbpedia.org/resource/Traverse_City,_Michigan", "http://dbpedia.org/resource/Narragansett_Pier,_Rhode_Island", "http://dbpedia.org/resource/Suffolk,_Virginia", "http://dbpedia.org/resource/Woodside,_California", "http://dbpedia.org/resource/Salinas,_California", "http://dbpedia.org/resource/Okauchee_Lake,_Wisconsin", "http://dbpedia.org/resource/Decatur,_Illinois", "http://dbpedia.org/resource/Dry_Branch,_Georgia", "http://dbpedia.org/resource/Far_Hills,_New_Jersey", "http://dbpedia.org/resource/Moscow,_Idaho", "http://dbpedia.org/resource/Bristol,_Maine", "http://dbpedia.org/resource/Terrell,_Texas", "http://dbpedia.org/resource/Saranac_Lake,_New_York", "http://dbpedia.org/resource/Apalachin,_New_York", "http://dbpedia.org/resource/Kensington,_Maryland", "http://dbpedia.org/resource/Erie,_Pennsylvania", "http://dbpedia.org/resource/Clintwood,_Virginia", "http://dbpedia.org/resource/Jackson_Heights,_Queens", "http://dbpedia.org/resource/Bossier_City,_Louisiana", "http://dbpedia.org/resource/Readsboro,_Vermont", "http://dbpedia.org/resource/Grove_Hill,_Alabama", "http://dbpedia.org/resource/Newport,_Arkansas", "http://dbpedia.org/resource/Milwaukie,_Oregon", "http://dbpedia.org/resource/Boulder_City,_Nevada", "http://dbpedia.org/resource/Perth_Amboy,_New_Jersey", "http://dbpedia.org/resource/Marlin,_Texas", "http://dbpedia.org/resource/Marion,_Illinois", "http://dbpedia.org/resource/Staunton,_Virginia", "http://dbpedia.org/resource/Brooklyn_Naval_Hospital", "http://dbpedia.org/resource/Mentor,_Ohio", "http://dbpedia.org/resource/Gaylordsville,_Connecticut", "http://dbpedia.org/resource/Alamo,_Nevada", "http://dbpedia.org/resource/Cuyahoga_Falls,_Ohio", "http://dbpedia.org/resource/Waverly,_Virginia", "http://dbpedia.org/resource/Pomona,_California", "http://dbpedia.org/resource/Conrad,_Montana", "http://dbpedia.org/resource/Fremont,_Ohio", "http://dbpedia.org/resource/Norwalk,_Connecticut", "http://dbpedia.org/resource/Alger_County,_Michigan", "http://dbpedia.org/resource/Dripping_Springs,_Texas", "http://dbpedia.org/resource/Potomac,_Maryland", "http://dbpedia.org/resource/Springfield,_Virginia", "http://dbpedia.org/resource/Rockaway_Beach,_Queens", "http://dbpedia.org/resource/Raymore,_Missouri", "http://dbpedia.org/resource/Southwest_Ranches,_Florida", "http://dbpedia.org/resource/Long_Branch,_New_Jersey", "http://dbpedia.org/resource/Washington_County,_Georgia", "http://dbpedia.org/resource/Cape_Coral,_Florida", "http://dbpedia.org/resource/St._Charles,_Missouri", "http://dbpedia.org/resource/Brantford", "http://dbpedia.org/resource/Tofino", "http://dbpedia.org/resource/Corcoran,_California", "http://dbpedia.org/resource/Westminster,_Maryland", "http://dbpedia.org/resource/Saint_Croix", "http://dbpedia.org/resource/United_States_Virgin_Islands", "http://dbpedia.org/resource/Christiansted,_U.S._Virgin_Islands", "http://dbpedia.org/resource/Dawson,_Texas", "http://dbpedia.org/resource/Jackson,_Alabama", "http://dbpedia.org/resource/Cork_County_Gaol", "http://dbpedia.org/resource/Clifton,_New_Jersey", "http://dbpedia.org/resource/Passaic_County,_New_Jersey", "http://dbpedia.org/resource/Moscow", "http://dbpedia.org/resource/Joshua_Tree,_California", "http://dbpedia.org/resource/Loudoun_County,_Virginia", "http://dbpedia.org/resource/Webster_City,_Iowa", "http://dbpedia.org/resource/San_Mateo,_California", "http://dbpedia.org/resource/Amanda_Township,_Fairfield_County,_Ohio", "http://dbpedia.org/resource/Laconia,_New_Hampshire", "http://dbpedia.org/resource/Pomfret,_Connecticut", "http://dbpedia.org/resource/Kerrville,_Texas", "http://dbpedia.org/resource/Wausau,_Wisconsin", "http://dbpedia.org/resource/West_Newton,_Massachusetts", "http://dbpedia.org/resource/Hinds_County,_Mississippi", "http://dbpedia.org/resource/Wood_County,_Ohio", "http://dbpedia.org/resource/Bowling_Green,_Ohio", "http://dbpedia.org/resource/Middletown,_Rhode_Island", "http://dbpedia.org/resource/Harrodsburg,_Kentucky", "http://dbpedia.org/resource/Bridgeport,_Connecticut", "http://dbpedia.org/resource/Yankton,_South_Dakota", "http://dbpedia.org/resource/Romney,_West_Virginia", "http://dbpedia.org/resource/Asmara", "http://dbpedia.org/resource/Italian_Eritrea", "http://dbpedia.org/resource/New_Brunswick,_New_Jersey", "http://dbpedia.org/resource/Midtown_Manhattan", "http://dbpedia.org/resource/Arcola,_Virginia", "http://dbpedia.org/resource/Havertown,_Pennsylvania", "http://dbpedia.org/resource/Grand_Prairie,_Texas", "http://dbpedia.org/resource/Crompton_Mill_Historic_District", "http://dbpedia.org/resource/Glen_Rose,_Texas", "http://dbpedia.org/resource/Marquette,_Michigan", "http://dbpedia.org/resource/Gloucester,_Massachusetts", "http://dbpedia.org/resource/Seabreeze,_Florida", "http://dbpedia.org/resource/Fulshear,_Texas", "http://dbpedia.org/resource/Wellsboro,_Pennsylvania", "http://dbpedia.org/resource/Soquel,_California", "http://dbpedia.org/resource/Laguna_Niguel,_California", "http://dbpedia.org/resource/Marseille", "http://dbpedia.org/resource/Fertile,_Iowa", "http://dbpedia.org/resource/Fullerton,_California", "http://dbpedia.org/resource/Colorado_Springs,_Colorado", "http://dbpedia.org/resource/Cape_Province", "http://dbpedia.org/resource/Knysna", "http://dbpedia.org/resource/Yarmouth,_Maine", "http://dbpedia.org/resource/Wimberley,_Texas", "http://dbpedia.org/resource/Park_Ridge,_Illinois", "http://dbpedia.org/resource/Glencoe,_Illinois", "http://dbpedia.org/resource/Inglewood,_California", "http://dbpedia.org/resource/Shelley,_Idaho", "http://dbpedia.org/resource/Anderson,_South_Carolina", "http://dbpedia.org/resource/Wythe_County,_Virginia", "http://dbpedia.org/resource/Abilene,_Texas", "http://dbpedia.org/resource/Summerville,_South_Carolina", "http://dbpedia.org/resource/Adelphi,_Maryland", "http://dbpedia.org/resource/Moorpark,_California", "http://dbpedia.org/resource/Huntington_Beach,_California", "http://dbpedia.org/resource/Greene_County,_Virginia", "http://dbpedia.org/resource/Mount_Healthy,_Ohio", "http://dbpedia.org/resource/Peppermill_Village,_Maryland", "http://dbpedia.org/resource/Sullivan_County,_New_York", "http://dbpedia.org/resource/Ojai,_California", "http://dbpedia.org/resource/Ocean_City,_Maryland", "http://dbpedia.org/resource/Bishop,_California", "http://dbpedia.org/resource/Lackawanna,_New_York", "http://dbpedia.org/resource/Harlan,_Iowa", "http://dbpedia.org/resource/Mannheim", "http://dbpedia.org/resource/Dunmore,_Pennsylvania", "http://dbpedia.org/resource/Andalusia_(estate)", "http://dbpedia.org/resource/Bucks_County,_Pennsylvania", "http://dbpedia.org/resource/Green_Tree,_Pennsylvania", "http://dbpedia.org/resource/Lagunitas,_California", "http://dbpedia.org/resource/Oracle,_Arizona", "http://dbpedia.org/resource/Burkesville,_Kentucky", "http://dbpedia.org/resource/Cumberland_County,_Kentucky", "http://dbpedia.org/resource/Kennebunk,_Maine", "http://dbpedia.org/resource/Morrilton,_Arkansas", "http://dbpedia.org/resource/Ridgewood,_New_Jersey", "http://dbpedia.org/resource/Irvington,_New_York", "http://dbpedia.org/resource/Chelsea,_London", "http://dbpedia.org/resource/Timmins", "http://dbpedia.org/resource/Southfield,_Massachusetts", "http://dbpedia.org/resource/Massapequa,_New_York", "http://dbpedia.org/resource/Pong_district", "http://dbpedia.org/resource/Phayao_province", "http://dbpedia.org/resource/Melville,_New_York", "http://dbpedia.org/resource/Chattanooga,_Tennessee", "http://dbpedia.org/resource/Fox_Island,_Washington", "http://dbpedia.org/resource/Bolinas,_California", "http://dbpedia.org/resource/Chicago_Heights,_Illinois", "http://dbpedia.org/resource/Brimfield,_Illinois", "http://dbpedia.org/resource/Jerusalem", "http://dbpedia.org/resource/Jamaica", "http://dbpedia.org/resource/Ocho_Rios", "http://dbpedia.org/resource/Falls_City,_Nebraska", "http://dbpedia.org/resource/North_English,_Iowa", "http://dbpedia.org/resource/Rochester,_Wisconsin", "http://dbpedia.org/resource/Brookings,_South_Dakota", "http://dbpedia.org/resource/Narberth,_Pennsylvania", "http://dbpedia.org/resource/North_Canaan,_Connecticut", "http://dbpedia.org/resource/Sun_Valley_Lake,_Iowa", "http://dbpedia.org/resource/Hockessin,_Delaware", "http://dbpedia.org/resource/Warren,_Vermont", "http://dbpedia.org/resource/Fairfax_County,_Virginia", "http://dbpedia.org/resource/Berryville,_Virginia", "http://dbpedia.org/resource/Middleburg,_Carroll_County,_Maryland", "http://dbpedia.org/resource/Gaza_Strip", "http://dbpedia.org/resource/Rafah", "http://dbpedia.org/resource/Warrenton,_Virginia", "http://dbpedia.org/resource/Jordanville,_New_York", "http://dbpedia.org/resource/Ioannina", "http://dbpedia.org/resource/White_Knob_Mountains", "http://dbpedia.org/resource/East_Orange,_New_Jersey", "http://dbpedia.org/resource/Ewing,_Virginia", "http://dbpedia.org/resource/Stanleytown,_Virginia", "http://dbpedia.org/resource/Cook_County,_Illinois", "http://dbpedia.org/resource/Falmouth,_Maine", "http://dbpedia.org/resource/Detroit_Lakes,_Minnesota", "http://dbpedia.org/resource/Lenox,_Massachusetts", "http://dbpedia.org/resource/Oceanside,_New_York", "http://dbpedia.org/resource/Nuevo_Le\u00f3n", "http://dbpedia.org/resource/Second_Federal_Republic_of_Mexico", "http://dbpedia.org/resource/Monterrey", "http://dbpedia.org/resource/Feura_Bush,_New_York", "http://dbpedia.org/resource/Seabrook_Island,_South_Carolina", "http://dbpedia.org/resource/Potsdam,_New_York", "http://dbpedia.org/resource/Fincastle,_Virginia", "http://dbpedia.org/resource/Arcola,_Illinois", "http://dbpedia.org/resource/Macau", "http://dbpedia.org/resource/Berks_County,_Pennsylvania", "http://dbpedia.org/resource/Danvers,_Massachusetts", "http://dbpedia.org/resource/Haskell,_New_Jersey", "http://dbpedia.org/resource/St._Charles,_Illinois", "http://dbpedia.org/resource/Stockbridge,_Massachusetts", "http://dbpedia.org/resource/Freeport,_Bahamas", "http://dbpedia.org/resource/Exeter", "http://dbpedia.org/resource/Galway", "http://dbpedia.org/resource/Devil's_Island", "http://dbpedia.org/resource/French_Guiana", "http://dbpedia.org/resource/Memorial_Sloan_Kettering_Cancer_Center", "http://dbpedia.org/resource/West_Newbury,_Massachusetts", "http://dbpedia.org/resource/Porters_Neck,_North_Carolina", "http://dbpedia.org/resource/Houghton_Lake,_Michigan", "http://dbpedia.org/resource/Branford,_Connecticut", "http://dbpedia.org/resource/Leland,_Mississippi", "http://dbpedia.org/resource/Asbury_Park,_New_Jersey", "http://dbpedia.org/resource/New_Iberia,_Louisiana", "http://dbpedia.org/resource/Leipzig", "http://dbpedia.org/resource/Raymond,_Mississippi", "http://dbpedia.org/resource/Camarillo,_California", "http://dbpedia.org/resource/Newcastle,_Wyoming", "http://dbpedia.org/resource/Rehoboth_Beach,_Delaware", "http://dbpedia.org/resource/Ashland,_Oregon", "http://dbpedia.org/resource/Morganfield,_Kentucky", "http://dbpedia.org/resource/Newburyport,_Massachusetts", "http://dbpedia.org/resource/Arlington_Heights,_Illinois", "http://dbpedia.org/resource/San_Quentin_State_Prison", "http://dbpedia.org/resource/Verona,_Wisconsin", "http://dbpedia.org/resource/Bennett,_Colorado", "http://dbpedia.org/resource/North_Hampton,_New_Hampshire", "http://dbpedia.org/resource/Palm_City,_Florida", "http://dbpedia.org/resource/Kensington", "http://dbpedia.org/resource/Waterbeach", "http://dbpedia.org/resource/Cambridgeshire", "http://dbpedia.org/resource/Hood_River,_Oregon", "http://dbpedia.org/resource/Patrick_County,_Virginia", "http://dbpedia.org/resource/West_Melbourne,_Florida", "http://dbpedia.org/resource/Novi,_Michigan", "http://dbpedia.org/resource/Martha's_Vineyard", "http://dbpedia.org/resource/Colonia_Morelos", "http://dbpedia.org/resource/Sonora", "http://dbpedia.org/resource/Bedford_County,_Virginia", "http://dbpedia.org/resource/Rohnert_Park,_California", "http://dbpedia.org/resource/Rockford,_Illinois", "http://dbpedia.org/resource/Wautoma,_Wisconsin", "http://dbpedia.org/resource/Amelia_Island", "http://dbpedia.org/resource/East_Knoxville", "http://dbpedia.org/resource/Wilton,_Connecticut", "http://dbpedia.org/resource/Harpers_Ferry,_West_Virginia", "http://dbpedia.org/resource/Washington,_Pennsylvania", "http://dbpedia.org/resource/West_Roxbury", "http://dbpedia.org/resource/Waterloo_(town),_New_York", "http://dbpedia.org/resource/Sokoto_State", "http://dbpedia.org/resource/Nigeria", "http://dbpedia.org/resource/Janesville,_Wisconsin", "http://dbpedia.org/resource/Chase_City,_Virginia", "http://dbpedia.org/resource/Greenwood_Lake,_New_York", "http://dbpedia.org/resource/Hampton,_Connecticut", "http://dbpedia.org/resource/Pacific_Palisades,_Los_Angeles", "http://dbpedia.org/resource/Waukesha,_Wisconsin", "http://dbpedia.org/resource/Interlachen,_Florida", "http://dbpedia.org/resource/Manassas,_Virginia", "http://dbpedia.org/resource/Durand,_Illinois", "http://dbpedia.org/resource/Empire_of_Japan", "http://dbpedia.org/resource/Kobe", "http://dbpedia.org/resource/Glen_Arbor_Township,_Michigan", "http://dbpedia.org/resource/Brown_County,_Kansas", "http://dbpedia.org/resource/Padonia_Township,_Brown_County,_Kansas", "http://dbpedia.org/resource/Battle_Creek,_Michigan", "http://dbpedia.org/resource/Ukiah,_California", "http://dbpedia.org/resource/Wheaton,_Illinois", "http://dbpedia.org/resource/Laramie,_Wyoming", "http://dbpedia.org/resource/Everett,_Washington", "http://dbpedia.org/resource/Snohomish_County,_Washington", "http://dbpedia.org/resource/Prince_Edward_Island", "http://dbpedia.org/resource/Charlottetown", "http://dbpedia.org/resource/Holly_Springs,_Mississippi", "http://dbpedia.org/resource/Simcoe,_Ontario", "http://dbpedia.org/resource/Largo,_Florida", "http://dbpedia.org/resource/Gothenburg", "http://dbpedia.org/resource/Chesterfield_County,_Virginia", "http://dbpedia.org/resource/Thomasville,_Georgia", "http://dbpedia.org/resource/Mebane,_North_Carolina", "http://dbpedia.org/resource/East_Quogue,_New_York", "http://dbpedia.org/resource/Nyon", "http://dbpedia.org/resource/Laguna_Woods,_California", "http://dbpedia.org/resource/Lima,_Pennsylvania", "http://dbpedia.org/resource/Gonbad-e_Kavus", "http://dbpedia.org/resource/Iran", "http://dbpedia.org/resource/Clanton,_Alabama", "http://dbpedia.org/resource/Jacksonport,_Arkansas", "http://dbpedia.org/resource/Doddsville,_Mississippi", "http://dbpedia.org/resource/Greenbrae,_California", "http://dbpedia.org/resource/Muskegon,_Michigan", "http://dbpedia.org/resource/Metro_State_Prison", "http://dbpedia.org/resource/Otter_Tail_County,_Minnesota", "http://dbpedia.org/resource/Chagrin_Falls,_Ohio", "http://dbpedia.org/resource/Lee's_Summit,_Missouri", "http://dbpedia.org/resource/Fitchburg,_Wisconsin", "http://dbpedia.org/resource/Donaldson,_Indiana", "http://dbpedia.org/resource/Gettysburg,_Pennsylvania", "http://dbpedia.org/resource/Bettendorf,_Iowa", "http://dbpedia.org/resource/Paramount,_California", "http://dbpedia.org/resource/Malabar,_Florida", "http://dbpedia.org/resource/Jupiter_Island", "http://dbpedia.org/resource/Martinsville,_Virginia", "http://dbpedia.org/resource/Santiago_Atitl\u00e1n", "http://dbpedia.org/resource/Solol\u00e1_Department", "http://dbpedia.org/resource/Guatemala", "http://dbpedia.org/resource/Conway,_Arkansas", "http://dbpedia.org/resource/Aspen,_Colorado", "http://dbpedia.org/resource/Decatur,_Georgia", "http://dbpedia.org/resource/Irish_Republic", "http://dbpedia.org/resource/County_Offaly", "http://dbpedia.org/resource/Shinrone", "http://dbpedia.org/resource/Waynesboro,_Georgia", "http://dbpedia.org/resource/Plymouth,_Massachusetts", "http://dbpedia.org/resource/Idaho_Falls,_Idaho", "http://dbpedia.org/resource/Patrick_Henry_Village", "http://dbpedia.org/resource/Heidelberg", "http://dbpedia.org/resource/Atlantic_City,_New_Jersey", "http://dbpedia.org/resource/Elgin,_Kershaw_County,_South_Carolina", "http://dbpedia.org/resource/St._George,_Utah", "http://dbpedia.org/resource/Solvang,_California", "http://dbpedia.org/resource/Manchester,_New_Hampshire", "http://dbpedia.org/resource/Tomball,_Texas", "http://dbpedia.org/resource/Glens_Falls,_New_York", "http://dbpedia.org/resource/Bayonne,_New_Jersey", "http://dbpedia.org/resource/Amsterdam", "http://dbpedia.org/resource/Liberty,_Texas", "http://dbpedia.org/resource/Pendleton,_Oregon", "http://dbpedia.org/resource/Ector_County,_Texas", "http://dbpedia.org/resource/New_Hartford,_New_York", "http://dbpedia.org/resource/Shenandoah,_Iowa", "http://dbpedia.org/resource/San_Marino,_California", "http://dbpedia.org/resource/Webster_Groves,_Missouri", "http://dbpedia.org/resource/Horatio,_Arkansas", "http://dbpedia.org/resource/Virginia_Water", "http://dbpedia.org/resource/Surrey", "http://dbpedia.org/resource/Tyro,_Virginia", "http://dbpedia.org/resource/Gold_Coast,_Queensland", "http://dbpedia.org/resource/York,_Pennsylvania", "http://dbpedia.org/resource/Loma_Linda,_California", "http://dbpedia.org/resource/Molokai", "http://dbpedia.org/resource/Norwood,_Massachusetts", "http://dbpedia.org/resource/Hamilton,_Massachusetts", "http://dbpedia.org/resource/Woody_Creek,_Colorado", "http://dbpedia.org/resource/Eufaula,_Oklahoma", "http://dbpedia.org/resource/Portsmouth,_New_Hampshire", "http://dbpedia.org/resource/Brattleboro,_Vermont", "http://dbpedia.org/resource/Bucharest", "http://dbpedia.org/resource/Romania", "http://dbpedia.org/resource/Victoria_(Australia)", "http://dbpedia.org/resource/Albert_Park,_Victoria", "http://dbpedia.org/resource/Flat_Rock,_Henderson_County,_North_Carolina", "http://dbpedia.org/resource/Naples,_Texas", "http://dbpedia.org/resource/El_Dorado_Springs,_Missouri", "http://dbpedia.org/resource/Middletown,_Orange_County,_New_York", "http://dbpedia.org/resource/Pleasant_Hill,_Kentucky", "http://dbpedia.org/resource/Santa_Clarita,_California", "http://dbpedia.org/resource/The_Bahamas", "http://dbpedia.org/resource/Lyford_Cay", "http://dbpedia.org/resource/New_Providence", "http://dbpedia.org/resource/Riverside_Methodist_Hospital", "http://dbpedia.org/resource/Abruzzo", "http://dbpedia.org/resource/Pescara", "http://dbpedia.org/resource/Santaquin,_Utah", "http://dbpedia.org/resource/Thomaston,_Connecticut", "http://dbpedia.org/resource/Woodside,_Queens", "http://dbpedia.org/resource/Goi\u00e1s", "http://dbpedia.org/resource/Jata\u00ed", "http://dbpedia.org/resource/Eglin_Air_Force_Base", "http://dbpedia.org/resource/Granbury,_Texas", "http://dbpedia.org/resource/Twentynine_Palms,_California", "http://dbpedia.org/resource/Blacksburg,_Virginia", "http://dbpedia.org/resource/Kearns,_Utah", "http://dbpedia.org/resource/Saratoga,_California", "http://dbpedia.org/resource/Sun_City,_Arizona", "http://dbpedia.org/resource/Anaconda,_Montana", "http://dbpedia.org/resource/West_Bloomfield_Township,_Michigan", "http://dbpedia.org/resource/London,_Ontario", "http://dbpedia.org/resource/East_Passyunk_Crossing,_Philadelphia", "http://dbpedia.org/resource/Korea", "http://dbpedia.org/resource/Dallas,_North_Carolina", "http://dbpedia.org/resource/Somerville,_New_Jersey", "http://dbpedia.org/resource/Elberton,_Georgia", "http://dbpedia.org/resource/Juana_D\u00edaz,_Puerto_Rico", "http://dbpedia.org/resource/Medford,_Massachusetts", "http://dbpedia.org/resource/Schenectady,_New_York", "http://dbpedia.org/resource/Richmond_Heights,_Missouri", "http://dbpedia.org/resource/Greene_County,_Ohio", "http://dbpedia.org/resource/Yellow_Springs,_Ohio", "http://dbpedia.org/resource/Ra'anana", "http://dbpedia.org/resource/Mattapan", "http://dbpedia.org/resource/Cedaredge,_Colorado", "http://dbpedia.org/resource/San_Diego_County,_California", "http://dbpedia.org/resource/Cardiff-by-the-Sea,_Encinitas,_California", "http://dbpedia.org/resource/Jarratt,_Virginia", "http://dbpedia.org/resource/Greensville_Correctional_Center", "http://dbpedia.org/resource/Fort_Bragg,_California", "http://dbpedia.org/resource/High_Falls,_New_York", "http://dbpedia.org/resource/Europe", "http://dbpedia.org/resource/Missouri_State_Penitentiary", "http://dbpedia.org/resource/University_City,_Missouri", "http://dbpedia.org/resource/Palmdale,_California", "http://dbpedia.org/resource/Anaheim,_California", "http://dbpedia.org/resource/Dunedin,_Florida", "http://dbpedia.org/resource/Toledo,_Ohio", "http://dbpedia.org/resource/Towson,_Maryland", "http://dbpedia.org/resource/Hampton_Beach,_New_Hampshire", "http://dbpedia.org/resource/Leeton,_Missouri", "http://dbpedia.org/resource/Edwardsville,_Illinois", "http://dbpedia.org/resource/Arcadia,_Louisiana", "http://dbpedia.org/resource/Clay_City,_Indiana", "http://dbpedia.org/resource/Bainbridge_Island,_Washington", "http://dbpedia.org/resource/Eureka,_California", "http://dbpedia.org/resource/Sing_Sing", "http://dbpedia.org/resource/Ossining_(town),_New_York", "http://dbpedia.org/resource/Bellevue,_Ohio", "http://dbpedia.org/resource/Springfield,_Oregon", "http://dbpedia.org/resource/Elk_Grove,_California", "http://dbpedia.org/resource/Sag_Harbor,_New_York", "http://dbpedia.org/resource/Braintree,_Massachusetts", "http://dbpedia.org/resource/Pelham,_New_York", "http://dbpedia.org/resource/Maui", "http://dbpedia.org/resource/Troy,_New_York", "http://dbpedia.org/resource/Bellevue,_Washington", "http://dbpedia.org/resource/Venice,_Los_Angeles", "http://dbpedia.org/resource/Vinita,_Oklahoma", "http://dbpedia.org/resource/Oklahoma_Territory", "http://dbpedia.org/resource/Lingayen_Gulf", "http://dbpedia.org/resource/Cartersville,_Georgia", "http://dbpedia.org/resource/Pittsfield,_Massachusetts", "http://dbpedia.org/resource/Kingdom_of_Nepal", "http://dbpedia.org/resource/Outremont,_Quebec", "http://dbpedia.org/resource/South_Texas", "http://dbpedia.org/resource/Bergen_County,_New_Jersey", "http://dbpedia.org/resource/Clay-Ashland", "http://dbpedia.org/resource/Orgeval,_Yvelines", "http://dbpedia.org/resource/White_Plains,_New_York", "http://dbpedia.org/resource/Ontario,_Oregon", "http://dbpedia.org/resource/Wickenburg,_Arizona", "http://dbpedia.org/resource/Cape_May,_New_Jersey"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/phylum> <http://dbpedia.org/resource/Chordate> . ?uri order <http://dbpedia.org/resource/Diprotodontia> }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Aegean_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }"}, "answers": ["6"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/ontology/university> ?uri . <http://dbpedia.org/resource/Ivan_Toplak> <http://dbpedia.org/property/managerClub> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/executiveProducer> <http://dbpedia.org/resource/Ricky_Gervais> . ?x <http://dbpedia.org/property/series> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/lyrics> <http://dbpedia.org/resource/Flours> . ?uri <http://dbpedia.org/ontology/family> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/American_Football_League> <http://dbpedia.org/property/league> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Royal_Society> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": ["http://dbpedia.org/resource/Arthur_Eddington", "http://dbpedia.org/resource/Saiful_Islam_(professor)", "http://dbpedia.org/resource/William_George_Fearnsides", "http://dbpedia.org/resource/L._E._J._Brouwer", "http://dbpedia.org/resource/E._J._Conway", "http://dbpedia.org/resource/Ezer_Griffiths", "http://dbpedia.org/resource/F._Albert_Cotton", "http://dbpedia.org/resource/Eleanor_Dodson"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_H._Fields> <http://dbpedia.org/property/restingplace> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/family> <http://dbpedia.org/resource/Padm\u00e9_Amidala> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}"}, "answers": ["http://dbpedia.org/resource/Mara_Jade"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/author> <http://dbpedia.org/resource/Google_Web_Toolkit> . ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/PlayN> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/automobilePlatform> <http://dbpedia.org/resource/Dodge> . ?x <http://dbpedia.org/property/manufacturer> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ne_daj_se,_Nina> <http://dbpedia.org/property/firstAired> ?uri } "}, "answers": ["2007-10-29", "2008-01-03", "", "Serbia:", "Croatia:"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Brian_Moriarty> . ?uri <http://dbpedia.org/ontology/writer> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Louis_Bri\u00e8re> <http://dbpedia.org/ontology/commander> ?x . ?x <http://dbpedia.org/property/territory> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Ice_hockey> . ?x <http://dbpedia.org/property/team> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/format> <http://dbpedia.org/resource/WBIG> . ?uri <http://dbpedia.org/property/format> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/Worcester_College,_Oxford> . ?x <http://dbpedia.org/property/fields> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Celluloid_Records> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalArtist>}"}, "answers": ["http://dbpedia.org/resource/Martin_Bisi", "http://dbpedia.org/resource/Jody_Harris", "http://dbpedia.org/resource/Tshala_Muana", "http://dbpedia.org/resource/Fela_Kuti", "http://dbpedia.org/resource/Ferdinand_Richard"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Arthur_St._Clair> <http://dbpedia.org/ontology/commander> ?x . ?x <http://dbpedia.org/property/combatant> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/instrument> <http://dbpedia.org/resource/Guitar> . ?x <http://dbpedia.org/ontology/hometown> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Hampshire", "http://dbpedia.org/resource/Farnborough,_Hampshire", "http://dbpedia.org/resource/Australia", "http://dbpedia.org/resource/Sydney", "http://dbpedia.org/resource/Basque_Country_(autonomous_community)", "http://dbpedia.org/resource/Kirkcaldy", "http://dbpedia.org/resource/Sweden", "http://dbpedia.org/resource/Ludvika", "http://dbpedia.org/resource/London", "http://dbpedia.org/resource/Swarcliffe", "http://dbpedia.org/resource/Leeds", "http://dbpedia.org/resource/Tennessee", "http://dbpedia.org/resource/United_States", "http://dbpedia.org/resource/Memphis,_Tennessee", "http://dbpedia.org/resource/Lima", "http://dbpedia.org/resource/Peru", "http://dbpedia.org/resource/Colombia", "http://dbpedia.org/resource/Manizales", "http://dbpedia.org/resource/Nashville,_Tennessee", "http://dbpedia.org/resource/Los_Angeles", "http://www.brainyhistory.com/topics/a/andy.html", "http://dbpedia.org/resource/Kent", "http://dbpedia.org/resource/Ireland", "http://dbpedia.org/resource/County_Kildare", "http://dbpedia.org/resource/Bromsgrove", "http://dbpedia.org/resource/Worcestershire", "http://dbpedia.org/resource/Portland,_Oregon", "http://dbpedia.org/resource/Vancouver", "http://dbpedia.org/resource/British_Columbia", "http://dbpedia.org/resource/La_Habra_Heights,_California", "http://dbpedia.org/resource/Chicago", "http://dbpedia.org/resource/Illinois", "http://dbpedia.org/resource/Bellingham,_Washington", "http://dbpedia.org/resource/Germany", "http://dbpedia.org/resource/Mosbach", "http://dbpedia.org/resource/Pennsylvania", "http://dbpedia.org/resource/Philadelphia", "http://dbpedia.org/resource/Buffalo,_New_York", "http://dbpedia.org/resource/Gothenburg", "http://dbpedia.org/resource/Houlton,_Maine", "http://dbpedia.org/resource/Maine", "http://dbpedia.org/resource/Austin,_Texas", "http://dbpedia.org/resource/Texas", "http://dbpedia.org/resource/Batangas", "http://dbpedia.org/resource/Connecticut", "http://dbpedia.org/resource/Nova_Scotia", "http://dbpedia.org/resource/Toronto", "http://dbpedia.org/resource/Ontario", "http://dbpedia.org/resource/Arkansas", "http://dbpedia.org/resource/El_Dorado,_Arkansas", "http://dbpedia.org/resource/Nanaimo", "http://dbpedia.org/resource/Humble,_Texas", "http://dbpedia.org/resource/Hawthorne,_California", "http://dbpedia.org/resource/Belgium", "http://dbpedia.org/resource/Geraardsbergen", "http://dbpedia.org/resource/Royal_Oak,_Michigan", "http://dbpedia.org/resource/New_York_(state)", "http://dbpedia.org/resource/New_York_City", "http://dbpedia.org/resource/Maidstone", "http://dbpedia.org/resource/Tehran", "http://dbpedia.org/resource/Iran", "http://dbpedia.org/resource/New_Jersey", "http://dbpedia.org/resource/The_Hague", "http://dbpedia.org/resource/Netherlands", "http://dbpedia.org/resource/Humboldt,_Tennessee", "http://dbpedia.org/resource/Vastas", "http://dbpedia.org/resource/Arcadia_(regional_unit)", "http://dbpedia.org/resource/Greece", "http://dbpedia.org/resource/Brighton", "http://dbpedia.org/resource/California", "http://dbpedia.org/resource/Orange_County,_California", "http://dbpedia.org/resource/Detroit", "http://dbpedia.org/resource/Michigan", "http://dbpedia.org/resource/Guelph", "http://dbpedia.org/resource/Cherepovets", "http://dbpedia.org/resource/Yekaterinburg", "http://dbpedia.org/resource/North_Macedonia", "http://dbpedia.org/resource/Skopje", "http://dbpedia.org/resource/Asturias", "http://dbpedia.org/resource/Oviedo", "http://dbpedia.org/resource/Spain", "http://dbpedia.org/resource/Florence,_Alabama", "http://dbpedia.org/resource/Regina,_Saskatchewan", "http://dbpedia.org/resource/Kentucky", "http://dbpedia.org/resource/Louisville,_Kentucky", "http://dbpedia.org/resource/France", "http://dbpedia.org/resource/Saint-Cloud", "http://dbpedia.org/resource/Halmstad", "http://dbpedia.org/resource/Missouri", "http://dbpedia.org/resource/St._Louis", "http://dbpedia.org/resource/Monterrey", "http://dbpedia.org/resource/Norway", "http://dbpedia.org/resource/Stavanger", "http://dbpedia.org/resource/Brevard,_North_Carolina", "http://dbpedia.org/resource/Sarawak", "http://dbpedia.org/resource/Malaysia", "http://dbpedia.org/resource/Sibu", "http://dbpedia.org/resource/New_South_Wales", "http://dbpedia.org/resource/New_Mexico", "http://dbpedia.org/resource/New_Orleans", "http://dbpedia.org/resource/Louisiana", "http://dbpedia.org/resource/Singapore", "http://dbpedia.org/resource/Bad_Homburg", "http://dbpedia.org/resource/Lillesand", "http://dbpedia.org/resource/Brooklyn", "http://dbpedia.org/resource/Scotland", "http://dbpedia.org/resource/Yamaguchi_Prefecture", "http://dbpedia.org/resource/West_Germany", "http://dbpedia.org/resource/Wuppertal", "http://dbpedia.org/resource/Glasgow", "http://dbpedia.org/resource/West_London", "http://dbpedia.org/resource/Paddington", "http://dbpedia.org/resource/Canada", "http://dbpedia.org/resource/South_Windsor,_Connecticut", "http://dbpedia.org/resource/Bearsden", "http://dbpedia.org/resource/Atlanta", "http://dbpedia.org/resource/Russian_Soviet_Federative_Socialist_Republic", "http://dbpedia.org/resource/Bordeaux", "http://dbpedia.org/resource/Costa_Mesa,_California", "http://dbpedia.org/resource/Mali", "http://dbpedia.org/resource/Niafunk\u00e9", "http://dbpedia.org/resource/Hollis,_Maine", "http://dbpedia.org/resource/Winchester,_Kentucky", "http://dbpedia.org/resource/Karachi", "http://dbpedia.org/resource/Pakistan", "http://dbpedia.org/resource/Danville,_Kentucky", "http://dbpedia.org/resource/Israel", "http://dbpedia.org/resource/Irmo,_South_Carolina", "http://dbpedia.org/resource/England", "http://dbpedia.org/resource/Ashland,_Oregon", "http://dbpedia.org/resource/Chile", "http://dbpedia.org/resource/Taormina", "http://dbpedia.org/resource/Italy", "http://dbpedia.org/resource/Victoria_(Australia)", "http://dbpedia.org/resource/Melbourne", "http://dbpedia.org/resource/Little_Rock,_Arkansas", "http://dbpedia.org/resource/Glarus", "http://dbpedia.org/resource/Switzerland", "http://dbpedia.org/resource/Charleville-M\u00e9zi\u00e8res", "http://dbpedia.org/resource/Grand_Est", "http://dbpedia.org/resource/Argentina", "http://dbpedia.org/resource/Buenos_Aires", "http://dbpedia.org/resource/Bristol", "http://dbpedia.org/resource/Endicott,_New_York", "http://dbpedia.org/resource/Oklahoma", "http://dbpedia.org/resource/Bryne", "http://dbpedia.org/resource/Iceland", "http://dbpedia.org/resource/Oujda", "http://dbpedia.org/resource/Melhus", "http://dbpedia.org/resource/Bergen", "http://dbpedia.org/resource/Montreal", "http://dbpedia.org/resource/Quebec", "http://dbpedia.org/resource/Amsterdam", "http://dbpedia.org/resource/Wellington", "http://dbpedia.org/resource/New_Zealand", "http://dbpedia.org/resource/Finland", "http://dbpedia.org/resource/Surrey,_British_Columbia", "http://dbpedia.org/resource/Bayonne", "http://dbpedia.org/resource/Uhersk\u00e9_Hradi\u0161t\u011b", "http://dbpedia.org/resource/Czechoslovakia", "http://dbpedia.org/resource/Beauregard_Parish,_Louisiana", "http://dbpedia.org/resource/Philippines", "http://dbpedia.org/resource/Tampere", "http://dbpedia.org/resource/Havana", "http://dbpedia.org/resource/Etobicoke", "http://dbpedia.org/resource/Tulsa,_Oklahoma", "http://dbpedia.org/resource/Glendale,_California", "http://dbpedia.org/resource/Ramsey,_New_Jersey", "http://dbpedia.org/resource/Enfield,_London", "http://dbpedia.org/resource/Palmers_Green", "http://dbpedia.org/resource/Charleston,_South_Carolina", "http://dbpedia.org/resource/Madagascar", "http://dbpedia.org/resource/Austria", "http://dbpedia.org/resource/Dhaka", "http://dbpedia.org/resource/Moscow", "http://dbpedia.org/resource/Soviet_Union", "http://dbpedia.org/resource/Albany,_New_York", "http://dbpedia.org/resource/Dublin", "http://dbpedia.org/resource/Newport_Beach,_California", "http://dbpedia.org/resource/Hamrun", "http://dbpedia.org/resource/Malta", "http://dbpedia.org/resource/Mexico", "http://dbpedia.org/resource/Mexico_City", "http://dbpedia.org/resource/Wijdemeren", "http://dbpedia.org/resource/Cuba", "http://dbpedia.org/resource/Puerto_Cabello", "http://dbpedia.org/resource/China", "http://dbpedia.org/resource/Xinjiang", "http://dbpedia.org/resource/Burbank,_California", "http://dbpedia.org/resource/Manchester_Parish", "http://dbpedia.org/resource/Florida", "http://dbpedia.org/resource/Caldwell_County,_North_Carolina", "http://dbpedia.org/resource/Parkhead", "http://dbpedia.org/resource/Puerto_Rico", "http://dbpedia.org/resource/St._Petersburg,_Florida", "http://dbpedia.org/resource/Appleton,_Wisconsin", "http://dbpedia.org/resource/Wisconsin", "http://dbpedia.org/resource/Tamil_Nadu", "http://dbpedia.org/resource/Milan", "http://dbpedia.org/resource/Karnes_City,_Texas", "http://dbpedia.org/resource/Verwood", "http://dbpedia.org/resource/Washington_(state)", "http://dbpedia.org/resource/Seattle", "http://dbpedia.org/resource/Fremont,_California", "http://dbpedia.org/resource/Clapham", "http://dbpedia.org/resource/Alicante", "http://dbpedia.org/resource/Birmingham,_Alabama", "http://dbpedia.org/resource/Thessaloniki", "http://dbpedia.org/resource/Elizabeth,_New_Jersey", "http://dbpedia.org/resource/Republic_of_Ireland", "http://dbpedia.org/resource/Newcastle_upon_Tyne", "http://dbpedia.org/resource/Kansas_City,_Missouri", "http://dbpedia.org/resource/Ellensburg,_Washington", "http://dbpedia.org/resource/Colorado_Springs,_Colorado", "http://dbpedia.org/resource/Stockholm", "http://dbpedia.org/resource/Tuusula", "http://dbpedia.org/resource/Hudson,_Massachusetts", "http://dbpedia.org/resource/Osaka_Prefecture", "http://dbpedia.org/resource/The_Bronx", "http://dbpedia.org/resource/Maurrin", "http://dbpedia.org/resource/Klepp", "http://dbpedia.org/resource/Wise_County,_Texas", "http://dbpedia.org/resource/Oregon", "http://dbpedia.org/resource/Durban", "http://dbpedia.org/resource/South_Africa", "http://dbpedia.org/resource/Georgia_(U.S._state)", "http://dbpedia.org/resource/Hastings", "http://dbpedia.org/resource/Sussex", "http://dbpedia.org/resource/Sidcup", "http://dbpedia.org/resource/Alice_Springs", "http://dbpedia.org/resource/Cape_Verde", "http://dbpedia.org/resource/Port_Angeles,_Washington", "http://dbpedia.org/resource/Vermont", "http://dbpedia.org/resource/Saggart", "http://dbpedia.org/resource/County_Dublin", "http://dbpedia.org/resource/Venice", "http://dbpedia.org/resource/Oakdale,_California", "http://dbpedia.org/resource/Greensburg,_Pennsylvania", "http://dbpedia.org/resource/Boise,_Idaho", "http://dbpedia.org/resource/Idaho", "http://dbpedia.org/resource/Long_Island", "http://dbpedia.org/resource/Festus,_Missouri", "http://dbpedia.org/resource/Tucson,_Arizona", "http://dbpedia.org/resource/Leicestershire", "http://dbpedia.org/resource/Shepshed", "http://dbpedia.org/resource/European_Union", "http://dbpedia.org/resource/Zagreb", "http://dbpedia.org/resource/Darwen", "http://dbpedia.org/resource/Lancashire", "http://dbpedia.org/resource/Jamaica", "http://dbpedia.org/resource/Queensland", "http://dbpedia.org/resource/Stanthorpe,_Queensland", "http://dbpedia.org/resource/Santa_Cruz,_California", "http://dbpedia.org/resource/Worsley", "http://dbpedia.org/resource/Cambridge,_Massachusetts", "http://dbpedia.org/resource/Somerville,_Massachusetts", "http://dbpedia.org/resource/Ipswich", "http://dbpedia.org/resource/Suffolk", "http://dbpedia.org/resource/Shreveport,_Louisiana", "http://dbpedia.org/resource/Guilford,_Connecticut", "http://dbpedia.org/resource/Helsinki", "http://dbpedia.org/resource/Boston", "http://dbpedia.org/resource/Everett,_Washington", "http://dbpedia.org/resource/Bloomington,_Indiana", "http://dbpedia.org/resource/Edmonton", "http://dbpedia.org/resource/Marseille", "http://dbpedia.org/resource/Chadds_Ford_Township,_Delaware_County,_Pennsylvania", "http://dbpedia.org/resource/Victoria,_British_Columbia", "http://dbpedia.org/resource/Denver", "http://dbpedia.org/resource/Colorado", "http://dbpedia.org/resource/Airdrie,_Alberta", "http://dbpedia.org/resource/Miami,_Oklahoma", "http://dbpedia.org/resource/Georgetown,_Texas", "http://dbpedia.org/resource/Japan", "http://dbpedia.org/resource/Tokyo", "http://dbpedia.org/resource/Manitoba", "http://dbpedia.org/resource/Winnipeg", "http://dbpedia.org/resource/Pulaski,_Mississippi", "http://dbpedia.org/resource/S\u00e3o_Paulo_(state)", "http://dbpedia.org/resource/Brazil", "http://dbpedia.org/resource/Ribeir\u00e3o_Preto", "http://dbpedia.org/resource/Mission_Viejo,_California", "http://dbpedia.org/resource/Rhineland-Palatinate", "http://dbpedia.org/resource/Occitania_(administrative_region)", "http://dbpedia.org/resource/Montpellier", "http://dbpedia.org/resource/Baja_California", "http://dbpedia.org/resource/Mexicali", "http://dbpedia.org/resource/Massachusetts", "http://dbpedia.org/resource/Easthampton,_Massachusetts", "http://dbpedia.org/resource/Houston", "http://dbpedia.org/resource/Wollongong", "http://dbpedia.org/resource/Jacksonville,_Florida", "http://dbpedia.org/resource/Kansas_City,_Kansas", "http://dbpedia.org/resource/North_Rhine-Westphalia", "http://dbpedia.org/resource/D\u00fcsseldorf", "http://dbpedia.org/resource/United_Kingdom", "http://dbpedia.org/resource/Tampa,_Florida", "http://dbpedia.org/resource/Moodys,_Oklahoma", "http://dbpedia.org/resource/Denison,_Texas", "http://dbpedia.org/resource/Castaic,_California", "http://dbpedia.org/resource/Gold_Coast,_Queensland", "http://dbpedia.org/resource/Delaware", "http://dbpedia.org/resource/Newark,_Delaware", "http://dbpedia.org/resource/Madrid", "http://dbpedia.org/resource/Adelaide", "http://dbpedia.org/resource/South_Australia", "http://dbpedia.org/resource/Utrecht", "http://dbpedia.org/resource/North_Vancouver_(district_municipality)", "http://dbpedia.org/resource/Bryn_Mawr,_Pennsylvania", "http://dbpedia.org/resource/Brownsville,_Texas", "http://dbpedia.org/resource/Chapel_Hill,_North_Carolina", "http://dbpedia.org/resource/Bulgarians", "http://dbpedia.org/resource/Alaminos,_Pangasinan", "http://dbpedia.org/resource/Luzon", "http://dbpedia.org/resource/Pangasinan", "http://dbpedia.org/resource/Almer\u00eda", "http://dbpedia.org/resource/Bakersfield,_California", "http://dbpedia.org/resource/Turkey", "http://dbpedia.org/resource/San_Diego", "http://dbpedia.org/resource/Auckland", "http://dbpedia.org/resource/Athens,_Georgia", "http://dbpedia.org/resource/Westlake_Village,_California", "http://dbpedia.org/resource/Waterloo,_Iowa", "http://dbpedia.org/resource/Halifax,_Nova_Scotia", "http://dbpedia.org/resource/Duluth,_Minnesota", "http://dbpedia.org/resource/Santa_Barbara,_California", "http://dbpedia.org/resource/Blenheim,_New_Zealand", "http://dbpedia.org/resource/White_House,_Tennessee", "http://dbpedia.org/resource/Warwickshire", "http://dbpedia.org/resource/Coventry", "http://dbpedia.org/resource/Ashton-under-Lyne", "http://dbpedia.org/resource/Tameside", "http://dbpedia.org/resource/Plymouth,_Massachusetts", "http://dbpedia.org/resource/Langhorne,_Pennsylvania", "http://dbpedia.org/resource/Berlin", "http://dbpedia.org/resource/East_Sussex", "http://dbpedia.org/resource/Niagara_Falls,_Ontario", "http://dbpedia.org/resource/San_Fernando,_California", "http://dbpedia.org/resource/Redlands,_California", "http://dbpedia.org/resource/Alta_Loma,_Texas", "http://dbpedia.org/resource/Purvis,_Mississippi", "http://dbpedia.org/resource/Wantagh,_New_York", "http://dbpedia.org/resource/Bellmore,_New_York", "http://dbpedia.org/resource/Queens", "http://dbpedia.org/resource/B\u00e6rum", "http://dbpedia.org/resource/Tel_Aviv", "http://dbpedia.org/resource/Westland,_Michigan", "http://dbpedia.org/resource/Santa_Monica,_California", "http://dbpedia.org/resource/Madison,_Wisconsin", "http://dbpedia.org/resource/Lubbock,_Texas", "http://dbpedia.org/resource/C\u00f3rdoba,_Spain", "http://dbpedia.org/resource/West_Bengal", "http://dbpedia.org/resource/India", "http://dbpedia.org/resource/Kolkata", "http://dbpedia.org/resource/Guadalajara", "http://dbpedia.org/resource/Sabadell", "http://dbpedia.org/resource/Catalonia", "http://dbpedia.org/resource/Riverside,_California", "http://dbpedia.org/resource/Fairport,_New_York", "http://dbpedia.org/resource/Ukraine", "http://dbpedia.org/resource/Devon", "http://dbpedia.org/resource/Buckland_Monachorum", "http://dbpedia.org/resource/Kosovo", "http://dbpedia.org/resource/Washington,_D.C.", "http://dbpedia.org/resource/Kerrville,_Texas", "http://dbpedia.org/resource/Novi_Sad", "http://dbpedia.org/resource/Serbia", "http://dbpedia.org/resource/Fayetteville,_Arkansas", "http://dbpedia.org/resource/Etne", "http://dbpedia.org/resource/North_Holland", "http://dbpedia.org/resource/San_Francisco", "http://dbpedia.org/resource/Bod\u00f8", "http://dbpedia.org/resource/Reykjav\u00edk", "http://dbpedia.org/resource/Veracruz", "http://dbpedia.org/resource/Coatepec,_Veracruz", "http://dbpedia.org/resource/Widnes", "http://dbpedia.org/resource/Cheshire", "http://dbpedia.org/resource/Belfast", "http://dbpedia.org/resource/Northern_Ireland", "http://dbpedia.org/resource/Morocco", "http://dbpedia.org/resource/Kanbara,_Shizuoka", "http://dbpedia.org/resource/Eugene,_Oregon", "http://dbpedia.org/resource/Minnesota", "http://dbpedia.org/resource/Vietnam", "http://dbpedia.org/resource/Bu\u00f4n_Ma_Thu\u1ed9t", "http://dbpedia.org/resource/\u0110\u1eafk_L\u1eafk_province", "http://dbpedia.org/resource/Lindsay,_Ontario", "http://dbpedia.org/resource/Garden_Grove,_California", "http://dbpedia.org/resource/Morristown,_New_Jersey", "http://dbpedia.org/resource/Poland", "http://dbpedia.org/resource/Lagkadas", "http://dbpedia.org/resource/Yokohama", "http://dbpedia.org/resource/Ames,_Iowa", "http://dbpedia.org/resource/Derry", "http://dbpedia.org/resource/Kristianstad", "http://dbpedia.org/resource/Brzeg", "http://dbpedia.org/resource/York,_Pennsylvania", "http://dbpedia.org/resource/Hanover,_New_Hampshire", "http://dbpedia.org/resource/New_Hampshire", "http://dbpedia.org/resource/Sellersville,_Pennsylvania", "http://dbpedia.org/resource/Virginia", "http://dbpedia.org/resource/Fredericksburg,_Virginia", "http://dbpedia.org/resource/Westfield,_New_Jersey", "http://dbpedia.org/resource/Asheville,_North_Carolina", "http://dbpedia.org/resource/North_Carolina", "http://dbpedia.org/resource/Bowie,_Maryland", "http://dbpedia.org/resource/Kingston_upon_Hull", "http://dbpedia.org/resource/Yorkshire", "http://dbpedia.org/resource/Pittsburgh", "http://dbpedia.org/resource/Erskine", "http://dbpedia.org/resource/Renfrewshire", "http://dbpedia.org/resource/Sheffield", "http://dbpedia.org/resource/Windsor,_Ontario", "http://dbpedia.org/resource/Quantico,_Virginia", "http://dbpedia.org/resource/Denmark", "http://dbpedia.org/resource/S\u00f8nderborg", "http://dbpedia.org/resource/West_Virginia", "http://dbpedia.org/resource/Hamilton,_Ontario", "http://dbpedia.org/resource/Indiana", "http://dbpedia.org/resource/Guatemala", "http://dbpedia.org/resource/Guatemala_City", "http://dbpedia.org/resource/Bay_of_Plenty", "http://dbpedia.org/resource/Tauranga", "http://dbpedia.org/resource/Crete", "http://dbpedia.org/resource/Heraklion", "http://dbpedia.org/resource/Poughkeepsie,_New_York", "http://dbpedia.org/resource/Lisbon", "http://dbpedia.org/resource/Long_Beach,_California", "http://dbpedia.org/resource/Belarus", "http://dbpedia.org/resource/Volos", "http://dbpedia.org/resource/Nea_Ionia,_Magnesia", "http://dbpedia.org/resource/Kingston_upon_Thames", "http://dbpedia.org/resource/Lansing,_Michigan", "http://dbpedia.org/resource/Mukilteo,_Washington", "http://dbpedia.org/resource/Venezuela", "http://dbpedia.org/resource/Maracaibo", "http://dbpedia.org/resource/Zulia", "http://dbpedia.org/resource/Ottawa", "http://dbpedia.org/resource/Pisa", "http://dbpedia.org/resource/Minneapolis", "http://dbpedia.org/resource/Albany,_Western_Australia", "http://dbpedia.org/resource/Western_Australia", "http://dbpedia.org/resource/Cape_Breton_Regional_Municipality", "http://dbpedia.org/resource/Worcester,_Massachusetts", "http://dbpedia.org/resource/Surrey", "http://dbpedia.org/resource/Holstebro", "http://dbpedia.org/resource/Mount_Laurel,_New_Jersey", "http://dbpedia.org/resource/La_Rioja", "http://dbpedia.org/resource/Logro\u00f1o", "http://dbpedia.org/resource/Kuala_Lumpur", "http://dbpedia.org/resource/Oakland,_California", "http://dbpedia.org/resource/Randolph_Township,_Portage_County,_Ohio", "http://dbpedia.org/resource/Macarena,_Seville", "http://dbpedia.org/resource/Seville", "http://dbpedia.org/resource/Port_Moody", "http://dbpedia.org/resource/Salta", "http://dbpedia.org/resource/Tajik_Soviet_Socialist_Republic", "http://dbpedia.org/resource/Dushanbe", "http://dbpedia.org/resource/Norfolk,_Virginia", "http://dbpedia.org/resource/Sveio_(village)", "http://dbpedia.org/resource/Coconut_Grove", "http://dbpedia.org/resource/Ilkley", "http://dbpedia.org/resource/Yorba_Linda,_California", "http://dbpedia.org/resource/Maces_Spring,_Virginia", "http://dbpedia.org/resource/Karlstad", "http://dbpedia.org/resource/Leiden", "http://dbpedia.org/resource/Mumbai", "http://dbpedia.org/resource/Kanagawa_Prefecture", "http://dbpedia.org/resource/Ardnacrusha", "http://dbpedia.org/resource/Maryland", "http://dbpedia.org/resource/Baltimore", "http://dbpedia.org/resource/Huskvarna", "http://dbpedia.org/resource/Salem,_Virginia", "http://dbpedia.org/resource/Canterbury", "http://dbpedia.org/resource/Aberdeenshire", "http://dbpedia.org/resource/Dorset", "http://dbpedia.org/resource/Hays,_Kansas", "http://dbpedia.org/resource/Bosnia_and_Herzegovina", "http://dbpedia.org/resource/Sarajevo", "http://dbpedia.org/resource/Pocahontas,_Arkansas", "http://dbpedia.org/resource/Winthrop,_Massachusetts", "http://dbpedia.org/resource/Estonia", "http://dbpedia.org/resource/Lydden", "http://dbpedia.org/resource/Tamaulipas", "http://dbpedia.org/resource/Ciudad_Madero", "http://dbpedia.org/resource/Plasencia", "http://dbpedia.org/resource/Tottenham", "http://dbpedia.org/resource/Seoul", "http://dbpedia.org/resource/South_Korea", "http://dbpedia.org/resource/Los_Gatos,_California", "http://dbpedia.org/resource/San_Juan,_Puerto_Rico", "http://dbpedia.org/resource/Plateau_State", "http://dbpedia.org/resource/Jos", "http://dbpedia.org/resource/Fro\u00f0ba", "http://dbpedia.org/resource/Faroe_Islands", "http://dbpedia.org/resource/London,_Ontario", "http://dbpedia.org/resource/Afghanistan", "http://dbpedia.org/resource/Kabul", "http://dbpedia.org/resource/Leamington_Spa", "http://dbpedia.org/resource/Rugby,_Warwickshire", "http://dbpedia.org/resource/Neusiedl_am_See", "http://dbpedia.org/resource/Amap\u00e1", "http://dbpedia.org/resource/Serra_do_Navio", "http://dbpedia.org/resource/Greenock", "http://dbpedia.org/resource/Bilbao", "http://dbpedia.org/resource/Hamburg", "http://dbpedia.org/resource/San_Antonio", "http://dbpedia.org/resource/Stuttgart", "http://dbpedia.org/resource/San_Fernando_Valley", "http://dbpedia.org/resource/Monterey,_California", "http://dbpedia.org/resource/Rock_Island,_Illinois", "http://dbpedia.org/resource/Coeburn,_Virginia", "http://dbpedia.org/resource/Phoenix,_Arizona", "http://dbpedia.org/resource/Martinsville,_Indiana", "http://dbpedia.org/resource/Chilliwack", "http://dbpedia.org/resource/Zaragoza", "http://dbpedia.org/resource/Northwest_Arkansas", "http://dbpedia.org/resource/Woodbridge,_Virginia", "http://dbpedia.org/resource/H\u00f6\u00f6r", "http://dbpedia.org/resource/Richmond,_Virginia", "http://dbpedia.org/resource/Pontypridd", "http://dbpedia.org/resource/Catemu", "http://dbpedia.org/resource/Moldavian_Soviet_Socialist_Republic", "http://dbpedia.org/resource/B\u0103l\u021bi", "http://dbpedia.org/resource/Columbia,_South_Carolina", "http://dbpedia.org/resource/Hartlepool", "http://dbpedia.org/resource/Elwick,_County_Durham", "http://dbpedia.org/resource/Albury", "http://dbpedia.org/resource/Arlington_County,_Virginia", "http://dbpedia.org/resource/Beijing", "http://dbpedia.org/resource/Cambridgeshire", "http://dbpedia.org/resource/Peterborough", "http://dbpedia.org/resource/Burton_upon_Trent", "http://dbpedia.org/resource/East_Staffordshire", "http://dbpedia.org/resource/Sharon,_Massachusetts", "http://dbpedia.org/resource/Rockwall,_Texas", "http://dbpedia.org/resource/Wimbledon,_London", "http://dbpedia.org/resource/Kerava", "http://dbpedia.org/resource/Bjuv", "http://dbpedia.org/resource/Stord", "http://dbpedia.org/resource/Oxford", "http://dbpedia.org/resource/Oxfordshire", "http://dbpedia.org/resource/Oldham", "http://dbpedia.org/resource/Hastings-on-Hudson,_New_York", "http://dbpedia.org/resource/Marysville,_California", "http://dbpedia.org/resource/Oklahoma_City", "http://dbpedia.org/resource/Leesburg,_Georgia", "http://dbpedia.org/resource/Kallithea", "http://dbpedia.org/resource/Oxford,_Mississippi", "http://dbpedia.org/resource/Delhi", "http://dbpedia.org/resource/Mountain_House,_San_Joaquin_County,_California", "http://dbpedia.org/resource/Trondheim", "http://dbpedia.org/resource/Burra,_Shetland", "http://dbpedia.org/resource/Shetland", "http://dbpedia.org/resource/Klagenfurt", "http://dbpedia.org/resource/Rykkinn", "http://dbpedia.org/resource/Akershus", "http://dbpedia.org/resource/Toledo,_Ohio", "http://dbpedia.org/resource/Wheeling,_West_Virginia", "http://dbpedia.org/resource/Sacramento,_California", "http://dbpedia.org/resource/Porvoo", "http://dbpedia.org/resource/Vega_Alta,_Puerto_Rico", "http://dbpedia.org/resource/Allegheny_County,_Pennsylvania", "http://dbpedia.org/resource/North_Vancouver_(city)", "http://dbpedia.org/resource/Lexington,_Kentucky", "http://dbpedia.org/resource/Irvine,_California", "http://dbpedia.org/resource/Princeton,_New_Jersey", "http://dbpedia.org/resource/Shepherd's_Bush", "http://dbpedia.org/resource/Elkhart,_Indiana", "http://dbpedia.org/resource/East_Brunswick,_New_Jersey", "http://dbpedia.org/resource/Cleveland", "http://dbpedia.org/resource/Ohio", "http://dbpedia.org/resource/Athens", "http://dbpedia.org/resource/Zoma_(region)", "http://dbpedia.org/resource/Gillette,_New_Jersey", "http://dbpedia.org/resource/Newark,_New_Jersey", "http://dbpedia.org/resource/Ridgewood,_New_Jersey", "http://dbpedia.org/resource/Pompano_Beach,_Florida", "http://dbpedia.org/resource/Kingston,_Jamaica", "http://dbpedia.org/resource/Amarillo,_Texas", "http://dbpedia.org/resource/Watertown,_New_York", "http://dbpedia.org/resource/Girona", "http://dbpedia.org/resource/Oslo", "http://dbpedia.org/resource/Jerusalem", "http://dbpedia.org/resource/Vantaa", "http://dbpedia.org/resource/Norwalk,_Connecticut", "http://dbpedia.org/resource/Santurce,_San_Juan,_Puerto_Rico", "http://dbpedia.org/resource/White_Plains,_New_York", "http://dbpedia.org/resource/Princeton_Junction,_New_Jersey", "http://dbpedia.org/resource/Ise,_Mie", "http://dbpedia.org/resource/Dearborn,_Michigan", "http://dbpedia.org/resource/Ponca_City,_Oklahoma", "http://dbpedia.org/resource/Brisbane", "http://dbpedia.org/resource/Albuquerque,_New_Mexico", "http://dbpedia.org/resource/Aradippou", "http://dbpedia.org/resource/Cyprus", "http://dbpedia.org/resource/Genoa", "http://dbpedia.org/resource/Ulricehamn", "http://dbpedia.org/resource/Forbach", "http://dbpedia.org/resource/Tajikistan", "http://dbpedia.org/resource/Khorugh", "http://dbpedia.org/resource/Chelyabinsk", "http://dbpedia.org/resource/Mosul", "http://dbpedia.org/resource/Samsun", "http://dbpedia.org/resource/Tekkek\u00f6y", "http://dbpedia.org/resource/Antalya", "http://dbpedia.org/resource/Manavgat", "http://dbpedia.org/resource/Perth", "http://dbpedia.org/resource/Galway", "http://dbpedia.org/resource/Mishmarot", "http://dbpedia.org/resource/Mandatory_Palestine", "http://dbpedia.org/resource/Glencoe,_Minnesota", "http://dbpedia.org/resource/Alberta", "http://dbpedia.org/resource/Karlshamn", "http://dbpedia.org/resource/Yamatok\u014driyama", "http://dbpedia.org/resource/Frederiksberg", "http://dbpedia.org/resource/Copenhagen", "http://dbpedia.org/resource/Eitorf", "http://dbpedia.org/resource/Stockton,_California", "http://dbpedia.org/resource/Torrance,_California", "http://dbpedia.org/resource/Monrovia", "http://dbpedia.org/resource/Bend,_Oregon", "http://dbpedia.org/resource/Woodcliff_Lake,_New_Jersey", "http://dbpedia.org/resource/Wheaton,_Illinois", "http://dbpedia.org/resource/Carrick-on-Suir", "http://dbpedia.org/resource/County_Tipperary", "http://dbpedia.org/resource/S\u00f6dert\u00e4lje", "http://dbpedia.org/resource/Libertyville,_Illinois", "http://dbpedia.org/resource/Wallingford,_Oxfordshire", "http://dbpedia.org/resource/Berkshire", "http://dbpedia.org/resource/Lappeenranta", "http://dbpedia.org/resource/Aylesbury", "http://dbpedia.org/resource/Buckinghamshire", "http://dbpedia.org/resource/Vihti", "http://dbpedia.org/resource/Huntington_Station,_New_York", "http://dbpedia.org/resource/Waveland,_Mississippi", "http://dbpedia.org/resource/Northwood,_London", "http://dbpedia.org/resource/Dallas", "http://dbpedia.org/resource/Jasper,_Texas", "http://dbpedia.org/resource/Rotterdam", "http://dbpedia.org/resource/Hollywood,_Los_Angeles", "http://dbpedia.org/resource/Ankara", "http://dbpedia.org/resource/Uruguay", "http://dbpedia.org/resource/Montevideo", "http://dbpedia.org/resource/Manila", "http://dbpedia.org/resource/Newfoundland_and_Labrador", "http://dbpedia.org/resource/St._John's,_Newfoundland_and_Labrador", "http://dbpedia.org/resource/English_people", "http://dbpedia.org/resource/Story_City,_Iowa", "http://dbpedia.org/resource/San_Jose,_California", "http://dbpedia.org/resource/Angoul\u00eame", "http://dbpedia.org/resource/Wanstead", "http://dbpedia.org/resource/Valparaiso,_Indiana", "http://dbpedia.org/resource/Healdsburg,_California", "http://dbpedia.org/resource/Huntington_Beach,_California", "http://dbpedia.org/resource/Daisy,_Kentucky", "http://dbpedia.org/resource/City_of_Sunderland", "http://dbpedia.org/resource/McAllen,_Texas", "http://dbpedia.org/resource/Christchurch", "http://dbpedia.org/resource/Poole", "http://dbpedia.org/resource/Parkstone", "http://dbpedia.org/resource/Pollokshields", "http://dbpedia.org/resource/Tilburg", "http://dbpedia.org/resource/Nevada,_Missouri", "http://dbpedia.org/resource/Asbury_Park,_New_Jersey", "http://dbpedia.org/resource/Florence,_South_Carolina", "http://dbpedia.org/resource/Limerick", "http://dbpedia.org/resource/Kamakura", "http://dbpedia.org/resource/Tervo", "http://dbpedia.org/resource/Las_Vegas_Valley", "http://dbpedia.org/resource/Nevada", "http://dbpedia.org/resource/Osaka", "http://dbpedia.org/resource/Pamplona", "http://dbpedia.org/resource/Whittlesey", "http://dbpedia.org/resource/Hawaii", "http://dbpedia.org/resource/Carleton-sur-Mer"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Stanley_Kubrick> . ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Anthony_Harvey> . }"}, "answers": ["http://dbpedia.org/resource/Dr._Strangelove", "http://dbpedia.org/resource/Lolita_(1962_film)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Remote_Desktop_Protocol> . ?uri <http://dbpedia.org/property/developer> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/On_Broadway_(Smash)> <http://dbpedia.org/property/guests> ?uri } "}, "answers": ["", "Michael Cristofer as Jerry Rand", "Brian d'Arcy James as Frank Houston", "Jennifer Hudson as Veronica Moore", "Thorsten Kaye as Nick"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/capital> <http://dbpedia.org/resource/Oslo> . ?uri <http://dbpedia.org/property/country> ?x . }"}, "answers": ["2776"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/executiveProducer> <http://dbpedia.org/resource/The_Ultimate_Merger> } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Colorado_wine> <http://dbpedia.org/property/officialName> ?uri } "}, "answers": ["http://dbpedia.org/resource/Colorado"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/locatedInArea> <http://dbpedia.org/resource/Burr_Tuss> . ?x <http://dbpedia.org/ontology/designer> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Chicago_Bulls> . ?uri <http://dbpedia.org/ontology/restingplace> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mother> <http://dbpedia.org/resource/Mausoleum_of_Augustus> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stanford_Cardinal> <http://dbpedia.org/ontology/university> ?uri . <http://dbpedia.org/resource/Jim_Wylie> <http://dbpedia.org/property/institution> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chiva_bus> <http://dbpedia.org/ontology/automobilePlatform> ?uri } "}, "answers": ["http://dbpedia.org/resource/Ford_Motor_Company", "http://dbpedia.org/resource/Dodge", "http://dbpedia.org/resource/Blue_Bird_Corporation"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/related> <http://dbpedia.org/resource/The_Sarah_Jane_Adventures> . ?uri <http://dbpedia.org/property/themeMusicComposer> <http://dbpedia.org/resource/Ron_Grainer> . }"}, "answers": ["http://dbpedia.org/resource/Doctor_Who"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/officialLanguage> <http://dbpedia.org/resource/Indian_English> . ?uri <http://dbpedia.org/property/residence> ?x . }"}, "answers": ["315"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/profession> <http://dbpedia.org/resource/Diplomacy> . ?x <http://dbpedia.org/property/religion> ?uri . }"}, "answers": ["1"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/knownFor> <http://dbpedia.org/resource/Linguistics> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/international> <http://dbpedia.org/resource/Muslim_Brotherhood> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": ["9"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/manager> <http://dbpedia.org/resource/Ciao_Zanardi> . ?x <http://dbpedia.org/ontology/homeGround> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Languages_of_Ethiopia> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Girls_(The_Prodigy_song)> <http://dbpedia.org/property/recorded> ?uri } "}, "answers": ["http://dbpedia.org/resource/England", "http://dbpedia.org/resource/Essex"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/New_York> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/owning> <http://dbpedia.org/resource/BBC_One> . ?uri <http://dbpedia.org/ontology/company> <http://dbpedia.org/resource/CBS_HD> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/property/tenants> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lake_Uniam\u00e9si> outflow ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Linda_Jenness> <http://dbpedia.org/property/incumbent> ?uri } "}, "answers": ["http://dbpedia.org/resource/Richard_Nixon"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/cities> <http://dbpedia.org/resource/Cuman\u00e1> . ?x <http://dbpedia.org/property/country> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sigma_TV> <http://dbpedia.org/property/headquarters> ?uri } "}, "answers": ["http://dbpedia.org/resource/Strovolos", "http://dbpedia.org/resource/Cyprus", "http://dbpedia.org/resource/Nicosia"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/International_Union_of_Anarchists> <http://dbpedia.org/property/affiliation> ?uri . }"}, "answers": ["9"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Jean-Claude_Latombe> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/residence> <http://dbpedia.org/resource/Wilton,_Connecticut> . }"}, "answers": ["http://dbpedia.org/resource/Samuel_Marvin", "http://dbpedia.org/resource/Charles_Marvin_(Connecticut_politician)", "http://dbpedia.org/resource/Joseph_Birchard", "http://dbpedia.org/resource/Clapp_Raymond", "http://dbpedia.org/resource/Benjamin_Hickox", "http://dbpedia.org/resource/Robert_L._Belknap"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Bantam_Spectra> . ?x <http://dbpedia.org/ontology/series> ?uri . }"}, "answers": ["http://dbpedia.org/resource/The_Sword_of_Change", "http://dbpedia.org/resource/Kim_Stanley_Robinson_bibliography", "http://dbpedia.org/resource/Bantam_Spectra", "http://dbpedia.org/resource/Star_Wars_in_other_media", "http://dbpedia.org/resource/The_Queendom_of_Sol", "http://dbpedia.org/resource/The_Nightrunner_Series", "http://dbpedia.org/resource/Bridge_trilogy", "http://dbpedia.org/resource/The_Jenny_Casey_Trilogy", "http://dbpedia.org/resource/Uplift_Universe", "http://dbpedia.org/resource/A_Song_of_Ice_and_Fire", "http://dbpedia.org/resource/Dune_prequel_series", "http://dbpedia.org/resource/The_Farseer_Trilogy", "http://dbpedia.org/resource/The_Millennial_Contest_series", "http://dbpedia.org/resource/What_Might_Have_Been_(anthology_series)", "http://dbpedia.org/resource/Blade_Runner_(franchise)", "http://dbpedia.org/resource/Liveship_Traders_Trilogy", "http://dbpedia.org/resource/Star_Wars", "http://dbpedia.org/resource/List_of_Star_Wars_books"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/location> <http://dbpedia.org/resource/Tehran> . ?uri <http://dbpedia.org/ontology/product> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/grandsire> <http://dbpedia.org/resource/Sundridge> . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/ground> <http://dbpedia.org/resource/Watkins_Glen_International> . ?x <http://dbpedia.org/property/firstTeam> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/screenplay> <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Joel_Schumacher> . }"}, "answers": ["http://dbpedia.org/resource/A_Time_to_Kill_(1996_film)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutteam> <http://dbpedia.org/resource/Houston_Astros> . ?uri <http://dbpedia.org/property/manager> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_Pius_X> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"}, "answers": ["54"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Meadow_Soprano> <http://dbpedia.org/ontology/relative> ?x . ?x <http://dbpedia.org/property/religion> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Evangelism", "http://dbpedia.org/resource/Born_again_(Christianity)", "http://dbpedia.org/resource/Buddhist", "http://dbpedia.org/resource/Roman_Catholic", "http://dbpedia.org/resource/Roman_Catholicism", "http://dbpedia.org/resource/Catholic_Church", "Roman Catholicism"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/lieutenant> <http://dbpedia.org/resource/Winston_Bryant> } "}, "answers": ["http://dbpedia.org/resource/Frank_D._White"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/My_Favorite_Girl> <http://dbpedia.org/ontology/artist> ?x . ?x <http://dbpedia.org/property/associatedBand> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owner> <http://dbpedia.org/resource/Warner_Bros._Television> . ?uri <http://dbpedia.org/property/network> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/programmingLanguage> <http://dbpedia.org/resource/C++> . ?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> } "}, "answers": ["470"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/region> <http://dbpedia.org/resource/Spanish_language> . ?uri <http://dbpedia.org/ontology/location> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/branch> <http://dbpedia.org/resource/Judge_Advocate_General's_Corps> . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }"}, "answers": ["2"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Southend-on-Sea> . ?uri <http://dbpedia.org/property/mouthPlace> <http://dbpedia.org/resource/Essex> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/license> <http://dbpedia.org/resource/GNU_Free_Documentation_License> . ?x <http://dbpedia.org/ontology/genre> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Allgemeine_SS> <http://dbpedia.org/property/leader> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Metro_Transit_(Minnesota)> <http://dbpedia.org/property/headquarters> ?uri } "}, "answers": ["560", "Minneapolis, Minnesota, United States", "Fred T. Heywood Office Building and Garage"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Frank_Miller_(comics)> . }"}, "answers": ["3"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Spain_on_the_Road_Again> <http://dbpedia.org/ontology/narrator> ?x . ?x <http://dbpedia.org/property/birthPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Leonard_Lerman> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Winston_Bryant> <http://dbpedia.org/property/governor> ?uri . <http://dbpedia.org/resource/Joseph_Stiglitz> <http://dbpedia.org/ontology/president> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/jurisdiction> <http://dbpedia.org/resource/German-occupied_Europe> . ?uri <http://dbpedia.org/ontology/leaderName> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Robert_Schenkkan> . ?x <http://dbpedia.org/ontology/place> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/militaryRank> <http://dbpedia.org/resource/WW1_(album)> } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chevrolet_Caprice> <http://dbpedia.org/property/predecessor> ?uri } "}, "answers": ["http://dbpedia.org/resource/Pontiac_G8", "http://dbpedia.org/resource/Chevrolet_Impala", "http://dbpedia.org/resource/Chevrolet_Lumina", ""]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blade_Runner_2:_The_Edge_of_Human> <http://dbpedia.org/property/subsequentWork> ?x . ?x <http://dbpedia.org/ontology/series> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/ATO_Records> . ?uri <http://dbpedia.org/property/themeMusicComposer> ?x . }"}, "answers": ["http://dbpedia.org/resource/Around_the_Horn", "http://dbpedia.org/resource/Going_to_California_(TV_series)", "http://dbpedia.org/resource/The_100_(TV_series)", "http://dbpedia.org/resource/State_of_Georgia_(TV_series)"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Farley_(businessman)> <http://dbpedia.org/property/relatives> ?uri } "}, "answers": ["http://dbpedia.org/resource/Kevin_Farley", "http://dbpedia.org/resource/Chris_Farley", "http://dbpedia.org/resource/John_Farley_(actor)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Francisco_de_Robles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}"}, "answers": ["http://dbpedia.org/resource/La_Galatea", "http://dbpedia.org/resource/Don_Quixote"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hornito> <http://dbpedia.org/ontology/birthPlace> ?uri . <http://dbpedia.org/resource/Jamie_Bateman_Cayn> <http://dbpedia.org/property/placeOfDeath> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fazlur_Rahman_Khan> <http://dbpedia.org/ontology/restingPlace> ?uri } "}, "answers": ["http://dbpedia.org/resource/Chicago", "http://dbpedia.org/resource/Graceland_Cemetery"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Isa_(name)> <http://dbpedia.org/ontology/meaning> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Ice_hockey> . ?x <http://dbpedia.org/property/league> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/school> <http://dbpedia.org/resource/Pietermaritzburg> . ?x <http://dbpedia.org/property/school> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Richard_Coke> <http://dbpedia.org/ontology/office> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/founder> <http://dbpedia.org/resource/John_Forbes_(British_Army_officer)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/City>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/Deadhead> . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_Kotelawala> <http://dbpedia.org/property/allegiance> ?uri } "}, "answers": ["http://dbpedia.org/resource/Ceylon"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/related> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Automobile>}"}, "answers": ["http://dbpedia.org/resource/Monarch_(marque)", "http://dbpedia.org/resource/Mercury_Eight", "http://dbpedia.org/resource/Meteor_(automobile)", "http://dbpedia.org/resource/Lincoln_EL-series", "http://dbpedia.org/resource/Lincoln_Cosmopolitan", "1952", "http://dbpedia.org/resource/Plymouth_Plaza", "http://dbpedia.org/resource/DeSoto_Custom", "http://dbpedia.org/resource/Edsel_Bermuda", "http://dbpedia.org/resource/Edsel_Pacer", "http://dbpedia.org/resource/Edsel_Ranger", "http://dbpedia.org/resource/Edsel_Roundup", "http://dbpedia.org/resource/Edsel_Villager", "http://dbpedia.org/resource/Mercury_Colony_Park", "http://dbpedia.org/resource/Mercury_Commuter", "http://dbpedia.org/resource/Mercury_Marauder", "http://dbpedia.org/resource/Mercury_Montclair", "http://dbpedia.org/resource/Mercury_Monterey", "http://dbpedia.org/resource/Mercury_Park_Lane", "http://dbpedia.org/resource/Mercury_S-55", "Mercury Meteor", "Allard J2X", "http://dbpedia.org/resource/Allard_P1", "http://dbpedia.org/resource/Allard_M", "http://dbpedia.org/resource/Alpha_Jax", "http://dbpedia.org/resource/Alpha_Saga", "http://dbpedia.org/resource/Alpha_Wolf_(pickup_truck)", "http://dbpedia.org/resource/Alpha_Ace", "http://dbpedia.org/resource/BMW_1_Series_(E87)", "http://dbpedia.org/resource/BMW_3_Series_(E90)", "http://dbpedia.org/resource/Alpina_B4", "http://dbpedia.org/resource/BMW_3_Series_(F30)", "http://dbpedia.org/resource/Alpina_B3_(E46)", "http://dbpedia.org/resource/Alpina_B3_(F30)", "http://dbpedia.org/resource/BMW_4_Series_(F32)", "http://dbpedia.org/resource/BMW_5_Series_(G30)", "http://dbpedia.org/resource/Alpina_B6_(F12)", "http://dbpedia.org/resource/BMW_7_Series_(F01)", "http://dbpedia.org/resource/BMW_7_Series_(G11)", "http://dbpedia.org/resource/Renault_4CV", "http://dbpedia.org/resource/Renault_Dauphine", "http://dbpedia.org/resource/Renault_DeZir", "http://dbpedia.org/resource/Alvis_Saladin", "Alvis Speed 25 3\u00bd-litre", "Chassis continued to be sold to Graber Switzerland for Graber's own bodies", "http://dbpedia.org/resource/Amilcar_CGSS", "http://dbpedia.org/resource/Amilcar_CGS", "* Aeronca Sedan\n* Aeronca Champ", "* Aeronca Model 7 Champion", "http://dbpedia.org/resource/Alexander_ALX500", "http://dbpedia.org/resource/Alexander_ALX100", "http://dbpedia.org/resource/Alexander_ALX200", "http://dbpedia.org/resource/Alexander_ALX400", "http://dbpedia.org/resource/Alexander_ALX300", "http://dbpedia.org/resource/Alfa_Romeo_140A", "http://dbpedia.org/resource/Alfa_Romeo_500", "Avia A15/A20/A21", "* Dassault \u00c9tendard II\n* Dassault \u00c9tendard IV\n* Dassault \u00c9tendard VI", "* Dassault Falcon 20\n* Dassault Falcon 50", "Datsun 1121 truck", "http://dbpedia.org/resource/Datsun_DS_series", "Datsun 2124 Pickup", "http://dbpedia.org/resource/Datsun_Truck", "http://dbpedia.org/resource/Datsun_DB_series", "Datsun 4146 Pickup", "Datsun 5147 Pickup", "Datsun DB-2", "http://dbpedia.org/resource/Nissan_Micra", "http://dbpedia.org/resource/Nissan_Bluebird", "http://dbpedia.org/resource/Nissan_Cedric", "http://dbpedia.org/resource/Nissan_Silvia", "http://dbpedia.org/resource/Nissan_Pathfinder", "http://dbpedia.org/resource/Nissan_Violet", "", "http://dbpedia.org/resource/Datsun_mi-Do", "http://dbpedia.org/resource/Renault_Kwid", "http://dbpedia.org/resource/Porsche_962", "http://dbpedia.org/resource/Mini", "http://dbpedia.org/resource/Jaguar_XK_(X150)", "http://dbpedia.org/resource/DeSoto_Airstream", "http://dbpedia.org/resource/Chrysler_Airstream", "http://dbpedia.org/resource/Chrysler_Airflow", "http://dbpedia.org/resource/Chrysler_Imperial", "http://dbpedia.org/resource/Plymouth_Cranbrook", "http://dbpedia.org/resource/Dodge_Meadowbrook", "http://dbpedia.org/resource/DeSoto_Firedome", "http://dbpedia.org/resource/Chrysler_300_letter_series", "http://dbpedia.org/resource/Chrysler_Newport", "http://dbpedia.org/resource/Dodge_Coronet", "http://dbpedia.org/resource/DeSoto_Adventurer", "http://dbpedia.org/resource/Plymouth_Belvedere", "http://dbpedia.org/resource/Chrysler_Windsor", "http://dbpedia.org/resource/DeSoto_Suburban", "http://dbpedia.org/resource/Plymouth_Model_PJ", "http://dbpedia.org/resource/Chrysler_Royal", "http://dbpedia.org/resource/Chrysler_Six", "http://dbpedia.org/resource/Dodge_Series_D8", "* de Havilland Canada DHC-6 Twin Otter\n* de Havilland Canada DHC-8 Dash 8", "* de Havilland Dragon\n* de Havilland Dragon Rapide", "1937", "http://dbpedia.org/resource/Apollo_Intensa_Emozione", "http://dbpedia.org/resource/Borg-Warner_T-86", "http://dbpedia.org/resource/Range_Rover_Sport", "http://dbpedia.org/resource/Land_Rover_Defender", "http://dbpedia.org/resource/Mercedes-Benz_C-Class", "http://dbpedia.org/resource/Mercedes-Benz_E-Class", "http://dbpedia.org/resource/Dennis_Dragon", "http://dbpedia.org/resource/Dennis_Domino", "http://dbpedia.org/resource/Dodge_A100", "Inside Supercars", "Supercars Life", "AMC Concord", "AMC Spirit", "VAM American", "VAM Rally", "http://dbpedia.org/resource/Fisker_Karma", "http://dbpedia.org/resource/Karma_Revero", "Chevrolet Volt Concept", "http://dbpedia.org/resource/Dodge_Viper_(VX_I)", "http://dbpedia.org/resource/WM_Destino", "http://dbpedia.org/resource/Austin_Westminster", "http://dbpedia.org/resource/Wolseley_6/99", "http://dbpedia.org/resource/Vauxhall_10-4", "http://dbpedia.org/resource/Bedford_HC", "http://dbpedia.org/resource/Saab_9-3", "http://dbpedia.org/resource/Saab_9-5", "http://dbpedia.org/resource/Isuzu_Aska", "http://dbpedia.org/resource/Cadillac_Cimarron", "http://dbpedia.org/resource/Chevrolet_Cavalier", "http://dbpedia.org/resource/Holden_Camira", "http://dbpedia.org/resource/Opel_Ascona", "http://dbpedia.org/resource/Opel_Calibra", "http://dbpedia.org/resource/Opel_Manta", "http://dbpedia.org/resource/Opel_Vectra", "http://dbpedia.org/resource/Saab_900_(NG)", "http://dbpedia.org/resource/Daewoo_Maepsy", "http://dbpedia.org/resource/Opel_K-180", "http://dbpedia.org/resource/Isuzu_Gemini", "http://dbpedia.org/resource/Chevrolet_Chevette", "http://dbpedia.org/resource/Holden_Gemini", "http://dbpedia.org/resource/GMC_Chevette", "http://dbpedia.org/resource/Opel_Kadett", "http://dbpedia.org/resource/Vauxhall_Velox", "http://dbpedia.org/resource/Vauxhall_Wyvern", "http://dbpedia.org/resource/Vauxhall_Viva", "http://dbpedia.org/resource/Vauxhall_Firenza", "http://dbpedia.org/resource/Chevrolet_Firenza", "http://dbpedia.org/resource/Vauxhall_Viva_(1963\u20131979)", "http://dbpedia.org/resource/Vauxhall_Cresta", "http://dbpedia.org/resource/Vauxhall_Wyvern_EIX", "Vauxhall Cresta 1954\u20131972", "Vauxhall Wyvern 1948\u20131957", "http://dbpedia.org/resource/Hindustan_Contessa", "http://dbpedia.org/resource/Opel_Rekord_Series_D", "http://dbpedia.org/resource/Vauxhall_Magnum", "http://dbpedia.org/resource/Bedford_HA", "http://dbpedia.org/resource/Holden_Torana", "http://dbpedia.org/resource/Bedford_Beagle", "http://dbpedia.org/resource/Opel_Kadett_A", "http://dbpedia.org/resource/Lamborghini_Diablo", "http://dbpedia.org/resource/Nissan_Sylphy", "http://dbpedia.org/resource/Dongfeng_Fengguang_360", "http://dbpedia.org/resource/Datsun_Go", "http://dbpedia.org/resource/Nissan_Latio", "http://dbpedia.org/resource/Nissan_March", "http://dbpedia.org/resource/Nissan_Livina", "http://dbpedia.org/resource/Nissan_Note", "http://dbpedia.org/resource/Nissan_Tiida", "http://dbpedia.org/resource/Nissan_Qashqai", "http://dbpedia.org/resource/Nissan_Murano", "* Vickers Valetta\n* Vickers Varsity\n* Vickers Wellington", "http://dbpedia.org/resource/Fiat_500", "http://dbpedia.org/resource/Chevrolet_Spark", "http://dbpedia.org/resource/Opel_Karl", "http://dbpedia.org/resource/BMW_5_Series_(F10)", "http://dbpedia.org/resource/BMW_X5_(F15)", "http://dbpedia.org/resource/Volkswagen_Passat_(B8)", "http://dbpedia.org/resource/\u0160koda_Superb", "http://dbpedia.org/resource/Volkswagen_Golf", "http://dbpedia.org/resource/Volkswagen_Type_2", "http://dbpedia.org/resource/Porsche_356", "http://dbpedia.org/resource/Volkswagen_Golf_Mk6", "http://dbpedia.org/resource/Volkswagen_Golf_Mk4", "SEAT Le\u00f3n Mk1", "Audi A3 Mk1", "\u0160koda Octavia Mk1", "SEAT Toledo Mk2", "http://dbpedia.org/resource/Volkswagen_Lavida", "http://dbpedia.org/resource/Volkswagen_Beetle", "http://dbpedia.org/resource/Volkswagen_Sharan", "http://dbpedia.org/resource/Volkswagen_Passat", "http://dbpedia.org/resource/SEAT_Alhambra", "http://dbpedia.org/resource/Audi_A6", "http://dbpedia.org/resource/Volkswagen_Golf_Mk1", "http://dbpedia.org/resource/Volkswagen_Jetta_(A1)", "http://dbpedia.org/resource/Volkswagen_Polo_Mk3", "http://dbpedia.org/resource/Volkswagen_Touran", "http://dbpedia.org/resource/SEAT_Ibiza", "http://dbpedia.org/resource/SEAT_Inca", "http://dbpedia.org/resource/\u0160koda_Favorit", "http://dbpedia.org/resource/\u0160koda_Felicia", "http://dbpedia.org/resource/Audi_e-tron_(brand)", "Volkswagen Golf Mk2", "SEAT Toledo Mk1", "Volkswagen Jetta Mk2", "http://dbpedia.org/resource/Mercedes-Benz_Sprinter", "BAIC Changjiang BJEV BJ5040XXYCJ08EV", "Foton Toano", "JAC Sunray", "Kawei JNQ6605BEV", "Skywell D11", "Ankai T5/Q5", "Higer Paradise/H5V", "King Long Jockey/Saima/Kaite", "MAZ 281/3650", "http://dbpedia.org/resource/Volkswagen_Atlas", "http://dbpedia.org/resource/Volkswagen_Tiguan", "http://dbpedia.org/resource/Volkswagen_Polo", "Teijo", "http://dbpedia.org/resource/Volkswagen_Golf_Mk5", "SEAT Le\u00f3n Mk2", "Audi A3 Mk2", "Volkswagen Scirocco Mk3", "Volkswagen Polo IV", "http://dbpedia.org/resource/Volkswagen_Caddy", "http://dbpedia.org/resource/Volkswagen_Scirocco", "http://dbpedia.org/resource/Volkswagen_Cabriolet", "http://dbpedia.org/resource/Volkswagen_Corrado", "http://dbpedia.org/resource/Volkswagen_Jetta_(A2)", "http://dbpedia.org/resource/Volkswagen_Vento_(A3)", "http://dbpedia.org/resource/Volkswagen_New_Beetle", "http://dbpedia.org/resource/Volkswagen_Polo_Mk5", "http://dbpedia.org/resource/Volkswagen_Up", "Volkswagen Jetta Mk4", "Audi TT Mk1", "http://dbpedia.org/resource/Volkswagen_Eos", "http://dbpedia.org/resource/Volkswagen_Golf_Plus", "http://dbpedia.org/resource/Volkswagen_Jetta", "http://dbpedia.org/resource/Volkswagen_Passat_CC", "http://dbpedia.org/resource/SEAT_Altea", "http://dbpedia.org/resource/\u0160koda_Yeti", "Audi TT Mk2", "SEAT Toledo Mk3", "\u0160koda Octavia Mk2", "Audi Q3 Mk1", "Volkswagen Touran Mk1", "Volkswagen Golf Mk7", "[[#Sportsvan", "http://dbpedia.org/resource/Audi_A3", "http://dbpedia.org/resource/SEAT_Le\u00f3n", "http://dbpedia.org/resource/\u0160koda_Octavia", "http://dbpedia.org/resource/Volkswagen_Golf_Mk3", "http://dbpedia.org/resource/Volkswagen_Golf_Mk7", "http://dbpedia.org/resource/Volkswagen_Golf_Mk8", "http://dbpedia.org/resource/Volkswagen_T-Roc", "http://dbpedia.org/resource/Volkswagen_Golf_Cabriolet", "http://dbpedia.org/resource/SEAT_Toledo", "http://dbpedia.org/resource/Volkswagen_ID.4", "http://dbpedia.org/resource/Volkswagen_ID.3", "http://dbpedia.org/resource/Volkswagen_ID.6", "http://dbpedia.org/resource/Audi_Q4_e-tron", "http://dbpedia.org/resource/\u0160koda_Enyaq", "http://dbpedia.org/resource/Audi_Q5_e-tron", "http://dbpedia.org/resource/Volkswagen_Golf_Mk2", "http://dbpedia.org/resource/Volkswagen_Bora_(China)", "http://dbpedia.org/resource/Volkswagen_Lamando", "http://dbpedia.org/resource/Volkswagen_Taos", "http://dbpedia.org/resource/Volkswagen_Schwimmwagen", "http://dbpedia.org/resource/Volkswagen_Kommandeurswagen", "http://dbpedia.org/resource/VW_276_Schlepperfahrzeug", "http://dbpedia.org/resource/Force_Traveller", "Mercedes-Benz Sprinter", "http://dbpedia.org/resource/SEAT_Arosa", "http://dbpedia.org/resource/Volkswagen_Transporter_(T5)", "http://dbpedia.org/resource/Volkswagen_CityJetta", "http://dbpedia.org/resource/Volkswagen_Jetta_(A6)", "http://dbpedia.org/resource/Audi_80", "http://dbpedia.org/resource/Volkswagen_Santana", "http://dbpedia.org/resource/Ford_Royale", "http://dbpedia.org/resource/Volkswagen_Quantum", "http://dbpedia.org/resource/Ford_Versailles", "http://dbpedia.org/resource/Volkswagen_Passat_(B3)", "http://dbpedia.org/resource/Volkswagen_Passat_Lingyu", "http://dbpedia.org/resource/Audi_A4", "http://dbpedia.org/resource/SEAT_Leon", "SEAT Tarraco", "Volkswagen Tayron", "Volkswagen Tiguan Mk2", "\u0160koda Kodiaq", "Audi Q3 Sportback", "Jetta VS7", "Volkswagen Viloran", "\u0160koda Superb", "Audi Q3 Mk2", "http://dbpedia.org/resource/Volkswagen_Passat_(B5)", "http://dbpedia.org/resource/Audi_A8", "http://dbpedia.org/resource/Bentley_Continental_GT", "http://dbpedia.org/resource/Bentley_Continental_Flying_Spur_(2005)", "http://dbpedia.org/resource/Porsche_Panamera", "http://dbpedia.org/resource/Audi_S8", "http://dbpedia.org/resource/Audi_A7", "http://dbpedia.org/resource/Volkswagen_T-Cross", "http://dbpedia.org/resource/Volkswagen_Taigo", "http://dbpedia.org/resource/Volkswagen_Taigun", "http://dbpedia.org/resource/Audi_A1", "http://dbpedia.org/resource/SEAT_Arona", "http://dbpedia.org/resource/\u0160koda_Fabia", "http://dbpedia.org/resource/\u0160koda_Kamiq", "http://dbpedia.org/resource/\u0160koda_Scala", "http://dbpedia.org/resource/\u0160koda_Slavia", "http://dbpedia.org/resource/Volkswagen_Polo_R_WRC", "http://dbpedia.org/resource/Volkswagen_Lupo", "SEAT C\u00f3rdoba Mk1", "SEAT Ibiza Mk2", "Volkswagen Caddy Mk2", "http://dbpedia.org/resource/Volkswagen_Fox", "http://dbpedia.org/resource/\u0160koda_Roomster", "\u0160koda Fabia Mk1", "SEAT C\u00f3rdoba Mk2", "SEAT Ibiza Mk3", "\u0160koda Fabia Mk2", "http://dbpedia.org/resource/Lancia_Voyager", "http://dbpedia.org/resource/Chrysler_Town_&_Country", "http://dbpedia.org/resource/Chrysler_Voyager", "http://dbpedia.org/resource/Dodge_Caravan", "http://dbpedia.org/resource/Volkswagen_Type_3", "http://dbpedia.org/resource/Volkswagen_Jetta_(China)", "http://dbpedia.org/resource/Volkswagen_Passat_(B2)", "http://dbpedia.org/resource/\u0160koda_Rapid_(2012)", "Seat Toledo Mk4", "http://dbpedia.org/resource/Volkswagen_Passat_(B6)", "http://dbpedia.org/resource/Audi_Q2", "http://dbpedia.org/resource/Jetta_VS5", "http://dbpedia.org/resource/SEAT_Ateca", "http://dbpedia.org/resource/\u0160koda_Karoq", "http://dbpedia.org/resource/Volkswagen_Virtus", "http://dbpedia.org/resource/Volkswagen_up!", "http://dbpedia.org/resource/\u0160koda_Kushaq", "Volkswagen Crossblue concept", "http://dbpedia.org/resource/Volkswagen_Tavendor", "http://dbpedia.org/resource/Volkswagen_Viloran", "http://dbpedia.org/resource/Audi_Q6", "http://dbpedia.org/resource/Volkswagen_Talagon", "http://dbpedia.org/resource/Volkswagen_Tayron", "http://dbpedia.org/resource/Audi_Q3", "http://dbpedia.org/resource/SEAT_Tarraco", "http://dbpedia.org/resource/\u0160koda_Kodiaq", "Volkswagen Passat (B6)", "SEAT Alhambra (7N)", "Volkswagen Sharan (7N)", "\u0160koda Superb (3T)", "http://dbpedia.org/resource/Audi_Q7", "http://dbpedia.org/resource/Audi_Q8", "http://dbpedia.org/resource/Bentley_Bentayga", "http://dbpedia.org/resource/Porsche_Cayenne", "http://dbpedia.org/resource/Lamborghini_Urus", "http://dbpedia.org/resource/\u0160koda_Rapid_(India)", "http://dbpedia.org/resource/Volkswagen_Ameo", "http://dbpedia.org/resource/Volvo_164", "http://dbpedia.org/resource/Volvo_GTZ", "http://dbpedia.org/resource/Volvo_140_Series", "http://dbpedia.org/resource/Volvo_262C", "http://dbpedia.org/resource/Volvo_200_Series", "http://dbpedia.org/resource/Volvo_480", "http://dbpedia.org/resource/Volvo_440/460", "http://dbpedia.org/resource/DAF_66", "http://dbpedia.org/resource/Volvo_P1800", "http://dbpedia.org/resource/Volvo_B13R", "http://dbpedia.org/resource/Volvo_B11R", "http://dbpedia.org/resource/Volvo_B5LH", "http://dbpedia.org/resource/Volvo_B8L", "http://dbpedia.org/resource/Volvo_PV444/544", "Volvo Amazon Estate/P220", "http://dbpedia.org/resource/Volvo_FH", "http://dbpedia.org/resource/Volvo_FMX", "http://dbpedia.org/resource/Volvo_C303", "http://dbpedia.org/resource/Volvo_PV800_Series", "http://dbpedia.org/resource/Volvo_\u00d6V_4", "http://dbpedia.org/resource/Volvo_Amazon", "http://dbpedia.org/resource/Ford_D3_platform", "http://dbpedia.org/resource/Ford_CD3_platform", "http://dbpedia.org/resource/Ford_CDW27_platform", "http://dbpedia.org/resource/Mazda_G_platform", "http://dbpedia.org/resource/Volvo_TR670_Series", "http://dbpedia.org/resource/Volvo_L340", "http://dbpedia.org/resource/Volvo_Sharpnose", "http://dbpedia.org/resource/Volvo_V60", "http://dbpedia.org/resource/Volvo_XC60", "http://dbpedia.org/resource/Volvo_V70", "http://dbpedia.org/resource/Compact_Modular_Architecture_platform", "http://dbpedia.org/resource/Volvo_PV650_Series", "http://dbpedia.org/resource/Volvo_S40", "http://dbpedia.org/resource/Volvo_S60", "http://dbpedia.org/resource/Volvo_S80", "http://dbpedia.org/resource/Volvo_S90", "http://dbpedia.org/resource/Voyah_Free", "http://dbpedia.org/resource/Voyah_Dreamer", "Voyah i-Free", "http://dbpedia.org/resource/WEY_VV5", "http://dbpedia.org/resource/WEY_VV7", "http://dbpedia.org/resource/Haval_F5", "http://dbpedia.org/resource/Haval_H6", "Haval H6", "http://dbpedia.org/resource/Wanderer_W22", "http://dbpedia.org/resource/Audi_Front", "Wartburg 353", "http://dbpedia.org/resource/Dodge_Charger", "http://dbpedia.org/resource/Plymouth_Turismo", "http://dbpedia.org/resource/Dodge_Omni_024", "http://dbpedia.org/resource/Plymouth_TC3", "http://dbpedia.org/resource/Dodge_C_series", "http://dbpedia.org/resource/Fiat_Stilo", "*Fiat G.91", "Fiat SB4", "http://dbpedia.org/resource/Pontiac_Montana", "http://dbpedia.org/resource/Pontiac_Trans_Sport", "http://dbpedia.org/resource/Buick_GL8", "http://dbpedia.org/resource/Chevrolet_Venture", "http://dbpedia.org/resource/Oldsmobile_Silhouette", "http://dbpedia.org/resource/Nissan_Patrol", "http://dbpedia.org/resource/Willys_Jeep", "http://dbpedia.org/resource/Toyota_Sprinter_Trueno", "http://dbpedia.org/resource/Toyota_Corolla", "http://dbpedia.org/resource/Wright_Solar_Fusion", "http://dbpedia.org/resource/Fiat_128", "http://dbpedia.org/resource/GM_Gamma_platform", "http://dbpedia.org/resource/GM_C_platform_(FWD)", "GM H platform (FWD)", "GM K platform (FWD)", "http://dbpedia.org/resource/Genesis_G70", "http://dbpedia.org/resource/Lada_Samara", "http://dbpedia.org/resource/Moskvitch_Aleko", "http://dbpedia.org/resource/TVR_390SE", "Humber Pullman", "http://dbpedia.org/resource/SS_Jaguar_100", "http://dbpedia.org/resource/SS_1", "http://dbpedia.org/resource/TVR_350i", "http://dbpedia.org/resource/Mazda_RX-8", "http://dbpedia.org/resource/Porsche_911", "http://dbpedia.org/resource/Porsche_930", "http://dbpedia.org/resource/Porsche_935", "http://dbpedia.org/resource/Porsche_934", "http://dbpedia.org/resource/Porsche_911_(classic)", "http://dbpedia.org/resource/Ford_Pinto", "http://dbpedia.org/resource/Delahaye_135", "http://dbpedia.org/resource/Delahaye_175", "*Dennis RS/SS series\n*Dennis Delta", "http://dbpedia.org/resource/Dennis_Sabre", "*Dennis DS series\n*Dennis DF series\n*Dennis Delta", "http://dbpedia.org/resource/Dennis_Dagger", "http://dbpedia.org/resource/Dennis_Rapier", "http://dbpedia.org/resource/BYD_Tang", "http://dbpedia.org/resource/Ferrari_246_F1", "http://dbpedia.org/resource/Ferrari_308_GTB", "http://dbpedia.org/resource/Ford_FMX_transmission", "http://dbpedia.org/resource/Citro\u00ebn_C1", "http://dbpedia.org/resource/Toyota_Aygo", "http://dbpedia.org/resource/Volkswagen_Group_A0_platform", "http://dbpedia.org/resource/Mercedes-Benz_Axor", "http://dbpedia.org/resource/Oldsmobile_Intrigue", "http://dbpedia.org/resource/Scion_xB", "Ferrari 512 S", "http://dbpedia.org/resource/Mazda_Furai", "http://dbpedia.org/resource/Mazda_Ryuga", "http://dbpedia.org/resource/Mazda_Taiki", "http://dbpedia.org/resource/Mazda_Hakaze", "http://dbpedia.org/resource/Smart_ForTwo", "http://dbpedia.org/resource/Austin_Mini", "http://dbpedia.org/resource/Mitsubishi_Fuso_Aero_Bus", "http://dbpedia.org/resource/Nissan_Diesel_Space_Runner_RM", "http://dbpedia.org/resource/Nissan_Diesel_Space_Runner_JP", "http://dbpedia.org/resource/Mercedes-Benz_Arocs", "http://dbpedia.org/resource/Mercedes-Benz_Atego", "http://dbpedia.org/resource/Mercedes-Benz_Actros", "http://dbpedia.org/resource/Ford_Mustang_(fifth_generation)", "http://dbpedia.org/resource/Nissan_Crew", "http://dbpedia.org/resource/Nissan_Fuga", "http://dbpedia.org/resource/Nissan_Teana", "http://dbpedia.org/resource/Toyota_Corolla_(E140)", "http://dbpedia.org/resource/Mercury_(automobile)", "*Wedell-Williams Model 44\n*Wedell-Williams XP-34", "Honda Life fifth generation", "http://dbpedia.org/resource/Volvo_SCC", "http://dbpedia.org/resource/Chevrolet_Corvette", "http://dbpedia.org/resource/Holden_Commodore_(VY)", "http://dbpedia.org/resource/Honda_Accord", "http://dbpedia.org/resource/Mercedes-Benz_GLK-Class", "http://dbpedia.org/resource/Fabrika_automobila_Priboj", "http://dbpedia.org/resource/Sanos_404", "Hycan 007", "http://dbpedia.org/resource/Mitsubishi_Lancer_Evo_VIII", "Alcatel One Touch T'Pop", "http://dbpedia.org/resource/Moskvitch_2142", "http://dbpedia.org/resource/Simca_1307", "http://dbpedia.org/resource/Simca_1308", "http://dbpedia.org/resource/ZAZ_Tavria", "http://dbpedia.org/resource/Alexander_Dennis_Enviro200", "http://dbpedia.org/resource/Alexander_Dennis_Enviro400", "http://dbpedia.org/resource/Alexander_Dennis_Enviro500", "http://dbpedia.org/resource/Alexander_Dennis_Enviro300", "http://dbpedia.org/resource/Alexander_Dennis_Enviro400_MMC", "http://dbpedia.org/resource/Alexander_Dennis_Enviro400_City", "http://dbpedia.org/resource/Alfa_Romeo_1750_Berlina", "http://dbpedia.org/resource/Alfa_Romeo_Giulia", "http://dbpedia.org/resource/Alfa_Romeo_Spider", "http://dbpedia.org/resource/Alfa_Romeo_Sportut", "http://dbpedia.org/resource/Lancia_Delta", "http://dbpedia.org/resource/Fiat_Tipo", "http://dbpedia.org/resource/Alfa_Romeo_156", "http://dbpedia.org/resource/Alfa_Romeo_GT", "http://dbpedia.org/resource/Lancia_Delta_Integrale", "http://dbpedia.org/resource/Lancia_Dedra", "http://dbpedia.org/resource/Fiat_Tempra", "http://dbpedia.org/resource/Alfa_Romeo_147", "http://dbpedia.org/resource/Lancia_Lybra", "http://dbpedia.org/resource/Alfa_Romeo_Brera", "http://dbpedia.org/resource/Alfa_Romeo_Scighera", "http://dbpedia.org/resource/Saab_9000", "http://dbpedia.org/resource/Lancia_Thema", "http://dbpedia.org/resource/Fiat_Croma", "http://dbpedia.org/resource/Trumpchi_GA5", "http://dbpedia.org/resource/Trumpchi_GS5", "http://dbpedia.org/resource/Lancia_Kappa", "http://dbpedia.org/resource/Alfa_Romeo_Disco_Volante", "http://dbpedia.org/resource/Alfa_Romeo_Matta", "IKA Bergantin]]", "[[#IKA Bergantin", "http://dbpedia.org/resource/Alfa_Romeo_2600", "http://dbpedia.org/resource/Alfa_Romeo_1900", "http://dbpedia.org/resource/Alfa_Romeo_2000", "http://dbpedia.org/resource/Alfa_Romeo_Alfasud", "http://dbpedia.org/resource/Alfa_Romeo_Sprint", "http://dbpedia.org/resource/Alfa_Romeo_Tipo_33", "Abarth 1000 SP", "http://dbpedia.org/resource/Alfa_Romeo_Alfetta", "http://dbpedia.org/resource/Alfa_Romeo_SZ", "http://dbpedia.org/resource/Alfa_Romeo_GTV6", "Alfa Romeo 8C 35", "http://dbpedia.org/resource/Alfa_Romeo_Disco_Volante_by_Touring", "http://dbpedia.org/resource/Alfa_Romeo_Pandion", "http://dbpedia.org/resource/Maserati_GranTurismo", "http://dbpedia.org/resource/Maserati_Quattroporte_V", "http://dbpedia.org/resource/Maserati_GranCabrio", "http://dbpedia.org/resource/Alfa_Romeo_90", "http://dbpedia.org/resource/Alfa_Romeo_Alfa_6", "http://dbpedia.org/resource/Alfa_Romeo_Giulietta_(116)", "http://dbpedia.org/resource/Nissan_Cherry", "http://dbpedia.org/resource/Nissan_Pulsar", "http://dbpedia.org/resource/Holden_Astra", "http://dbpedia.org/resource/Alfa_Romeo_159", "http://dbpedia.org/resource/Alfa_Romeo_33.2", "http://dbpedia.org/resource/Alfa_Romeo_Navajo", "http://dbpedia.org/resource/Alfa_Romeo_33_Stradale", "http://dbpedia.org/resource/Alfa_Romeo_Iguana", "http://dbpedia.org/resource/Alfa_Romeo_8C_Competizione", "http://dbpedia.org/resource/Alfa_Romeo_105/115_Series_Coup\u00e9s", "http://dbpedia.org/resource/Alfa_Romeo_Gran_Sport_Quattroruote", "http://dbpedia.org/resource/Alfa_Romeo_Stelvio", "http://dbpedia.org/resource/Devon_Motorworks", "http://dbpedia.org/resource/Alfa_Romeo_Canguro", "http://dbpedia.org/resource/Bristol_Fighter_(automobile)", "http://dbpedia.org/resource/Chrysler_Firepower", "http://dbpedia.org/resource/Dodge_Viper_(ZB_II)", "http://dbpedia.org/resource/Gillet_Vertigo", "http://dbpedia.org/resource/Jeep_Cherokee_(KL)", "http://dbpedia.org/resource/Chrysler_200", "http://dbpedia.org/resource/Dodge_Dart_(2013)", "http://dbpedia.org/resource/Alfa_Romeo_Giulietta_(750/101)", "Alfa Romeo Giulia Sprint", "Alfa Romeo Giulietta Sprint Zagato", "http://dbpedia.org/resource/Alfa_Romeo_Giulia_(952)", "http://dbpedia.org/resource/Fiat_Grande_Punto", "http://dbpedia.org/resource/Opel_Corsa", "http://dbpedia.org/resource/Alfa_Romeo_164", "http://dbpedia.org/resource/Alfa_Romeo_RM", "http://dbpedia.org/resource/Nissan_Trade", "http://dbpedia.org/resource/Alfa_Romeo_75", "http://dbpedia.org/resource/Alfa_Romeo_155", "http://dbpedia.org/resource/Alfa_Romeo_145", "http://dbpedia.org/resource/Alfa_Romeo_33", "http://dbpedia.org/resource/Giocattolo", "http://dbpedia.org/resource/Jeep_Compass", "http://dbpedia.org/resource/Alfa_Romeo_GTV_and_Spider", "http://dbpedia.org/resource/Melkus", "http://dbpedia.org/resource/Saleen_S1", "http://dbpedia.org/resource/Ascari_KZ1", "http://dbpedia.org/resource/Ascari_KZ1-R", "http://dbpedia.org/resource/Ascari_Ecosse", "http://dbpedia.org/resource/BMW_M5", "http://dbpedia.org/resource/BMW_Z8", "Ascari KZ1", "http://dbpedia.org/resource/Aston_Martin_Vantage_(2005)", "http://dbpedia.org/resource/Aston_Martin_Vantage_(2018)", "http://dbpedia.org/resource/Aston_Martin_DBS_Superleggera", "http://dbpedia.org/resource/Aston_Martin_DB3", "http://dbpedia.org/resource/Aston_Martin_DB4_GT_Zagato", "http://dbpedia.org/resource/Lagonda_Rapide", "http://dbpedia.org/resource/Aston_Martin_DB4", "http://dbpedia.org/resource/Aston_Martin_DB7", "http://dbpedia.org/resource/Jaguar_XK_(X100)", "http://dbpedia.org/resource/Aston_Martin_DBS_V12", "http://dbpedia.org/resource/Aston_Martin_Rapide", "http://dbpedia.org/resource/Aston_Martin_Vanquish", "http://dbpedia.org/resource/Aston_Martin_Virage", "http://dbpedia.org/resource/Aston_Martin_V8", "http://dbpedia.org/resource/Aston_Martin_DB11", "http://dbpedia.org/resource/Aston_Martin_DB9", "http://dbpedia.org/resource/Aston_Martin_V12_Vantage_RS", "Aston Martin DBS Zagato Centennial", "http://dbpedia.org/resource/Lincoln_Town_Car", "Aston Martin Vulcan, Aston Martin Victor", "http://dbpedia.org/resource/Lagonda_Taraf", "http://dbpedia.org/resource/Aston_Martin_Rapide_Bertone_Jet_2+2", "http://dbpedia.org/resource/Aston_Martin_DBS", "http://dbpedia.org/resource/Aston_Martin_RHAM/1", "http://dbpedia.org/resource/Aston_Martin_V8_Vantage_(1977)", "http://dbpedia.org/resource/Aston_Martin_V8_Zagato", "http://dbpedia.org/resource/Aston_Martin_Valkyrie", "http://dbpedia.org/resource/Aston_Martin_DB10", "http://dbpedia.org/resource/Aston_Martin_V12_Zagato", "http://dbpedia.org/resource/Aston_Martin_DBX", "http://dbpedia.org/resource/Aston_Martin_One-77", "http://dbpedia.org/resource/Volkswagen_Polo_Mk1", "http://dbpedia.org/resource/Volkswagen_Passat_(B1)", "http://dbpedia.org/resource/Audi_Quattro", "http://dbpedia.org/resource/Audi_Coup\u00e9_(B2)", "http://dbpedia.org/resource/Audi_S1", "SEAT Ibiza Mk4", "Volkswagen Polo Mk5", "http://dbpedia.org/resource/SEAT_Le\u00f3n_Mk3", "http://dbpedia.org/resource/Volkswagen_Gran_Lavida", "http://dbpedia.org/resource/\u0160koda_Octavia_Mk3", "Volkswagen Golf Mk4", "http://dbpedia.org/resource/Audi_A5", "http://dbpedia.org/resource/Audi_S4", "http://dbpedia.org/resource/Audi_RS4", "http://dbpedia.org/resource/SEAT_Exeo", "http://dbpedia.org/resource/Volkswagen_Phideon", "http://dbpedia.org/resource/Audi_100", "http://dbpedia.org/resource/Audi_RS_6", "http://dbpedia.org/resource/Audi_S6", "http://dbpedia.org/resource/Audi_RS6", "http://dbpedia.org/resource/Hongqi_H9", "http://dbpedia.org/resource/Volkswagen_Phaeton", "http://dbpedia.org/resource/Volkswagen_Touareg", "http://dbpedia.org/resource/Bentley_Flying_Spur_(2005)", "http://dbpedia.org/resource/SEAT_Cupra_GT", "http://dbpedia.org/resource/Cupra_Formentor", "http://dbpedia.org/resource/Porsche_Macan", "Audi Quattro", "http://dbpedia.org/resource/Ares_Design_Project1", "http://dbpedia.org/resource/Italdesign_Zerouno", "http://dbpedia.org/resource/Lamborghini_Hurac\u00e1n", "http://dbpedia.org/resource/Engler_Superquad", "http://dbpedia.org/resource/Audi_R8_(road_car)", "http://dbpedia.org/resource/Audi_Q5", "http://dbpedia.org/resource/Audi_S5", "http://dbpedia.org/resource/Audi_A4_B8", "http://dbpedia.org/resource/Bentley_Hunaudi\u00e8res", "http://dbpedia.org/resource/Bugatti_Veyron", "http://dbpedia.org/resource/Audi_RS_4", "http://dbpedia.org/resource/Volkswagen_Bora", "http://dbpedia.org/resource/Porsche_Taycan", "* Auster Avis", "http://dbpedia.org/resource/MG_Midget", "http://dbpedia.org/resource/BMC_ADO17", "http://dbpedia.org/resource/Austin_A40_Sports", "http://dbpedia.org/resource/Austin_A40", "http://dbpedia.org/resource/BMC_ADO16", "http://dbpedia.org/resource/Shamrock_(car)", "http://dbpedia.org/resource/Morris_Oxford_Farina", "http://dbpedia.org/resource/MG_Magnette", "http://dbpedia.org/resource/Riley_4", "http://dbpedia.org/resource/Wolseley_15/60", "http://dbpedia.org/resource/Siam_di_Tella", "http://dbpedia.org/resource/Austin_1800", "http://dbpedia.org/resource/Austin_Montego", "http://dbpedia.org/resource/Yema_F99", "http://dbpedia.org/resource/MG_F_/_MG_TF", "MG Metro", "http://dbpedia.org/resource/Austin_Maestro", "http://dbpedia.org/resource/Austin_Sheerline", "http://dbpedia.org/resource/Austin_Princess", "http://dbpedia.org/resource/Vanden_Plas_Princess", "http://dbpedia.org/resource/Morris_Marshal", "Vanden Plas Princess 3-litre", "Vanden Plas Princess 4-Litre R", "http://dbpedia.org/resource/G\u00f6ppel_Go4City19", "http://dbpedia.org/resource/Auto_Union_1000_Sp", "http://dbpedia.org/resource/Auto_Union_1000", "http://dbpedia.org/resource/DKW_Monza", "http://dbpedia.org/resource/Autobianchi_Primula", "http://dbpedia.org/resource/Fiat_127", "http://dbpedia.org/resource/Autobianchi_A111", "http://dbpedia.org/resource/Fiat_600", "http://dbpedia.org/resource/Fiat_Panda", "Riley 1\u00bd-litre straight 4 and", "Riley 8/90 2\u00bc-litre 90\u00b0V8", "http://dbpedia.org/resource/Mazda_Carol", "http://dbpedia.org/resource/Suzuki_Alto", "http://dbpedia.org/resource/Ford_Probe", "http://dbpedia.org/resource/Ford_Telstar", "http://dbpedia.org/resource/Mazda_MX-6", "Mazda 626", "Mazda Cronos", "\u025b\u0303fini MS-6", "* Avro Anson", "*Avro Lancaster\n*Avro York\n*Avro Lincolnian very similar to Lancastrian but developed from Lincoln bomber instead of Lancaster bomber.", "* Avro Lincoln\n* Avro Lancastrian\n* Avro Ashton", "http://dbpedia.org/resource/Pontiac_Tempest", "http://dbpedia.org/resource/Chevrolet_Chevelle", "http://dbpedia.org/resource/Bedford_Dormobile", "http://dbpedia.org/resource/Bristol_Britannia_(car)", "http://dbpedia.org/resource/Bedford_RL", "http://dbpedia.org/resource/Bedford_SB", "http://dbpedia.org/resource/Bedford_TJ", "http://dbpedia.org/resource/AWD_Tank_Transporter", "http://dbpedia.org/resource/Bedford_TA", "* L-23/U-8 Seminole \n* Beechcraft Travel Air \n* Beechcraft Queen Air\n* Beechcraft King Air", "http://dbpedia.org/resource/Dongfanghong_BJ760", "http://dbpedia.org/resource/Changhe_A6", "http://dbpedia.org/resource/Saab_900", "http://dbpedia.org/resource/Saturn_L-Series", "http://dbpedia.org/resource/Huansu_S5", "* Bell 206\n* Bell 400 TwinRanger\n* Bell 407\n* Bell 429 GlobalRanger", "* Bell 309 KingCobra\n* Bell AH-1 Cobra\n* Bell AH-1Z Viper\n* Bell UH-1N Twin Huey\n* Bell UH-1Y Venom\n* Bell YAH-63\n* Panha 2091\n* IAIO Toufan", "Blower Bentley", "http://dbpedia.org/resource/Bentley_4_Litre", "http://dbpedia.org/resource/Bentley_Arnage", "http://dbpedia.org/resource/Bentley_Azure", "http://dbpedia.org/resource/Rolls-Royce_Silver_Spirit", "http://dbpedia.org/resource/Bentley_Mulliner_Bacalar", "http://dbpedia.org/resource/Bentley_Mulsanne_(1980\u20131992)", "http://dbpedia.org/resource/Rolls-Royce_Silver_Dawn", "http://dbpedia.org/resource/Bentley_Eight", "http://dbpedia.org/resource/Rolls-Royce_Silver_Spur", "http://dbpedia.org/resource/Rolls-Royce_Silver_Cloud", "Bentley S1", "Bentley S1 Continental", "Bentley S3 Continental,", "http://dbpedia.org/resource/Rolls-Royce_Camargue", "http://dbpedia.org/resource/Rolls-Royce_Corniche", "http://dbpedia.org/resource/Rolls-Royce_Silver_Shadow", "http://dbpedia.org/resource/Corvette_ZR1", "http://dbpedia.org/resource/Chevrolet_Corvette_(C4)", "http://dbpedia.org/resource/Bestune_E05", "http://dbpedia.org/resource/Senia_R7", "http://dbpedia.org/resource/Senya_R7", "Ford Model A roadster pickup", "http://dbpedia.org/resource/Foday_Explorer_III", "http://dbpedia.org/resource/Ford_Galaxie", "http://dbpedia.org/resource/Ford_Transit", "http://dbpedia.org/resource/Ford_Prefect", "http://dbpedia.org/resource/Ford_Popular_100E", "Ford Escort 100E", "Ford Popular", "Ford Prefect 100E", "Ford Squire 100E", "Ford Fiesta Mk VI", "http://dbpedia.org/resource/Ford_F-series_(medium_duty_truck)", "http://dbpedia.org/resource/Ford_Everest", "http://dbpedia.org/resource/Ford_Ranger_(T6)", "http://dbpedia.org/resource/Ford_Ranger", "http://dbpedia.org/resource/Ford_Focus_(third_generation)", "http://dbpedia.org/resource/Ford_Fusion_Hybrid", "http://dbpedia.org/resource/Ford_Cortina", "http://dbpedia.org/resource/Ford_Taunus_TC", "http://dbpedia.org/resource/Mazda_323", "http://dbpedia.org/resource/Ford_E-Series", "http://dbpedia.org/resource/Ford_Vedette", "http://dbpedia.org/resource/Ford_Granada_(Europe)", "http://dbpedia.org/resource/Ford_Consul_Capri_(335)", "Ford Consul Classic", "http://dbpedia.org/resource/Ford_Del_Rey", "http://dbpedia.org/resource/Ford_Pampa", "http://dbpedia.org/resource/Renault_12", "http://dbpedia.org/resource/Nissan_Pintara", "http://dbpedia.org/resource/Ford_Capri", "Ford Capri Mk 1", "Hyundai Cortina", "Hyundai Pony", "http://dbpedia.org/resource/Ford_Mondeo", "http://dbpedia.org/resource/Ford_Country_Squire", "http://dbpedia.org/resource/Ford_Del_Rio", "http://dbpedia.org/resource/Ford_Ranch_Wagon", "http://dbpedia.org/resource/Ford_Ranchero", "http://dbpedia.org/resource/Ford_Country_Sedan", "http://dbpedia.org/resource/Ford_Crestline", "http://dbpedia.org/resource/Ford_Fairlane_(Americas)", "http://dbpedia.org/resource/Ford_LTD_(Americas)", "http://dbpedia.org/resource/Ford_LTD_Crown_Victoria", "http://dbpedia.org/resource/Mercury_Grand_Marquis", "http://dbpedia.org/resource/Mercury_Marquis", "http://dbpedia.org/resource/Ford_Custom", "http://dbpedia.org/resource/Lincoln_Continental", "http://dbpedia.org/resource/Ford_Fairlane_(North_American)", "http://dbpedia.org/resource/Ford_LTD_(North_America)", "Mercury Monterey station wagon", "http://dbpedia.org/resource/Mercury_Custom", "http://dbpedia.org/resource/Lincoln_Capri", "http://dbpedia.org/resource/Ford_DEW_platform", "http://dbpedia.org/resource/Ford_EUCD_platform", "http://dbpedia.org/resource/Ford_V_platform", "Ford D4 platform", "http://dbpedia.org/resource/1957_Ford", "http://dbpedia.org/resource/Ford_Fairmont", "http://dbpedia.org/resource/Ford_Carousel", "http://dbpedia.org/resource/Ford_Falcon_(North_America)", "http://dbpedia.org/resource/Ford_C1_platform", "http://dbpedia.org/resource/Ford_CD4_platform", "http://dbpedia.org/resource/Ford_Escort_(North_America)", "http://dbpedia.org/resource/Ford_Tempo", "http://dbpedia.org/resource/Ford_B-Max", "http://dbpedia.org/resource/Ford_Fiesta", "http://dbpedia.org/resource/Ford_Fusion_(Europe)", "http://dbpedia.org/resource/Mazda_2", "Ford Fiesta Mk V", "http://dbpedia.org/resource/Ford_Fusion_(Americas)", "http://dbpedia.org/resource/Ford_Mondeo_(fourth_generation)", "http://dbpedia.org/resource/Lincoln_MKX", "http://dbpedia.org/resource/Lincoln_MKZ", "http://dbpedia.org/resource/Ford_Torino", "http://dbpedia.org/resource/Mercury_Cougar", "http://dbpedia.org/resource/Mercury_Montego", "http://dbpedia.org/resource/Ford_Focus", "http://dbpedia.org/resource/Ford_Orion", "http://dbpedia.org/resource/Ford_EXP", "http://dbpedia.org/resource/Ford_Escort_(Europe)", "http://dbpedia.org/resource/Mazda_Proteg\u00e9", "Mazda Proteg\u00e9", "Mercury Tracer", "http://dbpedia.org/resource/Ford_Sierra_RS_Cosworth", "http://dbpedia.org/resource/Ford_Ranger_(international)", "http://dbpedia.org/resource/Ford_Ranger_(P375)", "http://dbpedia.org/resource/Ford_Mondeo_(fifth_generation)", "http://dbpedia.org/resource/Lincoln_Zephyr_(China)", "http://dbpedia.org/resource/Ford_Super_Duty", "http://dbpedia.org/resource/Ford_F-150", "http://dbpedia.org/resource/Ford_F-Series_thirteenth_generation", "http://dbpedia.org/resource/Lincoln_Blackwood", "http://dbpedia.org/resource/Lincoln_Mark_LT", "http://dbpedia.org/resource/Lincoln_Navigator", "[[#Third generation", "http://dbpedia.org/resource/Ford_Explorer_Sport_Trac", "http://dbpedia.org/resource/Ford_Flex", "http://dbpedia.org/resource/Ford_Ranger_(North_America)", "http://dbpedia.org/resource/Mercury_Mountaineer", "http://dbpedia.org/resource/Lincoln_Aviator", "http://dbpedia.org/resource/Lincoln_MKT", "Ford Taurus", "[[#Explorer Sport variation", "http://dbpedia.org/resource/Ford_Explorer", "http://dbpedia.org/resource/Ford_F-Series_(fourteenth_generation)", "http://dbpedia.org/resource/Ford_Expedition", "1946", "http://dbpedia.org/resource/Ford_Bronco", "http://dbpedia.org/resource/Ford_B-Series", "http://dbpedia.org/resource/Ford_Raptor", "Ford Atlas concept", "http://dbpedia.org/resource/Hennessey_VelociRaptor_SUV", "Ford F-150 SVT Raptor", "http://dbpedia.org/resource/Ford_Parklane", "http://dbpedia.org/resource/Ford_Mainline", "http://dbpedia.org/resource/Mercury_Comet", "http://dbpedia.org/resource/Mercury_Meteor", "http://dbpedia.org/resource/Ford_Customline", "http://dbpedia.org/resource/Ford_Courier", "http://dbpedia.org/resource/Mercury_Cyclone", "http://dbpedia.org/resource/Ford_Fairlane_(Australia)", "[[#Mercury Zephyr", "http://dbpedia.org/resource/Ford_Territory_(Australia)", "http://dbpedia.org/resource/Ford_Fairmont_(Australia)", "http://dbpedia.org/resource/Ford_Frontenac", "http://dbpedia.org/resource/Ford_XK_Falcon", "http://dbpedia.org/resource/Ford_XL_Falcon", "http://dbpedia.org/resource/Ford_Econoline", "http://dbpedia.org/resource/1964_Ford_Falcon_Ranchero", "http://dbpedia.org/resource/First-generation_Ford_Mustang", "http://dbpedia.org/resource/Ford_Fairlane_(North_America)", "http://dbpedia.org/resource/Ford_ZF_Fairlane", "http://dbpedia.org/resource/Ford_Fairlane_(ZA)", "http://dbpedia.org/resource/Ford_Puma_(crossover)", "http://dbpedia.org/resource/Ford_EcoSport", "http://dbpedia.org/resource/Ford_Figo", "http://dbpedia.org/resource/Mazda_Demio", "http://dbpedia.org/resource/Ford_Ka", "Ford Fiesta MKV", "http://dbpedia.org/resource/Ford_Freestyle", "http://dbpedia.org/resource/Lincoln_MKS", "Ford Taurus (sixth generation)Ford Taurus (fifth generation)", "http://dbpedia.org/resource/Ford_Bronco_Sport", "http://dbpedia.org/resource/Ford_Escape", "http://dbpedia.org/resource/Ford_Kuga", "http://dbpedia.org/resource/Ford_Maverick_(2022)", "Ford C-Max Mk I", "Ford Escort (China)", "Ford Kuga Mk I", "Mazda Axela/Mazda3 (BK)", "Mazda CX-7", "Mazda Premacy/Mazda5 (CR)", "Volvo C30", "Volvo S40", "Volvo V50", "http://dbpedia.org/resource/Mercury_Sable", "http://dbpedia.org/resource/Ford_Taurus", "http://dbpedia.org/resource/Mazda6", "http://dbpedia.org/resource/Mercury_Milan", "http://dbpedia.org/resource/Ford_Fusion_Energi", "http://dbpedia.org/resource/Ford_Taurus_(seventh_generation)", "Lincoln MKZ", "http://dbpedia.org/resource/Ford_Fiesta_(fifth_generation)", "http://dbpedia.org/resource/Mazda2", "http://dbpedia.org/resource/Ford_C-Max_Energi", "http://dbpedia.org/resource/Lincoln_MKZ_Hybrid", "Mercury Milan Hybrid", "http://dbpedia.org/resource/Ford_C2_platform", "http://dbpedia.org/resource/GAZ-46", "http://dbpedia.org/resource/Galpin_GTR1", "http://dbpedia.org/resource/Ford_300", "http://dbpedia.org/resource/Ford_S-Max", "http://dbpedia.org/resource/Ford_Maverick_(Americas)", "http://dbpedia.org/resource/Ford_Thunderbird_(eighth_generation)", "http://dbpedia.org/resource/Mercury_Monarch", "http://dbpedia.org/resource/Lincoln_Continental_Mark_VII", "http://dbpedia.org/resource/Lincoln_Versailles", "Ford Fiesta", "Ford Fiesta IV", "http://dbpedia.org/resource/Ford_Mustang", "http://dbpedia.org/resource/Lincoln_MKR", "http://dbpedia.org/resource/Lancia_Ypsilon", "http://dbpedia.org/resource/Fiat_500_(2007)", "1932", "http://dbpedia.org/resource/Ford_Model_Y", "http://dbpedia.org/resource/Mazda_Titan", "http://dbpedia.org/resource/Ford_Granada_(North_America)", "http://dbpedia.org/resource/Ford_Thunderbird_(ninth_generation)", "http://dbpedia.org/resource/Lincoln_Continental_Mark_VI", "http://dbpedia.org/resource/Ford_Thunderbird_(seventh_generation)", "http://dbpedia.org/resource/Ford_Capri_(Australia)", "http://dbpedia.org/resource/Mazda_Familia", "http://dbpedia.org/resource/Mercury_Tracer", "http://dbpedia.org/resource/Ford_Focus_(fourth_generation)", "http://dbpedia.org/resource/Lincoln_Corsair", "http://dbpedia.org/resource/Ford_Model_A_(1927-1931)", "http://dbpedia.org/resource/GAZ-AA", "http://dbpedia.org/resource/GAZ-AAA", "http://dbpedia.org/resource/GAZ-MM", "--12-02", "http://dbpedia.org/resource/Ford_Model_N", "http://dbpedia.org/resource/Ford_Model_T", "http://dbpedia.org/resource/Ford_Evos", "http://dbpedia.org/resource/Ford_Cougar", "Ford Mondeo Mk 1/Mk 2", "Ford Galaxy", "Ford S-Max", "http://dbpedia.org/resource/Jaguar_X-Type", "http://dbpedia.org/resource/Jaguar_XF", "http://dbpedia.org/resource/Ford_Thunderbird_(eleventh_generation)", "http://dbpedia.org/resource/Jaguar_S-Type_(1999)", "http://dbpedia.org/resource/Lincoln_LS", "1965", "http://dbpedia.org/resource/Ford_Durango", "http://dbpedia.org/resource/Ford_Mustang_(third_generation)", "http://dbpedia.org/resource/Mercury_Capri", "http://dbpedia.org/resource/Ford_Corcel", "[[#Mercury Bobcat", "http://dbpedia.org/resource/Ford_Anglia", "http://dbpedia.org/resource/Ford_Popular", "http://dbpedia.org/resource/Ford_Squire", "http://dbpedia.org/resource/Thames_300E", "http://dbpedia.org/resource/Mazda_626", "1957", "http://dbpedia.org/resource/Ford_Elite", "http://dbpedia.org/resource/Ford_LTD_II", "http://dbpedia.org/resource/Ford_Falcon_(North_American)", "Ford Fairlane", "http://dbpedia.org/resource/Troller_T4", "http://dbpedia.org/resource/Mazda_BT-50", "http://dbpedia.org/resource/Mazda_B-Series", "http://dbpedia.org/resource/Ford_F-Series_(thirteenth_generation)", "http://dbpedia.org/resource/Ford_F-Series_(twelfth_generation)", "http://dbpedia.org/resource/Ford_Galaxy", "http://dbpedia.org/resource/Shelby_Cobra", "http://dbpedia.org/resource/Ford_Scorpio", "http://dbpedia.org/resource/Merkur_XR4Ti", "http://dbpedia.org/resource/Ford_P100", "Ford Prefect", "Thames 300E", "http://dbpedia.org/resource/Ford_Taurus_SHO", "http://dbpedia.org/resource/Ford_Windstar", "http://dbpedia.org/resource/Ford_Police_Interceptor_Sedan", "Lincoln Continental", "Ford Taurus SHO", "Ford Windstar", "http://dbpedia.org/resource/Ford_Taurus_(first_generation)", "http://dbpedia.org/resource/Ford_Taurus_(second_generation)", "http://dbpedia.org/resource/Ford_Taurus_(sixth_generation)", "http://dbpedia.org/resource/Ford_Taurus_(third_generation)", "http://dbpedia.org/resource/Ford_Falcon_(AU)", "http://dbpedia.org/resource/Ford_Falcon_(BA)", "http://dbpedia.org/resource/Ford_Falcon_(FG)", "http://dbpedia.org/resource/Ford_Falcon_(BF)", "http://dbpedia.org/resource/Ford_Falcon_(FG_X)", "http://dbpedia.org/resource/Yusheng_S330", "http://dbpedia.org/resource/Jaguar_XF_(X250)", "http://dbpedia.org/resource/Lincoln_Continental_Mark_III", "http://dbpedia.org/resource/Lincoln_Continental_Mark_IV", "http://dbpedia.org/resource/Lincoln_Mark_VIII", "http://dbpedia.org/resource/Ford_Torino_Talladega", "http://dbpedia.org/resource/JMC_Teshun", "http://dbpedia.org/resource/Ford_Focus_(international)", "http://dbpedia.org/resource/Ford_Com\u00e8te", "http://dbpedia.org/resource/Ford_Vend\u00f4me", "http://dbpedia.org/resource/Simca_Ariane", "http://dbpedia.org/resource/Simca_Esplanada", "http://dbpedia.org/resource/Simca_Vedette", "http://dbpedia.org/resource/Ford_Comete", "http://dbpedia.org/resource/Second-generation_Ford_Taurus", "http://dbpedia.org/resource/Ford_Consul", "Ford Zephyr 6 Mark III", "http://dbpedia.org/resource/Dongfeng_Fengshen_A60", "Nissan Sentra B16", "http://dbpedia.org/resource/Dongfeng_Fengxing_Jingyi_X7", "http://dbpedia.org/resource/Forthing_T5", "http://dbpedia.org/resource/Mitsubishi_Grandis", "http://dbpedia.org/resource/Dongfeng_Fengxing_Jingyi_X3", "http://dbpedia.org/resource/Fengxing_Jingyi_X5", "http://dbpedia.org/resource/Dongfeng_Fengxing_SX6", "http://dbpedia.org/resource/Mitsubishi_Delica", "http://dbpedia.org/resource/Fengxing_SX6", "http://dbpedia.org/resource/Jingyi_X6", "http://dbpedia.org/resource/Dongfeng_Fengxing_Jingyi_X5", "http://dbpedia.org/resource/Foton_Tunland_Yutu", "Volkswagen Crafter", "http://dbpedia.org/resource/Foton_Grand_General", "http://dbpedia.org/resource/Freightliner_Cascadia", "http://dbpedia.org/resource/Freightliner_Century_Class", "Western Star 57x", "http://dbpedia.org/resource/Freightliner_Business_Class_(FL-Series)", "Comet", "http://dbpedia.org/resource/GAZ-3102", "http://dbpedia.org/resource/GAZ-31029", "http://dbpedia.org/resource/GAZ-3110", "http://dbpedia.org/resource/GAZ-31105", "http://dbpedia.org/resource/GAZelle", "http://dbpedia.org/resource/GAZ-69", "http://dbpedia.org/resource/BA-64", "http://dbpedia.org/resource/GAZ-64", "http://dbpedia.org/resource/UAZ-452", "http://dbpedia.org/resource/ARO_IMS", "http://dbpedia.org/resource/Ford_Model_A_(1927\u20131931)", "http://dbpedia.org/resource/GAZ-A", "http://dbpedia.org/resource/FSO_Warszawa", "GAZ-M72", "GAZ-22, GAZ-23,", "http://dbpedia.org/resource/Chrysler_Sebring", "http://dbpedia.org/resource/Dodge_Stratus", "http://dbpedia.org/resource/Saturn_Outlook", "http://dbpedia.org/resource/Buick_Enclave", "http://dbpedia.org/resource/Cadillac_XT5", "http://dbpedia.org/resource/Cadillac_XT6", "http://dbpedia.org/resource/Chevrolet_Blazer_(crossover)", "http://dbpedia.org/resource/Chevrolet_Traverse", "http://dbpedia.org/resource/Saab_9-7X", "http://dbpedia.org/resource/Isuzu_Ascender", "http://dbpedia.org/resource/Buick_Rainier", "http://dbpedia.org/resource/Chevrolet_S-10_Blazer", "http://dbpedia.org/resource/Chevrolet_SSR", "http://dbpedia.org/resource/Chevrolet_TrailBlazer", "http://dbpedia.org/resource/Oldsmobile_Bravada", "GMC Jimmy", "http://dbpedia.org/resource/Chevrolet_Silverado_EV", "http://dbpedia.org/resource/Chevrolet_El_Camino", "http://dbpedia.org/resource/Chevrolet_Malibu", "http://dbpedia.org/resource/GMC_Typhoon", "Oldsmobile Bravada", "GMC Jimmy/Chevrolet S-10 Blazer", "GMC Sonoma/Chevrolet S-10", "Sonoma GT", "http://dbpedia.org/resource/Cadillac_SRX", "http://dbpedia.org/resource/Chevrolet_Equinox", "Opel Zafira A", "GM PD-4102", "http://dbpedia.org/resource/Geely_CD", "http://dbpedia.org/resource/Geely_Icon", "Lynk & Co 06", "http://dbpedia.org/resource/Geely_Borui_GE", "http://dbpedia.org/resource/Geely_Borui", "http://dbpedia.org/resource/Geely_CK", "http://dbpedia.org/resource/Geely_Emgrand_GS", "http://dbpedia.org/resource/Geometry_A", "http://dbpedia.org/resource/Geometry_C", "http://dbpedia.org/resource/Geely_Emgrand_GL", "http://dbpedia.org/resource/Geely_Vision_X6", "http://dbpedia.org/resource/Geely_MR", "http://dbpedia.org/resource/Geely_PU", "http://dbpedia.org/resource/FAW_Tianjin", "http://dbpedia.org/resource/Daihatsu_Charade", "http://dbpedia.org/resource/Geely_Jiaji", "http://dbpedia.org/resource/Radar_RD6", "http://dbpedia.org/resource/Geely_Binyue", "http://dbpedia.org/resource/Lynk_&_Co_06", "http://dbpedia.org/resource/Tobe_M'car", "http://dbpedia.org/resource/Geely_HQ", "http://dbpedia.org/resource/Xiali_TJ7300", "http://dbpedia.org/resource/Geely_Xingyue", "http://dbpedia.org/resource/Geely_Haijing", "Geely Yuanjing", "http://dbpedia.org/resource/Geely_Emgrand", "http://dbpedia.org/resource/Geely_Panda", "http://dbpedia.org/resource/Geely_Englon_SC5-RV", "http://dbpedia.org/resource/Geometry_E", "http://dbpedia.org/resource/Geely_GX9", "GM BT1", "http://dbpedia.org/resource/GM_Alpha_platform", "http://dbpedia.org/resource/GM_A_platform_(1936)", "http://dbpedia.org/resource/GM_B_platform", "http://dbpedia.org/resource/GM_G_platform_(1969)", "http://dbpedia.org/resource/GM_H_platform_(1971)", "http://dbpedia.org/resource/GM_K_platform_(1975)", "http://dbpedia.org/resource/GM_T_platform_(1973)", "http://dbpedia.org/resource/GM_V_platform_(1966)", "http://dbpedia.org/resource/GM_X_platform_(RWD)", "http://dbpedia.org/resource/GM_F_platform", "http://dbpedia.org/resource/GM_J_platform", "http://dbpedia.org/resource/GM_N_platform", "http://dbpedia.org/resource/GM_L_platform", "http://dbpedia.org/resource/GM_Zeta_platform", "http://dbpedia.org/resource/GM_K_platform_(RWD)", "http://dbpedia.org/resource/GM_A_platform_(FWD)", "http://dbpedia.org/resource/Kia_Stinger", "http://dbpedia.org/resource/Genesis_GV80", "http://dbpedia.org/resource/Genesis_G80", "http://dbpedia.org/resource/Kia_K9", "http://dbpedia.org/resource/Kia_EV6", "http://dbpedia.org/resource/Hyundai_Ioniq_5", "http://dbpedia.org/resource/Hyundai_Ioniq_6", "http://dbpedia.org/resource/Toyota_Sprinter", "http://dbpedia.org/resource/Toyota_Corolla_(E100)", "http://dbpedia.org/resource/Toyota_Corolla_(E110)", "http://dbpedia.org/resource/Isuzu_Impulse", "http://dbpedia.org/resource/Isuzu_Piazza", "D&A Minikin", "http://dbpedia.org/resource/Holden_Commodore", "Holden Special Vehicles GTS", "Holden Special Vehicles GTSR", "Holden Special Vehicles GTSR W1", "http://dbpedia.org/resource/Naza_Sutera", "http://dbpedia.org/resource/Micro_Trend", "http://dbpedia.org/resource/Mitsubishi_Town_Box", "http://dbpedia.org/resource/Hafei_Saibao_V", "http://dbpedia.org/resource/Coda_(electric_car)", "http://dbpedia.org/resource/Hafei_Saibao_III", "http://dbpedia.org/resource/Hafei_Minyi", "http://dbpedia.org/resource/Chana_Star_5", "http://dbpedia.org/resource/Mazda_Premacy", "http://dbpedia.org/resource/Ford_Ixion", "*Handley Page Hastings", "Steyr 590/591/690/691", "60.0", "* Hawker Siddeley P.1154\n* Hawker P.1127/Kestrel\n* Hawker Siddeley Harrier\n* McDonnell-Douglas AV-8B Harrier II\n* British Aerospace Harrier II", "http://dbpedia.org/resource/Haval_Big_Dog", "http://dbpedia.org/resource/Great_Wall_Voleex_C20R", "http://dbpedia.org/resource/Great_Wall_Florid", "http://dbpedia.org/resource/Great_Wall_Voleex_C10", "http://dbpedia.org/resource/Haval_H6_Coupe", "Haval H6 III", "* BAe ATP\n* Hawker Siddeley Andover", "http://dbpedia.org/resource/Hawtai_Shengdafei_5", "http://dbpedia.org/resource/Jinbei_Haise_X30L", "http://dbpedia.org/resource/SWM_X7", "http://dbpedia.org/resource/Jinbei_750", "http://dbpedia.org/resource/SWM_X2", "http://dbpedia.org/resource/SWM_Tiger", "http://dbpedia.org/resource/SWM_G05", "http://dbpedia.org/resource/Saturn_Aura", "http://dbpedia.org/resource/Senova_X65", "http://dbpedia.org/resource/Cadillac_BLS", "http://dbpedia.org/resource/Opel_Signum", "http://dbpedia.org/resource/Weiwang_S50", "http://dbpedia.org/resource/Buick_LaCrosse", "http://dbpedia.org/resource/Buick_Regal", "http://dbpedia.org/resource/Cadillac_XTS", "http://dbpedia.org/resource/Chevrolet_Impala", "http://dbpedia.org/resource/Opel_Insignia", "http://dbpedia.org/resource/Senova_D_Series", "http://dbpedia.org/resource/GMC_Envoy", "http://dbpedia.org/resource/Saab_99", "http://dbpedia.org/resource/Vauxhall_Cavalier", "http://dbpedia.org/resource/Saab_93", "http://dbpedia.org/resource/Saab_96", "http://dbpedia.org/resource/Saab_95", "Saab Sonett II", "http://dbpedia.org/resource/Ford_Festiva", "http://dbpedia.org/resource/Kia_Pride", "http://dbpedia.org/resource/Mazda_121", "http://dbpedia.org/resource/New_P.K", "Saipa Tiba\nSaipa Tiba2\nSaipa Saina", "http://dbpedia.org/resource/Saipa_Aria", "http://dbpedia.org/resource/Artega_GT", "http://dbpedia.org/resource/Mazda_MX-5", "http://dbpedia.org/resource/Porsche_Cayman_S", "http://dbpedia.org/resource/TEDOM_C_12", "http://dbpedia.org/resource/TVR_Chimaera", "http://dbpedia.org/resource/TVR_Cerbera", "http://dbpedia.org/resource/TVR_Griffith", "http://dbpedia.org/resource/TVR_T350", "http://dbpedia.org/resource/TVR_Tamora", "http://dbpedia.org/resource/TVR_Tuscan_Speed_Six", "http://dbpedia.org/resource/TVR_Sagaris", "http://dbpedia.org/resource/TVR_T400R", "http://dbpedia.org/resource/TVR_Tuscan_(1967)", "* Tachikawa Ki-55", "*Tachikawa Ki-36", "http://dbpedia.org/resource/Citro\u00ebn_LNA", "http://dbpedia.org/resource/Citro\u00ebn_Visa", "http://dbpedia.org/resource/Peugeot_104", "http://dbpedia.org/resource/Tata_Ace_Zip", "http://dbpedia.org/resource/Tata_Punch", "http://dbpedia.org/resource/Tata_Xover", "http://dbpedia.org/resource/Tata_Zest", "http://dbpedia.org/resource/Tata_Indica_Vista", "http://dbpedia.org/resource/Tata_Safari", "http://dbpedia.org/resource/Tata_Sierra", "http://dbpedia.org/resource/Tata_Sumo", "http://dbpedia.org/resource/Tata_Telcoline", "http://dbpedia.org/resource/Volvo_B7R", "http://dbpedia.org/resource/Ashok_Leyland_Luxura", "http://dbpedia.org/resource/Cerita_JC_12_HD", "http://dbpedia.org/resource/Mercedes-Benz_O500_R_1830", "http://dbpedia.org/resource/Swaraj_Isuzu_Prestige", "http://dbpedia.org/resource/Tata_Aria", "http://dbpedia.org/resource/Tata_Indigo", "http://dbpedia.org/resource/Tata_Indica", "http://dbpedia.org/resource/Tata_Tiago", "http://dbpedia.org/resource/Tata_Tigor", "http://dbpedia.org/resource/Tata_Altroz", "http://dbpedia.org/resource/Tata_Estate", "http://dbpedia.org/resource/Tata_Nexon", "http://dbpedia.org/resource/Tata_Super_Ace", "http://dbpedia.org/resource/Tata_Bolt", "http://dbpedia.org/resource/Tatra_20", "http://dbpedia.org/resource/DAF_CF", "http://dbpedia.org/resource/Tatra_52", "http://dbpedia.org/resource/Austro-Tatra", "http://dbpedia.org/resource/Tatra_70", "*Taylorcraft F-19 Sportsman", "http://dbpedia.org/resource/Porsche_997", "http://dbpedia.org/resource/Porsche_911_Turbo", "http://dbpedia.org/resource/DAF_XF", "DAF LF", "http://dbpedia.org/resource/Renault_Midlum", "http://dbpedia.org/resource/Volvo_FL", "http://dbpedia.org/resource/Kenworth_K270/370", "http://dbpedia.org/resource/Vauxhall_Chevette", "Opel Rekord E", "http://dbpedia.org/resource/Opel_Rekord", "http://dbpedia.org/resource/Opel_Senator", "Rekord: Opel Rekord E", "Royale :", "Royale : Opel Senator A2", "* Dassault Mirage III\n* Dassault Mirage IIIV", "* Dassault Balzac V\n* Dassault Mirage III\n* Dassault Mirage F1", "http://dbpedia.org/resource/Datsun_on-Do", "http://dbpedia.org/resource/Huansu_H2", "* Sikorsky H-5\n* Sikorsky R-4\n* Westland Widgeon", "* Sikorsky H-19 Chickasaw\n* Sikorsky H-34\n** Westland Wessex", "http://dbpedia.org/resource/Shuanghuan_Noble", "http://dbpedia.org/resource/Toyota_Corolla_(E120)", "http://dbpedia.org/resource/Toyota_Vitz", "http://dbpedia.org/resource/Proton_Exora", "http://dbpedia.org/resource/Plymouth_Horizon", "http://dbpedia.org/resource/Dodge_Charger_(L-body)", "http://dbpedia.org/resource/Dodge_Omni", "http://dbpedia.org/resource/Ferrari_250", "http://dbpedia.org/resource/Enzo_Ferrari_(automobile)", "http://dbpedia.org/resource/Ferrari_400", "http://dbpedia.org/resource/Ferrari_Roma", "HotBodies TRUCKZILLA", "http://dbpedia.org/resource/Mitsubishi_Mirage", "http://dbpedia.org/resource/Bentley_Mark_V", "http://dbpedia.org/resource/Dauer_962_Le_Mans", "http://dbpedia.org/resource/UD_BRT", "http://dbpedia.org/resource/Vauxhall_SRV", "Kia Cosmos", "http://dbpedia.org/resource/Volvo_PV_36_Carioca", "http://dbpedia.org/resource/Mercedes-Benz_O405", "* Antonov An-28\n* Antonov An-38", "* Antonov An-14\n* Antonov An-38\n* PZL M28 Skytruck", "http://dbpedia.org/resource/Anadol_A1", "http://dbpedia.org/resource/Reliant", "http://dbpedia.org/resource/Intermeccanica", "http://dbpedia.org/resource/Ferrari_LaFerrari", "http://dbpedia.org/resource/Armstrong_Siddeley_Lancaster", "http://dbpedia.org/resource/Armstrong_Siddeley_Typhoon", "http://dbpedia.org/resource/Armstrong_Siddeley_Hurricane", "Sapphire 234", "Sapphire 236", "* Embraer ERJ 145 family", "http://dbpedia.org/resource/Geely_Yuanjing_X3", "http://dbpedia.org/resource/Sevel_Nord", "http://dbpedia.org/resource/Arash_Motor_Company", "Ginetta G50 EV", "Ginetta G50Z", "http://dbpedia.org/resource/Ford_Mustang_(sixth_generation)", "http://dbpedia.org/resource/BMW_1800SA", "http://dbpedia.org/resource/BMW_2000SA", "* Gloster Gladiator", "http://dbpedia.org/resource/Goggomobil", "http://dbpedia.org/resource/Hansa_400", "http://dbpedia.org/resource/Goliath_Pionier", "http://dbpedia.org/resource/Gonow_GX6", "http://dbpedia.org/resource/Gonow_Aoosed_GX5", "http://dbpedia.org/resource/Huanghai_Landscape_F1", "http://dbpedia.org/resource/Gordon_Murray_Automotive_T.50", "http://dbpedia.org/resource/Gordon_Murray_Automotive_T.33", "http://dbpedia.org/resource/McLaren_F1", "*Armstrong Siddeley Jaguar", "Headquarters Air Force Badge and Commandant Staff Badge", "* Martin 4-0-4", "* Martin 2-0-2", "http://dbpedia.org/resource/Suzuki_Fronte", "http://dbpedia.org/resource/Suzuki_S-Presso", "http://dbpedia.org/resource/Suzuki_Carry", "Maruti Wagon R", "http://dbpedia.org/resource/Suzuki_Celerio", "http://dbpedia.org/resource/Suzuki_Ignis", "http://dbpedia.org/resource/Suzuki_Wagon_R", "Suzuki Cervo", "1905", "http://dbpedia.org/resource/Maserati_150S", "http://dbpedia.org/resource/Maserati_Sebring", "http://dbpedia.org/resource/Maserati_3500_GT", "http://dbpedia.org/resource/De_Tomaso_Guar\u00e0", "http://dbpedia.org/resource/Maserati_Biturbo", "http://dbpedia.org/resource/Maserati_MC12", "http://dbpedia.org/resource/Ferrari_Enzo", "http://dbpedia.org/resource/Maserati_Bora", "http://dbpedia.org/resource/Maserati_Merak", "http://dbpedia.org/resource/Maserati_Quattroporte", "http://dbpedia.org/resource/Maserati_Levante", "http://dbpedia.org/resource/Jeep_Grand_Cherokee", "http://dbpedia.org/resource/Maserati_Ghibli_(M157)", "http://dbpedia.org/resource/Maserati_Quattroporte_VI", "http://dbpedia.org/resource/Ferrari_FXX", "http://dbpedia.org/resource/Citro\u00ebn_SM", "http://dbpedia.org/resource/Maserati_Mexico", "http://dbpedia.org/resource/Maserati_Ghibli", "Tipo 26 MM", "Tipo 26B MM", "http://dbpedia.org/resource/Rimac_Nevera", "* Piper PA-31T Cheyenne", "http://dbpedia.org/resource/Chrysler_LeBaron", "http://dbpedia.org/resource/Chrysler_Saratoga", "http://dbpedia.org/resource/Dodge_Spirit", "http://dbpedia.org/resource/Plymouth_Valiant", "http://dbpedia.org/resource/Dodge_Challenger", "http://dbpedia.org/resource/Dodge_Dart", "http://dbpedia.org/resource/DeSoto_Powermaster", "http://dbpedia.org/resource/Dodge_Custom", "http://dbpedia.org/resource/Dodge_Matador", "http://dbpedia.org/resource/Dodge_Polara", "http://dbpedia.org/resource/Plymouth_Concord", "http://dbpedia.org/resource/Chrysler_E-Class", "http://dbpedia.org/resource/Chrysler_New_Yorker", "http://dbpedia.org/resource/Dodge_600", "http://dbpedia.org/resource/Plymouth_Cambridge", "http://dbpedia.org/resource/DeSoto_DeLuxe", "http://dbpedia.org/resource/DeSoto_Deluxe", "http://dbpedia.org/resource/Dodge_Deluxe", "http://dbpedia.org/resource/Plymouth_Sport_Suburban", "http://dbpedia.org/resource/Dodge_Phoenix", "Dodge Phoenix", "http://dbpedia.org/resource/Plymouth_Road_Runner", "http://dbpedia.org/resource/Plymouth_Satellite", "http://dbpedia.org/resource/Dodge_Charger_(B-body)", "http://dbpedia.org/resource/Plymouth_Fury", "http://dbpedia.org/resource/Chrysler_Fifth_Avenue", "http://dbpedia.org/resource/Dodge_Diplomat", "http://dbpedia.org/resource/Dodge_Monaco", "http://dbpedia.org/resource/Dodge_St._Regis", "http://dbpedia.org/resource/Chrysler_New_Yorker_Fifth_Avenue", "http://dbpedia.org/resource/Chrysler_Town_&_Country_(pre-1990)", "http://dbpedia.org/resource/Mitsubishi_Eclipse", "Eagle Talon", "http://dbpedia.org/resource/Dodge_Royal", "http://dbpedia.org/resource/Plymouth_Savoy", "http://dbpedia.org/resource/Chrysler_Town_&_Country_(1941\u20131988)", "http://dbpedia.org/resource/Dodge_400", "http://dbpedia.org/resource/Plymouth_GTX", "http://dbpedia.org/resource/Chrysler_Cordoba", "Plymouth Belvedere Dodge Super Bee, Plymouth Satellite, GTX", "http://dbpedia.org/resource/Plymouth_Roadrunner", "Plymouth GTX", "Plymouth Belvedere", "http://dbpedia.org/resource/Dodge_Charger_Daytona", "http://dbpedia.org/resource/Plymouth_Barracuda", "http://dbpedia.org/resource/Plymouth_Duster", "http://dbpedia.org/resource/Chrysler_Valiant", "http://dbpedia.org/resource/Chrysler_Valiant_Charger", "http://dbpedia.org/resource/Dodge_Lancer", "Chrysler Valiant", "http://dbpedia.org/resource/Toyota_HiAce", "http://dbpedia.org/resource/Jinbei_Haise", "Foton View", "Great Wall Proteus", "BAW B6", "Jiangnan JNQ6495D1", "King Long Kingwin", "Kingstar Pluto B6", "Sunlong SLK5030", "Tianqi Meiya Haishi", "* Polikarpov I-185", "http://dbpedia.org/resource/FSO_Polonez", "http://dbpedia.org/resource/Fiat_125", "http://dbpedia.org/resource/Fiat_1300/1500", "Fiat 621", "http://dbpedia.org/resource/Pontiac_Catalina", "http://dbpedia.org/resource/Buick_Century", "http://dbpedia.org/resource/Chevrolet_Celebrity", "http://dbpedia.org/resource/Oldsmobile_Cutlass_Ciera", "http://dbpedia.org/resource/Chevrolet_Vega", "http://dbpedia.org/resource/Pontiac_Star_Chief", "http://dbpedia.org/resource/Buick_LeSabre", "http://dbpedia.org/resource/Cadillac_Seville", "http://dbpedia.org/resource/Chevrolet_Bel_Air", "http://dbpedia.org/resource/Chevrolet_Caprice", "http://dbpedia.org/resource/Oldsmobile_88", "http://dbpedia.org/resource/Oldsmobile_Aurora", "http://dbpedia.org/resource/Oldsmobile_Cutlass_Supreme", "http://dbpedia.org/resource/Oldsmobile_Starfire", "http://dbpedia.org/resource/Oldsmobile_LSS", "http://dbpedia.org/resource/Delta_88", "http://dbpedia.org/resource/Pontiac_Bonneville", "http://dbpedia.org/resource/Chevrolet_Biscayne", "http://dbpedia.org/resource/Pontiac_Safari", "http://dbpedia.org/resource/Buick_Special", "http://dbpedia.org/resource/Chevrolet_210", "http://dbpedia.org/resource/Chevrolet_Deluxe", "http://dbpedia.org/resource/Chevrolet_Camaro", "http://dbpedia.org/resource/Chevrolet_Camaro_(first_generation)", "http://dbpedia.org/resource/Chevrolet_Camaro_(fourth_generation)", "http://dbpedia.org/resource/Chevrolet_Camaro_(second_generation)", "http://dbpedia.org/resource/Chevrolet_Camaro_(third_generation)", "http://dbpedia.org/resource/Buick_Park_Avenue", "http://dbpedia.org/resource/Chevrolet_Camaro_(fifth_generation)", "http://dbpedia.org/resource/Holden_Caprice_(WM)", "http://dbpedia.org/resource/Pontiac_Grand_Am", "http://dbpedia.org/resource/Pontiac_Grand_Prix", "http://dbpedia.org/resource/Pontiac_LeMans", "http://dbpedia.org/resource/Pontiac_Ventura", "http://dbpedia.org/resource/Buick_Apollo", "http://dbpedia.org/resource/Cadillac_Catera", "http://dbpedia.org/resource/Chevrolet_Chevy_II_/_Nova", "http://dbpedia.org/resource/Chevrolet_Monte_Carlo", "http://dbpedia.org/resource/Holden_Monaro", "http://dbpedia.org/resource/Holden_Caprice", "http://dbpedia.org/resource/Oldsmobile_Cutlass", "http://dbpedia.org/resource/Oldsmobile_Omega", "http://dbpedia.org/resource/Opel_Omega", "http://dbpedia.org/resource/Chevrolet_Chevelle_Laguna", "http://dbpedia.org/resource/Buick_Skylark", "http://dbpedia.org/resource/Chevrolet_Beretta", "http://dbpedia.org/resource/Chevrolet_Corsica", "http://dbpedia.org/resource/Oldsmobile_Achieva", "http://dbpedia.org/resource/Oldsmobile_Alero", "http://dbpedia.org/resource/Oldsmobile_Cutlass_Calais", "http://dbpedia.org/resource/Buick_Somerset", "Pontiac Tempest", "Oldsmobile Cutlass Supreme", "http://dbpedia.org/resource/Buick_Wildcat", "http://dbpedia.org/resource/Chevrolet_Lumina", "http://dbpedia.org/resource/Buick_Regal_GN", "http://dbpedia.org/resource/Pontiac_Le_Mans", "http://dbpedia.org/resource/Chevrolet_Townsman", "http://dbpedia.org/resource/Buick_Electra", "http://dbpedia.org/resource/Buick_Estate", "http://dbpedia.org/resource/Chevrolet_Kingswood", "http://dbpedia.org/resource/Oldsmobile_98", "http://dbpedia.org/resource/Oldsmobile_Custom_Cruiser", "http://dbpedia.org/resource/Buick_Centurion", "http://dbpedia.org/resource/Beaumont_(automobile)", "http://dbpedia.org/resource/Pontiac_GTO", "http://dbpedia.org/resource/Oldsmobile_F-85", "http://dbpedia.org/resource/Oldsmobile_Hurst/Olds", "http://dbpedia.org/resource/Buick_GSX", "http://dbpedia.org/resource/Oldsmobile_442", "http://dbpedia.org/resource/Opel_Sintra", "http://dbpedia.org/resource/Saturn_Relay", "http://dbpedia.org/resource/Buick_Terraza", "http://dbpedia.org/resource/Chevrolet_Uplander", "http://dbpedia.org/resource/Pontiac_Aztek", "Chevrolet Venture/Trans Sport", "http://dbpedia.org/resource/Chevrolet_Nova", "http://dbpedia.org/resource/Chevrolet_Citation", "http://dbpedia.org/resource/Chevrolet_Series_AA_Capitol", "http://dbpedia.org/resource/Chevrolet_Series_AB_National", "http://dbpedia.org/resource/Chevrolet_Series_AC_International", "http://dbpedia.org/resource/Chevrolet_Series_AD_Universal", "http://dbpedia.org/resource/Chevrolet_Series_AE_Independence", "http://dbpedia.org/resource/Chevrolet_Series_BA_Confederate", "http://dbpedia.org/resource/Chevrolet_Superior", "Saturn Sky", "Daewoo G2X", "Opel GT", "http://dbpedia.org/resource/Pontiac_Chieftain", "http://dbpedia.org/resource/Cadillac_Series_61", "http://dbpedia.org/resource/Chevrolet_Fleetline", "http://dbpedia.org/resource/Oldsmobile_Series_70", "http://dbpedia.org/resource/Buick_Skyhawk", "http://dbpedia.org/resource/Chevrolet_Monza", "http://dbpedia.org/resource/Oldsmobile_Firenza", "Buick Skyhawk", "http://dbpedia.org/resource/Buick_Roadmaster", "http://dbpedia.org/resource/Buick_Super", "http://dbpedia.org/resource/Cadillac_Series_62", "http://dbpedia.org/resource/Chevrolet_Fleetmaster", "http://dbpedia.org/resource/Chevrolet_Stylemaster", "http://dbpedia.org/resource/LaSalle_(automobile)", "http://dbpedia.org/resource/Oldsmobile_Series_60", "Chevrolet Master 85", "Chevrolet Master Deluxe", "Custom Torpedo JC Line:", "Deluxe Torpedo JA Line:", "Streamliner Torpedo JB Line:", "http://dbpedia.org/resource/Saturn_Vue", "http://dbpedia.org/resource/Suzuki_XL-7", "http://dbpedia.org/resource/Opel_Antara", "http://dbpedia.org/resource/Pontiac_Montana_SV6", "http://dbpedia.org/resource/Vauxhall_Sintra", "http://dbpedia.org/resource/Buick_Rendezvous", "http://dbpedia.org/resource/Chevrolet_Lumina_APV", "Pontiac Trans Sport Montana", "http://dbpedia.org/resource/Pontiac_Parisienne", "http://dbpedia.org/resource/Pontiac_Phoenix", "http://dbpedia.org/resource/Toyota_Matrix", "http://dbpedia.org/resource/Toyota_Corolla_(E130)", "http://dbpedia.org/resource/Toyota_WiLL_VS", "http://dbpedia.org/resource/Toyota_Celica_(T230)", "http://dbpedia.org/resource/Porsche_912", "http://dbpedia.org/resource/Porsche_959", "http://dbpedia.org/resource/Porsche_986", "http://dbpedia.org/resource/Porsche_993", "http://dbpedia.org/resource/Porsche_996", "http://dbpedia.org/resource/Porsche_911_GT3", "http://dbpedia.org/resource/Porsche_911_GT2", "http://dbpedia.org/resource/Porsche_Tapiro", "http://dbpedia.org/resource/Porsche_914-6_GT", "http://dbpedia.org/resource/Lotec", "Porsche 924", "Ruf RCT", "http://dbpedia.org/resource/Ruf_RK", "http://dbpedia.org/resource/Ruf_RGT", "http://dbpedia.org/resource/Ruf_RTurbo", "http://dbpedia.org/resource/Ruf_RK_Coupe", "http://dbpedia.org/resource/Ruf_Dakara", "http://dbpedia.org/resource/Audi_e-tron_GT", "http://dbpedia.org/resource/VW_Beetle", "Coronet", "Praga R1", "http://dbpedia.org/resource/Fiat_1100", "http://dbpedia.org/resource/Prince_AFTF_Truck", "http://dbpedia.org/resource/Tesla_Cybertruck", "Tesla Model Y", "Tesla Model S", "http://dbpedia.org/resource/Tesla_Model_X", "Tesla Model 3", "http://dbpedia.org/resource/Tesla_Roadster_(second_generation)", "http://dbpedia.org/resource/Vauxhall_VX220", "http://dbpedia.org/resource/Lotus_Elise", "http://dbpedia.org/resource/Lotus_Exige", "http://dbpedia.org/resource/UD_Quester", "http://dbpedia.org/resource/Isuzu_Forward", "http://dbpedia.org/resource/Hino_Ranger", "http://dbpedia.org/resource/UD_Croner", "http://dbpedia.org/resource/Nissan_Diesel_Quon", "http://dbpedia.org/resource/Nissan_Diesel_Condor", "Unimog 402", "http://dbpedia.org/resource/Unimog_406", "http://dbpedia.org/resource/Unimog_435", "Unimog 436", "ESAP Minimach GT", "http://dbpedia.org/resource/Weapons_Qualification_Badge", "http://dbpedia.org/resource/Dodge_Dakota", "http://dbpedia.org/resource/International_Harvester_K_and_KB_Series", "http://dbpedia.org/resource/International_Harvester_L-Series", "http://dbpedia.org/resource/International_Harvester_R-Series", "http://dbpedia.org/resource/International_Harvester_Scout", "http://dbpedia.org/resource/International_Harvester_S-Series", "http://dbpedia.org/resource/International_Harvester_A-Series", "D-series truck, Scout", "http://dbpedia.org/resource/Mack_Magnum", "http://dbpedia.org/resource/LDV_Convoy", "http://dbpedia.org/resource/Leyland_DAF_400_Series", "http://dbpedia.org/resource/Freight_Rover_300_Series", "http://dbpedia.org/resource/Lamborghini_Jalpa", "None", "http://dbpedia.org/resource/Peugeot_206", "http://dbpedia.org/resource/Porsche_964", "http://dbpedia.org/resource/Porsche_914", "* Rolls-Royce Kestrel\n* Rolls-Royce Vulture", "http://dbpedia.org/resource/Ford_Escort_(Europe_and_Argentina)", "http://dbpedia.org/resource/Volkswagen_Logus", "http://dbpedia.org/resource/Corsa_Specialised_Vehicles", "http://dbpedia.org/resource/Holden_Special_Vehicles", "http://dbpedia.org/resource/HSV_Maloo", "Holden Crewman", "Holden One Tonner", "*Percival Gull\n*Percival Proctor", "http://dbpedia.org/resource/Mazda_Nagare", "http://dbpedia.org/resource/Mazda_Hakaze_Concept", "http://dbpedia.org/resource/Mazda_Kiyora", "http://dbpedia.org/resource/TVR_Typhon", "http://dbpedia.org/resource/Turbo-Hydramatic", "http://dbpedia.org/resource/Turbo-Hydramatic_125", "http://dbpedia.org/resource/Turbo-Hydramatic_180", "* AA-5\n* Bede BD-1", "http://dbpedia.org/resource/Military_Horseman_Identification_Badge", "* Gulfstream G100\n* Gulfstream G280\n* Yakovlev Yak-48", "http://dbpedia.org/resource/Toyota_Land_Cruiser_Prado", "*Huff-Daland TA-2\n*Huff-Daland TA-6", "http://dbpedia.org/resource/Jaguar_XJ", "http://dbpedia.org/resource/Jinbei_Haishiwang", "Lamborghini Gallardo LP 570-4", "http://dbpedia.org/resource/Lamborghini_Cala", "http://dbpedia.org/resource/Lancia_Aurelia", "http://dbpedia.org/resource/Lancia_Montecarlo", "http://dbpedia.org/resource/Dodge_Viper_(SR_I)", "http://dbpedia.org/resource/Ariel_Atom", "http://dbpedia.org/resource/Tzero", "http://dbpedia.org/resource/Ford_K\u00f6ln", "http://dbpedia.org/resource/GAZ-M1", "http://dbpedia.org/resource/Ford_Rheinland", "http://dbpedia.org/resource/AEC_662T", "AEC Regent", "http://dbpedia.org/resource/AEC_661T", "AEC Renown", "http://dbpedia.org/resource/AEC_Q-type", "http://dbpedia.org/resource/AEC_Regal_I", "http://dbpedia.org/resource/Leyland_Panther", "http://dbpedia.org/resource/Mercedes-AMG_GT_4-Door_Coup\u00e9", "http://dbpedia.org/resource/Mercedes-Benz_CLS-Class_(W219)", "http://dbpedia.org/resource/Pontiac_Solstice", "http://dbpedia.org/resource/Opel_GT", "http://dbpedia.org/resource/Brilliance_BS6", "http://dbpedia.org/resource/Brilliance_V3", "http://dbpedia.org/resource/Brilliance_FRV", "http://dbpedia.org/resource/Brilliance_FSV", "http://dbpedia.org/resource/Brilliance_H220", "Brilliance H530 sedan", "http://dbpedia.org/resource/Brilliance_V7", "http://dbpedia.org/resource/Brilliance_V6", "* Bristol Brigand\n* Bristol Buckmaster", "* Bristol Buckingham", "http://dbpedia.org/resource/Alfa_Romeo_Giulia_TZ", "* Britten-Norman Islander", "http://dbpedia.org/resource/Acura_CL", "http://dbpedia.org/resource/BMW_1_Series", "http://dbpedia.org/resource/BMW_3_Series", "http://dbpedia.org/resource/Austin_7", "http://dbpedia.org/resource/BMW_7_Series", "http://dbpedia.org/resource/BMW_X5_(E53)", "http://dbpedia.org/resource/AEC_Regent_III", "http://dbpedia.org/resource/Jaguar_Mark_2", "http://dbpedia.org/resource/Jaguar_Mark_X", "http://dbpedia.org/resource/Jaguar_F-Type", "http://dbpedia.org/resource/Jaguar_F-Pace", "http://dbpedia.org/resource/Jaguar_XE", "http://dbpedia.org/resource/Jaguar_XKSS", "http://dbpedia.org/resource/Jaguar_D-Type", "http://dbpedia.org/resource/Jaguar_XJ13", "http://dbpedia.org/resource/Guyson_E12", "http://dbpedia.org/resource/Jaguar_C-X16", "http://dbpedia.org/resource/Jaguar_S-Type_(1963)", "http://dbpedia.org/resource/Daimler_250", "http://dbpedia.org/resource/Jaguar_420", "Jaguar XJ6", "http://dbpedia.org/resource/Daimler_DS420", "http://dbpedia.org/resource/Jaguar_XJ220", "http://dbpedia.org/resource/Ford_Mondeo_(second_generation)", "http://dbpedia.org/resource/Ford_Thunderbird", "http://dbpedia.org/resource/Jaguar_XJR-10", "http://dbpedia.org/resource/Jaguar_XJR-9", "http://dbpedia.org/resource/Nissan_R390_GT1", "http://dbpedia.org/resource/Jaguar_XJR_sportscars", "http://dbpedia.org/resource/Jaguar_XJR-12", "http://dbpedia.org/resource/Jaguar_XJR-15", "http://dbpedia.org/resource/Jaguar_C-Type", "http://dbpedia.org/resource/Jaguar_XJ_(X308)", "http://dbpedia.org/resource/Jaguar_XJ_(X350)", "http://dbpedia.org/resource/Jeep_DJ", "http://dbpedia.org/resource/Willys_M38", "http://dbpedia.org/resource/Willys_M38A1", "http://dbpedia.org/resource/Willys_MB", "http://dbpedia.org/resource/SsangYong_Korando", "Willys M170", "Willys M606", "http://dbpedia.org/resource/Jeep_Grand_Commander", "http://dbpedia.org/resource/Jeep_Gladiator_(SJ)", "http://dbpedia.org/resource/Jeep_Wagoneer_(SJ)", "http://dbpedia.org/resource/Jeep_Cherokee_(XJ)", "http://dbpedia.org/resource/Jeep_Comanche", "http://dbpedia.org/resource/Jeep_Grand_Cherokee_(ZJ)", "http://dbpedia.org/resource/Jeep_Wrangler_(YJ)", "http://dbpedia.org/resource/BAW_Qishi", "http://dbpedia.org/resource/Alfa_Romeo_Tonale", "http://dbpedia.org/resource/Jeep_Commander_(2022)", "http://dbpedia.org/resource/Jeep_Patriot", "http://dbpedia.org/resource/Jeep_Renegade", "http://dbpedia.org/resource/Mitsubishi_Lancer", "http://dbpedia.org/resource/Mitsubishi_Outlander", "http://dbpedia.org/resource/Dodge_Caliber", "http://dbpedia.org/resource/Dodge_Hornet", "http://dbpedia.org/resource/Fiat_500L", "http://dbpedia.org/resource/Fiat_500X", "http://dbpedia.org/resource/Fiat_Toro", "http://dbpedia.org/resource/Jeep_CJ", "http://dbpedia.org/resource/Jeep_Wrangler_(JL)", "http://dbpedia.org/resource/Jeep_Liberty_(KJ)", "http://dbpedia.org/resource/Jeep_Wrangler_(TJ)", "http://dbpedia.org/resource/Jeep_Commander_(XK)", "http://dbpedia.org/resource/Jeep_Liberty_(KK)", "http://dbpedia.org/resource/Jeep_Wrangler_(JK)", "http://dbpedia.org/resource/Dodge_Nitro", "http://dbpedia.org/resource/Dodge_Durango", "Mercedes-Benz GLE", "Jeep Cherokee", "Jeep Wrangler", "Jeep 2500", "Jeep Commander", "http://dbpedia.org/resource/Jeep_Grand_Cherokee_(WJ)", "http://dbpedia.org/resource/Jeep_Grand_Cherokee_(WK)", "http://dbpedia.org/resource/Dodge_Avenger", "http://dbpedia.org/resource/Jeep_Wrangler", "http://dbpedia.org/resource/Jeep_Cherokee_(SJ)", "http://dbpedia.org/resource/Jeep_J-Series", "http://dbpedia.org/resource/Ram_Pickup_(fifth_generation)", "http://dbpedia.org/resource/Jeep_Liberty", "http://dbpedia.org/resource/AIL_Storm", "http://dbpedia.org/resource/Jeep_J8", "http://dbpedia.org/resource/Jeep_Gladiator_(JT)", "http://dbpedia.org/resource/Isuzu_Faster", "http://dbpedia.org/resource/Karry_K60", "http://dbpedia.org/resource/Karry_K50", "* Kawasaki C-2\n* Kawasaki YPX", "* Lockheed P-2 Neptune", "http://dbpedia.org/resource/Kawei_W1", "http://dbpedia.org/resource/Kawei_K1", "http://dbpedia.org/resource/Kenworth_W900", "http://dbpedia.org/resource/Keyton_V60", "http://dbpedia.org/resource/Keyton_EX80", "http://dbpedia.org/resource/Hyundai_Aslan", "http://dbpedia.org/resource/Hyundai_Grandeur", "http://dbpedia.org/resource/Kia_Credos", "http://dbpedia.org/resource/Kia_Sorento", "http://dbpedia.org/resource/Kia_Optima", "http://dbpedia.org/resource/Hyundai_Custo", "http://dbpedia.org/resource/Hyundai_Santa_Fe", "http://dbpedia.org/resource/Hyundai_Sonata", "http://dbpedia.org/resource/Hyundai_Staria", "http://dbpedia.org/resource/Hyundai_Veracruz", "http://dbpedia.org/resource/Kia_Carens", "http://dbpedia.org/resource/Kia_Carnival", "http://dbpedia.org/resource/Mazda_Capella", "http://dbpedia.org/resource/Genesis_GV60", "http://dbpedia.org/resource/Kia_Ceed", "http://dbpedia.org/resource/Hyundai_Elantra", "http://dbpedia.org/resource/Hyundai_i30", "http://dbpedia.org/resource/Mitsubishi_Chariot", "http://dbpedia.org/resource/Hyundai_Mistra", "http://dbpedia.org/resource/Hyundai_Trajet", "http://dbpedia.org/resource/Genesis_G90", "http://dbpedia.org/resource/Hyundai_Equus", "http://dbpedia.org/resource/Hyundai_Genesis", "http://dbpedia.org/resource/Hyundai_Creta", "http://dbpedia.org/resource/Hyundai_Ioniq", "http://dbpedia.org/resource/Kia_Rio", "http://dbpedia.org/resource/Hyundai_Reina", "http://dbpedia.org/resource/Kia_Ray", "http://dbpedia.org/resource/Hyundai_Atos", "http://dbpedia.org/resource/Hyundai_Casper", "http://dbpedia.org/resource/Hyundai_Getz", "http://dbpedia.org/resource/Hyundai_i10", "http://dbpedia.org/resource/Kia_Bongo", "http://dbpedia.org/resource/Kia_Picanto", "http://dbpedia.org/resource/KM131_Jeep", "http://dbpedia.org/resource/Kia_Pegas", "http://dbpedia.org/resource/Kia_Stonic", "http://dbpedia.org/resource/Hyundai_Accent", "http://dbpedia.org/resource/Hyundai_HB20", "http://dbpedia.org/resource/Hyundai_Veloster", "http://dbpedia.org/resource/Hyundai_i20", "http://dbpedia.org/resource/Hyundai_Venue", "http://dbpedia.org/resource/Kia_Venga", "http://dbpedia.org/resource/Kia_Mesa", "http://dbpedia.org/resource/Kia_Soul", "http://dbpedia.org/resource/Kia_Niro", "http://dbpedia.org/resource/Mazda_Bongo", "http://dbpedia.org/resource/Hyundai_Santa_Cruz", "http://dbpedia.org/resource/Hyundai_Tucson", "http://dbpedia.org/resource/Hyundai_ix35_(China)", "http://dbpedia.org/resource/Hyundai_Palisade", "Blue Bird MB-II/MB-IV", "Blue Bird CS", "Blue Bird TC/1000", "http://dbpedia.org/resource/Blue_Bird_All_American", "Blue Bird LTC", "http://dbpedia.org/resource/Renault_16", "http://dbpedia.org/resource/Ford_Taunus", "http://dbpedia.org/resource/Simca_1100", "http://dbpedia.org/resource/Renault_8_and_10", "http://dbpedia.org/resource/Renault_Estafette", "http://dbpedia.org/resource/Maxus_T60", "http://dbpedia.org/resource/Roewe_RX8", "Hyundai Starex", "http://dbpedia.org/resource/Roewe_iMax_8", "http://dbpedia.org/resource/Maxus_G90", "http://dbpedia.org/resource/Maxus_D90", "http://dbpedia.org/resource/Mercedes-Benz_CL-Class", "http://dbpedia.org/resource/Mercedes-Benz_CL-Class_(C215)", "http://dbpedia.org/resource/Mercedes-Benz_CL-Class_(C216)", "http://dbpedia.org/resource/Mercedes-Benz_S-Class_(W220)", "http://dbpedia.org/resource/Mercedes-Benz_S-Class_(W221)", "http://dbpedia.org/resource/Mercedes-Benz_W140", "http://dbpedia.org/resource/Maybach_57_and_62", "http://dbpedia.org/resource/Ford_Fiesta_(sixth_generation)", "http://dbpedia.org/resource/Haima_2", "http://dbpedia.org/resource/Mazda_CX-3", "http://dbpedia.org/resource/Mazda_Verisa", "http://dbpedia.org/resource/Ford_Focus_(second_generation,_Europe)", "http://dbpedia.org/resource/Mazda_CX-30", "http://dbpedia.org/resource/Mazda_CX-5", "http://dbpedia.org/resource/Mazda_CX-50", "http://dbpedia.org/resource/Mazda_MX-30", "http://dbpedia.org/resource/Besturn_B70", "http://dbpedia.org/resource/Ford_Edge", "http://dbpedia.org/resource/Mazda3", "http://dbpedia.org/resource/Mazda_CX-9", "http://dbpedia.org/resource/Mazda_MPV", "Mazda Proceed Marvie", "http://dbpedia.org/resource/Mazda5", "http://dbpedia.org/resource/Mazda_CX-8", "http://dbpedia.org/resource/Mazda_Persona", "http://dbpedia.org/resource/Kia_Capital", "http://dbpedia.org/resource/Kia_Concord", "http://dbpedia.org/resource/Mazda_AZ-Offroad", "http://dbpedia.org/resource/Mazda_R360", "http://dbpedia.org/resource/Nissan_Pino", "http://dbpedia.org/resource/Mazda_AZ-Wagon", "http://dbpedia.org/resource/Mazda_Chantez_EV", "http://dbpedia.org/resource/Mazda_Chantez", "http://dbpedia.org/resource/Mazda_Luce", "http://dbpedia.org/resource/Ford_Laser", "http://dbpedia.org/resource/Ford_Meteor", "http://dbpedia.org/resource/Mazda_\u00c9tude", "http://dbpedia.org/resource/Eunos_(automobile)", "http://dbpedia.org/resource/Haima_3", "http://dbpedia.org/resource/Mazda_Astina", "http://dbpedia.org/resource/Mazda_MX-5_(NC)", "http://dbpedia.org/resource/Mazda_Cosmo", "http://dbpedia.org/resource/Mazda_Tribute", "http://dbpedia.org/resource/Mazda_929", "http://dbpedia.org/resource/Mazda_Xedos_6", "http://dbpedia.org/resource/Jaguar_XJR-14", "http://dbpedia.org/resource/Ford_Aerostar", "http://dbpedia.org/resource/Ford_Focus_(International)", "http://dbpedia.org/resource/Ford_Focus_C-MAX", "Haima Freema II", "Mazda Premacy Hydrogen RE Range Extender EV", "http://dbpedia.org/resource/Mazda_787B", "http://dbpedia.org/resource/Holden_HJ", "http://dbpedia.org/resource/Ford_LCF", "http://dbpedia.org/resource/Mazda_Parkway", "http://dbpedia.org/resource/Isuzu_Elf", "http://dbpedia.org/resource/Mercury_Mariner", "* McDonnell Douglas KC-10 Extender\n* McDonnell Douglas MD-11", "http://dbpedia.org/resource/McLaren_650S", "http://dbpedia.org/resource/McLaren_P1", "http://dbpedia.org/resource/McLaren_GT", "http://dbpedia.org/resource/McLaren_12C", "http://dbpedia.org/resource/McLaren_720S", "http://dbpedia.org/resource/McLaren_F1_GTR", "http://dbpedia.org/resource/McLaren_F1_LM", "http://dbpedia.org/resource/McLaren_Elva", "http://dbpedia.org/resource/McLaren_Speedtail", "McLaren 720S", "McLaren Elva", "McLaren Senna", "120.0", "Battery: 60 kWh ,", "Charging power: 600 kW,", "Fan power for downforce: At least 60 kW,", "Range: 350 km ,", "Sd.Kfz., Vidalwagen", "http://dbpedia.org/resource/Mercedes-AMG_SL-Class_(R232)", "http://dbpedia.org/resource/Mercedes-AMG_GT", "http://dbpedia.org/resource/Mercedes-Benz_CLS-Class_(C257)", "http://dbpedia.org/resource/Mercedes-Benz_E-Class_(W213)", "http://dbpedia.org/resource/Mercedes-Benz_S-Class_(C217)", "http://dbpedia.org/resource/Mercedes-Benz_S-Class_(W222)", "http://dbpedia.org/resource/Mercedes_F1_W06_Hybrid", "http://dbpedia.org/resource/Mercedes-Benz_W120/121", "http://dbpedia.org/resource/Mercedes-Benz_W198", "http://dbpedia.org/resource/Mercedes-Benz_190_SL", "http://dbpedia.org/resource/Mercedes-Benz_W124", "http://dbpedia.org/resource/Mercedes-Benz_B-Class", "http://dbpedia.org/resource/Mercedes-Benz_CLA-Class", "http://dbpedia.org/resource/Mercedes-Benz_Vaneo", "http://dbpedia.org/resource/Infiniti_Q30", "http://dbpedia.org/resource/Infiniti_QX30", "http://dbpedia.org/resource/Mercedes-Benz_GLA-Class", "http://dbpedia.org/resource/Mercedes-Benz_A-Class", "http://dbpedia.org/resource/Mercedes-Benz_A-Class_(W177)", "http://dbpedia.org/resource/Mercedes-Benz_GLB-Class", "http://dbpedia.org/resource/Mercedes-Benz_CLK-Class", "http://dbpedia.org/resource/Mercedes-Benz_SLK-Class_(R170)", "http://dbpedia.org/resource/Mercedes-Benz_CLK-Class_(C209)", "http://dbpedia.org/resource/Mercedes-Benz_E-Class_(C207)", "http://dbpedia.org/resource/Mercedes-Benz_GLC-Class", "http://dbpedia.org/resource/Mercedes-Benz_C11", "http://dbpedia.org/resource/Isdera_Commendatore_112i", "http://dbpedia.org/resource/Mercedes-Benz_CLS-Class", "http://dbpedia.org/resource/Mercedes-Benz_S-Class", "http://dbpedia.org/resource/Mercedes-Benz_C-Class_(W202)", "http://dbpedia.org/resource/Mercedes-Benz_C-Class_(W203)", "http://dbpedia.org/resource/Mercedes-Benz_E-Class_(W212)", "http://dbpedia.org/resource/Mercedes-Benz_W211", "http://dbpedia.org/resource/Mercedes-Benz_C217", "http://dbpedia.org/resource/Mercedes-Benz_W222", "http://dbpedia.org/resource/Chrysler_300", "http://dbpedia.org/resource/Dodge_Charger_(LX/LD)", "http://dbpedia.org/resource/Dodge_Magnum", "http://dbpedia.org/resource/Mercedes-Benz_C219", "http://dbpedia.org/resource/Mercedes-Benz_C-Class_(W205)", "http://dbpedia.org/resource/Mercedes-Benz_GLA", "Mercedes-Benz EQE", "Mercedes-Benz EQS SUV", "http://dbpedia.org/resource/Mercedes-Benz_EQS", "http://dbpedia.org/resource/KSU_Gazal-1", "Force Gurkha", "Interim Fast Attack Vehicle", "Peugeot P4", "Mercedes-Benz W463 G 350 BlueTEC 01", "Rheinmetall LIV (SO) (aka AGF)", "http://dbpedia.org/resource/Mercedes-Benz_ML-Class", "http://dbpedia.org/resource/Mercedes-Benz_C-Class_(W206)", "http://dbpedia.org/resource/Mercedes-Benz_EQC", "http://dbpedia.org/resource/Mercedes-Benz_C-Class_(W204)", "http://dbpedia.org/resource/Mercedes-Benz_MB100", "http://dbpedia.org/resource/Sanos_315", "Mercedes-Benz OC 500 LF", "Mercedes-Benz OC 500 LFA", "Mercedes-Benz OC 500 RF", "Mercedes-Benz W105", "Mercedes-Benz W128", "Mercedes-Benz W180", "Mercedes-Benz W120 / W121", "http://dbpedia.org/resource/Mercedes-Benz_GLE-Class", "Mercedes-Benz GL-Class", "http://dbpedia.org/resource/Mercedes-Benz_W114", "http://dbpedia.org/resource/Mercedes-Benz_SL-Class", "http://dbpedia.org/resource/Mercedes-Benz_W203", "Mercedes-Benz C209", "http://dbpedia.org/resource/Mercedes-Benz_W204", "http://dbpedia.org/resource/Volkswagen_Crafter", "http://dbpedia.org/resource/Volkswagen_LT", "Volkswagen Transporter LT", "Force Traveller T1N", "http://dbpedia.org/resource/Hanomag_F-series", "Tata 407", "Mercedes-Benz W120/W121 \u2014 180  & 190", "Mercedes-Benz W128 \u2014 220SE", "Mercedes-Benz W180 \u2014 220a/S", "http://dbpedia.org/resource/Mercedes-Benz_W113", "http://dbpedia.org/resource/Mercedes-Benz_W114/W115", "http://dbpedia.org/resource/Mercedes-Benz_W110", "Mercedes-Benz W112", "http://dbpedia.org/resource/Mercedes-Benz_W112", "http://dbpedia.org/resource/Mercedes-Benz_W108", "http://dbpedia.org/resource/Mercedes-Benz_W109", "http://dbpedia.org/resource/Mercedes-Benz_W108/W109", "http://dbpedia.org/resource/Mercedes-Benz_W123", "http://dbpedia.org/resource/Mercedes-Benz_R107", "Mercedes-Benz W105 \u2014 219", "http://dbpedia.org/resource/Monteverdi_Tiara", "Mercedes-Benz W180 \u2014 220a, 220S", "Mercedes-Benz W120/W121 \u2014 Shanghai SH760 180 & 190", "http://dbpedia.org/resource/Mercedes-Benz_300_SL", "http://dbpedia.org/resource/Mercedes-Benz_W188", "2.592E7", "http://dbpedia.org/resource/Renault_Alaskan", "http://dbpedia.org/resource/Nissan_Navara", "http://dbpedia.org/resource/Ford_Mustang_SVO", "http://dbpedia.org/resource/Ford_TC_Cortina", "http://dbpedia.org/resource/Mercury_Turnpike_Cruiser", "http://dbpedia.org/resource/Mercury_Voyager", "http://dbpedia.org/resource/Edsel_Citation", "http://dbpedia.org/resource/Edsel_Corsair", "Mercury MontereyMercury Grand Marquis", "http://dbpedia.org/resource/Ford_Maverick_(1970\u20131977)", "Ford Maverick", "http://dbpedia.org/resource/Ford_Mustang_(first_generation)", "http://dbpedia.org/resource/Ford_Contour", "Cougar :", "Cougar XR-7:", "http://dbpedia.org/resource/Ford_Crestline_Skyliner", "http://dbpedia.org/resource/Lincoln_Cosmopolitian", "http://dbpedia.org/resource/Ford_Crown_Victoria", "http://dbpedia.org/resource/Ford_Crown_Victoria_Police_Interceptor", "Ford Country Squire", "Ford LTD Crown Victoria", "Lincoln Town Car", "Mercury Grand Marquis", "http://dbpedia.org/resource/Ford_Taurus_X", "http://dbpedia.org/resource/Mercury_Medalist", "http://dbpedia.org/resource/Lincoln_Premiere", "http://dbpedia.org/resource/Ford_Taurus_(fifth_generation)", "Ford Freestyle /Ford Five Hundred", "Mercury CommuterFord Fairlane 500", "http://dbpedia.org/resource/Volvo_XC90", "http://dbpedia.org/resource/Fifth-generation_Ford_Taurus", "http://dbpedia.org/resource/Third-generation_Ford_Taurus", "Ford TaurusLincoln Continental", "http://dbpedia.org/resource/Nissan_Maxima", "http://dbpedia.org/resource/Ford_Sierra", "http://dbpedia.org/resource/Messerschmitt_KR200", "http://dbpedia.org/resource/FMR_Tg500", "http://dbpedia.org/resource/Messerschmitt_KR175", "http://dbpedia.org/resource/Messerschmitt_KR201", "http://dbpedia.org/resource/Jeep_Wagoneer_(WS)", "http://dbpedia.org/resource/Dodge_Ramcharger", "http://dbpedia.org/resource/Sterling_Bullet", "IKA Torino,", "http://dbpedia.org/resource/Rambler_Classic", "http://dbpedia.org/resource/AMC_Ambassador", "http://dbpedia.org/resource/Land_Rover_Discovery", "http://dbpedia.org/resource/Car_collection_of_the_29th_Sultan_of_Brunei", "http://dbpedia.org/resource/Range_Rover_(L460)", "http://dbpedia.org/resource/Reliant_Regal", "http://dbpedia.org/resource/Van", "http://dbpedia.org/resource/Reliant_Kitten", "http://dbpedia.org/resource/Reliant_Rialto", "http://dbpedia.org/resource/Renault_Fuego", "Renault M\u00e9gane I", "http://dbpedia.org/resource/Renault_Galion", "Renault 2500 Kg", "http://dbpedia.org/resource/Renault_5", "http://dbpedia.org/resource/Renault_6", "http://dbpedia.org/resource/Renault_7", "http://dbpedia.org/resource/Renault_Rodeo", "http://dbpedia.org/resource/Renault_Express", "http://dbpedia.org/resource/Renault_Clio", "http://dbpedia.org/resource/Renault_4", "http://dbpedia.org/resource/Renault_9_&_11", "Dacia Duster", "Renault Captur (Global Access)", "Renault Captur II", "Renault Clio V", "http://dbpedia.org/resource/Renault_Espace", "http://dbpedia.org/resource/Renault_M\u00e9gane", "http://dbpedia.org/resource/Renault_Arkana", "http://dbpedia.org/resource/Nissan_Juke", "http://dbpedia.org/resource/Nissan_Kicks", "http://dbpedia.org/resource/Dacia_Duster", "Renault Primaquatre", "http://dbpedia.org/resource/Renault_Captur", "http://dbpedia.org/resource/Renault_Modus", "http://dbpedia.org/resource/Renault_Symbol", "http://dbpedia.org/resource/Nissan_Tiida_Latio", "Nissan Micra V", "Renault Clio R.S.", "http://dbpedia.org/resource/Renault_Caravelle", "http://dbpedia.org/resource/Hino_Contessa", "Henney Kilowatt", "http://dbpedia.org/resource/Alpine_A110-50", "http://dbpedia.org/resource/Renault_Sport_R.S._01", "http://dbpedia.org/resource/Renault_Duster", "http://dbpedia.org/resource/Renault_Ondelios", "http://dbpedia.org/resource/Renault_Avantime", "http://dbpedia.org/resource/Dacia_Dokker", "http://dbpedia.org/resource/Renault_Nueva_Kangoo", "Renault Laguna", "http://dbpedia.org/resource/Renault_Kangoo", "http://dbpedia.org/resource/Renault_18", "http://dbpedia.org/resource/Renault_IG", "http://dbpedia.org/resource/Renault_1_000_kg", "http://dbpedia.org/resource/Renault_Type_MT", "Renault Sc\u00e9nic II", "Renault M\u00e9gane II", "http://dbpedia.org/resource/Renault_Triber", "http://dbpedia.org/resource/Nissan_Magnite", "http://dbpedia.org/resource/Nissan_Dualis", "http://dbpedia.org/resource/Nissan_Rogue", "http://dbpedia.org/resource/Fengdu_MX6", "http://dbpedia.org/resource/Datsun_redi-Go", "http://dbpedia.org/resource/Renault_Kiger", "http://dbpedia.org/resource/Renault_Latitude", "http://dbpedia.org/resource/Renault_Samsung_SM5", "http://dbpedia.org/resource/Renault_Vel_Satis", "http://dbpedia.org/resource/Nissan_Altima", "http://dbpedia.org/resource/Renault_Laguna", "http://dbpedia.org/resource/Renault_Monastella", "http://dbpedia.org/resource/Renault_Vivasix", "Renault Monasix", "http://dbpedia.org/resource/Renault_19", "http://dbpedia.org/resource/Renault_Fluence", "http://dbpedia.org/resource/Renault_Koleos", "http://dbpedia.org/resource/Renault_Samsung_SM3", "http://dbpedia.org/resource/Renault_Sc\u00e9nic", "http://dbpedia.org/resource/Nissan_Lafesta", "http://dbpedia.org/resource/Nissan_Sentra", "http://dbpedia.org/resource/Nissan_X-Trail", "http://dbpedia.org/resource/M\u00e9gane_Renault_Sport", "Renault Megane I", "http://dbpedia.org/resource/Nissan_Ariya", "http://dbpedia.org/resource/Renault_Nervastella", "http://dbpedia.org/resource/Renault_Nervasport", "http://dbpedia.org/resource/Renault_Novaquatre", "http://dbpedia.org/resource/Renault_Primastella", "Renault Primastella", "Renault M\u00e9gane III", "http://dbpedia.org/resource/Nissan_Bluebird_Sylphy", "Nissan Altima L31", "Nissan Cefiro A32", "Nissan Maxima A34", "http://dbpedia.org/resource/Dacia_Sandero", "Renault Espace V", "http://dbpedia.org/resource/Tata_Winger", "http://dbpedia.org/resource/Renault_Master", "http://dbpedia.org/resource/Renault_Wind", "http://dbpedia.org/resource/Smart_Forfour", "http://dbpedia.org/resource/Smart_Fortwo", "http://dbpedia.org/resource/Renault_KJ", "Renault Espace IV", "http://dbpedia.org/resource/Renault_Vivastella", "http://dbpedia.org/resource/Renault_Suprastella", "http://dbpedia.org/resource/Renault_Viva_Grand_Sport", "http://dbpedia.org/resource/Renault_Twingo", "http://dbpedia.org/resource/Vauxhall_Astra", "http://dbpedia.org/resource/Daewoo_LeMans", "http://dbpedia.org/resource/General_Assault_Badge", "http://dbpedia.org/resource/Ground_Assault_Badge_of_the_Luftwaffe", "http://dbpedia.org/resource/Close_Combat_Clasp", "http://dbpedia.org/resource/Mercedes-Benz_CLS-Class_(W218)", "http://dbpedia.org/resource/Hafei_Lobo", "http://dbpedia.org/resource/Izh_2715", "http://dbpedia.org/resource/Izh_412", "http://dbpedia.org/resource/Marksmanship_Badge_(United_States)", "http://dbpedia.org/resource/Wright_Liberator", "http://dbpedia.org/resource/Ruf_CTR3", "http://dbpedia.org/resource/AC_Aceca", "http://dbpedia.org/resource/AC_Cobra", "http://dbpedia.org/resource/AC_Greyhound", "http://dbpedia.org/resource/AC_Ace", "http://dbpedia.org/resource/AC_Frua", "http://dbpedia.org/resource/Shelby_Daytona", "http://dbpedia.org/resource/AC_Propulsion_tzero", "http://dbpedia.org/resource/Tesla_Roadster_(2008)", "Jeep Wrangler, AMC Jeep CJ, AEV Brute", "http://dbpedia.org/resource/AMC_Eagle", "http://dbpedia.org/resource/AMC_Gremlin", "http://dbpedia.org/resource/AMC_Hornet", "http://dbpedia.org/resource/AMC_Spirit", "http://dbpedia.org/resource/AMC_Concord", "http://dbpedia.org/resource/AMC_AMX", "http://dbpedia.org/resource/Jaguar_E-Type", "http://dbpedia.org/resource/Nissan_Silvia_S13", "http://dbpedia.org/resource/Nissan_240SX", "http://dbpedia.org/resource/Nissan_Skyline", "http://dbpedia.org/resource/Infiniti_G35", "http://dbpedia.org/resource/Nissan_Z_(RZ34)", "http://dbpedia.org/resource/Infiniti_EX", "http://dbpedia.org/resource/Infiniti_G-series_(Q40/Q60)", "http://dbpedia.org/resource/Infiniti_Q60", "http://dbpedia.org/resource/Nissan_Rasheen", "http://dbpedia.org/resource/Nissan_Sunny", "http://dbpedia.org/resource/Nissan_Almera", "http://dbpedia.org/resource/Mercury_Villager", "http://dbpedia.org/resource/Renault_Samsung_SM7", "http://dbpedia.org/resource/Nissan_Bluebird_U14", "http://dbpedia.org/resource/Nissan_Quest", "http://dbpedia.org/resource/Infiniti_JX", "http://dbpedia.org/resource/Nissan_Titan", "http://dbpedia.org/resource/Nissan_Xterra", "http://dbpedia.org/resource/Nissan_Frontier", "Nissan Prairie 2nd gen", "http://dbpedia.org/resource/Nissan_Gloria", "http://dbpedia.org/resource/Nissan_Presage", "http://dbpedia.org/resource/Nissan_R'nessa", "http://dbpedia.org/resource/Datsun_Sports", "http://dbpedia.org/resource/Nissan_Civilian", "http://dbpedia.org/resource/Nissan_Atlas", "http://dbpedia.org/resource/Nissan_Cabstar", "FAW Jiefang CA 6440", "http://dbpedia.org/resource/Nissan_Cima", "http://dbpedia.org/resource/Nissan_Leopard", "Infiniti M30", "Nissan Laurel", "Nissan Leopard", "http://dbpedia.org/resource/Nissan_Vanette", "http://dbpedia.org/resource/Nissan_President", "http://dbpedia.org/resource/Nissan_C80", "http://dbpedia.org/resource/Isuzu_Journey", "http://dbpedia.org/resource/Nissan_Be-1", "http://dbpedia.org/resource/Nissan_Pao", "http://dbpedia.org/resource/Nissan_370Z", "http://dbpedia.org/resource/Infiniti_FX", "http://dbpedia.org/resource/Infiniti_M", "http://dbpedia.org/resource/Infiniti_G", "http://dbpedia.org/resource/Nissan_Juke-R", "http://dbpedia.org/resource/Nissan_Cedric_Y31", "http://dbpedia.org/resource/Nissan_Cefiro", "http://dbpedia.org/resource/Nissan_Prince_Royal", "Nissan Leopard Y33", "Nissan Cima Y32", "Nissan Cima Y33", "Nissan Leopard Y32", "IDx NISMO", "http://dbpedia.org/resource/Nissan_Cube", "http://dbpedia.org/resource/Nissan_GT-R", "http://dbpedia.org/resource/Nissan_Micra_(K13)", "http://dbpedia.org/resource/Nissan_Caball", "http://dbpedia.org/resource/Renault_Megane", "http://dbpedia.org/resource/Nissan_Stagea", "Nissan Silvia S15", "http://dbpedia.org/resource/Nissan_Laurel", "http://dbpedia.org/resource/Infiniti_Q45", "http://dbpedia.org/resource/Nissan_AD", "Infiniti I30/I35", "http://dbpedia.org/resource/Duesen_Bayern", "http://dbpedia.org/resource/Nissan_Figaro", "http://dbpedia.org/resource/Nissan_NV200", "http://dbpedia.org/resource/Nissan_Teana_J32", "http://dbpedia.org/resource/Nissan_Armada", "http://dbpedia.org/resource/Nissan_Terra", "http://dbpedia.org/resource/Infiniti_QX56", "http://dbpedia.org/resource/Infiniti_QX60", "http://dbpedia.org/resource/Nissan_Hardbody_Truck", "http://dbpedia.org/resource/Infiniti_QX80", "http://dbpedia.org/resource/Nissan_Bluebird_(U12)", "http://dbpedia.org/resource/Nissan_Avenir", "http://dbpedia.org/resource/Nissan_Stanza", "http://dbpedia.org/resource/Nissan_Bassara", "http://dbpedia.org/resource/Nissan_100NX", "http://dbpedia.org/resource/Nissan_EXA", "http://dbpedia.org/resource/Nissan_NX", "http://dbpedia.org/resource/Nissan_Primera", "http://dbpedia.org/resource/Venucia_T70", "http://dbpedia.org/resource/Renault_Kadjar", "http://dbpedia.org/resource/Nissan_Elgrand", "Nissan Qashqai (J10)", "Nissan Qashqai/Rogue Sport (J11)", "Nissan X-Trail (T31)", "Renault Koleos I", "Renault Koleos II", "http://dbpedia.org/resource/Mitsubishi_eK", "http://dbpedia.org/resource/Venucia_D60", "http://dbpedia.org/resource/Nissan_Lucino", "http://dbpedia.org/resource/Nissan_Presea", "http://dbpedia.org/resource/Dongfeng_Yumsun", "http://dbpedia.org/resource/ZNA_Succe", "http://dbpedia.org/resource/Nissan_180SX", "Nissan 200SX", "http://dbpedia.org/resource/Prince_Miler", "http://dbpedia.org/resource/Nissan_Fairlady_Z", "http://dbpedia.org/resource/Nissan_Leopard_F30", "http://dbpedia.org/resource/Nissan_350Z", "http://dbpedia.org/resource/Nissan_Skyline_GT-R", "http://dbpedia.org/resource/Prince_Gloria", "http://dbpedia.org/resource/Prince_Skyway", "http://dbpedia.org/resource/Infiniti_G37", "http://dbpedia.org/resource/Nissan_Wingroad", "http://dbpedia.org/resource/Nissan_Terrano", "http://dbpedia.org/resource/Nissan_NV_(North_America)", "http://dbpedia.org/resource/Infiniti_QX", "Infiniti QX56/QX80", "http://dbpedia.org/resource/Alfa_Romeo_F12", "Nissan 680 Truck", "http://dbpedia.org/resource/Ashok_Leyland", "http://dbpedia.org/resource/Nissan_Prairie", "Yue Loong Feeling 101/102, TW", "Nissan Almera", "Nissan Primera", "Nissan Sentra", "Nissan Rogue (S35)", "Nissan Sentra (B16)", "http://dbpedia.org/resource/Noble_M400", "http://dbpedia.org/resource/Rossion_Q1", "Salica GT", "http://dbpedia.org/resource/Noble_M600", "http://dbpedia.org/resource/Noble_M12", "* North American F-86 Sabre\n* North American FJ-4 Fury\n* North American F-107", "http://dbpedia.org/resource/Pontiac_Six", "http://dbpedia.org/resource/Mercedes_G_Class", "Excalibur roadster", "http://dbpedia.org/resource/Chevit\u00fa", "http://dbpedia.org/resource/Chevytres", "http://dbpedia.org/resource/Falcon_F-100", "http://dbpedia.org/resource/Garrafa", "http://dbpedia.org/resource/Liebre_MkII_Torino", "http://dbpedia.org/resource/Torino_Crespi", "http://dbpedia.org/resource/Trueno_Naranja", "http://dbpedia.org/resource/Mitsubishi_Fuso_Aero_Star", "http://dbpedia.org/resource/Monteverdi_Palm_Beach", "http://dbpedia.org/resource/BMW_6_Series_(E63)", "BMW M6", "http://dbpedia.org/resource/Ford_Falcon_(Australia)", "http://dbpedia.org/resource/Ford_LTD_(Australia)", "http://dbpedia.org/resource/Neoplan_Tourliner", "http://dbpedia.org/resource/Chrysler_LeBaron_GTS", "http://dbpedia.org/resource/Humber_Snipe", "http://dbpedia.org/resource/Napier-Bentley", "205", "Across Range", "http://dbpedia.org/resource/Wright_Pulsar_Gemini", "Lamborghini Diablo VT", "http://dbpedia.org/resource/Chevrolet_Corvette_(C2)", "http://dbpedia.org/resource/Chevrolet_Corvette_(C3)", "http://dbpedia.org/resource/Neoplan_Centroliner", "http://dbpedia.org/resource/Youngman_JNP6120GR", "http://dbpedia.org/resource/Sisu_SA-150", "http://dbpedia.org/resource/Toyota_Camry", "http://dbpedia.org/resource/Lexus_ES", "http://dbpedia.org/resource/IFA_H6", "http://dbpedia.org/resource/Mack_R_series", "Mack CL700", "Mack MH Ultra-Liner", "Mack WR Cruise-Liner", "http://dbpedia.org/resource/Wright_Solar", "http://dbpedia.org/resource/Porsche_991", "http://dbpedia.org/resource/Citro\u00ebn_Ami", "http://dbpedia.org/resource/Citro\u00ebn_Bijou", "http://dbpedia.org/resource/Citro\u00ebn_Dyane", "http://dbpedia.org/resource/Citro\u00ebn_M\u00e9hari", "http://dbpedia.org/resource/Citro\u00ebn_Acadiane", "http://dbpedia.org/resource/Citro\u00ebn_FAF", "http://dbpedia.org/resource/Citro\u00ebn_2CV", "http://dbpedia.org/resource/Citro\u00ebn_M35", "http://dbpedia.org/resource/Peugeot_405", "http://dbpedia.org/resource/Citro\u00ebn_C3", "http://dbpedia.org/resource/Citro\u00ebn_C3-XR", "http://dbpedia.org/resource/Citro\u00ebn_DS3", "http://dbpedia.org/resource/Peugeot_207", "http://dbpedia.org/resource/Peugeot_208", "http://dbpedia.org/resource/Citro\u00ebn_C4", "http://dbpedia.org/resource/Peugeot_107", "http://dbpedia.org/resource/Peugeot_1007", "http://dbpedia.org/resource/Citro\u00ebn_C2", "http://dbpedia.org/resource/Citro\u00ebn_C3_Aircross", "http://dbpedia.org/resource/Citro\u00ebn_C3_Picasso", "http://dbpedia.org/resource/Citro\u00ebn_C4_Cactus", "http://dbpedia.org/resource/DS_3", "http://dbpedia.org/resource/Peugeot_301", "http://dbpedia.org/resource/Citro\u00ebn_C-Elys\u00e9e", "http://dbpedia.org/resource/Peugeot_2008", "http://dbpedia.org/resource/Opel_Crossland_X", "http://dbpedia.org/resource/Opel_Crossland", "http://dbpedia.org/resource/Citro\u00ebn_C4_Picasso", "http://dbpedia.org/resource/DS_3_Crossback", "http://dbpedia.org/resource/Citro\u00ebn_DS4", "http://dbpedia.org/resource/Peugeot_3008", "http://dbpedia.org/resource/Peugeot_307", "http://dbpedia.org/resource/Peugeot_308", "http://dbpedia.org/resource/Opel_Mokka", "Peugeot 5008", "http://dbpedia.org/resource/Citro\u00ebn_C4_Aircross", "http://dbpedia.org/resource/Citro\u00ebn_C6", "http://dbpedia.org/resource/Peugeot_407", "http://dbpedia.org/resource/Peugeot_508", "http://dbpedia.org/resource/DS_7_Crossback", "http://dbpedia.org/resource/Peugeot_5008", "http://dbpedia.org/resource/Opel_Grandland", "http://dbpedia.org/resource/Dongfeng_Fengshen_A9", "DS 9", "Bollor\u00e9 Bluesummer", "Citro\u00ebn C4 Cactus", "http://dbpedia.org/resource/Dongfeng_Fengshen_S30", "http://dbpedia.org/resource/Fiat_Albea", "http://dbpedia.org/resource/Citro\u00ebn_Fukang", "http://dbpedia.org/resource/Citro\u00ebn_ZX", "http://dbpedia.org/resource/Eurovans", "http://dbpedia.org/resource/Talbot_Samba", "http://dbpedia.org/resource/Citro\u00ebn_Survolt", "http://dbpedia.org/resource/Maserati_Quattroporte_II", "http://dbpedia.org/resource/Citro\u00ebn_DS", "http://dbpedia.org/resource/Peugeot_106", "http://dbpedia.org/resource/Peugeot_205", "http://dbpedia.org/resource/Citro\u00ebn_H_Van", "http://dbpedia.org/resource/Citro\u00ebn_Axel", "http://dbpedia.org/resource/Karenjy", "http://dbpedia.org/resource/Oltcit_Club", "http://dbpedia.org/resource/Citro\u00ebn_C15", "http://dbpedia.org/resource/Peugeot_605", "http://dbpedia.org/resource/Peugeot_406", "http://dbpedia.org/resource/Citro\u00ebn_Xsara_Picasso", "http://dbpedia.org/resource/Peugeot_306", "http://dbpedia.org/resource/Citro\u00ebn_Xsara", "http://dbpedia.org/resource/Lamborghini_Urraco", "http://dbpedia.org/resource/Citroen_ZX_Maxi", "http://dbpedia.org/resource/Fiat_Punto_Kit_car", "http://dbpedia.org/resource/Peugeot_106_Maxi", "http://dbpedia.org/resource/Peugeot_306_Maxi", "http://dbpedia.org/resource/Renault_M\u00e9gane_Maxi", "http://dbpedia.org/resource/Seat_Ibiza_Kit_car", "http://dbpedia.org/resource/Commodore_1571", "http://dbpedia.org/resource/Commodore_1570", "http://dbpedia.org/resource/Commodore_4040", "http://dbpedia.org/resource/Commodore_1551", "http://dbpedia.org/resource/Commodore_2031", "http://dbpedia.org/resource/Volvo_Scalable_Product_Architecture_platform", "http://dbpedia.org/resource/Lincoln_Futura", "* Convair 990 Coronado", "http://dbpedia.org/resource/Audi_Le_Mans_quattro", "http://dbpedia.org/resource/Audi_TT", "http://dbpedia.org/resource/Lamborghini_Gallardo", "Audi RSQ", "http://dbpedia.org/resource/Audi_R8", "http://dbpedia.org/resource/Austin_A60_Cambridge", "Wolseley 24/80", "http://dbpedia.org/resource/Studebaker_Avanti", "*BH-17\n*BH-21\n*BH-22\n*BH-23", "Jowett 8", "http://dbpedia.org/resource/Toyota_Hiace", "http://dbpedia.org/resource/Pontiac_G6", "http://dbpedia.org/resource/Pontiac_G5", "http://dbpedia.org/resource/Chevrolet_Cobalt", "http://dbpedia.org/resource/Chevrolet_HHR", "http://dbpedia.org/resource/Opel_Astra", "http://dbpedia.org/resource/Opel_Vectra_B", "http://dbpedia.org/resource/GMC_Acadia", "http://dbpedia.org/resource/Pontiac_Torrent", "http://dbpedia.org/resource/Renault_Super_Go\u00e9lette", "http://dbpedia.org/resource/Scania_OmniLink", "http://dbpedia.org/resource/Scania_OmniCity", "http://dbpedia.org/resource/Toyota_Avensis_(T250)", "http://dbpedia.org/resource/Toyota_Avensis_(T270)", "http://dbpedia.org/resource/Toyota_Fun_Cargo", "http://dbpedia.org/resource/Toyota_Platz", "http://dbpedia.org/resource/Toyota_Yaris_Verso", "http://dbpedia.org/resource/Toyota_bB", "http://dbpedia.org/resource/Toyota_Vitz_(XP10)", "http://dbpedia.org/resource/Toyota_Auris", "http://dbpedia.org/resource/Toyota_Belta", "http://dbpedia.org/resource/Toyota_Ractis_(XP100)", "http://dbpedia.org/resource/Toyota_Vitz_(XP90)", "http://dbpedia.org/resource/JAC_Jiayue_A5", "http://dbpedia.org/resource/JAC_Yueyue", "http://dbpedia.org/resource/JAC_iEV6E", "http://dbpedia.org/resource/Refine_S2_Mini", "http://dbpedia.org/resource/JAC_Refine_S2", "http://dbpedia.org/resource/JAC_iEV7S", "http://dbpedia.org/resource/JAC_Refine_S5", "http://dbpedia.org/resource/Sehol_X8", "http://dbpedia.org/resource/JAC_Refine_S7", "http://dbpedia.org/resource/Sehol_X7", "http://dbpedia.org/resource/Besturn_X40", "http://dbpedia.org/resource/Senia_R8", "http://dbpedia.org/resource/Senova_X25", "http://dbpedia.org/resource/Mitsubishi_Colt", "http://dbpedia.org/resource/Changhe_Q25", "http://dbpedia.org/resource/Senova_D20", "http://dbpedia.org/resource/Borgward_BX7", "Weiwang S50", "Weiwang S60", "Aito M5", "Ford Falcon GT", "http://dbpedia.org/resource/Polski_Fiat_125p", "http://dbpedia.org/resource/Isuzu_Rodeo", "http://dbpedia.org/resource/Great_Wall_SoCool", "http://dbpedia.org/resource/Isuzu_MU", "http://dbpedia.org/resource/Great_Wall_Pegasus", "http://dbpedia.org/resource/Great_Wall_Sailor", "http://dbpedia.org/resource/Isuzu_faster", "http://dbpedia.org/resource/Optare_Olympus", "http://dbpedia.org/resource/Wright_Fusion", "http://dbpedia.org/resource/Chevrolet_Corvette_(C7)", "http://dbpedia.org/resource/Hino_Profia", "Hino Blue Ribbon II", "Hino S'elega", "http://dbpedia.org/resource/Hino_Melpha", "http://dbpedia.org/resource/Hillman_Minx", "http://dbpedia.org/resource/KrAZ-6322", "http://dbpedia.org/resource/Volvo_C30", "http://dbpedia.org/resource/Mahindra_Bolero_Camper", "http://dbpedia.org/resource/Mahindra_Scorpio", "http://dbpedia.org/resource/Volvo_FM", "http://dbpedia.org/resource/Sisu_SA-240", "* Nord 260", "* BAC Strikemaster\n* Percival Provost", "*BAC Jet Provost\n*Percival Provost", "http://dbpedia.org/resource/Changhe_Q7", "http://dbpedia.org/resource/Mercedes-Benz_GL-Class_(X166)", "http://dbpedia.org/resource/BTR-152", "http://dbpedia.org/resource/ZIL-157", "http://dbpedia.org/resource/ZIS-151", "http://dbpedia.org/resource/Toyota_4Runner", "http://dbpedia.org/resource/Austin_Kimberley", "http://dbpedia.org/resource/BMW_Z4_(E89)", "http://dbpedia.org/resource/BMW_2_Series_(F22)", "http://dbpedia.org/resource/BMW_1_Series_(F20)", "http://dbpedia.org/resource/BMW_328", "BMW 303, BMW 315, BMW 319", "BMW 309,", "BMW 315/1,", "BMW 319/1", "BMW 319/1,", "http://dbpedia.org/resource/BMW_329", "http://dbpedia.org/resource/BMW_315", "BMW 326", "http://dbpedia.org/resource/BMW_501", "http://dbpedia.org/resource/BMW_320", "http://dbpedia.org/resource/BMW_326", "http://dbpedia.org/resource/BMW_340", "http://dbpedia.org/resource/BMW_327", "http://dbpedia.org/resource/Bristol_400", "http://dbpedia.org/resource/BMW_Z3", "http://dbpedia.org/resource/BMW_X3_(E83)", "http://dbpedia.org/resource/BMW_3_Series_Compact", "http://dbpedia.org/resource/BMW_Z4_(E85)", "http://dbpedia.org/resource/BMW_M3_(E46)", "http://dbpedia.org/resource/BMW_507", "http://dbpedia.org/resource/BMW_503", "http://dbpedia.org/resource/BMW_6_Series_(E24)", "http://dbpedia.org/resource/VinFast_LUX_A2.0", "http://dbpedia.org/resource/BMW_6_Series_(F12)", "http://dbpedia.org/resource/BMW_6_Series_(G32)", "http://dbpedia.org/resource/Isetta", "http://dbpedia.org/resource/BMW_5_Series_(E60)", "http://dbpedia.org/resource/Alpina_B12", "http://dbpedia.org/resource/Alpina_B7_(E65)", "http://dbpedia.org/resource/Rolls-Royce_Ghost", "http://dbpedia.org/resource/BMW_UKL_platform", "http://dbpedia.org/resource/BMW_7_Series_(E65)", "http://dbpedia.org/resource/BMW_M4", "http://dbpedia.org/resource/BMW_4_Series_(G22)", "http://dbpedia.org/resource/BMW_M3", "http://dbpedia.org/resource/BMW_5_Series", "http://dbpedia.org/resource/BMW_M6", "http://dbpedia.org/resource/BMW_M8", "http://dbpedia.org/resource/BMW_6_Series", "http://dbpedia.org/resource/BMW_8_Series_(G14)", "http://dbpedia.org/resource/BMW_8_Series_(E31)", "http://dbpedia.org/resource/BMW_02_Series", "http://dbpedia.org/resource/BMW_E9", "BMW New Class", "R850RT", "http://dbpedia.org/resource/BMW_X4_(F26)", "http://dbpedia.org/resource/BMW_X3_(F25)", "http://dbpedia.org/resource/BMW_X3", "http://dbpedia.org/resource/BMW_5_Series_(E39)", "http://dbpedia.org/resource/BMW_X6", "http://dbpedia.org/resource/VinFast_LUX_SA2.0", "http://dbpedia.org/resource/VinFast_President", "http://dbpedia.org/resource/BMW_X6_M", "http://dbpedia.org/resource/BMW_X6_(G06)", "http://dbpedia.org/resource/BMW_X4", "http://dbpedia.org/resource/BMW_X5_(G05)", "http://dbpedia.org/resource/BMW_3_Series_(E30)", "http://dbpedia.org/resource/BMW_3_Series_(E36)", "http://dbpedia.org/resource/BMW_3_Series_(E46)", "http://dbpedia.org/resource/Toyota_Supra_(J29/DB)", "http://dbpedia.org/resource/Boldmen_CR4", "http://dbpedia.org/resource/BMW_i3_(G28)", "http://dbpedia.org/resource/BMW_i3", "http://dbpedia.org/resource/BSA_Ten", "http://dbpedia.org/resource/Lanchester_Ten", "http://dbpedia.org/resource/BYD_Qin", "http://dbpedia.org/resource/BYD_F3", "http://dbpedia.org/resource/BYD_G3", "http://dbpedia.org/resource/BYD_L3", "http://dbpedia.org/resource/BYD_F3DM", "http://dbpedia.org/resource/BYD_e6", "http://dbpedia.org/resource/BYD_Destroyer_05", "http://dbpedia.org/resource/BYD_e5", "http://dbpedia.org/resource/Denza_X", "http://dbpedia.org/resource/BYD_S6", "BYD S2", "http://dbpedia.org/resource/BYD_Song_Max", "http://dbpedia.org/resource/Bugatti_EB_110", "http://dbpedia.org/resource/Bandini_1000", "http://dbpedia.org/resource/Chevrolet_Sail", "http://dbpedia.org/resource/Baojun_RS-3", "http://dbpedia.org/resource/Baojun_360", "http://dbpedia.org/resource/Baojun_560", "http://dbpedia.org/resource/Baojun_730", "http://dbpedia.org/resource/Baojun_RM-5", "http://dbpedia.org/resource/Wuling_Xingchen", "http://dbpedia.org/resource/Baojun_530", "http://dbpedia.org/resource/Baojun_RC-6", "http://dbpedia.org/resource/Dongfeng_Fengxing_Lingzhi", "http://dbpedia.org/resource/Hyundai_Starex", "http://dbpedia.org/resource/Lotus_Evora", "http://dbpedia.org/resource/Infiniti_EX35", "Nissan Cedric Y33", "Nissan Gloria Y33", "http://dbpedia.org/resource/Infiniti_Q50", "Payhauler, 140, 180, 330", "1000", "http://dbpedia.org/resource/International_Travelette", "http://dbpedia.org/resource/International_C_series", "http://dbpedia.org/resource/International_Harvester_Travelall", "http://dbpedia.org/resource/International_Light_Line_pickup", "http://dbpedia.org/resource/International_A_series", "http://dbpedia.org/resource/International_ProStar", "International M-series", "International S-series", "International V-series", "http://dbpedia.org/resource/International_S_series_(bus_chassis)", "Powertrans T1250", "http://dbpedia.org/resource/International_S_series", "IC Bus AC-Series", "IC Bus AE-Series", "http://dbpedia.org/resource/List_of_Mercedes-Benz_vehicles", "Iso Isetta", "http://dbpedia.org/resource/Isuzu_Florian", "http://dbpedia.org/resource/Honda_Passport", "http://dbpedia.org/resource/Isuzu_i-Series", "http://dbpedia.org/resource/Isuzu_MU-7", "http://dbpedia.org/resource/Isuzu_MU-X", "http://dbpedia.org/resource/Chevrolet_Colorado", "http://dbpedia.org/resource/Chevrolet_Trailblazer_(SUV)", "http://dbpedia.org/resource/Qingling_Taga", "http://dbpedia.org/resource/Isuzu_Wizard", "http://dbpedia.org/resource/Isuzu_Panther", "http://dbpedia.org/resource/Isuzu_KB", "http://dbpedia.org/resource/Isuzu_117_Coup\u00e9", "http://dbpedia.org/resource/Geo_Storm", "http://dbpedia.org/resource/Honda_Civic", "http://dbpedia.org/resource/Honda_Domani", "http://dbpedia.org/resource/As\u00fcna_Sunfire", "http://dbpedia.org/resource/Rover_400", "http://dbpedia.org/resource/Honda_Integra_SJ", "http://dbpedia.org/resource/Isuzu_Axiom", "http://dbpedia.org/resource/Isuzu_D-Max", "http://dbpedia.org/resource/Isuzu_PA_Nero", "http://dbpedia.org/resource/Isuzu_Trooper", "http://dbpedia.org/resource/Land_Rover_Series", "Santana PS-10", "http://dbpedia.org/resource/Nikola_Motor", "http://dbpedia.org/resource/JAC_J3", "http://dbpedia.org/resource/JAC_J6", "http://dbpedia.org/resource/Heyue_A30", "http://dbpedia.org/resource/JAC_Heyue_A20", "http://dbpedia.org/resource/Sehol_E20X", "http://dbpedia.org/resource/JAC_Refine_S3", "http://dbpedia.org/resource/JAC_Heyue_A30", "http://dbpedia.org/resource/Sehol_X4", "http://dbpedia.org/resource/JAC_Refine_A60", "http://dbpedia.org/resource/Huanghai_Plutus", "http://dbpedia.org/resource/JAC_V7", "http://dbpedia.org/resource/Shuailing_T8", "http://dbpedia.org/resource/JAC_Shuailing_T6", "http://dbpedia.org/resource/Sehol_E10X", "http://dbpedia.org/resource/Yusheng_S350", "http://dbpedia.org/resource/JMC_Yuhu", "http://dbpedia.org/resource/Mitsubishi_Galant", "http://dbpedia.org/resource/Aion_V", "http://dbpedia.org/resource/Mitsubishi_Space_Star", "http://dbpedia.org/resource/Proton_Waja", "http://dbpedia.org/resource/Kia_Joice", "http://dbpedia.org/resource/Mitsubishi_RVR", "http://dbpedia.org/resource/Mitsubishi_Savrin", "http://dbpedia.org/resource/Mitsubishi_Tredia", "http://dbpedia.org/resource/Hyundai_Dynasty", "http://dbpedia.org/resource/Baolong_Pegasus", "http://dbpedia.org/resource/Mitsubishi_3000GT", "http://dbpedia.org/resource/Mitsubishi_Proudia", "http://dbpedia.org/resource/Plymouth_Laser", "http://dbpedia.org/resource/Mitsubishi_Endeavor", "http://dbpedia.org/resource/Eagle_Talon", "http://dbpedia.org/resource/Dodge_Stratus_coupe", "Chrysler Sebring coupe", "http://dbpedia.org/resource/Mitsubishi_ASX", "*Mitsubishi T-2", "http://dbpedia.org/resource/Mitsubishi_Fuso_Canter", "http://dbpedia.org/resource/Mitsubishi_Sigma", "http://dbpedia.org/resource/Mitsubishi_Diamante", "http://dbpedia.org/resource/Mitsubishi_Galant_FTO", "http://dbpedia.org/resource/Mitsubishi_Galant_GTO", "http://dbpedia.org/resource/Mitsubishi_Galant_Lambda", "http://dbpedia.org/resource/Mitsubishi_Galant_VR-4", "http://dbpedia.org/resource/Mitsubishi_Magna", "http://dbpedia.org/resource/Chrysler_Sigma", "http://dbpedia.org/resource/Proton_Perdana_(first_generation)", "http://dbpedia.org/resource/Mitsubishi_Legnum", "* Junkers G.38", "* Mitsubishi Ki-21", "Mitsubishi Lancer Evolution VII\u2013IX", "http://dbpedia.org/resource/Mitsubishi_Lancer_WRC", "http://dbpedia.org/resource/Mitsubishi_Racing_Lancer", "http://dbpedia.org/resource/Mitsubishi_Minicab", "http://dbpedia.org/resource/Mitsubishi_Pistachio", "http://dbpedia.org/resource/Mitsubishi_Toppo", "http://dbpedia.org/resource/Cushman_(company)", "http://dbpedia.org/resource/Wuling_LZ110", "http://dbpedia.org/resource/Dodge_Colt", "http://dbpedia.org/resource/Proton_Saga_(first_generation)", "http://dbpedia.org/resource/Eagle_Summit", "http://dbpedia.org/resource/Eagle_Vista", "Mitsubishi Lancer Evolution IV-VI", "http://dbpedia.org/resource/Mitsubishi_Eclipse_Cross", "http://dbpedia.org/resource/Mitsubishi_Pajero_Mini", "http://dbpedia.org/resource/Mitsubishi_Pajero_Junior", "http://dbpedia.org/resource/Mitsubishi_Minica", "http://dbpedia.org/resource/Mitsubishi_Dignity", "http://dbpedia.org/resource/Mitsubishi_Pajero_Evolution", "http://dbpedia.org/resource/Mitsubishi_Lancer_Evolution", "http://dbpedia.org/resource/Mitsubishi_Carisma", "http://dbpedia.org/resource/CMC_Veryca", "http://dbpedia.org/resource/Mitsubishi_Cordia", "http://dbpedia.org/resource/Mitsubishi_Pajero_Sport", "http://dbpedia.org/resource/Nissan_Sakura", "Mitsubishi eK", "Mitsubishi eK Space", "http://dbpedia.org/resource/Mitsubishi_Minicab_MiEV", "http://dbpedia.org/resource/Mitsubishi_i", "http://dbpedia.org/resource/Mazda_MX-5_(ND)", "MC-1 EV", "http://dbpedia.org/resource/Daihatsu_Mira_Gino", "http://dbpedia.org/resource/Infiniti_G20", "http://dbpedia.org/resource/Modenas_CT_series", "Modenas Ace 115", "Modenas Kristar", "http://dbpedia.org/resource/Monteverdi_High_Speed", "http://dbpedia.org/resource/Plymouth_Volare", "http://dbpedia.org/resource/Dodge_Aspen", "http://dbpedia.org/resource/Mercedes-Benz_W126", "http://dbpedia.org/resource/Morgan_4/4", "http://dbpedia.org/resource/Morgan_Plus_8", "http://dbpedia.org/resource/Morgan_+4", "http://dbpedia.org/resource/Morris_Oxford_MO", "http://dbpedia.org/resource/Morris_Oxford_Six", "http://dbpedia.org/resource/Morris_Oxford_bullnose", "http://dbpedia.org/resource/Morris_Oxford_flatnose", "http://dbpedia.org/resource/Morris_Oxford_series_III", "http://dbpedia.org/resource/Morris_Oxford_series_II", "Morris Oxford and Morris Twelve", "http://dbpedia.org/resource/Riley_One-Point-Five", "http://dbpedia.org/resource/Wolseley_1500", "http://dbpedia.org/resource/Wolseley_Hornet_six", "http://dbpedia.org/resource/Austin_Cambridge", "http://dbpedia.org/resource/Riley_4/68", "http://dbpedia.org/resource/Riley_4/72", "http://dbpedia.org/resource/Wolseley_4/50", "http://dbpedia.org/resource/Morris_Cowley", "http://dbpedia.org/resource/Hindustan_Ambassador", "Isis, Cowley", "Morris Fifteen Six", "http://dbpedia.org/resource/Morris_Isis", "http://dbpedia.org/resource/Wolseley_6/80", "http://dbpedia.org/resource/Wolseley_Ten", "http://dbpedia.org/resource/Morris_Ten", "http://dbpedia.org/resource/Izh_2125", "http://dbpedia.org/resource/Moskvitch_2141", "Opel Kadett K38", "http://dbpedia.org/resource/Moskvitch_410", "http://dbpedia.org/resource/Moskvitch_412", "http://dbpedia.org/resource/Moskvitch_402", "http://dbpedia.org/resource/Moskvitch_408", "http://dbpedia.org/resource/Moskvitch_404_Sport", "http://dbpedia.org/resource/Moskvitch_G1", "* Myasishchev VM-T", "http://dbpedia.org/resource/NIO_ES6", "http://dbpedia.org/resource/NIO_EC6", "http://dbpedia.org/resource/NSU_Spider", "http://dbpedia.org/resource/NSU_P10", "http://dbpedia.org/resource/NSU_P6", "*Nakajima A4N", "* Douglas DC-4E", "SEAT Ibiza Mk1", "http://dbpedia.org/resource/Campbell-Napier-Railton_Blue_Bird", "Napier-Campbell 'Blue Bird II'", "http://dbpedia.org/resource/Alvis-Healey", "http://dbpedia.org/resource/Nash_Statesman", "SEAT Toledo Mk. I", "http://dbpedia.org/resource/Chevrolet_C/K", "http://dbpedia.org/resource/Chevrolet_Kodiak", "GMC H6500", "Chevrolet Chevy II / Nova", "http://dbpedia.org/resource/Chevrolet_K5_Blazer", "http://dbpedia.org/resource/Chevrolet_Suburban", "Chevrolet K5 Blazer/Chevrolet Tahoe/GMC Yukon/Cadillac Escalade", "Chevrolet Veraneio", "http://dbpedia.org/resource/Chevrolet_Corvair", "Monza SS Spyder", "http://dbpedia.org/resource/Callaway_Cars", "http://dbpedia.org/resource/Daewoo_Kalos", "http://dbpedia.org/resource/Daewoo_Matiz", "http://dbpedia.org/resource/GMC_Granite", "http://dbpedia.org/resource/Chevrolet_Beat", "http://dbpedia.org/resource/Chevrolet_Trax", "http://dbpedia.org/resource/Chevrolet_Groove", "http://dbpedia.org/resource/Chrysler_PT_Cruiser", "http://dbpedia.org/resource/Plymouth_Caravelle", "http://dbpedia.org/resource/Chrysler_VIP", "http://dbpedia.org/resource/Chrysler_by_Chrysler", "Csepel D-346", "http://dbpedia.org/resource/Toyota_Crown", "http://dbpedia.org/resource/Toyota_Dyna", "http://dbpedia.org/resource/Toyota_FJ_Cruiser", "http://dbpedia.org/resource/Toyota_Tacoma_(N220)", "http://dbpedia.org/resource/Toyota_Tacoma_(N300)", "http://dbpedia.org/resource/Lexus_GX_470", "http://dbpedia.org/resource/Toyota_Land_Cruiser_Prado_(J120)", "http://dbpedia.org/resource/Toyota_Land_Cruiser_Prado_(J150)", "http://dbpedia.org/resource/Lexus_GX_(J150)", "http://dbpedia.org/resource/Toyota_Hilux_(N140)", "http://dbpedia.org/resource/Toyota_Hilux_(N30)", "http://dbpedia.org/resource/Toyota_Hilux_(N60)", "http://dbpedia.org/resource/Toyota_Hilux_(N80)", "http://dbpedia.org/resource/Toyota_Hilux_Sport_Rider", "http://dbpedia.org/resource/Toyota_Land_Cruiser_Prado_(J90)", "http://dbpedia.org/resource/Toyota_Tacoma_(N140)", "http://dbpedia.org/resource/1937_Ford", "http://dbpedia.org/resource/Toyota_G1", "http://dbpedia.org/resource/DKW_F7", "http://dbpedia.org/resource/Toyota_AE86", "http://dbpedia.org/resource/Toyota_Corolla_(E70)", "http://dbpedia.org/resource/Daihatsu_Charmant", "http://dbpedia.org/resource/Toyota_Sprinter_(E70)", "http://dbpedia.org/resource/Toyota_AE85", "http://dbpedia.org/resource/Toyota_Previa", "http://dbpedia.org/resource/Toyota_Yaris_(XP210)", "http://dbpedia.org/resource/Toyota_Yaris_Cross", "http://dbpedia.org/resource/Toyota_Sienta_(XP210)", "http://dbpedia.org/resource/Toyota_Camry_(XV40)", "http://dbpedia.org/resource/Toyota_Corolla_(E170)", "http://dbpedia.org/resource/Toyota_Corolla_Rumion", "http://dbpedia.org/resource/Lexus_CT", "http://dbpedia.org/resource/Toyota_Camry_(XV50)", "http://dbpedia.org/resource/Toyota_Camry_(XV70)", "http://dbpedia.org/resource/Lexus_ES_(XZ10)", "http://dbpedia.org/resource/Toyota_Raize", "http://dbpedia.org/resource/Toyota_Rush", "http://dbpedia.org/resource/Daihatsu_Taruna", "http://dbpedia.org/resource/Toyota_Yaris_Ativ_(AC100)", "http://dbpedia.org/resource/Scion_tC_(AT10)", "http://dbpedia.org/resource/Scion_tC_(AT20)", "http://dbpedia.org/resource/Toyota_Allion_(T240)", "http://dbpedia.org/resource/Toyota_Allion_(T260)", "http://dbpedia.org/resource/Toyota_Caldina_(T240)", "http://dbpedia.org/resource/Toyota_Corolla_Verso", "http://dbpedia.org/resource/Toyota_Premio_(T240)", "http://dbpedia.org/resource/Toyota_Premio_(T260)", "http://dbpedia.org/resource/Toyota_Sai", "http://dbpedia.org/resource/Toyota_Verso", "http://dbpedia.org/resource/Lexus_HS", "http://dbpedia.org/resource/Toyota_Carina_(T210)", "http://dbpedia.org/resource/Toyota_Celica_(T200)", "http://dbpedia.org/resource/Toyota_Ist", "http://dbpedia.org/resource/Daihatsu_Rugger", "http://dbpedia.org/resource/Daihatsu_Taft_(F10)", "http://dbpedia.org/resource/Toyota_Mark_II", "http://dbpedia.org/resource/Toyota_Origin", "http://dbpedia.org/resource/Toyota_Progr\u00e8s", "http://dbpedia.org/resource/Toyota_Verossa", "http://dbpedia.org/resource/Lexus_IS", "http://dbpedia.org/resource/Toyota_Corolla_(E210)", "http://dbpedia.org/resource/Toyota_Corolla_Cross", "http://dbpedia.org/resource/Lexus_UX", "http://dbpedia.org/resource/Toyota_Allion", "http://dbpedia.org/resource/Toyota_Avensis", "http://dbpedia.org/resource/Toyota_Premio", "http://dbpedia.org/resource/Toyota_Aurion_(XV40)", "http://dbpedia.org/resource/Toyota_Carina_(A40)", "http://dbpedia.org/resource/Toyota_Opa", "http://dbpedia.org/resource/Toyota_Supra_(A40)", "http://dbpedia.org/resource/Toyota_Celica_(A40)", "http://dbpedia.org/resource/Toyota_Avalon", "http://dbpedia.org/resource/Toyota_Camry_Solara_(XV20)", "http://dbpedia.org/resource/Lexus_ES_(XV20)", "http://dbpedia.org/resource/Toyota_Camry_Solara", "http://dbpedia.org/resource/Lexus_ES_(XV30)", "http://dbpedia.org/resource/Lexus_ES_(XV40)", "http://dbpedia.org/resource/Toyota_Caldina_(T190)", "http://dbpedia.org/resource/Toyota_Carina_ED", "http://dbpedia.org/resource/Toyota_Carina_ED_(T200)", "http://dbpedia.org/resource/Toyota_Carina_II", "http://dbpedia.org/resource/Toyota_Celica", "http://dbpedia.org/resource/Toyota_Corona", "http://dbpedia.org/resource/Toyota_Corona_(T190)", "http://dbpedia.org/resource/Toyota_Corona_(T200)", "http://dbpedia.org/resource/Toyota_Ipsum", "http://dbpedia.org/resource/Toyota_Celica_Camry", "http://dbpedia.org/resource/Toyota_Supra_(A60)", "http://dbpedia.org/resource/Toyota_Celica_(A20)", "http://dbpedia.org/resource/Toyota_Celica_(A60)", "http://dbpedia.org/resource/Toyota_Celica_(T160)", "http://dbpedia.org/resource/Toyota_Celica_(T180)", "http://dbpedia.org/resource/Toyota_Corona_(T150)", "http://dbpedia.org/resource/Toyota_Corona_(T170)", "http://dbpedia.org/resource/Toyota_Corona_Coupe", "http://dbpedia.org/resource/Toyota_Carina", "http://dbpedia.org/resource/Toyota_Corona_EXiV", "http://dbpedia.org/resource/Toyota_Curren", "http://dbpedia.org/resource/Toyota_Carina_(T190)", "http://dbpedia.org/resource/Toyota_Corona_EXiV_(T200)", "http://dbpedia.org/resource/Toyota_Supra", "http://dbpedia.org/resource/Toyota_Carina_E", "http://dbpedia.org/resource/Toyota_Corona_EXIV", "Toyota Carina ED", "2160000.0", "http://dbpedia.org/resource/Toyota_Cressida", "http://dbpedia.org/resource/Toyota_Cresta", "http://dbpedia.org/resource/Toyota_Hilux", "http://dbpedia.org/resource/Toyota_Mark_II_(X80)", "http://dbpedia.org/resource/Geo_Prizm", "http://dbpedia.org/resource/Holden_Nova", "http://dbpedia.org/resource/Toyota_Corolla_Spacio_(E110)", "http://dbpedia.org/resource/Pontiac_Vibe", "http://dbpedia.org/resource/Toyota_Corolla_Spacio_(E120)", "http://dbpedia.org/resource/Toyota_Matrix_(E130)", "http://dbpedia.org/resource/Toyota_C-HR", "http://dbpedia.org/resource/Toyota_GR_Corolla", "http://dbpedia.org/resource/Toyota_Prius_(XW50)", "http://dbpedia.org/resource/Toyota_Corolla_(E150)", "http://dbpedia.org/resource/Toyopet_Master", "http://dbpedia.org/resource/Toyota_Carina_(T170)", "http://dbpedia.org/resource/Toyota_Caldina_(T210)", "http://dbpedia.org/resource/Toyota_Carina_(T150)", "http://dbpedia.org/resource/Toyota_Chaser", "http://dbpedia.org/resource/Toyota_Crown_Kluger_(XU70)", "http://dbpedia.org/resource/Toyota_Crown_Majesta", "http://dbpedia.org/resource/Toyota_Highlander_(XU70)", "http://dbpedia.org/resource/Lexus_GS", "http://dbpedia.org/resource/Lexus_GS_(S190)", "http://dbpedia.org/resource/Toyota_Crown_Majesta_(S200)", "http://dbpedia.org/resource/Lexus_GS_(S140)", "http://dbpedia.org/resource/Lexus_GS_(S160)", "http://dbpedia.org/resource/Lexus_RX_(AL30)", "http://dbpedia.org/resource/Toyopet_Masterline", "http://dbpedia.org/resource/Toyota_Crown_Majesta_(S140)", "http://dbpedia.org/resource/Toyota_Crown_Majesta_(S150)", "http://dbpedia.org/resource/Toyota_Crown_Majesta_(S170)", "http://dbpedia.org/resource/Toyota_Crown_Majesta_(S180)", "http://dbpedia.org/resource/Toyota_Crown_Majesta_(S210)", "http://dbpedia.org/resource/Toyota_Kluger_(XU70)", "http://dbpedia.org/resource/Toyota_Aristo", "http://dbpedia.org/resource/Hongqi_H7", "http://dbpedia.org/resource/Toyota_Crown_(S140)", "http://dbpedia.org/resource/Toyota_Crown_(S150)", "http://dbpedia.org/resource/Toyota_Crown_(S170)", "http://dbpedia.org/resource/Toyota_Crown_(S180)", "http://dbpedia.org/resource/Toyota_Crown_(S200)", "http://dbpedia.org/resource/Toyota_Crown_(S210)", "Toyota BB/DB/FB buses", "Toyota DB/DR buses", "http://dbpedia.org/resource/Lexus_GX", "http://dbpedia.org/resource/Toyota_Innova", "http://dbpedia.org/resource/Toyota_Innova_(AN140)", "http://dbpedia.org/resource/Toyota_Hilux_(AN10)", "http://dbpedia.org/resource/Toyota_Hilux_(AN120)", "http://dbpedia.org/resource/Toyota_GR_Yaris", "http://dbpedia.org/resource/Toyota_GR010_Hybrid", "http://dbpedia.org/resource/Toyota_TS050_Hybrid", "http://dbpedia.org/resource/Toyota_Caldina", "http://dbpedia.org/resource/Toyota_Nadia", "http://dbpedia.org/resource/Lexus_NX_(AZ10)", "http://dbpedia.org/resource/Lexus_NX_(AZ20)", "http://dbpedia.org/resource/Toyota_RAV4_(XA40)", "http://dbpedia.org/resource/Toyota_RAV4_(XA50)", "http://dbpedia.org/resource/Toyota_ToyoAce", "http://dbpedia.org/resource/Toyota_HiMedic", "http://dbpedia.org/resource/Toyota_Sienna_(XL40)", "http://dbpedia.org/resource/Toyota_Crown_Crossover_(S235)", "http://dbpedia.org/resource/Lexus_RX_(AL20)", "http://dbpedia.org/resource/Toyota_Harrier_(XU60)", "http://dbpedia.org/resource/Volkswagen_Taro", "http://dbpedia.org/resource/Toyota_Classic", "http://dbpedia.org/resource/Toyota_Fortuner_(AN50)", "http://dbpedia.org/resource/Toyota_Kijang_(F40)", "http://dbpedia.org/resource/Toyota_Kijang_(F60)", "http://dbpedia.org/resource/Toyota_Trekker", "http://dbpedia.org/resource/Toyota_4Runner_(N120)", "http://dbpedia.org/resource/Toyota_4Runner_(N60)", "http://dbpedia.org/resource/Toyota_Innova_(AN40)", "http://dbpedia.org/resource/Toyota_4Runner_(N180)", "http://dbpedia.org/resource/Toyota_Fortuner_(AN150)", "http://dbpedia.org/resource/Toyota_Fortuner", "http://dbpedia.org/resource/Toyota_Gaia", "http://dbpedia.org/resource/Toyota_Sienta", "http://dbpedia.org/resource/Toyota_Hilux_(N50)", "http://dbpedia.org/resource/Toyota_Sequoia_(XK80)", "http://dbpedia.org/resource/Toyota_Tundra_(XK70)", "[[#M10", "[[#R10", "http://dbpedia.org/resource/Toyota_Brevis", "http://dbpedia.org/resource/Toyota_Comfort", "http://dbpedia.org/resource/Toyota_Mark_II_Blit", "http://dbpedia.org/resource/Toyota_Mark_II_(X110)", "http://dbpedia.org/resource/Toyota_Auris_(E150)", "http://dbpedia.org/resource/Toyota_RAV4_(XA30)", "http://dbpedia.org/resource/Toyota_Publica", "http://dbpedia.org/resource/Toyota_Vista_(V50)", "http://dbpedia.org/resource/Toyota_Altezza", "http://dbpedia.org/resource/Toyota_Sera", "http://dbpedia.org/resource/Toyota_Starlet", "http://dbpedia.org/resource/Toyota_Tercel", "http://dbpedia.org/resource/Scion_xA", "http://dbpedia.org/resource/Toyota_Vios_(XP40)", "http://dbpedia.org/resource/Toyota_ist_(XP60)", "http://dbpedia.org/resource/Toyota_Vitz_(XP130)", "http://dbpedia.org/resource/Toyota_Alphard", "http://dbpedia.org/resource/Toyota_Prius_Plug-in_Hybrid_(XW50)", "http://dbpedia.org/resource/Toyota_Mirai", "http://dbpedia.org/resource/Toyota_Prius_(XW30)", "http://dbpedia.org/resource/Toyota_Prius_V", "http://dbpedia.org/resource/Toyota_MiniAce", "http://dbpedia.org/resource/Toyota_Sports_800", "http://dbpedia.org/resource/Daihatsu_Consorte", "http://dbpedia.org/resource/Toyota_Harrier_(XU80)", "http://dbpedia.org/resource/Toyota_Venza_(XU80)", "Mitsuoka Buddy", "http://dbpedia.org/resource/Toyota_Vios", "http://dbpedia.org/resource/Toyota_ist", "http://dbpedia.org/resource/Toyota_SB", "http://dbpedia.org/resource/Toyota_FHJ", "http://dbpedia.org/resource/Toyota_RH", "http://dbpedia.org/resource/Toyota_SC", "http://dbpedia.org/resource/Toyota_SG", "http://dbpedia.org/resource/Toyota_FH24", "SA, SC", "http://dbpedia.org/resource/Toyota_Land_Cruiser_(J300)", "http://dbpedia.org/resource/Toyota_Tundra_(XK30)", "http://dbpedia.org/resource/Toyota_Tundra_(XK50)", "http://dbpedia.org/resource/Lexus_LX_(J310)", "http://dbpedia.org/resource/Toyota_Paseo", "http://dbpedia.org/resource/Toyota_Previa_(XR50)", "http://dbpedia.org/resource/Toyota_JPN_Taxi", "http://dbpedia.org/resource/Toyota_Aqua_(XP210)", "http://dbpedia.org/resource/Toyota_Supra_(A70)", "http://dbpedia.org/resource/Toyota_Supra_(A80)", "http://dbpedia.org/resource/Toyota_Corolla_E100", "http://dbpedia.org/resource/Toyota_Corolla_(E80)", "http://dbpedia.org/resource/Toyota_Tercel_(L30)", "http://dbpedia.org/resource/Toyota_Tercel_(L10)", "http://dbpedia.org/resource/Toyota_Tercel_(L40)", "http://dbpedia.org/resource/Toyota_Paseo_(L40)", "http://dbpedia.org/resource/Toyota_Publica_(P30)", "http://dbpedia.org/resource/Lexus_SC_(Z30)", "http://dbpedia.org/resource/Toyota_Carina_(A60)", "http://dbpedia.org/resource/Toyota_Soarer_(Z20)", "http://dbpedia.org/resource/Toyota_Soarer_(Z30)", "Ohno Naomi III", "http://dbpedia.org/resource/BMW_Z4_(G29)", "http://dbpedia.org/resource/Toyota_T100", "http://dbpedia.org/resource/Toyota_4Runner_(N210)", "http://dbpedia.org/resource/Toyota_4Runner_(N280)", "http://dbpedia.org/resource/Toyota_Sequoia_(XK30)", "http://dbpedia.org/resource/Toyota_Sequoia_(XK60)", "http://dbpedia.org/resource/Lexus_RX_(AL10)", "http://dbpedia.org/resource/Toyota_Veloz", "http://dbpedia.org/resource/Toyota_Avanza_(W100)", "http://dbpedia.org/resource/Toyota_Ractis_(XP120)", "http://dbpedia.org/resource/Toyota_Sienta_(XP170)", "http://dbpedia.org/resource/Toyota_Prius_c", "http://dbpedia.org/resource/Toyota_Vios_(XP90)", "http://dbpedia.org/resource/Toyota_Aygo_X", "http://dbpedia.org/resource/Toyota_bB_(XP30)", "http://dbpedia.org/resource/Scion_xB_(XP30)", "http://dbpedia.org/resource/Lexus_RZ", "http://dbpedia.org/resource/Toyota_7", "http://dbpedia.org/resource/Toyota_86", "http://dbpedia.org/resource/Toyota_MR2", "http://dbpedia.org/resource/Toyota_RAV4", "http://dbpedia.org/resource/Toyota_Soarer", "http://dbpedia.org/resource/Toyota_Coaster", "http://dbpedia.org/resource/Toyota_Funcargo", "http://dbpedia.org/resource/Toyota_Funcoupe", "http://dbpedia.org/resource/Toyota_Funtime", "http://dbpedia.org/resource/Toyota_TownAce_(R20)", "http://dbpedia.org/resource/Toyota_Aurion", "http://dbpedia.org/resource/Toyota_Highlander", "http://dbpedia.org/resource/Toyota_Sienna", "http://dbpedia.org/resource/Toyota_Tundra", "http://dbpedia.org/resource/Lexus_RX", "http://dbpedia.org/resource/TRD_Aurion", "http://dbpedia.org/resource/Toyota_ME.WE", "http://dbpedia.org/resource/Toyota_Sienna_(XL30)", "http://dbpedia.org/resource/Toyota_Tacoma", "http://dbpedia.org/resource/Toyota_Yaris_(DJ)", "http://dbpedia.org/resource/Toyota_Yaris_(XP150)", "http://dbpedia.org/resource/Toyota_Concept-i", "http://dbpedia.org/resource/Toyota_GR_Supra_GT4_Concept", "http://dbpedia.org/resource/Toyota_S-FR", "http://dbpedia.org/resource/Toyota_GR_Supra_Racing_Concept", "http://dbpedia.org/resource/Toyota_bZ4X", "http://dbpedia.org/resource/Toyota_Supra_(J29)", "http://dbpedia.org/resource/Toyota_i-unit", "http://dbpedia.org/resource/Volkswagen_Polo_Mk2", "http://dbpedia.org/resource/Wartburg_353", "http://dbpedia.org/resource/Zotye_SR7", "http://dbpedia.org/resource/Ruixiang_X5", "http://dbpedia.org/resource/Honda_Ballade", "http://dbpedia.org/resource/Triumph_GT6", "http://dbpedia.org/resource/Triumph_Herald", "http://dbpedia.org/resource/Triumph_Vitesse", "http://dbpedia.org/resource/Triumph_TR250", "http://dbpedia.org/resource/Triumph_Renown", "Standard Vanguard,", "http://dbpedia.org/resource/Triumph_TR2", "http://dbpedia.org/resource/Triumph_TR8", "http://dbpedia.org/resource/Triumph_TR7", "http://dbpedia.org/resource/Gutbrod_Superior", "http://dbpedia.org/resource/Aion_(marque)", "http://dbpedia.org/resource/Trumpchi_GA4", "http://dbpedia.org/resource/Alfa_Romeo_166", "http://dbpedia.org/resource/Trumpchi_GS3", "http://dbpedia.org/resource/Trumpchi_GA3S", "Trumpchi GS5 II", "http://dbpedia.org/resource/Trumpchi_GS8", "http://dbpedia.org/resource/Trumpchi_GS7", "* Tupolev TB-1\n* Tupolev ANT-8\n* Tupolev ANT-9", "* Tupolev TB-3\n* Tupolev R-6", "* Tupolev Tu-16\n* Tupolev Tu-107\n* Tupolev Tu-110\n* Tupolev Tu-124", "* Tupolev Tu-95\n* Tupolev Tu-126\n* Tupolev Tu-142", "*Tupolev Tu-104\n*Tupolev Tu-110\n*Tupolev Tu-134", "* Tupolev Tu-1\n* Tupolev Tu-8\n* Tupolev Tu-12", "* Tupolev Tu-114\n* Tupolev Tu-119\n* Tupolev Tu-126\n* Tupolev Tu-142", "http://dbpedia.org/resource/Turbo-Hydramatic_425", "Isuzu Journey M", "http://dbpedia.org/resource/Ford_XB_Falcon", "http://dbpedia.org/resource/Ford_6R_transmission", "http://dbpedia.org/resource/GM_6L50_transmission", "http://dbpedia.org/resource/GM_6L80_transmission", "http://dbpedia.org/resource/ZF_6HP_transmission", "http://dbpedia.org/resource/Fiat_124_Spider_(2016)", "http://dbpedia.org/resource/Honda_HR-V", "http://dbpedia.org/resource/Acura_TL", "http://dbpedia.org/resource/Honda_Odyssey_(North_America)", "http://dbpedia.org/resource/Honda_Pilot", "http://dbpedia.org/resource/Isuzu_Oasis", "http://dbpedia.org/resource/Acura_RSX", "http://dbpedia.org/resource/Honda_CR-V", "http://dbpedia.org/resource/Honda_Element", "http://dbpedia.org/resource/Honda_Integra", "http://dbpedia.org/resource/Seventh-generation_Honda_Civic", "http://dbpedia.org/resource/Sixth-generation_Honda_Civic", "http://dbpedia.org/resource/Honda_Civic_(ninth_generation)", "http://dbpedia.org/resource/Rover_800", "http://dbpedia.org/resource/Sterling_(car)", "http://dbpedia.org/resource/Honda_Ridgeline", "http://dbpedia.org/resource/Acura_ZDX", "http://dbpedia.org/resource/Honda_Spirior", "http://dbpedia.org/resource/Acura_TSX", "http://dbpedia.org/resource/Honda_Accord_(Japan_and_Europe_eighth_generation)", "http://dbpedia.org/resource/Honda_Accord_(Japan_and_Europe_seventh_generation)", "http://dbpedia.org/resource/Honda_Accord_(North_America_eighth_generation)", "http://dbpedia.org/resource/Honda_Accord_(North_America_seventh_generation)", "http://dbpedia.org/resource/Honda_Accord_(sixth_generation)", "http://dbpedia.org/resource/Honda_Inspire", "http://dbpedia.org/resource/Honda_Torneo", "http://dbpedia.org/resource/Acura_MDX", "http://dbpedia.org/resource/Dongfeng_Fengshen_AX3", "http://dbpedia.org/resource/Dongfeng_Fengshen_A30", "http://dbpedia.org/resource/Dongfeng_Fengshen_AX7", "http://dbpedia.org/resource/Dongfeng_Fengdu_MX5", "http://dbpedia.org/resource/Peugeot_408_(saloon)", "http://dbpedia.org/resource/Citro\u00ebn_Elys\u00e9e", "http://dbpedia.org/resource/Aeolus_Yixuan_GS", "http://dbpedia.org/resource/Aeolus_Yixuan", "* Northwest Ranger", "* Aero A.430\n* Aero A.101", "* Ae 02\n* Ae 04", "* Aero L-39 Albatros\n* Aero L-59 Super Albatros", "http://dbpedia.org/resource/Bugatti_Chiron", "http://dbpedia.org/resource/Bugatti_Divo", "http://dbpedia.org/resource/Bugatti_Vision_Gran_Turismo", "http://dbpedia.org/resource/Bugatti_Bolide", "http://dbpedia.org/resource/Bugatti_Centodieci", "http://dbpedia.org/resource/Bugatti_Mistral", "http://dbpedia.org/resource/Bugatti_EB_112", "http://dbpedia.org/resource/Edonis", "http://dbpedia.org/resource/Bugatti_EB_218", "http://dbpedia.org/resource/Bugatti_Type_57", "http://dbpedia.org/resource/Audi_Rosemeyer", "http://dbpedia.org/resource/Horse_and_buggy", "http://dbpedia.org/resource/Chevrolet_Camaro_(sixth_generation)", "http://dbpedia.org/resource/Cadillac_ATS-V", "Buick Skylark", "http://dbpedia.org/resource/Pontiac_Grand_Ville", "http://dbpedia.org/resource/McLaughlin_Motor_Car_Company", "http://dbpedia.org/resource/GMC_Sprint", "http://dbpedia.org/resource/Pontiac_Grand_Safari", "http://dbpedia.org/resource/Cadillac_DeVille", "http://dbpedia.org/resource/Cadillac_Calais", "http://dbpedia.org/resource/Cadillac_Eldorado", "http://dbpedia.org/resource/Cadillac_Fleetwood", "http://dbpedia.org/resource/Cadillac_Fleetwood_Brougham", "http://dbpedia.org/resource/Cadillac_Sixty_Special", "http://dbpedia.org/resource/Cadillac_De_Ville", "http://dbpedia.org/resource/Chevrolet_Aveo", "http://dbpedia.org/resource/Chevrolet_Tracker_(2019)", "http://dbpedia.org/resource/GMC_Terrain", "http://dbpedia.org/resource/Cadillac_XT4", "http://dbpedia.org/resource/Chevrolet_Seeker", "http://dbpedia.org/resource/Pontiac_Torpedo", "http://dbpedia.org/resource/Chevrolet_Kingswood_Estate", "http://dbpedia.org/resource/Buick_Y-Job", "http://dbpedia.org/resource/Cadillac_Series_60", "http://dbpedia.org/resource/Chevrolet_Nomad", "http://dbpedia.org/resource/Oldsmobile_F-Series", "http://dbpedia.org/resource/Chevrolet_Onix", "http://dbpedia.org/resource/Janney_(automobile)", "http://dbpedia.org/resource/T-Type", "http://dbpedia.org/resource/Oldsmobile_Super_88", "http://dbpedia.org/resource/Roewe_950", "http://dbpedia.org/resource/Pontiac_Strato_Chief", "http://dbpedia.org/resource/Oldsmobile_Dynamic_88", "http://dbpedia.org/resource/Buick_Invicta", "http://dbpedia.org/resource/Buick_Riviera", "http://dbpedia.org/resource/Cadillac_Series_355", "http://dbpedia.org/resource/Cadillac_Series_70", "http://dbpedia.org/resource/Cadillac_V-12", "http://dbpedia.org/resource/Buick_Series_80", "http://dbpedia.org/resource/Cadillac_DTS", "http://dbpedia.org/resource/Pontiac_G8", "http://dbpedia.org/resource/Holden_VE_Commodore", "GMC Envoy", "http://dbpedia.org/resource/Oldsmobile_Toronado", "Cadillac XTS", "Chevrolet Malibu", "Saab 9-5", "http://dbpedia.org/resource/Buick_Reatta", "http://dbpedia.org/resource/Buick_Limited", "http://dbpedia.org/resource/Cadillac_Series_65", "http://dbpedia.org/resource/Oldsmobile_L-Series", "http://dbpedia.org/resource/Buick_Series_90", "http://dbpedia.org/resource/Pontiac_Sunbird", "http://dbpedia.org/resource/Buick_Gran_Sport", "Chevrolet Chevelle", "http://dbpedia.org/resource/Pontiac_Streamliner", "http://dbpedia.org/resource/Buick_Sport_Wagon", "http://dbpedia.org/resource/Oldsmobile_Vista_Cruiser", "http://dbpedia.org/resource/Chevrolet_Menlo", "http://dbpedia.org/resource/Chevrolet_Bolt_EV", "http://dbpedia.org/resource/Chevrolet_Bolt_EUV", "http://dbpedia.org/resource/Buick_Envision", "http://dbpedia.org/resource/Buick_Excelle_XT", "Buick Excelle GT", "Buick Excelle GX", "Chevrolet Cruze", "Chevrolet Orlando", "Holden Astra", "Opel Astra", "Vauxhall Astra", "http://dbpedia.org/resource/Mitsubishi_Challenger", "http://dbpedia.org/resource/Mitsubishi_Triton", "http://dbpedia.org/resource/Cadillac_CTS", "Cadillac ATS", "http://dbpedia.org/resource/Cadillac_CTS-V", "http://dbpedia.org/resource/Cadillac_Deville", "http://dbpedia.org/resource/Buick_Lucerne", "http://dbpedia.org/resource/Cadillac_Ciel", "http://dbpedia.org/resource/Cadillac_CT6", "http://dbpedia.org/resource/GMC_Yukon", "http://dbpedia.org/resource/Chevrolet_Avalanche", "http://dbpedia.org/resource/Chevrolet_Silverado", "http://dbpedia.org/resource/Chevrolet_Tahoe", "http://dbpedia.org/resource/GMC_Yukon_XL", "http://dbpedia.org/resource/Hummer_H2", "http://dbpedia.org/resource/Chevrolet_Impala_SS", "http://dbpedia.org/resource/Cadillac_Evoq", "Cadillac Series 62 Cadillac Eldorado convertible", "http://dbpedia.org/resource/Saab_9-4X", "http://dbpedia.org/resource/Cadillac_STS", "Cadillac STS", "http://dbpedia.org/resource/Cadillac_V-16", "http://dbpedia.org/resource/Cadillac_Commercial_Chassis", "Series 70:", "Series 75:", "Series 80:", "Series 85:", "http://dbpedia.org/resource/Chevrolet_Corvette_(C6)", "http://dbpedia.org/resource/Chevrolet_Blazer", "http://dbpedia.org/resource/Cadillac_Series_75", "http://dbpedia.org/resource/Napier-Campbell_Blue_Bird", "http://dbpedia.org/resource/Campbell-Railton_Blue_Bird", "* Convair CV-240 family\n* Convair C-131 Samaritan", "http://dbpedia.org/resource/Caterham_Seven", "* Cessna 140\n* Cessna 172\n* Cessna O-1 Bird Dog", "* Cessna Citation series\n* Cessna Citation II", "* Cessna Citation Excel\n* Cessna Citation family\n* Cessna Citation II", "http://dbpedia.org/resource/Landwind_X2", "http://dbpedia.org/resource/Changan_CS75", "http://dbpedia.org/resource/Changan_Raeton_CC", "http://dbpedia.org/resource/Changan_Raeton", "http://dbpedia.org/resource/Changan_UNI-T", "http://dbpedia.org/resource/Senova_D50", "http://dbpedia.org/resource/Suzuki_Solio", "http://dbpedia.org/resource/Senova_X35", "http://dbpedia.org/resource/BAIC_BJ20", "http://dbpedia.org/resource/Checker_Marathon", "http://dbpedia.org/resource/Checker_Superba", "http://dbpedia.org/resource/Checker_Aerobus", "http://dbpedia.org/resource/Chery_Tiggo_3x", "http://dbpedia.org/resource/Chery_E5", "http://dbpedia.org/resource/Chery_Arrizo_GX", "http://dbpedia.org/resource/Chery_Arrizo_5", "http://dbpedia.org/resource/Cowin_Xuandu", "http://dbpedia.org/resource/Chery_V5", "http://dbpedia.org/resource/Chery_Arrizo_3", "http://dbpedia.org/resource/Chery_A5", "http://dbpedia.org/resource/Chery_Eastar_Cross", "http://dbpedia.org/resource/Chery_QQ6", "http://dbpedia.org/resource/Chery_QQme", "http://dbpedia.org/resource/Chery_eQ1", "http://dbpedia.org/resource/Riich_M1", "http://dbpedia.org/resource/Chery_QQ3", "Chery Fulwin 2 hatchback", "http://dbpedia.org/resource/Chery_Tiggo_7", "http://dbpedia.org/resource/Chery_Tiggo_8", "http://dbpedia.org/resource/Cowin_Showjet", "http://dbpedia.org/resource/Exeed_LX", "http://dbpedia.org/resource/Chery_Tiggo_5x", "http://dbpedia.org/resource/Chery_Eastar", "http://dbpedia.org/resource/Chevrolet_150", "http://dbpedia.org/resource/Chevrolet_Trax_(concept_car)", "http://dbpedia.org/resource/Chevrolet_Corsa", "http://dbpedia.org/resource/Chevrolet_Montana", "http://dbpedia.org/resource/GMC_Safari", "http://dbpedia.org/resource/Cadillac_Escalade_EXT", "http://dbpedia.org/resource/Cadillac_Escalade_ESV", "1958", "1959", "http://dbpedia.org/resource/Pontiac_Laurentian", "http://dbpedia.org/resource/Buick_Velite_7", "http://dbpedia.org/resource/Chevrolet_Parkwood", "http://dbpedia.org/resource/Chevrolet_Yeoman", "Chevrolet Delray sedan delivery", "http://dbpedia.org/resource/Cadillac_Escalade", "http://dbpedia.org/resource/Pontiac_Firebird_(first_generation)", "http://dbpedia.org/resource/Pontiac_Firebird_(second_generation)", "http://dbpedia.org/resource/Pontiac_Firebird_(third_generation)", "http://dbpedia.org/resource/Vauxhall_VXR8", "http://dbpedia.org/resource/Chevrolet_Brookwood", "http://dbpedia.org/resource/Chevrolet_Omega", "http://dbpedia.org/resource/Holden_Commodore_(VE)", "http://dbpedia.org/resource/Holden_Commodore_(VF)", "http://dbpedia.org/resource/Holden_Commodore_(VT)", "http://dbpedia.org/resource/Holden_Commodore_(VX)", "http://dbpedia.org/resource/Holden_Commodore_(VZ)", "http://dbpedia.org/resource/Pontiac_Sunfire", "http://dbpedia.org/resource/Pontiac_6000", "http://dbpedia.org/resource/Chevrolet_Agile", "http://dbpedia.org/resource/Acadian_(automobile)", "http://dbpedia.org/resource/Chevrolet_Opala", "http://dbpedia.org/resource/Holden_Kingswood", "Beaumont", "Buick Special", "Chevrolet El Camino", "Oldsmobile Cutlass", "Oldsmobile F-85", "http://dbpedia.org/resource/Saturn_Ion", "http://dbpedia.org/resource/Chevrolet_Sonic", "http://dbpedia.org/resource/Chevrolet_Cobalt_SS", "http://dbpedia.org/resource/Chevrolet_Spin", "http://dbpedia.org/resource/Cadillac_ATS", "http://dbpedia.org/resource/Cadillac_CT4", "http://dbpedia.org/resource/Cadillac_CT5", "http://dbpedia.org/resource/Carrozzeria_Scaglietti", "http://dbpedia.org/resource/Bill_Thomas_Cheetah", "http://dbpedia.org/resource/Superformance", "Duntov LightWeight", "Kellison J6 Panther", "http://dbpedia.org/resource/Bertone_Ramarro", "http://dbpedia.org/resource/Cadillac_XLR", "http://dbpedia.org/resource/Equus_Bass_770", "http://dbpedia.org/resource/IsoRivolta_GTZ", "http://dbpedia.org/resource/Buick_Verano", "http://dbpedia.org/resource/Chevrolet_Orlando", "http://dbpedia.org/resource/Chevrolet_Veraneio", "http://dbpedia.org/resource/Chevrolet_Bonanza", "http://dbpedia.org/resource/GMC_Caballero", "http://dbpedia.org/resource/GM_HydroGen4", "Chevrolet C/K (GMT400)", "Chevrolet Kodiak/GMC TopKick (GMT560)", "Chevrolet Silverado (GMT800)", "Chevrolet Fleetline", "Pontiac Fleetleader", "http://dbpedia.org/resource/Oldsmobile_Fiesta", "http://dbpedia.org/resource/Chevrolet_Express", "Chevrolet C/K  medium-duty", "Pontiac G8", "http://dbpedia.org/resource/Vauxhall_Insignia", "http://dbpedia.org/resource/Holden_Commodore_(ZB)", "http://dbpedia.org/resource/Oldsmobile_Cutlass_442", "http://dbpedia.org/resource/Chevrolet_Standard_Six", "http://dbpedia.org/resource/Buick_Velite_6", "http://dbpedia.org/resource/Opel_Combo", "http://dbpedia.org/resource/Opel_Meriva", "http://dbpedia.org/resource/Opel_Tigra", "http://dbpedia.org/resource/Buick_Excelle_GT", "http://dbpedia.org/resource/Buick_Excelle", "http://dbpedia.org/resource/Chevrolet_Cruze", "http://dbpedia.org/resource/Opel_Zafira_Tourer", "1961", "http://dbpedia.org/resource/GMC_Syclone", "http://dbpedia.org/resource/Chevrolet_S-10_EV", "http://dbpedia.org/resource/Grumman_LLV", "Chevrolet S-10", "GMC Sonoma", "Isuzu Hombre", "Opel Corsa B", "http://dbpedia.org/resource/Buick_Encore_GX", "http://dbpedia.org/resource/Buick_Envista", "http://dbpedia.org/resource/Chevrolet_Trailblazer_(crossover)", "http://dbpedia.org/resource/Chevrolet_Series_D", "http://dbpedia.org/resource/Oakland_Six", "http://dbpedia.org/resource/Pontiac_(automobile)", "http://dbpedia.org/resource/Little_(automobile)", "http://dbpedia.org/resource/Chevrolet_Series_490", "http://dbpedia.org/resource/Chevrolet_Series_FA", "http://dbpedia.org/resource/Chevrolet_Light_Six", "http://dbpedia.org/resource/GMC_Hummer_EV", "http://dbpedia.org/resource/VinFast_Fadil", "http://dbpedia.org/resource/Daewoo_Tico", "http://dbpedia.org/resource/Opel_Agila", "http://dbpedia.org/resource/Chevrolet_Master", "http://dbpedia.org/resource/Dartz", "http://dbpedia.org/resource/GMC_Sierra", "http://dbpedia.org/resource/T-98_Kombat", "Chevrolet Series M Copper-Cooled", "Oakland Six", "Pontiac Series 6-27", "Cadillac Escalade", "GMC Yukon XL", "Hummer H2", "http://dbpedia.org/resource/Chevrolet_Corvair_Monza_GT", "http://dbpedia.org/resource/Buick_Encore", "http://dbpedia.org/resource/Suzuki_Samurai", "http://dbpedia.org/resource/Suzuki_Escudo", "http://dbpedia.org/resource/Suzuki_Grand_Vitara", "http://dbpedia.org/resource/Suzuki_Jimny", "http://dbpedia.org/resource/Suzuki_Sidekick", "http://dbpedia.org/resource/Suzuki_Vitara", "http://dbpedia.org/resource/Suzuki_X-90", "Chevrolet Tracker", "http://dbpedia.org/resource/Chevrolet_Volt", "http://dbpedia.org/resource/Opel_Astra_J", "http://dbpedia.org/resource/Pontiac_Astre", "http://dbpedia.org/resource/Cadillac_ELR", "http://dbpedia.org/resource/Chevrolet_Malibu_Hybrid", "http://dbpedia.org/resource/Chrysler_Centura", "http://dbpedia.org/resource/Alfa_Romeo_Giulietta_(940)", "http://dbpedia.org/resource/Dodge_Dart_(PF)", "http://dbpedia.org/resource/Dodge_Journey", "http://dbpedia.org/resource/Mercedes-Benz_E-Class_(W211)", "http://dbpedia.org/resource/Dodge_Charger_(LX)", "Beijing Auto T8", "1954", "1962", "http://dbpedia.org/resource/B._S._Cunningham_Company", "http://dbpedia.org/resource/Chrysler_300_non-letter_series", "http://dbpedia.org/resource/Chrysler_Norseman", "http://dbpedia.org/resource/Facel_Vega_Excellence", "http://dbpedia.org/resource/Facel_Vega_FVS", "http://dbpedia.org/resource/Imperial_(automobile)", "engine and transmission only", "http://dbpedia.org/resource/DeSoto_Airflow", "http://dbpedia.org/resource/Chrysler_180", "Chrysler Sebring convertible", "http://dbpedia.org/resource/Chrysler_300M", "http://dbpedia.org/resource/Chrysler_LHS", "http://dbpedia.org/resource/Dodge_Intrepid", "http://dbpedia.org/resource/Eagle_Vision", "http://dbpedia.org/resource/Dodge_Mirada", "Dodge Charger, Dodge Coronet, Dodge Magnum, Dodge Monaco, Plymouth Fury", "http://dbpedia.org/resource/Plymouth_Gran_Fury", "Plymouth Caravelle", "http://dbpedia.org/resource/Chrysler_Imperial_Parade_Phaeton", "http://dbpedia.org/resource/Dodge", "http://dbpedia.org/resource/Chrysler_Concorde", "http://dbpedia.org/resource/Plymouth_Acclaim", "http://dbpedia.org/resource/Plymouth_Reliant", "http://dbpedia.org/resource/Shelby_Lancer", "http://dbpedia.org/resource/Chrysler", "http://dbpedia.org/resource/Chrysler_TC_by_Maserati", "http://dbpedia.org/resource/Dodge_Aries", "http://dbpedia.org/resource/Chrysler_Town_and_Country_(pre-1990)", "http://dbpedia.org/resource/Dodge_SRT-4", "http://dbpedia.org/resource/DeSoto_Fireflite", "http://dbpedia.org/resource/Chrysler_Executive", "http://dbpedia.org/resource/Chrysler_Falcon", "http://dbpedia.org/resource/Dodge_Custom_880", "http://dbpedia.org/resource/Dodge_Dynasty", "Chrysler 300L coupe", "Imperial Crown", "Imperial Le Baron", "http://dbpedia.org/resource/Plymouth_VIP", "http://dbpedia.org/resource/Chrysler_300L", "Plymouth VIP", "http://dbpedia.org/resource/Dodge_Neon", "http://dbpedia.org/resource/Dodge_SRT4", "http://dbpedia.org/resource/Plymouth_Voyager", "http://dbpedia.org/resource/Dodge_Grand_Caravan", "Chrysler 200 (UF)", "http://dbpedia.org/resource/DeSoto_Firesweep", "http://dbpedia.org/resource/Volga_Siber", "http://dbpedia.org/resource/Plymouth_Breeze", "http://dbpedia.org/resource/Chrysler_Cirrus", "Coupe:", "Convertible:", "Dodge Stratus coupe", "Dodge Stratus sedan", "Sedan & Convertible:", "http://dbpedia.org/resource/DeSoto_Six", "http://dbpedia.org/resource/Hillman_Avenger", "http://dbpedia.org/resource/Volkswagen_Routan", "http://dbpedia.org/resource/Chrysler_Pacifica", "http://dbpedia.org/resource/Chrysler_Grand_Voyager", "http://dbpedia.org/resource/Plymouth_Grand_Voyager", "http://dbpedia.org/resource/Chrysler_VF_VIP", "http://dbpedia.org/resource/Chrysler_VIP_(VG)", "Chrysler by Chrysler", "Chrysler Pacifica", "Chrysler Town & Country", "Dodge Caravan", "Volkswagen Routan", "http://dbpedia.org/resource/DeSoto_(automobile)", "http://dbpedia.org/resource/DeSoto_Series_S-10", "http://dbpedia.org/resource/Plymouth_De_Luxe", "http://dbpedia.org/resource/Chrysler_Pacifica_(crossover)", "http://dbpedia.org/resource/ERF_(truck_manufacturer)", "http://dbpedia.org/resource/Family_of_Medium_Tactical_Vehicles", "UTDC Percheron", "*Stinson Voyager", "http://dbpedia.org/resource/Studebaker_Lark", "http://dbpedia.org/resource/Studebaker_Champion", "http://dbpedia.org/resource/Studebaker_Champ", "http://dbpedia.org/resource/Studebaker_Wagonaire", "http://dbpedia.org/resource/Studebaker_Scotsman", "http://dbpedia.org/resource/Studebaker_Commander", "http://dbpedia.org/resource/Packard_Clipper", "http://dbpedia.org/resource/Studebaker_Power_Hawk", "http://dbpedia.org/resource/Studebaker_Hawk", "http://dbpedia.org/resource/Studebaker_Golden_Hawk", "http://dbpedia.org/resource/Studebaker_Gran_Turismo_Hawk", "http://dbpedia.org/resource/Studebaker_Silver_Hawk", "http://dbpedia.org/resource/Studebaker_Flight_Hawk", "http://dbpedia.org/resource/Packard_Hawk", "http://dbpedia.org/resource/Studebaker_President", "http://dbpedia.org/resource/Subaru_Sambar", "http://dbpedia.org/resource/Subaru_Leone", "http://dbpedia.org/resource/Subaru_Legacy_(third_generation)", "http://dbpedia.org/resource/Subaru_Impreza", "http://dbpedia.org/resource/Subaru_Levorg", "http://dbpedia.org/resource/Subaru_WRX", "http://dbpedia.org/resource/Subaru_WRX_(VA)", "http://dbpedia.org/resource/Subaru_Legacy", "http://dbpedia.org/resource/Subaru_FF-1_Star", "http://dbpedia.org/resource/Subaru_1000", "http://dbpedia.org/resource/Subaru_Crosstrek", "http://dbpedia.org/resource/Subaru_Exiga", "http://dbpedia.org/resource/Subaru_Tribeca", "http://dbpedia.org/resource/Subaru_Legacy_RS", "http://dbpedia.org/resource/Group_A", "http://dbpedia.org/resource/Subaru_Outback", "http://dbpedia.org/resource/Subaru_Ascent", "http://dbpedia.org/resource/Subaru_XT", "http://dbpedia.org/resource/Subaru_Lucra", "http://dbpedia.org/resource/Subaru_R1", "http://dbpedia.org/resource/Subaru_R2", "http://dbpedia.org/resource/Subaru_Stella", "http://dbpedia.org/resource/Daihatsu_Mira", "http://dbpedia.org/resource/Daihatsu_Tanto_Exe", "http://dbpedia.org/resource/Subaru_Justy", "http://dbpedia.org/resource/Subaru_Domingo", "http://dbpedia.org/resource/Subaru_360", "http://dbpedia.org/resource/Subaru_Pleo", "http://dbpedia.org/resource/Subaru_R-2", "http://dbpedia.org/resource/Subaru_Rex", "Subaru Levorg Facelift", "VIZIV Evolution", "*Sukhoi Su-7\n*Sukhoi Su-9\n*Sukhoi Su-15", "http://dbpedia.org/resource/Sunbeam-Talbot_80", "http://dbpedia.org/resource/Sunbeam-Talbot_2_Litre", "http://dbpedia.org/resource/Sunbeam-Talbot_90", "http://dbpedia.org/resource/Sunbeam_Tiger", "http://dbpedia.org/resource/Singer_Gazelle", "http://dbpedia.org/resource/Rootes_Arrow", "http://dbpedia.org/resource/Sunbeam_Alpine", "http://dbpedia.org/resource/Suzuki_Cervo", "http://dbpedia.org/resource/Suzuki_Lapin", "http://dbpedia.org/resource/Suzuki_Grand_Vitara_(2022)", "http://dbpedia.org/resource/Suzuki_SX4_S-Cross", "http://dbpedia.org/resource/Maruti_Suzuki_Wagon_R", "http://dbpedia.org/resource/Maruti_800", "http://dbpedia.org/resource/Suzuki_Mehran", "http://dbpedia.org/resource/Suzuki_Mighty_Boy", "http://dbpedia.org/resource/Suzuki_Swift", "http://dbpedia.org/resource/Suzuki_Dzire", "http://dbpedia.org/resource/Suzuki_Hayabusa", "http://dbpedia.org/resource/Suzuki_Formula_Hayabusa", "http://dbpedia.org/resource/Suzuki_Brezza", "http://dbpedia.org/resource/Suzuki_Vitara_(LY)", "http://dbpedia.org/resource/Suzuki_B-King", "http://dbpedia.org/resource/Suzuki_Kei", "http://dbpedia.org/resource/Maruti_Gypsy", "http://dbpedia.org/resource/Suzuki_Baleno_(subcompact)", "http://dbpedia.org/resource/Suzuki_Ertiga", "http://dbpedia.org/resource/Suzuki_Xbee", "http://dbpedia.org/resource/Suzuki_Palette", "http://dbpedia.org/resource/Changhe_Beidouxing", "http://dbpedia.org/resource/Suzuki_Spacia", "http://dbpedia.org/resource/Morgan_Plus_4", "http://dbpedia.org/resource/Standard_Vanguard", "http://dbpedia.org/resource/Ferguson_tractor", "Triumph TR2, TR3, TR4", "http://dbpedia.org/resource/KM1500", "http://dbpedia.org/resource/MG_3", "http://dbpedia.org/resource/Rover_25", "http://dbpedia.org/resource/Tata_Magic_Iris", "http://dbpedia.org/resource/Tata_Venture", "http://dbpedia.org/resource/Standard_Ten", "http://dbpedia.org/resource/Alfa_Romeo_Arna", "http://dbpedia.org/resource/Opel_Cascada", "http://dbpedia.org/resource/Opel_Zafira", "http://dbpedia.org/resource/Holden_Premier", "http://dbpedia.org/resource/Chevrolet_Constantia", "http://dbpedia.org/resource/Pontiac_J2000", "http://dbpedia.org/resource/Holden_Ute", "http://dbpedia.org/resource/Holden_VN_Commodore", "http://dbpedia.org/resource/Vauxhall_Carlton", "http://dbpedia.org/resource/Opel_Commodore", "http://dbpedia.org/resource/Opel_Rekord_Series_E", "Holden Special Vehicles GTS/Clubsport", "http://dbpedia.org/resource/Holden_Caprice_(VQ)", "http://dbpedia.org/resource/Holden_Utility_(VG)", "http://dbpedia.org/resource/Holden_Adventra", "http://dbpedia.org/resource/Holden_SSX", "http://dbpedia.org/resource/Isuzu_Bellett_Gemini", "http://dbpedia.org/resource/Opel_Gemini", "http://dbpedia.org/resource/Opel_Isuzu", "http://dbpedia.org/resource/Opel_K_180", "http://dbpedia.org/resource/Chevrolet_Gemini", "http://dbpedia.org/resource/Buick_Opel", "Chevrolet Spectrum", "Geo Spectrum", "Isuzu Gemini", "Isuzu I-Mark", "Pontiac Sunburst", "http://dbpedia.org/resource/Holden_One_Tonner", "http://dbpedia.org/resource/Holden_Belmont", "http://dbpedia.org/resource/Holden_SS", "http://dbpedia.org/resource/Holden_Sandman", "http://dbpedia.org/resource/Statesman_HQ", "http://dbpedia.org/resource/Statesman_HX", "http://dbpedia.org/resource/Statesman_HZ", "http://dbpedia.org/resource/Holden_Brougham", "http://dbpedia.org/resource/Statesman_(automobile)", "http://dbpedia.org/resource/Mazda_Roadpacer", "Chevrolet Constantia", "Chevrolet Kommando", "Holden Commodore", "http://dbpedia.org/resource/Acura_Vigor", "http://dbpedia.org/resource/Honda_Ascot", "http://dbpedia.org/resource/Honda_Vigor", "http://dbpedia.org/resource/Rover_600_Series", "http://dbpedia.org/resource/Rover_600", "Honda Crosstour", "http://dbpedia.org/resource/Acura_TLX", "http://dbpedia.org/resource/Rover_600_series", "http://dbpedia.org/resource/Honda_Vamos", "http://dbpedia.org/resource/Honda_Fit_Aria", "http://dbpedia.org/resource/Honda_Fit", "http://dbpedia.org/resource/Honda_BR-V", "http://dbpedia.org/resource/Honda_Brio", "http://dbpedia.org/resource/Honda_Mobilio", "http://dbpedia.org/resource/Honda_Rafaga", "http://dbpedia.org/resource/Honda_Odyssey_(international)", "http://dbpedia.org/resource/Honda_Amaze", "http://dbpedia.org/resource/Honda_Civic_(eleventh_generation)", "http://dbpedia.org/resource/Honda_Civic_(seventh_generation)", "http://dbpedia.org/resource/Honda_Civic_(sixth_generation)", "http://dbpedia.org/resource/Honda_FR-V", "http://dbpedia.org/resource/Honda_ZR-V", "Honda Integra DC5", "http://dbpedia.org/resource/Honda_Civic_(tenth_generation)", "http://dbpedia.org/resource/Acura_RDX", "http://dbpedia.org/resource/Honda_Civic_(eighth_generation)", "http://dbpedia.org/resource/Honda_Civic_(fifth_generation)", "http://dbpedia.org/resource/Honda_Insight", "http://dbpedia.org/resource/Honda_Fit_Hybrid", "http://dbpedia.org/resource/Honda_Logo", "http://dbpedia.org/resource/Honda_Airwave", "http://dbpedia.org/resource/Honda_Civic_(fourth_generation)", "http://dbpedia.org/resource/Honda_Crider", "http://dbpedia.org/resource/Honda_Fit_(second_generation)", "http://dbpedia.org/resource/Honda_Freed", "http://dbpedia.org/resource/Honda_WR-V", "http://dbpedia.org/resource/Honda_CR-V_(sixth_generation)", "http://dbpedia.org/resource/Honda_CR-V_(third_generation)", "http://dbpedia.org/resource/Honda_CR-X_del_Sol", "http://dbpedia.org/resource/Honda_City", "http://dbpedia.org/resource/Honda_Concerto", "http://dbpedia.org/resource/Honda_CR-X", "http://dbpedia.org/resource/Rover_200_/_25", "http://dbpedia.org/resource/Rover_400_/_45", "http://dbpedia.org/resource/Acura_ILX", "http://dbpedia.org/resource/Honda_CR-V_(fourth_generation)", "http://dbpedia.org/resource/Honda_Jade", "http://dbpedia.org/resource/Honda_Quint", "http://dbpedia.org/resource/Acura_EL", "http://dbpedia.org/resource/Honda_Integra_(fourth_generation)", "http://dbpedia.org/resource/Honda_Stream", "http://dbpedia.org/resource/Honda_Orthia", "http://dbpedia.org/resource/Honda_Partner", "http://dbpedia.org/resource/Rover_200", "http://dbpedia.org/resource/Isuzu_Vertex", "http://dbpedia.org/resource/Honda_CR-V_(fifth_generation)", "http://dbpedia.org/resource/Acura_CSX", "http://dbpedia.org/resource/Honda_Civic_Hybrid", "http://dbpedia.org/resource/Honda_FCX", "http://dbpedia.org/resource/MG_ZS_(2001)", "JDM Honda Odyssey (third generation)", "http://dbpedia.org/resource/Honda_Fit_Shuttle", "http://dbpedia.org/resource/Honda_Vezel", "http://dbpedia.org/resource/Acura_CDX", "http://dbpedia.org/resource/Honda_Capa", "http://dbpedia.org/resource/Honda_HSV-010_GT", "http://dbpedia.org/resource/Honda_NSX_(first_generation)", "http://dbpedia.org/resource/Honda_Crosstour", "US-spec Honda Accord", "http://dbpedia.org/resource/Honda_Prelude", "http://dbpedia.org/resource/Honda_S600", "http://dbpedia.org/resource/Honda_S800", "http://dbpedia.org/resource/Honda_T360", "http://dbpedia.org/resource/Sterling_(marque)", "http://dbpedia.org/resource/Honda_Elysion", "Honda Z 2nd generation", "http://dbpedia.org/resource/Honda_EV_Plus", "http://dbpedia.org/resource/Honda_Fit_(first_generation)", "http://dbpedia.org/resource/Honda_N-One", "http://dbpedia.org/resource/Honda_N-Van", "http://dbpedia.org/resource/Honda_N-WGN", "http://dbpedia.org/resource/Honda_S660", "http://dbpedia.org/resource/Honda_N-Box", "http://dbpedia.org/resource/Honda_HSC", "http://dbpedia.org/resource/Honda_Odyssey_(disambiguation)", "Honda Ascot CE series", "http://dbpedia.org/resource/Honda_StepWGN", "http://dbpedia.org/resource/Honda_T500", "http://dbpedia.org/resource/Honda_L700", "http://dbpedia.org/resource/Honda_L800", "Honda N800", "http://dbpedia.org/resource/Honda_S360", "http://dbpedia.org/resource/Honda_Life", "http://dbpedia.org/resource/Honda_N360", "http://dbpedia.org/resource/Microvan", "http://dbpedia.org/resource/Honda_Acty", "Mooku Reve", "http://dbpedia.org/resource/Hongqi_H5", "http://dbpedia.org/resource/Bestune_B70", "http://dbpedia.org/resource/Mazda_6", "Hongqi E-QM5", "Hongqi HS5", "http://dbpedia.org/resource/Hongqi_HS7", "Hongqi HQE, Hongqi N501", "http://dbpedia.org/resource/Daihatsu_Move", "http://dbpedia.org/resource/JAC_Ruiling", "http://dbpedia.org/resource/Weiwang_M20", "http://dbpedia.org/resource/Changhe_Freedom_M50", "http://dbpedia.org/resource/Weiwang_M30", "http://dbpedia.org/resource/Weiwang_M35", "http://dbpedia.org/resource/Bisu_M3", "http://dbpedia.org/resource/Huansu_S3", "http://dbpedia.org/resource/Huansu_S2", "http://dbpedia.org/resource/Senova_X55", "Bedford S type, Bedford RLHZ Self Propelled Pump, aka Green Goddess", "* CT-134 Musketeer\n* Beechcraft Duchess", "* Bell 222/230", "http://dbpedia.org/resource/Bentley_EXP_10_Speed_6", "http://dbpedia.org/resource/LAZ-695", "http://dbpedia.org/resource/LAZ-697", "http://dbpedia.org/resource/LAZ-699", "http://dbpedia.org/resource/LDV_Pilot", "http://dbpedia.org/resource/Leyland_DAF_200_Series", "http://dbpedia.org/resource/Freight_Rover_200_Series", "http://dbpedia.org/resource/LEVC_VN5", "http://dbpedia.org/resource/LEVC_TX", "*LWD Zuch", "*LWD Junak", "http://dbpedia.org/resource/Ferrari_Daytona_SP3", "http://dbpedia.org/resource/Ferrari_FXX-K", "http://dbpedia.org/resource/Cadillac", "http://dbpedia.org/resource/Lada_111", "http://dbpedia.org/resource/Lada_112", "http://dbpedia.org/resource/VAZ_2111", "Lada 110", "http://dbpedia.org/resource/Lada_Kalina", "http://dbpedia.org/resource/Lada_Granta", "http://dbpedia.org/resource/Lada_Niva", "http://dbpedia.org/resource/Chevrolet_Niva", "Lada Niva", "VIS-2346/2946", "http://dbpedia.org/resource/Fiat_124", "http://dbpedia.org/resource/SEAT_124", "http://dbpedia.org/resource/Bohse_Eurostar", "http://dbpedia.org/resource/Izh_27175", "http://dbpedia.org/resource/VIS-234500", "http://dbpedia.org/resource/Lada_Shuttle", "http://dbpedia.org/resource/VIS-234700", "http://dbpedia.org/resource/Lada_Largus", "http://dbpedia.org/resource/Lamborghini_Silhouette", "http://dbpedia.org/resource/Lamborghini_Centenario", "http://dbpedia.org/resource/Lamborghini_Countach_LPI_800-4", "http://dbpedia.org/resource/Lamborghini_Essenza_SCV12", "http://dbpedia.org/resource/Lamborghini_Si\u00e1n_FKP_37", "http://dbpedia.org/resource/Lamborghini_Veneno", "http://dbpedia.org/resource/Lamborghini_P140", "http://dbpedia.org/resource/Lamborghini_Aventador", "http://dbpedia.org/resource/Lamborghini_LM002", "http://dbpedia.org/resource/Lamborghini_400_GT", "http://dbpedia.org/resource/Audi_R8_(Type_4S)", "http://dbpedia.org/resource/Lamborghini_Espada", "http://dbpedia.org/resource/Lamborghini_Countach", "http://dbpedia.org/resource/Lamborghini_Miura", "http://dbpedia.org/resource/Lamborghini_Revent\u00f3n", "http://dbpedia.org/resource/Lamborghini_Murci\u00e9lago", "Daimler Light Twenty 16/20", "http://dbpedia.org/resource/Daimler_Conquest", "http://dbpedia.org/resource/Daimler_New_Fifteen", "Lanchester Fourteen Roadrider and Daimler New Fifteen", "Lanchester 15/18, , Daimler Fifteen, BSA Ten", "http://dbpedia.org/resource/Lancia_Flavia", "http://dbpedia.org/resource/Lancia_Astura", "http://dbpedia.org/resource/Lancia_Artena", "http://dbpedia.org/resource/Lancia_Trevi", "http://dbpedia.org/resource/Alfa_Romeo_145_and_146", "http://dbpedia.org/resource/Lancia_Prisma", "http://dbpedia.org/resource/Fiat_Bravo_(2007)", "http://dbpedia.org/resource/Fiat_Coup\u00e9", "Lancia Delta integrale \"Evoluzione\"", "http://dbpedia.org/resource/Lancia_Thesis", "http://dbpedia.org/resource/Lancia_Kappa_(1919)", "http://dbpedia.org/resource/Lancia_2000", "http://dbpedia.org/resource/Lancia_Beta", "http://dbpedia.org/resource/Lancia_Dikappa", "http://dbpedia.org/resource/Fiat_Marea", "http://dbpedia.org/resource/Lancia_Gamma", "http://dbpedia.org/resource/Lancia_Medusa", "http://dbpedia.org/resource/Lancia_037", "http://dbpedia.org/resource/Abarth_SE_030", "http://dbpedia.org/resource/Fiat_Idea", "http://dbpedia.org/resource/Fiat_Punto", "http://dbpedia.org/resource/Lancia_Stratos", "http://dbpedia.org/resource/Ferrari_F430", "http://dbpedia.org/resource/Lancia_Musa", "http://dbpedia.org/resource/Zastava_10", "http://dbpedia.org/resource/Land_Rover_Wolf", "http://dbpedia.org/resource/Santana_Motors", "http://dbpedia.org/resource/Iveco_Massif", "http://dbpedia.org/resource/MDT_David", "http://dbpedia.org/resource/Jaguar_E-Pace", "http://dbpedia.org/resource/Range_Rover_Evoque", "http://dbpedia.org/resource/Ford_Mondeo_(third_generation)", "* LaGG-1\n* Lavochkin La-5\n* Lavochkin La-7", "* Learjet 23\n* Learjet 25", "* Learjet 24\n* Learjet 28", "http://dbpedia.org/resource/GMC_Sonoma", "http://dbpedia.org/resource/GMC_Jimmy", "http://dbpedia.org/resource/Chevrolet_S-10", "http://dbpedia.org/resource/Ford_GT", "http://dbpedia.org/resource/Sunbeam-Talbot_Ten", "http://dbpedia.org/resource/Renault_Magnum", "Volvo B360S", "http://dbpedia.org/resource/Dudly_Bug", "http://dbpedia.org/resource/Mercedes-Benz_W111", "http://dbpedia.org/resource/Porsche_934/5", "http://dbpedia.org/resource/Wayne_Lifeguard", "ET7", "http://dbpedia.org/resource/Peugeot_Type_156", "http://dbpedia.org/resource/Peugeot_Type_10", "LO 2500 / LD 2500", "LO 2501 / LD 2501", "ZAZ-965", "http://dbpedia.org/resource/Stoewer_Sedina", "http://dbpedia.org/resource/Stoewer_Arkona", "http://dbpedia.org/resource/Monteverdi_Sierra", "http://dbpedia.org/resource/Dodge_Mini_Ram", "Chrysler Voyager", "Plymouth Voyager", "Dodge Mini Ram", "http://dbpedia.org/resource/Plymouth_Sapporo", "http://dbpedia.org/resource/Dodge_Rampage", "http://dbpedia.org/resource/Shelby_Charger", "http://dbpedia.org/resource/Shelby_GLHS", "http://dbpedia.org/resource/Charger_2+2", "http://dbpedia.org/resource/Omni_/_Charger_DeTomaso", "http://dbpedia.org/resource/Plymouth_Superbird", "http://dbpedia.org/resource/Dodge_Mayfair", "http://dbpedia.org/resource/Dodge_Regent", "http://dbpedia.org/resource/Shelby_Dakota", "http://dbpedia.org/resource/Mitsubishi_Raider", "http://dbpedia.org/resource/DeSoto_Diplomat", "Plymouth Savoy", "http://dbpedia.org/resource/Alfa_Romeo_Giulietta_(2010)", "Chrysler Laser", "Chrysler Daytona", "Chrysler GS", "http://dbpedia.org/resource/Jeep_Grand_Cherokee_(WK2)", "http://dbpedia.org/resource/Ram_Pickup", "Jeep Grand Cherokee", "Mercedes-Benz GL (X166)", "Mercedes-Benz ML (W166)", "Chrysler GTS", "Chrysler LeBaron", "Shelby Lancer", "http://dbpedia.org/resource/Plymouth_Caravelle_Salon", "Dodge Aries K", "Plymouth Caravelle K", "http://dbpedia.org/resource/Renault_21", "http://dbpedia.org/resource/Eagle_Premier", "http://dbpedia.org/resource/Renault_Premier", "Eagle Medallion/Renault Medallion", "Renault 25", "http://dbpedia.org/resource/Plymouth_Horizon_TC3", "http://dbpedia.org/resource/Plymouth_Scamp", "http://dbpedia.org/resource/Chrysler_Horizon", "http://dbpedia.org/resource/Dodge_440", "http://dbpedia.org/resource/Legacy_Classic_Trucks", "Dodge Ram 1500", "http://dbpedia.org/resource/Dodge_50_Series", "http://dbpedia.org/resource/Dodge_Ram", "http://dbpedia.org/resource/Dodge_D_Series", "http://dbpedia.org/resource/Shelby_CSX", "Sedan:", "Coup\u00e9:", "Chrysler Sebring coup\u00e9", "Chrysler Sebring sedan", "http://dbpedia.org/resource/Dodge_WC_series", "http://dbpedia.org/resource/Rinspeed_Veleno", "http://dbpedia.org/resource/VLF_Force_1", "http://dbpedia.org/resource/Dorcen_G60", "http://dbpedia.org/resource/Dorcen_G60E", "Nissan Diesel Condor CM series", "http://dbpedia.org/resource/Dongfeng_Fengguang_330S", "http://dbpedia.org/resource/Dongfeng_Fengguang_370", "http://dbpedia.org/resource/Dongfeng_Fengguang_330", "http://dbpedia.org/resource/Dongfeng_Fengxing_Jingyi_S50", "http://dbpedia.org/resource/Dongfeng_Oting", "http://dbpedia.org/resource/Peugeot_Pick_Up", "http://dbpedia.org/resource/Nissan_Serena", "http://dbpedia.org/resource/Hanteng_X5", "http://dbpedia.org/resource/Zotye_Domy_X7", "*Dornier Do 17\n*Dornier Do 217", "* Dornier Do 28", "*Douglas C-124 Globemaster II", "SportClassic series", "Duesenberg Model X", "http://dbpedia.org/resource/Duple_Laser", "http://dbpedia.org/resource/Duple_Calypso", "http://dbpedia.org/resource/Duple_Caribbean", "http://dbpedia.org/resource/Hillman_Hunter", "Singer Vogue", "http://dbpedia.org/resource/Sisu_KB-48", "http://dbpedia.org/resource/King_Long_Jockey", "http://dbpedia.org/resource/Smart_Roadster", "http://dbpedia.org/resource/Mikrus_MR-300", "http://dbpedia.org/resource/Soueast_V5_Lingzhi", "http://dbpedia.org/resource/Soueast_DX3", "http://dbpedia.org/resource/Soueast_A5", "http://dbpedia.org/resource/Crown_Supercoach", "http://dbpedia.org/resource/Ford_C4_transmission", "-3.0", "-6.0", "http://dbpedia.org/resource/Ford_Verona", "http://dbpedia.org/resource/Ford_Escort_(European)", "http://dbpedia.org/resource/Hindustan_Landmaster", "White House Service Badge", "http://dbpedia.org/resource/Hino_XL", "http://dbpedia.org/resource/Star_200", "http://dbpedia.org/resource/Star_244", "http://dbpedia.org/resource/International_DuraStar", "International 3200", "http://dbpedia.org/resource/Ikarbus_IK-202", "Ikarbus IK-203", "http://dbpedia.org/resource/Ikarbus_IK-201", "* Ilyushin Il-4\n* Ilyushin Il-6", "http://dbpedia.org/resource/Triumph_2000", "http://dbpedia.org/resource/Triumph_Spitfire", "http://dbpedia.org/resource/Ursus_C-45", "http://dbpedia.org/resource/Porsche_917", "http://dbpedia.org/resource/Siata_208_CS", "http://dbpedia.org/resource/Fiat_8V", "http://dbpedia.org/resource/Siata_208S", "http://dbpedia.org/resource/Fiat_1400_and_1900", "Cortina Cheetah", "http://dbpedia.org/resource/Chery_Arrizo_7", "http://dbpedia.org/resource/Orion-Ikarus_286", "http://dbpedia.org/resource/Crown_Firecoach", "Steyr 380", "http://dbpedia.org/resource/Divergent_Blade", "http://dbpedia.org/resource/SR_113_Bucegi", "http://dbpedia.org/resource/Tjorven_(vehicle)", "http://dbpedia.org/resource/IFA_F9", "http://dbpedia.org/resource/Toyota_EA", "http://dbpedia.org/resource/DKW_van", "http://dbpedia.org/resource/Peugeot_408_(P54)", "Citro\u00ebn C4 II", "http://dbpedia.org/resource/DS_6", "http://dbpedia.org/resource/Citro\u00ebn_DS5", "http://dbpedia.org/resource/Citro\u00ebn_C5_Aircross", "http://dbpedia.org/resource/Citro\u00ebn_C5", "http://dbpedia.org/resource/Dacia_1300", "http://dbpedia.org/resource/Dacia_1320", "http://dbpedia.org/resource/Dacia_1325", "http://dbpedia.org/resource/Dacia_Pick-Up", "Dacia 1320", "Dacia 1325", "Dacia 1310", "http://dbpedia.org/resource/Renault_Express_(2020)", "http://dbpedia.org/resource/Dacia_Lodgy", "http://dbpedia.org/resource/Renault_Duster_Oroch", "http://dbpedia.org/resource/Dacia_Logan", "http://dbpedia.org/resource/Renault_Kaptur", "http://dbpedia.org/resource/Dacia_Jogger", "Renault Clio II", "http://dbpedia.org/resource/Baojun_630", "http://dbpedia.org/resource/Daewoo_Magnus", "http://dbpedia.org/resource/Daewoo_Tosca", "http://dbpedia.org/resource/Daewoo_Nubira", "Suzuki Alto III", "http://dbpedia.org/resource/Daihatsu_Sigra", "http://dbpedia.org/resource/Perodua_Axia", "http://dbpedia.org/resource/Perodua_Bezza", "http://dbpedia.org/resource/Daihatsu_Thor", "http://dbpedia.org/resource/Innocenti_Mini", "http://dbpedia.org/resource/Daihatsu_Gran_Move", "http://dbpedia.org/resource/Daihatsu_Pyzar", "http://dbpedia.org/resource/Toyota_Corolla_(E20)", "http://dbpedia.org/resource/Toyota_Corolla_Levin_and_Toyota_Sprinter_Trueno", "http://dbpedia.org/resource/Daihatsu_Hijet", "http://dbpedia.org/resource/Daihatsu_Luxio", "http://dbpedia.org/resource/Daihatsu_Fellow", "http://dbpedia.org/resource/Daihatsu_New_Line", "http://dbpedia.org/resource/Daihatsu_Gran_Max", "http://dbpedia.org/resource/Daihatsu_Ceria", "http://dbpedia.org/resource/Daihatsu_Esse", "http://dbpedia.org/resource/Daihatsu_Leeza", "http://dbpedia.org/resource/Daihatsu_Mira_Cocoa", "http://dbpedia.org/resource/Daihatsu_Naked", "http://dbpedia.org/resource/Daihatsu_Opti", "http://dbpedia.org/resource/Perodua_Kancil", "http://dbpedia.org/resource/Perodua_Kelisa", "http://dbpedia.org/resource/Perodua_Viva", "http://dbpedia.org/resource/Daihatsu_Move_Conte", "http://dbpedia.org/resource/Daihatsu_Move_Latte", "http://dbpedia.org/resource/Daihatsu_Mira_e:S", "http://dbpedia.org/resource/Daihatsu_Mira_Tocot", "http://dbpedia.org/resource/Daihatsu_Fellow_Max", "http://dbpedia.org/resource/Daihatsu_Taft_(LA900)", "http://dbpedia.org/resource/Daihatsu_Tanto", "http://dbpedia.org/resource/Daihatsu_Xenia_(W100)", "http://dbpedia.org/resource/Daihatsu_Ayla", "http://dbpedia.org/resource/Daihatsu_YRV", "http://dbpedia.org/resource/Daihatsu_Move_Canbus", "http://dbpedia.org/resource/Daihatsu_Xenia", "http://dbpedia.org/resource/Daihatsu_Boon", "http://dbpedia.org/resource/Daihatsu_Light_Bus", "http://dbpedia.org/resource/Daihatsu_Storia", "Daimler DC 27 ambulance", "Daimler DC, Daimler DH", "Daimler DE 27", "Daimler Majestic Major DQ450", "http://dbpedia.org/resource/Lanchester_Motor_Company", "http://dbpedia.org/resource/Daimler_DR450", "http://dbpedia.org/resource/Daimler_Majestic_Major", "DF316 with bigger V8 engine", "lengthened DQ450", "Daimler Majestic DF316 3.8-litre 6-cyl.", "http://dbpedia.org/resource/Lanchester_Fourteen", "http://dbpedia.org/resource/Jaguar_XJ6", "9", "14", "http://dbpedia.org/resource/Great_Wall_Safe", "http://dbpedia.org/resource/Haval_H1", "http://dbpedia.org/resource/Great_Wall_Deer", "http://dbpedia.org/resource/Great_Wall_Sing", "* Bede BD-1\n* Grumman American AA-1\n* Gulfstream American GA-7 Cougar", "KurbWatt, Kubvan", "http://dbpedia.org/resource/Gurgel_Motomachine", "http://dbpedia.org/resource/Albion_Viking_VK", "Aston Martin DB4 GT", "http://dbpedia.org/resource/Aston_Martin_DB4_GT_Jet", "http://dbpedia.org/resource/Dodge_Viper_(ZB_I)", "http://dbpedia.org/resource/Sunbeam_Rapier", "http://dbpedia.org/resource/Commer_Cob", "http://dbpedia.org/resource/Commer_Imp_Van", "http://dbpedia.org/resource/Hillman_Imp", "Bond 875", "Clan Crusader", "BS Nymph", "Ginetta G15", "Beach Mk4", "Davrian Demon/Imp", "Siva Llama", "http://dbpedia.org/resource/Commer_Express_Delivery_Van", "http://dbpedia.org/resource/Commer_Light_Pick-up", "http://dbpedia.org/resource/Hillman_Gazelle", "http://dbpedia.org/resource/Hillman_Husky", "http://dbpedia.org/resource/Singer_New_Gazelle", "http://dbpedia.org/resource/Humber_Sceptre", "http://dbpedia.org/resource/Singer_Vogue", "Humber Vogue", "http://dbpedia.org/resource/Vauxhall_Victor_FE", "Hino Commerce", "http://dbpedia.org/resource/Hino_Briska", "Hino BH10 bus", "http://dbpedia.org/resource/Hino_600", "http://dbpedia.org/resource/CityCar", "http://dbpedia.org/resource/Hispano-Suiza_H6", "M422 \"Mighty Mite\" contemporary", "M757, M791", "M-967, M-969", "MAN Lion's Classic", "MAN NDxx3 Lion's City DD", "http://dbpedia.org/resource/Mercedes-Benz_O405N", "http://dbpedia.org/resource/MAN_NL202", "http://dbpedia.org/resource/MAN_Lion's_City", "MAN SG 310", "http://dbpedia.org/resource/MAZ-504", "http://dbpedia.org/resource/MAZ-530", "http://dbpedia.org/resource/Roewe_350", "http://dbpedia.org/resource/Roewe_i5", "http://dbpedia.org/resource/Roewe_550", "http://dbpedia.org/resource/Roewe_i6", "http://dbpedia.org/resource/Roewe_RX5", "http://dbpedia.org/resource/MG_5", "http://dbpedia.org/resource/Roewe_360", "http://dbpedia.org/resource/Siam_Di_Tella", "http://dbpedia.org/resource/Wolseley_16/60", "http://dbpedia.org/resource/Austin-Healey_Sprite", "http://dbpedia.org/resource/Qvale_Mangusta", "http://dbpedia.org/resource/MG3_SW", "http://dbpedia.org/resource/Rover_Streetwise", "http://dbpedia.org/resource/Roewe_RX3", "Mack Super-Liner", "Mack DM Series", "Mack U Series", "http://dbpedia.org/resource/Mahindra_Quanto", "http://dbpedia.org/resource/Mahindra_Xylo", "Mahindra Supro", "http://dbpedia.org/resource/Mahindra_TUV300", "http://dbpedia.org/resource/Mahindra_Thar", "http://dbpedia.org/resource/Mahindra_Bolero", "http://dbpedia.org/resource/Mahindra_Bolero_Neo", "http://dbpedia.org/resource/Mahindra_Scorpio_Getaway", "http://dbpedia.org/resource/Mahindra_Roxor", "http://dbpedia.org/resource/SsangYong_Tivoli", "http://dbpedia.org/resource/Mahindra_Genio", "http://dbpedia.org/resource/Briggs_&_Stratton_Raptor", "http://dbpedia.org/resource/Briggs_&_Stratton_World_Formula", "http://dbpedia.org/resource/Bristol_603", "http://dbpedia.org/resource/Bedford_CF", "http://dbpedia.org/resource/Bristol_412", "http://dbpedia.org/resource/Cadillac_Elmiraj", "Wolseley 12-48", "Wolseley 15/60", "Austin A55 Cambridge Mark II", "Morris Oxford V", "Siam Di Tella 1500 Argentina", "http://dbpedia.org/resource/Riley_12/6", "http://dbpedia.org/resource/Austin_Lancer", "http://dbpedia.org/resource/Morris_Major", "http://dbpedia.org/resource/Pininfarina_Battista", "http://dbpedia.org/resource/Rivian_R1T", "http://dbpedia.org/resource/Rivian_R1S", "* Robin DR.200", "http://dbpedia.org/resource/MG_6", "http://dbpedia.org/resource/Roewe_RX5_Max", "http://dbpedia.org/resource/MG_GS", "http://dbpedia.org/resource/Roewe_Jing", "MG HS", "http://dbpedia.org/resource/SsangYong_Kyron", "http://dbpedia.org/resource/Rolls-Royce_Phantom_(eighth_generation)", "http://dbpedia.org/resource/Bentley_T-series", "http://dbpedia.org/resource/Bentley_Continental", "http://dbpedia.org/resource/Rolls-Royce_Phantom_VIII", "http://dbpedia.org/resource/Rolls-Royce_Boat_Tail", "http://dbpedia.org/resource/Rolls-Royce_Cullinan", "http://dbpedia.org/resource/Rolls-Royce_Phantom_Coup\u00e9", "http://dbpedia.org/resource/Rolls-Royce_Phantom_Drophead_Coup\u00e9", "http://dbpedia.org/resource/Bentley_S1", "http://dbpedia.org/resource/Bentley_S3", "http://dbpedia.org/resource/Bentley_S2", "http://dbpedia.org/resource/Bentley_Mark_VI", "http://dbpedia.org/resource/Bentley_R_Type", "http://dbpedia.org/resource/Rolls-Royce_Silver_Wraith", "http://dbpedia.org/resource/Rolls-Royce_armoured_car", "Rolls-Royce Silver Wraith II", "http://dbpedia.org/resource/Bentley_Brooklands", "http://dbpedia.org/resource/Bentley_Mulsanne_(1980\u201392)", "http://dbpedia.org/resource/Bentley_Turbo_R", "http://dbpedia.org/resource/Rolls-Royce_Phantom_VII", "http://dbpedia.org/resource/Freightliner_FS-65", "Freightliner FLC112", "Mercedes-Benz LKN", "http://dbpedia.org/resource/Freightliner_C2", "http://dbpedia.org/resource/Bitter_Cars", "http://dbpedia.org/resource/Plymouth_Sundance", "http://dbpedia.org/resource/Dodge_Shadow", "http://dbpedia.org/resource/Holden_VB_Commodore", "http://dbpedia.org/resource/Holden_VC_Commodore", "http://dbpedia.org/resource/Holden_VH_Commodore", "* Fokker F28 Fellowship\n* Fokker 100", "http://dbpedia.org/resource/Mercedes-Benz_TN", "Mercedes-Benz Sprinter T1N", "Mercedes-Benz TN", "Shaktiman 400", "Volkswagen LT", "http://dbpedia.org/resource/ZF_6HP26_transmission", "Aisin AWTF-80 SC Transmission GM 6L50 Transmission GM 6L80 Transmission", "http://dbpedia.org/resource/Ford_GE1_platform", "http://dbpedia.org/resource/Ford_C6_transmission", "http://dbpedia.org/resource/Special_Service_Package", "http://dbpedia.org/resource/Special_Service_Vehicles_(SSVs)", "http://dbpedia.org/resource/Police_Package_Vehicles", "http://dbpedia.org/resource/Ford_Rhein", "http://dbpedia.org/resource/Ford_Escort_RS_Cosworth", "http://dbpedia.org/resource/Heron_Europa", "http://dbpedia.org/resource/Saturn_Sky", "Isuzu Erga", "Hino Blue Ribbon RC Series", "http://dbpedia.org/resource/Hino_Poncho", "http://dbpedia.org/resource/Isuzu_Journey-J", "http://dbpedia.org/resource/Isuzu_Gala_Mio", "http://dbpedia.org/resource/Hino_Liesse", "http://dbpedia.org/resource/Isuzu_Erga", "Isuzu Erga Mio", "http://dbpedia.org/resource/Isuzu_Gala", "http://dbpedia.org/resource/Bering_Aero_City", "http://dbpedia.org/resource/Bering_Global_900", "http://dbpedia.org/resource/Hyundai_Aero_City", "http://dbpedia.org/resource/Bering_HD", "http://dbpedia.org/resource/Bering_HDMX", "http://dbpedia.org/resource/Bering_MS", "http://dbpedia.org/resource/Kia_Rhino", "http://dbpedia.org/resource/IFA_H3A", "http://dbpedia.org/resource/IFA_H6B", "http://dbpedia.org/resource/Sd.Kfz._11", "http://dbpedia.org/resource/IFA_H3B", "http://dbpedia.org/resource/Lancia_1Z", "http://dbpedia.org/resource/Lancia_Theta-35HP", "* A-4 Skyhawk\n* A-4SU Super Skyhawk\n* Project Kahu", "http://dbpedia.org/resource/Exeed_VX", "http://dbpedia.org/resource/Exeed_TX", "* EKW C-36", "404", "http://dbpedia.org/resource/Humvee", "http://dbpedia.org/resource/FPV_GT", "http://dbpedia.org/resource/Ford_Falcon_XR6_Turbo", "Polski Fiat 125p", "http://dbpedia.org/resource/Nysa_(van)", "http://dbpedia.org/resource/GAZ-M20_Pobeda", "http://dbpedia.org/resource/FSC_\u017buk", "http://dbpedia.org/resource/FSR_Tarpan", "* Chase XCG-20\n* Chase XC-123A\n* Stroukoff YC-134", "*Fairchild C-119 Flying Boxcar\n*Fairchild XC-120 Packplane", "* Dornier 328\n* Fairchild Dornier 428JET\n* Lockheed Martin X-55\n* Fairchild Dornier 728 family", "http://dbpedia.org/resource/Fengguang_ix5", "http://dbpedia.org/resource/DFSK_Fengon_ix7", "http://dbpedia.org/resource/Fengon_580", "http://dbpedia.org/resource/Ferrari_166_MM", "250", "330", "http://dbpedia.org/resource/Ferrari_225_S", "http://dbpedia.org/resource/Ferrari_308_GTB/GTS", "http://dbpedia.org/resource/Ferrari_288_GTO", "http://dbpedia.org/resource/Ferrari_GT4", "http://dbpedia.org/resource/Ferrari_Mondial", "500", "http://dbpedia.org/resource/Ferrari_365_GTC/4", "http://dbpedia.org/resource/Ferrari_Daytona", "http://dbpedia.org/resource/Ferrari_365_P2", "http://dbpedia.org/resource/Ferrari_550", "http://dbpedia.org/resource/Ferrari_SF90_Stradale", "http://dbpedia.org/resource/Ferrari_456", "http://dbpedia.org/resource/Ferrari_599XX", "http://dbpedia.org/resource/Ferrari_612_Scaglietti", "http://dbpedia.org/resource/Ferrari_599", "http://dbpedia.org/resource/Ferrari_Monza_SP", "Ferrari 500 Superfast", "http://dbpedia.org/resource/Ferrari_FF", "http://dbpedia.org/resource/Ferrari_333_SP", "http://dbpedia.org/resource/Ferrari_F50_GT", "http://dbpedia.org/resource/Ferrari_F50", "http://dbpedia.org/resource/Ferrari_F12", "http://dbpedia.org/resource/Maserati_MC12_Corsa", "http://dbpedia.org/resource/LaFerrari", "208", "http://dbpedia.org/resource/Ferrari_328", "http://dbpedia.org/resource/Ferrari_348", "http://dbpedia.org/resource/Ferrari_812_Superfast", "http://dbpedia.org/resource/Ferrari_Testarossa", "http://dbpedia.org/resource/Ferrari_Portofino", "http://dbpedia.org/resource/Premier_Padmini", "http://dbpedia.org/resource/Neckar_Europa", "http://dbpedia.org/resource/Simca_8", "http://dbpedia.org/resource/VAZ-2101", "http://dbpedia.org/resource/VAZ-2103", "Murat 124/Tofa\u015f Ser\u00e7e", "Premier 118NE", "VAZ-2105 / VAZ-2107", "http://dbpedia.org/resource/SEAT_124_Sport", "http://dbpedia.org/resource/Zhiguli_(car_brand)", "Zastava 125pz", "http://dbpedia.org/resource/SEAT_133", "http://dbpedia.org/resource/Fiat_X1/9", "http://dbpedia.org/resource/SEAT_1500", "Zastava 1300", "http://dbpedia.org/resource/Tofa\u015f_\u015eahin", "http://dbpedia.org/resource/SEAT_131", "Tofa\u015f Do\u011fan", "Tofa\u015f Kartal", "Tofa\u015f Murat 131", "http://dbpedia.org/resource/SEAT_132", "http://dbpedia.org/resource/SEAT_1400", "http://dbpedia.org/resource/Fiat_Fiorino", "http://dbpedia.org/resource/Fiat_Oggi", "http://dbpedia.org/resource/Fiat_Panorama", "http://dbpedia.org/resource/Fiat_1800/2100", "http://dbpedia.org/resource/Vignale_Gamine", "http://dbpedia.org/resource/Autobianchi_Bianchina", "http://dbpedia.org/resource/NSU/Fiat_Weinsberg_500", "http://dbpedia.org/resource/Fiat_Tipo_(2015)", "http://dbpedia.org/resource/Simca_5", "http://dbpedia.org/resource/Simca_6", "http://dbpedia.org/resource/Fiat_Uno", "Fiat 500", "http://dbpedia.org/resource/Fiat_502", "http://dbpedia.org/resource/Fiat_501", "http://dbpedia.org/resource/Fiat_527", "Fiat 518 Ardita", "http://dbpedia.org/resource/Fiat_850", "http://dbpedia.org/resource/SEAT_600", "http://dbpedia.org/resource/Zastava_750", "208.0", "http://dbpedia.org/resource/Fiat_Perla", "http://dbpedia.org/resource/Zotye_Z200", "http://dbpedia.org/resource/Fiat_Palio", "http://dbpedia.org/resource/Fiat_Siena", "http://dbpedia.org/resource/Fiat_Strada", "http://dbpedia.org/resource/Fiat_Multipla", "http://dbpedia.org/resource/Dino_206_GT_and_246_GT", "http://dbpedia.org/resource/Lancia_Y", "http://dbpedia.org/resource/Fiat_Linea", "http://dbpedia.org/resource/SEAT_127", "http://dbpedia.org/resource/Fiat_147", "http://dbpedia.org/resource/Fiat_Duna", "Opel Corsa D", "*Fiat G.212", "http://dbpedia.org/resource/Alfa_Romeo_MiTo", "http://dbpedia.org/resource/Fiat_Bravo/Brava", "Zotye Multipla", "http://dbpedia.org/resource/SEAT_Panda", "http://dbpedia.org/resource/Fiat_Barchetta", "http://dbpedia.org/resource/Fiat_Dobl\u00f2", "http://dbpedia.org/resource/Fiat_Ritmo", "http://dbpedia.org/resource/SEAT_M\u00e1laga", "http://dbpedia.org/resource/SEAT_Malaga", "http://dbpedia.org/resource/Fiat_Regata", "http://dbpedia.org/resource/SEAT_Ronda", "http://dbpedia.org/resource/Fiat_Cinquecento", "http://dbpedia.org/resource/Fiat_Mobi", "http://dbpedia.org/resource/Fiat_Elba", "http://dbpedia.org/resource/Fiberfab_Avenger_GT", "http://dbpedia.org/resource/VLF_Destino", "Fisker Sunset]]", "Fisker Surf]]", "[[#Fisker Sunset", "[[#Fisker Surf", "http://dbpedia.org/resource/Foday_Lion_F22", "http://dbpedia.org/resource/Foday_Landfort", "* Fokker 70", "*Fokker E.II\n*Fokker M.5", "*Fokker E.II\n*Fokker E.IV", "*Avro 618 Ten\n*Fokker F.10", "http://dbpedia.org/resource/Ikarus_260", "http://dbpedia.org/resource/Jelcz_M125M/4_CNG", "http://dbpedia.org/resource/Berliet_PR100", "http://dbpedia.org/resource/Jensen_GT", "engine and transmission", "http://dbpedia.org/resource/Jensen_Interceptor", "http://dbpedia.org/resource/Jensen-Healey", "http://dbpedia.org/resource/Jensen_FF", "http://dbpedia.org/resource/Jetour_X95", "http://dbpedia.org/resource/Jetour_X90", "http://dbpedia.org/resource/Jetta_VS7", "http://dbpedia.org/resource/Volkswagen_Tiguan_Allspace", "http://dbpedia.org/resource/SWM_X3", "http://dbpedia.org/resource/Jinbei_Haixing_X30", "http://dbpedia.org/resource/Jinbei_Granse", "http://dbpedia.org/resource/Jinbei_Xinkuaiyun", "http://dbpedia.org/resource/Leopaard_Mattu", "http://dbpedia.org/resource/Mitsubishi_Pajero_iO", "http://dbpedia.org/resource/Leopaard_CS10", "http://dbpedia.org/resource/Toyota_Auris_(E180)", "http://dbpedia.org/resource/Toyota_Avalon_(XX30)", "http://dbpedia.org/resource/Toyota_Avalon_(XX40)", "http://dbpedia.org/resource/Toyota_Camry_(XV10)", "http://dbpedia.org/resource/Toyota_Camry_(XV20)", "http://dbpedia.org/resource/Toyota_Camry_(XV30)", "http://dbpedia.org/resource/Toyota_Avalon_(XX50)", "Toyota Avalon (XX20)", "http://dbpedia.org/resource/Lexus_RC", "http://dbpedia.org/resource/Lexus_LS_(XF50)", "http://dbpedia.org/resource/Lexus_LC", "http://dbpedia.org/resource/Toyota_Century_(G60)", "http://dbpedia.org/resource/Toyota_Wildlander", "http://dbpedia.org/resource/Lexus_GS_(L10)", "http://dbpedia.org/resource/Lexus_IS_(XE30)", "http://dbpedia.org/resource/Toyota_Highlander_(XU50)", "http://dbpedia.org/resource/Toyota_Venza", "http://dbpedia.org/resource/Lifan_530", "http://dbpedia.org/resource/Ford_F-Series_(tenth_generation)", "http://dbpedia.org/resource/Lincoln_Custom", "http://dbpedia.org/resource/Lincoln_Mark_series", "Lincoln Premiere", "http://dbpedia.org/resource/Ford_Taurus_(China)", "http://dbpedia.org/resource/Ford_Thunderbird_(fifth_generation)", "http://dbpedia.org/resource/Lincoln-Zephyr", "http://dbpedia.org/resource/Lincoln_H-series", "http://dbpedia.org/resource/Lincoln_Zephyr_V-12", "Ford Galaxie/LTD", "Mercury Marquis/Grand Marquis", "http://dbpedia.org/resource/Ford_Thunderbird_(sixth_generation)", "http://dbpedia.org/resource/Sunshine_Special_(automobile)", "http://dbpedia.org/resource/Ford_Interceptor", "Ford ExpeditionFord F-Series", "Hongqi CA7460/Hongqi Qijian", "http://dbpedia.org/resource/Ford_Mondeo_(China)", "Neoplan Megashuttle", "http://dbpedia.org/resource/Neoplan_N4016", "http://dbpedia.org/resource/Neoplan_N4009", "*Nieuport 10", "http://dbpedia.org/resource/Peugeot_ROA", "http://dbpedia.org/resource/IKCO_Arisun", "http://dbpedia.org/resource/Peel_P50", "http://dbpedia.org/resource/Peel_Trident", "http://dbpedia.org/resource/Peel_Viking_Sport", "http://dbpedia.org/resource/Peel_Manxcar", "* Percival Prentice\n* BAC Jet Provost", "http://dbpedia.org/resource/Perodua_Myvi", "http://dbpedia.org/resource/Perodua_Alza_(M500)", "http://dbpedia.org/resource/Daihatsu_Zebra", "Citro\u00ebn LN / LNA", "http://dbpedia.org/resource/Citro\u00ebn_Saxo", "http://dbpedia.org/resource/DS3_Crossback", "http://dbpedia.org/resource/Peugeot_304", "http://dbpedia.org/resource/Peugeot_309", "http://dbpedia.org/resource/Citro\u00ebn_C3_R5", "http://dbpedia.org/resource/Citro\u00ebn_DS3_WRC", "http://dbpedia.org/resource/IKCO_Tara", "http://dbpedia.org/resource/Peugeot_402", "http://dbpedia.org/resource/Peugeot_204", "http://dbpedia.org/resource/Peugeot_Partner", "http://dbpedia.org/resource/Citro\u00ebn_Berlingo", "http://dbpedia.org/resource/DS_4", "http://dbpedia.org/resource/Peugeot_RCZ", "http://dbpedia.org/resource/Citro\u00ebn_BX", "http://dbpedia.org/resource/IKCO_Dena", "http://dbpedia.org/resource/IKCO_Samand", "http://dbpedia.org/resource/Peugeot_Pars", "http://dbpedia.org/resource/Citro\u00ebn_Xantia", "http://dbpedia.org/resource/Citro\u00ebn_C5_X", "http://dbpedia.org/resource/Dongfeng_Fengshen_L60", "http://dbpedia.org/resource/DS_9", "http://dbpedia.org/resource/Peugeot_504", "http://dbpedia.org/resource/Citro\u00ebn_XM", "* Piaggio P.166", "http://dbpedia.org/resource/Piaggio_Quargo", "* Piasecki HRP Rescuer\n* Piasecki H-25\n* Boeing Vertol CH-46 Sea Knight\n* Boeing CH-47 Chinook", "http://dbpedia.org/resource/Proton_Wira", "http://dbpedia.org/resource/Proton_Iriz", "http://dbpedia.org/resource/Lotus_Ethos", "http://dbpedia.org/resource/Proton_Lekiu", "http://dbpedia.org/resource/Proton_Persona", "http://dbpedia.org/resource/Proton_Jebat", "http://dbpedia.org/resource/Proton_Persona_(BH)", "http://dbpedia.org/resource/Proton_Inspira", "http://dbpedia.org/resource/Europestar", "http://dbpedia.org/resource/Proton_GEN\u20222", "http://dbpedia.org/resource/Proton_Suprima_S", "http://dbpedia.org/resource/Proton_Prev\u00e9", "http://dbpedia.org/resource/Proton_Persona_(CM)", "http://dbpedia.org/resource/Nova_(kit_car)", "http://dbpedia.org/resource/MG_XPower_SV", "http://dbpedia.org/resource/GAZ-21", "http://dbpedia.org/resource/ERAZ-762", "http://dbpedia.org/resource/RAF_M2_'Stils'", "http://dbpedia.org/resource/RAF_M1_'Roksana'", "* RWD 8\n* RWD 10", "http://dbpedia.org/resource/Geely_Haoyue", "http://dbpedia.org/resource/Freightliner_Business_Class_M2", "Thomas Saf-T-Liner Conventional", "http://dbpedia.org/resource/Ford_V-8", "http://dbpedia.org/resource/Fiat_131", "http://dbpedia.org/resource/Leading_Edge_Sports_Car_Company", "http://dbpedia.org/resource/Autobacs_Seven", "Tommykaira ZZ", "http://dbpedia.org/resource/Willys_Jeep_Station_Wagon", "http://dbpedia.org/resource/Willys_Jeep_Truck", "http://dbpedia.org/resource/Willys-Overland_Jeepster", "http://dbpedia.org/resource/Renault_Trafic", "http://dbpedia.org/resource/Di_Tella_1500", "http://dbpedia.org/resource/Morris_Six_MS", "http://dbpedia.org/resource/Riley_Two-Point-Six", "http://dbpedia.org/resource/Wright_Eclipse", "Wright StreetDeck", "http://dbpedia.org/resource/Wright_GB_Kite", "http://dbpedia.org/resource/Wright_GB_Hawk", "http://dbpedia.org/resource/Wright_Pulsar", "http://dbpedia.org/resource/New_Routemaster", "http://dbpedia.org/resource/Wright_Eclipse_Gemini", "http://dbpedia.org/resource/Baojun_E100", "http://dbpedia.org/resource/Baojun_E200", "http://dbpedia.org/resource/Baojun_E300", "http://dbpedia.org/resource/Wuling_Hongguang_Mini_EV", "http://dbpedia.org/resource/Wuling_Jiachen", "http://dbpedia.org/resource/Wuling_Asta", "*Yak-23", "http://dbpedia.org/resource/Yema_T80", "http://dbpedia.org/resource/Yema_T70", "Freightliner Columbia, Freightliner Argosy", "http://dbpedia.org/resource/Ford_GPA", "http://dbpedia.org/resource/GAZ-63", "http://dbpedia.org/resource/AWTF-80_SC", "http://dbpedia.org/resource/Nissan_Diesel_Space_Runner_RA", "http://dbpedia.org/resource/Mercedes-Benz_W125_Rekordwagen", "Mercedes Silver Arrows", "http://dbpedia.org/resource/Packard_Caribbean", "http://dbpedia.org/resource/Packard_Patrician", "Vice Presidential Service Badge", "http://dbpedia.org/resource/Zhongxing_Admiral", "http://dbpedia.org/resource/International_Paystar", "http://dbpedia.org/resource/International_9000_(COE)", "http://dbpedia.org/resource/Renault_Voiturette", "http://dbpedia.org/resource/KrAZ-5233", "http://dbpedia.org/resource/Nissan_Skyline_(R31)", "TVR 350i", "http://dbpedia.org/resource/Nissan_Diesel_UA", "http://dbpedia.org/resource/Toyota_Camry_(ACV30)", "Puma GT", "http://dbpedia.org/resource/Mitsubishi_Space_Wagon", "http://dbpedia.org/resource/Plymouth_Colt", "http://dbpedia.org/resource/Proton_Saga", "http://dbpedia.org/resource/Elfin_MS8_Streamliner", "http://dbpedia.org/resource/Elfin_MS8_Clubman", "http://dbpedia.org/resource/Junpai_CX65", "http://dbpedia.org/resource/Junpai_A50", "http://dbpedia.org/resource/Kia_Retona", "http://dbpedia.org/resource/Mercedes-Benz_G-Class", "640690", "http://dbpedia.org/resource/Hafei_Zhongyi_V5", "* Kamov Ka-26\n* Kamov Ka-226", "*Kamov Ka-226", "http://dbpedia.org/resource/Suzuki_Suzulight", "* Lockheed C-5 Galaxy", "* Lockheed Constellation\n* Lockheed L-049 Constellation\n* Lockheed L-649 Constellation\n* Lockheed L-749 Constellation\n* Lockheed L-1049 Super Constellation\n* Lockheed C-121/R7V Constellation\n* Lockheed L-1249 Super Constellation \n* Lockheed EC-121 Warning Star\n* Lockheed L-1649 Starliner", "* Lockheed F-117 Nighthawk\n* Lockheed Senior Prom", "* Lockheed Constellation\n* Lockheed C-69 Constellation\n* Lockheed L-649 Constellation\n* Lockheed L-1049 Super Constellation\n* Lockheed C-121/R7V Constellation\n* Lockheed EC-121 Warning Star\n* Lockheed L-1649A Starliner", "*Lockheed Constellation\n*Lockheed L-049 Constellation\n*Lockheed C-69 Constellation\n*Lockheed L-749 Constellation\n*Lockheed L-1049 Super Constellation\n*Lockheed C-121/R7V Constellation\n*Lockheed EC-121 Warning Star\n*Lockheed L-1249 Super Constellation \n*Lockheed L-1649A Starliner", "* Lockheed Constellation\n* Lockheed L-049 Constellation\n* Lockheed C-69 Constellation\n* Lockheed L-649 Constellation\n* Lockheed L-1049 Super Constellation\n* Lockheed C-121/R7V Constellation\n* Lockheed EC-121 Warning Star\n* Lockheed L-1649A Starliner", "* Lockheed L-1011 TriStar", "Kia KMS-II Concept", "http://dbpedia.org/resource/Rezvani_Beast", "http://dbpedia.org/resource/Hennessey_Venom_GT", "http://dbpedia.org/resource/Lotus_2-Eleven", "http://dbpedia.org/resource/Lotus_340R", "http://dbpedia.org/resource/Lotus_Elise_GT1", "http://dbpedia.org/resource/Lotus_Europa_S", "http://dbpedia.org/resource/Opel_Speedster", "http://dbpedia.org/resource/Lotus_Esprit", "http://dbpedia.org/resource/Lotus_Esprit_GT1", "http://dbpedia.org/resource/Lotus_Eclat", "http://dbpedia.org/resource/DMC_DeLorean", "http://dbpedia.org/resource/Lotus_Esprit_V8", "http://dbpedia.org/resource/Dodge_EV", "Proton Lekir", "http://dbpedia.org/resource/Infiniti_Emerg-e", "http://dbpedia.org/resource/Lotus_3-Eleven", "http://dbpedia.org/resource/Rinspeed_sQuba", "Hennessey Venom GT", "Lotus Elise", "Rinspeed sQuba", "Tesla Roadster", "Vauxhall VX220", "http://dbpedia.org/resource/Lotus_Mark_VI", "http://dbpedia.org/resource/Lotus_Eleven", "http://dbpedia.org/resource/Lotus_Elite", "http://dbpedia.org/resource/Tesla_Model_S", "http://dbpedia.org/resource/Luxgen7_SUV", "http://dbpedia.org/resource/Luxgen_U5", "http://dbpedia.org/resource/Luxgen_U6", "http://dbpedia.org/resource/Luxgen_S3", "http://dbpedia.org/resource/Luxgen_S5", "http://dbpedia.org/resource/Luxgen7_MPV", "http://dbpedia.org/resource/Polestar_2", "http://dbpedia.org/resource/Lynk_&_Co_03", "* Heinkel He 111", "http://dbpedia.org/resource/Buick_Lesabre", "http://dbpedia.org/resource/Isuzu_Hombre", "Pontiac", "Buick (Electra, LeSabre) Estate", "http://dbpedia.org/resource/Pontiac_Deluxe", "Chevrolet Special Deluxe", "* A-26 Invader", "http://dbpedia.org/resource/Chevrolet_Captiva", "http://dbpedia.org/resource/Opel_OSV_40", "Opel Astra J", "Opel Zafira Tourer C", "http://dbpedia.org/resource/Opel_Corsa_C", "Opel Kadett E", "http://dbpedia.org/resource/Ranger_(automobile)", "http://dbpedia.org/resource/Holden_Commodore_(VB)", "http://dbpedia.org/resource/Opel_Rekord_Series_C", "http://dbpedia.org/resource/Opel_Rekord_E", "Opel Rekord D", "http://dbpedia.org/resource/Chevrolet_Celta", "http://dbpedia.org/resource/Opel_Adam", "Opel Combo B", "Opel Combo C", "Opel Meriva A", "Opel Tigra A", "http://dbpedia.org/resource/Opel_Monza", "http://dbpedia.org/resource/Bedford_Astra", "http://dbpedia.org/resource/Moskvitch_400/420", "Opel Olympia A", "Opel Tigra TwinTop", "http://dbpedia.org/resource/Opel_Flextreme_GT/E", "http://dbpedia.org/resource/Bitter_SC", "Opel Senator A", "http://dbpedia.org/resource/Opel_Kadett_B", "http://dbpedia.org/resource/Holden_Commodore_VT", "http://dbpedia.org/resource/Holden_Commodore_(VR)", "http://dbpedia.org/resource/Holden_Commodore_(VN)", "http://dbpedia.org/resource/Holden_Commodore_(VP)", "http://dbpedia.org/resource/Holden_Commodore_(VS)", "Cadillac Series 341", "Vauxhall Victor FE", "http://dbpedia.org/resource/Vauxhall_Victor", "http://dbpedia.org/resource/Vauxhall_Viceroy", "Opel Corsa C", "Opel Astra G", "http://dbpedia.org/resource/Optare_MetroCity", "http://dbpedia.org/resource/Crown-Ikarus_286", "http://dbpedia.org/resource/Proto_Spirra", "http://dbpedia.org/resource/Citro\u00ebn_C-Buggy", "http://dbpedia.org/resource/Baby-Brousse", "http://dbpedia.org/resource/Citro\u00ebn_GS", "http://dbpedia.org/resource/Peugeot_RC_Hymotion4", "http://dbpedia.org/resource/Peugeot_607", "http://dbpedia.org/resource/Citro\u00ebn_Revolte", "http://dbpedia.org/resource/Mercedes-Benz_W180", "2005", "2011", "2012", "2013", "2015", "2016", "Ford Mustang", "[[#2013-2014 Ford Shelby GT500", "* Short 360\n* Short C-23 Sherpa\n* Short SC.7 Skyvan", "* Short 330\n* Short 360", "*Short Calcutta\n*Short L.17 Scylla", "*Short S.2\n*Short Cromarty\n*Short Calcutta\n*Short Sarafand", "* Vought-Sikorsky VS-300\n* Sikorsky R-5", "* Northrop Grumman MQ-8 Fire Scout\n* Schweizer S333", "* SH-3 Sea King\n* Sikorsky HH-52 Seaguard\n* CH-53 Sea Stallion\n* HH-53 \"Super Jolly Green Giant\"/MH-53 Pave Low", "http://dbpedia.org/resource/Simca_1000_Coup\u00e9", "http://dbpedia.org/resource/Simca_1000", "http://dbpedia.org/resource/Matra_Rancho", "Simca 1118", "Simca 1204", "Simca VF", "http://dbpedia.org/resource/Simca_Horizon", "http://dbpedia.org/resource/Fiat_Topolino", "http://dbpedia.org/resource/Fiat_1100_(1937)", "http://dbpedia.org/resource/Simca_Chambord", "http://dbpedia.org/resource/Dongfeng_CA71", "http://dbpedia.org/resource/Ford_Fiesta_(third_generation)", "http://dbpedia.org/resource/Ford_Mustang_(fourth_generation)", "http://dbpedia.org/resource/Spyker_C12_La_Turbie", "http://dbpedia.org/resource/SsangYong_Torres", "http://dbpedia.org/resource/Roewe_W5", "http://dbpedia.org/resource/SsangYong_Rexton", "[[#Musso Sports", "http://dbpedia.org/resource/Mercedes-Benz_M-Class", "SsangYong Musso pick-up", "http://dbpedia.org/resource/Mahindra_XUV300", "http://dbpedia.org/resource/Standard_Twelve", "P504", "http://dbpedia.org/resource/Standard_Atlas", "http://dbpedia.org/resource/Mitsubishi_Fuso_Rosa", "Kenworth W900", "Peterbilt 377", "http://dbpedia.org/resource/Wayne_Lifestar", "http://dbpedia.org/resource/Iso_Grifo", "*Blackburn Bluebird IV\n*Blackburn B-2", "* Blackburn Bluebird\n* Blackburn B-2", "* Blackburn Baffin", "* Blackburn Firebrand", "*Felixstowe Fury\n*Blackburn Iris", "http://dbpedia.org/resource/Blue_Bird_Wanderlodge", "* Boeing 747", "* Boeing C-97 Stratofreighter\n* Boeing B-50 Superfortress\n* Boeing 377 Stratocruiser\n* Aero Spacelines Pregnant Guppy\n* Aero Spacelines Super Guppy", "* Boeing CH-47 Chinook", "http://dbpedia.org/resource/Humber_Imperial", "http://dbpedia.org/resource/Humber_Pullman", "http://dbpedia.org/resource/Humber_Hawk", "Humvee military vehicle", "http://dbpedia.org/resource/Hyundai_Global_900", "http://dbpedia.org/resource/Kia_Seltos", "http://dbpedia.org/resource/Hyundai_Stargazer", "http://dbpedia.org/resource/Hyundai_ix35", "http://dbpedia.org/resource/Hyundai_Tiburon", "http://dbpedia.org/resource/Hyundai_Chorus", "Kia Combi", "http://dbpedia.org/resource/Kia_KX3", "http://dbpedia.org/resource/Hyundai_Alcazar", "http://dbpedia.org/resource/Kia_Spectra", "http://dbpedia.org/resource/Hyundai_Matrix", "http://dbpedia.org/resource/Kia_Sportage", "http://dbpedia.org/resource/Kia_Cee'd", "http://dbpedia.org/resource/Hyundai_Celesta", "http://dbpedia.org/resource/Hyundai_Scoupe", "http://dbpedia.org/resource/Hyundai_Genesis_Coupe", "http://dbpedia.org/resource/Kia_Cadenza", "http://dbpedia.org/resource/Kia_K5", "http://dbpedia.org/resource/Kia_Opirus", "http://dbpedia.org/resource/Mitsubishi_Debonair", "Kia Carens/Rondo", "Hyundai Veracruz/ix55", "Kia Optima/Magentis/Lotze", "http://dbpedia.org/resource/Kia_K4", "http://dbpedia.org/resource/Kia_Telluride", "Kia 2\u00bd Ton Medium", "Kia 5 Ton Medium", "http://dbpedia.org/resource/JAC_Rein", "http://dbpedia.org/resource/Hyundai_Excel", "http://dbpedia.org/resource/Hyundai_Stellar", "http://dbpedia.org/resource/Hyundai_i40", "Kia Optima/Magentis/K5", "http://dbpedia.org/resource/Refine_M5", "http://dbpedia.org/resource/Hyundai_Porter", "http://dbpedia.org/resource/Mitsubishi_Pajero", "http://dbpedia.org/resource/Kia_Cerato", "http://dbpedia.org/resource/Hyundai_Lavita", "http://dbpedia.org/resource/Kia_Forte", "http://dbpedia.org/resource/Kia_Granbird", "http://dbpedia.org/resource/Kia_Sonet", "http://dbpedia.org/resource/Hyundai_Santro", "http://dbpedia.org/resource/Hyundai_Xcent", "http://dbpedia.org/resource/Hyundai_Bayon", "http://dbpedia.org/resource/Hyundai_ix20", "http://dbpedia.org/resource/Hyundai_i20_Coupe_WRC", "http://dbpedia.org/resource/Kia_Sportage_(NP)", "http://dbpedia.org/resource/IAME_Rastrojero_Conosur", "http://dbpedia.org/resource/Rastrojero", "http://dbpedia.org/resource/IAME_Rastrojero", "http://dbpedia.org/resource/DKW_F89", "http://dbpedia.org/resource/Rambler_American", "http://dbpedia.org/resource/Paykan", "http://dbpedia.org/resource/IKCO_Samand_Soren", "http://dbpedia.org/resource/Peugeot_301_(2012)", "http://dbpedia.org/resource/IKCO_RiRa", "http://dbpedia.org/resource/Ikarus_256", "http://dbpedia.org/resource/Ikarus_250", "http://dbpedia.org/resource/Ikarus_280", "http://dbpedia.org/resource/Ikarus_293", "http://dbpedia.org/resource/Ikarus_C80", "http://dbpedia.org/resource/Ikarus_66", "* Ilyushin DB-3\n* Ilyushin Il-6", "* Ilyushin Il-96", "http://dbpedia.org/resource/Hongqi_CA770", "Hongqi CA72", "all funny cars", "http://dbpedia.org/resource/Skywell_D11", "http://dbpedia.org/resource/Higer_H5C", "King Long Kaige", "http://dbpedia.org/resource/Scania_Metropolitan", "* I-185\n* Polikarpov ITP\n* MiG-3\n* MiG-7\n* I-210\n* I-220\n* I-230", "* Miles Master", "http://dbpedia.org/resource/Austin_Metro", "http://dbpedia.org/resource/Mini_Marcos", "http://dbpedia.org/resource/Mini_Moke", "http://dbpedia.org/resource/Mini_Wildgoose", "http://dbpedia.org/resource/Mini_Hatch", "http://dbpedia.org/resource/Mini_Paceman", "http://dbpedia.org/resource/Mini_Countryman", "*Avro Tutor", "*PWS-12\n*PWS-14\n*PWS-16", "*Yakovlev Yak-12", "*PZL.42\n*PZL.43 Kara\u015b\n*PZL.46 Sum", "*PZL.19\n*PZL.55", "*PZL.49 Mi\u015b", "*PZL.53 Jastrz\u0105b II\n*PZL.56 Kania", "* Mil Mi-2\n* PZL W-3 Sok\u00f3\u0142", "*PZL P.6\n*PZL P.8\n*PZL P.11\n*PZL P.24", "http://dbpedia.org/resource/Napier-Railton", "http://dbpedia.org/resource/Packard_300", "http://dbpedia.org/resource/Packard_Mayfair", "http://dbpedia.org/resource/Packard_Executive", "http://dbpedia.org/resource/Packard_Panther", "http://dbpedia.org/resource/Packard_Super_Eight", "120", "http://dbpedia.org/resource/Packard_Light_Eight", "http://dbpedia.org/resource/Studebaker_Sky_Hawk", "http://dbpedia.org/resource/Packard_One-Twenty", "http://dbpedia.org/resource/Packard_Eight", "http://dbpedia.org/resource/Packard_400", "http://dbpedia.org/resource/Packard_Four_Hundred", "http://dbpedia.org/resource/Pagani_Zonda_R", "Palatov D4", "http://dbpedia.org/resource/Palm_(PDA)", "http://dbpedia.org/resource/TMC_Costin", "See article for list of Arrow marques", "http://dbpedia.org/resource/Noble_M15", "http://dbpedia.org/resource/Rover_12", "Rover 12 2-cylinder and 4-cylinder", "http://dbpedia.org/resource/MG_ZR", "http://dbpedia.org/resource/Rover_200_Coup\u00e9", "http://dbpedia.org/resource/Honda_Ascot_Innova", "http://dbpedia.org/resource/MG_7", "http://dbpedia.org/resource/MG_ZT", "http://dbpedia.org/resource/Roewe_750", "Rover 6", "http://dbpedia.org/resource/Acura_Legend", "http://dbpedia.org/resource/Honda_Legend", "http://dbpedia.org/resource/Rover_Two-litre", "http://dbpedia.org/resource/Porsche_Cayman", "http://dbpedia.org/resource/Lykan_HyperSport", "http://dbpedia.org/resource/Ruf_CTR_Anniversary", "http://dbpedia.org/resource/Traum_SEEK5", "http://dbpedia.org/resource/FIAT_127", "http://dbpedia.org/resource/Lada_Riva", "http://dbpedia.org/resource/SEAT_1430", "Tofa\u015f Murat 124", "http://dbpedia.org/resource/Fiat_124_Coup\u00e9", "Tofa\u015f Dogan", "http://dbpedia.org/resource/Fiat_132", "http://dbpedia.org/resource/SEAT_850", "http://dbpedia.org/resource/Fiat_1400", "http://dbpedia.org/resource/Volkswagen_Polo_Mk4", "http://dbpedia.org/resource/Volkswagen_Polo_Classic", "http://dbpedia.org/resource/Nanjing_Yuejin_Soyat", "\u0160koda Fabia Mk3", "http://dbpedia.org/resource/Volkswagen_Polo_Playa", "Volkswagen Polo Classic", "Volkswagen Polo Mk3", "http://dbpedia.org/resource/SEAT_Ritmo", "http://dbpedia.org/resource/Chery_A11", "http://dbpedia.org/resource/Chery_A15", "http://dbpedia.org/resource/Jetta_VA3", "http://dbpedia.org/resource/TagAZ", "http://dbpedia.org/resource/Volkswagen_Jetta_Night", "http://dbpedia.org/resource/\u0160koda_110_R", "http://dbpedia.org/resource/\u0160koda_100/110", "http://dbpedia.org/resource/\u0160koda_130", "http://dbpedia.org/resource/\u0160koda_Garde", "http://dbpedia.org/resource/\u0160koda_Rapid_(1984)", "http://dbpedia.org/resource/\u0160koda_120", "15", "http://dbpedia.org/resource/Volkswagen_Polo_Mk6", "Volkswagen Polo Mk4", "Audi A1 Mk1", "\u0160koda Kamiq", "http://dbpedia.org/resource/SEAT_Le\u00f3n_Mk1", "http://dbpedia.org/resource/\u0160koda_Felicia_(1959-1964)", "SEAT Toledo Mk4", "Volkswagen Passat (B7)", "Volkswagen Passat NMS", "Volkswagen Tiguan (5N)", "http://dbpedia.org/resource/Eadon_Green_Zeclat", "http://dbpedia.org/resource/Eadon_Green_Black_Cuillin", "http://dbpedia.org/resource/East_Lancs_Myllennium_Lolyne", "http://dbpedia.org/resource/East_Lancs_Myllennium_Lowlander", "http://dbpedia.org/resource/East_Lancs_Myllennium_Vyking", "http://dbpedia.org/resource/East_Lancs_Myllennium_Nordic", "*Quad City Challenger", "Combat Infantry Badge and Combat Medic Badge", "http://dbpedia.org/resource/Opel_Kapit\u00e4n", "TagAZ Master", "Xinkai Light Truck", "http://dbpedia.org/resource/Terzo_Millennio", "http://dbpedia.org/resource/Optare_Visionaire", "http://dbpedia.org/resource/Panther_Lima", "http://dbpedia.org/resource/Wright_Eclipse_Fusion", "*Kolb Ultrastar", "http://dbpedia.org/resource/Hafei_Zhongyi", "http://dbpedia.org/resource/Hafei_Ruiyi", "http://dbpedia.org/resource/Honda_TRX450R", "http://dbpedia.org/resource/Packard-Bentley", "http://dbpedia.org/resource/Austin_Freeway", "http://dbpedia.org/resource/KrAZ_H12.2", "http://dbpedia.org/resource/Optare_Spectra", "http://dbpedia.org/resource/Jelcz_M11", "http://dbpedia.org/resource/Jelcz_PR110", "http://dbpedia.org/resource/Renault_PR180", "Jelcz 120M", "http://dbpedia.org/resource/Sisu_KB-46", "http://dbpedia.org/resource/Nissan_Hardbody", "http://dbpedia.org/resource/Ford_Territory_(China)", "http://dbpedia.org/resource/AEC_Routemaster", "http://dbpedia.org/resource/ZIL-117", "http://dbpedia.org/resource/ZIL-114", "http://dbpedia.org/resource/ZIL-111", "http://dbpedia.org/resource/ZIL-131", "http://dbpedia.org/resource/Amur-531350", "http://dbpedia.org/resource/ZIL-130", "ZIL-130, ZIL-131, ZIL-4331, Kamaz-5320", "http://dbpedia.org/resource/ZIS-110", "http://dbpedia.org/resource/Jiefang_CA-30", "http://dbpedia.org/resource/ZIS-6", "http://dbpedia.org/resource/Autocar_SD", "http://dbpedia.org/resource/GAZ_Pobeda", "http://dbpedia.org/resource/Zedriv_GC2", "http://dbpedia.org/resource/Zedriv_GC1", "*Zeppelin-Staaken Type 8301\n*Zeppelin-Staaken R.IV\n*Zeppelin-Staaken R.VII\n*Zeppelin-Staaken R.XIV", "Zhongxing Tiger/Tiger TUV", "http://dbpedia.org/resource/BMW_X1_(F48)", "http://dbpedia.org/resource/Daihatsu_Terios", "70.0", "http://dbpedia.org/resource/Traum_Meet3", "http://dbpedia.org/resource/Zotye_T800", "http://dbpedia.org/resource/Zotye_T700", "http://dbpedia.org/resource/Volkswagen_Karmann_Ghia", "*Ryan Navion", "http://dbpedia.org/resource/Lloyd_400", "http://dbpedia.org/resource/Yamaha_Raptor_660", "http://dbpedia.org/resource/ZIL-41047", "Volvo B9LA", "http://dbpedia.org/resource/Proton_EMAS", "http://dbpedia.org/resource/Mitsubishi_Fuso_Aero_Midi", "Mercedes-Benz L 322", "http://dbpedia.org/resource/Renault_Trucks_D", "http://dbpedia.org/resource/Ruf_CTR2", "Maserati 450S, Gillet Vertigo .5", "http://dbpedia.org/resource/\u0160koda_Octavia_(1959-1971)", "http://dbpedia.org/resource/Volvo_B5TL", "http://dbpedia.org/resource/Renault_PR100", "Ikarus-Zemun IK160P", "http://dbpedia.org/resource/Ford_Transcontinental", "http://dbpedia.org/resource/Star_1444", "Unimog 416", "Unimog 419", "Unimog 421", "Unimog 403", "Unimog 413", "Unimog 426", "LO 3001, LD 3000, LD 3001"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henry_Cluney> <http://dbpedia.org/property/origin> ?uri } "}, "answers": ["http://dbpedia.org/resource/Belfast", "http://dbpedia.org/resource/Northern_Ireland"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Xynisteri> <http://dbpedia.org/ontology/origin> ?uri . <http://dbpedia.org/resource/Mavro> <http://dbpedia.org/property/region> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Battle_of_France> . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Distinguished_Flying_Cross_(United_Kingdom)", "http://dbpedia.org/resource/Milan_Rastislav_Stefanik_Order", "http://dbpedia.org/resource/Air_Crew_Europe_Star", "http://dbpedia.org/resource/Czechoslovak_War_Cross_1939\u20131945", "http://dbpedia.org/resource/1939\u20131945_Star", "http://dbpedia.org/resource/Croix_de_Guerre_1939\u20131945", "http://dbpedia.org/resource/Legion_of_Honour", "http://dbpedia.org/resource/Military_Order_of_the_White_Lion", "http://dbpedia.org/resource/Knight's_Cross_of_the_Iron_Cross", "http://dbpedia.org/resource/Order_of_the_British_Empire", "http://dbpedia.org/resource/Mentioned_in_dispatches", "http://dbpedia.org/resource/Order_of_the_Bath", "http://dbpedia.org/resource/Navy_Distinguished_Service_Medal", "http://dbpedia.org/resource/German_Cross", "http://dbpedia.org/resource/Distinguished_Service_Order", "http://dbpedia.org/resource/Distinguished_Flying_Cross_(United_States)", "http://dbpedia.org/resource/Croix_de_Guerre", "http://dbpedia.org/resource/Czechoslovakia", "http://dbpedia.org/resource/Order_of_the_White_Lion", "http://dbpedia.org/resource/Milan_Rastislav_\u0160tef\u00e1nik", "http://dbpedia.org/resource/Ehrenpokal_der_Luftwaffe", "http://dbpedia.org/resource/Iron_Cross", "http://dbpedia.org/resource/Distinguished_Service_Medal_(U.S._Army)", "http://dbpedia.org/resource/Legion_of_Merit", "http://dbpedia.org/resource/Croix_de_guerre_1914\u20131918_(France)", "http://dbpedia.org/resource/Order_of_Orange-Nassau", "http://dbpedia.org/resource/Order_of_Merit_of_the_Republic_of_Poland", "http://dbpedia.org/resource/Distinguished_Flying_Medal", "http://dbpedia.org/resource/1939\u20131945_Commemorative_war_medal_(France)", "http://dbpedia.org/resource/Escapees'_Medal", "http://dbpedia.org/resource/Medal_for_the_War_Wounded", "http://dbpedia.org/resource/Resistance_Medal", "http://dbpedia.org/resource/Order_of_the_Million_Elephants_and_the_White_Parasol", "http://dbpedia.org/resource/North_Africa_Security_and_Order_Operations_Commemorative_Medal", "http://dbpedia.org/resource/Colonial_Medal", "http://dbpedia.org/resource/Croix_de_guerre_des_th\u00e9\u00e2tres_d'op\u00e9rations_ext\u00e9rieures", "http://dbpedia.org/resource/Cross_for_Military_Valour", "http://dbpedia.org/resource/Imperial_Order_of_the_Dragon_of_Annam", "http://dbpedia.org/resource/Indochina_Campaign_commemorative_medal", "http://dbpedia.org/resource/Air_Force_Cross_(United_Kingdom)", "http://dbpedia.org/resource/War_Medal_1939\u20131945", "http://dbpedia.org/resource/Order_of_the_Crown_(Romania)", "http://dbpedia.org/resource/Defence_Medal_(United_Kingdom)", "http://dbpedia.org/resource/American_Red_Cross_of_Merit", "http://dbpedia.org/resource/Africa_Star", "http://dbpedia.org/resource/War_Medal_(Norway)", "http://dbpedia.org/resource/Italy_Star", "http://dbpedia.org/resource/Military_Cross", "http://dbpedia.org/resource/France_and_Germany_Star", "http://dbpedia.org/resource/Combatant's_Cross", "http://dbpedia.org/resource/Tunisia", "http://dbpedia.org/resource/Order_of_Polonia_Restituta", "http://dbpedia.org/resource/Silver_Star", "http://dbpedia.org/resource/House_Order_of_Hohenzollern", "http://dbpedia.org/resource/Military_Cross_(Belgium)", "http://dbpedia.org/resource/Queen's_Commendation_for_Valuable_Service_in_the_Air", "http://dbpedia.org/resource/Distinguished_Service_Cross_(United_Kingdom)", "http://dbpedia.org/resource/Virtuti_Militari", "http://dbpedia.org/resource/Cross_of_Valour_(Poland)", "http://dbpedia.org/resource/Air_Efficiency_Award", "http://dbpedia.org/resource/Tank_Memorial_Badge", "http://dbpedia.org/resource/Golden_Party_Badge", "http://dbpedia.org/resource/Order_of_the_Dannebrog", "http://dbpedia.org/resource/Military_Order_of_William", "http://dbpedia.org/resource/Order_of_the_Netherlands_Lion", "http://dbpedia.org/resource/Order_of_St_Michael_and_St_George", "http://dbpedia.org/resource/Order_of_Saint_John_(chartered_1888)", "http://dbpedia.org/resource/Order_of_St._Olav", "http://dbpedia.org/resource/Canadian_Forces'_Decoration", "http://dbpedia.org/resource/Order_of_Canada", "http://dbpedia.org/resource/Croix_de_guerre_(Belgium)", "http://dbpedia.org/resource/Territorial_Decoration", "http://dbpedia.org/resource/Pour_le_M\u00e9rite", "http://dbpedia.org/resource/Victoria_Cross", "http://dbpedia.org/resource/World_War_II_Victory_Medal", "http://dbpedia.org/resource/French_language", "http://dbpedia.org/resource/%22V%22_device", "http://dbpedia.org/resource/Armed_Forces_Reserve_Medal", "http://dbpedia.org/resource/European\u2013African\u2013Middle_Eastern_Campaign_Medal", "http://dbpedia.org/resource/American_Campaign_Medal", "http://dbpedia.org/resource/Navy_Cross", "http://dbpedia.org/resource/Purple_Heart", "http://dbpedia.org/resource/Order_of_Ouissam_Alaouite", "http://dbpedia.org/resource/Order_of_Independence_(Jordan)", "http://dbpedia.org/resource/Order_of_the_Thistle", "http://dbpedia.org/resource/Spanish_Cross", "http://dbpedia.org/resource/Bronze_Medal_of_Military_Valor", "http://dbpedia.org/resource/Gold_Medal_of_Military_Valour", "http://dbpedia.org/resource/German_Sports_Badge", "http://dbpedia.org/resource/Lifesaving_Medal_(Prussia)", "http://dbpedia.org/resource/Wound_Badge", "http://dbpedia.org/resource/Order_of_the_Z\u00e4hringer_Lion", "http://dbpedia.org/resource/Wiederholungsspange", "http://dbpedia.org/resource/Royal_Victorian_Order", "http://dbpedia.org/resource/Order_of_Wen-Hu", "http://dbpedia.org/resource/Sudetenland_Medal", "http://dbpedia.org/resource/The_Honour_Cross_of_the_World_War_1914/1918", "http://dbpedia.org/resource/Eastern_Medal"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gymnastics_at_the_2008_Summer_Olympics> <http://dbpedia.org/property/silverMedalist> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Roh_Tae-woo> <http://dbpedia.org/property/battles> ?uri } "}, "answers": ["http://dbpedia.org/resource/Vietnam_War", "http://dbpedia.org/resource/Korean_War"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ladonia_(micronation)> <http://dbpedia.org/ontology/officialLanguage> ?uri . <http://dbpedia.org/resource/Empire_of_Atlantium> <http://dbpedia.org/property/language> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Irving_Chernev> . ?uri <http://dbpedia.org/ontology/occupation> <http://dbpedia.org/resource/Karen_Grigorian> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/gender> <http://dbpedia.org/resource/Feminist_stripper> . ?x <http://dbpedia.org/property/nationality> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?x <http://dbpedia.org/ontology/team> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Link\u00f6ping_HC", "http://dbpedia.org/resource/Buffalo_Beauts", "http://dbpedia.org/resource/Maine_Black_Bears_women's_ice_hockey", "http://dbpedia.org/resource/R\u00f8dovre_Mighty_Bulls_Q", "http://dbpedia.org/resource/HC_Dinamo_Saint_Petersburg", "http://dbpedia.org/resource/Fischtown_Pinguins", "http://dbpedia.org/resource/Cornell_Big_Red_men's_ice_hockey", "http://dbpedia.org/resource/Fr\u00f6lunda_HC", "http://dbpedia.org/resource/Colorado_Avalanche", "http://dbpedia.org/resource/V\u00e5lerenga_Ishockey", "http://dbpedia.org/resource/S\u00f6dert\u00e4lje_SK", "http://dbpedia.org/resource/SCL_Tigers", "http://dbpedia.org/resource/EC_Oilers_Salzburg", "http://dbpedia.org/resource/EHC_Chur", "http://dbpedia.org/resource/Yunost_Minsk", "http://dbpedia.org/resource/Scorpions_de_Mulhouse", "http://dbpedia.org/resource/Traktor_Chelyabinsk", "http://dbpedia.org/resource/Dizel_Penza", "http://dbpedia.org/resource/HC_Dynamo_Moscow", "http://dbpedia.org/resource/Lokomotiv_Yaroslavl", "http://dbpedia.org/resource/Yuzhny_Ural_Orsk", "http://dbpedia.org/resource/Arystan_Temirtau", "http://dbpedia.org/resource/HC_Nov\u00e9_Z\u00e1mky", "http://dbpedia.org/resource/HDD_Jesenice", "http://dbpedia.org/resource/Minnesota_Wild", "http://dbpedia.org/resource/N\u00fcrnberg_Ice_Tigers", "http://dbpedia.org/resource/Brantford_Blast", "http://dbpedia.org/resource/EC_Red_Bull_Salzburg", "http://dbpedia.org/resource/Columbus_Blue_Jackets", "http://dbpedia.org/resource/SKA_Saint_Petersburg", "http://dbpedia.org/resource/Hannover_Scorpions", "http://dbpedia.org/resource/New_York_Rangers", "http://dbpedia.org/resource/Manchester_Storm_(2015\u2013)", "http://dbpedia.org/resource/Nomad_Nur-Sultan", "http://dbpedia.org/resource/HKM_Zvolen", "http://dbpedia.org/resource/New_Jersey_Devils", "http://dbpedia.org/resource/\u00d6rebro_HK", "http://dbpedia.org/resource/Boston_Bruins", "http://dbpedia.org/resource/HC_\u0160koda_Plze\u0148", "http://dbpedia.org/resource/HK_Poprad", "http://dbpedia.org/resource/V\u00e4sterviks_IK", "http://dbpedia.org/resource/Djurg\u00e5rdens_IF_Hockey", "http://dbpedia.org/resource/HC_Slovan_Bratislava", "http://dbpedia.org/resource/PSG_Berani_Zl\u00edn", "http://dbpedia.org/resource/HC_Bozen\u2013Bolzano", "http://dbpedia.org/resource/HK_2016_Trebi\u0161ov", "http://dbpedia.org/resource/HC_Litv\u00ednov", "http://dbpedia.org/resource/HC_Slavia_Praha", "http://dbpedia.org/resource/HC_V\u00edtkovice_Ridera", "http://dbpedia.org/resource/HC_TWK_Innsbruck", "http://dbpedia.org/resource/Herning_Blue_Fox", "http://dbpedia.org/resource/IF_Bj\u00f6rkl\u00f6ven", "http://dbpedia.org/resource/HC_Sparta_Praha", "http://dbpedia.org/resource/Lule\u00e5_HF", "http://dbpedia.org/resource/Asiago_Hockey_1935", "http://dbpedia.org/resource/SC_Rapperswil-Jona_Lakers", "http://dbpedia.org/resource/Tampa_Bay_Lightning", "http://dbpedia.org/resource/Modo_Hockey_Dam", "http://dbpedia.org/resource/Vegas_Golden_Knights", "http://dbpedia.org/resource/Barys_Nur-Sultan", "http://dbpedia.org/resource/Nashville_Predators", "http://dbpedia.org/resource/Memmingen_Indians", "http://dbpedia.org/resource/Maine_Black_Bears", "http://dbpedia.org/resource/ZSC_Lions", "http://dbpedia.org/resource/Edmonton_Oilers", "http://dbpedia.org/resource/HC_CSKA_Moscow", "http://dbpedia.org/resource/Modo_Hockey", "http://dbpedia.org/resource/Coventry_Blaze", "http://dbpedia.org/resource/Chicago_Wolves", "http://dbpedia.org/resource/SC_Bern", "http://dbpedia.org/resource/HC_Dukla_Jihlava", "http://dbpedia.org/resource/HC_Ocel\u00e1\u0159i_T\u0159inec", "http://dbpedia.org/resource/HC_Energie_Karlovy_Vary", "http://dbpedia.org/resource/Oulun_K\u00e4rp\u00e4t", "http://dbpedia.org/resource/Vlci_\u017dilina", "http://dbpedia.org/resource/Montreal_Canadiens", "http://dbpedia.org/resource/HC_Ambr\u00ec-Piotta", "http://dbpedia.org/resource/Bryn\u00e4s_IF", "http://dbpedia.org/resource/ERC_Ingolstadt", "http://dbpedia.org/resource/Winnipeg_Jets", "http://dbpedia.org/resource/HC_Shakhtyor_Soligorsk", "http://dbpedia.org/resource/Avangard_Omsk", "http://dbpedia.org/resource/EVB_Eagles_S\u00fcdtirol", "http://dbpedia.org/resource/HC_Donbass", "http://dbpedia.org/resource/Metallurg_Magnitogorsk", "http://dbpedia.org/resource/Amur_Khabarovsk", "http://dbpedia.org/resource/Sokol_Krasnoyarsk", "http://dbpedia.org/resource/PSK_Sakhalin", "http://dbpedia.org/resource/Mikkelin_Jukurit", "http://dbpedia.org/resource/R\u00f6gle_BK", "http://dbpedia.org/resource/KalPa", "http://dbpedia.org/resource/HC_\u00c4ss\u00e4t_Pori_Oy", "http://dbpedia.org/resource/Ak_Bars_Kazan", "http://dbpedia.org/resource/Almtuna_IS", "http://dbpedia.org/resource/BIK_Karlskoga", "http://dbpedia.org/resource/Toronto_Maple_Leafs", "http://dbpedia.org/resource/Aalborg_Pirates", "http://dbpedia.org/resource/Arizona_Coyotes", "http://dbpedia.org/resource/Salavat_Yulaev_Ufa", "http://dbpedia.org/resource/EHC_Biel", "http://dbpedia.org/resource/HV71", "http://dbpedia.org/resource/Yermak_Angarsk", "http://dbpedia.org/resource/Lukko", "http://dbpedia.org/resource/Lahti_Pelicans", "http://dbpedia.org/resource/Iisalmen_Peli-Karhut", "http://dbpedia.org/resource/HPK", "http://dbpedia.org/resource/Ilves", "http://dbpedia.org/resource/F\u00e4rjestad_BK", "http://dbpedia.org/resource/HIFK", "http://dbpedia.org/resource/Rovaniemen_Kiekko", "http://dbpedia.org/resource/Seattle_Kraken", "http://dbpedia.org/resource/ESC_Planegg", "http://dbpedia.org/resource/Atlant_Moscow_Oblast", "http://dbpedia.org/resource/Rubin_Tyumen", "http://dbpedia.org/resource/Arlan_Kokshetau", "http://dbpedia.org/resource/HK_Martin", "http://dbpedia.org/resource/Ryt\u00ed\u0159i_Kladno", "http://dbpedia.org/resource/HC_Kometa_Brno", "http://dbpedia.org/resource/Avtomobilist_Yekaterinburg", "http://dbpedia.org/resource/Gornyak_Rudny", "http://dbpedia.org/resource/HC_Dynamo_Pardubice", "http://dbpedia.org/resource/HC_Ko\u0161ice", "http://dbpedia.org/resource/Tappara", "http://dbpedia.org/resource/HC_Astana", "http://dbpedia.org/resource/Gyergy\u00f3i_HK", "http://dbpedia.org/resource/HSC_Cs\u00edkszereda", "http://dbpedia.org/resource/HC_Kunlun_Red_Star", "http://dbpedia.org/resource/Yertis_Pavlodar", "http://dbpedia.org/resource/Stavanger_Oilers", "http://dbpedia.org/resource/Straubing_Tigers", "http://dbpedia.org/resource/Kassel_Huskies", "http://dbpedia.org/resource/San_Jose_Barracuda", "http://dbpedia.org/resource/ESV_Kaufbeuren", "http://dbpedia.org/resource/Ottawa_Senators", "http://dbpedia.org/resource/Cleveland_Monsters", "http://dbpedia.org/resource/EHC_Basel", "http://dbpedia.org/resource/HC_Spartak_Moscow", "http://dbpedia.org/resource/HC_Dinamo_Minsk", "http://dbpedia.org/resource/Anaheim_Ducks", "http://dbpedia.org/resource/Washington_Capitals", "http://dbpedia.org/resource/HK_Dukla_Michalovce", "http://dbpedia.org/resource/Calgary_Inferno", "http://dbpedia.org/resource/AIK_Hockey_Dam", "http://dbpedia.org/resource/DK_Peregrine", "http://dbpedia.org/resource/Detroit_Red_Wings", "http://dbpedia.org/resource/Dinamo_Riga", "http://dbpedia.org/resource/HC_TPS", "http://dbpedia.org/resource/Porin_\u00c4ss\u00e4t_(men's_ice_hockey)", "http://dbpedia.org/resource/Dallas_Stars", "http://dbpedia.org/resource/Anyang_Halla", "http://dbpedia.org/resource/Schwenninger_Wild_Wings", "http://dbpedia.org/resource/Metallurg_Novokuznetsk", "http://dbpedia.org/resource/HC_Lada_Togliatti", "http://dbpedia.org/resource/Los_Angeles_Kings", "http://dbpedia.org/resource/HC_Yugra", "http://dbpedia.org/resource/New_York_Islanders", "http://dbpedia.org/resource/HC_Vityaz", "http://dbpedia.org/resource/MAC_Budapest_(women)", "http://dbpedia.org/resource/Chamonix_HC", "http://dbpedia.org/resource/HC_Agidel_Ufa", "http://dbpedia.org/resource/Torpedo_Nizhny_Novgorod", "http://dbpedia.org/resource/Boston_College_Eagles_women's_ice_hockey", "http://dbpedia.org/resource/EV_Lindau_Islanders", "http://dbpedia.org/resource/Orli_Znojmo", "http://dbpedia.org/resource/Bracknell_Queen_Bees", "http://dbpedia.org/resource/San_Jose_Sharks", "http://dbpedia.org/resource/HC_Almaty", "http://dbpedia.org/resource/KooKoo_(ice_hockey_club)", "http://dbpedia.org/resource/Molot-Prikamye_Perm", "http://dbpedia.org/resource/EC_VSV", "http://dbpedia.org/resource/Skellefte\u00e5_AIK", "http://dbpedia.org/resource/HIFK_Naiset", "http://dbpedia.org/resource/Duna\u00fajv\u00e1rosi_Ac\u00e9lbik\u00e1k", "http://dbpedia.org/resource/Link\u00f6ping_HC_Dam", "http://dbpedia.org/resource/KHL_Medve\u0161\u010dak_Zagreb", "http://dbpedia.org/resource/Guildford_Flames", "http://dbpedia.org/resource/Feh\u00e9rv\u00e1r_AV19", "http://dbpedia.org/resource/DVTK_Jegesmedv\u00e9k", "http://dbpedia.org/resource/Deggendorf_Fire", "http://dbpedia.org/resource/Eisb\u00e4ren_Berlin", "http://dbpedia.org/resource/D\u00fcsseldorfer_EG", "http://dbpedia.org/resource/KMH_Budapest_(women)", "http://dbpedia.org/resource/Fort_Wayne_Komets", "http://dbpedia.org/resource/HC_21_Pre\u0161ov", "http://dbpedia.org/resource/AIK_IF", "http://dbpedia.org/resource/Seibu_Princess_Rabbits", "http://dbpedia.org/resource/G\u00f6teborg_HC", "http://dbpedia.org/resource/Vlada_Boleslav", "http://dbpedia.org/resource/Sheffield_Steelers", "http://dbpedia.org/resource/Leeds_Knights", "http://dbpedia.org/resource/Bryn\u00e4s_IF_Dam", "http://dbpedia.org/resource/MHk_32_Liptovsk\u00fd_Mikul\u00e1\u0161", "http://dbpedia.org/resource/JYP_Jyv\u00e4skyl\u00e4", "http://dbpedia.org/resource/Gen\u00e8ve-Servette_HC", "http://dbpedia.org/resource/Seattle_Thunderbirds", "http://dbpedia.org/resource/HC_Lugano", "http://dbpedia.org/resource/KalPa_Naiset", "http://dbpedia.org/resource/HC_Bob\u0159i_Vala\u0161sk\u00e9_Mezi\u0159\u00ed\u010d\u00ed", "http://dbpedia.org/resource/Yale_Bulldogs_women's_ice_hockey", "http://dbpedia.org/resource/MAC_Budapest", "http://dbpedia.org/resource/KISE", "http://dbpedia.org/resource/Minnesota_Whitecaps", "http://dbpedia.org/resource/Worcester_Blades", "http://dbpedia.org/resource/ETC_Crimmitschau", "http://dbpedia.org/resource/Pittsburgh_Penguins", "http://dbpedia.org/resource/Kiekko-Espoo_Naiset", "http://dbpedia.org/resource/Br\u00fbleurs_de_Loups", "http://dbpedia.org/resource/Adler_Mannheim", "http://dbpedia.org/resource/Carolina_Hurricanes", "http://dbpedia.org/resource/Boston_Pride", "http://dbpedia.org/resource/SKIF_Nizhny_Novgorod", "http://dbpedia.org/resource/Shenzhen_KRS_Vanke_Rays", "http://dbpedia.org/resource/Metropolitan_Riveters", "http://dbpedia.org/resource/Lule\u00e5_HF/MSSK", "http://dbpedia.org/resource/Minnesota_Blue_J's", "http://dbpedia.org/resource/HC_Tornado", "http://dbpedia.org/resource/Ferencv\u00e1rosi_TC_(ice_hockey)", "http://dbpedia.org/resource/TUTO_Hockey", "http://dbpedia.org/resource/Florida_Panthers", "http://dbpedia.org/resource/IK_Oskarshamn", "http://dbpedia.org/resource/Leksands_IF", "http://dbpedia.org/resource/Malm\u00f6_Redhawks", "http://dbpedia.org/resource/Free_agent", "http://dbpedia.org/resource/Toyota_Cygnus", "http://dbpedia.org/resource/Vaasan_Sport", "http://dbpedia.org/resource/HC_Pustertal_W\u00f6lfe", "http://dbpedia.org/resource/Grizzlys_Wolfsburg", "http://dbpedia.org/resource/Nice_hockey_C\u00f4te_d'Azur", "http://dbpedia.org/resource/Toronto_Six", "http://dbpedia.org/resource/St._Lawrence_Saints_women's_ice_hockey", "http://dbpedia.org/resource/Brampton_Beast", "http://dbpedia.org/resource/Storhamar_Ishockey", "http://dbpedia.org/resource/BK_Mlad\u00e1_Boleslav", "http://dbpedia.org/resource/Lacombe_Generals", "http://dbpedia.org/resource/Diables_Rouges_de_Brian\u00e7on", "http://dbpedia.org/resource/Augsburger_Panther", "http://dbpedia.org/resource/Vienna_Capitals", "http://dbpedia.org/resource/St._Louis_Blues", "http://dbpedia.org/resource/Frisk_Asker_Ishockey", "http://dbpedia.org/resource/GKS_Tychy_(ice_hockey)", "http://dbpedia.org/resource/CS_Progym_Gheorgheni", "http://dbpedia.org/resource/Graz_99ers", "http://dbpedia.org/resource/Lausanne_HC", "http://dbpedia.org/resource/Nottingham_Panthers", "http://dbpedia.org/resource/GKS_Hockey", "http://dbpedia.org/resource/SaiPa", "http://dbpedia.org/resource/HK_Nitra", "http://dbpedia.org/resource/EC_Peiting", "http://dbpedia.org/resource/IHC_P\u00edsek", "http://dbpedia.org/resource/HC_B\u00edl\u00ed_Tyg\u0159i_Liberec", "http://dbpedia.org/resource/EC_KAC", "http://dbpedia.org/resource/GKS_Katowice_(ice_hockey)", "http://dbpedia.org/resource/HC_Lev_Praha", "http://dbpedia.org/resource/HC_P\u0159\u00edbram", "http://dbpedia.org/resource/Leksands_IF_Dam", "http://dbpedia.org/resource/EHC_Olten", "http://dbpedia.org/resource/Vancouver_Canucks", "http://dbpedia.org/resource/Cardiff_Devils", "http://dbpedia.org/resource/V\u00e4xj\u00f6_Lakers", "http://dbpedia.org/resource/Daemyung_Killer_Whales", "http://dbpedia.org/resource/Minnesota_Golden_Gophers_men's_ice_hockey", "http://dbpedia.org/resource/Buffalo_Sabres", "http://dbpedia.org/resource/Timr\u00e5_IK", "http://dbpedia.org/resource/Motor_\u010cesk\u00e9_Bud\u011bjovice", "http://dbpedia.org/resource/SK_Trha\u010di_Kada\u0148", "http://dbpedia.org/resource/Trenton_Titans", "http://dbpedia.org/resource/EV_Landshut", "http://dbpedia.org/resource/HC_Davos", "http://dbpedia.org/resource/ZSC_Lions_Frauen", "http://dbpedia.org/resource/M\u00f6rrums_GoIS_IK", "http://dbpedia.org/resource/Esbjerg_Energy", "http://dbpedia.org/resource/Imatran_Ketter\u00e4", "http://dbpedia.org/resource/Prince_George_Cougars", "http://dbpedia.org/resource/HC_2001_Kladno", "http://dbpedia.org/resource/Red_Eagles_Hokkaido", "http://dbpedia.org/resource/Wisconsin_Badgers_women's_ice_hockey", "http://dbpedia.org/resource/Vaughan_Flames", "http://dbpedia.org/resource/Philadelphia_Flyers", "http://dbpedia.org/resource/HC_Valpellice", "http://dbpedia.org/resource/Ravensburg_Towerstars", "http://dbpedia.org/resource/Suwon_City_Hall_women's_ice_hockey_team", "http://dbpedia.org/resource/Dragons_de_Rouen", "http://dbpedia.org/resource/HK_Spi\u0161sk\u00e1_Nov\u00e1_Ves", "http://dbpedia.org/resource/Sparta_Warriors", "http://dbpedia.org/resource/Mora_IK", "http://dbpedia.org/resource/HC_'05_Bansk\u00e1_Bystrica", "http://dbpedia.org/resource/HC_Neftekhimik_Nizhnekamsk", "http://dbpedia.org/resource/HC_19_Humenn\u00e9", "http://dbpedia.org/resource/Boxers_de_Bordeaux", "http://dbpedia.org/resource/Cz:VHK_ROBE_Vset\u00edn", "http://dbpedia.org/resource/Espoo_Blues", "http://dbpedia.org/resource/Steinbach_Black_Wings_Linz", "http://dbpedia.org/resource/TPS_Naiset", "http://dbpedia.org/resource/Connecticut_Whale_(PHF)", "http://dbpedia.org/resource/EHC_Winterthur", "http://dbpedia.org/resource/Toronto_Furies", "http://dbpedia.org/resource/Dresdner_Eisl\u00f6wen", "http://dbpedia.org/resource/Herlev_Eagles", "http://dbpedia.org/resource/SC_Bietigheim_Steelers", "http://dbpedia.org/resource/Calgary_Flames", "http://dbpedia.org/resource/Toronto_Marlies", "http://dbpedia.org/resource/Prince_Albert_Raiders", "http://dbpedia.org/resource/Belfast_Giants", "http://dbpedia.org/resource/Admiral_Vladivostok", "http://dbpedia.org/resource/New_Hampshire_Wildcats_women's_ice_hockey", "http://dbpedia.org/resource/Chicago_Blackhawks", "http://dbpedia.org/resource/K\u00f6lner_Haie", "http://dbpedia.org/resource/R\u00f8dovre_Mighty_Bulls", "http://dbpedia.org/resource/Narvik_IK", "http://dbpedia.org/resource/HC_Vita_H\u00e4sten", "http://dbpedia.org/resource/Anglet_Hormadi_\u00c9lite", "http://dbpedia.org/resource/HC_Neman_Grodno", "http://dbpedia.org/resource/HIFK_Hockey", "http://dbpedia.org/resource/Tingsryds_AIF", "http://dbpedia.org/resource/Djurg\u00e5rdens_IF_Hockey_(women)", "http://dbpedia.org/resource/Malm\u00f6_Redhawks_Dam", "http://dbpedia.org/resource/Providence_Bruins", "http://dbpedia.org/resource/FK_Hajduk_Beograd", "http://dbpedia.org/resource/Serbian_White_Eagles_FC", "http://dbpedia.org/resource/FK_Vr\u0161ac", "http://dbpedia.org/resource/FC_Arda_Kardzhali", "http://dbpedia.org/resource/FK_BSK_Batajnica", "http://dbpedia.org/resource/FK_Be\u017eanija", "http://dbpedia.org/resource/FK_Brodarac", "http://dbpedia.org/resource/FK_Budu\u0107nost_Dobanovci", "http://dbpedia.org/resource/FK_Gorno_Lisi\u010de", "http://dbpedia.org/resource/FK_Rad", "http://dbpedia.org/resource/FK_Radni\u010dki_Beograd", "http://dbpedia.org/resource/FK_Smederevo_1924", "http://dbpedia.org/resource/FK_Zvezdara", "http://dbpedia.org/resource/POFC_Botev_Vratsa", "http://dbpedia.org/resource/Kiekko-Espoo", "http://dbpedia.org/resource/EV_Bomo_Thun", "http://dbpedia.org/resource/EC_Bad_T\u00f6lz", "http://dbpedia.org/resource/UMass_Minutemen_ice_hockey", "http://dbpedia.org/resource/Kongsvinger_Knights", "http://dbpedia.org/resource/HC_Thurgau", "http://dbpedia.org/resource/Iserlohn_Roosters", "http://dbpedia.org/resource/Severstal_Cherepovets", "http://dbpedia.org/resource/Belye_Medveditsy", "http://dbpedia.org/resource/DEAC_(ice_hockey)", "http://dbpedia.org/resource/KHL_Sisak", "http://dbpedia.org/resource/Beibarys_Atyrau", "http://dbpedia.org/resource/Lokomotiv_Orsha", "http://dbpedia.org/resource/Wilkes-Barre/Scranton_Penguins", "http://dbpedia.org/resource/Tri-City_Storm", "http://dbpedia.org/resource/HC_Fassa_Falcons", "http://dbpedia.org/resource/SC_Reinach_Damen", "http://dbpedia.org/resource/HK_Dukla_Tren\u010d\u00edn", "http://dbpedia.org/resource/Florida_Everblades", "http://dbpedia.org/resource/HC_Sibir_Novosibirsk", "http://dbpedia.org/resource/Rapaces_de_Gap", "http://dbpedia.org/resource/Toledo_Walleye", "http://dbpedia.org/resource/Dornbirn_Bulldogs", "http://dbpedia.org/resource/Rockford_IceHogs", "http://dbpedia.org/resource/Str\u00f6msbro_IF", "http://dbpedia.org/resource/Sheffield_Steeldogs", "http://dbpedia.org/resource/1._EV_Weiden", "http://dbpedia.org/resource/North_Bay_Battalion", "http://dbpedia.org/resource/SK_Hor\u00e1ck\u00e1_Slavia_T\u0159eb\u00ed\u010d", "http://dbpedia.org/resource/Ontario_Reign", "http://dbpedia.org/resource/UConn_Huskies_women's_ice_hockey", "http://dbpedia.org/resource/Vancouver_Giants", "http://dbpedia.org/resource/Providence_Friars_women's_ice_hockey", "http://dbpedia.org/resource/EV_Zug", "http://dbpedia.org/resource/Frederikshavn_White_Hawks", "http://dbpedia.org/resource/S\u00f8nderjyskE_Ishockey", "http://dbpedia.org/resource/Orlando_Solar_Bears", "http://dbpedia.org/resource/Calgary_Oval_X-Treme", "http://dbpedia.org/resource/Winnipeg_Ice", "http://dbpedia.org/resource/SC_Langenthal", "http://dbpedia.org/resource/Markham_Thunder", "http://dbpedia.org/resource/Les_Canadiennes_de_Montr\u00e9al", "http://dbpedia.org/resource/University_of_Ottawa", "http://dbpedia.org/resource/Pir\u00e1ti_Chomutov", "http://dbpedia.org/resource/Merrimack_Warriors_women's_ice_hockey", "http://dbpedia.org/resource/Princeton_Tigers_women's_ice_hockey", "http://dbpedia.org/resource/Saint-Georges_Cool_FM_103.5", "http://dbpedia.org/resource/Hamilton_Steelhawks_(senior)", "http://dbpedia.org/resource/Utica_Comets", "http://dbpedia.org/resource/Rungsted_Ishockey_Klub", "http://dbpedia.org/resource/Saint_Pierre_and_Miquelon_national_football_team", "http://dbpedia.org/resource/A.S._Saint_Pierraise", "http://dbpedia.org/resource/Hudiksvalls_HC", "http://dbpedia.org/resource/Bossier-Shreveport_Mudbugs", "http://dbpedia.org/resource/AaB_Ishockey_Damer", "http://dbpedia.org/resource/Vermont_Catamounts_women's_ice_hockey", "http://dbpedia.org/resource/Wisconsin_Badgers_men's_ice_hockey", "http://dbpedia.org/resource/Corsaires_de_Dunkerque", "http://dbpedia.org/resource/Harvard_Crimson_men's_ice_hockey", "http://dbpedia.org/resource/RPI_Engineers_women's_ice_hockey", "http://dbpedia.org/resource/HC_Red_Ice", "http://dbpedia.org/resource/Mountfield_HK", "http://dbpedia.org/resource/Nikk\u014d_Ice_Bucks", "http://dbpedia.org/resource/Mitsuboshi_Daito_Peregrine", "http://dbpedia.org/resource/Mikage_Gretz", "http://dbpedia.org/resource/Greenville_Swamp_Rabbits", "http://dbpedia.org/resource/HC_Sarov", "http://dbpedia.org/resource/HC_Ryazan", "http://dbpedia.org/resource/Cracovia_(ice_hockey)", "http://dbpedia.org/resource/HDD_Olimpija_Ljubljana", "http://dbpedia.org/resource/Manitoba_Moose", "http://dbpedia.org/resource/HC_Stadion_Litom\u011b\u0159ice", "http://dbpedia.org/resource/HC_Olomouc", "http://dbpedia.org/resource/HC_Sochi", "http://dbpedia.org/resource/Laval_Predators", "http://dbpedia.org/resource/Milton_Keynes_Lightning", "http://dbpedia.org/resource/Minnesota_State_Mavericks_women's_ice_hockey", "http://dbpedia.org/resource/Dinamo-Neva_Saint_Petersburg", "http://dbpedia.org/resource/Kamloops_Blazers", "http://dbpedia.org/resource/Hvidovre_IK_Kvinder", "http://dbpedia.org/resource/Minnesota_Golden_Gophers_women's_ice_hockey", "http://dbpedia.org/resource/V\u00e4ster\u00e5s_IK", "http://dbpedia.org/resource/Ducs_d'Angers", "http://dbpedia.org/resource/Tohoku_Free_Blades", "http://dbpedia.org/resource/Jokerit", "http://dbpedia.org/resource/Brest_Albatros_Hockey", "http://dbpedia.org/resource/St.Thomas_University,_Saint_Paul-MN_-_USA", "http://dbpedia.org/resource/Oulunkyl\u00e4n_Kiekko-Kerho", "http://dbpedia.org/resource/Saginaw_Spirit", "http://dbpedia.org/resource/Buran_Voronezh", "http://dbpedia.org/resource/Peliitat_Heinola", "http://dbpedia.org/resource/\u00dajpesti_TE_(ice_hockey)", "http://dbpedia.org/resource/MHK_Dubnica_nad_V\u00e1hom", "http://dbpedia.org/resource/Gr\u00e4storps_IK", "http://dbpedia.org/resource/HC_Banik_Sokolov", "http://dbpedia.org/resource/HC_Fribourg-Gott\u00e9ron", "http://dbpedia.org/resource/Bisons_de_Neuilly-sur-Marne", "http://dbpedia.org/resource/HC_Ajoie", "http://dbpedia.org/resource/Saryarka_Karagandy", "http://dbpedia.org/resource/BC_Samara", "http://dbpedia.org/resource/Biryusa_Krasnoyarsk", "http://dbpedia.org/resource/HV71_Dam", "http://dbpedia.org/resource/L\u00f8renskog_IK", "http://dbpedia.org/resource/EHC_Bregenzerwald", "http://dbpedia.org/resource/Bakersfield_Condors_(1998\u20132015)", "http://dbpedia.org/resource/Stoney_Creek_Generals", "http://dbpedia.org/resource/HPK_Kiekkonaiset", "http://dbpedia.org/resource/JKH_GKS_Jastrz\u0119bie", "http://dbpedia.org/resource/HK_M\u0160K_Indian_\u017diar_nad_Hronom", "http://dbpedia.org/resource/United_States_national_team", "http://dbpedia.org/resource/HC_T\u00e1bor", "http://dbpedia.org/resource/Daishin_Hockey", "http://dbpedia.org/resource/HC_Topo\u013e\u010dany", "http://dbpedia.org/resource/Colgate_Raiders_women's_ice_hockey", "http://dbpedia.org/resource/London_Knights", "http://dbpedia.org/resource/Meg\u00e8ve_HC", "http://dbpedia.org/resource/Michigan_Wolverines_men's_ice_hockey", "http://dbpedia.org/resource/Chevaliers_du_lac_d'Annecy", "http://dbpedia.org/resource/Mississauga_Steelheads", "http://dbpedia.org/resource/KeuPa_HT", "http://dbpedia.org/resource/Aspl\u00f6ven_HC", "http://dbpedia.org/resource/Dundas_Real_McCoys", "http://dbpedia.org/resource/Invicta_Dymamos", "http://dbpedia.org/resource/Lausitzer_F\u00fcchse", "http://dbpedia.org/resource/HT_Thurgau_Ladies", "http://dbpedia.org/resource/Starbulls_Rosenheim", "http://dbpedia.org/resource/SC_Riessersee", "http://dbpedia.org/resource/L\u00f6wen_Frankfurt", "http://dbpedia.org/resource/EHC_Red_Bull_M\u00fcnchen", "http://dbpedia.org/resource/Taesongsan_Sports_Club", "http://dbpedia.org/resource/HC_Tambov", "http://dbpedia.org/resource/HK_Riga", "http://dbpedia.org/resource/Krefeld_Pinguine", "http://dbpedia.org/resource/HK_Kurbads", "http://dbpedia.org/resource/Odense_Bulldogs", "http://dbpedia.org/resource/HC_Sion", "http://dbpedia.org/resource/HC_07_Detva", "http://dbpedia.org/resource/Koovee_(ice_hockey)", "http://dbpedia.org/resource/Glasgow_Clan", "http://dbpedia.org/resource/Brock_Badgers", "http://dbpedia.org/resource/HC_Slovan_\u00daste\u010dt\u00ed_Lvi", "http://dbpedia.org/resource/Varberg_Vipers", "http://dbpedia.org/resource/HC_RT_Torax_Poruba", "http://dbpedia.org/resource/Humo_Tashkent", "http://dbpedia.org/resource/Bor\u00e5s_HC", "http://dbpedia.org/resource/Cornell_Big_Red_women's_ice_hockey", "http://dbpedia.org/resource/Stony_Plain_Eagles", "http://dbpedia.org/resource/HK_Partizan", "http://dbpedia.org/resource/VEU_Feldkirch", "http://dbpedia.org/resource/Mitsuboshi_Daito_Perigrine", "http://dbpedia.org/resource/Sokil_Kyiv", "http://dbpedia.org/resource/Quinnipiac_Bobcats_men's_ice_hockey"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/magazine> <http://dbpedia.org/resource/Jump_Square> . ?x <http://dbpedia.org/property/author> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Nisio_Isin", "http://dbpedia.org/resource/Tsugumi_Ohba", "M", "Tsugumi Ohba", "Asaura", "Kosuke Masuda", "http://dbpedia.org/resource/Clamp_(manga_artists)", "http://dbpedia.org/resource/Usamaru_Furuya", "http://dbpedia.org/resource/Yomi_Hirasaka", "Yomi Hirasaka", "Various authors", "Misaki Harukawa", "Sana Kirioka", "Kenichi Kond\u014d", "Hajime Kazu", "Mari Okada", "http://dbpedia.org/resource/Nobuhiro_Watsuki", "Nobuhiro Watsuki", "Yoshiaki Sukeno", "Stan Lee", "Sh\u014d Aimoto", "http://dbpedia.org/resource/Tomohiro_Matsu", "Tomohiro Matsu", "http://dbpedia.org/resource/Takeshi_Konomi", "Takeshi Konomi", "Robinson Haruhara", "http://dbpedia.org/resource/Takaya_Kagami", "Takaya Kagami", "http://dbpedia.org/resource/Hiroshi_Sakurazaka", "Hiroshi Sakurazaka", "Ry\u014dsuke Takeuchi", "Takatoshi Nakamura", "Hajime Tanaka", "koppy", "Ry\u014dma Kitada", "http://dbpedia.org/resource/Jin_Kobayashi", "Keish\u016b Ando", "http://dbpedia.org/resource/Katsura_Hoshino", "Kaya Kizaki", "http://dbpedia.org/resource/Tatsuya_Endo", "http://dbpedia.org/resource/Saki_Hasemi", "Saki Hasemi", "http://dbpedia.org/resource/Fuyumi_Ono", "Akinari Asakura", "http://dbpedia.org/resource/Kazue_Kato", "Kazue Kato", "Amyu", "http://dbpedia.org/resource/Kentar\u014d_Katayama", "Kentar\u014d Katayama", "Kaworu Kurosaki"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Bacteria>}"}, "answers": ["http://dbpedia.org/resource/Ancylobacter", "http://dbpedia.org/resource/Advenella", "http://dbpedia.org/resource/Advenella_faeciporci", "http://dbpedia.org/resource/Advenella_incenata", "http://dbpedia.org/resource/Advenella_kashmirensis", "http://dbpedia.org/resource/Advenella_mimigardefordensis", "http://dbpedia.org/resource/Aegyptianella", "http://dbpedia.org/resource/Aeribacillus", "http://dbpedia.org/resource/Aerococcus", "http://dbpedia.org/resource/Aerococcus_sanguinicola", "http://dbpedia.org/resource/Aerococcus_urinae", "http://dbpedia.org/resource/Aerococcus_viridans", "http://dbpedia.org/resource/Aeromonadales", "http://dbpedia.org/resource/Aestuariibacter", "http://dbpedia.org/resource/Aestuariibacter_aggregatus", "http://dbpedia.org/resource/Aestuariibacter_halophilus", "http://dbpedia.org/resource/Aestuariibacter_salexigens", "http://dbpedia.org/resource/Aestuariibaculum", "http://dbpedia.org/resource/Aestuariibaculum_scopimerae", "http://dbpedia.org/resource/Aestuariibaculum_suncheonense", "http://dbpedia.org/resource/Aestuariibius", "http://dbpedia.org/resource/Aestuariicella", "http://dbpedia.org/resource/Aestuariicoccus", "http://dbpedia.org/resource/Aestuariihabitans", "http://dbpedia.org/resource/Aestuariihabitans_beolgyonensis", "http://dbpedia.org/resource/Aestuariimicrobium", "http://dbpedia.org/resource/Aestuariimonas", "http://dbpedia.org/resource/Aestuariispira", "http://dbpedia.org/resource/Aestuariispira_insulae", "http://dbpedia.org/resource/Aestuariivirga_litoralis", "http://dbpedia.org/resource/Aestuariivita", "http://dbpedia.org/resource/Aestuariivivens", "http://dbpedia.org/resource/Aestuarium", "http://dbpedia.org/resource/Afifella", "http://dbpedia.org/resource/Afifella_marina", "http://dbpedia.org/resource/Afifella_pfennigii", "http://dbpedia.org/resource/Afipia_birgiae", "http://dbpedia.org/resource/Afipia_broomeae", "http://dbpedia.org/resource/Afipia_carboxidovorans", "http://dbpedia.org/resource/Afipia_clevelandensis", "http://dbpedia.org/resource/Afipia_felis", "http://dbpedia.org/resource/Afipia_massiliensis", "http://dbpedia.org/resource/Agaribacter", "http://dbpedia.org/resource/Agaribacter_marinus", "http://dbpedia.org/resource/Agaricicola", "http://dbpedia.org/resource/Agarivorans", "http://dbpedia.org/resource/Agarivorans_aestuarii", "http://dbpedia.org/resource/Agarivorans_albus", "http://dbpedia.org/resource/Agarivorans_gilvus", "http://dbpedia.org/resource/Agarivorans_litoreus", "http://dbpedia.org/resource/Agathobacter", "http://dbpedia.org/resource/Agathobacter_rectalis", "http://dbpedia.org/resource/Aggregatibacter", "http://dbpedia.org/resource/Aggregatibacter_actinomycetemcomitans", "http://dbpedia.org/resource/Aggregatibacter_aphrophilus", "http://dbpedia.org/resource/Apibacter", "http://dbpedia.org/resource/Apibacter_adventoris", "http://dbpedia.org/resource/Apibacter_mensalis", "http://dbpedia.org/resource/Apibacter_muscae", "http://dbpedia.org/resource/Apibacter_raozihei", "http://dbpedia.org/resource/Apilactobacillus_apinorum", "http://dbpedia.org/resource/Aquabacter", "http://dbpedia.org/resource/Aquabacter_spiritensis", "http://dbpedia.org/resource/Aquabacterium", "http://dbpedia.org/resource/Aquabacterium_citratiphilum", "http://dbpedia.org/resource/Aquabacterium_commune", "http://dbpedia.org/resource/Aquabacterium_fontiphilum", "http://dbpedia.org/resource/Aquabacterium_hongkongensis", "http://dbpedia.org/resource/Aquabacterium_limnoticum", "http://dbpedia.org/resource/Aquabacterium_olei", "http://dbpedia.org/resource/Aquabacterium_parvum", "http://dbpedia.org/resource/Aquamicrobium", "http://dbpedia.org/resource/Aquamicrobium_aerolatum", "http://dbpedia.org/resource/Aquamicrobium_aestuarii", "http://dbpedia.org/resource/Aquamicrobium_ahrensii", "http://dbpedia.org/resource/Aquamicrobium_defluvii", "http://dbpedia.org/resource/Aquamicrobium_lusatiense", "http://dbpedia.org/resource/Aquamicrobium_segne", "http://dbpedia.org/resource/Aquamicrobium_soli", "http://dbpedia.org/resource/Aquamicrobium_terrae", "http://dbpedia.org/resource/Aquaphilus", "http://dbpedia.org/resource/Aquaticitalea", "http://dbpedia.org/resource/Aquibacillus", "http://dbpedia.org/resource/Aquibacillus_albus", "http://dbpedia.org/resource/Aquibacillus_halophilus", "http://dbpedia.org/resource/Aquibacillus_salifodinae", "http://dbpedia.org/resource/Aquibacter", "http://dbpedia.org/resource/Aquibacter_zeaxanthinifaciens", "http://dbpedia.org/resource/Aquicoccus", "http://dbpedia.org/resource/Aquifex_aeolicus", "http://dbpedia.org/resource/Aquifex_pyrophilus", "http://dbpedia.org/resource/Aquiflexum", "http://dbpedia.org/resource/Aquiflexum_balticum", "http://dbpedia.org/resource/Aquimarina", "http://dbpedia.org/resource/Aquimarina_addita", "http://dbpedia.org/resource/Aquimarina_agarilytica", "http://dbpedia.org/resource/Aquimarina_agarivorans", "http://dbpedia.org/resource/Aquimarina_aggregata", "http://dbpedia.org/resource/Aquimarina_algicola", "http://dbpedia.org/resource/Aquimarina_algiphila", "http://dbpedia.org/resource/Aquimarina_atlantica", "http://dbpedia.org/resource/Aquimarina_celericrescens", "http://dbpedia.org/resource/Aquimarina_gracilis", "http://dbpedia.org/resource/Aquimarina_hainanensis", "http://dbpedia.org/resource/Aquimarina_intermedia", "http://dbpedia.org/resource/Aquimarina_latercula", "http://dbpedia.org/resource/Aquimarina_longa", "http://dbpedia.org/resource/Aquimarina_macrocephali", "http://dbpedia.org/resource/Aquimarina_megaterium", "http://dbpedia.org/resource/Aquimarina_muelleri", "http://dbpedia.org/resource/Aquimarina_mytili", "http://dbpedia.org/resource/Aquimarina_pacifica", "http://dbpedia.org/resource/Aquimarina_rubra", "http://dbpedia.org/resource/Aquimarina_salinaria", "http://dbpedia.org/resource/Aquimarina_sediminis", "http://dbpedia.org/resource/Aquimarina_seongsanensis", "http://dbpedia.org/resource/Aquimarina_spongiae", "http://dbpedia.org/resource/Aquimarina_spongiicola", "http://dbpedia.org/resource/Aquimarina_versatilis", "http://dbpedia.org/resource/Aquimixticola", "http://dbpedia.org/resource/Aquimonas", "http://dbpedia.org/resource/Aquincola", "http://dbpedia.org/resource/Aquincola_amnicola", "http://dbpedia.org/resource/Aquincola_tertiaricarbonis", "http://dbpedia.org/resource/Aquipluma", "http://dbpedia.org/resource/Aquirufa", "http://dbpedia.org/resource/Aquisalibacillus", "http://dbpedia.org/resource/Aquisalimonas", "http://dbpedia.org/resource/Aquisalimonas_asiatica", "http://dbpedia.org/resource/Aquisalimonas_halophila", "http://dbpedia.org/resource/Aquisalimonas_lutea", "http://dbpedia.org/resource/Aquisphaera", "http://dbpedia.org/resource/Arachidicoccus", "http://dbpedia.org/resource/Arachidicoccus_ginsenosidivorans", "http://dbpedia.org/resource/Arachidicoccus_rhizosphaerae", "http://dbpedia.org/resource/Arachidicoccus_soli", "http://dbpedia.org/resource/Arcicella", "http://dbpedia.org/resource/Arcicella_aquatica", "http://dbpedia.org/resource/Arcicella_aurantiaca", "http://dbpedia.org/resource/Arcicella_rigui", "http://dbpedia.org/resource/Arcicella_rosea", "http://dbpedia.org/resource/Arcobacter", "http://dbpedia.org/resource/Arcobacter_anaerophilus", "http://dbpedia.org/resource/Arcobacter_aquimarinus", "http://dbpedia.org/resource/Arcobacter_bivalviorum", "http://dbpedia.org/resource/Arcobacter_butzleri", "http://dbpedia.org/resource/Arcobacter_canalis", "http://dbpedia.org/resource/Arcobacter_cibarius", "http://dbpedia.org/resource/Arcobacter_cloacae", "http://dbpedia.org/resource/Arcobacter_ebronensis", "http://dbpedia.org/resource/Arcobacter_halophilus", "http://dbpedia.org/resource/Arcobacter_skirrowii", "http://dbpedia.org/resource/Arcobacter_suis", "http://dbpedia.org/resource/Arcobacter_venerupis", "http://dbpedia.org/resource/Arcticibacter", "http://dbpedia.org/resource/Arcticibacter_eurypsychrophilus", "http://dbpedia.org/resource/Arcticibacter_pallidicorallinus", "http://dbpedia.org/resource/Arcticibacter_svalbardensis", "http://dbpedia.org/resource/Arcticiflavibacter", "http://dbpedia.org/resource/Ardenticatena", "http://dbpedia.org/resource/Arenibacillus", "http://dbpedia.org/resource/Arenibacter", "http://dbpedia.org/resource/Arenicella", "http://dbpedia.org/resource/Arenicella_chitinivorans", "http://dbpedia.org/resource/Arenicella_xantha", "http://dbpedia.org/resource/Arenitalea", "http://dbpedia.org/resource/Arhodomonas", "http://dbpedia.org/resource/Arhodomonas_aquaeolei", "http://dbpedia.org/resource/Bosea_(bacterium)", "http://dbpedia.org/resource/Bosea_eneae", "http://dbpedia.org/resource/Bosea_lathyri", "http://dbpedia.org/resource/Bosea_lupini", "http://dbpedia.org/resource/Bosea_massiliensis", "http://dbpedia.org/resource/Bosea_minatitlanensis", "http://dbpedia.org/resource/Bosea_robiniae", "http://dbpedia.org/resource/Bosea_thiooxidans", "http://dbpedia.org/resource/Bosea_vaviloviae", "http://dbpedia.org/resource/Bosea_vestrisii", "http://dbpedia.org/resource/Boseongicola", "http://dbpedia.org/resource/Bowmanella", "http://dbpedia.org/resource/Bowmanella_denitrificans", "http://dbpedia.org/resource/Bowmanella_dokdonensis", "http://dbpedia.org/resource/Bowmanella_pacifica", "http://dbpedia.org/resource/Caryophanaceae", "http://dbpedia.org/resource/Castellaniella", "http://dbpedia.org/resource/Castellaniella_caeni", "http://dbpedia.org/resource/Castellaniella_daejeonensis", "http://dbpedia.org/resource/Castellaniella_fermenti", "http://dbpedia.org/resource/Castellaniella_ginsengisoli", "http://dbpedia.org/resource/Castellaniella_hirudinis", "http://dbpedia.org/resource/Compostibacillus", "http://dbpedia.org/resource/Compostibacter", "http://dbpedia.org/resource/Confluentibacter", "http://dbpedia.org/resource/Confluentibacter_citreus", "http://dbpedia.org/resource/Confluentibacter_lentus", "http://dbpedia.org/resource/Congregibacter_litoralis", "http://dbpedia.org/resource/Conservatibacter", "http://dbpedia.org/resource/Deleya_halophila", "http://dbpedia.org/resource/Dellaglioa_algida", "http://dbpedia.org/resource/Delphibacteria", "http://dbpedia.org/resource/Deminuibacter", "http://dbpedia.org/resource/Dendrosporobacter", "http://dbpedia.org/resource/Denitratisoma", "http://dbpedia.org/resource/Denitrobacterium", "http://dbpedia.org/resource/Dermatophilus_congolensis", "http://dbpedia.org/resource/Derxia", "http://dbpedia.org/resource/Derxia_gummosa", "http://dbpedia.org/resource/Derxia_lacustris", "http://dbpedia.org/resource/Desemzia", "http://dbpedia.org/resource/Desemzia_incerta", "http://dbpedia.org/resource/Desmospora", "http://dbpedia.org/resource/Desmospora_activa", "http://dbpedia.org/resource/Desmospora_profundinema", "http://dbpedia.org/resource/Desnuesiella", "http://dbpedia.org/resource/Desulfacinum", "http://dbpedia.org/resource/Desulfacinum_hydrothermale", "http://dbpedia.org/resource/Desulfacinum_infernum", "http://dbpedia.org/resource/Desulfatibacillum", "http://dbpedia.org/resource/Desulfatibacillum_aliphaticivorans", "http://dbpedia.org/resource/Desulfatibacillum_alkenivorans", "http://dbpedia.org/resource/Desulfatibacillum_alkenivorans_AK-01", "http://dbpedia.org/resource/Desulfatiferula", "http://dbpedia.org/resource/Desulfatiferula_berrensis", "http://dbpedia.org/resource/Desulfatiferula_olefinivorans", "http://dbpedia.org/resource/Desulfatirhabdium", "http://dbpedia.org/resource/Desulfatirhabdium_butyrativorans", "http://dbpedia.org/resource/Desulfatitalea", "http://dbpedia.org/resource/Desulfatitalea_tepidiphila", "http://dbpedia.org/resource/Desulfitobacterium", "http://dbpedia.org/resource/Desulfitobacterium_chlororespirans", "http://dbpedia.org/resource/Desulfitobacterium_dehalogenans", "http://dbpedia.org/resource/Desulfitobacterium_hafniense", "http://dbpedia.org/resource/Desulfitobacterium_metallireducens", "http://dbpedia.org/resource/Desulfobacter", "http://dbpedia.org/resource/Desulfobacter_curvatus", "http://dbpedia.org/resource/Desulfobacter_halotolerans", "http://dbpedia.org/resource/Desulfobacter_hydrogenophilus", "http://dbpedia.org/resource/Desulfobacter_latus", "http://dbpedia.org/resource/Desulfobacter_vibrioformis", "http://dbpedia.org/resource/Desulfobacteraceae", "http://dbpedia.org/resource/Desulfobacterales", "http://dbpedia.org/resource/Desulfobacterium", "http://dbpedia.org/resource/Desulfobacterium_autotrophicum", "http://dbpedia.org/resource/Desulfobacterium_catecholicum", "http://dbpedia.org/resource/Desulfobacterium_indolicum", "http://dbpedia.org/resource/Desulfobacula", "http://dbpedia.org/resource/Desulfobacula_phenolica", "http://dbpedia.org/resource/Desulfobacula_toluolica", "http://dbpedia.org/resource/Desulfobotulus", "http://dbpedia.org/resource/Desulfobotulus_alkaliphilus", "http://dbpedia.org/resource/Desulfobotulus_sapovorans", "http://dbpedia.org/resource/Desulfobulbaceae", "http://dbpedia.org/resource/Desulfobulbus_propionicus", "http://dbpedia.org/resource/Desulfocapsa", "http://dbpedia.org/resource/Desulfocapsa_sulfexigens", "http://dbpedia.org/resource/Desulfocapsa_thiozymogenes", "http://dbpedia.org/resource/Desulfocapsaceae", "http://dbpedia.org/resource/Desulfocella", "http://dbpedia.org/resource/Desulfocella_halophila", "http://dbpedia.org/resource/Desulfococcaceae", "http://dbpedia.org/resource/Desulfococcus", "http://dbpedia.org/resource/Desulfococcus_biacutus", "http://dbpedia.org/resource/Desulfococcus_multivorans", "http://dbpedia.org/resource/Desulfococcus_oleovorans", "http://dbpedia.org/resource/Desulfoconvexum", "http://dbpedia.org/resource/Desulfoconvexum_algidum", "http://dbpedia.org/resource/Desulfofaba", "http://dbpedia.org/resource/Desulfofaba_fastidiosa", "http://dbpedia.org/resource/Desulfofaba_gelida", "http://dbpedia.org/resource/Desulfofaba_hansenii", "http://dbpedia.org/resource/Desulfofrigus", "http://dbpedia.org/resource/Desulfofrigus_fragile", "http://dbpedia.org/resource/Desulfofrigus_oceanense", "http://dbpedia.org/resource/Desulfohalobiaceae", "http://dbpedia.org/resource/Desulfohalobium", "http://dbpedia.org/resource/Desulfohalobium_retbaense", "http://dbpedia.org/resource/Desulfoluna", "http://dbpedia.org/resource/Desulfomonile", "http://dbpedia.org/resource/Desulfomonile_limimaris", "http://dbpedia.org/resource/Desulfomonile_tiedjei", "http://dbpedia.org/resource/Desulfonatronobacter", "http://dbpedia.org/resource/Desulfonatronovibrio", "http://dbpedia.org/resource/Desulfonatronovibrio_hydrogenovorans", "http://dbpedia.org/resource/Desulfonatronovibrio_thiodismutans", "http://dbpedia.org/resource/Desulfonatronovibrionaceae", "http://dbpedia.org/resource/Desulfonatronum", "http://dbpedia.org/resource/Desulfonatronum_thioautotrophicum", "http://dbpedia.org/resource/Desulfonatronum_thiodismutans", "http://dbpedia.org/resource/Desulfonatronum_thiosulfatophilum", "http://dbpedia.org/resource/Desulfonema", "http://dbpedia.org/resource/Desulforegula", "http://dbpedia.org/resource/Desulforhopalus", "http://dbpedia.org/resource/Desulforhopalus_singaporensis", "http://dbpedia.org/resource/Desulforhopalus_vacuolatus", "http://dbpedia.org/resource/Desulfosalsimonas", "http://dbpedia.org/resource/Desulfosarcina", "http://dbpedia.org/resource/Desulfosarcina_alkanivorans", "http://dbpedia.org/resource/Desulfosarcina_ovata", "http://dbpedia.org/resource/Desulfosarcinaceae", "http://dbpedia.org/resource/Desulfospira", "http://dbpedia.org/resource/Desulfosporomusa", "http://dbpedia.org/resource/Desulfosporosinus", "http://dbpedia.org/resource/Desulfotignum", "http://dbpedia.org/resource/Desulfotomaculum", "http://dbpedia.org/resource/Desulfotomaculum_arcticum", "http://dbpedia.org/resource/Desulfotomaculum_geothermicum", "http://dbpedia.org/resource/Desulfotomaculum_halophilum", "http://dbpedia.org/resource/Desulfotomaculum_thermoacetoxidans", "http://dbpedia.org/resource/Desulfovibrio", "http://dbpedia.org/resource/Desulfovibrio_acrylicus", "http://dbpedia.org/resource/Desulfovibrio_aerotolerans", "http://dbpedia.org/resource/Desulfovibrio_aespoeensis", "http://dbpedia.org/resource/Desulfovibrio_alaskensis", "http://dbpedia.org/resource/Desulfovibrio_alcoholivorans", "http://dbpedia.org/resource/Desulfovibrio_alkalitolerans", "http://dbpedia.org/resource/Desulfovibrio_aminophilus", "http://dbpedia.org/resource/Desulfovibrio_arcticus", "http://dbpedia.org/resource/Desulfovibrio_bastinii", "http://dbpedia.org/resource/Desulfovibrio_biadhensis", "http://dbpedia.org/resource/Desulfovibrio_bizertensis", "http://dbpedia.org/resource/Desulfovibrio_brasiliensis", "http://dbpedia.org/resource/Desulfovibrio_burkinensis", "http://dbpedia.org/resource/Desulfovibrio_butyratiphilus", "http://dbpedia.org/resource/Desulfovibrio_capillatus", "http://dbpedia.org/resource/Desulfovibrio_carbinolicus", "http://dbpedia.org/resource/Desulfovibrio_dechloracetivorans", "http://dbpedia.org/resource/Desulfovibrio_desulfuricans", "http://dbpedia.org/resource/Desulfovibrio_ferrireducens", "http://dbpedia.org/resource/Desulfovibrio_gabonensis", "http://dbpedia.org/resource/Desulfovibrio_gracilis", "http://dbpedia.org/resource/Desulfovibrio_halophilus", "http://dbpedia.org/resource/Desulfovibrio_idahonensis", "http://dbpedia.org/resource/Desulfovibrio_magneticus", "http://dbpedia.org/resource/Desulfovibrio_marinisediminis", "http://dbpedia.org/resource/Desulfovibrio_marrakechensis", "http://dbpedia.org/resource/Desulfovibrio_oxyclinae", "http://dbpedia.org/resource/Desulfovibrio_paquesii", "http://dbpedia.org/resource/Desulfovibrio_piezophilus", "http://dbpedia.org/resource/Desulfovibrio_profundus", "http://dbpedia.org/resource/Desulfovibrio_putealis", "http://dbpedia.org/resource/Desulfovibrio_sulfodismutans", "http://dbpedia.org/resource/Desulfovibrio_vulgaris", "http://dbpedia.org/resource/Desulfovibrionaceae", "http://dbpedia.org/resource/Desulfovibrionales", "http://dbpedia.org/resource/Desulfovirgula", "http://dbpedia.org/resource/Desulfurella", "http://dbpedia.org/resource/Desulfurella_acetivorans", "http://dbpedia.org/resource/Desulfurella_amilsii", "http://dbpedia.org/resource/Desulfurella_kamchatkensis", "http://dbpedia.org/resource/Desulfurella_multipotens", "http://dbpedia.org/resource/Desulfurella_propionica", "http://dbpedia.org/resource/Desulfurellaceae", "http://dbpedia.org/resource/Desulfurobacterium_thermolithotrophum", "http://dbpedia.org/resource/Desulfuromonadaceae", "http://dbpedia.org/resource/Desulfuromonadales", "http://dbpedia.org/resource/Desulfuromonas", "http://dbpedia.org/resource/Desulfuromonas_acetoxidans", "http://dbpedia.org/resource/Desulfuromonas_chloroethenica", "http://dbpedia.org/resource/Desulfuromonas_michiganensis", "http://dbpedia.org/resource/Desulfuromonas_svalbardensis", "http://dbpedia.org/resource/Desulfuromusa_ferrireducens", "http://dbpedia.org/resource/Dethiobacter", "http://dbpedia.org/resource/Dethiobacter_alkaliphilus", "http://dbpedia.org/resource/Dethiosulfovibrio_peptidovorans", "http://dbpedia.org/resource/Devosia_chinhatensis", "http://dbpedia.org/resource/Devosia_confluentis", "http://dbpedia.org/resource/Devosia_crocina", "http://dbpedia.org/resource/Devosia_enhydra", "http://dbpedia.org/resource/Devosia_epidermidihirudinis", "http://dbpedia.org/resource/Devosia_geojensis", "http://dbpedia.org/resource/Devosia_ginsengisoli", "http://dbpedia.org/resource/Devosia_glacialis", "http://dbpedia.org/resource/Devosia_honganensis", "http://dbpedia.org/resource/Devosia_humi", "http://dbpedia.org/resource/Devosia_hwasunensis", "http://dbpedia.org/resource/Devosia_insulae", "http://dbpedia.org/resource/Devosia_limi", "http://dbpedia.org/resource/Devosia_mishustinii", "http://dbpedia.org/resource/Devosia_neptuniae", "http://dbpedia.org/resource/Devosia_pacifica", "http://dbpedia.org/resource/Devosia_psychrophila", "http://dbpedia.org/resource/Devosia_riboflavina", "http://dbpedia.org/resource/Devosia_soli", "http://dbpedia.org/resource/Devosia_subaequoris", "http://dbpedia.org/resource/Devosia_terrae", "http://dbpedia.org/resource/Devosia_yakushimensis", "http://dbpedia.org/resource/Veillonella", "http://dbpedia.org/resource/Victivallis_vadensis", "http://dbpedia.org/resource/Dokdonella", "http://dbpedia.org/resource/Dokdonella_fugitiva", "http://dbpedia.org/resource/Dokdonella_ginsengisoli", "http://dbpedia.org/resource/Dokdonella_immobilis", "http://dbpedia.org/resource/Dokdonella_koreensis", "http://dbpedia.org/resource/Dokdonella_kunshanensis", "http://dbpedia.org/resource/Dokdonella_soli", "http://dbpedia.org/resource/Dokdonia", "http://dbpedia.org/resource/Dokdonia_donghaensis", "http://dbpedia.org/resource/Dolosicoccus", "http://dbpedia.org/resource/Dolosicoccus_paucivorans", "http://dbpedia.org/resource/Dolosigranulum", "http://dbpedia.org/resource/Dolosigranulum_pigrum", "http://dbpedia.org/resource/Domibacillus", "http://dbpedia.org/resource/Domibacillus_antri", "http://dbpedia.org/resource/Domibacillus_enclensis", "http://dbpedia.org/resource/Domibacillus_indicus", "http://dbpedia.org/resource/Domibacillus_iocasae", "http://dbpedia.org/resource/Domibacillus_robiginosus", "http://dbpedia.org/resource/Domibacillus_tundrae", "http://dbpedia.org/resource/Ferribacterium", "http://dbpedia.org/resource/Ferribacterium_limneticum", "http://dbpedia.org/resource/Ferrimonadaceae", "http://dbpedia.org/resource/Ferrimonas", "http://dbpedia.org/resource/Ferrimonas_balearica", "http://dbpedia.org/resource/Ferrimonas_gelatinilytica", "http://dbpedia.org/resource/Ferrimonas_kyonanensis", "http://dbpedia.org/resource/Ferrimonas_marina", "http://dbpedia.org/resource/Ferrimonas_pelagia", "http://dbpedia.org/resource/Ferrimonas_sediminum", "http://dbpedia.org/resource/Ferrimonas_senticii", "http://dbpedia.org/resource/Ferruginibacter", "http://dbpedia.org/resource/Ferruginibacter_alkalilentus", "http://dbpedia.org/resource/Ferruginibacter_paludis", "http://dbpedia.org/resource/Ferruginibacter_yonginensis", "http://dbpedia.org/resource/Fertabacteria", "http://dbpedia.org/resource/Fervidicella", "http://dbpedia.org/resource/Fervidobacterium_changbaicum", "http://dbpedia.org/resource/Fervidobacterium_gondwanense", "http://dbpedia.org/resource/Fervidobacterium_islandicum", "http://dbpedia.org/resource/Fibrobacter_succinogenes", "http://dbpedia.org/resource/Fictibacillus", "http://dbpedia.org/resource/Fictibacillus_arsenicus", "http://dbpedia.org/resource/Fictibacillus_barbaricus", "http://dbpedia.org/resource/Fictibacillus_enclensis", "http://dbpedia.org/resource/Fictibacillus_gelatini", "http://dbpedia.org/resource/Fictibacillus_halophilus", "http://dbpedia.org/resource/Fictibacillus_macauensis", "http://dbpedia.org/resource/Fictibacillus_nanhaiensis", "http://dbpedia.org/resource/Fictibacillus_phosphorivorans", "http://dbpedia.org/resource/Fictibacillus_rigui", "http://dbpedia.org/resource/Fictibacillus_solisalsi", "http://dbpedia.org/resource/Filibacter", "http://dbpedia.org/resource/Filibacter_limicola", "http://dbpedia.org/resource/Filifactor", "http://dbpedia.org/resource/Filifactor_villosus", "http://dbpedia.org/resource/Filimonas", "http://dbpedia.org/resource/Filimonas_aquilariae", "http://dbpedia.org/resource/Filimonas_aurantiibacter", "http://dbpedia.org/resource/Filimonas_endophytica", "http://dbpedia.org/resource/Filimonas_lacunae", "http://dbpedia.org/resource/Filimonas_zeae", "http://dbpedia.org/resource/Filobacillus", "http://dbpedia.org/resource/Filobacillus_milensis", "http://dbpedia.org/resource/Filomicrobium", "http://dbpedia.org/resource/Filomicrobium_fusiforme", "http://dbpedia.org/resource/Filomicrobium_insigne", "http://dbpedia.org/resource/Finegoldia", "http://dbpedia.org/resource/Milky_spore", "http://dbpedia.org/resource/Gelatiniphilus", "http://dbpedia.org/resource/Gelidibacter", "http://dbpedia.org/resource/Gelidibacter_algens", "http://dbpedia.org/resource/Gelidibacter_gilvus", "http://dbpedia.org/resource/Gelidibacter_mesophilus", "http://dbpedia.org/resource/Gelidibacter_salicanalis", "http://dbpedia.org/resource/Gelidibacter_sediminis", "http://dbpedia.org/resource/Gellertiella_hungarica", "http://dbpedia.org/resource/Gemella", "http://dbpedia.org/resource/Gemella_morbillorum", "http://dbpedia.org/resource/Gemella_palaticanis", "http://dbpedia.org/resource/Gemella_sanguinis", "http://dbpedia.org/resource/Geminicoccaceae", "http://dbpedia.org/resource/Geminicoccus", "http://dbpedia.org/resource/Geminisphaera", "http://dbpedia.org/resource/Gemmiger", "http://dbpedia.org/resource/Gemmiger_formicilis", "http://dbpedia.org/resource/Gemmobacter", "http://dbpedia.org/resource/Gemmobacter_aquaticus", "http://dbpedia.org/resource/Gemmobacter_caeni", "http://dbpedia.org/resource/Gemmobacter_fontiphilus", "http://dbpedia.org/resource/Gemmobacter_intermedius", "http://dbpedia.org/resource/Gemmobacter_lanyuensis", "http://dbpedia.org/resource/Gemmobacter_megaterium", "http://dbpedia.org/resource/Gemmobacter_nanjingensis", "http://dbpedia.org/resource/Gemmobacter_nectariphilus", "http://dbpedia.org/resource/Gemmobacter_straminiformis", "http://dbpedia.org/resource/Gemmobacter_tilapiae", "http://dbpedia.org/resource/Geoalkalibacter", "http://dbpedia.org/resource/Geoalkalibacter_ferrihydriticus", "http://dbpedia.org/resource/Geoalkalibacter_subterraneus", "http://dbpedia.org/resource/Geobacillus", "http://dbpedia.org/resource/Geobacillus_jurassicus", "http://dbpedia.org/resource/Geobacillus_stearothermophilus", "http://dbpedia.org/resource/Geobacillus_thermoglucosidasius", "http://dbpedia.org/resource/Geobacillus_toebii", "http://dbpedia.org/resource/Geobacter", "http://dbpedia.org/resource/Geobacter_anodireducens", "http://dbpedia.org/resource/Geobacter_argillaceus", "http://dbpedia.org/resource/Geobacter_bemidjiensis", "http://dbpedia.org/resource/Geobacter_bremensis", "http://dbpedia.org/resource/Geobacter_chapellei", "http://dbpedia.org/resource/Geobacter_daltonii", "http://dbpedia.org/resource/Geobacter_lovleyi", "http://dbpedia.org/resource/Geobacter_metallireducens", "http://dbpedia.org/resource/Geobacter_psychrophilus", "http://dbpedia.org/resource/Geobacter_sulfurreducens", "http://dbpedia.org/resource/Geobacter_thiogenes", "http://dbpedia.org/resource/Geobacter_toluenoxydans", "http://dbpedia.org/resource/Geobacter_uraniireducens", "http://dbpedia.org/resource/Geobacteraceae", "http://dbpedia.org/resource/Geobacterales", "http://dbpedia.org/resource/Geofilum", "http://dbpedia.org/resource/Geofilum_rhodophaeum", "http://dbpedia.org/resource/Geofilum_rubicundum", "http://dbpedia.org/resource/Geojedonia", "http://dbpedia.org/resource/Geopsychrobacteraceae", "http://dbpedia.org/resource/Kozakia_baliensis", "http://dbpedia.org/resource/Macrococcus_lamae", "http://dbpedia.org/resource/Methylobacillus_pratensis", "http://dbpedia.org/resource/Propionigenium_modestum", "http://dbpedia.org/resource/Roseateles_aquatilis", "http://dbpedia.org/resource/Sphingomonas_abikonensis", "http://dbpedia.org/resource/Tamlana", "http://dbpedia.org/resource/Shewanella_woodyi", "http://dbpedia.org/resource/Vagococcus_fluvialis", "http://dbpedia.org/resource/Hungatella", "http://dbpedia.org/resource/Hungatella_effluvii", "http://dbpedia.org/resource/Hungatella_hathewayi", "http://dbpedia.org/resource/Hungatella_xylanolytica", "http://dbpedia.org/resource/Hwangdonia", "http://dbpedia.org/resource/Hwanghaeicola", "http://dbpedia.org/resource/Hydrobacter", "http://dbpedia.org/resource/Hydrobacteria", "http://dbpedia.org/resource/Hydrocarboniphaga", "http://dbpedia.org/resource/Hydrocarboniphaga_daqingensis", "http://dbpedia.org/resource/Hydrocarboniphaga_effusa", "http://dbpedia.org/resource/Hydrogenibacillus", "http://dbpedia.org/resource/Hydrogenibacillus_schlegelii", "http://dbpedia.org/resource/Hydrogenobacter", "http://dbpedia.org/resource/Hydrogenobacter_thermophilus", "http://dbpedia.org/resource/Hydrogenophaga", "http://dbpedia.org/resource/Hydrogenophaga_aquatica", "http://dbpedia.org/resource/Hydrogenophaga_atypica", "http://dbpedia.org/resource/Hydrogenophaga_bisanensis", "http://dbpedia.org/resource/Hydrogenophaga_caeni", "http://dbpedia.org/resource/Hydrogenophaga_crassostreae", "http://dbpedia.org/resource/Hydrogenophaga_defluvii", "http://dbpedia.org/resource/Hydrogenophaga_intermedia", "http://dbpedia.org/resource/Hydrogenophaga_laconesensis", "http://dbpedia.org/resource/Hydrogenophaga_luteola", "http://dbpedia.org/resource/Hydrogenophaga_palleronii", "http://dbpedia.org/resource/Hydrogenophaga_soli", "http://dbpedia.org/resource/Hydrogenophaga_taeniospiralis", "http://dbpedia.org/resource/Hydrogenophilaceae", "http://dbpedia.org/resource/Hydrogenophilalia", "http://dbpedia.org/resource/Hydrogenovibrio_crunogenus", "http://dbpedia.org/resource/Hydrotalea", "http://dbpedia.org/resource/Hydrotalea_flava", "http://dbpedia.org/resource/Hydrotalea_sandarakina", "http://dbpedia.org/resource/Hylemonella", "http://dbpedia.org/resource/Hymenobacter", "http://dbpedia.org/resource/Hymenobacter_actinosclerus", "http://dbpedia.org/resource/Hymenobacter_aerophilus", "http://dbpedia.org/resource/Hymenobacter_algoricola", "http://dbpedia.org/resource/Hymenobacter_antarcticus", "http://dbpedia.org/resource/Hymenobacter_aquaticus", "http://dbpedia.org/resource/Hymenobacter_aquatilis", "http://dbpedia.org/resource/Hymenobacter_arcticus", "http://dbpedia.org/resource/Hymenobacter_arizonensis", "http://dbpedia.org/resource/Hymenobacter_cavernae", "http://dbpedia.org/resource/Hymenobacter_chitinivorans", "http://dbpedia.org/resource/Hymenobacter_coalescens", "http://dbpedia.org/resource/Hymenobacter_coccineus", "http://dbpedia.org/resource/Hymenobacter_daecheongensis", "http://dbpedia.org/resource/Hymenobacter_daeguensis", "http://dbpedia.org/resource/Hymenobacter_defluvii", "http://dbpedia.org/resource/Hymenobacter_deserti", "http://dbpedia.org/resource/Hymenobacter_elongatus", "http://dbpedia.org/resource/Hymenobacter_fastidiosus", "http://dbpedia.org/resource/Hymenobacter_flocculans", "http://dbpedia.org/resource/Hymenobacter_frigidus", "http://dbpedia.org/resource/Hymenobacter_gelipurpurascens", "http://dbpedia.org/resource/Hymenobacter_ginsengisoli", "http://dbpedia.org/resource/Hymenobacter_glaciei", "http://dbpedia.org/resource/Hymenobacter_glacieicola", "http://dbpedia.org/resource/Hymenobacter_gummosus", "http://dbpedia.org/resource/Hymenobacter_kanuolensis", "http://dbpedia.org/resource/Hymenobacter_koreensis", "http://dbpedia.org/resource/Hymenobacter_latericoloratus", "http://dbpedia.org/resource/Hymenobacter_luteus", "http://dbpedia.org/resource/Hymenobacter_marinus", "http://dbpedia.org/resource/Hymenobacter_metalli", "http://dbpedia.org/resource/Hymenobacter_monticola", "http://dbpedia.org/resource/Hymenobacter_mucosus", "http://dbpedia.org/resource/Hymenobacter_nivis", "http://dbpedia.org/resource/Hymenobacter_norwichensis", "http://dbpedia.org/resource/Hymenobacter_ocellatus", "http://dbpedia.org/resource/Hymenobacter_pallidus", "http://dbpedia.org/resource/Hymenobacter_paludis", "http://dbpedia.org/resource/Hymenobacter_pedocola", "http://dbpedia.org/resource/Hymenobacter_perfusus", "http://dbpedia.org/resource/Hymenobacter_psychrophilus", "http://dbpedia.org/resource/Hymenobacter_psychrotolerans", "http://dbpedia.org/resource/Hymenobacter_qilianensis", "http://dbpedia.org/resource/Hymenobacter_rigui", "http://dbpedia.org/resource/Hymenobacter_rivuli", "http://dbpedia.org/resource/Hymenobacter_roseosalivarius", "http://dbpedia.org/resource/Hymenobacter_roseus", "http://dbpedia.org/resource/Hymenobacter_ruber", "http://dbpedia.org/resource/Hymenobacter_rubidus", "http://dbpedia.org/resource/Hymenobacter_rubripertinctus", "http://dbpedia.org/resource/Hymenobacter_rufus", "http://dbpedia.org/resource/Hymenobacter_rutilus", "http://dbpedia.org/resource/Hymenobacter_saemangeumensis", "http://dbpedia.org/resource/Hymenobacter_sedentarius", "http://dbpedia.org/resource/Hymenobacter_seoulensis", "http://dbpedia.org/resource/Hymenobacter_soli", "http://dbpedia.org/resource/Hymenobacter_swuensis", "http://dbpedia.org/resource/Hymenobacter_tenuis", "http://dbpedia.org/resource/Hymenobacter_terrae", "http://dbpedia.org/resource/Hymenobacter_terrenus", "http://dbpedia.org/resource/Hymenobacter_tibetensis", "http://dbpedia.org/resource/Hymenobacter_wooponensis", "http://dbpedia.org/resource/Hymenobacter_xinjiangensis", "http://dbpedia.org/resource/Hymenobacter_yonginensis", "http://dbpedia.org/resource/Hymenobacteraceae", "http://dbpedia.org/resource/Jeotgalicoccus_marinus", "http://dbpedia.org/resource/Jeotgalicoccus_pinnipedialis", "http://dbpedia.org/resource/Lentisphaera_araneosa", "http://dbpedia.org/resource/Leuconostoc_citreum", "http://dbpedia.org/resource/Rikenellaceae", "http://dbpedia.org/resource/Jeotgalibaca", "http://dbpedia.org/resource/Jeotgalibaca_arthritidis", "http://dbpedia.org/resource/Jeotgalibaca_ciconiae", "http://dbpedia.org/resource/Jeotgalibaca_dankookensis", "http://dbpedia.org/resource/Jeotgalibacillus", "http://dbpedia.org/resource/Jeotgalibacillus_alkaliphilus", "http://dbpedia.org/resource/Jeotgalibacillus_campisalis", "http://dbpedia.org/resource/Jeotgalibacillus_malaysiensis", "http://dbpedia.org/resource/Jeotgalibacillus_marinus", "http://dbpedia.org/resource/Jeotgalibacillus_salarius", "http://dbpedia.org/resource/Jeotgalibacillus_soli", "http://dbpedia.org/resource/Jeotgalicoccus", "http://dbpedia.org/resource/Jeotgalicoccus_aerolatus", "http://dbpedia.org/resource/Jeotgalicoccus_coquinae", "http://dbpedia.org/resource/Jeotgalicoccus_halophilus", "http://dbpedia.org/resource/Jeotgalicoccus_schoeneichii", "http://dbpedia.org/resource/Streptomyces_cyaneus", "http://dbpedia.org/resource/Massilia_tieshanensis", "http://dbpedia.org/resource/Mycobacterium_avium_avium", "http://dbpedia.org/resource/Mycobacterium_fortuitum", "http://dbpedia.org/resource/Oceanobacillus_kimchii", "http://dbpedia.org/resource/Pseudoalteromonas_piscicida", "http://dbpedia.org/resource/Salipiger", "http://dbpedia.org/resource/Sulfurimonas_autotrophica", "http://dbpedia.org/resource/Thauera_selenatis", "http://dbpedia.org/resource/Undibacterium_parvum", "http://dbpedia.org/resource/Vagococcus_penaei", "http://dbpedia.org/resource/Lawsonia_intracellularis", "http://dbpedia.org/resource/Methylobacterium", "http://dbpedia.org/resource/Mycoplana", "http://dbpedia.org/resource/Oenococcus", "http://dbpedia.org/resource/Shewanella_livingstonensis", "http://dbpedia.org/resource/Sterolibacterium", "http://dbpedia.org/resource/Tenacibaculum_skagerrakense", "http://dbpedia.org/resource/Tepidimonas_aquatica", "http://dbpedia.org/resource/Thioalkalivibrio_thiocyanoxidans", "http://dbpedia.org/resource/Zymophilus_paucivorans", "http://dbpedia.org/resource/Laribacter_hongkongensis", "http://dbpedia.org/resource/Methylomonas_methanica", "http://dbpedia.org/resource/Nitratireductor_basaltis", "http://dbpedia.org/resource/Pediococcus_claussenii", "http://dbpedia.org/resource/Pelomonas", "http://dbpedia.org/resource/Pseudoalteromonas_espejiana", "http://dbpedia.org/resource/Pseudoalteromonas_marina", "http://dbpedia.org/resource/Roseinatronobacter", "http://dbpedia.org/resource/Tetragenococcus_muriaticus", "http://dbpedia.org/resource/Leuconostoc_carnosum", "http://dbpedia.org/resource/Leuconostoc_mesenteroides", "http://dbpedia.org/resource/Mycobacterium_elephantis", "http://dbpedia.org/resource/Mycobacterium_xenopi", "http://dbpedia.org/resource/Nanobacterium", "http://dbpedia.org/resource/Polaromonas_vacuolata", "http://dbpedia.org/resource/Prevotella_intermedia", "http://dbpedia.org/resource/Rhodopseudomonas_palustris", "http://dbpedia.org/resource/Serpulina_hyodysenteriae", "http://dbpedia.org/resource/Tepidimonas", "http://dbpedia.org/resource/Thalassolituus_oleivorans", "http://dbpedia.org/resource/Thauera_linaloolentis", "http://dbpedia.org/resource/Treponema_isoptericolens", "http://dbpedia.org/resource/Kurthia", "http://dbpedia.org/resource/Kurthia_huakuii", "http://dbpedia.org/resource/Kurthia_massiliensis", "http://dbpedia.org/resource/Kurthia_populi", "http://dbpedia.org/resource/Kurthia_senegalensis", "http://dbpedia.org/resource/Kushneria", "http://dbpedia.org/resource/Kushneria_aurantia", "http://dbpedia.org/resource/Kushneria_avicenniae", "http://dbpedia.org/resource/Kushneria_endophytica", "http://dbpedia.org/resource/Kushneria_indalinina", "http://dbpedia.org/resource/Kushneria_konosiri", "http://dbpedia.org/resource/Kushneria_marisflavi", "http://dbpedia.org/resource/Kushneria_pakistanensis", "http://dbpedia.org/resource/Kushneria_phosphatilytica", "http://dbpedia.org/resource/Kushneria_sinocarnis", "http://dbpedia.org/resource/Kyrpidia", "http://dbpedia.org/resource/Kyrpidia_spormannii", "http://dbpedia.org/resource/Kyrpidia_tusciae", "http://dbpedia.org/resource/Mycobacterium_holsaticum", "http://dbpedia.org/resource/Mycobacterium_shimoidei", "http://dbpedia.org/resource/Nosocomiicoccus", "http://dbpedia.org/resource/Pseudorhodobacter", "http://dbpedia.org/resource/Roseicyclus", "http://dbpedia.org/resource/Roseisalinus", "http://dbpedia.org/resource/Mycobacterium_avium_silvaticum", "http://dbpedia.org/resource/Mycobacterium_lentiflavum", "http://dbpedia.org/resource/Mycobacterium_simiae", "http://dbpedia.org/resource/Paenibacillaceae", "http://dbpedia.org/resource/Pedobacter_africanus", "http://dbpedia.org/resource/Pigmentiphaga_kullae", "http://dbpedia.org/resource/Sphingopyxis_bauzanensis", "http://dbpedia.org/resource/Sulfurimonas_paralvinellae", "http://dbpedia.org/resource/Lentibacillus", "http://dbpedia.org/resource/Lentibacillus_alimentarius", "http://dbpedia.org/resource/Lentibacillus_amyloliquefaciens", "http://dbpedia.org/resource/Lentibacillus_cibarius", "http://dbpedia.org/resource/Lentibacillus_garicola", "http://dbpedia.org/resource/Lentibacillus_halodurans", "http://dbpedia.org/resource/Lentibacillus_halophilus", "http://dbpedia.org/resource/Lentibacillus_jeotgali", "http://dbpedia.org/resource/Lentibacillus_juripiscarius", "http://dbpedia.org/resource/Lentibacillus_kapialis", "http://dbpedia.org/resource/Lentibacillus_lacisalsi", "http://dbpedia.org/resource/Lentibacillus_lipolyticus", "http://dbpedia.org/resource/Lentibacillus_panjinensis", "http://dbpedia.org/resource/Lentibacillus_persicus", "http://dbpedia.org/resource/Lentibacillus_salarius", "http://dbpedia.org/resource/Lentibacillus_salicampi", "http://dbpedia.org/resource/Lentibacillus_salinarum", "http://dbpedia.org/resource/Lentibacillus_saliphilus", "http://dbpedia.org/resource/Lentibacillus_salis", "http://dbpedia.org/resource/Lentibacillus_sediminis", "http://dbpedia.org/resource/Lentibacter", "http://dbpedia.org/resource/Lentilactobacillus_buchneri", "http://dbpedia.org/resource/Lentilactobacillus_hilgardii", "http://dbpedia.org/resource/Lentilactobacillus_parakefiri", "http://dbpedia.org/resource/Lentimicrobium_saccharophilum", "http://dbpedia.org/resource/Lentimonas", "http://dbpedia.org/resource/Lentzea", "http://dbpedia.org/resource/Lentzea_aerocolonigenes", "http://dbpedia.org/resource/Lentzea_albida", "http://dbpedia.org/resource/Lentzea_albidocapillata", "http://dbpedia.org/resource/Lentzea_atacamensis", "http://dbpedia.org/resource/Lentzea_californiensis", "http://dbpedia.org/resource/Lentzea_deserti", "http://dbpedia.org/resource/Lentzea_flava", "http://dbpedia.org/resource/Lentzea_flaviverrucosa", "http://dbpedia.org/resource/Lentzea_fradiae", "http://dbpedia.org/resource/Lentzea_guizhouensis", "http://dbpedia.org/resource/Lentzea_jiangxiensis", "http://dbpedia.org/resource/Lentzea_kentuckyensis", "http://dbpedia.org/resource/Lentzea_nigeriaca", "http://dbpedia.org/resource/Lentzea_roselyniae", "http://dbpedia.org/resource/Lentzea_waywayandensis", "http://dbpedia.org/resource/Lentzea_xinjiangensis", "http://dbpedia.org/resource/Leptobacterium", "http://dbpedia.org/resource/Leptolinea", "http://dbpedia.org/resource/Leptolinea_tardivitalis", "http://dbpedia.org/resource/Leptonema_illini", "http://dbpedia.org/resource/Leptotrichia_goodfellowii", "http://dbpedia.org/resource/Leptotrichia_trevisanii", "http://dbpedia.org/resource/Leuconostoc_falkenbergense", "http://dbpedia.org/resource/Leuconostoc_miyukkimchii", "http://dbpedia.org/resource/Leuconostoc_palmae", "http://dbpedia.org/resource/Leuconostoc_pseudomesenteroides", "http://dbpedia.org/resource/Levilactobacillus_brevis", "http://dbpedia.org/resource/Levilinea", "http://dbpedia.org/resource/Lewinella", "http://dbpedia.org/resource/Lewinella_agarilytica", "http://dbpedia.org/resource/Lewinella_antarctica", "http://dbpedia.org/resource/Lewinella_aquimaris", "http://dbpedia.org/resource/Lewinella_cohaerens", "http://dbpedia.org/resource/Lewinella_lacunae", "http://dbpedia.org/resource/Lewinella_lutea", "http://dbpedia.org/resource/Lewinella_marina", "http://dbpedia.org/resource/Lewinella_persica", "http://dbpedia.org/resource/Lewinella_xylanilytica", "http://dbpedia.org/resource/Lewinellaceae", "http://dbpedia.org/resource/Maledivibacter", "http://dbpedia.org/resource/Maliponia", "http://dbpedia.org/resource/Malonomonas", "http://dbpedia.org/resource/Mameliella", "http://dbpedia.org/resource/Marvinbryantia", "http://dbpedia.org/resource/Pacificibacter_aestuarii", "http://dbpedia.org/resource/Pacificibacter_maritimus", "http://dbpedia.org/resource/Paenalcaligenes_hermetiae", "http://dbpedia.org/resource/Paenisporosarcina_quisquiliarum", "http://dbpedia.org/resource/Minwuia_thermotolerans", "http://dbpedia.org/resource/Planifilum_composti", "http://dbpedia.org/resource/Planifilum_fimeticola", "http://dbpedia.org/resource/Planifilum_fulgidum", "http://dbpedia.org/resource/Planifilum_yunnanense", "http://dbpedia.org/resource/Planktotalea_arctica", "http://dbpedia.org/resource/Planomicrobium_alkanoclasticum", "http://dbpedia.org/resource/Pleomorphomonas_diazotrophica", "http://dbpedia.org/resource/Pleomorphomonas_koreensis", "http://dbpedia.org/resource/Pleomorphomonas_oryzae", "http://dbpedia.org/resource/Plesiocystis_pacifica", "http://dbpedia.org/resource/Polaribacter_septentrionalilitoris", "http://dbpedia.org/resource/Polycladomyces_abyssicola", "http://dbpedia.org/resource/Polynucleobacter_asymbioticus", "http://dbpedia.org/resource/Polynucleobacter_duraquae", "http://dbpedia.org/resource/Polynucleobacter_meluiroseus", "http://dbpedia.org/resource/Polynucleobacter_sinensis", "http://dbpedia.org/resource/Polynucleobacter_sphagniphilus", "http://dbpedia.org/resource/Polynucleobacter_wuianus", "http://dbpedia.org/resource/Polynucleobacter_yangtzensis", "http://dbpedia.org/resource/Pontibacillus_salipaludis", "http://dbpedia.org/resource/Pontibacter_actiniarum", "http://dbpedia.org/resource/Pontibacter_akesuensis", "http://dbpedia.org/resource/Pontibacter_amylolyticus", "http://dbpedia.org/resource/Pontibacter_aurantiacus", "http://dbpedia.org/resource/Pontibacter_korlensis", "http://dbpedia.org/resource/Pontibacter_litorisediminis", "http://dbpedia.org/resource/Pontibacter_lucknowensis", "http://dbpedia.org/resource/Pontibacter_mucosus", "http://dbpedia.org/resource/Pontibacter_niistensis", "http://dbpedia.org/resource/Pontibacter_odishensis", "http://dbpedia.org/resource/Pontibacter_populi", "http://dbpedia.org/resource/Pontibacter_ramchanderi", "http://dbpedia.org/resource/Pontibacter_roseus", "http://dbpedia.org/resource/Pontibacter_rugosus", "http://dbpedia.org/resource/Pontibacter_saemangeumensis", "http://dbpedia.org/resource/Pontibacter_toksunensis", "http://dbpedia.org/resource/Pontibacter_ummariensis", "http://dbpedia.org/resource/Pontibacter_virosus", "http://dbpedia.org/resource/Pontibacter_xinjiangensis", "http://dbpedia.org/resource/Pontixanthobacter_aquaemixtae", "http://dbpedia.org/resource/Pontixanthobacter_gangjinensis", "http://dbpedia.org/resource/Porphyromonas_cangingivalis", "http://dbpedia.org/resource/Porphyromonas_canoris", "http://dbpedia.org/resource/Porphyromonas_pasteri", "http://dbpedia.org/resource/Streptacidiphilus_griseoplanus", "http://dbpedia.org/resource/Streptomyces_bacillaris", "http://dbpedia.org/resource/Streptomyces_badius", "http://dbpedia.org/resource/Streptomyces_baliensis", "http://dbpedia.org/resource/Streptomyces_bangladeshensis", "http://dbpedia.org/resource/Streptomyces_barkulensis", "http://dbpedia.org/resource/Streptomyces_beijiangensis", "http://dbpedia.org/resource/Streptomyces_bellus", "http://dbpedia.org/resource/Streptomyces_bikiniensis", "http://dbpedia.org/resource/Streptomyces_blastmyceticus", "http://dbpedia.org/resource/Streptomyces_bluensis", "http://dbpedia.org/resource/Streptomyces_bobili", "http://dbpedia.org/resource/Streptomyces_bohaiensis", "http://dbpedia.org/resource/Streptomyces_bottropensis", "http://dbpedia.org/resource/Streptomyces_brasiliensis", "http://dbpedia.org/resource/Streptomyces_brevispora", "http://dbpedia.org/resource/Streptomyces_bullii", "http://dbpedia.org/resource/Streptomyces_bungoensis", "http://dbpedia.org/resource/Streptomyces_burgazadensis", "http://dbpedia.org/resource/Streptomyces_cacaoi", "http://dbpedia.org/resource/Streptomyces_caelestis", "http://dbpedia.org/resource/Streptomyces_caeruleatus", "http://dbpedia.org/resource/Streptomyces_calidiresistens", "http://dbpedia.org/resource/Streptomyces_calvus", "http://dbpedia.org/resource/Streptomyces_canalis", "http://dbpedia.org/resource/Streptomyces_canarius", "http://dbpedia.org/resource/Streptomyces_candidus", "http://dbpedia.org/resource/Streptomyces_cangkringensis", "http://dbpedia.org/resource/Streptomyces_caniferus", "http://dbpedia.org/resource/Streptomyces_canus", "http://dbpedia.org/resource/Streptomyces_capillispiralis", "http://dbpedia.org/resource/Streptomyces_capoamus", "http://dbpedia.org/resource/Streptomyces_capparidis", "http://dbpedia.org/resource/Streptomyces_carpaticus", "http://dbpedia.org/resource/Streptomyces_carpinensis", "http://dbpedia.org/resource/Streptomyces_castelarensis", "http://dbpedia.org/resource/Streptomyces_catenulae", "http://dbpedia.org/resource/Streptomyces_cavourensis", "http://dbpedia.org/resource/Streptomyces_cellostaticus", "http://dbpedia.org/resource/Streptomyces_celluloflavus", "http://dbpedia.org/resource/Streptomyces_cellulosae", "http://dbpedia.org/resource/Streptomyces_cerasinus", "http://dbpedia.org/resource/Streptomyces_chartreusis", "http://dbpedia.org/resource/Streptomyces_chattanoogensis", "http://dbpedia.org/resource/Streptomyces_cheonanensis", "http://dbpedia.org/resource/Streptomyces_chiangmaiensis", "http://dbpedia.org/resource/Streptomyces_chilikensis", "http://dbpedia.org/resource/Streptomyces_chitinivorans", "http://dbpedia.org/resource/Streptomyces_chlorus", "http://dbpedia.org/resource/Streptomyces_chrestomyceticus", "http://dbpedia.org/resource/Streptomyces_chromofuscus", "http://dbpedia.org/resource/Streptomyces_chryseus", "http://dbpedia.org/resource/Streptomyces_cinereoruber", "http://dbpedia.org/resource/Streptomyces_cinereospinus", "http://dbpedia.org/resource/Streptomyces_cinereus", "http://dbpedia.org/resource/Streptomyces_cinerochromogenes", "http://dbpedia.org/resource/Streptomyces_cinnabarinus", "http://dbpedia.org/resource/Streptomyces_cinnamoneus", "http://dbpedia.org/resource/Streptomyces_cirratus", "http://dbpedia.org/resource/Streptomyces_clavifer", "http://dbpedia.org/resource/Streptomyces_coacervatus", "http://dbpedia.org/resource/Streptomyces_cocklensis", "http://dbpedia.org/resource/Streptomyces_coelescens", "http://dbpedia.org/resource/Streptomyces_coelicoflavus", "http://dbpedia.org/resource/Streptomyces_coeruleofuscus", "http://dbpedia.org/resource/Streptomyces_coeruleoprunus", "http://dbpedia.org/resource/Streptomyces_coeruleorubidus", "http://dbpedia.org/resource/Streptomyces_coerulescens", "http://dbpedia.org/resource/Streptomyces_collinus", "http://dbpedia.org/resource/Streptomyces_corchorusii", "http://dbpedia.org/resource/Streptomyces_cremeus", "http://dbpedia.org/resource/Streptomyces_crystallinus", "http://dbpedia.org/resource/Streptomyces_cuspidosporus", "http://dbpedia.org/resource/Streptomyces_cyaneofuscatus", "http://dbpedia.org/resource/Streptomyces_cyslabdanicus", "http://dbpedia.org/resource/Streptomyces_daghestanicus", "http://dbpedia.org/resource/Streptomyces_daqingensis", "http://dbpedia.org/resource/Streptomyces_deccanensis", "http://dbpedia.org/resource/Streptomyces_decoyicus", "http://dbpedia.org/resource/Streptomyces_demainii", "http://dbpedia.org/resource/Streptomyces_deserti", "http://dbpedia.org/resource/Streptomyces_diastaticus", "http://dbpedia.org/resource/Streptomyces_diastatochromogenes", "http://dbpedia.org/resource/Streptomyces_djakartensis", "http://dbpedia.org/resource/Streptomyces_drozdowiczii", "http://dbpedia.org/resource/Streptomyces_durhamensis", "http://dbpedia.org/resource/Streptomyces_durmitorensis", "http://dbpedia.org/resource/Streptomyces_echinatus", "http://dbpedia.org/resource/Streptomyces_echinoruber", "http://dbpedia.org/resource/Streptomyces_endophyticus", "http://dbpedia.org/resource/Streptomyces_enissocaesilis", "http://dbpedia.org/resource/Streptomyces_erringtonii", "http://dbpedia.org/resource/Streptomyces_erythrogriseus", "http://dbpedia.org/resource/Streptomyces_eurocidicus", "http://dbpedia.org/resource/Streptomyces_eurythermus", "http://dbpedia.org/resource/Streptomyces_exfoliatus", "http://dbpedia.org/resource/Streptomyces_fabae", "http://dbpedia.org/resource/Streptomyces_fenghuangensis", "http://dbpedia.org/resource/Streptomyces_ferralitis", "http://dbpedia.org/resource/Streptomyces_fildesensis", "http://dbpedia.org/resource/Streptomyces_filipinensis", "http://dbpedia.org/resource/Streptomyces_fimbriatus", "http://dbpedia.org/resource/Streptomyces_finlayi", "http://dbpedia.org/resource/Streptomyces_flaveolus", "http://dbpedia.org/resource/Streptomyces_flaveus", "http://dbpedia.org/resource/Streptomyces_flavofungini", "http://dbpedia.org/resource/Streptomyces_flavotricini", "http://dbpedia.org/resource/Streptomyces_flavovariabilis", "http://dbpedia.org/resource/Streptomyces_flavovirens", "http://dbpedia.org/resource/Streptomyces_flavoviridis", "http://dbpedia.org/resource/Streptomyces_fragilis", "http://dbpedia.org/resource/Streptomyces_fukangensis", "http://dbpedia.org/resource/Streptomyces_fulvorobeus", "http://dbpedia.org/resource/Streptomyces_fumanus", "http://dbpedia.org/resource/Streptomyces_fumigatiscleroticus", "http://dbpedia.org/resource/Streptomyces_fuscichromogenes", "http://dbpedia.org/resource/Streptomyces_galbus", "http://dbpedia.org/resource/Streptomyces_gancidicus", "http://dbpedia.org/resource/Streptomyces_gardneri", "http://dbpedia.org/resource/Streptomyces_gelaticus", "http://dbpedia.org/resource/Streptomyces_geldanamycininus", "http://dbpedia.org/resource/Streptomyces_geysiriensis", "http://dbpedia.org/resource/Streptomyces_gilvifuscus", "http://dbpedia.org/resource/Streptomyces_glaucescens", "http://dbpedia.org/resource/Streptomyces_glauciniger", "http://dbpedia.org/resource/Streptomyces_glaucosporus", "http://dbpedia.org/resource/Streptomyces_glaucus", "http://dbpedia.org/resource/Streptomyces_globosus", "http://dbpedia.org/resource/Streptomyces_glomeratus", "http://dbpedia.org/resource/Streptomyces_glomeroaurantiacus", "http://dbpedia.org/resource/Streptomyces_glycovorans", "http://dbpedia.org/resource/Streptomyces_gobitricini", "http://dbpedia.org/resource/Streptomyces_goshikiensis", "http://dbpedia.org/resource/Streptomyces_graminearus", "http://dbpedia.org/resource/Streptomyces_gramineus", "http://dbpedia.org/resource/Streptomyces_graminilatus", "http://dbpedia.org/resource/Streptomyces_graminisoli", "http://dbpedia.org/resource/Streptomyces_griseiniger", "http://dbpedia.org/resource/Streptomyces_griseoaurantiacus", "http://dbpedia.org/resource/Streptomyces_griseocarneus", "http://dbpedia.org/resource/Streptomyces_griseochromogenes", "http://dbpedia.org/resource/Streptomyces_griseoflavus", "http://dbpedia.org/resource/Streptomyces_griseofuscus", "http://dbpedia.org/resource/Streptomyces_griseoincarnatus", "http://dbpedia.org/resource/Streptomyces_griseoloalbus", "http://dbpedia.org/resource/Streptomyces_griseoluteus", "http://dbpedia.org/resource/Streptomyces_griseomycini", "http://dbpedia.org/resource/Streptomyces_griseorubens", "http://dbpedia.org/resource/Streptomyces_griseoruber", "http://dbpedia.org/resource/Streptomyces_griseorubiginosus", "http://dbpedia.org/resource/Streptomyces_griseosporeus", "http://dbpedia.org/resource/Streptomyces_griseostramineus", "http://dbpedia.org/resource/Streptomyces_griseoviridis", "http://dbpedia.org/resource/Streptomyces_guanduensis", "http://dbpedia.org/resource/Streptomyces_gulbargensis", "http://dbpedia.org/resource/Streptomyces_hainanensis", "http://dbpedia.org/resource/Streptomyces_haliclonae", "http://dbpedia.org/resource/Streptomyces_halophytocola", "http://dbpedia.org/resource/Streptomyces_halstedii", "http://dbpedia.org/resource/Streptomyces_harbinensis", "http://dbpedia.org/resource/Streptomyces_hawaiiensis", "http://dbpedia.org/resource/Streptomyces_hebeiensis", "http://dbpedia.org/resource/Streptomyces_heilongjiangensis", "http://dbpedia.org/resource/Streptomyces_heliomycini", "http://dbpedia.org/resource/Streptomyces_helvaticus", "http://dbpedia.org/resource/Streptomyces_herbaceus", "http://dbpedia.org/resource/Streptomyces_himastatinicus", "http://dbpedia.org/resource/Streptomyces_hiroshimensis", "http://dbpedia.org/resource/Streptomyces_hirsutus", "http://dbpedia.org/resource/Streptomyces_hokutonensis", "http://dbpedia.org/resource/Streptomyces_hoynatensis", "http://dbpedia.org/resource/Streptomyces_humidus", "http://dbpedia.org/resource/Streptomyces_humiferus", "http://dbpedia.org/resource/Streptomyces_hyderabadensis", "http://dbpedia.org/resource/Streptomyces_hypolithicus", "http://dbpedia.org/resource/Streptomyces_iakyrus", "http://dbpedia.org/resource/Streptomyces_iconiensis", "http://dbpedia.org/resource/Streptomyces_incanus", "http://dbpedia.org/resource/Streptomyces_indiaensis", "http://dbpedia.org/resource/Streptomyces_indicus", "http://dbpedia.org/resource/Streptomyces_indonesiensis", "http://dbpedia.org/resource/Streptomyces_intermedius", "http://dbpedia.org/resource/Streptomyces_inusitatus", "http://dbpedia.org/resource/Streptomyces_ipomoeae", "http://dbpedia.org/resource/Streptomyces_iranensis", "http://dbpedia.org/resource/Streptomyces_janthinus", "http://dbpedia.org/resource/Streptomyces_jeddahensis", "http://dbpedia.org/resource/Streptomyces_jiujiangensis", "http://dbpedia.org/resource/Streptomyces_kaempferi", "http://dbpedia.org/resource/Streptomyces_kalpinensis", "http://dbpedia.org/resource/Streptomyces_karpasiensis", "http://dbpedia.org/resource/Streptomyces_kasugaensis", "http://dbpedia.org/resource/Streptomyces_katrae", "http://dbpedia.org/resource/Streptomyces_kebangsaanensis", "http://dbpedia.org/resource/Streptomyces_klenkii", "http://dbpedia.org/resource/Streptomyces_koyangensis", "http://dbpedia.org/resource/Streptomyces_kronopolitis", "http://dbpedia.org/resource/Streptomyces_krungchingensis", "http://dbpedia.org/resource/Streptomyces_kunmingensis", "http://dbpedia.org/resource/Streptomyces_kurssanovii", "http://dbpedia.org/resource/Streptomyces_labedae", "http://dbpedia.org/resource/Streptomyces_lacrimifluminis", "http://dbpedia.org/resource/Streptomyces_lacticiproducens", "http://dbpedia.org/resource/Streptomyces_laculatispora", "http://dbpedia.org/resource/Streptomyces_lanatus", "http://dbpedia.org/resource/Streptomyces_lannensis", "http://dbpedia.org/resource/Streptomyces_lasiicapitis", "http://dbpedia.org/resource/Streptomyces_lateritius", "http://dbpedia.org/resource/Streptomyces_laurentii", "http://dbpedia.org/resource/Streptomyces_lavendofoliae", "http://dbpedia.org/resource/Streptomyces_lavenduligriseus", "http://dbpedia.org/resource/Streptomyces_lavendulocolor", "http://dbpedia.org/resource/Streptomyces_leeuwenhoekii", "http://dbpedia.org/resource/Streptomyces_levis", "http://dbpedia.org/resource/Streptomyces_libani", "http://dbpedia.org/resource/Streptomyces_lienomycini", "http://dbpedia.org/resource/Streptomyces_lilacinus", "http://dbpedia.org/resource/Streptomyces_litmocidini", "http://dbpedia.org/resource/Streptomyces_litoralis", "http://dbpedia.org/resource/Streptomyces_lomondensis", "http://dbpedia.org/resource/Streptomyces_lonarensis", "http://dbpedia.org/resource/Streptomyces_longisporoflavus", "http://dbpedia.org/resource/Streptomyces_longispororuber", "http://dbpedia.org/resource/Streptomyces_longisporus", "http://dbpedia.org/resource/Streptomyces_longwoodensis", "http://dbpedia.org/resource/Streptomyces_lopnurensis", "http://dbpedia.org/resource/Streptomyces_lucensis", "http://dbpedia.org/resource/Streptomyces_lunaelactis", "http://dbpedia.org/resource/Streptomyces_lunalinharesii", "http://dbpedia.org/resource/Streptomyces_luridus", "http://dbpedia.org/resource/Streptomyces_lushanensis", "http://dbpedia.org/resource/Streptomyces_lusitanus", "http://dbpedia.org/resource/Streptomyces_luteireticuli", "http://dbpedia.org/resource/Streptomyces_luteogriseus", "http://dbpedia.org/resource/Streptomyces_luteosporeus", "http://dbpedia.org/resource/Streptomyces_luteus", "http://dbpedia.org/resource/Streptomyces_lydicus", "http://dbpedia.org/resource/Streptomyces_macrosporus", "http://dbpedia.org/resource/Streptomyces_malachitofuscus", "http://dbpedia.org/resource/Streptomyces_malachitospinus", "http://dbpedia.org/resource/Streptomyces_mangrovi", "http://dbpedia.org/resource/Streptomyces_marinus", "http://dbpedia.org/resource/Streptomyces_marokkonensis", "http://dbpedia.org/resource/Streptomyces_mashuensis", "http://dbpedia.org/resource/Streptomyces_massasporeus", "http://dbpedia.org/resource/Streptomyces_matensis", "http://dbpedia.org/resource/Streptomyces_mauvecolor", "http://dbpedia.org/resource/Streptomyces_megasporus", "http://dbpedia.org/resource/Streptomyces_melanosporofaciens", "http://dbpedia.org/resource/Streptomyces_mexicanus", "http://dbpedia.org/resource/Streptomyces_michiganensis", "http://dbpedia.org/resource/Streptomyces_microflavus", "http://dbpedia.org/resource/Streptomyces_milbemycinicus", "http://dbpedia.org/resource/Streptomyces_minutiscleroticus", "http://dbpedia.org/resource/Streptomyces_mirabilis", "http://dbpedia.org/resource/Streptomyces_misionensis", "http://dbpedia.org/resource/Streptomyces_mobaraensis", "http://dbpedia.org/resource/Streptomyces_monomycini", "http://dbpedia.org/resource/Streptomyces_mordarskii", "http://dbpedia.org/resource/Streptomyces_morookaense", "http://dbpedia.org/resource/Streptomyces_muensis", "http://dbpedia.org/resource/Streptomyces_murinus", "http://dbpedia.org/resource/Streptomyces_mutabilis", "http://dbpedia.org/resource/Streptomyces_mutomycini", "http://dbpedia.org/resource/Streptomyces_naganishii", "http://dbpedia.org/resource/Streptomyces_nanhaiensis", "http://dbpedia.org/resource/Streptomyces_nanshensis", "http://dbpedia.org/resource/Streptomyces_narbonensis", "http://dbpedia.org/resource/Streptomyces_nashvillensis", "http://dbpedia.org/resource/Streptomyces_netropsis", "http://dbpedia.org/resource/Streptomyces_niger", "http://dbpedia.org/resource/Streptomyces_nigrescens", "http://dbpedia.org/resource/Streptomyces_nitrosporeus", "http://dbpedia.org/resource/Streptomyces_niveoruber", "http://dbpedia.org/resource/Streptomyces_niveus", "http://dbpedia.org/resource/Streptomyces_noboritoensis", "http://dbpedia.org/resource/Streptomyces_nogalater", "http://dbpedia.org/resource/Streptomyces_nojiriensis", "http://dbpedia.org/resource/Streptomyces_novaecaesareae", "http://dbpedia.org/resource/Streptomyces_ochraceiscleroticus", "http://dbpedia.org/resource/Streptomyces_odonnellii", "http://dbpedia.org/resource/Streptomyces_olivaceiscleroticus", "http://dbpedia.org/resource/Streptomyces_olivaceoviridis", "http://dbpedia.org/resource/Streptomyces_olivaceus", "http://dbpedia.org/resource/Streptomyces_olivicoloratus", "http://dbpedia.org/resource/Streptomyces_olivochromogenes", "http://dbpedia.org/resource/Streptomyces_olivoverticillatus", "http://dbpedia.org/resource/Streptomyces_omiyaensis", "http://dbpedia.org/resource/Streptomyces_orinoci", "http://dbpedia.org/resource/Streptomyces_osmaniensis", "http://dbpedia.org/resource/Streptomyces_pactum", "http://dbpedia.org/resource/Streptomyces_palmae", "http://dbpedia.org/resource/Streptomyces_panacagri", "http://dbpedia.org/resource/Streptomyces_paradoxus", "http://dbpedia.org/resource/Streptomyces_parvulus", "http://dbpedia.org/resource/Streptomyces_parvus", "http://dbpedia.org/resource/Streptomyces_pathocidini", "http://dbpedia.org/resource/Streptomyces_paucisporeus", "http://dbpedia.org/resource/Streptomyces_phaeochromogenes", "http://dbpedia.org/resource/Streptomyces_phaeofaciens", "http://dbpedia.org/resource/Streptomyces_phaeoluteichromatogenes", "http://dbpedia.org/resource/Streptomyces_phaeoluteigriseus", "http://dbpedia.org/resource/Streptomyces_pharetrae", "http://dbpedia.org/resource/Streptomyces_pharmamarensis", "http://dbpedia.org/resource/Streptomyces_phyllanthi", "http://dbpedia.org/resource/Streptomyces_phytohabitans", "http://dbpedia.org/resource/Streptomyces_pilosus", "http://dbpedia.org/resource/Streptomyces_pini", "http://dbpedia.org/resource/Streptomyces_platensis", "http://dbpedia.org/resource/Streptomyces_plicatus", "http://dbpedia.org/resource/Streptomyces_plumbiresistens", "http://dbpedia.org/resource/Streptomyces_pluricolorescens", "http://dbpedia.org/resource/Streptomyces_pluripotens", "http://dbpedia.org/resource/Streptomyces_polyantibioticus", "http://dbpedia.org/resource/Streptomyces_polychromogenes", "http://dbpedia.org/resource/Streptomyces_polygonati", "http://dbpedia.org/resource/Streptomyces_polymachus", "http://dbpedia.org/resource/Streptomyces_poonensis", "http://dbpedia.org/resource/Streptomyces_prasinopilosus", "http://dbpedia.org/resource/Streptomyces_prasinosporus", "http://dbpedia.org/resource/Streptomyces_prasinus", "http://dbpedia.org/resource/Streptomyces_pratens", "http://dbpedia.org/resource/Streptomyces_prunicolor", "http://dbpedia.org/resource/Streptomyces_pseudoechinosporeus", "http://dbpedia.org/resource/Streptomyces_pseudogriseolus", "http://dbpedia.org/resource/Streptomyces_pseudovenezuelae", "http://dbpedia.org/resource/Streptomyces_pulveraceus", "http://dbpedia.org/resource/Streptomyces_puniceus", "http://dbpedia.org/resource/Streptomyces_purpurascens", "http://dbpedia.org/resource/Streptomyces_purpureus", "http://dbpedia.org/resource/Streptomyces_purpurogeneiscleroticus", "http://dbpedia.org/resource/Streptomyces_qinglanensis", "http://dbpedia.org/resource/Streptomyces_racemochromogenes", "http://dbpedia.org/resource/Streptomyces_radiopugnans", "http://dbpedia.org/resource/Streptomyces_rameus", "http://dbpedia.org/resource/Streptomyces_ramulosus", "http://dbpedia.org/resource/Streptomyces_rapamycinicus", "http://dbpedia.org/resource/Streptomyces_recifensis", "http://dbpedia.org/resource/Streptomyces_rectiviolaceus", "http://dbpedia.org/resource/Streptomyces_regensis", "http://dbpedia.org/resource/Streptomyces_resistomycificus", "http://dbpedia.org/resource/Streptomyces_rhizophilus", "http://dbpedia.org/resource/Streptomyces_rhizosphaericus", "http://dbpedia.org/resource/Streptomyces_rhizosphaerihabitans", "http://dbpedia.org/resource/Streptomyces_rishiriensis", "http://dbpedia.org/resource/Streptomyces_rochei", "http://dbpedia.org/resource/Streptomyces_rosealbus", "http://dbpedia.org/resource/Streptomyces_roseiscleroticus", "http://dbpedia.org/resource/Streptomyces_roseofulvus", "http://dbpedia.org/resource/Streptomyces_roseolilacinus", "http://dbpedia.org/resource/Streptomyces_roseolus", "http://dbpedia.org/resource/Streptomyces_roseoviolaceus", "http://dbpedia.org/resource/Streptomyces_roseoviridis", "http://dbpedia.org/resource/Streptomyces_ruber", "http://dbpedia.org/resource/Streptomyces_rubidus", "http://dbpedia.org/resource/Streptomyces_rubiginosohelvolus", "http://dbpedia.org/resource/Streptomyces_rubiginosus", "http://dbpedia.org/resource/Streptomyces_rubrisoli", "http://dbpedia.org/resource/Streptomyces_rubrogriseus", "http://dbpedia.org/resource/Streptomyces_rubrus", "http://dbpedia.org/resource/Streptomyces_samsunensis", "http://dbpedia.org/resource/Streptomyces_sanglieri", "http://dbpedia.org/resource/Streptomyces_sannanensis", "http://dbpedia.org/resource/Streptomyces_sanyensis", "http://dbpedia.org/resource/Streptomyces_sasae", "http://dbpedia.org/resource/Streptomyces_sclerotialus", "http://dbpedia.org/resource/Streptomyces_scopiformis", "http://dbpedia.org/resource/Streptomyces_scopuliridis", "http://dbpedia.org/resource/Streptomyces_sedi", "http://dbpedia.org/resource/Streptomyces_seoulensis", "http://dbpedia.org/resource/Streptomyces_seymenliensis", "http://dbpedia.org/resource/Streptomyces_shaanxiensis", "http://dbpedia.org/resource/Streptomyces_shenzhenensis", "http://dbpedia.org/resource/Streptomyces_showdoensis", "http://dbpedia.org/resource/Streptomyces_silaceus", "http://dbpedia.org/resource/Streptomyces_sindenensis", "http://dbpedia.org/resource/Streptomyces_sioyaensis", "http://dbpedia.org/resource/Streptomyces_smyrnaeus", "http://dbpedia.org/resource/Streptomyces_sodiiphilus", "http://dbpedia.org/resource/Streptomyces_somaliensis", "http://dbpedia.org/resource/Streptomyces_sp._myrophorea", "http://dbpedia.org/resource/Streptomyces_sparsogenes", "http://dbpedia.org/resource/Streptomyces_sparsus", "http://dbpedia.org/resource/Streptomyces_specialis", "http://dbpedia.org/resource/Streptomyces_spectabilis", "http://dbpedia.org/resource/Streptomyces_speibonae", "http://dbpedia.org/resource/Streptomyces_spinoverrucosus", "http://dbpedia.org/resource/Streptomyces_spiralis", "http://dbpedia.org/resource/Streptomyces_spiroverticillatus", "http://dbpedia.org/resource/Streptomyces_spongiae", "http://dbpedia.org/resource/Streptomyces_spongiicola", "http://dbpedia.org/resource/Streptomyces_spororaveus", "http://dbpedia.org/resource/Streptomyces_sporoverrucosus", "http://dbpedia.org/resource/Streptomyces_staurosporininus", "http://dbpedia.org/resource/Streptomyces_stramineus", "http://dbpedia.org/resource/Streptomyces_subrutilus", "http://dbpedia.org/resource/Streptomyces_sulfonofaciens", "http://dbpedia.org/resource/Streptomyces_sulphureus", "http://dbpedia.org/resource/Streptomyces_sundarbansensis", "http://dbpedia.org/resource/Streptomyces_synnematoformans", "http://dbpedia.org/resource/Streptomyces_tacrolimicus", "http://dbpedia.org/resource/Streptomyces_tanashiensis", "http://dbpedia.org/resource/Streptomyces_tateyamensis", "http://dbpedia.org/resource/Streptomyces_tauricus", "http://dbpedia.org/resource/Streptomyces_tendae", "http://dbpedia.org/resource/Streptomyces_termitum", "http://dbpedia.org/resource/Streptomyces_thermoalcalitolerans", "http://dbpedia.org/resource/Streptomyces_thermoautotrophicus", "http://dbpedia.org/resource/Streptomyces_thermocoprophilus", "http://dbpedia.org/resource/Streptomyces_thermodiastaticus", "http://dbpedia.org/resource/Streptomyces_thermogriseus", "http://dbpedia.org/resource/Streptomyces_thermolineatus", "http://dbpedia.org/resource/Streptomyces_thermospinosisporus", "http://dbpedia.org/resource/Streptomyces_thermoviolaceus", "http://dbpedia.org/resource/Streptomyces_thermovulgaris", "http://dbpedia.org/resource/Streptomyces_thinghirensis", "http://dbpedia.org/resource/Streptomyces_thioluteus", "http://dbpedia.org/resource/Streptomyces_torulosus", "http://dbpedia.org/resource/Streptomyces_tremellae", "http://dbpedia.org/resource/Streptomyces_tricolor", "http://dbpedia.org/resource/Streptomyces_tritolerans", "http://dbpedia.org/resource/Streptomyces_tsukubensis", "http://dbpedia.org/resource/Streptomyces_tubercidicus", "http://dbpedia.org/resource/Streptomyces_tuirus", "http://dbpedia.org/resource/Streptomyces_tunisiensis", "http://dbpedia.org/resource/Streptomyces_tyrosinilyticus", "http://dbpedia.org/resource/Streptomyces_umbrinus", "http://dbpedia.org/resource/Streptomyces_variabilis", "http://dbpedia.org/resource/Streptomyces_variegatus", "http://dbpedia.org/resource/Streptomyces_varsoviensis", "http://dbpedia.org/resource/Streptomyces_vastus", "http://dbpedia.org/resource/Streptomyces_verrucosisporus", "http://dbpedia.org/resource/Streptomyces_vietnamensis", "http://dbpedia.org/resource/Streptomyces_vinaceus", "http://dbpedia.org/resource/Streptomyces_vinaceusdrappus", "http://dbpedia.org/resource/Streptomyces_violaceochromogenes", "http://dbpedia.org/resource/Streptomyces_violaceolatus", "http://dbpedia.org/resource/Streptomyces_violaceorectus", "http://dbpedia.org/resource/Streptomyces_violaceorubidus", "http://dbpedia.org/resource/Streptomyces_violaceus", "http://dbpedia.org/resource/Streptomyces_violaceusniger", "http://dbpedia.org/resource/Streptomyces_violarus", "http://dbpedia.org/resource/Streptomyces_violascens", "http://dbpedia.org/resource/Streptomyces_violens", "http://dbpedia.org/resource/Streptomyces_virens", "http://dbpedia.org/resource/Streptomyces_virginiae", "http://dbpedia.org/resource/Streptomyces_viridis", "http://dbpedia.org/resource/Streptomyces_viridiviolaceus", "http://dbpedia.org/resource/Streptomyces_viridobrunneus", "http://dbpedia.org/resource/Streptomyces_viridodiastaticus", "http://dbpedia.org/resource/Streptomyces_viridosporus", "http://dbpedia.org/resource/Streptomyces_vitaminophilus", "http://dbpedia.org/resource/Streptomyces_wedmorensis", "http://dbpedia.org/resource/Streptomyces_wellingtoniae", "http://dbpedia.org/resource/Streptomyces_werraensis", "http://dbpedia.org/resource/Streptomyces_wuyuanensis", "http://dbpedia.org/resource/Streptomyces_xanthochromogenes", "http://dbpedia.org/resource/Streptomyces_xantholiticus", "http://dbpedia.org/resource/Streptomyces_xanthophaeus", "http://dbpedia.org/resource/Streptomyces_xiamenensis", "http://dbpedia.org/resource/Streptomyces_xinghaiensis", "http://dbpedia.org/resource/Streptomyces_xishensis", "http://dbpedia.org/resource/Streptomyces_yaanensis", "http://dbpedia.org/resource/Streptomyces_yanglinensis", "http://dbpedia.org/resource/Streptomyces_yangpuensis", "http://dbpedia.org/resource/Streptomyces_yanii", "http://dbpedia.org/resource/Streptomyces_yatensis", "http://dbpedia.org/resource/Streptomyces_yeochonensis", "http://dbpedia.org/resource/Streptomyces_yerevanensis", "http://dbpedia.org/resource/Streptomyces_yogyakartensis", "http://dbpedia.org/resource/Streptomyces_yokosukanensis", "http://dbpedia.org/resource/Streptomyces_youssoufiensis", "http://dbpedia.org/resource/Streptomyces_yunnanensis", "http://dbpedia.org/resource/Streptomyces_zagrosensis", "http://dbpedia.org/resource/Streptomyces_zaomyceticus", "http://dbpedia.org/resource/Streptomyces_zhaozhouensis", "http://dbpedia.org/resource/Streptomyces_zhihengii", "http://dbpedia.org/resource/Streptomyces_zinciresistens", "http://dbpedia.org/resource/Streptomyces_ziwulingensis", "http://dbpedia.org/resource/Subsaximicrobium_wynnwilliamsii", "http://dbpedia.org/resource/Sunxiuqinia_elliptica", "http://dbpedia.org/resource/Thalassobacillus", "http://dbpedia.org/resource/Thalassobacillus_devorans", "http://dbpedia.org/resource/Thalassobacillus_hwangdonensis", "http://dbpedia.org/resource/Thalassobacillus_pellis", "http://dbpedia.org/resource/Thalassococcus_lentus", "http://dbpedia.org/resource/Thalassomonas_actiniarum", "http://dbpedia.org/resource/Thalassomonas_haliotis", "http://dbpedia.org/resource/Thalassotalea_agariperforans", "http://dbpedia.org/resource/Thalassotalea_crassostreae", "http://dbpedia.org/resource/Thalassotalea_euphylliae", "http://dbpedia.org/resource/Thalassotalea_litorea", "http://dbpedia.org/resource/Thalassotalea_loyana", "http://dbpedia.org/resource/Thalassotalea_montiporae", "http://dbpedia.org/resource/Thalassotalea_ponticola", "http://dbpedia.org/resource/Thalassotalea_profundi", "http://dbpedia.org/resource/Thauera_butanivorans", "http://dbpedia.org/resource/Paludibacter", "http://dbpedia.org/resource/Paludibacter_jiangxiensis", "http://dbpedia.org/resource/Paludibacter_propionicigenes", "http://dbpedia.org/resource/Paludisphaera", "http://dbpedia.org/resource/Panacibacter", "http://dbpedia.org/resource/Parabacteroides", "http://dbpedia.org/resource/Parabacteroides_acidifaciens", "http://dbpedia.org/resource/Parabacteroides_bouchesdurhonensis", "http://dbpedia.org/resource/Parabacteroides_chartae", "http://dbpedia.org/resource/Parabacteroides_chinchillae", "http://dbpedia.org/resource/Parabacteroides_chongii", "http://dbpedia.org/resource/Parabacteroides_distasonis", "http://dbpedia.org/resource/Parabacteroides_faecis", "http://dbpedia.org/resource/Parabacteroides_goldsteinii", "http://dbpedia.org/resource/Parabacteroides_gordonii", "http://dbpedia.org/resource/Parabacteroides_johnsonii", "http://dbpedia.org/resource/Parabacteroides_massiliensis", "http://dbpedia.org/resource/Parabacteroides_merdae", "http://dbpedia.org/resource/Parabacteroides_pacaensis", "http://dbpedia.org/resource/Parabacteroides_timonensis", "http://dbpedia.org/resource/Paracnuella", "http://dbpedia.org/resource/Paraconexibacter_algicola", "http://dbpedia.org/resource/Paradevosia", "http://dbpedia.org/resource/Paradevosia_shaoguanensis", "http://dbpedia.org/resource/Paradonghicola", "http://dbpedia.org/resource/Paraferrimonas", "http://dbpedia.org/resource/Parafilimonas", "http://dbpedia.org/resource/Parafilimonas_terrae", "http://dbpedia.org/resource/Paraflavitalea", "http://dbpedia.org/resource/Parageobacillus", "http://dbpedia.org/resource/Parageobacillus_caldoxylosilyticus", "http://dbpedia.org/resource/Paraglaciecola", "http://dbpedia.org/resource/Paraglaciecola_aestuariivivens", "http://dbpedia.org/resource/Paraglaciecola_arctica", "http://dbpedia.org/resource/Paraglaciecola_mesophila", "http://dbpedia.org/resource/Paraglaciecola_polaris", "http://dbpedia.org/resource/Paraherbaspirillum", "http://dbpedia.org/resource/Paralactobacillus_selangorensis", "http://dbpedia.org/resource/Paralcaligenes", "http://dbpedia.org/resource/Paralcaligenes_ginsengisoli", "http://dbpedia.org/resource/Paralcaligenes_ureilyticus", "http://dbpedia.org/resource/Paraliobacillus", "http://dbpedia.org/resource/Paramesonia", "http://dbpedia.org/resource/Paramesorhizobium", "http://dbpedia.org/resource/Paramesorhizobium_deserti", "http://dbpedia.org/resource/Parapedobacter_defluvii", "http://dbpedia.org/resource/Paraphaeobacter", "http://dbpedia.org/resource/Parapontixanthobacter_aurantiacus", "http://dbpedia.org/resource/Paraprevotella", "http://dbpedia.org/resource/Parapseudoflavitalea", "http://dbpedia.org/resource/Parapusillimonas", "http://dbpedia.org/resource/Pararheinheimera", "http://dbpedia.org/resource/Pararheinheimera_aquatica", "http://dbpedia.org/resource/Pararheinheimera_arenilitoris", "http://dbpedia.org/resource/Pararheinheimera_chironomi", "http://dbpedia.org/resource/Pararheinheimera_mesophila", "http://dbpedia.org/resource/Pararheinheimera_soli", "http://dbpedia.org/resource/Pararheinheimera_tangshanensis", "http://dbpedia.org/resource/Pararheinheimera_texasensis", "http://dbpedia.org/resource/Pararheinheimera_tilapiae", "http://dbpedia.org/resource/Pararhodobacter", "http://dbpedia.org/resource/Parasediminibacterium", "http://dbpedia.org/resource/Parasegetibacter", "http://dbpedia.org/resource/Parasegetibacter_terrae", "http://dbpedia.org/resource/Parasporobacterium", "http://dbpedia.org/resource/Parerythrobacter", "http://dbpedia.org/resource/Pareuzebyella", "http://dbpedia.org/resource/Winogradskyella_pacifica", "http://dbpedia.org/resource/Winogradskyella_poriferorum", "http://dbpedia.org/resource/Wolinella", "http://dbpedia.org/resource/Xanthobacter_agilis", "http://dbpedia.org/resource/Xanthobacter_aminoxidans", "http://dbpedia.org/resource/Xanthobacter_autotrophicus", "http://dbpedia.org/resource/Xanthobacter_flavus", "http://dbpedia.org/resource/Xanthobacter_tagetidis", "http://dbpedia.org/resource/Xanthobacter_viscosus", "http://dbpedia.org/resource/Xenophilus_aerolatus", "http://dbpedia.org/resource/Xenophilus_azovorans", "http://dbpedia.org/resource/Xenorhabdus_beddingii", "http://dbpedia.org/resource/Xenorhabdus_bovienii", "http://dbpedia.org/resource/Xenorhabdus_budapestensis", "http://dbpedia.org/resource/Xenorhabdus_cabanillasii", "http://dbpedia.org/resource/Xenorhabdus_doucetiae", "http://dbpedia.org/resource/Xenorhabdus_eapokensis", "http://dbpedia.org/resource/Xenorhabdus_ehlersii", "http://dbpedia.org/resource/Xenorhabdus_griffiniae", "http://dbpedia.org/resource/Xenorhabdus_hominickii", "http://dbpedia.org/resource/Xenorhabdus_indica", "http://dbpedia.org/resource/Xenorhabdus_innexi", "http://dbpedia.org/resource/Xenorhabdus_ishibashii", "http://dbpedia.org/resource/Xenorhabdus_japonica", "http://dbpedia.org/resource/Xenorhabdus_khoisanae", "http://dbpedia.org/resource/Xenorhabdus_koppenhoeferi", "http://dbpedia.org/resource/Xenorhabdus_kozodoii", "http://dbpedia.org/resource/Xenorhabdus_magdalenensis", "http://dbpedia.org/resource/Xenorhabdus_mauleonii", "http://dbpedia.org/resource/Xenorhabdus_miraniensis", "http://dbpedia.org/resource/Xenorhabdus_poinarii", "http://dbpedia.org/resource/Xenorhabdus_romanii", "http://dbpedia.org/resource/Xenorhabdus_stockiae", "http://dbpedia.org/resource/Xenorhabdus_szentirmaii", "http://dbpedia.org/resource/Xenorhabdus_vietnamensis", "http://dbpedia.org/resource/Xylophilus_(bacterium)", "http://dbpedia.org/resource/Pirellulales", "http://dbpedia.org/resource/Piscibacillus", "http://dbpedia.org/resource/Piscibacillus_halophilus", "http://dbpedia.org/resource/Piscibacillus_salipiscarius", "http://dbpedia.org/resource/Pisciglobus", "http://dbpedia.org/resource/Planctobacterium", "http://dbpedia.org/resource/Planctomicrobium", "http://dbpedia.org/resource/Planctomycetales", "http://dbpedia.org/resource/Planctomycetia", "http://dbpedia.org/resource/Planctopirus", "http://dbpedia.org/resource/Planctopirus_hydrillae", "http://dbpedia.org/resource/Planifilum", "http://dbpedia.org/resource/Planktomarina", "http://dbpedia.org/resource/Planktosalinus", "http://dbpedia.org/resource/Planktotalea", "http://dbpedia.org/resource/Planktotalea_frisia", "http://dbpedia.org/resource/Planktotalea_lamellibrachiae", "http://dbpedia.org/resource/Planococcus_(bacterium)", "http://dbpedia.org/resource/Planomicrobium_chinense", "http://dbpedia.org/resource/Planomicrobium_flavidum", "http://dbpedia.org/resource/Planomonospora", "http://dbpedia.org/resource/Plasticicumulans", "http://dbpedia.org/resource/Plasticicumulans_acidivorans", "http://dbpedia.org/resource/Plasticicumulans_lactativorans", "http://dbpedia.org/resource/Plastorhodobacter", "http://dbpedia.org/resource/Plesiocystis", "http://dbpedia.org/resource/Pomoria_rhomboidalis", "http://dbpedia.org/resource/Polycladomyces", "http://dbpedia.org/resource/Polygonibacillus", "http://dbpedia.org/resource/Polynucleobacter_aenigmaticus", "http://dbpedia.org/resource/Polynucleobacter_campilacus", "http://dbpedia.org/resource/Polynucleobacter_hirudinilacicola", "http://dbpedia.org/resource/Polynucleobacter_paneuropaeus", "http://dbpedia.org/resource/Polynucleobacter_victoriensis", "http://dbpedia.org/resource/Pontibaca", "http://dbpedia.org/resource/Pontibacillus", "http://dbpedia.org/resource/Pontibacillus_chungwhensis", "http://dbpedia.org/resource/Pontibacillus_halophilus", "http://dbpedia.org/resource/Pontibacillus_litoralis", "http://dbpedia.org/resource/Pontibacillus_marinus", "http://dbpedia.org/resource/Pontibacillus_salicampi", "http://dbpedia.org/resource/Pontibacillus_yanchengensis", "http://dbpedia.org/resource/Pontibacter", "http://dbpedia.org/resource/Pontibacter_brevis", "http://dbpedia.org/resource/Pontibacter_chinhatensis", "http://dbpedia.org/resource/Pontibacter_deserti", "http://dbpedia.org/resource/Pontibacter_diazotrophicus", "http://dbpedia.org/resource/Pontibacter_humi", "http://dbpedia.org/resource/Pontibacter_indicus", "http://dbpedia.org/resource/Pontibacter_locisalis", "http://dbpedia.org/resource/Pontibacter_ruber", "http://dbpedia.org/resource/Pontibacter_soli", "http://dbpedia.org/resource/Pontibacter_yuliensis", "http://dbpedia.org/resource/Ponticaulis", "http://dbpedia.org/resource/Ponticaulis_koreensis", "http://dbpedia.org/resource/Ponticaulis_profundi", "http://dbpedia.org/resource/Ponticoccus", "http://dbpedia.org/resource/Ponticoccus_gilvus", "http://dbpedia.org/resource/Ponticoccus_lacteus", "http://dbpedia.org/resource/Ponticoccus_litoralis", "http://dbpedia.org/resource/Ponticoccus_marisrubri", "http://dbpedia.org/resource/Pontimicrobium", "http://dbpedia.org/resource/Pontivivens", "http://dbpedia.org/resource/Pontixanthobacter", "http://dbpedia.org/resource/Pontixanthobacter_aestiaquae", "http://dbpedia.org/resource/Pontixanthobacter_luteolus", "http://dbpedia.org/resource/Poritiphilus", "http://dbpedia.org/resource/Sabulilitoribacter", "http://dbpedia.org/resource/Sabulilitoribacter_arenilitoris", "http://dbpedia.org/resource/Saccharedens", "http://dbpedia.org/resource/Saccharibacillus", "http://dbpedia.org/resource/Saccharibacillus_kuerlensis", "http://dbpedia.org/resource/Saccharibacillus_sacchari", "http://dbpedia.org/resource/Saccharibacter", "http://dbpedia.org/resource/Saccharicrinis", "http://dbpedia.org/resource/Saccharicrinis_carchari", "http://dbpedia.org/resource/Saccharicrinis_fermentans", "http://dbpedia.org/resource/Saccharococcus", "http://dbpedia.org/resource/Saccharopolyspora_antimicrobia", "http://dbpedia.org/resource/Saccharopolyspora_cavernae", "http://dbpedia.org/resource/Saccharopolyspora_cebuensis", "http://dbpedia.org/resource/Saccharopolyspora_dendranthemae", "http://dbpedia.org/resource/Saccharopolyspora_deserti", "http://dbpedia.org/resource/Saccharopolyspora_flava", "http://dbpedia.org/resource/Saccharopolyspora_ghardaiensis", "http://dbpedia.org/resource/Saccharopolyspora_gloriosae", "http://dbpedia.org/resource/Saccharopolyspora_gregorii", "http://dbpedia.org/resource/Saccharopolyspora_halophila", "http://dbpedia.org/resource/Saccharopolyspora_halotolerans", "http://dbpedia.org/resource/Saccharopolyspora_hattusasensis", "http://dbpedia.org/resource/Saccharopolyspora_hordei", "http://dbpedia.org/resource/Saccharopolyspora_indica", "http://dbpedia.org/resource/Saccharopolyspora_jiangxiensis", "http://dbpedia.org/resource/Saccharopolyspora_lacisalsi", "http://dbpedia.org/resource/Saccharopolyspora_phatthalungensis", "http://dbpedia.org/resource/Saccharopolyspora_qijiaojingensis", "http://dbpedia.org/resource/Saccharopolyspora_rosea", "http://dbpedia.org/resource/Saccharopolyspora_shandongensis", "http://dbpedia.org/resource/Saccharopolyspora_spinosporotrichia", "http://dbpedia.org/resource/Saccharopolyspora_subtropica", "http://dbpedia.org/resource/Saccharopolyspora_taberi", "http://dbpedia.org/resource/Saccharopolyspora_thermophila", "http://dbpedia.org/resource/Saccharopolyspora_tripterygii", "http://dbpedia.org/resource/Sanguibacteroides", "http://dbpedia.org/resource/Saonia", "http://dbpedia.org/resource/Saprospirales", "http://dbpedia.org/resource/Agrilactobacillus", "http://dbpedia.org/resource/Agrilactobacillus_composti", "http://dbpedia.org/resource/Agrilactobacillus_yilanensis", "http://dbpedia.org/resource/Ahrensia", "http://dbpedia.org/resource/Ahrensiaceae", "http://dbpedia.org/resource/Aidingibacillus", "http://dbpedia.org/resource/Aidingimonas", "http://dbpedia.org/resource/Albibacillus", "http://dbpedia.org/resource/Albibacter", "http://dbpedia.org/resource/Albibacter_helveticus", "http://dbpedia.org/resource/Albibacter_methylovorans", "http://dbpedia.org/resource/Albidovulum", "http://dbpedia.org/resource/Albidovulum_inexpectatum", "http://dbpedia.org/resource/Albidovulum_xiamenense", "http://dbpedia.org/resource/Albimonas", "http://dbpedia.org/resource/Alcaligenes", "http://dbpedia.org/resource/Alcaligenes_aestus", "http://dbpedia.org/resource/Alcaligenes_aquatilis", "http://dbpedia.org/resource/Alcaligenes_cupidus", "http://dbpedia.org/resource/Alcaligenes_defragrans", "http://dbpedia.org/resource/Alcaligenes_denitrificans", "http://dbpedia.org/resource/Alcaligenes_faecalis", "http://dbpedia.org/resource/Alcaligenes_pacificus", "http://dbpedia.org/resource/Alcaligenes_piechaudii", "http://dbpedia.org/resource/Alcaligenes_viscolactis", "http://dbpedia.org/resource/Dehalococcoidetes", "http://dbpedia.org/resource/Desulfurobacteriaceae", "http://dbpedia.org/resource/Dialister", "http://dbpedia.org/resource/Streptomyces_olivomycini", "http://dbpedia.org/resource/Frateuria_aurantia", "http://dbpedia.org/resource/Wigglesworthia_glossinidia", "http://dbpedia.org/resource/Hamiltonella", "http://dbpedia.org/resource/Hamiltonella_defensa", "http://dbpedia.org/resource/Maricaulis", "http://dbpedia.org/resource/Mycobacterium_frederiksbergense", "http://dbpedia.org/resource/Pseudoalteromonas_translucida", "http://dbpedia.org/resource/Thermodesulforhabdus_norvegica", "http://dbpedia.org/resource/Thiomonas_islandica", "http://dbpedia.org/resource/Hoeflea_anabaenae", "http://dbpedia.org/resource/Hoeflea_marina", "http://dbpedia.org/resource/Hoeflea_olei", "http://dbpedia.org/resource/Hoeflea_phototrophica", "http://dbpedia.org/resource/Hoeflea_siderophila", "http://dbpedia.org/resource/Hollandina_pterotermitidis", "http://dbpedia.org/resource/Holospora", "http://dbpedia.org/resource/Holosporaceae", "http://dbpedia.org/resource/Holosporales", "http://dbpedia.org/resource/Holzapfelia_floricola", "http://dbpedia.org/resource/Homobasidiomycetidae", "http://dbpedia.org/resource/Peptostreptococcus", "http://dbpedia.org/resource/Saccharopolyspora", "http://dbpedia.org/resource/Malikia_granosa", "http://dbpedia.org/resource/Paenibacillus_vulneris", "http://dbpedia.org/resource/Pandoraea_oxalativorans", "http://dbpedia.org/resource/Parachlamydia_acanthamoebae", "http://dbpedia.org/resource/Phyllobacterium_trifolii", "http://dbpedia.org/resource/Polaromonas_naphthalenivorans", "http://dbpedia.org/resource/Prevotella_nigrescens", "http://dbpedia.org/resource/Pseudonocardia_sulfidoxydans", "http://dbpedia.org/resource/Pusillimonas_harenae", "http://dbpedia.org/resource/Roseivivax_halodurans", "http://dbpedia.org/resource/Serpulina_alvinipulli", "http://dbpedia.org/resource/Thauera_humireducens", "http://dbpedia.org/resource/Thermodesulfobiaceae", "http://dbpedia.org/resource/Thioploca", "http://dbpedia.org/resource/Massilia_brevitalea", "http://dbpedia.org/resource/Massilia_eurypsychrophila", "http://dbpedia.org/resource/Massilia_haematophila", "http://dbpedia.org/resource/Massilia_kyonggiensis", "http://dbpedia.org/resource/Massilia_lurida", "http://dbpedia.org/resource/Massilia_norwichensis", "http://dbpedia.org/resource/Massilia_putida", "http://dbpedia.org/resource/Massilia_yuzhufengensis", "http://dbpedia.org/resource/Pigmentiphaga_daeguensis", "http://dbpedia.org/resource/Melghiribacillus", "http://dbpedia.org/resource/Notoacmeibacteraceae", "http://dbpedia.org/resource/Noviherbaspirillum", "http://dbpedia.org/resource/Noviherbaspirillum_agri", "http://dbpedia.org/resource/Noviherbaspirillum_aurantiacum", "http://dbpedia.org/resource/Noviherbaspirillum_canariense", "http://dbpedia.org/resource/Noviherbaspirillum_humi", "http://dbpedia.org/resource/Noviherbaspirillum_psychrotolerans", "http://dbpedia.org/resource/Noviherbaspirillum_soli", "http://dbpedia.org/resource/Noviherbaspirillum_suwonense", "http://dbpedia.org/resource/Nubsella", "http://dbpedia.org/resource/Thermicanus_aegyptius", "http://dbpedia.org/resource/Thermoanaerobacter_pseudethanolicus", "http://dbpedia.org/resource/Thermocrinis_jamiesonii", "http://dbpedia.org/resource/Thermodesulfobium_acidiphilum", "http://dbpedia.org/resource/Thermoflavimicrobium_dichotomicum", "http://dbpedia.org/resource/Thermonema_lapsum", "http://dbpedia.org/resource/Thermonema_rossianum", "http://dbpedia.org/resource/Thioalkalivibrio", "http://dbpedia.org/resource/Thioalkalivibrio_denitrificans", "http://dbpedia.org/resource/Thiobacillus_denitrificans", "http://dbpedia.org/resource/Thiomicrospira_aerophila", "http://dbpedia.org/resource/Thiomicrospira_siberica", "http://dbpedia.org/resource/Thiorhodococcus_alkaliphilus", "http://dbpedia.org/resource/Paucihalobacter", "http://dbpedia.org/resource/Paucilactobacillus_wasatchensis", "http://dbpedia.org/resource/Paucisalibacillus", "http://dbpedia.org/resource/Paucisalibacillus_algeriensis", "http://dbpedia.org/resource/Akkermansia", "http://dbpedia.org/resource/Akkermansia_glycaniphila", "http://dbpedia.org/resource/Akkermansia_muciniphila", "http://dbpedia.org/resource/Fructilactobacillus", "http://dbpedia.org/resource/Fructobacillus", "http://dbpedia.org/resource/Furfurilactobacillus", "http://dbpedia.org/resource/Fusibacter", "http://dbpedia.org/resource/GFAJ-1", "http://dbpedia.org/resource/Gemmata_obscuriglobus", "http://dbpedia.org/resource/Gemmataceae", "http://dbpedia.org/resource/Geopsychrobacter_electrodiphilus", "http://dbpedia.org/resource/Halanaerobiales", "http://dbpedia.org/resource/Bilophila_wadsworthia", "http://dbpedia.org/resource/Chishuiella", "http://dbpedia.org/resource/Chitinimonas", "http://dbpedia.org/resource/Chitinimonas_koreensis", "http://dbpedia.org/resource/Chitinimonas_lacunae", "http://dbpedia.org/resource/Chitinimonas_naiadis", "http://dbpedia.org/resource/Chitinimonas_prasina", "http://dbpedia.org/resource/Chitinimonas_taiwanensis", "http://dbpedia.org/resource/Chitinimonas_viridis", "http://dbpedia.org/resource/Chitinispirillum", "http://dbpedia.org/resource/Chitinivibrio", "http://dbpedia.org/resource/Chitinophaga", "http://dbpedia.org/resource/Chitinophaga_agri", "http://dbpedia.org/resource/Chitinophaga_alhagiae", "http://dbpedia.org/resource/Chitinophaga_aurantiaca", "http://dbpedia.org/resource/Chlamydia_caviae", "http://dbpedia.org/resource/Chlamydia_pecorum", "http://dbpedia.org/resource/Chlamydia_psittaci", "http://dbpedia.org/resource/Chlorobaculum_tepidum", "http://dbpedia.org/resource/Chlorobium", "http://dbpedia.org/resource/Chlorobium_chlorochromatii", "http://dbpedia.org/resource/Saccharibacteria", "http://dbpedia.org/resource/Corticibacterium", "http://dbpedia.org/resource/Corticibacterium_populi", "http://dbpedia.org/resource/Costertonia", "http://dbpedia.org/resource/Cytobacillus", "http://dbpedia.org/resource/Cytophaga", "http://dbpedia.org/resource/Cytophaga_hutchinsonii", "http://dbpedia.org/resource/Daejeonia", "http://dbpedia.org/resource/Dasania", "http://dbpedia.org/resource/Weeksellaceae", "http://dbpedia.org/resource/Weissella", "http://dbpedia.org/resource/Eleftheria_terrae", "http://dbpedia.org/resource/Ewingella_americana", "http://dbpedia.org/resource/Extensimonas", "http://dbpedia.org/resource/Ferdinandcohnia", "http://dbpedia.org/resource/Fermentibacillus", "http://dbpedia.org/resource/Fermentibacteria", "http://dbpedia.org/resource/Fermentimonas", "http://dbpedia.org/resource/Fermentimonas_caenicola", "http://dbpedia.org/resource/Methylomonas_scandinavica", "http://dbpedia.org/resource/Sarcina_(bacterium)", "http://dbpedia.org/resource/Loktanella", "http://dbpedia.org/resource/Methylomonas", "http://dbpedia.org/resource/Mycobacterium_scrofulaceum", "http://dbpedia.org/resource/Pasteuria", "http://dbpedia.org/resource/Pseudoalteromonas_distincta", "http://dbpedia.org/resource/Rickettsiella", "http://dbpedia.org/resource/Salinicoccus_jeotgali", "http://dbpedia.org/resource/Vagococcus_carniphilus", "http://dbpedia.org/resource/Hansschlegelia", "http://dbpedia.org/resource/Hansschlegelia_beijingensis", "http://dbpedia.org/resource/Hansschlegelia_plantiphila", "http://dbpedia.org/resource/Hansschlegelia_zhihuaiae", "http://dbpedia.org/resource/Hanstruepera", "http://dbpedia.org/resource/Hanstruepera_crassostreae", "http://dbpedia.org/resource/Hanstruepera_neustonica", "http://dbpedia.org/resource/Haoranjiania", "http://dbpedia.org/resource/Marinobacterium_stanieri", "http://dbpedia.org/resource/Microbulbifer_mangrovi", "http://dbpedia.org/resource/Mycobacterium_aichiense", "http://dbpedia.org/resource/Mycobacterium_neoaurum", "http://dbpedia.org/resource/Pseudoalteromonas_flavipulchra", "http://dbpedia.org/resource/Solobacterium_moorei", "http://dbpedia.org/resource/Sporosarcina", "http://dbpedia.org/resource/Thioalkalivibrio_nitratis", "http://dbpedia.org/resource/Virgibacillus_chiguensis", "http://dbpedia.org/resource/Virgibacillus_salexigens", "http://dbpedia.org/resource/Limnobacter_litoralis", "http://dbpedia.org/resource/Limnohabitans_curvus", "http://dbpedia.org/resource/Mycobacterium_flavescens", "http://dbpedia.org/resource/Mycobacterium_haemophilum", "http://dbpedia.org/resource/Mycobacterium_parafortuitum", "http://dbpedia.org/resource/Pannonibacter", "http://dbpedia.org/resource/Peptostreptococcus_anaerobius", "http://dbpedia.org/resource/Propionivibrio", "http://dbpedia.org/resource/Pseudochrobactrum_asaccharolyticum", "http://dbpedia.org/resource/Shewanella_algae", "http://dbpedia.org/resource/Undibacterium", "http://dbpedia.org/resource/Lutaonella", "http://dbpedia.org/resource/Luteibacter", "http://dbpedia.org/resource/Luteibacter_anthropi", "http://dbpedia.org/resource/Luteibacter_rhizovicinus", "http://dbpedia.org/resource/Luteibacter_yeojuensis", "http://dbpedia.org/resource/Luteimonas", "http://dbpedia.org/resource/Luteimonas_lutimaris", "http://dbpedia.org/resource/Luteimonas_mephitis", "http://dbpedia.org/resource/Lutibacter", "http://dbpedia.org/resource/Lutibacter_aestuarii", "http://dbpedia.org/resource/Lutibacter_agarilyticus", "http://dbpedia.org/resource/Lutibacter_citreus", "http://dbpedia.org/resource/Lutibacter_crassostreae", "http://dbpedia.org/resource/Lutibacter_flavus", "http://dbpedia.org/resource/Lutibacter_holmesii", "http://dbpedia.org/resource/Lutibacter_litoralis", "http://dbpedia.org/resource/Lutibacter_litorisediminis", "http://dbpedia.org/resource/Lutibacter_maritimus", "http://dbpedia.org/resource/Lutibacter_oceani", "http://dbpedia.org/resource/Lutibacter_oricola", "http://dbpedia.org/resource/Lutibacter_profundi", "http://dbpedia.org/resource/Lutibacterium", "http://dbpedia.org/resource/Lutimaribacter", "http://dbpedia.org/resource/Lutimaribacter_litoralis", "http://dbpedia.org/resource/Lutimaribacter_marinistellae", "http://dbpedia.org/resource/Lutimaribacter_pacificus", "http://dbpedia.org/resource/Lutimaribacter_saemankumensis", "http://dbpedia.org/resource/Lutimonas", "http://dbpedia.org/resource/Lutispora", "http://dbpedia.org/resource/Lysobacter_aestuarii", "http://dbpedia.org/resource/Lysobacter_agri", "http://dbpedia.org/resource/Lysobacter_arseniciresistens", "http://dbpedia.org/resource/Macellibacteroides", "http://dbpedia.org/resource/Macellibacteroides_fermentans", "http://dbpedia.org/resource/Macrococcus_canis", "http://dbpedia.org/resource/Macromonas_bipunctata", "http://dbpedia.org/resource/Magnetococcaceae", "http://dbpedia.org/resource/Magnetococcales", "http://dbpedia.org/resource/Magnetococcus", "http://dbpedia.org/resource/Mahella", "http://dbpedia.org/resource/Modulibacteria", "http://dbpedia.org/resource/Mogibacterium_diversum", "http://dbpedia.org/resource/Moryella", "http://dbpedia.org/resource/Noviherbaspirillum_autotrophicum", "http://dbpedia.org/resource/Noviherbaspirillum_malthae", "http://dbpedia.org/resource/Noviherbaspirillum_massiliense", "http://dbpedia.org/resource/Nubsella_zeaxanthinifaciens", "http://dbpedia.org/resource/Oceanimonas_smirnovii", "http://dbpedia.org/resource/Oceanisphaera_arctica", "http://dbpedia.org/resource/Oceanisphaera_ostreae", "http://dbpedia.org/resource/Apilactobacillus", "http://dbpedia.org/resource/Armatimonas_rosea", "http://dbpedia.org/resource/Aromatoleum", "http://dbpedia.org/resource/Arsenicitalea", "http://dbpedia.org/resource/Arsenicitalea_aurantiaca", "http://dbpedia.org/resource/Arsenophonus", "http://dbpedia.org/resource/Arsenophonus_arthropodicus", "http://dbpedia.org/resource/Arsenophonus_nasoniae", "http://dbpedia.org/resource/Arsukibacterium", "http://dbpedia.org/resource/Pirellulaceae", "http://dbpedia.org/resource/Planctomycetaceae", "http://dbpedia.org/resource/Planctomycetota", "http://dbpedia.org/resource/Pleomorphomonadaceae", "http://dbpedia.org/resource/Pleomorphomonas", "http://dbpedia.org/resource/Polaribacter", "http://dbpedia.org/resource/Tepidamorphaceae", "http://dbpedia.org/resource/Draconibacterium", "http://dbpedia.org/resource/Draconibacterium_filum", "http://dbpedia.org/resource/Draconibacterium_mangrovi", "http://dbpedia.org/resource/Draconibacterium_orientale", "http://dbpedia.org/resource/Draconibacterium_sediminis", "http://dbpedia.org/resource/Dubosiella", "http://dbpedia.org/resource/Duganella", "http://dbpedia.org/resource/Duganella_phyllosphaerae", "http://dbpedia.org/resource/Duganella_radicis", "http://dbpedia.org/resource/Duganella_sacchari", "http://dbpedia.org/resource/Duganella_zoogloeoides", "http://dbpedia.org/resource/Marinobacter_maritimus", "http://dbpedia.org/resource/Massilia_(bacterium)", "http://dbpedia.org/resource/Meniscus_(bacterium)", "http://dbpedia.org/resource/Mycobacterium_avium_complex", "http://dbpedia.org/resource/Pedobacter", "http://dbpedia.org/resource/Streptomyces_peucetius", "http://dbpedia.org/resource/Escherichia_coli_(molecular_biology)", "http://dbpedia.org/resource/Leptotrichia_buccalis", "http://dbpedia.org/resource/Microvirgula_aerodenitrificans", "http://dbpedia.org/resource/Mycobacterium_nebraskense", "http://dbpedia.org/resource/Pedobacter_ginsengisoli", "http://dbpedia.org/resource/Pelobacter_acidigallici", "http://dbpedia.org/resource/Rhodoblastus_acidophilus", "http://dbpedia.org/resource/Shewanella_baltica", "http://dbpedia.org/resource/Streptomyces_viridochromeogenes", "http://dbpedia.org/resource/Sulfurovum", "http://dbpedia.org/resource/Hirschia", "http://dbpedia.org/resource/Marinobacter_lipolyticus", "http://dbpedia.org/resource/Massilia_albidiflava", "http://dbpedia.org/resource/Methylibium_petroleiphilum", "http://dbpedia.org/resource/Mycobacterium_genavense", "http://dbpedia.org/resource/Naxibacter", "http://dbpedia.org/resource/Nocardiopsis_umidischolae", "http://dbpedia.org/resource/Parvularcula", "http://dbpedia.org/resource/Pigmentiphaga_soli", "http://dbpedia.org/resource/Polaromonas_jejuensis", "http://dbpedia.org/resource/Porphyromonas_gingivalis", "http://dbpedia.org/resource/Propionispora", "http://dbpedia.org/resource/Propionivibrio_pelophilus", "http://dbpedia.org/resource/Pseudoalteromonas_tunicata", "http://dbpedia.org/resource/Saccharibacter_floricola", "http://dbpedia.org/resource/Second_messenger_system", "http://dbpedia.org/resource/Sphingopyxis_flavimaris", "http://dbpedia.org/resource/Spirillaceae", "http://dbpedia.org/resource/Ureaplasma_loridis", "http://dbpedia.org/resource/Virgibacillus_soli", "http://dbpedia.org/resource/Zetaproteobacteria", "http://dbpedia.org/resource/Hoppeia", "http://dbpedia.org/resource/Mycobacterium_aurum", "http://dbpedia.org/resource/Mycobacterium_montefiorense", "http://dbpedia.org/resource/Nasuia_deltocephalinicola", "http://dbpedia.org/resource/Rubrimonas", "http://dbpedia.org/resource/Shewanella_violacea", "http://dbpedia.org/resource/Syntrophothermus_lipocalidus", "http://dbpedia.org/resource/Jejudonia", "http://dbpedia.org/resource/Jejuia", "http://dbpedia.org/resource/Jejuia_marina", "http://dbpedia.org/resource/Jejuia_pallidilutea", "http://dbpedia.org/resource/Lentilitoribacter", "http://dbpedia.org/resource/Mycobacterium_fluoranthenivorans", "http://dbpedia.org/resource/Mycobacterium_parmense", "http://dbpedia.org/resource/Pedobacter_heparinus", "http://dbpedia.org/resource/Sphingopyxis_granuli", "http://dbpedia.org/resource/Toxoplasma_gondii", "http://dbpedia.org/resource/Labrys_(bacterium)", "http://dbpedia.org/resource/Labrys_methylaminiphilus", "http://dbpedia.org/resource/Labrys_miyagiensis", "http://dbpedia.org/resource/Labrys_monachus", "http://dbpedia.org/resource/Labrys_neptuniae", "http://dbpedia.org/resource/Labrys_okinawensis", "http://dbpedia.org/resource/Labrys_portucalensis", "http://dbpedia.org/resource/Labrys_soli", "http://dbpedia.org/resource/Labrys_wisconsinensis", "http://dbpedia.org/resource/Laceyella", "http://dbpedia.org/resource/Laceyella_putida", "http://dbpedia.org/resource/Laceyella_sacchari", "http://dbpedia.org/resource/Laceyella_sediminis", "http://dbpedia.org/resource/Laceyella_tengchongensis", "http://dbpedia.org/resource/Lachnoanaerobaculum", "http://dbpedia.org/resource/Lachnoanaerobaculum_orale", "http://dbpedia.org/resource/Lachnoanaerobaculum_saburreum", "http://dbpedia.org/resource/Lachnoanaerobaculum_umeaense", "http://dbpedia.org/resource/Lachnobacterium", "http://dbpedia.org/resource/Lachnospiraceae", "http://dbpedia.org/resource/Lacibacter", "http://dbpedia.org/resource/Lacibacter_cauensis", "http://dbpedia.org/resource/Lacibacter_daechungensis", "http://dbpedia.org/resource/Lacibacter_nakdongensis", "http://dbpedia.org/resource/Lacimicrobium", "http://dbpedia.org/resource/Lacimonas", "http://dbpedia.org/resource/Lacinutrix", "http://dbpedia.org/resource/Lacinutrix_algicola", "http://dbpedia.org/resource/Lacinutrix_chionocetis", "http://dbpedia.org/resource/Lacinutrix_cladophorae", "http://dbpedia.org/resource/Lacinutrix_copepodicola", "http://dbpedia.org/resource/Lacinutrix_gracilariae", "http://dbpedia.org/resource/Lacinutrix_himadriensis", "http://dbpedia.org/resource/Lacinutrix_iliipiscaria", "http://dbpedia.org/resource/Lacinutrix_jangbogonensis", "http://dbpedia.org/resource/Lacinutrix_salivirga", "http://dbpedia.org/resource/Lacinutrix_undariae", "http://dbpedia.org/resource/Lacinutrix_venerupis", "http://dbpedia.org/resource/Lacisediminihabitans", "http://dbpedia.org/resource/Lacticigenium", "http://dbpedia.org/resource/Lactivibrio", "http://dbpedia.org/resource/Lactobacillus_bulgaricus_GLB44", "http://dbpedia.org/resource/Lactonifactor", "http://dbpedia.org/resource/Lactovum", "http://dbpedia.org/resource/Lacunisphaera", "http://dbpedia.org/resource/Lamprobacter", "http://dbpedia.org/resource/Massilia_lutea", "http://dbpedia.org/resource/Massilia_varians", "http://dbpedia.org/resource/Mycobacterium_obuense", "http://dbpedia.org/resource/Neochlamydia_hartmannellae", "http://dbpedia.org/resource/Photorhizobium_thompsonianum", "http://dbpedia.org/resource/Regiella_insecticola", "http://dbpedia.org/resource/Thermoanaerobacterium_aotearoense", "http://dbpedia.org/resource/Thiomonas_cuprina", "http://dbpedia.org/resource/Mangrovibacter", "http://dbpedia.org/resource/Mangrovibacterium", "http://dbpedia.org/resource/Mangrovibacterium_diazotrophicum", "http://dbpedia.org/resource/Mangrovibacterium_lignilyticum", "http://dbpedia.org/resource/Mangrovibacterium_marinum", "http://dbpedia.org/resource/Mangrovicoccus", "http://dbpedia.org/resource/Mangroviflexus", "http://dbpedia.org/resource/Mannheimia", "http://dbpedia.org/resource/Maribacter", "http://dbpedia.org/resource/Maribellus", "http://dbpedia.org/resource/Maribellus_luteus", "http://dbpedia.org/resource/Maribellus_sediminis", "http://dbpedia.org/resource/Marichromatium", "http://dbpedia.org/resource/Marimonas", "http://dbpedia.org/resource/Marinactinospora", "http://dbpedia.org/resource/Marinibacterium", "http://dbpedia.org/resource/Marinicauda", "http://dbpedia.org/resource/Marinicauda_algicola", "http://dbpedia.org/resource/Marinicauda_pacifica", "http://dbpedia.org/resource/Marinicauda_salina", "http://dbpedia.org/resource/Marinicella", "http://dbpedia.org/resource/Marinicella_litoralis", "http://dbpedia.org/resource/Marinicella_sediminis", "http://dbpedia.org/resource/Marinifilaceae", "http://dbpedia.org/resource/Marinifilum", "http://dbpedia.org/resource/Marinifilum_breve", "http://dbpedia.org/resource/Marinifilum_flexuosum", "http://dbpedia.org/resource/Mariniflexile", "http://dbpedia.org/resource/Marinilactibacillus", "http://dbpedia.org/resource/Marinilactibacillus_piezotolerans", "http://dbpedia.org/resource/Marinilactibacillus_psychrotolerans", "http://dbpedia.org/resource/Marinimicrobia", "http://dbpedia.org/resource/Marininema", "http://dbpedia.org/resource/Mariniphaga", "http://dbpedia.org/resource/Mariniphaga_anaerophila", "http://dbpedia.org/resource/Mariniphaga_sediminis", "http://dbpedia.org/resource/Marinirhabdus", "http://dbpedia.org/resource/Marinirhabdus_citrea", "http://dbpedia.org/resource/Marinirhabdus_gelatinilytica", "http://dbpedia.org/resource/Marinisporobacter", "http://dbpedia.org/resource/Marinobacter_alkaliphilus", "http://dbpedia.org/resource/Marinobacter_arcticus", "http://dbpedia.org/resource/Marinobacter_daqiaonensis", "http://dbpedia.org/resource/Marinobacter_halophilus", "http://dbpedia.org/resource/Marinobacter_nanhaiticus", "http://dbpedia.org/resource/Marinobacter_nitratireducens", "http://dbpedia.org/resource/Marinobacter_shengliensis", "http://dbpedia.org/resource/Marinobacter_squalenivorans", "http://dbpedia.org/resource/Marinobacterium_litorale", "http://dbpedia.org/resource/Marinobacterium_lutimaris", "http://dbpedia.org/resource/Marinobacterium_mangrovicola", "http://dbpedia.org/resource/Marinobacterium_marisflavi", "http://dbpedia.org/resource/Marinobacterium_rhizophilum", "http://dbpedia.org/resource/Marinococcus_halophilus", "http://dbpedia.org/resource/Marinococcus_halotolerans", "http://dbpedia.org/resource/Marinococcus_luteus", "http://dbpedia.org/resource/Marinococcus_salis", "http://dbpedia.org/resource/Marinococcus_tarijensis", "http://dbpedia.org/resource/Marinospirillum", "http://dbpedia.org/resource/Marinospirillum_alkaliphilum", "http://dbpedia.org/resource/Marinospirillum_celere", "http://dbpedia.org/resource/Marinospirillum_insulare", "http://dbpedia.org/resource/Marinospirillum_minutulum", "http://dbpedia.org/resource/Massilia_arvi", "http://dbpedia.org/resource/Massilia_umbonata", "http://dbpedia.org/resource/Massilioclostridium", "http://dbpedia.org/resource/Mooreia_alkaloidigena", "http://dbpedia.org/resource/Moorella_glycerini", "http://dbpedia.org/resource/Moorella_humiferrea", "http://dbpedia.org/resource/Moorella_mulderi", "http://dbpedia.org/resource/Moorella_perchloratireducens", "http://dbpedia.org/resource/Moorella_stamsii", "http://dbpedia.org/resource/Mordavella", "http://dbpedia.org/resource/Morganellaceae", "http://dbpedia.org/resource/Nisaea_(bacterium)", "http://dbpedia.org/resource/Nitratifractor", "http://dbpedia.org/resource/Nitratiruptor", "http://dbpedia.org/resource/Nitrincola", "http://dbpedia.org/resource/Nitrincola_lacisaponensis", "http://dbpedia.org/resource/Nitrincola_nitratireducens", "http://dbpedia.org/resource/Nitrosococcus", "http://dbpedia.org/resource/Nitrosomonas_stercoris", "http://dbpedia.org/resource/Niveitalea", "http://dbpedia.org/resource/Nocardiopsis", "http://dbpedia.org/resource/Nocardiopsis_nanhaiensis", "http://dbpedia.org/resource/Nocardiopsis_tropica", "http://dbpedia.org/resource/Nocardiopsis_yanglingensis", "http://dbpedia.org/resource/Persicobacter", "http://dbpedia.org/resource/Persicobacteraceae", "http://dbpedia.org/resource/Phocoenobacter", "http://dbpedia.org/resource/Phorcysia", "http://dbpedia.org/resource/Phreatobacter", "http://dbpedia.org/resource/Phreatobacter_cathodiphilus", "http://dbpedia.org/resource/Phreatobacter_oligotrophus", "http://dbpedia.org/resource/Phreatobacter_stygius", "http://dbpedia.org/resource/Phycisphaeraceae", "http://dbpedia.org/resource/Phyllobacterium_sophorae", "http://dbpedia.org/resource/Phytobacter", "http://dbpedia.org/resource/Pibocella", "http://dbpedia.org/resource/Virgibacillus_byunsanensis", "http://dbpedia.org/resource/Virgibacillus_campisalis", "http://dbpedia.org/resource/Virgibacillus_dokdonensis", "http://dbpedia.org/resource/Virgibacillus_flavescens", "http://dbpedia.org/resource/Virgibacillus_halophilus", "http://dbpedia.org/resource/Virgibacillus_halotolerans", "http://dbpedia.org/resource/Virgibacillus_indicus", "http://dbpedia.org/resource/Virgibacillus_kekensis", "http://dbpedia.org/resource/Virgibacillus_litoralis", "http://dbpedia.org/resource/Virgibacillus_marismortui", "http://dbpedia.org/resource/Virgibacillus_natechei", "http://dbpedia.org/resource/Virgibacillus_ndiopensis", "http://dbpedia.org/resource/Virgibacillus_oceani", "http://dbpedia.org/resource/Virgibacillus_olivae", "http://dbpedia.org/resource/Virgibacillus_phasianinus", "http://dbpedia.org/resource/Virgibacillus_profundi", "http://dbpedia.org/resource/Virgibacillus_salarius", "http://dbpedia.org/resource/Virgibacillus_salinus", "http://dbpedia.org/resource/Virgibacillus_sediminis", "http://dbpedia.org/resource/Virgibacillus_subterraneus", "http://dbpedia.org/resource/Virgibacillus_xinjiangensis", "http://dbpedia.org/resource/Brocadia", "http://dbpedia.org/resource/Acutalibacter", "http://dbpedia.org/resource/Acuticoccus", "http://dbpedia.org/resource/Adhaeretor", "http://dbpedia.org/resource/Adhaeribacter", "http://dbpedia.org/resource/Adlercreutzia", "http://dbpedia.org/resource/Azoamicus_ciliaticola", "http://dbpedia.org/resource/Azoarcus", "http://dbpedia.org/resource/Azoarcus_anaerobius", "http://dbpedia.org/resource/Azoarcus_buckelii", "http://dbpedia.org/resource/Azoarcus_communis", "http://dbpedia.org/resource/Azoarcus_evansii", "http://dbpedia.org/resource/Azoarcus_indigens", "http://dbpedia.org/resource/Azoarcus_olearius", "http://dbpedia.org/resource/Azoarcus_toluclasticus", "http://dbpedia.org/resource/Azoarcus_tolulyticus", "http://dbpedia.org/resource/Azoarcus_toluvorans", "http://dbpedia.org/resource/Azohydromonas", "http://dbpedia.org/resource/Azohydromonas_lata", "http://dbpedia.org/resource/Azomonas", "http://dbpedia.org/resource/Azomonas_agilis", "http://dbpedia.org/resource/Azonexus", "http://dbpedia.org/resource/Azonexus_caeni", "http://dbpedia.org/resource/Azonexus_fungiphilus", "http://dbpedia.org/resource/Azonexus_hydrophilus", "http://dbpedia.org/resource/Azorhizophilus", "http://dbpedia.org/resource/Azorhizophilus_paspali", "http://dbpedia.org/resource/Azospira", "http://dbpedia.org/resource/Azospira_oryzae", "http://dbpedia.org/resource/Azospira_restricta", "http://dbpedia.org/resource/Azospirillaceae", "http://dbpedia.org/resource/Azospirillum", "http://dbpedia.org/resource/Azospirillum_brasilense", "http://dbpedia.org/resource/Azospirillum_canadense", "http://dbpedia.org/resource/Azospirillum_doebereinerae", "http://dbpedia.org/resource/Azospirillum_halopraeferens", "http://dbpedia.org/resource/Azospirillum_lipoferum", "http://dbpedia.org/resource/Azospirillum_oryzae", "http://dbpedia.org/resource/Azovibrio", "http://dbpedia.org/resource/Azovibrio_restrictus", "http://dbpedia.org/resource/Bacillus_aminovorans", "http://dbpedia.org/resource/Bacillus_boroniphilus", "http://dbpedia.org/resource/Bacillus_cereus_biovar_anthracis", "http://dbpedia.org/resource/Bacillus_firmus", "http://dbpedia.org/resource/Bacillus_flexus", "http://dbpedia.org/resource/Bacillus_fumarioli", "http://dbpedia.org/resource/Bacillus_gaemokensis", "http://dbpedia.org/resource/Bacillus_gibsonii", "http://dbpedia.org/resource/Bacillus_horikoshii", "http://dbpedia.org/resource/Bacillus_mesentericus", "http://dbpedia.org/resource/Bacillus_nealsonii", "http://dbpedia.org/resource/Bacillus_odysseyi", "http://dbpedia.org/resource/Bacillus_oleronius", "http://dbpedia.org/resource/Bacillus_pseudalcalophilus", "http://dbpedia.org/resource/Bacillus_pseudofirmus", "http://dbpedia.org/resource/Bacillus_selenitireducens", "http://dbpedia.org/resource/Bacillus_sporothermodurans", "http://dbpedia.org/resource/Bacillus_thuringiensis_kurstaki", "http://dbpedia.org/resource/Banana_Xanthomonas_wilt", "http://dbpedia.org/resource/Barnesiella", "http://dbpedia.org/resource/Barnesiella_intestinihominis", "http://dbpedia.org/resource/Barnesiella_viscericola", "http://dbpedia.org/resource/Barnesiellaceae", "http://dbpedia.org/resource/Jakutophyton", "http://dbpedia.org/resource/Janthinobacterium_lividum", "http://dbpedia.org/resource/Blochmannia", "http://dbpedia.org/resource/Brackiella", "http://dbpedia.org/resource/Brackiella_oedipodis", "http://dbpedia.org/resource/Branhamella", "http://dbpedia.org/resource/Brassicibacter", "http://dbpedia.org/resource/Brassicibacter_mesophilus", "http://dbpedia.org/resource/Brassicibacter_thermophilus", "http://dbpedia.org/resource/Brenneria", "http://dbpedia.org/resource/Brenneria_salicis", "http://dbpedia.org/resource/Breoghania", "http://dbpedia.org/resource/Brockia", "http://dbpedia.org/resource/Brockia_lithotrophica", "http://dbpedia.org/resource/Brucella_abortus", "http://dbpedia.org/resource/Brucella_anthropi", "http://dbpedia.org/resource/Brucella_ceti", "http://dbpedia.org/resource/Brucella_ciceri", "http://dbpedia.org/resource/Brucella_cytisi", "http://dbpedia.org/resource/Brucella_daejeonensis", "http://dbpedia.org/resource/Brucella_endophytica", "http://dbpedia.org/resource/Brucella_gallinifaecis", "http://dbpedia.org/resource/Brucella_grignonensis", "http://dbpedia.org/resource/Brucella_haematophila", "http://dbpedia.org/resource/Brucella_inopinata", "http://dbpedia.org/resource/Brucella_intermedia", "http://dbpedia.org/resource/Brucella_lupini", "http://dbpedia.org/resource/Brucella_melitensis", "http://dbpedia.org/resource/Brucella_microti", "http://dbpedia.org/resource/Brucella_oryzae", "http://dbpedia.org/resource/Brucella_ovis", "http://dbpedia.org/resource/Brucella_papionis", "http://dbpedia.org/resource/Brucella_pecoris", "http://dbpedia.org/resource/Brucella_pinnipedialis", "http://dbpedia.org/resource/Brucella_pituitosa", "http://dbpedia.org/resource/Brucella_pseudintermedia", "http://dbpedia.org/resource/Brucella_pseudogrignonensis", "http://dbpedia.org/resource/Brucella_rhizosphaerae", "http://dbpedia.org/resource/Brucella_thiophenivorans", "http://dbpedia.org/resource/Brucella_tritici", "http://dbpedia.org/resource/Brucella_vulpis", "http://dbpedia.org/resource/Brumimicrobium", "http://dbpedia.org/resource/Brumimicrobium_glaciale", "http://dbpedia.org/resource/Megamonas", "http://dbpedia.org/resource/Megasphaera", "http://dbpedia.org/resource/Meiothermus", "http://dbpedia.org/resource/Caloramator", "http://dbpedia.org/resource/Caloramator_fervidus", "http://dbpedia.org/resource/Caloranaerobacter", "http://dbpedia.org/resource/Caloranaerobacter_azorensis", "http://dbpedia.org/resource/Caloranaerobacter_ferrireducens", "http://dbpedia.org/resource/Caloribacterium", "http://dbpedia.org/resource/Camelimonas", "http://dbpedia.org/resource/Camelimonas_abortus", "http://dbpedia.org/resource/Camelimonas_fluminis", "http://dbpedia.org/resource/Camelimonas_lactis", "http://dbpedia.org/resource/Camelliibacillus", "http://dbpedia.org/resource/Caminibacter", "http://dbpedia.org/resource/Caminibacter_hydrogeniphilus", "http://dbpedia.org/resource/Caminibacter_mediatlanticus", "http://dbpedia.org/resource/Caminibacter_profundus", "http://dbpedia.org/resource/Caminicella", "http://dbpedia.org/resource/Candidatus_Accumulibacter_phosphatis", "http://dbpedia.org/resource/Candidatus_Arthromitus", "http://dbpedia.org/resource/Candidatus_Bartonella_antechini", "http://dbpedia.org/resource/Candidatus_Bartonella_bandicootii", "http://dbpedia.org/resource/Candidatus_Bartonella_breitschwerdtii", "http://dbpedia.org/resource/Candidatus_Bartonella_durdenii", "http://dbpedia.org/resource/Candidatus_Bartonella_eldjazairii", "http://dbpedia.org/resource/Candidatus_Bartonella_mayotimonensis", "http://dbpedia.org/resource/Candidatus_Bartonella_merieuxii", "http://dbpedia.org/resource/Candidatus_Bartonella_monaxi", "http://dbpedia.org/resource/Candidatus_Bartonella_rudakovii", "http://dbpedia.org/resource/Candidatus_Bartonella_thailandensis", "http://dbpedia.org/resource/Candidatus_Bartonella_volans", "http://dbpedia.org/resource/Candidatus_Bartonella_woyliei", "http://dbpedia.org/resource/Candidatus_Caballeronia_calva", "http://dbpedia.org/resource/Candidatus_Caballeronia_crenata", "http://dbpedia.org/resource/Candidatus_Caballeronia_hispidae", "http://dbpedia.org/resource/Candidatus_Caballeronia_kirkii", "http://dbpedia.org/resource/Candidatus_Caballeronia_mamillata", "http://dbpedia.org/resource/Candidatus_Caballeronia_nigropunctata", "http://dbpedia.org/resource/Candidatus_Caballeronia_rigidae", "http://dbpedia.org/resource/Candidatus_Caballeronia_schumannianae", "http://dbpedia.org/resource/Candidatus_Caballeronia_verschuerenii", "http://dbpedia.org/resource/Candidatus_Caballeronia_virens", "http://dbpedia.org/resource/Candidatus_Carsonella_ruddii", "http://dbpedia.org/resource/Candidatus_Desulforudis_audaxviator", "http://dbpedia.org/resource/Candidatus_Devosia_euplotis", "http://dbpedia.org/resource/Candidatus_Legionella_jeonii", "http://dbpedia.org/resource/Candidatus_Pelagibacter_communis", "http://dbpedia.org/resource/Candidatus_Ulvibacter_alkanivorans", "http://dbpedia.org/resource/Candidimonas", "http://dbpedia.org/resource/Candidimonas_bauzanensis", "http://dbpedia.org/resource/Candidimonas_humi", "http://dbpedia.org/resource/Capnocytophaga", "http://dbpedia.org/resource/Capsulimonas", "http://dbpedia.org/resource/Carboxydocella", "http://dbpedia.org/resource/Carboxydocella_sporoproducens", "http://dbpedia.org/resource/Carboxydocella_thermautotrophica", "http://dbpedia.org/resource/Carboxydothermus_ferrireducens", "http://dbpedia.org/resource/Carboxydothermus_islandicus", "http://dbpedia.org/resource/Carboxydothermus_pertinax", "http://dbpedia.org/resource/Carboxydothermus_siderophilus", "http://dbpedia.org/resource/Cardinium", "http://dbpedia.org/resource/Cardiobacteriaceae", "http://dbpedia.org/resource/Cardiobacterium", "http://dbpedia.org/resource/Cardiobacterium_hominis", "http://dbpedia.org/resource/Cardiobacterium_valvarum", "http://dbpedia.org/resource/Carideicomes", "http://dbpedia.org/resource/Dinghuibacter", "http://dbpedia.org/resource/Dinoroseobacter", "http://dbpedia.org/resource/Dinoroseobacter_shibae", "http://dbpedia.org/resource/Diplocalyx", "http://dbpedia.org/resource/Diplorickettsia_massiliensis", "http://dbpedia.org/resource/Emticicia", "http://dbpedia.org/resource/Emticicia_aquatica", "http://dbpedia.org/resource/Emticicia_fontis", "http://dbpedia.org/resource/Emticicia_ginsengisoli", "http://dbpedia.org/resource/Emticicia_oligotrophica", "http://dbpedia.org/resource/Emticicia_sediminis", "http://dbpedia.org/resource/Endobacterium_cereale", "http://dbpedia.org/resource/Endozoicomonas", "http://dbpedia.org/resource/Endozoicomonas_acroporae", "http://dbpedia.org/resource/Endozoicomonas_arenosclerae", "http://dbpedia.org/resource/Endozoicomonas_ascidiicola", "http://dbpedia.org/resource/Endozoicomonas_atrinae", "http://dbpedia.org/resource/Endozoicomonas_elysicola", "http://dbpedia.org/resource/Endozoicomonas_euniceicola", "http://dbpedia.org/resource/Endozoicomonas_gorgoniicola", "http://dbpedia.org/resource/Endozoicomonas_montiporae", "http://dbpedia.org/resource/Endozoicomonas_numazuensis", "http://dbpedia.org/resource/Eubacteriales", "http://dbpedia.org/resource/Eubacterium", "http://dbpedia.org/resource/Eubacterium_acidaminophilum", "http://dbpedia.org/resource/Eubacterium_aggregans", "http://dbpedia.org/resource/Eubacterium_nodatum", "http://dbpedia.org/resource/Eubacterium_oxidoreducens", "http://dbpedia.org/resource/Eudoraea", "http://dbpedia.org/resource/Eudoraea_adriatica", "http://dbpedia.org/resource/Eudoraea_chungangensis", "http://dbpedia.org/resource/Eurybacteria", "http://dbpedia.org/resource/Euzebyella", "http://dbpedia.org/resource/Euzebyella_algicola", "http://dbpedia.org/resource/Euzebyella_marina", "http://dbpedia.org/resource/Euzebyella_saccharophila", "http://dbpedia.org/resource/Jeotgalicoccus_nanhaiensis", "http://dbpedia.org/resource/Marinobacterium_georgiense", "http://dbpedia.org/resource/Massilia_dura", "http://dbpedia.org/resource/Mycoplana_ramosa", "http://dbpedia.org/resource/Natranaerobiaceae", "http://dbpedia.org/resource/Neorickettsia_risticii", "http://dbpedia.org/resource/Nitriliruptoridae", "http://dbpedia.org/resource/Thauera_aromatica", "http://dbpedia.org/resource/Thermoanaerobacter_kivui", "http://dbpedia.org/resource/Limnohabitans", "http://dbpedia.org/resource/Methylobacter_tundripaludum", "http://dbpedia.org/resource/Methylophilaceae", "http://dbpedia.org/resource/Moorella_thermoacetica", "http://dbpedia.org/resource/Mycobacterium_confluentis", "http://dbpedia.org/resource/Neorickettsia_sennetsu", "http://dbpedia.org/resource/Nocardiopsis_exhalans", "http://dbpedia.org/resource/Oceanobacillus_iheyensis", "http://dbpedia.org/resource/Oenococcus_oeni", "http://dbpedia.org/resource/Pilibacter", "http://dbpedia.org/resource/Pseudoalteromonas_lipolytica", "http://dbpedia.org/resource/Sphingomonas_parapaucimobilis", "http://dbpedia.org/resource/Sporomusa_termitida", "http://dbpedia.org/resource/Stappia", "http://dbpedia.org/resource/Tepidimonas_taiwanensis", "http://dbpedia.org/resource/Paraperlucidibaca_wandonensis", "http://dbpedia.org/resource/Syntrophococcus_sucromutans", "http://dbpedia.org/resource/Marinobacterium_halophilum", "http://dbpedia.org/resource/Pasteurella_multocida", "http://dbpedia.org/resource/Roseburia_hominis", "http://dbpedia.org/resource/Streptomyces_scabies", "http://dbpedia.org/resource/Vogesella_indigofera", "http://dbpedia.org/resource/Liberibacter", "http://dbpedia.org/resource/Lichenibacterium", "http://dbpedia.org/resource/Lichenihabitans_psoromatis", "http://dbpedia.org/resource/Ligilactobacillus_acidipiscis", "http://dbpedia.org/resource/Ligilactobacillus_salivarius", "http://dbpedia.org/resource/Lihuaxuella", "http://dbpedia.org/resource/Lihuaxuella_thermophila", "http://dbpedia.org/resource/Limibaculum", "http://dbpedia.org/resource/Limimaricola", "http://dbpedia.org/resource/Limimaricola_aestuariicola", "http://dbpedia.org/resource/Limimaricola_cinnabarinus", "http://dbpedia.org/resource/Limimaricola_hongkongensis", "http://dbpedia.org/resource/Limimaricola_pyoseonensis", "http://dbpedia.org/resource/Limimaricola_soesokkakensis", "http://dbpedia.org/resource/Limimaricola_variabilis", "http://dbpedia.org/resource/Limnobacter", "http://dbpedia.org/resource/Limnohabitans_australis", "http://dbpedia.org/resource/Massilia_oculi", "http://dbpedia.org/resource/Microbulbifer", "http://dbpedia.org/resource/Mycobacterium_chlorophenolicum", "http://dbpedia.org/resource/Paenibacillus_koreensis", "http://dbpedia.org/resource/Pelobacter_propionicus", "http://dbpedia.org/resource/Pseudoalteromonas_aurantia", "http://dbpedia.org/resource/Sphingopyxis_panaciterrulae", "http://dbpedia.org/resource/Tepidibacter", "http://dbpedia.org/resource/Tepidimonas_thermarum", "http://dbpedia.org/resource/Massilia_aurea", "http://dbpedia.org/resource/Mycobacterium_mageritense", "http://dbpedia.org/resource/Mycobacterium_phlei", "http://dbpedia.org/resource/Paenibacillus_vortex", "http://dbpedia.org/resource/Roseovarius_tolerans", "http://dbpedia.org/resource/Sphingobium_chlorophenolicum", "http://dbpedia.org/resource/Sphingomonas_trueperi", "http://dbpedia.org/resource/Yokenella", "http://dbpedia.org/resource/Oharaeibacter_diazotrophicus", "http://dbpedia.org/resource/Oleiagrimonas_citrea", "http://dbpedia.org/resource/Olivibacter", "http://dbpedia.org/resource/Olivibacter_composti", "http://dbpedia.org/resource/Olivibacter_ginsengisoli", "http://dbpedia.org/resource/Olivibacter_jilunii", "http://dbpedia.org/resource/Olivibacter_sitiensis", "http://dbpedia.org/resource/Olivibacter_soli", "http://dbpedia.org/resource/Olivibacter_terrae", "http://dbpedia.org/resource/Oleiagrimonas", "http://dbpedia.org/resource/Oleiagrimonas_soli", "http://dbpedia.org/resource/Oleiharenicola", "http://dbpedia.org/resource/Oleispira", "http://dbpedia.org/resource/Olivibacter_domesticus", "http://dbpedia.org/resource/Olivibacter_ginsenosidimutans", "http://dbpedia.org/resource/Olivibacter_oleidegradans", "http://dbpedia.org/resource/Olleya", "http://dbpedia.org/resource/Olleya_algicola", "http://dbpedia.org/resource/Olleya_aquimaris", "http://dbpedia.org/resource/Olleya_marilimosa", "http://dbpedia.org/resource/Olleya_namhaensis", "http://dbpedia.org/resource/Olleya_sediminilitoris", "http://dbpedia.org/resource/Olsenella", "http://dbpedia.org/resource/Olsenella_profusa", "http://dbpedia.org/resource/Olsenella_scatoligenes", "http://dbpedia.org/resource/Olsenella_uli", "http://dbpedia.org/resource/Olsenella_umbonata", "http://dbpedia.org/resource/Opitutaceae", "http://dbpedia.org/resource/Opitutales", "http://dbpedia.org/resource/Opitutus", "http://dbpedia.org/resource/Undibacterium_amnicola", "http://dbpedia.org/resource/Undibacterium_arcticum", "http://dbpedia.org/resource/Serpentinicella", "http://dbpedia.org/resource/Subsaxibacter", "http://dbpedia.org/resource/Subsaxibacter_arcticus", "http://dbpedia.org/resource/Subsaxibacter_broadyi", "http://dbpedia.org/resource/Subsaxibacter_sediminis", "http://dbpedia.org/resource/Subsaximicrobium", "http://dbpedia.org/resource/Subsaximicrobium_saxinquilinus", "http://dbpedia.org/resource/Succinatimonas", "http://dbpedia.org/resource/Sulfobacillus", "http://dbpedia.org/resource/Sulfobacillus_thermosulfidooxidans", "http://dbpedia.org/resource/Wukongibacter", "http://dbpedia.org/resource/Xanthomarina", "http://dbpedia.org/resource/Xanthomarina_gelatinilytica", "http://dbpedia.org/resource/Xanthomarina_spongicola", "http://dbpedia.org/resource/Xanthovirga", "http://dbpedia.org/resource/Xenophilus_(bacterium)", "http://dbpedia.org/resource/Xenophilus_arseniciresistens", "http://dbpedia.org/resource/Bermanella", "http://dbpedia.org/resource/Bermanella_marisrubri", "http://dbpedia.org/resource/Bernardetia", "http://dbpedia.org/resource/Bernardetiaceae", "http://dbpedia.org/resource/Nitriliruptoria", "http://dbpedia.org/resource/Hafnia_(bacterium)", "http://dbpedia.org/resource/Methylobacterium_longum", "http://dbpedia.org/resource/Streptomyces_lavendulae", "http://dbpedia.org/resource/Leuconostoc_rapi", "http://dbpedia.org/resource/Providencia_(bacterium)", "http://dbpedia.org/resource/Sphingopyxis", "http://dbpedia.org/resource/Methylovirgula", "http://dbpedia.org/resource/Mycobacterium_kansasii", "http://dbpedia.org/resource/Polaromonas_cryoconiti", "http://dbpedia.org/resource/Sphaerobacter", "http://dbpedia.org/resource/Streptomyces_malaysiensis", "http://dbpedia.org/resource/Mannheimia_varigena", "http://dbpedia.org/resource/Microbulbifer_hydrolyticus", "http://dbpedia.org/resource/Mycobacterium_septicum", "http://dbpedia.org/resource/Natranaerobiales", "http://dbpedia.org/resource/Nitratireductor", "http://dbpedia.org/resource/Octadecabacter", "http://dbpedia.org/resource/Opitutus_terrae", "http://dbpedia.org/resource/Phyllobacterium_ifriqiyense", "http://dbpedia.org/resource/Pseudoalteromonas_rubra", "http://dbpedia.org/resource/Pseudonocardia_benzenivorans", "http://dbpedia.org/resource/Pusillimonas_soli", "http://dbpedia.org/resource/Roseateles", "http://dbpedia.org/resource/Saccharopolyspora_rectivirgula", "http://dbpedia.org/resource/Sphingobacterium", "http://dbpedia.org/resource/Lyticum", "http://dbpedia.org/resource/Mycobacterium_aubagnense", "http://dbpedia.org/resource/Pseudaminobacter_defluvii", "http://dbpedia.org/resource/Pseudoalteromonas_antarctica", "http://dbpedia.org/resource/Raoultella_planticola", "http://dbpedia.org/resource/Streptomyces_europaeiscabiei", "http://dbpedia.org/resource/Syntrophomonas_zehnderi", "http://dbpedia.org/resource/Thauera_aminoaromatica", "http://dbpedia.org/resource/Mycobacterium_botniense", "http://dbpedia.org/resource/Mycobacterium_seoulense", "http://dbpedia.org/resource/Pandoraea_apista", "http://dbpedia.org/resource/Pseudoalteromonas_agarivorans", "http://dbpedia.org/resource/Raoultella", "http://dbpedia.org/resource/Streptomonospora_amylolytica", "http://dbpedia.org/resource/Thermacetogenium_phaeum", "http://dbpedia.org/resource/Xylophilus_ampelinus", "http://dbpedia.org/resource/Luteimonas_vadosa", "http://dbpedia.org/resource/Methylobacillus", "http://dbpedia.org/resource/Oxobacter_pfennigii", "http://dbpedia.org/resource/Photorhabdus_temperata", "http://dbpedia.org/resource/Prevotella_bryantii", "http://dbpedia.org/resource/Pseudomonas_boreopolis", "http://dbpedia.org/resource/Sphingomonas_adhaesiva", "http://dbpedia.org/resource/Thermomonosporaceae", "http://dbpedia.org/resource/Thioploca_araucae", "http://dbpedia.org/resource/Vagococcus_salmoninarum", "http://dbpedia.org/resource/Methylobacterium_nodulans", "http://dbpedia.org/resource/Muricauda_ruestringensis", "http://dbpedia.org/resource/Parachlamydia", "http://dbpedia.org/resource/Roseivivax_halotolerans", "http://dbpedia.org/resource/Sphingomonas_yanoikuyae", "http://dbpedia.org/resource/Sulfitobacter", "http://dbpedia.org/resource/Thiomonas_perometabolis", "http://dbpedia.org/resource/Nautilia_nitratireducens", "http://dbpedia.org/resource/Necropsobacter_rosorum", "http://dbpedia.org/resource/Natranaerobius_thermophilus", "http://dbpedia.org/resource/Neomegalonema_perideroedes", "http://dbpedia.org/resource/Neptuniibacter_caesariensis", "http://dbpedia.org/resource/Neptuniibacter_halophilus", "http://dbpedia.org/resource/Neptuniibacter_marinus", "http://dbpedia.org/resource/Neptuniibacter_pectenicola", "http://dbpedia.org/resource/Puniceibacterium_confluentis", "http://dbpedia.org/resource/Qipengyuania_aquimaris", "http://dbpedia.org/resource/Qipengyuania_citrea", "http://dbpedia.org/resource/Qipengyuania_flava", "http://dbpedia.org/resource/Qipengyuania_gaetbuli", "http://dbpedia.org/resource/Qipengyuania_nanhaisediminis", "http://dbpedia.org/resource/Qipengyuania_pelagi", "http://dbpedia.org/resource/Qipengyuania_seohaensis", "http://dbpedia.org/resource/Qipengyuania_vulgaris", "http://dbpedia.org/resource/Reichenbachiella_agariperforans", "http://dbpedia.org/resource/Reichenbachiella_faecimaris", "http://dbpedia.org/resource/Rhabdobacter_roseus", "http://dbpedia.org/resource/Rheinheimera_nanhaiensis", "http://dbpedia.org/resource/Rhodanobacter_denitrificans", "http://dbpedia.org/resource/Rhodanobacter_humi", "http://dbpedia.org/resource/Rhodanobacter_rhizosphaerae", "http://dbpedia.org/resource/Rhodobacter_capsulatus", "http://dbpedia.org/resource/Rhodobium_gokarnense", "http://dbpedia.org/resource/Rhodobium_orientis", "http://dbpedia.org/resource/Rhodomicrobium_udaipurense", "http://dbpedia.org/resource/Rhodomicrobium_vannielii", "http://dbpedia.org/resource/Rhodoplanes_piscinae", "http://dbpedia.org/resource/Rhodoplanes_pokkaliisoli", "http://dbpedia.org/resource/Rhodoplanes_roseus", "http://dbpedia.org/resource/Rhodoplanes_serenus", "http://dbpedia.org/resource/Rhodopseudomonas_parapalustris", "http://dbpedia.org/resource/Rhodovulum_sulfidophilum", "http://dbpedia.org/resource/Rubrobacter_aplysinae", "http://dbpedia.org/resource/Rubrobacter_bracarensis", "http://dbpedia.org/resource/Ruegeria_pomeroyi", "http://dbpedia.org/resource/Runella_defluvii", "http://dbpedia.org/resource/Runella_limosa", "http://dbpedia.org/resource/Runella_slithyformis", "http://dbpedia.org/resource/Runella_zeae", "http://dbpedia.org/resource/Nonlabens", "http://dbpedia.org/resource/Nonlabens_aestuariivivens", "http://dbpedia.org/resource/Nonlabens_agnitus", "http://dbpedia.org/resource/Nonlabens_antarcticus", "http://dbpedia.org/resource/Nonlabens_arenilitoris", "http://dbpedia.org/resource/Nonlabens_dokdonensis", "http://dbpedia.org/resource/Nonlabens_halophilus", "http://dbpedia.org/resource/Nonlabens_marina", "http://dbpedia.org/resource/Nonlabens_spongiae", "http://dbpedia.org/resource/Nonlabens_ulvanivorans", "http://dbpedia.org/resource/Nonlabens_xiamenensis", "http://dbpedia.org/resource/Nonlabens_xylanidelens", "http://dbpedia.org/resource/Nomurabacteria", "http://dbpedia.org/resource/Synechocystis_sp._PCC_6803", "http://dbpedia.org/resource/Syntrophobacter", "http://dbpedia.org/resource/Syntrophus", "http://dbpedia.org/resource/Taibaiella_coffeisoli", "http://dbpedia.org/resource/Taibaiella_smilacinae", "http://dbpedia.org/resource/Taibaiella_soli", "http://dbpedia.org/resource/Variibacter", "http://dbpedia.org/resource/Variibacter_gotjawalensis", "http://dbpedia.org/resource/Veillonellaceae", "http://dbpedia.org/resource/Algibacter", "http://dbpedia.org/resource/Algibacter_aestuarii", "http://dbpedia.org/resource/Algibacter_agarilyticus", "http://dbpedia.org/resource/Algibacter_alginicilyticus", "http://dbpedia.org/resource/Algibacter_amylolyticus", "http://dbpedia.org/resource/Algibacter_aquimarinus", "http://dbpedia.org/resource/Algibacter_lectus", "http://dbpedia.org/resource/Algibacter_marinivivus", "http://dbpedia.org/resource/Algibacter_mikhailovii", "http://dbpedia.org/resource/Algibacter_miyuki", "http://dbpedia.org/resource/Algibacter_onchidii", "http://dbpedia.org/resource/Algibacter_pacificus", "http://dbpedia.org/resource/Algibacter_pectinivorans", "http://dbpedia.org/resource/Algibacter_psychrophilus", "http://dbpedia.org/resource/Algibacter_undariae", "http://dbpedia.org/resource/Algicola", "http://dbpedia.org/resource/Algicola_sagamiensis", "http://dbpedia.org/resource/Algimonas", "http://dbpedia.org/resource/Algimonas_ampicilliniresistens", "http://dbpedia.org/resource/Algimonas_arctica", "http://dbpedia.org/resource/Algimonas_porphyrae", "http://dbpedia.org/resource/Alginatibacterium", "http://dbpedia.org/resource/Algitalea", "http://dbpedia.org/resource/Algoriella", "http://dbpedia.org/resource/Algoriphagus", "http://dbpedia.org/resource/Algoriphagus_ratkowskyi", "http://dbpedia.org/resource/Aliagarivorans", "http://dbpedia.org/resource/Aliagarivorans_marinus", "http://dbpedia.org/resource/Alicycliphilus", "http://dbpedia.org/resource/Alicyclobacillus_fodiniaquatilis", "http://dbpedia.org/resource/Alicyclobacillus_herbarius", "http://dbpedia.org/resource/Alicyclobacillus_hesperidum", "http://dbpedia.org/resource/Alicyclobacillus_kakegawensis", "http://dbpedia.org/resource/Alicyclobacillus_macrosporangiidus", "http://dbpedia.org/resource/Alicyclobacillus_montanus", "http://dbpedia.org/resource/Alicyclobacillus_pomorum", "http://dbpedia.org/resource/Alicyclobacillus_sacchari", "http://dbpedia.org/resource/Alicyclobacillus_sendaiensis", "http://dbpedia.org/resource/Alicyclobacillus_shizuokensis", "http://dbpedia.org/resource/Alicyclobacillus_tengchongensis", "http://dbpedia.org/resource/Alicyclobacillus_tolerans", "http://dbpedia.org/resource/Alicyclobacillus_vulcanalis", "http://dbpedia.org/resource/Aliibacillus", "http://dbpedia.org/resource/Aliiglaciecola", "http://dbpedia.org/resource/Aliiglaciecola_aliphaticivorans", "http://dbpedia.org/resource/Aliiglaciecola_lipolytica", "http://dbpedia.org/resource/Aliiglaciecola_litoralis", "http://dbpedia.org/resource/Aliihoeflea", "http://dbpedia.org/resource/Aliihoeflea_aestuarii", "http://dbpedia.org/resource/Aliiroseovarius", "http://dbpedia.org/resource/Aliiroseovarius_crassostreae", "http://dbpedia.org/resource/Aliiroseovarius_halocynthiae", "http://dbpedia.org/resource/Aliiroseovarius_pelagivivens", "http://dbpedia.org/resource/Aliiroseovarius_sediminilitoris", "http://dbpedia.org/resource/Aliiroseovarius_zhejiangensis", "http://dbpedia.org/resource/Aliisedimentitalea", "http://dbpedia.org/resource/Aliishimia", "http://dbpedia.org/resource/Alishewanella", "http://dbpedia.org/resource/Alishewanella_aestuarii", "http://dbpedia.org/resource/Alishewanella_agri", "http://dbpedia.org/resource/Alishewanella_alkalitolerans", "http://dbpedia.org/resource/Alishewanella_fetalis", "http://dbpedia.org/resource/Alishewanella_jeotgali", "http://dbpedia.org/resource/Alishewanella_solinquinati", "http://dbpedia.org/resource/Alishewanella_tabrizica", "http://dbpedia.org/resource/Alistipes", "http://dbpedia.org/resource/Alistipes_finegoldii", "http://dbpedia.org/resource/Alistipes_ihumii", "http://dbpedia.org/resource/Alistipes_indistinctus", "http://dbpedia.org/resource/Alistipes_inops", "http://dbpedia.org/resource/Alistipes_onderdonkii", "http://dbpedia.org/resource/Alistipes_shahii", "http://dbpedia.org/resource/Alistipes_timonensis", "http://dbpedia.org/resource/Alkalibacter", "http://dbpedia.org/resource/Alkalibacter_saccharofermentans", "http://dbpedia.org/resource/Alkalibaculum", "http://dbpedia.org/resource/Alkalicoccus", "http://dbpedia.org/resource/Alkalicoccus_chagannorensis", "http://dbpedia.org/resource/Alkalicoccus_daliensis", "http://dbpedia.org/resource/Alkalicoccus_halolimnae", "http://dbpedia.org/resource/Alkalicoccus_luteus", "http://dbpedia.org/resource/Alkalicoccus_saliphilus", "http://dbpedia.org/resource/Alkalicoccus_urumqiensis", "http://dbpedia.org/resource/Alkaliflexus", "http://dbpedia.org/resource/Alkalihalobacillus_akibai", "http://dbpedia.org/resource/Alkalihalobacillus_algicola", "http://dbpedia.org/resource/Alkalihalobacillus_alkalilacus", "http://dbpedia.org/resource/Alkalihalobacillus_alkalinitrilicus", "http://dbpedia.org/resource/Alkalihalobacillus_alkalisediminis", "http://dbpedia.org/resource/Alkalihalobacillus_berkeleyi", "http://dbpedia.org/resource/Alkalihalobacillus_bogoriensis", "http://dbpedia.org/resource/Alkalihalobacillus_caeni", "http://dbpedia.org/resource/Alkalihalobacillus_haemicellulosilyticus", "http://dbpedia.org/resource/Alkalihalobacillus_haemicentroti", "http://dbpedia.org/resource/Alkalihalobacillus_hunanensis", "http://dbpedia.org/resource/Alkalihalobacillus_hwajinpoensis", "http://dbpedia.org/resource/Alkalihalobacillus_kiskunsagensis", "http://dbpedia.org/resource/Alkalihalobacillus_krulwichiae", "http://dbpedia.org/resource/Alkalihalobacillus_lehensis", "http://dbpedia.org/resource/Alkalihalobacillus_ligniniphilus", "http://dbpedia.org/resource/Alkalihalobacillus_lindianensis", "http://dbpedia.org/resource/Alkalihalobacillus_lonarensis", "http://dbpedia.org/resource/Alkalihalobacillus_macyae", "http://dbpedia.org/resource/Alkalihalobacillus_marmarensis", "http://dbpedia.org/resource/Alkalihalobacillus_miscanthi", "http://dbpedia.org/resource/Alkalihalobacillus_murimartini", "http://dbpedia.org/resource/Alkalihalobacillus_nanhaiisediminis", "http://dbpedia.org/resource/Alkalihalobacillus_okhensis", "http://dbpedia.org/resource/Alkalihalobacillus_oshimensis", "http://dbpedia.org/resource/Alkalihalobacillus_patagoniensis", "http://dbpedia.org/resource/Alkalihalobacillus_plakortidis", "http://dbpedia.org/resource/Alkalihalobacillus_rhizosphaerae", "http://dbpedia.org/resource/Alkalihalobacillus_shacheensis", "http://dbpedia.org/resource/Alkalihalobacillus_trypoxylicola", "http://dbpedia.org/resource/Alkalihalobacillus_urbisdiaboli", "http://dbpedia.org/resource/Alkalihalobacillus_wakoensis", "http://dbpedia.org/resource/Alkalihalobacillus_xiaoxiensis", "http://dbpedia.org/resource/Alkalilactibacillus", "http://dbpedia.org/resource/Alkalilacustris", "http://dbpedia.org/resource/Alkalilimnicola", "http://dbpedia.org/resource/Alkalilimnicola_ehrlichii", "http://dbpedia.org/resource/Alkalimarinus", "http://dbpedia.org/resource/Alkalimonas", "http://dbpedia.org/resource/Alkaliphilus", "http://dbpedia.org/resource/Alkaliphilus_transvaalensis", "http://dbpedia.org/resource/Alkalispirillum", "http://dbpedia.org/resource/Alkalitalea", "http://dbpedia.org/resource/Allgaiera", "http://dbpedia.org/resource/Allisonella", "http://dbpedia.org/resource/Allobacillus", "http://dbpedia.org/resource/Allobaculum", "http://dbpedia.org/resource/Allobaculum_stercoricanis", "http://dbpedia.org/resource/Allochromatium", "http://dbpedia.org/resource/Allochromatium_humboldtianum", "http://dbpedia.org/resource/Allochromatium_phaeobacterium", "http://dbpedia.org/resource/Allochromatium_renukae", "http://dbpedia.org/resource/Allofustis", "http://dbpedia.org/resource/Allofustis_seminis", "http://dbpedia.org/resource/Allohahella", "http://dbpedia.org/resource/Allohahella_antarctica", "http://dbpedia.org/resource/Allohahella_marinimesophila", "http://dbpedia.org/resource/Alloiococcus", "http://dbpedia.org/resource/Alloiococcus_otitis", "http://dbpedia.org/resource/Alloprevotella", "http://dbpedia.org/resource/Alloprevotella_rava", "http://dbpedia.org/resource/Alloprevotella_tannerae", "http://dbpedia.org/resource/Allosediminivita", "http://dbpedia.org/resource/Alsobacter", "http://dbpedia.org/resource/Aminivibrio", "http://dbpedia.org/resource/Aminobacter", "http://dbpedia.org/resource/Aminobacter_aganoensis", "http://dbpedia.org/resource/Aminobacter_aminovorans", "http://dbpedia.org/resource/Aminobacter_anthyllidis", "http://dbpedia.org/resource/Aminobacter_carboxidus", "http://dbpedia.org/resource/Aminobacter_ciceronei", "http://dbpedia.org/resource/Aminobacter_lissarensis", "http://dbpedia.org/resource/Aminobacter_niigataensis", "http://dbpedia.org/resource/Ammonifex", "http://dbpedia.org/resource/Ammonifex_degensii", "http://dbpedia.org/resource/Ammonifex_thiophilus", "http://dbpedia.org/resource/Ammoniphilus", "http://dbpedia.org/resource/Ammoniphilus_oxalivorans", "http://dbpedia.org/resource/Ammoniphilus_resinae", "http://dbpedia.org/resource/Amniculibacterium", "http://dbpedia.org/resource/Amorphaceae", "http://dbpedia.org/resource/Amorphus_(bacterium)", "http://dbpedia.org/resource/Amorphus_coralli", "http://dbpedia.org/resource/Amorphus_orientalis", "http://dbpedia.org/resource/Amorphus_suaedae", "http://dbpedia.org/resource/Amphibacillus", "http://dbpedia.org/resource/Amphibacillus_xylanus", "http://dbpedia.org/resource/Amphritea", "http://dbpedia.org/resource/Amphritea_atlantica", "http://dbpedia.org/resource/Amphritea_balenae", "http://dbpedia.org/resource/Amphritea_ceti", "http://dbpedia.org/resource/Amphritea_japonica", "http://dbpedia.org/resource/Amphritea_opalescens", "http://dbpedia.org/resource/Amphritea_spongicola", "http://dbpedia.org/resource/Amylibacter", "http://dbpedia.org/resource/Amylibacter_cionae", "http://dbpedia.org/resource/Amylibacter_kogurei", "http://dbpedia.org/resource/Amylibacter_lutimaris", "http://dbpedia.org/resource/Amylibacter_marinus", "http://dbpedia.org/resource/Amylibacter_ulvae", "http://dbpedia.org/resource/Amylobacillus", "http://dbpedia.org/resource/Amylolactobacillus", "http://dbpedia.org/resource/Atopobacter", "http://dbpedia.org/resource/Atopobiaceae", "http://dbpedia.org/resource/Atopobium", "http://dbpedia.org/resource/Atopococcus", "http://dbpedia.org/resource/Atopococcus_tabaci", "http://dbpedia.org/resource/Atopostipes", "http://dbpedia.org/resource/Atopostipes_suicloacalis", "http://dbpedia.org/resource/Atribacter", "http://dbpedia.org/resource/Atribacterota", "http://dbpedia.org/resource/Aurantiacibacter", "http://dbpedia.org/resource/Aurantiacibacter_aquimixticola", "http://dbpedia.org/resource/Aurantiacibacter_arachoides", "http://dbpedia.org/resource/Aurantiacibacter_atlanticus", "http://dbpedia.org/resource/Aurantiacibacter_gangjinensis", "http://dbpedia.org/resource/Aurantiacibacter_luteus", "http://dbpedia.org/resource/Aurantiacibacter_marinus", "http://dbpedia.org/resource/Aurantiacibacter_odishensis", "http://dbpedia.org/resource/Aurantiacibacter_xanthus", "http://dbpedia.org/resource/Aurantiacicella", "http://dbpedia.org/resource/Aurantibacter", "http://dbpedia.org/resource/Aurantibacter_aestuarii", "http://dbpedia.org/resource/Aurantibacter_crassamenti", "http://dbpedia.org/resource/Aurantimonas", "http://dbpedia.org/resource/Aurantimonas_aggregata", "http://dbpedia.org/resource/Aurantimonas_coralicida", "http://dbpedia.org/resource/Aurantimonas_endophytica", "http://dbpedia.org/resource/Aurantimonas_litoralis", "http://dbpedia.org/resource/Aurantimonas_manganoxydans", "http://dbpedia.org/resource/Aurantisolimonas", "http://dbpedia.org/resource/Aurantivirga", "http://dbpedia.org/resource/Aureibacillus", "http://dbpedia.org/resource/Aureibaculum", "http://dbpedia.org/resource/Aureibaculum_flavum", "http://dbpedia.org/resource/Aureibaculum_marinum", "http://dbpedia.org/resource/Aureimonas", "http://dbpedia.org/resource/Aureimonas_altamirensis", "http://dbpedia.org/resource/Aureimonas_endophytica", "http://dbpedia.org/resource/Aureimonas_ferruginea", "http://dbpedia.org/resource/Aureimonas_frigidaquae", "http://dbpedia.org/resource/Aureimonas_galii", "http://dbpedia.org/resource/Aureimonas_glaciei", "http://dbpedia.org/resource/Aureimonas_glaciistagni", "http://dbpedia.org/resource/Aureimonas_jatrophae", "http://dbpedia.org/resource/Aureimonas_phyllosphaerae", "http://dbpedia.org/resource/Aureimonas_populi", "http://dbpedia.org/resource/Aureimonas_pseudogalii", "http://dbpedia.org/resource/Aureimonas_rubiginis", "http://dbpedia.org/resource/Aureimonas_ureilytica", "http://dbpedia.org/resource/Aureisphaera", "http://dbpedia.org/resource/Aureisphaera_galaxeae", "http://dbpedia.org/resource/Aureisphaera_salina", "http://dbpedia.org/resource/Aureispira", "http://dbpedia.org/resource/Aureispira_marina", "http://dbpedia.org/resource/Aureispira_maritima", "http://dbpedia.org/resource/Aureivirga", "http://dbpedia.org/resource/Schleiferilactobacillus", "http://dbpedia.org/resource/Secundilactobacillus", "http://dbpedia.org/resource/Facklamia", "http://dbpedia.org/resource/Facklamia_hominis", "http://dbpedia.org/resource/Facklamia_ignava", "http://dbpedia.org/resource/Facklamia_languida", "http://dbpedia.org/resource/Facklamia_miroungae", "http://dbpedia.org/resource/Facklamia_sourekii", "http://dbpedia.org/resource/Facklamia_tabacinasalis", "http://dbpedia.org/resource/Faecalibacillus", "http://dbpedia.org/resource/Faecalibacter", "http://dbpedia.org/resource/Faecalibacter_bovis", "http://dbpedia.org/resource/Faecalibacter_macacae", "http://dbpedia.org/resource/Faecalibacter_rhinopitheci", "http://dbpedia.org/resource/Faecalibacterium", "http://dbpedia.org/resource/Faecalibaculum", "http://dbpedia.org/resource/Faecalicatena", "http://dbpedia.org/resource/Falcatimonas", "http://dbpedia.org/resource/Falsibacillus", "http://dbpedia.org/resource/Falsiporphyromonas", "http://dbpedia.org/resource/Falsiporphyromonas_endometrii", "http://dbpedia.org/resource/Falsochrobactrum", "http://dbpedia.org/resource/Falsochrobactrum_ovis", "http://dbpedia.org/resource/Fannyhessea_vaginae", "http://dbpedia.org/resource/Faucicola", "http://dbpedia.org/resource/Giesbergeria", "http://dbpedia.org/resource/Giesbergeria_voronezhensis", "http://dbpedia.org/resource/Gillisia", "http://dbpedia.org/resource/Gillisia_hiemivivida", "http://dbpedia.org/resource/Gillisia_illustrilutea", "http://dbpedia.org/resource/Gillisia_myxillae", "http://dbpedia.org/resource/Gilvibacter", "http://dbpedia.org/resource/Gimesia", "http://dbpedia.org/resource/Hydrogenophaga_pseudoflava", "http://dbpedia.org/resource/Ilyobacter_delafieldii", "http://dbpedia.org/resource/Macrococcus_hajekii", "http://dbpedia.org/resource/Mycobacterium_indicus_pranii", "http://dbpedia.org/resource/Mycobacterium_parascrofulaceum", "http://dbpedia.org/resource/Polynucleobacter_cosmopolitanus", "http://dbpedia.org/resource/Rhodobacter_sphaeroides", "http://dbpedia.org/resource/Samsonia", "http://dbpedia.org/resource/Sporosarcina_ureae", "http://dbpedia.org/resource/Sulfurimonas", "http://dbpedia.org/resource/Syntrophomonas_wolfei", "http://dbpedia.org/resource/Weissella_cibaria", "http://dbpedia.org/resource/Granulibacter", "http://dbpedia.org/resource/Granulibacter_bethesdensis", "http://dbpedia.org/resource/Granulicatella", "http://dbpedia.org/resource/Massilia_jejuensis", "http://dbpedia.org/resource/Saccharophagus_degradans", "http://dbpedia.org/resource/Sphingomonas_wittichii", "http://dbpedia.org/resource/Syntrophus_buswellii", "http://dbpedia.org/resource/Thermoanaerobacter_mathranii", "http://dbpedia.org/resource/Thiobacillus", "http://dbpedia.org/resource/Zoogloea_resiniphila", "http://dbpedia.org/resource/Isobaculum", "http://dbpedia.org/resource/Isochromatium", "http://dbpedia.org/resource/Kerstersia_similis", "http://dbpedia.org/resource/Maritalea", "http://dbpedia.org/resource/Martelella", "http://dbpedia.org/resource/Massilia_niastensis", "http://dbpedia.org/resource/Nitrosomonas_marina", "http://dbpedia.org/resource/Oxalophagus", "http://dbpedia.org/resource/Paraperlucidibaca_baekdonensis", "http://dbpedia.org/resource/Pedobacter_arcticus", "http://dbpedia.org/resource/Phyllobacterium_leguminum", "http://dbpedia.org/resource/Pseudoalteromonas_aliena", "http://dbpedia.org/resource/Roseburia_intestinalis", "http://dbpedia.org/resource/Roseibium", "http://dbpedia.org/resource/Shewanella_putrefaciens", "http://dbpedia.org/resource/Shewanella_sediminis", "http://dbpedia.org/resource/Sporosarcina_pasteurii", "http://dbpedia.org/resource/Microbulbifer_salipaludis", "http://dbpedia.org/resource/Pandoraea_norimbergensis", "http://dbpedia.org/resource/Roseovarius_nubinhibens", "http://dbpedia.org/resource/Thauera_mechernichensis", "http://dbpedia.org/resource/Thermosyntropha_lipolytica", "http://dbpedia.org/resource/Thiomonas_thermosulfata", "http://dbpedia.org/resource/Ureibacillus_terrenus", "http://dbpedia.org/resource/Parasutterella_excrementihominis", "http://dbpedia.org/resource/Paucimonas_lemoignei", "http://dbpedia.org/resource/Tepidimonas_fonticaldi", "http://dbpedia.org/resource/Microvirga", "http://dbpedia.org/resource/Perlucidibaca", "http://dbpedia.org/resource/Pseudoalteromonas_spongiae", "http://dbpedia.org/resource/Roseburia_inulinivorans", "http://dbpedia.org/resource/Symbiobacterium_thermophilum", "http://dbpedia.org/resource/Jhaorihella", "http://dbpedia.org/resource/Jiella_(bacterium)", "http://dbpedia.org/resource/Jiella_aquimaris", "http://dbpedia.org/resource/Jilinibacillus", "http://dbpedia.org/resource/Methylocapsa_aurea", "http://dbpedia.org/resource/Mycobacterium_hodleri", "http://dbpedia.org/resource/Oxobacter", "http://dbpedia.org/resource/Thermothrix", "http://dbpedia.org/resource/Kingella_kingae", "http://dbpedia.org/resource/Luteimonas_composti", "http://dbpedia.org/resource/Paenibacillus_dendritiformis", "http://dbpedia.org/resource/Paraperlucidibaca", "http://dbpedia.org/resource/Petrobacter_succinatimandens", "http://dbpedia.org/resource/Phenylobacterium_immobile", "http://dbpedia.org/resource/Shewanella_oneidensis", "http://dbpedia.org/resource/Tenacibaculum_soleae", "http://dbpedia.org/resource/Yeosuana", "http://dbpedia.org/resource/Mycobacterium_agri", "http://dbpedia.org/resource/Mycobacterium_pyrenivorans", "http://dbpedia.org/resource/Streptomyces_puniciscabiei", "http://dbpedia.org/resource/Thermoanaerobacter_italicus", "http://dbpedia.org/resource/Vagococcus_acidifermentans", "http://dbpedia.org/resource/Listonella_anguillarum", "http://dbpedia.org/resource/Marinobacter_hydrocarbonoclasticus", "http://dbpedia.org/resource/Marinobacterium", "http://dbpedia.org/resource/Microbulbifer_marinus", "http://dbpedia.org/resource/Naxibacter_varians", "http://dbpedia.org/resource/Pantoea_agglomerans", "http://dbpedia.org/resource/Polaribacter_franzmannii", "http://dbpedia.org/resource/Pseudoalteromonas_phenolica", "http://dbpedia.org/resource/Roseibacterium", "http://dbpedia.org/resource/Stigmatella_(bacterium)", "http://dbpedia.org/resource/Streptomyces_jietaisiensis", "http://dbpedia.org/resource/Undibacterium_pigrum", "http://dbpedia.org/resource/Kiloniellaceae", "http://dbpedia.org/resource/Mycobacterium_duvalii", "http://dbpedia.org/resource/Nitrobacter_winogradskyi", "http://dbpedia.org/resource/Oxalicibacterium_faecigallinarum", "http://dbpedia.org/resource/Pasteurella_langaa", "http://dbpedia.org/resource/Prevotella", "http://dbpedia.org/resource/Roseateles_depolymerans", "http://dbpedia.org/resource/Rubrobacter_xylanophilus", "http://dbpedia.org/resource/Thermoanaerobacter_acetoethylicus", "http://dbpedia.org/resource/Mucibacter", "http://dbpedia.org/resource/Mucilaginibacter", "http://dbpedia.org/resource/Mucilaginibacter_amnicola", "http://dbpedia.org/resource/Mucilaginibacter_aquaedulcis", "http://dbpedia.org/resource/Mucilaginibacter_boryungensis", "http://dbpedia.org/resource/Mucilaginibacter_composti", "http://dbpedia.org/resource/Mucilaginibacter_defluvii", "http://dbpedia.org/resource/Mucilaginibacter_flavus", "http://dbpedia.org/resource/Mucilaginibacter_ginsengisoli", "http://dbpedia.org/resource/Mucilaginibacter_ginsenosidivorax", "http://dbpedia.org/resource/Mucilaginibacter_koreensis", "http://dbpedia.org/resource/Mucilaginibacter_myungsuensis", "http://dbpedia.org/resource/Mucilaginibacter_panaciglaebae", "http://dbpedia.org/resource/Mucilaginibacter_vulcanisilvae", "http://dbpedia.org/resource/Mucinivorans", "http://dbpedia.org/resource/Muribacter", "http://dbpedia.org/resource/Muribaculaceae", "http://dbpedia.org/resource/Muribaculum", "http://dbpedia.org/resource/Muricauda", "http://dbpedia.org/resource/Muriicola", "http://dbpedia.org/resource/Muriicola_jejuensis", "http://dbpedia.org/resource/Muriicola_marianensis", "http://dbpedia.org/resource/Muriicola_soli", "http://dbpedia.org/resource/Reichenbachiella", "http://dbpedia.org/resource/Reichenbachiella_versicolor", "http://dbpedia.org/resource/Reichenbachiellaceae", "http://dbpedia.org/resource/Bacteroidales", "http://dbpedia.org/resource/Aneurinibacillus", "http://dbpedia.org/resource/Aneurinibacillus_danicus", "http://dbpedia.org/resource/Aneurinibacillus_humi", "http://dbpedia.org/resource/Aneurinibacillus_migulanus", "http://dbpedia.org/resource/Aneurinibacillus_sediminis", "http://dbpedia.org/resource/Aneurinibacillus_soli", "http://dbpedia.org/resource/Aneurinibacillus_terranovensis", "http://dbpedia.org/resource/Aneurinibacillus_thermoaerophilus", "http://dbpedia.org/resource/Aneurinibacillus_tyrosinisolvens", "http://dbpedia.org/resource/Angulomicrobium", "http://dbpedia.org/resource/Angulomicrobium_amanitiforme", "http://dbpedia.org/resource/Angulomicrobium_tetraedrale", "http://dbpedia.org/resource/Isosphaeraceae", "http://dbpedia.org/resource/Moorella_(bacterium)", "http://dbpedia.org/resource/Morania", "http://dbpedia.org/resource/Mycobacterium_ulcerans", "http://dbpedia.org/resource/Chelativorans", "http://dbpedia.org/resource/Chelativorans_composti", "http://dbpedia.org/resource/Chelativorans_intermedius", "http://dbpedia.org/resource/Chelativorans_multitrophicus", "http://dbpedia.org/resource/Chelativorans_oligotrophicus", "http://dbpedia.org/resource/Chelativorans_xinjiangense", "http://dbpedia.org/resource/Chelatococcus", "http://dbpedia.org/resource/Chelatococcus_asaccharovorans", "http://dbpedia.org/resource/Chelatococcus_caeni", "http://dbpedia.org/resource/Chelatococcus_daeguensis", "http://dbpedia.org/resource/Chelatococcus_reniformis", "http://dbpedia.org/resource/Chelatococcus_sambhunathii", "http://dbpedia.org/resource/Chelonobacter", "http://dbpedia.org/resource/Chromatium", "http://dbpedia.org/resource/Chromatium_okenii", "http://dbpedia.org/resource/Chromobacterium", "http://dbpedia.org/resource/Chromobacterium_violaceum", "http://dbpedia.org/resource/Chromohalobacter", "http://dbpedia.org/resource/Chromohalobacter_beijerinckii", "http://dbpedia.org/resource/Chromohalobacter_canadensis", "http://dbpedia.org/resource/Chromohalobacter_marismortui", "http://dbpedia.org/resource/Chromohalobacter_salexigens", "http://dbpedia.org/resource/Chryseobacterium", "http://dbpedia.org/resource/Chryseobacterium_aahli", "http://dbpedia.org/resource/Chryseobacterium_angstadtii", "http://dbpedia.org/resource/Chryseobacterium_antarcticum", "http://dbpedia.org/resource/Chryseobacterium_anthropi", "http://dbpedia.org/resource/Chryseobacterium_aquaticum", "http://dbpedia.org/resource/Chryseobacterium_aquifrigidense", "http://dbpedia.org/resource/Chryseobacterium_arachidiradicis", "http://dbpedia.org/resource/Chryseobacterium_arachidis", "http://dbpedia.org/resource/Chryseobacterium_arthrosphaerae", "http://dbpedia.org/resource/Chryseobacterium_artocarpi", "http://dbpedia.org/resource/Chryseobacterium_aurantiacum", "http://dbpedia.org/resource/Chryseobacterium_balustinum", "http://dbpedia.org/resource/Chryseobacterium_bernardetii", "http://dbpedia.org/resource/Chryseobacterium_bovis", "http://dbpedia.org/resource/Chryseobacterium_caeni", "http://dbpedia.org/resource/Chryseobacterium_camelliae", "http://dbpedia.org/resource/Chryseobacterium_carnipullorum", "http://dbpedia.org/resource/Chryseobacterium_carnis", "http://dbpedia.org/resource/Chryseobacterium_chaponense", "http://dbpedia.org/resource/Chryseobacterium_contaminans", "http://dbpedia.org/resource/Chryseobacterium_cucumeris", "http://dbpedia.org/resource/Chryseobacterium_culicis", "http://dbpedia.org/resource/Chryseobacterium_daecheongense", "http://dbpedia.org/resource/Chryseobacterium_daeguense", "http://dbpedia.org/resource/Chryseobacterium_defluvii", "http://dbpedia.org/resource/Chryseobacterium_echinoideorum", "http://dbpedia.org/resource/Chryseobacterium_elymi", "http://dbpedia.org/resource/Chryseobacterium_endophyticum", "http://dbpedia.org/resource/Chryseobacterium_flavum", "http://dbpedia.org/resource/Chryseobacterium_formosense", "http://dbpedia.org/resource/Chryseobacterium_frigidisoli", "http://dbpedia.org/resource/Chryseobacterium_frigidum", "http://dbpedia.org/resource/Chryseobacterium_gallinarum", "http://dbpedia.org/resource/Chryseobacterium_gambrini", "http://dbpedia.org/resource/Chryseobacterium_geocarposphaerae", "http://dbpedia.org/resource/Chryseobacterium_ginsengisoli", "http://dbpedia.org/resource/Chryseobacterium_ginsengiterrae", "http://dbpedia.org/resource/Chryseobacterium_ginsenosidimutans", "http://dbpedia.org/resource/Chryseobacterium_glaciei", "http://dbpedia.org/resource/Chryseobacterium_gleum", "http://dbpedia.org/resource/Chryseobacterium_gregarium", "http://dbpedia.org/resource/Chryseobacterium_gwangjuense", "http://dbpedia.org/resource/Chryseobacterium_hagamense", "http://dbpedia.org/resource/Chryseobacterium_haifense", "http://dbpedia.org/resource/Chryseobacterium_halperniae", "http://dbpedia.org/resource/Chryseobacterium_hispalense", "http://dbpedia.org/resource/Chryseobacterium_hispanicum", "http://dbpedia.org/resource/Chryseobacterium_hominis", "http://dbpedia.org/resource/Chryseobacterium_humi", "http://dbpedia.org/resource/Chryseobacterium_hungaricum", "http://dbpedia.org/resource/Chryseobacterium_indologenes", "http://dbpedia.org/resource/Chryseobacterium_indoltheticum", "http://dbpedia.org/resource/Chryseobacterium_jejuense", "http://dbpedia.org/resource/Chryseobacterium_jeonii", "http://dbpedia.org/resource/Chryseobacterium_joostei", "http://dbpedia.org/resource/Chryseobacterium_koreense", "http://dbpedia.org/resource/Chryseobacterium_kwangjuense", "http://dbpedia.org/resource/Chryseobacterium_lactis", "http://dbpedia.org/resource/Chryseobacterium_lathyri", "http://dbpedia.org/resource/Chryseobacterium_limigenitum", "http://dbpedia.org/resource/Chryseobacterium_lineare", "http://dbpedia.org/resource/Chryseobacterium_luteum", "http://dbpedia.org/resource/Chryseobacterium_marinum", "http://dbpedia.org/resource/Chryseobacterium_molle", "http://dbpedia.org/resource/Chryseobacterium_montanum", "http://dbpedia.org/resource/Chryseobacterium_nakagawai", "http://dbpedia.org/resource/Chryseobacterium_nematophagum", "http://dbpedia.org/resource/Chryseobacterium_nepalense", "http://dbpedia.org/resource/Chryseobacterium_oleae", "http://dbpedia.org/resource/Chryseobacterium_oncorhynchi", "http://dbpedia.org/resource/Chryseobacterium_oranimense", "http://dbpedia.org/resource/Chryseobacterium_pallidum", "http://dbpedia.org/resource/Chryseobacterium_palustre", "http://dbpedia.org/resource/Chryseobacterium_piperi", "http://dbpedia.org/resource/Chryseobacterium_piscicola", "http://dbpedia.org/resource/Chryseobacterium_piscium", "http://dbpedia.org/resource/Chryseobacterium_polytrichastri", "http://dbpedia.org/resource/Chryseobacterium_profundimaris", "http://dbpedia.org/resource/Chryseobacterium_psychrotolerans", "http://dbpedia.org/resource/Chryseobacterium_reticulitermitis", "http://dbpedia.org/resource/Chryseobacterium_rhizoplanae", "http://dbpedia.org/resource/Chryseobacterium_rhizosphaerae", "http://dbpedia.org/resource/Chryseobacterium_rigui", "http://dbpedia.org/resource/Chryseobacterium_salipaludis", "http://dbpedia.org/resource/Chryseobacterium_scophthalmum", "http://dbpedia.org/resource/Chryseobacterium_sediminis", "http://dbpedia.org/resource/Chryseobacterium_shandongense", "http://dbpedia.org/resource/Chryseobacterium_shigense", "http://dbpedia.org/resource/Chryseobacterium_solani", "http://dbpedia.org/resource/Chryseobacterium_soldanellicola", "http://dbpedia.org/resource/Chryseobacterium_soli", "http://dbpedia.org/resource/Chryseobacterium_solincola", "http://dbpedia.org/resource/Chryseobacterium_taeanense", "http://dbpedia.org/resource/Chryseobacterium_taichungense", "http://dbpedia.org/resource/Chryseobacterium_taihuense", "http://dbpedia.org/resource/Chryseobacterium_taiwanense", "http://dbpedia.org/resource/Chryseobacterium_takakiae", "http://dbpedia.org/resource/Chryseobacterium_taklimakanense", "http://dbpedia.org/resource/Chryseobacterium_tenax", "http://dbpedia.org/resource/Chryseobacterium_treverense", "http://dbpedia.org/resource/Chryseobacterium_tructae", "http://dbpedia.org/resource/Chryseobacterium_ureilyticum", "http://dbpedia.org/resource/Chryseobacterium_vietnamense", "http://dbpedia.org/resource/Chryseobacterium_viscerum", "http://dbpedia.org/resource/Chryseobacterium_vrystaatense", "http://dbpedia.org/resource/Chryseobacterium_wanjuense", "http://dbpedia.org/resource/Chryseobacterium_xinjiangense", "http://dbpedia.org/resource/Chryseobacterium_xixisoli", "http://dbpedia.org/resource/Chryseobacterium_yonginense", "http://dbpedia.org/resource/Chryseobacterium_zeae", "http://dbpedia.org/resource/Chryseomicrobium", "http://dbpedia.org/resource/Chryseomicrobium_amylolyticum", "http://dbpedia.org/resource/Chryseomicrobium_aureum", "http://dbpedia.org/resource/Chryseomicrobium_deserti", "http://dbpedia.org/resource/Chryseomicrobium_excrementi", "http://dbpedia.org/resource/Chryseomicrobium_imtechense", "http://dbpedia.org/resource/Chryseomicrobium_palamuruense", "http://dbpedia.org/resource/Chthonobacter", "http://dbpedia.org/resource/Chthonobacter_albigriseus", "http://dbpedia.org/resource/Collimonas", "http://dbpedia.org/resource/Collimonas_arenae", "http://dbpedia.org/resource/Collimonas_fungivorans", "http://dbpedia.org/resource/Collimonas_pratensis", "http://dbpedia.org/resource/Collinsella", "http://dbpedia.org/resource/Collinsella_intestinalis", "http://dbpedia.org/resource/Collinsella_massiliensis", "http://dbpedia.org/resource/Collinsella_stercoris", "http://dbpedia.org/resource/Collinsella_tanakaei", "http://dbpedia.org/resource/Colwellia", "http://dbpedia.org/resource/Colwellia_aestuarii", "http://dbpedia.org/resource/Colwellia_agarivorans", "http://dbpedia.org/resource/Colwellia_aquaemaris", "http://dbpedia.org/resource/Colwellia_arctica", "http://dbpedia.org/resource/Colwellia_asteriadis", "http://dbpedia.org/resource/Colwellia_beringensis", "http://dbpedia.org/resource/Colwellia_chukchiensis", "http://dbpedia.org/resource/Colwellia_demingiae", "http://dbpedia.org/resource/Colwellia_echini", "http://dbpedia.org/resource/Colwellia_hornerae", "http://dbpedia.org/resource/Colwellia_marinimaniae", "http://dbpedia.org/resource/Colwellia_maris", "http://dbpedia.org/resource/Colwellia_meonggei", "http://dbpedia.org/resource/Colwellia_mytili", "http://dbpedia.org/resource/Colwellia_piezophila", "http://dbpedia.org/resource/Colwellia_psychrotropica", "http://dbpedia.org/resource/Colwellia_rossensis", "http://dbpedia.org/resource/Colwelliaceae", "http://dbpedia.org/resource/Commensalibacter", "http://dbpedia.org/resource/Cryptobacterium", "http://dbpedia.org/resource/Cryptobacterium_curtum", "http://dbpedia.org/resource/Cucumibacter", "http://dbpedia.org/resource/Cucumibacter_marinus", "http://dbpedia.org/resource/Cuneatibacter", "http://dbpedia.org/resource/Cupriavidus", "http://dbpedia.org/resource/Cupriavidus_alkaliphilus", "http://dbpedia.org/resource/Cupriavidus_basilensis", "http://dbpedia.org/resource/Cupriavidus_campinensis", "http://dbpedia.org/resource/Cupriavidus_gilardii", "http://dbpedia.org/resource/Cupriavidus_laharis", "http://dbpedia.org/resource/Cupriavidus_metallidurans", "http://dbpedia.org/resource/Cupriavidus_nantongensis", "http://dbpedia.org/resource/Cupriavidus_necator", "http://dbpedia.org/resource/Cupriavidus_numazuensis", "http://dbpedia.org/resource/Cupriavidus_oxalaticus", "http://dbpedia.org/resource/Cupriavidus_pampae", "http://dbpedia.org/resource/Cupriavidus_pauculus", "http://dbpedia.org/resource/Cupriavidus_pinatubonensis", "http://dbpedia.org/resource/Cupriavidus_plantarum", "http://dbpedia.org/resource/Cupriavidus_respiraculi", "http://dbpedia.org/resource/Cupriavidus_taiwanensis", "http://dbpedia.org/resource/Cupriavidus_yeoncheonensis", "http://dbpedia.org/resource/Curvibacter", "http://dbpedia.org/resource/Curvibacter_delicatus", "http://dbpedia.org/resource/Curvibacter_fontanus", "http://dbpedia.org/resource/Curvibacter_gracilis", "http://dbpedia.org/resource/Curvibacter_lanceolatus", "http://dbpedia.org/resource/Cyclobacteriaceae", "http://dbpedia.org/resource/Cyclobacterium", "http://dbpedia.org/resource/Cyclobacterium_amurskyense", "http://dbpedia.org/resource/Cyclobacterium_caenipelagi", "http://dbpedia.org/resource/Cyclobacterium_halophilum", "http://dbpedia.org/resource/Cyclobacterium_jeungdonense", "http://dbpedia.org/resource/Cyclobacterium_lianum", "http://dbpedia.org/resource/Cyclobacterium_marinum", "http://dbpedia.org/resource/Cyclobacterium_qasimii", "http://dbpedia.org/resource/Cyclobacterium_xiamenense", "http://dbpedia.org/resource/Erythrobacter", "http://dbpedia.org/resource/Erythrobacter_colymbi", "http://dbpedia.org/resource/Erythrobacter_cryptus", "http://dbpedia.org/resource/Erythrobacter_dokdonensis", "http://dbpedia.org/resource/Erythrobacter_donghaensis", "http://dbpedia.org/resource/Erythrobacter_litoralis", "http://dbpedia.org/resource/Erythrobacter_longus", "http://dbpedia.org/resource/Erythrobacter_neustonensis", "http://dbpedia.org/resource/Erythrobacter_ramosus", "http://dbpedia.org/resource/Escherichia_coli_O104:H21", "http://dbpedia.org/resource/Ethanoligenens_harbinense", "http://dbpedia.org/resource/Jannaschia", "http://dbpedia.org/resource/Microbulbifer_elongatus", "http://dbpedia.org/resource/Oceanobacillus_kapialis", "http://dbpedia.org/resource/Pseudovibrio", "http://dbpedia.org/resource/Marinitoga_piezophila", "http://dbpedia.org/resource/Mycobacterium_alvei", "http://dbpedia.org/resource/Oceanimonas", "http://dbpedia.org/resource/Sphingobium_japonicum", "http://dbpedia.org/resource/Profundibacterium", "http://dbpedia.org/resource/Profundimonas", "http://dbpedia.org/resource/Prolixibacter", "http://dbpedia.org/resource/Prolixibacter_bellariivorans", "http://dbpedia.org/resource/Prolixibacter_denitrificans", "http://dbpedia.org/resource/Prolixibacteraceae", "http://dbpedia.org/resource/Propionibacterium_acnes_type_zappae", "http://dbpedia.org/resource/Proteiniclasticum", "http://dbpedia.org/resource/Proteiniphilum", "http://dbpedia.org/resource/Proteiniphilum_acetatigenes", "http://dbpedia.org/resource/Pseudaeromonas", "http://dbpedia.org/resource/Pseudaeromonas_paramecii", "http://dbpedia.org/resource/Pseudaestuariivita", "http://dbpedia.org/resource/Pseudobacter", "http://dbpedia.org/resource/Pseudobizionia", "http://dbpedia.org/resource/Pseudobowmanella", "http://dbpedia.org/resource/Pseudobutyrivibrio", "http://dbpedia.org/resource/Pseudochelatococcus", "http://dbpedia.org/resource/Pseudochelatococcus_contaminans", "http://dbpedia.org/resource/Pseudochelatococcus_lubricantis", "http://dbpedia.org/resource/Pseudodonghicola", "http://dbpedia.org/resource/Pseudoduganella", "http://dbpedia.org/resource/Pseudoduganella_violaceinigra", "http://dbpedia.org/resource/Pseudoflavitalea", "http://dbpedia.org/resource/Pseudofulvibacter", "http://dbpedia.org/resource/Pseudofulvibacter_gastropodicola", "http://dbpedia.org/resource/Pseudofulvibacter_geojedonensis", "http://dbpedia.org/resource/Pseudofulvibacter_marinus", "http://dbpedia.org/resource/Pseudofulvimonas", "http://dbpedia.org/resource/Pseudogracilibacillus", "http://dbpedia.org/resource/Pseudogracilibacillus_auburnensis", "http://dbpedia.org/resource/Pseudogracilibacillus_endophyticus", "http://dbpedia.org/resource/Pseudohalocynthiibacter", "http://dbpedia.org/resource/Pseudohoeflea", "http://dbpedia.org/resource/Pseudohongiella", "http://dbpedia.org/resource/Pseudohongiella_acticola", "http://dbpedia.org/resource/Pseudohongiella_spirulinae", "http://dbpedia.org/resource/Pseudolabrys", "http://dbpedia.org/resource/Pseudomaribius", "http://dbpedia.org/resource/Pseudonocardia_acaciae", "http://dbpedia.org/resource/Pseudonocardia_adelaidensis", "http://dbpedia.org/resource/Pseudonocardia_ailaonensis", "http://dbpedia.org/resource/Pseudonocardia_alaniniphila", "http://dbpedia.org/resource/Pseudonocardia_alni", "http://dbpedia.org/resource/Pseudonocardia_ammonioxydans", "http://dbpedia.org/resource/Pseudonocardia_antarctica", "http://dbpedia.org/resource/Pseudonocardia_antitumoralis", "http://dbpedia.org/resource/Pseudonocardia_artemisiae", "http://dbpedia.org/resource/Pseudonocardia_aurantiaca", "http://dbpedia.org/resource/Pseudonocardia_autotrophica", "http://dbpedia.org/resource/Pseudonocardia_babensis", "http://dbpedia.org/resource/Pseudonocardia_bannensis", "http://dbpedia.org/resource/Pseudonocardia_carboxydivorans", "http://dbpedia.org/resource/Pseudonocardia_chloroethenivorans", "http://dbpedia.org/resource/Pseudonocardia_compacta", "http://dbpedia.org/resource/Pseudonocardia_cypriaca", "http://dbpedia.org/resource/Pseudonocardia_dioxanivorans", "http://dbpedia.org/resource/Pseudonocardia_endophytica", "http://dbpedia.org/resource/Pseudonocardia_eucalypti", "http://dbpedia.org/resource/Pseudonocardia_halophobica", "http://dbpedia.org/resource/Pseudonocardia_hierapolitana", "http://dbpedia.org/resource/Pseudonocardia_hispaniensis", "http://dbpedia.org/resource/Pseudonocardia_hydrocarbonoxydans", "http://dbpedia.org/resource/Pseudonocardia_khuvsgulensis", "http://dbpedia.org/resource/Pseudonocardia_kongjuensis", "http://dbpedia.org/resource/Pseudonocardia_kunmingensis", "http://dbpedia.org/resource/Pseudonocardia_mongoliensis", "http://dbpedia.org/resource/Pseudonocardia_nantongensis", "http://dbpedia.org/resource/Pseudonocardia_nematodicida", "http://dbpedia.org/resource/Pseudonocardia_nitrificans", "http://dbpedia.org/resource/Pseudonocardia_parietis", "http://dbpedia.org/resource/Pseudonocardia_petroleophila", "http://dbpedia.org/resource/Pseudonocardia_rhizophila", "http://dbpedia.org/resource/Pseudonocardia_salamisensis", "http://dbpedia.org/resource/Pseudonocardia_saturnea", "http://dbpedia.org/resource/Pseudonocardia_sediminis", "http://dbpedia.org/resource/Pseudonocardia_seranimata", "http://dbpedia.org/resource/Pseudonocardia_spinosa", "http://dbpedia.org/resource/Pseudonocardia_spinosispora", "http://dbpedia.org/resource/Pseudonocardia_tetrahydrofuranoxydans", "http://dbpedia.org/resource/Pseudonocardia_tropica", "http://dbpedia.org/resource/Pseudonocardia_xinjiangensis", "http://dbpedia.org/resource/Pseudonocardia_xishanensis", "http://dbpedia.org/resource/Pseudonocardia_yuanmonensis", "http://dbpedia.org/resource/Pseudonocardia_yunnanensis", "http://dbpedia.org/resource/Pseudonocardia_zijingensis", "http://dbpedia.org/resource/Pseudooceanicola", "http://dbpedia.org/resource/Pseudooceanicola_antarcticus", "http://dbpedia.org/resource/Pseudooceanicola_atlanticus", "http://dbpedia.org/resource/Pseudooceanicola_batsensis", "http://dbpedia.org/resource/Pseudooceanicola_lipolyticus", "http://dbpedia.org/resource/Pseudooctadecabacter", "http://dbpedia.org/resource/Pseudopedobacter", "http://dbpedia.org/resource/Pseudopedobacter_beijingensis", "http://dbpedia.org/resource/Pseudophaeobacter", "http://dbpedia.org/resource/Pseudophaeobacter_arcticus", "http://dbpedia.org/resource/Pseudophaeobacter_leonis", "http://dbpedia.org/resource/Pseudopontixanthobacter", "http://dbpedia.org/resource/Pseudoramibacter", "http://dbpedia.org/resource/Pseudorhizobium_pelagicum", "http://dbpedia.org/resource/Pseudorhodoplanes_sinuspersici", "http://dbpedia.org/resource/Pseudoroseicyclus", "http://dbpedia.org/resource/Pseudoruegeria", "http://dbpedia.org/resource/Pseudoruegeria_haliotis", "http://dbpedia.org/resource/Pseudoruegeria_insulae", "http://dbpedia.org/resource/Pseudoruegeria_limi", "http://dbpedia.org/resource/Pseudoruegeria_lutimaris", "http://dbpedia.org/resource/Pseudoruegeria_marinistellae", "http://dbpedia.org/resource/Pseudoruegeria_sabulilitoris", "http://dbpedia.org/resource/Pseudoseohaeicola", "http://dbpedia.org/resource/Pseudotenacibaculum", "http://dbpedia.org/resource/Pseudoxanthobacter", "http://dbpedia.org/resource/Pseudoxanthobacter_liyangensis", "http://dbpedia.org/resource/Pseudozobellia", "http://dbpedia.org/resource/Psychrobacillus", "http://dbpedia.org/resource/Psychrobacillus_insolitus", "http://dbpedia.org/resource/Psychrobacillus_psychrodurans", "http://dbpedia.org/resource/Psychrobacillus_soli", "http://dbpedia.org/resource/Psychroflexus", "http://dbpedia.org/resource/Psychroglaciecola", "http://dbpedia.org/resource/Psychroglaciecola_arctica", "http://dbpedia.org/resource/Psychromarinibacter", "http://dbpedia.org/resource/Psychroserpens", "http://dbpedia.org/resource/Pueribacillus", "http://dbpedia.org/resource/Puia_(bacterium)", "http://dbpedia.org/resource/Puniceibacterium", "http://dbpedia.org/resource/Puniceibacterium_antarcticum", "http://dbpedia.org/resource/Puniceibacterium_sediminis", "http://dbpedia.org/resource/Pustulibacterium", "http://dbpedia.org/resource/Puteibacter", "http://dbpedia.org/resource/Radiobacillus", "http://dbpedia.org/resource/Raineya_orbicola", "http://dbpedia.org/resource/Raoultella_terrigena", "http://dbpedia.org/resource/Rapidithrix", "http://dbpedia.org/resource/Reyranella", "http://dbpedia.org/resource/Rhabdaerophilum_calidifontis", "http://dbpedia.org/resource/Rhabdobacter", "http://dbpedia.org/resource/Rheinheimera", "http://dbpedia.org/resource/Rheinheimera_aestuari", "http://dbpedia.org/resource/Rheinheimera_aquimaris", "http://dbpedia.org/resource/Rheinheimera_baltica", "http://dbpedia.org/resource/Rheinheimera_coerulea", "http://dbpedia.org/resource/Rheinheimera_gaetbuli", "http://dbpedia.org/resource/Rheinheimera_hassiensis", "http://dbpedia.org/resource/Rheinheimera_japonica", "http://dbpedia.org/resource/Rheinheimera_marina", "http://dbpedia.org/resource/Rheinheimera_pacifica", "http://dbpedia.org/resource/Rheinheimera_perlucida", "http://dbpedia.org/resource/Rheinheimera_salexigens", "http://dbpedia.org/resource/Rheinheimera_tuosuensis", "http://dbpedia.org/resource/Rhizobacter", "http://dbpedia.org/resource/Rhizobium_viscosum", "http://dbpedia.org/resource/Rhodanobacter", "http://dbpedia.org/resource/Rhodanobacter_aciditrophus", "http://dbpedia.org/resource/Rhodanobacter_caeni", "http://dbpedia.org/resource/Rhodanobacter_fulvus", "http://dbpedia.org/resource/Rhodanobacter_ginsengisoli", "http://dbpedia.org/resource/Rhodanobacter_ginsenosidimutans", "http://dbpedia.org/resource/Rhodanobacter_glycinis", "http://dbpedia.org/resource/Rhodanobacter_koreensis", "http://dbpedia.org/resource/Rhodanobacter_lindaniclasticus", "http://dbpedia.org/resource/Rhodanobacter_panaciterrae", "http://dbpedia.org/resource/Rhodanobacter_soli", "http://dbpedia.org/resource/Rhodanobacter_spathiphylli", "http://dbpedia.org/resource/Rhodanobacter_thiooxydans", "http://dbpedia.org/resource/Rhodanobacter_umsongensis", "http://dbpedia.org/resource/Rhodanobacteraceae", "http://dbpedia.org/resource/Rhodobaculum", "http://dbpedia.org/resource/Rhodomicrobium", "http://dbpedia.org/resource/Rhodopirellula", "http://dbpedia.org/resource/Rhodopirellula_bahusiensis", "http://dbpedia.org/resource/Rhodopirellula_baltica", "http://dbpedia.org/resource/Rhodopirellula_caenicola", "http://dbpedia.org/resource/Rhodopirellula_lusitana", "http://dbpedia.org/resource/Rhodopirellula_rosea", "http://dbpedia.org/resource/Rhodoplanes", "http://dbpedia.org/resource/Rhodoplanes_azumiensis", "http://dbpedia.org/resource/Rhodoplanes_oryzae", "http://dbpedia.org/resource/Rhodosalinus", "http://dbpedia.org/resource/Rhodosalinus_sediminis", "http://dbpedia.org/resource/Rhodovibrionaceae", "http://dbpedia.org/resource/Schinkia", "http://dbpedia.org/resource/Schleiferiaceae", "http://dbpedia.org/resource/Schlesneria", "http://dbpedia.org/resource/Sedimenticola", "http://dbpedia.org/resource/Sedimenticola_selenatireducens", "http://dbpedia.org/resource/Sedimenticola_thiotaurini", "http://dbpedia.org/resource/Sedimentisphaeraceae", "http://dbpedia.org/resource/Sedimentisphaerales", "http://dbpedia.org/resource/Sedimentitalea", "http://dbpedia.org/resource/Sedimentitalea_nanhaiensis", "http://dbpedia.org/resource/Sediminibacillus", "http://dbpedia.org/resource/Sediminibacillus_albus", "http://dbpedia.org/resource/Sediminibacillus_halophilus", "http://dbpedia.org/resource/Sediminibacillus_massiliensis", "http://dbpedia.org/resource/Sediminibacter", "http://dbpedia.org/resource/Sediminibacterium", "http://dbpedia.org/resource/Sediminibacterium_ginsengisoli", "http://dbpedia.org/resource/Sediminibacterium_goheungense", "http://dbpedia.org/resource/Sediminibacterium_roseum", "http://dbpedia.org/resource/Sediminibacterium_salmoneum", "http://dbpedia.org/resource/Sediminicola", "http://dbpedia.org/resource/Sediminicola_arcticus", "http://dbpedia.org/resource/Sediminicola_luteus", "http://dbpedia.org/resource/Sediminimonas", "http://dbpedia.org/resource/Sediminitomix", "http://dbpedia.org/resource/Segetibacter", "http://dbpedia.org/resource/Segetibacter_koreensis", "http://dbpedia.org/resource/Segnochrobactrum_spirostomi", "http://dbpedia.org/resource/Seinonella", "http://dbpedia.org/resource/Neorickettsia__Neorickettsia__1", "http://dbpedia.org/resource/Afipia", "http://dbpedia.org/resource/CN_U-1-a_and_U-1-b", "http://dbpedia.org/resource/Caldicellulosiruptor", "http://dbpedia.org/resource/Caldithrix", "http://dbpedia.org/resource/Chrysiogenaceae", "http://dbpedia.org/resource/Chthonomonas_calidirosea", "http://dbpedia.org/resource/Streptomyces_aureofaciens", "http://dbpedia.org/resource/Streptomyces_filamentosus", "http://dbpedia.org/resource/Stenotrophomonas_maltophilia", "http://dbpedia.org/resource/Stewart's_wilt", "http://dbpedia.org/resource/Mycobacterium_rhodesiae", "http://dbpedia.org/resource/Paenochrobactrum_glaciei", "http://dbpedia.org/resource/Roseobacter", "http://dbpedia.org/resource/Streptomonospora_flavalba", "http://dbpedia.org/resource/Streptomyces_caespitosus", "http://dbpedia.org/resource/Streptomyces_griseus", "http://dbpedia.org/resource/Streptomyces_pentaticus", "http://dbpedia.org/resource/Sutterellaceae", "http://dbpedia.org/resource/Syntrophomonas_curvata", "http://dbpedia.org/resource/Tetragenococcus_halophilus", "http://dbpedia.org/resource/Thermodesulfobacterium_commune", "http://dbpedia.org/resource/Virgibacillus_necropolis", "http://dbpedia.org/resource/Weissella_hellenica", "http://dbpedia.org/resource/Hoeflea", "http://dbpedia.org/resource/Mycobacterium_conceptionense", "http://dbpedia.org/resource/Mycobacterium_szulgai", "http://dbpedia.org/resource/Nitrosomonas_nitrosa", "http://dbpedia.org/resource/Pelobacter_venetianus", "http://dbpedia.org/resource/Providencia_stuartii", "http://dbpedia.org/resource/Pseudochrobactrum_lubricantis", "http://dbpedia.org/resource/Thioclava", "http://dbpedia.org/resource/Thiovulum_majus", "http://dbpedia.org/resource/Guyparkeria", "http://dbpedia.org/resource/Gynurincola", "http://dbpedia.org/resource/Kerstersia", "http://dbpedia.org/resource/Macrococcus_brunensis", "http://dbpedia.org/resource/Mycobacterium_murale", "http://dbpedia.org/resource/PI3K/AKT/mTOR_pathway", "http://dbpedia.org/resource/Ruminococcus", "http://dbpedia.org/resource/Streptomyces_stelliscabiei", "http://dbpedia.org/resource/Sulfurospirillum_arsenophilum", "http://dbpedia.org/resource/Syntrophomonas_palmitatica", "http://dbpedia.org/resource/Jeotgalicoccus_huakuii", "http://dbpedia.org/resource/Marinilabiliaceae", "http://dbpedia.org/resource/Mycobacterium_gilvum", "http://dbpedia.org/resource/Pseudoalteromonas_atlantica", "http://dbpedia.org/resource/Rhodopseudomonas_julia", "http://dbpedia.org/resource/Roseburia_faecis", "http://dbpedia.org/resource/Streptomyces_niveiscabiei", "http://dbpedia.org/resource/Thioploca_chileae", "http://dbpedia.org/resource/Xenorhabdus", "http://dbpedia.org/resource/Absiella", "http://dbpedia.org/resource/Absiella_argi", "http://dbpedia.org/resource/Abyssicoccus", "http://dbpedia.org/resource/Abyssicoccus_albus", "http://dbpedia.org/resource/Abyssivirga", "http://dbpedia.org/resource/Abyssivirga_alkaniphila", "http://dbpedia.org/resource/Acetanaerobacterium", "http://dbpedia.org/resource/Acetatifactor", "http://dbpedia.org/resource/Acetatifactor_muris", "http://dbpedia.org/resource/Acetilactobacillus_jinshanensis", "http://dbpedia.org/resource/Acetitomaculum", "http://dbpedia.org/resource/Acetitomaculum_ruminis", "http://dbpedia.org/resource/Acetivibrio", "http://dbpedia.org/resource/Acetoanaerobium", "http://dbpedia.org/resource/Acetobacter", "http://dbpedia.org/resource/Acetobacter_aceti", "http://dbpedia.org/resource/Acetobacter_cerevisiae", "http://dbpedia.org/resource/Acetobacter_fabarum", "http://dbpedia.org/resource/Acetobacter_malorum", "http://dbpedia.org/resource/Acetobacter_pomorum", "http://dbpedia.org/resource/Acetobacterium", "http://dbpedia.org/resource/Acetobacterium_carbinolicum", "http://dbpedia.org/resource/Acetobacteroides", "http://dbpedia.org/resource/Acetobacteroides_hydrogenigenes", "http://dbpedia.org/resource/Acetofilamentum", "http://dbpedia.org/resource/Acetohalobium", "http://dbpedia.org/resource/Acetohalobium_arabaticum", "http://dbpedia.org/resource/Acetomicrobium", "http://dbpedia.org/resource/Acetomicrobium_flavidum", "http://dbpedia.org/resource/Acetonema", "http://dbpedia.org/resource/Acetothermus", "http://dbpedia.org/resource/Achromatium", "http://dbpedia.org/resource/Achromobacter", "http://dbpedia.org/resource/Achromobacter_arsenitoxydans", "http://dbpedia.org/resource/Achromobacter_cholinophagum", "http://dbpedia.org/resource/Achromobacter_clevelandea", "http://dbpedia.org/resource/Achromobacter_cycloclastes", "http://dbpedia.org/resource/Achromobacter_denitrificans", "http://dbpedia.org/resource/Achromobacter_insolitus", "http://dbpedia.org/resource/Achromobacter_lyticus", "http://dbpedia.org/resource/Achromobacter_marplatensis", "http://dbpedia.org/resource/Achromobacter_obae", "http://dbpedia.org/resource/Achromobacter_piechaudii", "http://dbpedia.org/resource/Achromobacter_ruhlandii", "http://dbpedia.org/resource/Achromobacter_spanius", "http://dbpedia.org/resource/Achromobacter_xylosoxidans", "http://dbpedia.org/resource/Acidaminobacter", "http://dbpedia.org/resource/Acidaminococcus", "http://dbpedia.org/resource/Acidicaldus", "http://dbpedia.org/resource/Acidiferrobacter", "http://dbpedia.org/resource/Acidiferrobacteraceae", "http://dbpedia.org/resource/Acidihalobacter", "http://dbpedia.org/resource/Acidihalobacter_prosperus", "http://dbpedia.org/resource/Acidiluteibacter", "http://dbpedia.org/resource/Acidiphilium", "http://dbpedia.org/resource/Acidiphilium_cryptum", "http://dbpedia.org/resource/Acidisphaera", "http://dbpedia.org/resource/Acidocella", "http://dbpedia.org/resource/Acidomonas", "http://dbpedia.org/resource/Acidomonas_methanolica", "http://dbpedia.org/resource/Actibacter", "http://dbpedia.org/resource/Actibacterium", "http://dbpedia.org/resource/Actibacterium_atlanticum", "http://dbpedia.org/resource/Actibacterium_lipolyticum", "http://dbpedia.org/resource/Actibacterium_mucosum", "http://dbpedia.org/resource/Actibacterium_naphthalenivorans", "http://dbpedia.org/resource/Actibacterium_pelagium", "http://dbpedia.org/resource/Actibacterium_ureilyticum", "http://dbpedia.org/resource/Actimicrobium", "http://dbpedia.org/resource/Actinoallomurus", "http://dbpedia.org/resource/Actinocorallia", "http://dbpedia.org/resource/Actinopolyspora_xinjiangensis", "http://dbpedia.org/resource/Beduini", "http://dbpedia.org/resource/Beet_vascular_necrosis", "http://dbpedia.org/resource/Beggiatoa", "http://dbpedia.org/resource/Beggiatoa_leptomitoformis", "http://dbpedia.org/resource/Beijerinckia", "http://dbpedia.org/resource/Beijerinckia_derxii", "http://dbpedia.org/resource/Beijerinckia_doebereinerae", "http://dbpedia.org/resource/Beijerinckia_indica", "http://dbpedia.org/resource/Beijerinckia_mobilis", "http://dbpedia.org/resource/Beijerinckiaceae", "http://dbpedia.org/resource/Belliella", "http://dbpedia.org/resource/Belliella_aquatica", "http://dbpedia.org/resource/Belliella_baltica", "http://dbpedia.org/resource/Belliella_buryatensis", "http://dbpedia.org/resource/Belliella_kenyensis", "http://dbpedia.org/resource/Belliella_marina", "http://dbpedia.org/resource/Belliella_pelovolcani", "http://dbpedia.org/resource/Bellilinea", "http://dbpedia.org/resource/Belnapia", "http://dbpedia.org/resource/Belnapia_moabensis", "http://dbpedia.org/resource/Belnapia_rosea", "http://dbpedia.org/resource/Belnapia_soli", "http://dbpedia.org/resource/Bergeriella", "http://dbpedia.org/resource/Bergeyella", "http://dbpedia.org/resource/Bergeyella_cardium", "http://dbpedia.org/resource/Bergeyella_porcorum", "http://dbpedia.org/resource/Bergeyella_zoohelcum", "http://dbpedia.org/resource/Berkelbacteria", "http://dbpedia.org/resource/Lacipirellulaceae", "http://dbpedia.org/resource/Lapidilactobacillus", "http://dbpedia.org/resource/Latilactobacillus", "http://dbpedia.org/resource/Elizabethkingia", "http://dbpedia.org/resource/Elizabethkingia_anophelis", "http://dbpedia.org/resource/Elizabethkingia_endophytica", "http://dbpedia.org/resource/Elizabethkingia_meningoseptica", "http://dbpedia.org/resource/Elizabethkingia_miricola", "http://dbpedia.org/resource/Flaviaesturariibacter", "http://dbpedia.org/resource/Flaviaesturariibacter_amylovorans", "http://dbpedia.org/resource/Flaviaesturariibacter_flavus", "http://dbpedia.org/resource/Flaviaesturariibacter_luteus", "http://dbpedia.org/resource/Flaviaesturariibacter_terrae", "http://dbpedia.org/resource/Flavicella", "http://dbpedia.org/resource/Flavihalobacter", "http://dbpedia.org/resource/Flavihumibacter", "http://dbpedia.org/resource/Flavihumibacter_cheonanensis", "http://dbpedia.org/resource/Flavihumibacter_petaseus", "http://dbpedia.org/resource/Flavihumibacter_sediminis", "http://dbpedia.org/resource/Flavihumibacter_solisilvae", "http://dbpedia.org/resource/Flavihumibacter_stibioxidans", "http://dbpedia.org/resource/Flavilitoribacter_nigricans", "http://dbpedia.org/resource/Flavimarina", "http://dbpedia.org/resource/Flavimarina_flava", "http://dbpedia.org/resource/Flavimarina_pacifica", "http://dbpedia.org/resource/Flavipsychrobacter", "http://dbpedia.org/resource/Flaviramulus", "http://dbpedia.org/resource/Flaviramulus_aestuariivivens", "http://dbpedia.org/resource/Flaviramulus_aquimarinus", "http://dbpedia.org/resource/Flaviramulus_basaltis", "http://dbpedia.org/resource/Flavisolibacter", "http://dbpedia.org/resource/Flavisolibacter_ginsengisoli", "http://dbpedia.org/resource/Flavisolibacter_ginsenosidimutans", "http://dbpedia.org/resource/Flavisolibacter_metallilatus", "http://dbpedia.org/resource/Flavisolibacter_rigui", "http://dbpedia.org/resource/Flavisolibacter_tropicus", "http://dbpedia.org/resource/Flavitalea", "http://dbpedia.org/resource/Flavitalea_antarctica", "http://dbpedia.org/resource/Flavitalea_gansuensis", "http://dbpedia.org/resource/Flavitalea_populi", "http://dbpedia.org/resource/Flavivirga", "http://dbpedia.org/resource/Flavivirga_algicola", "http://dbpedia.org/resource/Flavivirga_amylovorans", "http://dbpedia.org/resource/Flavivirga_aquatica", "http://dbpedia.org/resource/Flavivirga_aquimarina", "http://dbpedia.org/resource/Flavivirga_rizhaonensis", "http://dbpedia.org/resource/Flexibacter", "http://dbpedia.org/resource/Flexilinea", "http://dbpedia.org/resource/Mycobacterium_triplex", "http://dbpedia.org/resource/Gabonia", "http://dbpedia.org/resource/Gabonia_massiliensis", "http://dbpedia.org/resource/Gabonibacter", "http://dbpedia.org/resource/Gabonibacter_massiliensis", "http://dbpedia.org/resource/Gabonibacter_timonensis", "http://dbpedia.org/resource/Gaetbulibacter", "http://dbpedia.org/resource/Gaetbulibacter_aestuarii", "http://dbpedia.org/resource/Gaetbulibacter_aquiaggeris", "http://dbpedia.org/resource/Gaetbulibacter_jejuensis", "http://dbpedia.org/resource/Gaetbulibacter_lutimaris", "http://dbpedia.org/resource/Gaetbulibacter_marinus", "http://dbpedia.org/resource/Gaetbulibacter_saemankumensis", "http://dbpedia.org/resource/Gaffkaemia", "http://dbpedia.org/resource/Galbibacter", "http://dbpedia.org/resource/Galbibacter_marinus", "http://dbpedia.org/resource/Galbibacter_mesophilus", "http://dbpedia.org/resource/Gallaecimonas", "http://dbpedia.org/resource/Gallaecimonas_pentaromativorans", "http://dbpedia.org/resource/Gallaecimonas_xiamenensis", "http://dbpedia.org/resource/Gallibacterium", "http://dbpedia.org/resource/Gallibacterium_melopsittaci", "http://dbpedia.org/resource/Gangjinia", "http://dbpedia.org/resource/Garciella", "http://dbpedia.org/resource/Gayadomonas", "http://dbpedia.org/resource/Inquilinus_limosus", "http://dbpedia.org/resource/Jeotgalicoccus_psychrophilus", "http://dbpedia.org/resource/Macromonas", "http://dbpedia.org/resource/Massilia_plicata", "http://dbpedia.org/resource/Methylobacteriaceae", "http://dbpedia.org/resource/Methylobacterium_radiotolerans", "http://dbpedia.org/resource/Micavibrio_aeruginosavorus", "http://dbpedia.org/resource/Mycobacterium_celatum", "http://dbpedia.org/resource/Nitratireductor_indicus", "http://dbpedia.org/resource/Nitrobacter_alkalicus", "http://dbpedia.org/resource/Oceanobacillus_chironomi", "http://dbpedia.org/resource/Persephonella_guaymasensis", "http://dbpedia.org/resource/Polaribacter_irgensii", "http://dbpedia.org/resource/Pseudoalteromonas_prydzensis", "http://dbpedia.org/resource/Pseudoalteromonas_ulvae", "http://dbpedia.org/resource/Roseivivax", "http://dbpedia.org/resource/Stigmatella_aurantiaca", "http://dbpedia.org/resource/Tenacibaculum_lutimaris", "http://dbpedia.org/resource/Herminiimonas", "http://dbpedia.org/resource/Herminiimonas_aquatilis", "http://dbpedia.org/resource/Herminiimonas_arsenicoxydans", "http://dbpedia.org/resource/Herminiimonas_fonticola", "http://dbpedia.org/resource/Herminiimonas_glaciei", "http://dbpedia.org/resource/Herminiimonas_saxobsidens", "http://dbpedia.org/resource/Herpetosiphon", "http://dbpedia.org/resource/Herpetosiphon_giganteus", "http://dbpedia.org/resource/Herpetosiphonaceae", "http://dbpedia.org/resource/Herpetosiphonales", "http://dbpedia.org/resource/Hespellia", "http://dbpedia.org/resource/Hespellia_stercorisuis", "http://dbpedia.org/resource/Heyndrickxia", "http://dbpedia.org/resource/Methylobacterium_fujisawaense", "http://dbpedia.org/resource/Mycobacterium_chitae", "http://dbpedia.org/resource/Mycoplana_dimorpha", "http://dbpedia.org/resource/Nautilia_profundicola", "http://dbpedia.org/resource/Orientia", "http://dbpedia.org/resource/Pandoraea_faecigallinarum", "http://dbpedia.org/resource/Paracoccus", "http://dbpedia.org/resource/Pedobacter_nyackensis", "http://dbpedia.org/resource/Pseudomonas_melophthora", "http://dbpedia.org/resource/Rhodocyclus_purpureus", "http://dbpedia.org/resource/Tepidimonas_ignava", "http://dbpedia.org/resource/Thermocrinis_minervae", "http://dbpedia.org/resource/Thorselliaceae", "http://dbpedia.org/resource/Lysobacter", "http://dbpedia.org/resource/Oxalobacter_formigenes", "http://dbpedia.org/resource/Oxalophagus_oxalicus", "http://dbpedia.org/resource/Prevotella_brevis", "http://dbpedia.org/resource/Pseudoalteromonadaceae", "http://dbpedia.org/resource/Pseudoalteromonas_denitrificans", "http://dbpedia.org/resource/Psychroflexus_torquis", "http://dbpedia.org/resource/Sporosarcina_aquimarina", "http://dbpedia.org/resource/Syntrophobacter_fumaroxidans", "http://dbpedia.org/resource/Kaistia_adipata", "http://dbpedia.org/resource/Kaistia_algarum", "http://dbpedia.org/resource/Kaistia_dalseonensis", "http://dbpedia.org/resource/Kaistia_defluvii", "http://dbpedia.org/resource/Kaistia_geumhonensis", "http://dbpedia.org/resource/Kaistia_granuli", "http://dbpedia.org/resource/Kaistia_hirudinis", "http://dbpedia.org/resource/Kaistia_soli", "http://dbpedia.org/resource/Kaistia_terrae", "http://dbpedia.org/resource/Kaistiaceae", "http://dbpedia.org/resource/Mycobacterium_monacense", "http://dbpedia.org/resource/Methylocella_tundrae", "http://dbpedia.org/resource/Mycobacterium_arosiense", "http://dbpedia.org/resource/Mycobacterium_peregrinum", "http://dbpedia.org/resource/Pasteuriaceae", "http://dbpedia.org/resource/Pediococcus_damnosus", "http://dbpedia.org/resource/Pedobacter_rhizosphaerae", "http://dbpedia.org/resource/Persephonella_marina", "http://dbpedia.org/resource/Sphingomonas_stygia", "http://dbpedia.org/resource/Thermanaeromonas_toyohensis", "http://dbpedia.org/resource/Virgibacillus_arcticus", "http://dbpedia.org/resource/Oligella_urethralis", "http://dbpedia.org/resource/Pseudochrobactrum", "http://dbpedia.org/resource/Pusillimonas", "http://dbpedia.org/resource/Streptococcus_zooepidemicus", "http://dbpedia.org/resource/Streptomonospora_alba", "http://dbpedia.org/resource/Streptomyces_cattleya", "http://dbpedia.org/resource/Syntrophus_aciditrophicus", "http://dbpedia.org/resource/Thermoanaerobacter_ethanolicus", "http://dbpedia.org/resource/Pelobacteraceae", "http://dbpedia.org/resource/Pelomonas_aquatica", "http://dbpedia.org/resource/Polynucleobacter_rarus", "http://dbpedia.org/resource/Pseudonocardia_oroxyli", "http://dbpedia.org/resource/Rhodobacter", "http://dbpedia.org/resource/Sphingomonas_paucimobilis", "http://dbpedia.org/resource/Succinivibrionaceae", "http://dbpedia.org/resource/Sutterella_wadsworthensis", "http://dbpedia.org/resource/Thermanaeromonas", "http://dbpedia.org/resource/Thermothrix_thiopara", "http://dbpedia.org/resource/Wautersiella", "http://dbpedia.org/resource/Methylacidiphilum_fumariolicum", "http://dbpedia.org/resource/Methylacidiphilum_infernorum", "http://dbpedia.org/resource/Methylobacterium_adhaesivum", "http://dbpedia.org/resource/Methylobacterium_aerolatum", "http://dbpedia.org/resource/Methylobacterium_aquaticum", "http://dbpedia.org/resource/Methylobacterium_brachiatum", "http://dbpedia.org/resource/Methylobacterium_brachythecii", "http://dbpedia.org/resource/Methylobacterium_bullatum", "http://dbpedia.org/resource/Methylobacterium_cerastii", "http://dbpedia.org/resource/Methylobacterium_dankookense", "http://dbpedia.org/resource/Methylobacterium_gnaphalii", "http://dbpedia.org/resource/Methylobacterium_goesingense", "http://dbpedia.org/resource/Methylobacterium_gossipiicola", "http://dbpedia.org/resource/Methylobacterium_gregans", "http://dbpedia.org/resource/Methylobacterium_haplocladii", "http://dbpedia.org/resource/Methylobacterium_hispanicum", "http://dbpedia.org/resource/Methylobacterium_iners", "http://dbpedia.org/resource/Methylobacterium_isbiliense", "http://dbpedia.org/resource/Methylobacterium_jeotgali", "http://dbpedia.org/resource/Methylobacterium_komagatae", "http://dbpedia.org/resource/Methylobacterium_marchantiae", "http://dbpedia.org/resource/Methylobacterium_organophilum", "http://dbpedia.org/resource/Methylobacterium_oryzae", "http://dbpedia.org/resource/Methylobacterium_oxalidis", "http://dbpedia.org/resource/Methylobacterium_persicinum", "http://dbpedia.org/resource/Methylobacterium_phyllosphaerae", "http://dbpedia.org/resource/Methylobacterium_platani", "http://dbpedia.org/resource/Methylobacterium_soli", "http://dbpedia.org/resource/Methylobacterium_tardum", "http://dbpedia.org/resource/Methylobacterium_tarhaniae", "http://dbpedia.org/resource/Methylobacterium_thuringiense", "http://dbpedia.org/resource/Methylobacterium_trifolii", "http://dbpedia.org/resource/Methylobacterium_variabile", "http://dbpedia.org/resource/Methylocapsa_palsarum", "http://dbpedia.org/resource/Methylocystis_bryophila", "http://dbpedia.org/resource/Methylocystis_heyeri", "http://dbpedia.org/resource/Methylocystis_hirsuta", "http://dbpedia.org/resource/Methylocystis_rosea", "http://dbpedia.org/resource/Methyloferula_stellata", "http://dbpedia.org/resource/Methylopila_capsulata", "http://dbpedia.org/resource/Methylopila_jiangsuensis", "http://dbpedia.org/resource/Methylopila_musalis", "http://dbpedia.org/resource/Methylopila_oligotropha", "http://dbpedia.org/resource/Methylorhabdus_multivorans", "http://dbpedia.org/resource/Methylorubrum_aminovorans", "http://dbpedia.org/resource/Methylorubrum_extorquens", "http://dbpedia.org/resource/Methylorubrum_podarium", "http://dbpedia.org/resource/Methylorubrum_populi", "http://dbpedia.org/resource/Methylorubrum_rhodesianum", "http://dbpedia.org/resource/Methylorubrum_rhodinum", "http://dbpedia.org/resource/Methylorubrum_suomiense", "http://dbpedia.org/resource/Methylorubrum_thiocyanatum", "http://dbpedia.org/resource/Methylorubrum_zatmanii", "http://dbpedia.org/resource/Methylosinus_sporium", "http://dbpedia.org/resource/Methyloterrigena_soli", "http://dbpedia.org/resource/Microbacter_margulisiae", "http://dbpedia.org/resource/Microbulbifer_aestuariivivens", "http://dbpedia.org/resource/Microbulbifer_celer", "http://dbpedia.org/resource/Microbulbifer_echini", "http://dbpedia.org/resource/Microvirga_aerilata", "http://dbpedia.org/resource/Microvirga_aerophila", "http://dbpedia.org/resource/Microvirga_arabica", "http://dbpedia.org/resource/Microvirga_flocculans", "http://dbpedia.org/resource/Microvirga_guangxiensis", "http://dbpedia.org/resource/Microvirga_lotononidis", "http://dbpedia.org/resource/Microvirga_lupini", "http://dbpedia.org/resource/Microvirga_ossetica", "http://dbpedia.org/resource/Microvirga_soli", "http://dbpedia.org/resource/Microvirga_subterranea", "http://dbpedia.org/resource/Microvirga_zambiensis", "http://dbpedia.org/resource/Mycobacterium_tusciae", "http://dbpedia.org/resource/Mycobacterium_vaccae", "http://dbpedia.org/resource/Taylorella_equigenitalis", "http://dbpedia.org/resource/Nafulsella_turpanensis", "http://dbpedia.org/resource/Moheibacter", "http://dbpedia.org/resource/Moheibacter_sediminis", "http://dbpedia.org/resource/Moheibacter_stercoris", "http://dbpedia.org/resource/Monaibacterium", "http://dbpedia.org/resource/Mongoliimonas_terrestris", "http://dbpedia.org/resource/Numidum", "http://dbpedia.org/resource/Oceanicella", "http://dbpedia.org/resource/Oceaniglobus", "http://dbpedia.org/resource/Oceanimonas_baumannii", "http://dbpedia.org/resource/Oceanimonas_marisflavi", "http://dbpedia.org/resource/Oceaniovalibus", "http://dbpedia.org/resource/Oceaniradius_stylonematis", "http://dbpedia.org/resource/Oceanirhabdus", "http://dbpedia.org/resource/Oceanisphaera", "http://dbpedia.org/resource/Oceanisphaera_aquimarina", "http://dbpedia.org/resource/Oceanisphaera_avium", "http://dbpedia.org/resource/Oceanisphaera_donghaensis", "http://dbpedia.org/resource/Oceanisphaera_litoralis", "http://dbpedia.org/resource/Oceanisphaera_marina", "http://dbpedia.org/resource/Oceanisphaera_profunda", "http://dbpedia.org/resource/Oceanisphaera_psychrotolerans", "http://dbpedia.org/resource/Oceanisphaera_sediminis", "http://dbpedia.org/resource/Oceanobacter", "http://dbpedia.org/resource/Oceanobacter_kriegii", "http://dbpedia.org/resource/Oceanococcus", "http://dbpedia.org/resource/Phaeobacter_inhibens", "http://dbpedia.org/resource/Phaeobacter_piscinae", "http://dbpedia.org/resource/Phaeobacterium", "http://dbpedia.org/resource/Phaeochromatium", "http://dbpedia.org/resource/Phaeodactylibacter", "http://dbpedia.org/resource/Phaeodactylibacter_luteus", "http://dbpedia.org/resource/Phaeodactylibacter_xiamenensis", "http://dbpedia.org/resource/Phenylobacterium", "http://dbpedia.org/resource/Phenylobacterium_composti", "http://dbpedia.org/resource/Phenylobacterium_conjunctum", "http://dbpedia.org/resource/Phenylobacterium_deserti", "http://dbpedia.org/resource/Phenylobacterium_falsum", "http://dbpedia.org/resource/Phenylobacterium_haematophilum", "http://dbpedia.org/resource/Phenylobacterium_hankyongense", "http://dbpedia.org/resource/Phenylobacterium_koreense", "http://dbpedia.org/resource/Phenylobacterium_kunshanense", "http://dbpedia.org/resource/Phenylobacterium_lituiforme", "http://dbpedia.org/resource/Phenylobacterium_muchangponense", "http://dbpedia.org/resource/Phenylobacterium_terrae", "http://dbpedia.org/resource/Prevotella_melaninogenica", "http://dbpedia.org/resource/Pricia", "http://dbpedia.org/resource/Priestia", "http://dbpedia.org/resource/Primorskyibacter", "http://dbpedia.org/resource/Primorskyibacter_insulae", "http://dbpedia.org/resource/Robbsia_andropogonis", "http://dbpedia.org/resource/Robertkochia", "http://dbpedia.org/resource/Robertkochia_marina", "http://dbpedia.org/resource/Robertmurraya", "http://dbpedia.org/resource/Robiginitalea", "http://dbpedia.org/resource/Robiginitalea_biformata", "http://dbpedia.org/resource/Robiginitalea_myxolifaciens", "http://dbpedia.org/resource/Robiginitalea_sediminis", "http://dbpedia.org/resource/Robiginitomaculum", "http://dbpedia.org/resource/Robinsoniella", "http://dbpedia.org/resource/Sphaerisporangium", "http://dbpedia.org/resource/Sphingobacterium_arenae", "http://dbpedia.org/resource/Sphingobacterium_bambusae", "http://dbpedia.org/resource/Sphingobacterium_ginsenosidimutans", "http://dbpedia.org/resource/Sphingobacterium_gobiense", "http://dbpedia.org/resource/Sphingobacterium_mucilaginosum", "http://dbpedia.org/resource/Sphingobacterium_pakistanense", "http://dbpedia.org/resource/Sphingobacterium_paludis", "http://dbpedia.org/resource/Sphingobacterium_suaedae", "http://dbpedia.org/resource/Sphingomonas_elodea", "http://dbpedia.org/resource/Sphingomonas_flava", "http://dbpedia.org/resource/Sphingomonas_gei", "http://dbpedia.org/resource/Sphingomonas_lacus", "http://dbpedia.org/resource/Sphingomonas_psychrolutea", "http://dbpedia.org/resource/Sphingomonas_vulcanisoli", "http://dbpedia.org/resource/Sphingopyxis_alaskensis", "http://dbpedia.org/resource/Sphingopyxis_baekryungensis", "http://dbpedia.org/resource/Sphingopyxis_chilensis", "http://dbpedia.org/resource/Sphingopyxis_flava", "http://dbpedia.org/resource/Sphingopyxis_fribergensis", "http://dbpedia.org/resource/Sphingopyxis_ginsengisoli", "http://dbpedia.org/resource/Sphingopyxis_indica", "http://dbpedia.org/resource/Sphingopyxis_nepalensis", "http://dbpedia.org/resource/Sphingopyxis_panaciterrae", "http://dbpedia.org/resource/Sphingopyxis_soli", "http://dbpedia.org/resource/Sphingopyxis_solisilvae", "http://dbpedia.org/resource/Sphingopyxis_taejonensis", "http://dbpedia.org/resource/Sphingopyxis_witflariensis", "http://dbpedia.org/resource/Sphingosinicellaceae", "http://dbpedia.org/resource/Spiribacter", "http://dbpedia.org/resource/Spiribacter_curvatus", "http://dbpedia.org/resource/Spiribacter_salinus", "http://dbpedia.org/resource/Spirosomaceae", "http://dbpedia.org/resource/Spongiiferula", "http://dbpedia.org/resource/Spongiimicrobium", "http://dbpedia.org/resource/Spongiimonas", "http://dbpedia.org/resource/Spongiispira", "http://dbpedia.org/resource/Spongiispira_norvegica", "http://dbpedia.org/resource/Spongiivirga", "http://dbpedia.org/resource/Sporichthyaceae", "http://dbpedia.org/resource/Sporobacterium", "http://dbpedia.org/resource/Sporosalibacterium", "http://dbpedia.org/resource/Sporosalibacterium_faouarense", "http://dbpedia.org/resource/Sporosalibacterium_tautonense", "http://dbpedia.org/resource/Sporosarcina_contaminans", "http://dbpedia.org/resource/Sporosarcina_luteola", "http://dbpedia.org/resource/Sporosarcina_newyorkensis", "http://dbpedia.org/resource/Sporosarcina_siberiensis", "http://dbpedia.org/resource/Sporosarcina_soli", "http://dbpedia.org/resource/Stomatobaculum", "http://dbpedia.org/resource/Streptococcus_anginosus_group", "http://dbpedia.org/resource/Streptohalobacillus", "http://dbpedia.org/resource/Streptomonospora", "http://dbpedia.org/resource/Streptomyces_bambusae", "http://dbpedia.org/resource/Streptomyces_boninensis", "http://dbpedia.org/resource/Streptomyces_bryophytorum", "http://dbpedia.org/resource/Streptomyces_cadmiisoli", "http://dbpedia.org/resource/Streptomyces_caeni", "http://dbpedia.org/resource/Streptomyces_cahuitamycinicus", "http://dbpedia.org/resource/Streptomyces_caldifontis", "http://dbpedia.org/resource/Streptomyces_camponoticapitis", "http://dbpedia.org/resource/Streptomyces_capitiformicae", "http://dbpedia.org/resource/Streptomyces_cavernae", "http://dbpedia.org/resource/Streptomyces_cellulolyticus", "http://dbpedia.org/resource/Streptomyces_chumphonensis", "http://dbpedia.org/resource/Streptomyces_cinnabarigriseus", "http://dbpedia.org/resource/Streptomyces_coeruleoflavus", "http://dbpedia.org/resource/Streptomyces_daliensis", "http://dbpedia.org/resource/Streptomyces_dangxiongensis", "http://dbpedia.org/resource/Streptomyces_davaonensis", "http://dbpedia.org/resource/Streptomyces_dengpaensis", "http://dbpedia.org/resource/Streptomyces_desertarenae", "http://dbpedia.org/resource/Streptomyces_diacarni", "http://dbpedia.org/resource/Streptomyces_durbertensis", "http://dbpedia.org/resource/Streptomyces_fagopyri", "http://dbpedia.org/resource/Streptomyces_fodineus", "http://dbpedia.org/resource/Streptomyces_fractus", "http://dbpedia.org/resource/Streptomyces_fuscigenes", "http://dbpedia.org/resource/Streptomyces_gamaensis", "http://dbpedia.org/resource/Streptomyces_geranii", "http://dbpedia.org/resource/Streptomyces_gossypiisoli", "http://dbpedia.org/resource/Streptomyces_graminifolii", "http://dbpedia.org/resource/Streptomyces_hundungensis", "http://dbpedia.org/resource/Streptomyces_hyaluromycini", "http://dbpedia.org/resource/Streptomyces_hydrogenans", "http://dbpedia.org/resource/Streptomyces_indoligenes", "http://dbpedia.org/resource/Streptomyces_javensis", "http://dbpedia.org/resource/Streptomyces_lactacystinicus", "http://dbpedia.org/resource/Streptomyces_lichenis", "http://dbpedia.org/resource/Streptomyces_lohii", "http://dbpedia.org/resource/Streptomyces_lydicamycinicus", "http://dbpedia.org/resource/Streptomyces_manganisoli", "http://dbpedia.org/resource/Streptomyces_mayteni", "http://dbpedia.org/resource/Streptomyces_mimosae", "http://dbpedia.org/resource/Streptomyces_monashensis", "http://dbpedia.org/resource/Streptomyces_montanus", "http://dbpedia.org/resource/Streptomyces_oryzae", "http://dbpedia.org/resource/Streptomyces_oryziradicis", "http://dbpedia.org/resource/Streptomyces_ovatisporus", "http://dbpedia.org/resource/Streptomyces_paludis", "http://dbpedia.org/resource/Streptomyces_panaciradicis", "http://dbpedia.org/resource/Streptomyces_phaeolivaceus", "http://dbpedia.org/resource/Streptomyces_piniterrae", "http://dbpedia.org/resource/Streptomyces_polaris", "http://dbpedia.org/resource/Streptomyces_populi", "http://dbpedia.org/resource/Streptomyces_pratensis", "http://dbpedia.org/resource/Streptomyces_qinzhouensis", "http://dbpedia.org/resource/Streptomyces_reniochalinae", "http://dbpedia.org/resource/Streptomyces_roietensis", "http://dbpedia.org/resource/Streptomyces_roseicoloratus", "http://dbpedia.org/resource/Streptomyces_salilacus", "http://dbpedia.org/resource/Streptomyces_sediminis", "http://dbpedia.org/resource/Streptomyces_siamensis", "http://dbpedia.org/resource/Streptomyces_similanensis", "http://dbpedia.org/resource/Streptomyces_smaragdinus", "http://dbpedia.org/resource/Streptomyces_solisilvae", "http://dbpedia.org/resource/Streptomyces_speleomycini", "http://dbpedia.org/resource/Streptomyces_sudanensis", "http://dbpedia.org/resource/Streptomyces_swartbergensis", "http://dbpedia.org/resource/Streptomyces_tailanensis", "http://dbpedia.org/resource/Streptomyces_taklimakanensis", "http://dbpedia.org/resource/Streptomyces_tibetensis", "http://dbpedia.org/resource/Streptomyces_triticagri", "http://dbpedia.org/resource/Streptomyces_tritici", "http://dbpedia.org/resource/Streptomyces_triticiradicis", "http://dbpedia.org/resource/Streptomyces_triticirhizae", "http://dbpedia.org/resource/Streptomyces_triticisoli", "http://dbpedia.org/resource/Streptomyces_tunisialbus", "http://dbpedia.org/resource/Streptomyces_venetus", "http://dbpedia.org/resource/Streptomyces_violaceoruber", "http://dbpedia.org/resource/Streptomyces_xylanilyticus", "http://dbpedia.org/resource/Streptosporangiaceae", "http://dbpedia.org/resource/Tsuneonella", "http://dbpedia.org/resource/Tsuneonella_amylolytica", "http://dbpedia.org/resource/Tsuneonella_dongtanensis", "http://dbpedia.org/resource/Tsuneonella_flava", "http://dbpedia.org/resource/Tsuneonella_mangrovi", "http://dbpedia.org/resource/Tumebacillus", "http://dbpedia.org/resource/Tumebacillus_algifaecis", "http://dbpedia.org/resource/Tumebacillus_avium", "http://dbpedia.org/resource/Tumebacillus_flagellatus", "http://dbpedia.org/resource/Tumebacillus_ginsengisoli", "http://dbpedia.org/resource/Tumebacillus_lipolyticus", "http://dbpedia.org/resource/Tumebacillus_luteolus", "http://dbpedia.org/resource/Tumebacillus_permanentifrigoris", "http://dbpedia.org/resource/Tumebacillus_soli", "http://dbpedia.org/resource/Tunicatimonas", "http://dbpedia.org/resource/Tunicatimonas_pelagia", "http://dbpedia.org/resource/Turicibacter", "http://dbpedia.org/resource/Turicimonas", "http://dbpedia.org/resource/Verrucomicrobium_spinosum", "http://dbpedia.org/resource/Vespertiliibacter", "http://dbpedia.org/resource/Cloacibacterium", "http://dbpedia.org/resource/Clostridiisalibacter", "http://dbpedia.org/resource/Clostridium_ragsdalei", "http://dbpedia.org/resource/Cnuella", "http://dbpedia.org/resource/Cobetia", "http://dbpedia.org/resource/Cobetia_amphilecti", "http://dbpedia.org/resource/Cobetia_marina", "http://dbpedia.org/resource/Coenonia", "http://dbpedia.org/resource/Cognatishimia", "http://dbpedia.org/resource/Cognatiyoonia", "http://dbpedia.org/resource/Cognatiyoonia_koreensis", "http://dbpedia.org/resource/Cognatiyoonia_sediminum", "http://dbpedia.org/resource/Cohaesibacter", "http://dbpedia.org/resource/Cohaesibacter_gelatinilyticus", "http://dbpedia.org/resource/Cohaesibacter_haloalkalitolerans", "http://dbpedia.org/resource/Cohaesibacter_marisflavi", "http://dbpedia.org/resource/Cohaesibacteraceae", "http://dbpedia.org/resource/Cohnella_hongkongensis", "http://dbpedia.org/resource/Cohnella_thermotolerans", "http://dbpedia.org/resource/Crassaminicella", "http://dbpedia.org/resource/Craurococcus", "http://dbpedia.org/resource/Crenotrichaceae", "http://dbpedia.org/resource/Cribrihabitans", "http://dbpedia.org/resource/Cribrihabitans_marinus", "http://dbpedia.org/resource/Cribrihabitans_neustonicus", "http://dbpedia.org/resource/Cribrihabitans_pelagius", "http://dbpedia.org/resource/Cricetibacter", "http://dbpedia.org/resource/Croceibacter", "http://dbpedia.org/resource/Croceibacterium", "http://dbpedia.org/resource/Croceibacterium_atlanticum", "http://dbpedia.org/resource/Croceibacterium_salegens", "http://dbpedia.org/resource/Croceibacterium_soli", "http://dbpedia.org/resource/Croceibacterium_xixiisoli", "http://dbpedia.org/resource/Croceicoccus", "http://dbpedia.org/resource/Croceitalea", "http://dbpedia.org/resource/Croceitalea_litorea", "http://dbpedia.org/resource/Croceitalea_marina", "http://dbpedia.org/resource/Croceivirga", "http://dbpedia.org/resource/Crocinitomix", "http://dbpedia.org/resource/Crocinitomix_algicola", "http://dbpedia.org/resource/Cruoricaptor", "http://dbpedia.org/resource/Cryomorpha", "http://dbpedia.org/resource/Cryptanaerobacter", "http://dbpedia.org/resource/Cryptanaerobacter_phenolicus", "http://dbpedia.org/resource/Donghicola", "http://dbpedia.org/resource/Donghicola_eburneus", "http://dbpedia.org/resource/Donghicola_tyrosinivorans", "http://dbpedia.org/resource/Nereida", "http://dbpedia.org/resource/Georhizobium_profundi", "http://dbpedia.org/resource/Geosporobacter", "http://dbpedia.org/resource/Geosporobacter_ferrireducens", "http://dbpedia.org/resource/Geosporobacter_subterraneus", "http://dbpedia.org/resource/Geothermobacter", "http://dbpedia.org/resource/Ketogulonicigenium", "http://dbpedia.org/resource/Methylococcus_capsulatus", "http://dbpedia.org/resource/Pediococcus_acidilactici", "http://dbpedia.org/resource/Pelotomaculum_thermopropionicum", "http://dbpedia.org/resource/Polaromonas_hydrogenivorans", "http://dbpedia.org/resource/Polynucleobacter_acidiphobus", "http://dbpedia.org/resource/Pseudoalteromonas_citrea", "http://dbpedia.org/resource/Pusillimonas_noertemannii", "http://dbpedia.org/resource/Roseococcus_thiosulfatophilus", "http://dbpedia.org/resource/Tetracoccus_(bacterium)", "http://dbpedia.org/resource/Idiomarina", "http://dbpedia.org/resource/Mycobacterium_madagascariense", "http://dbpedia.org/resource/Mycobacterium_thermoresistibile", "http://dbpedia.org/resource/Paenibacillus_alvei", "http://dbpedia.org/resource/Paenochrobactrum_pullorum", "http://dbpedia.org/resource/Pedobacter_agri", "http://dbpedia.org/resource/Phyllobacterium_brassicacearum", "http://dbpedia.org/resource/Pseudoalteromonas_donghaensis", "http://dbpedia.org/resource/Sporolactobacillus", "http://dbpedia.org/resource/Streptomyces_turgidiscabies", "http://dbpedia.org/resource/Veillonella_parvula", "http://dbpedia.org/resource/Jeotgalibacillus_alimentarius", "http://dbpedia.org/resource/Mycobacterium_austroafricanum", "http://dbpedia.org/resource/Mycobacterium_farcinogenes", "http://dbpedia.org/resource/Mycobacterium_komossense", "http://dbpedia.org/resource/Pasteurella_lymphangitidis", "http://dbpedia.org/resource/Peptoniphilus", "http://dbpedia.org/resource/Porphyromonadaceae", "http://dbpedia.org/resource/Providencia_sneebia", "http://dbpedia.org/resource/Zymophilus", "http://dbpedia.org/resource/Mycobacterium_hassiacum", "http://dbpedia.org/resource/Pandoraea", "http://dbpedia.org/resource/Prevotellaceae", "http://dbpedia.org/resource/Procabacteriaceae", "http://dbpedia.org/resource/Rhodocyclus_gelatinosus", "http://dbpedia.org/resource/Tenacibaculum_mesophilum", "http://dbpedia.org/resource/Thiomonas_delicata", "http://dbpedia.org/resource/Verminephrobacter", "http://dbpedia.org/resource/Vitreoscilla", "http://dbpedia.org/resource/Ichthyenterobacterium", "http://dbpedia.org/resource/Ichthyobacterium_seriolicida", "http://dbpedia.org/resource/Idiomarina_abyssalis", "http://dbpedia.org/resource/Idiomarina_aestuarii", "http://dbpedia.org/resource/Idiomarina_aquatica", "http://dbpedia.org/resource/Idiomarina_aquimaris", "http://dbpedia.org/resource/Idiomarina_atlantica", "http://dbpedia.org/resource/Idiomarina_baltica", "http://dbpedia.org/resource/Idiomarina_donghaiensis", "http://dbpedia.org/resource/Idiomarina_fontislapidosi", "http://dbpedia.org/resource/Idiomarina_halophila", "http://dbpedia.org/resource/Idiomarina_indica", "http://dbpedia.org/resource/Idiomarina_insulisalsae", "http://dbpedia.org/resource/Idiomarina_loihiensis", "http://dbpedia.org/resource/Idiomarina_marina", "http://dbpedia.org/resource/Idiomarina_piscisalsi", "http://dbpedia.org/resource/Idiomarina_planktonica", "http://dbpedia.org/resource/Idiomarina_seosinensis", "http://dbpedia.org/resource/Idiomarina_tyrosinivorans", "http://dbpedia.org/resource/Idiomarina_woesei", "http://dbpedia.org/resource/Idiomarina_xiamenensis", "http://dbpedia.org/resource/Ignatzschineria", "http://dbpedia.org/resource/Ignatzschineria_cameli", "http://dbpedia.org/resource/Ignatzschineria_indica", "http://dbpedia.org/resource/Ignatzschineria_larvae", "http://dbpedia.org/resource/Ignavibacteriales", "http://dbpedia.org/resource/Ignavigranum", "http://dbpedia.org/resource/Ignavigranum_ruoffiae", "http://dbpedia.org/resource/Ileibacterium", "http://dbpedia.org/resource/Ileibacterium_massiliense", "http://dbpedia.org/resource/Ileibacterium_valens", "http://dbpedia.org/resource/Ilyobacter_insuetus", "http://dbpedia.org/resource/Imhoffiella", "http://dbpedia.org/resource/Imhoffiella_bheemlica", "http://dbpedia.org/resource/Imhoffiella_purpurea", "http://dbpedia.org/resource/Mariprofundus_ferrooxydans", "http://dbpedia.org/resource/Massilia_aerilata", "http://dbpedia.org/resource/Methylocapsa_acidiphila", "http://dbpedia.org/resource/Pedobacter_alluvionis", "http://dbpedia.org/resource/Peptococcaceae", "http://dbpedia.org/resource/Phaeobacter", "http://dbpedia.org/resource/Psychromonas_antarctica", "http://dbpedia.org/resource/Rhodobium_(bacterium)", "http://dbpedia.org/resource/Rhodocyclus_tenuis", "http://dbpedia.org/resource/Thermoanaerobacter_brockii", "http://dbpedia.org/resource/Thermotoga_petrophila", "http://dbpedia.org/resource/Joostella", "http://dbpedia.org/resource/Joostella_atrarenae", "http://dbpedia.org/resource/Joostella_marina", "http://dbpedia.org/resource/Pseudoxanthomonas_broegbernensis", "http://dbpedia.org/resource/Rhodoplanes_elegans", "http://dbpedia.org/resource/Salinarimonas_ramus", "http://dbpedia.org/resource/Tenacibaculum_amylolyticum", "http://dbpedia.org/resource/Thiothrix", "http://dbpedia.org/resource/Variovorax", "http://dbpedia.org/resource/Massilia_consociata", "http://dbpedia.org/resource/Methylocella_silvestris", "http://dbpedia.org/resource/Oceanobacillus_neutriphilus", "http://dbpedia.org/resource/Pseudoalteromonas_tetraodonis", "http://dbpedia.org/resource/Thermocrinis_albus", "http://dbpedia.org/resource/Thermodesulfobacterium_hydrogeniphilum", "http://dbpedia.org/resource/Virgibacillus_proomii", "http://dbpedia.org/resource/Xylella_fastidiosa", "http://dbpedia.org/resource/Mycobacterium_senegalense", "http://dbpedia.org/resource/Laribacter", "http://dbpedia.org/resource/Larkinella", "http://dbpedia.org/resource/Larkinella_arboricola", "http://dbpedia.org/resource/Larkinella_bovis", "http://dbpedia.org/resource/Larkinella_harenae", "http://dbpedia.org/resource/Larkinella_insperata", "http://dbpedia.org/resource/Larkinella_knui", "http://dbpedia.org/resource/Larkinella_ripae", "http://dbpedia.org/resource/Larkinella_rosea", "http://dbpedia.org/resource/Larkinella_soli", "http://dbpedia.org/resource/Lascolabacillus", "http://dbpedia.org/resource/Lascolabacillus_massiliensis", "http://dbpedia.org/resource/Latilactobacillus_sakei", "http://dbpedia.org/resource/Pandoraea_sputorum", "http://dbpedia.org/resource/Perlucidibaca_piscinae", "http://dbpedia.org/resource/Rhodospirillum_rubrum", "http://dbpedia.org/resource/Rhodothalassium", "http://dbpedia.org/resource/Streptomyces_thermocarboxydovorans", "http://dbpedia.org/resource/Zoogloea_caeni", "http://dbpedia.org/resource/Malikia_spinosa", "http://dbpedia.org/resource/Nautilia_lithotrophica", "http://dbpedia.org/resource/Nitrosomonas_eutropha", "http://dbpedia.org/resource/Petrobacter", "http://dbpedia.org/resource/Rhodoblastus_sphagnicola", "http://dbpedia.org/resource/Streptomyces_toxytricini", "http://dbpedia.org/resource/Thauera_terpenica", "http://dbpedia.org/resource/Thermoanaerobacter", "http://dbpedia.org/resource/Microbulbifer_yueqingensis", "http://dbpedia.org/resource/Mycobacterium_neworleansense", "http://dbpedia.org/resource/Pedobacter_terricola", "http://dbpedia.org/resource/Pseudobutyrivibrio_xylanivorans", "http://dbpedia.org/resource/Shuttleworthia", "http://dbpedia.org/resource/Urechidicola", "http://dbpedia.org/resource/Ureibacillus_composti", "http://dbpedia.org/resource/Ureibacillus_defluvii", "http://dbpedia.org/resource/Ureibacillus_suwonensis", "http://dbpedia.org/resource/Ursidibacter", "http://dbpedia.org/resource/Ursidibacter_maritimus", "http://dbpedia.org/resource/Vagococcus_bubulae", "http://dbpedia.org/resource/Vagococcus_coleopterorum", "http://dbpedia.org/resource/Vagococcus_elongatus", "http://dbpedia.org/resource/Vagococcus_entomophilus", "http://dbpedia.org/resource/Vagococcus_fessus", "http://dbpedia.org/resource/Vagococcus_humatus", "http://dbpedia.org/resource/Vagococcus_hydrophili", "http://dbpedia.org/resource/Vagococcus_lutrae", "http://dbpedia.org/resource/Vagococcus_martis", "http://dbpedia.org/resource/Vagococcus_silagei", "http://dbpedia.org/resource/Vagococcus_teuberi", "http://dbpedia.org/resource/Vagococcus_vulneris", "http://dbpedia.org/resource/Vagococcus_xieshaowenii", "http://dbpedia.org/resource/Vagococcus_zengguangii", "http://dbpedia.org/resource/Volucribacter", "http://dbpedia.org/resource/Volucribacter_psittacicida", "http://dbpedia.org/resource/Vulcanibacillus", "http://dbpedia.org/resource/4-Hydroxy-2-alkylquinoline", "http://dbpedia.org/resource/Coriobacteriales", "http://dbpedia.org/resource/Crocinitomicaceae", "http://dbpedia.org/resource/Cytophagaceae", "http://dbpedia.org/resource/Cytophagales", "http://dbpedia.org/resource/Annwoodia", "http://dbpedia.org/resource/Anoxybacillus", "http://dbpedia.org/resource/Anoxybacillus_gonensis", "http://dbpedia.org/resource/Anoxynatronum", "http://dbpedia.org/resource/Anoxynatronum_sibiricum", "http://dbpedia.org/resource/Anseongella", "http://dbpedia.org/resource/Anseongella_ginsenosidimutans", "http://dbpedia.org/resource/Antarcticimonas", "http://dbpedia.org/resource/Antarctobacter", "http://dbpedia.org/resource/Antarctobacter_heliothermus", "http://dbpedia.org/resource/Gunflintia", "http://dbpedia.org/resource/Arvibacter", "http://dbpedia.org/resource/Asaccharobacter", "http://dbpedia.org/resource/Asaccharobacter_celatus", "http://dbpedia.org/resource/Asaia", "http://dbpedia.org/resource/Asaia_bogorensis", "http://dbpedia.org/resource/Asaia_krungthepensis", "http://dbpedia.org/resource/Asaia_siamensis", "http://dbpedia.org/resource/Ascidiaceihabitans", "http://dbpedia.org/resource/Ascidiimonas", "http://dbpedia.org/resource/Asprobacter", "http://dbpedia.org/resource/Asticcacaulis", "http://dbpedia.org/resource/Asticcacaulis_benevestitus", "http://dbpedia.org/resource/Asticcacaulis_biprosthecum", "http://dbpedia.org/resource/Asticcacaulis_endophyticus", "http://dbpedia.org/resource/Asticcacaulis_solisilvae", "http://dbpedia.org/resource/Asticcacaulis_taihuensis", "http://dbpedia.org/resource/Atelocyanobacterium_thalassa", "http://dbpedia.org/resource/Brevefilum", "http://dbpedia.org/resource/Brevibacillus", "http://dbpedia.org/resource/Brevibacillus_borstelensis", "http://dbpedia.org/resource/Brevibacillus_brevis", "http://dbpedia.org/resource/Brevifollis", "http://dbpedia.org/resource/Brevinema_andersonii", "http://dbpedia.org/resource/Brevundimonas", "http://dbpedia.org/resource/Brevundimonas_abyssalis", "http://dbpedia.org/resource/Brevundimonas_albigilva", "http://dbpedia.org/resource/Brevundimonas_aveniformis", "http://dbpedia.org/resource/Brevundimonas_balnearis", "http://dbpedia.org/resource/Brevundimonas_basaltis", "http://dbpedia.org/resource/Brevundimonas_canariensis", "http://dbpedia.org/resource/Brevundimonas_denitrificans", "http://dbpedia.org/resource/Brevundimonas_faecalis", "http://dbpedia.org/resource/Brevundimonas_halotolerans", "http://dbpedia.org/resource/Brevundimonas_humi", "http://dbpedia.org/resource/Brevundimonas_kwangchunensis", "http://dbpedia.org/resource/Brevundimonas_lenta", "http://dbpedia.org/resource/Brevundimonas_mediterranea", "http://dbpedia.org/resource/Brevundimonas_naejangsanensis", "http://dbpedia.org/resource/Brevundimonas_nasdae", "http://dbpedia.org/resource/Brevundimonas_terrae", "http://dbpedia.org/resource/Brevundimonas_vancanneytii", "http://dbpedia.org/resource/Brevundimonas_viscosa", "http://dbpedia.org/resource/Breznakia", "http://dbpedia.org/resource/Breznakia_blatticola", "http://dbpedia.org/resource/Breznakia_pachnodae", "http://dbpedia.org/resource/Breznakibacter", "http://dbpedia.org/resource/Caballeronia", "http://dbpedia.org/resource/Caballeronia_choica", "http://dbpedia.org/resource/Caballeronia_glathei", "http://dbpedia.org/resource/Caballeronia_grimmiae", "http://dbpedia.org/resource/Caballeronia_humi", "http://dbpedia.org/resource/Caballeronia_sordidicola", "http://dbpedia.org/resource/Caballeronia_telluris", "http://dbpedia.org/resource/Caballeronia_terrestris", "http://dbpedia.org/resource/Caballeronia_udeis", "http://dbpedia.org/resource/Caballeronia_zhejiangensis", "http://dbpedia.org/resource/Caenibacillus", "http://dbpedia.org/resource/Caenibius_tardaugens", "http://dbpedia.org/resource/Caenimonas", "http://dbpedia.org/resource/Caenimonas_koreensis", "http://dbpedia.org/resource/Caenimonas_terrae", "http://dbpedia.org/resource/Caenispirillum", "http://dbpedia.org/resource/Caenispirillum_bisanense", "http://dbpedia.org/resource/Caenispirillum_deserti", "http://dbpedia.org/resource/Caenispirillum_salinarum", "http://dbpedia.org/resource/Calcium_encoding", "http://dbpedia.org/resource/Calcium_sparks", "http://dbpedia.org/resource/Calculibacillus", "http://dbpedia.org/resource/Caldalkalibacillus", "http://dbpedia.org/resource/Caldalkalibacillus_thermarum", "http://dbpedia.org/resource/Caldalkalibacillus_uzonensis", "http://dbpedia.org/resource/Caldanaerobacter", "http://dbpedia.org/resource/Caldanaerobacter_uzonensis", "http://dbpedia.org/resource/Caldanaerobius", "http://dbpedia.org/resource/Caldanaerobius_fijiensis", "http://dbpedia.org/resource/Caldanaerobius_polysaccharolyticus", "http://dbpedia.org/resource/Caldanaerobius_zeae", "http://dbpedia.org/resource/Caldanaerocella", "http://dbpedia.org/resource/Caldanaerovirga", "http://dbpedia.org/resource/Caldibacillus", "http://dbpedia.org/resource/Caldicellulosiruptor_bescii", "http://dbpedia.org/resource/Caldicellulosiruptor_saccharolyticus", "http://dbpedia.org/resource/Caldicoprobacter", "http://dbpedia.org/resource/Caldicoprobacter_algeriensis", "http://dbpedia.org/resource/Caldicoprobacter_faecalis", "http://dbpedia.org/resource/Caldicoprobacter_guelmensis", "http://dbpedia.org/resource/Caldicoprobacter_oshimai", "http://dbpedia.org/resource/Caldilinea", "http://dbpedia.org/resource/Caldilinea_aerophila", "http://dbpedia.org/resource/Caldimicrobium", "http://dbpedia.org/resource/Caldimicrobium_rimae", "http://dbpedia.org/resource/Caldimicrobium_thiodismutans", "http://dbpedia.org/resource/Caldimonas", "http://dbpedia.org/resource/Caldimonas_hydrothermale", "http://dbpedia.org/resource/Caldimonas_manganoxidans", "http://dbpedia.org/resource/Caldimonas_taiwanensis", "http://dbpedia.org/resource/Caldisalinibacter", "http://dbpedia.org/resource/Caldisalinibacter_kiritimatiensis", "http://dbpedia.org/resource/Calditerricola", "http://dbpedia.org/resource/Calditerricola_satsumensis", "http://dbpedia.org/resource/Carnimonas", "http://dbpedia.org/resource/Cephaloticoccus", "http://dbpedia.org/resource/Cephaloticoccus_capnophilus", "http://dbpedia.org/resource/Cerasibacillus", "http://dbpedia.org/resource/Cerasicoccus", "http://dbpedia.org/resource/Cereibacter", "http://dbpedia.org/resource/Cesiribacter", "http://dbpedia.org/resource/Cesiribacter_andamanensis", "http://dbpedia.org/resource/Cesiribacter_roseus", "http://dbpedia.org/resource/Cesiribacteraceae", "http://dbpedia.org/resource/Cestodaria", "http://dbpedia.org/resource/Cetobacterium", "http://dbpedia.org/resource/Cetobacterium_ceti", "http://dbpedia.org/resource/Cetobacterium_somerae", "http://dbpedia.org/resource/Rhodopseudomonas", "http://dbpedia.org/resource/Rhodothermales", "http://dbpedia.org/resource/Rickettsia_rickettsii", "http://dbpedia.org/resource/Clevelandina_reticulitermitidis", "http://dbpedia.org/resource/Dakarella", "http://dbpedia.org/resource/Dialister_pneumosintes", "http://dbpedia.org/resource/Diaphorobacter", "http://dbpedia.org/resource/Diaphorobacter_aerolatus", "http://dbpedia.org/resource/Diaphorobacter_nitroreducens", "http://dbpedia.org/resource/Diaphorobacter_oryzae", "http://dbpedia.org/resource/Diaphorobacter_polyhydroxybutyrativorans", "http://dbpedia.org/resource/Diaphorobacter_ruginosibacter", "http://dbpedia.org/resource/Dichelobacter_nodosus", "http://dbpedia.org/resource/Dichotomicrobium", "http://dbpedia.org/resource/Dichotomicrobium_thermohalophilum", "http://dbpedia.org/resource/Dictyoglomus_thermophilum", "http://dbpedia.org/resource/Dielma", "http://dbpedia.org/resource/Mycobacterium_canetti", "http://dbpedia.org/resource/Fluviicoccus", "http://dbpedia.org/resource/Fonticella", "http://dbpedia.org/resource/Fontimonas", "http://dbpedia.org/resource/Formosa_agariphila", "http://dbpedia.org/resource/Formosa_algae", "http://dbpedia.org/resource/Formosa_arctica", "http://dbpedia.org/resource/Formosa_haliotis", "http://dbpedia.org/resource/Formosa_maritima", "http://dbpedia.org/resource/Formosa_sediminum", "http://dbpedia.org/resource/Formosa_undariae", "http://dbpedia.org/resource/Hoeflea_halophila", "http://dbpedia.org/resource/Leisingera", "http://dbpedia.org/resource/Mycobacterium_florentinum", "http://dbpedia.org/resource/Nautiliaceae", "http://dbpedia.org/resource/Oxalicibacterium_solurbis", "http://dbpedia.org/resource/Pelomonas_puraquae", "http://dbpedia.org/resource/Pseudoalteromonas_nigrifaciens", "http://dbpedia.org/resource/Pseudoalteromonas_peptidolytica", "http://dbpedia.org/resource/Pseudochrobactrum_saccharolyticum", "http://dbpedia.org/resource/Streptomonospora_salina", "http://dbpedia.org/resource/Streptomyces_reticuliscabiei", "http://dbpedia.org/resource/Suttonella_indologenes", "http://dbpedia.org/resource/Thauera_chlorobenzoica", "http://dbpedia.org/resource/Zoogloea_ramigera", "http://dbpedia.org/resource/Kluyvera_ascorbata", "http://dbpedia.org/resource/Nitratireductor_aquimarinus", "http://dbpedia.org/resource/Nitrosomonadales", "http://dbpedia.org/resource/Nitrosomonas_communis", "http://dbpedia.org/resource/Hartmannibacter", "http://dbpedia.org/resource/Hasllibacter", "http://dbpedia.org/resource/Pigmentiphaga_litoralis", "http://dbpedia.org/resource/Polaromonas_aquatica", "http://dbpedia.org/resource/Propionivibrio_dicarboxylicus", "http://dbpedia.org/resource/Syntrophomonas_sapovorans", "http://dbpedia.org/resource/Mycobacterium_caprae", "http://dbpedia.org/resource/Mycobacterium_wolinskyi", "http://dbpedia.org/resource/Phyllobacterium_loti", "http://dbpedia.org/resource/Pseudonocardia_asaccharolytica", "http://dbpedia.org/resource/Pseudoxanthomonas_daejeonensis", "http://dbpedia.org/resource/Thermotoga_naphthophila", "http://dbpedia.org/resource/Virgibacillus", "http://dbpedia.org/resource/Midichloria", "http://dbpedia.org/resource/Mycobacterium_heidelbergense", "http://dbpedia.org/resource/Mycobacterium_psychrotolerans", "http://dbpedia.org/resource/Mycobacterium_vanbaalenii", "http://dbpedia.org/resource/Nitratireductor_kimnyeongensis", "http://dbpedia.org/resource/Parasutterella_secunda", "http://dbpedia.org/resource/Pseudoalteromonas_arctica", "http://dbpedia.org/resource/Pseudoalteromonas_undina", "http://dbpedia.org/resource/Pseudoxanthomonas_koreensis", "http://dbpedia.org/resource/Roseovarius", "http://dbpedia.org/resource/Sphingomonas_echinoides", "http://dbpedia.org/resource/Sulfurovum_lithotrophicum", "http://dbpedia.org/resource/Telluria_mixta", "http://dbpedia.org/resource/Weissella_thailandensis", "http://dbpedia.org/resource/Hippea", "http://dbpedia.org/resource/Hippea_alviniae", "http://dbpedia.org/resource/Hippea_maritima", "http://dbpedia.org/resource/Histophilus_somni", "http://dbpedia.org/resource/Hyphomicrobium_hollandicum", "http://dbpedia.org/resource/Janthinobacterium", "http://dbpedia.org/resource/Mycobacterium_interjectum", "http://dbpedia.org/resource/Nitratireductor_aquibiodomus", "http://dbpedia.org/resource/Oleispira_antarctica", "http://dbpedia.org/resource/Oscillibacter_valericigenes", "http://dbpedia.org/resource/Paenibacillus_polymyxa", "http://dbpedia.org/resource/Pelomonas_saccharophila", "http://dbpedia.org/resource/Rhodocyclus", "http://dbpedia.org/resource/Shewanella_frigidimarina", "http://dbpedia.org/resource/Streptomyces_hygroscopicus", "http://dbpedia.org/resource/Hyphomicrobium_methylovorum", "http://dbpedia.org/resource/Marinobacterium_jannaschii", "http://dbpedia.org/resource/Metabacterium", "http://dbpedia.org/resource/Mycobacterium_microti", "http://dbpedia.org/resource/Oxalicibacterium_flavum", "http://dbpedia.org/resource/Phyllobacterium_endophyticum", "http://dbpedia.org/resource/Sphingomonas", "http://dbpedia.org/resource/Tenacibaculum_adriaticum", "http://dbpedia.org/resource/Thermoanaerobacter_siderophilus", "http://dbpedia.org/resource/Hyphomicrobium_chloromethanicum", "http://dbpedia.org/resource/Hyphomicrobium_coagulans", "http://dbpedia.org/resource/Hyphomicrobium_denitrificans", "http://dbpedia.org/resource/Hyphomicrobium_facile", "http://dbpedia.org/resource/Hyphomicrobium_nitrativorans", "http://dbpedia.org/resource/Hyphomicrobium_zavarzinii", "http://dbpedia.org/resource/Hyphomonas", "http://dbpedia.org/resource/Hyunsoonleella", "http://dbpedia.org/resource/Hyunsoonleella_aquatilis", "http://dbpedia.org/resource/Hyunsoonleella_flava", "http://dbpedia.org/resource/Hyunsoonleella_jejuensis", "http://dbpedia.org/resource/Hyunsoonleella_pacifica", "http://dbpedia.org/resource/Hyunsoonleella_rubra", "http://dbpedia.org/resource/Hyunsoonleella_udoensis", "http://dbpedia.org/resource/Jannaschia_aquimarina", "http://dbpedia.org/resource/Jannaschia_confluentis", "http://dbpedia.org/resource/Jannaschia_donghaensis", "http://dbpedia.org/resource/Jannaschia_faecimaris", "http://dbpedia.org/resource/Jannaschia_helgolandensis", "http://dbpedia.org/resource/Jannaschia_pohangensis", "http://dbpedia.org/resource/Jannaschia_rubra", "http://dbpedia.org/resource/Jannaschia_seohaensis", "http://dbpedia.org/resource/Jannaschia_seosinensis", "http://dbpedia.org/resource/Janthinobacterium_agaricidamnosum", "http://dbpedia.org/resource/Janthinobacterium_aquaticum", "http://dbpedia.org/resource/Johnsonella", "http://dbpedia.org/resource/Luteimonas_marina", "http://dbpedia.org/resource/Oceanimonas_doudoroffii", "http://dbpedia.org/resource/Oligella_(bacterium)", "http://dbpedia.org/resource/Roseateles_terrae", "http://dbpedia.org/resource/Saprospiraceae", "http://dbpedia.org/resource/Shewanella_haliotis", "http://dbpedia.org/resource/Thalassobius", "http://dbpedia.org/resource/Thauera_phenylacetica", "http://dbpedia.org/resource/Thioalkalivibrio_versutus", "http://dbpedia.org/resource/Kandeliimicrobium", "http://dbpedia.org/resource/Kandleria", "http://dbpedia.org/resource/Kandleria_vitulina", "http://dbpedia.org/resource/Katanobacteria", "http://dbpedia.org/resource/Methylocella_palustris", "http://dbpedia.org/resource/Mycobacterium_doricum", "http://dbpedia.org/resource/Nitrobacter", "http://dbpedia.org/resource/Paenibacillus_tylopili", "http://dbpedia.org/resource/Pedobacter_soli", "http://dbpedia.org/resource/Photobacterium_profundum", "http://dbpedia.org/resource/Pseudoalteromonas_mariniglutinosa", "http://dbpedia.org/resource/Vampirovibrio_chlorellavorus", "http://dbpedia.org/resource/Alteraurantiacibacter", "http://dbpedia.org/resource/Alteraurantiacibacter_aestuarii", "http://dbpedia.org/resource/Alteraurantiacibacter_aquimixticola", "http://dbpedia.org/resource/Alteraurantiacibacter_buctensis", "http://dbpedia.org/resource/Altererythrobacter", "http://dbpedia.org/resource/Altererythrobacter_aquiaggeris", "http://dbpedia.org/resource/Altererythrobacter_deserti", "http://dbpedia.org/resource/Altererythrobacter_epoxidivorans", "http://dbpedia.org/resource/Altererythrobacter_fulvus", "http://dbpedia.org/resource/Altererythrobacter_ishigakiensis", "http://dbpedia.org/resource/Altererythrobacter_lauratis", "http://dbpedia.org/resource/Altererythrobacter_palmitatis", "http://dbpedia.org/resource/Altererythrobacter_rigui", "http://dbpedia.org/resource/Altererythrobacter_rubellus", "http://dbpedia.org/resource/Altererythrobacter_xiamenensis", "http://dbpedia.org/resource/Alteribacter", "http://dbpedia.org/resource/Altericroceibacterium", "http://dbpedia.org/resource/Altericroceibacterium_endophyticum", "http://dbpedia.org/resource/Altericroceibacterium_indicum", "http://dbpedia.org/resource/Altericroceibacterium_xinjiangense", "http://dbpedia.org/resource/Alteripontixanthobacter", "http://dbpedia.org/resource/Alteripontixanthobacter_maritimus", "http://dbpedia.org/resource/Alteripontixanthobacter_muriae", "http://dbpedia.org/resource/Alteriqipengyuania", "http://dbpedia.org/resource/Alteriqipengyuania_halimionae", "http://dbpedia.org/resource/Alteriqipengyuania_lutimaris", "http://dbpedia.org/resource/Alteromonadaceae", "http://dbpedia.org/resource/Alteromonas", "http://dbpedia.org/resource/Alteromonas_addita", "http://dbpedia.org/resource/Alteromonas_genovensis", "http://dbpedia.org/resource/Alteromonas_hispanica", "http://dbpedia.org/resource/Alteromonas_litorea", "http://dbpedia.org/resource/Alteromonas_macleodii", "http://dbpedia.org/resource/Alteromonas_marina", "http://dbpedia.org/resource/Alteromonas_simiduii", "http://dbpedia.org/resource/Alteromonas_stellipolaris", "http://dbpedia.org/resource/Alteromonas_tagae", "http://dbpedia.org/resource/Amaricoccus", "http://dbpedia.org/resource/Fimbriimonas_ginsengisoli", "http://dbpedia.org/resource/Bartonella_mastomydis", "http://dbpedia.org/resource/Bartonella_melophagi", "http://dbpedia.org/resource/Bartonella_silvicola", "http://dbpedia.org/resource/Basilea_(bacterium)", "http://dbpedia.org/resource/Basilea_psittacipulmonis", "http://dbpedia.org/resource/Bisgaardia", "http://dbpedia.org/resource/Bisgaardia_hudsonensis", "http://dbpedia.org/resource/Bisgaardia_miroungae", "http://dbpedia.org/resource/Bizionia", "http://dbpedia.org/resource/Bizionia_algoritergicola", "http://dbpedia.org/resource/Blastobacter", "http://dbpedia.org/resource/Blastobacter_henricii", "http://dbpedia.org/resource/Blastochloris", "http://dbpedia.org/resource/Blastochloris_gulmargensis", "http://dbpedia.org/resource/Blastochloris_sulfoviridis", "http://dbpedia.org/resource/Blastochloris_viridis", "http://dbpedia.org/resource/Blastomonas", "http://dbpedia.org/resource/Blastomonas_aquatica", "http://dbpedia.org/resource/Blastomonas_natatoria", "http://dbpedia.org/resource/Blattabacterium", "http://dbpedia.org/resource/Lentilactobacillus", "http://dbpedia.org/resource/Lentisphaerota", "http://dbpedia.org/resource/Leuconostoc", "http://dbpedia.org/resource/Leucothrix_(bacterium)", "http://dbpedia.org/resource/Levilactobacillus", "http://dbpedia.org/resource/Ligilactobacillus", "http://dbpedia.org/resource/Liquorilactobacillus", "http://dbpedia.org/resource/Pectinatus", "http://dbpedia.org/resource/Pediococcus", "http://dbpedia.org/resource/Pelagibacterales", "http://dbpedia.org/resource/Pelosinus", "http://dbpedia.org/resource/Phycisphaerae", "http://dbpedia.org/resource/Phyllobacterium", "http://dbpedia.org/resource/Proto-mitochondrion", "http://dbpedia.org/resource/Quinella_(bacterium)", "http://dbpedia.org/resource/Thermaerobacter", "http://dbpedia.org/resource/Thermoanaerobacterium_thermosaccharolyticum", "http://dbpedia.org/resource/Thermoguttaceae", "http://dbpedia.org/resource/Thermotogota", "http://dbpedia.org/resource/Thermus", "http://dbpedia.org/resource/Toll-Interleukin_receptor", "http://dbpedia.org/resource/Xanthobacter", "http://dbpedia.org/resource/Enhydrobacter", "http://dbpedia.org/resource/Enhydrobacter_aerosaccus", "http://dbpedia.org/resource/Enhygromyxa_salina", "http://dbpedia.org/resource/Enorma", "http://dbpedia.org/resource/Enorma_massiliensis", "http://dbpedia.org/resource/Enorma_timonensis", "http://dbpedia.org/resource/Entomoplasma", "http://dbpedia.org/resource/Entomoplasma_freundtii", "http://dbpedia.org/resource/Entomoplasmatales", "http://dbpedia.org/resource/Epibacterium", "http://dbpedia.org/resource/Epibacterium_mobile", "http://dbpedia.org/resource/Epibacterium_multivorans", "http://dbpedia.org/resource/Epibacterium_scottomollicae", "http://dbpedia.org/resource/Epibacterium_ulvae", "http://dbpedia.org/resource/Epidermidibacterium_keratini", "http://dbpedia.org/resource/Epulonipiscium", "http://dbpedia.org/resource/Ereboglobus", "http://dbpedia.org/resource/Eremococcus", "http://dbpedia.org/resource/Eremococcus_coleocola", "http://dbpedia.org/resource/Frederiksenia", "http://dbpedia.org/resource/Fretibacter", "http://dbpedia.org/resource/Fretibacterium", "http://dbpedia.org/resource/Frigidibacter", "http://dbpedia.org/resource/Frigoriflavimonas", "http://dbpedia.org/resource/Frondibacter", "http://dbpedia.org/resource/Frondibacter_aureus", "http://dbpedia.org/resource/Frondibacter_mangrovi", "http://dbpedia.org/resource/Fructilactobacillus_fructivorans", "http://dbpedia.org/resource/Fructilactobacillus_sanfranciscensis", "http://dbpedia.org/resource/Fucophilus", "http://dbpedia.org/resource/Fulvibacter", "http://dbpedia.org/resource/Fulvimarina", "http://dbpedia.org/resource/Fulvimarina_manganoxydans", "http://dbpedia.org/resource/Fulvimarina_pelagi", "http://dbpedia.org/resource/Fulvimonas", "http://dbpedia.org/resource/Fulvimonas_soli", "http://dbpedia.org/resource/Fulvimonas_yonginensis", "http://dbpedia.org/resource/Fulvivirga", "http://dbpedia.org/resource/Fulvivirga_imtechensis", "http://dbpedia.org/resource/Fulvivirga_kasyanovii", "http://dbpedia.org/resource/Fulvivirga_lutimaris", "http://dbpedia.org/resource/Fulvivirgaceae", "http://dbpedia.org/resource/Heliothrix_oregonensis", "http://dbpedia.org/resource/Hoeflea_alexandrii", "http://dbpedia.org/resource/Hyphomicrobium_aestuarii", "http://dbpedia.org/resource/Maritalea_mobilis", "http://dbpedia.org/resource/Methylocella", "http://dbpedia.org/resource/Mycobacterium_canariasense", "http://dbpedia.org/resource/Naxibacter_haematophilus", "http://dbpedia.org/resource/Nitrobacter_vulgaris", "http://dbpedia.org/resource/Pseudoxanthomonas_mexicana", "http://dbpedia.org/resource/Rhodoblastus", "http://dbpedia.org/resource/Streptomyces_rimosus", "http://dbpedia.org/resource/Mycobacterium_fallax", "http://dbpedia.org/resource/Mycobacterium_moriokaense", "http://dbpedia.org/resource/Mycobacterium_saskatchewanense", "http://dbpedia.org/resource/Pandoraea_pnomenusa", "http://dbpedia.org/resource/Pasteuria_nishizawae", "http://dbpedia.org/resource/Polaromonas_glacialis", "http://dbpedia.org/resource/Rhodobacterales", "http://dbpedia.org/resource/Riemerella_anatipestifer", "http://dbpedia.org/resource/Saccharopolyspora_spinosa", "http://dbpedia.org/resource/Scalindua_brodae", "http://dbpedia.org/resource/Imtechella", "http://dbpedia.org/resource/Inediibacterium", "http://dbpedia.org/resource/Initialization-on-demand_holder_idiom", "http://dbpedia.org/resource/Inmirania", "http://dbpedia.org/resource/Inquilinus", "http://dbpedia.org/resource/Limnohabitans_parvus", "http://dbpedia.org/resource/Mycobacterium_branderi", "http://dbpedia.org/resource/Oxalicibacterium", "http://dbpedia.org/resource/Peptostreptococcus_asaccharolyticus", "http://dbpedia.org/resource/Pseudoalteromonas", "http://dbpedia.org/resource/Psychroserpens_burtonensis", "http://dbpedia.org/resource/Slackia", "http://dbpedia.org/resource/Marinobacter_sediminum", "http://dbpedia.org/resource/Marinosulfonomonas", "http://dbpedia.org/resource/Methylobacillus_glycogenes", "http://dbpedia.org/resource/Naxibacter_suwonensis", "http://dbpedia.org/resource/Polynucleobacter_necessarius", "http://dbpedia.org/resource/Propionivibrio_limicola", "http://dbpedia.org/resource/Salinarimonas", "http://dbpedia.org/resource/Salinarimonas_rosea", "http://dbpedia.org/resource/Scalindua_wagneri", "http://dbpedia.org/resource/Thiomonas_bhubaneswarensis", "http://dbpedia.org/resource/Thiorhodovibrio_winogradskyi", "http://dbpedia.org/resource/Massilia_alkalitolerans", "http://dbpedia.org/resource/Massilia_niabensis", "http://dbpedia.org/resource/Morganella_morganii", "http://dbpedia.org/resource/Pseudoalteromonas_issachenkonii", "http://dbpedia.org/resource/Ramlibacter_tataouinensis", "http://dbpedia.org/resource/Streptomyces_neyagawaensis", "http://dbpedia.org/resource/Sulfobacillus_acidophilus", "http://dbpedia.org/resource/Syntrophobacter_sulfatireducens", "http://dbpedia.org/resource/Zoogloea_oryzae", "http://dbpedia.org/resource/Pasteurella_mairii", "http://dbpedia.org/resource/Pseudoalteromonas_elyakovii", "http://dbpedia.org/resource/Sodalis_glossinidius", "http://dbpedia.org/resource/Syntrophobacter_wolinii", "http://dbpedia.org/resource/Virgibacillus_siamensis", "http://dbpedia.org/resource/Lautropia", "http://dbpedia.org/resource/Lautropia_mirabilis", "http://dbpedia.org/resource/Leadbetterella", "http://dbpedia.org/resource/Leadbetterella_byssophila", "http://dbpedia.org/resource/Lebetimonas", "http://dbpedia.org/resource/Lebetimonas_acidiphila", "http://dbpedia.org/resource/Lebetimonas_natsushimae", "http://dbpedia.org/resource/Lederbergia", "http://dbpedia.org/resource/Leeuwenhoekiella", "http://dbpedia.org/resource/Leeuwenhoekiella_aequorea", "http://dbpedia.org/resource/Leeuwenhoekiella_aestuarii", "http://dbpedia.org/resource/Leeuwenhoekiella_blandensis", "http://dbpedia.org/resource/Leeuwenhoekiella_marinoflava", "http://dbpedia.org/resource/Leeuwenhoekiella_nanhaiensis", "http://dbpedia.org/resource/Leeuwenhoekiella_palythoae", "http://dbpedia.org/resource/Leeuwenhoekiella_polynyae", "http://dbpedia.org/resource/Mycobacterium_lepromatosis", "http://dbpedia.org/resource/Oceanicola", "http://dbpedia.org/resource/Sporosarcina_globispora", "http://dbpedia.org/resource/Thermoanaerobacter_thermocopriae", "http://dbpedia.org/resource/Thermomicrobia", "http://dbpedia.org/resource/Thiorhodospira_sibirica", "http://dbpedia.org/resource/Xanthomonas_campestris_pv._campestris", "http://dbpedia.org/resource/Litchfieldia", "http://dbpedia.org/resource/Litoreibacter", "http://dbpedia.org/resource/Litoreibacter_albidus", "http://dbpedia.org/resource/Litoreibacter_arenae", "http://dbpedia.org/resource/Litoreibacter_ascidiaceicola", "http://dbpedia.org/resource/Litoreibacter_halocynthiae", "http://dbpedia.org/resource/Litoreibacter_janthinus", "http://dbpedia.org/resource/Litoreibacter_meonggei", "http://dbpedia.org/resource/Litoreibacter_ponti", "http://dbpedia.org/resource/Litoribacillus", "http://dbpedia.org/resource/Litoribacillus_peritrichatus", "http://dbpedia.org/resource/Litoribaculum", "http://dbpedia.org/resource/Litoribrevibacter", "http://dbpedia.org/resource/Litoribrevibacter_albus", "http://dbpedia.org/resource/Litorilituus", "http://dbpedia.org/resource/Litorimonas", "http://dbpedia.org/resource/Litorimonas_cladophorae", "http://dbpedia.org/resource/Litorimonas_haliclonae", "http://dbpedia.org/resource/Litorimonas_taeanensis", "http://dbpedia.org/resource/Litorisediminicola", "http://dbpedia.org/resource/Litorisediminivivens", "http://dbpedia.org/resource/Litorivivens", "http://dbpedia.org/resource/Litorivivens_aequoris", "http://dbpedia.org/resource/Litorivivens_lipolytica", "http://dbpedia.org/resource/Macrococcus", "http://dbpedia.org/resource/Maritimibacter", "http://dbpedia.org/resource/Mycobacterium_heckeshornense", "http://dbpedia.org/resource/Mycobacterium_pulveris", "http://dbpedia.org/resource/Telluria_chitinolytica", "http://dbpedia.org/resource/Zymomonas_mobilis", "http://dbpedia.org/resource/Qipengyuania", "http://dbpedia.org/resource/Qipengyuania_oceanensis", "http://dbpedia.org/resource/Salaquimonas_pukyongi", "http://dbpedia.org/resource/Salegentibacter", "http://dbpedia.org/resource/Salegentibacter_agarivorans", "http://dbpedia.org/resource/Salegentibacter_chungangensis", "http://dbpedia.org/resource/Salegentibacter_echinorum", "http://dbpedia.org/resource/Salegentibacter_flavus", "http://dbpedia.org/resource/Salegentibacter_holothuriorum", "http://dbpedia.org/resource/Salegentibacter_mishustinae", "http://dbpedia.org/resource/Salegentibacter_salarius", "http://dbpedia.org/resource/Salegentibacter_salegens", "http://dbpedia.org/resource/Salegentibacter_salinarum", "http://dbpedia.org/resource/Salegentibacter_sediminis", "http://dbpedia.org/resource/Salibacterium", "http://dbpedia.org/resource/Salibacterium_halochares", "http://dbpedia.org/resource/Salibacterium_halotolerans", "http://dbpedia.org/resource/Salibacterium_lacus", "http://dbpedia.org/resource/Salibacterium_qingdaonense", "http://dbpedia.org/resource/Salimesophilobacter", "http://dbpedia.org/resource/Salimicrobium_album", "http://dbpedia.org/resource/Salimicrobium_flavidum", "http://dbpedia.org/resource/Salimicrobium_halophilum", "http://dbpedia.org/resource/Salimicrobium_salexigens", "http://dbpedia.org/resource/Salinarimonadaceae", "http://dbpedia.org/resource/Salinibacillus", "http://dbpedia.org/resource/Salinicola_salarius", "http://dbpedia.org/resource/Salinihabitans", "http://dbpedia.org/resource/Salinimicrobium", "http://dbpedia.org/resource/Salinimicrobium_catena", "http://dbpedia.org/resource/Salinimicrobium_flavum", "http://dbpedia.org/resource/Salinimicrobium_gaetbulicola", "http://dbpedia.org/resource/Salinimicrobium_marinum", "http://dbpedia.org/resource/Salinimicrobium_nanhaiense", "http://dbpedia.org/resource/Salinimicrobium_sediminis", "http://dbpedia.org/resource/Salinimicrobium_soli", "http://dbpedia.org/resource/Salinimicrobium_terrae", "http://dbpedia.org/resource/Salinimicrobium_xinjiangense", "http://dbpedia.org/resource/Salinimonas", "http://dbpedia.org/resource/Salinimonas_chungwhensis", "http://dbpedia.org/resource/Salinimonas_sediminis", "http://dbpedia.org/resource/Saliniramus_fredricksonii", "http://dbpedia.org/resource/Salinivirga_cyanobacteriivorans", "http://dbpedia.org/resource/Salinovum", "http://dbpedia.org/resource/Salipaludibacillus", "http://dbpedia.org/resource/Salirhabdus", "http://dbpedia.org/resource/Salirhabdus_euzebyi", "http://dbpedia.org/resource/Salirhabdus_salicampi", "http://dbpedia.org/resource/Salisediminibacterium", "http://dbpedia.org/resource/Salisediminibacterium_haloalkalitolerans", "http://dbpedia.org/resource/Salisediminibacterium_halotolerans", "http://dbpedia.org/resource/Salisediminibacterium_locisalis", "http://dbpedia.org/resource/Saliterribacillus", "http://dbpedia.org/resource/Salsuginibacillus", "http://dbpedia.org/resource/Salsuginibacillus_halophilus", "http://dbpedia.org/resource/Salsuginibacillus_kocurii", "http://dbpedia.org/resource/Selenihalanaerobacter", "http://dbpedia.org/resource/Seliberia_stellata", "http://dbpedia.org/resource/Seminibacterium", "http://dbpedia.org/resource/Seohaeicola", "http://dbpedia.org/resource/Seohaeicola_nanhaiensis", "http://dbpedia.org/resource/Seohaeicola_saemankumensis", "http://dbpedia.org/resource/Seohaeicola_westpacificensis", "http://dbpedia.org/resource/Ectothiorhodospiraceae", "http://dbpedia.org/resource/Eggerthellaceae", "http://dbpedia.org/resource/Anaeroarcus", "http://dbpedia.org/resource/Anaeroarcus_burkinensis", "http://dbpedia.org/resource/Anaerobacillus", "http://dbpedia.org/resource/Anaerobacillus_alkalidiazotrophicus", "http://dbpedia.org/resource/Anaerobacter", "http://dbpedia.org/resource/Anaerobiospirillum", "http://dbpedia.org/resource/Anaerocella", "http://dbpedia.org/resource/Anaerocella_delicata", "http://dbpedia.org/resource/Anaerococcus", "http://dbpedia.org/resource/Anaerofilum", "http://dbpedia.org/resource/Anaerofilum_pentosovorans", "http://dbpedia.org/resource/Anaerofustis", "http://dbpedia.org/resource/Anaeroglobus", "http://dbpedia.org/resource/Anaerohalosphaera", "http://dbpedia.org/resource/Anaeromicrobium", "http://dbpedia.org/resource/Anaeromusa", "http://dbpedia.org/resource/Anaeromusa_acidaminophila", "http://dbpedia.org/resource/Anaeromyxobacter_dehalogenans", "http://dbpedia.org/resource/Anaerophaga", "http://dbpedia.org/resource/Anaeroplasmatales", "http://dbpedia.org/resource/Anaerorhabdus", "http://dbpedia.org/resource/Anaerosinus", "http://dbpedia.org/resource/Anaerosinus_glycerini", "http://dbpedia.org/resource/Anaerosolibacter", "http://dbpedia.org/resource/Anaerospora", "http://dbpedia.org/resource/Anaerostipes", "http://dbpedia.org/resource/Anaerostipes_butyraticus", "http://dbpedia.org/resource/Anaerostipes_caccae", "http://dbpedia.org/resource/Anaerostipes_hadrus", "http://dbpedia.org/resource/Anaerostipes_rhamnosivorans", "http://dbpedia.org/resource/Anaerotruncus", "http://dbpedia.org/resource/Anaerotruncus_colihominis", "http://dbpedia.org/resource/Anaerovorax", "http://dbpedia.org/resource/Anaplasma", "http://dbpedia.org/resource/Anaplasma_bovis", "http://dbpedia.org/resource/Anaplasma_phagocytophilum", "http://dbpedia.org/resource/Anaplasma_platys", "http://dbpedia.org/resource/Ancalomicrobiaceae", "http://dbpedia.org/resource/Ancalomicrobium", "http://dbpedia.org/resource/Ancalomicrobium_adetum", "http://dbpedia.org/resource/Ancylobacter_aquaticus", "http://dbpedia.org/resource/Ancylobacter_defluvii", "http://dbpedia.org/resource/Ancylobacter_dichloromethanicus", "http://dbpedia.org/resource/Ancylobacter_oerskovii", "http://dbpedia.org/resource/Ancylobacter_polymorphus", "http://dbpedia.org/resource/Ancylobacter_pratisalsi", "http://dbpedia.org/resource/Ancylobacter_rudongensis", "http://dbpedia.org/resource/Ancylobacter_vacuolatus", "http://dbpedia.org/resource/Ancylomarina", "http://dbpedia.org/resource/Ancylomarina_psychrotolerans", "http://dbpedia.org/resource/Ancylomarina_subtilis", "http://dbpedia.org/resource/Anderseniella", "http://dbpedia.org/resource/Anderseniella_baltica", "http://dbpedia.org/resource/Kaistia", "http://dbpedia.org/resource/Karelsulcia_muelleri", "http://dbpedia.org/resource/Loigolactobacillus", "http://dbpedia.org/resource/Buttiauxella", "http://dbpedia.org/resource/Buttiauxella_agrestis", "http://dbpedia.org/resource/Buttiauxella_brennerae", "http://dbpedia.org/resource/Buttiauxella_ferragutiae", "http://dbpedia.org/resource/Buttiauxella_gaviniae", "http://dbpedia.org/resource/Buttiauxella_izardii", "http://dbpedia.org/resource/Buttiauxella_noackiae", "http://dbpedia.org/resource/Buttiauxella_warmboldiae", "http://dbpedia.org/resource/Butyricicoccus", "http://dbpedia.org/resource/Butyricicoccus_pullicaecorum", "http://dbpedia.org/resource/Butyricimonas", "http://dbpedia.org/resource/Butyricimonas_faecihominis", "http://dbpedia.org/resource/Butyricimonas_synergistica", "http://dbpedia.org/resource/Butyrivibrio", "http://dbpedia.org/resource/Butyrivibrio_hungatei", "http://dbpedia.org/resource/Bythopirellula", "http://dbpedia.org/resource/Ciceribacter", "http://dbpedia.org/resource/Ciceribacter_lividus", "http://dbpedia.org/resource/Citreimonas", "http://dbpedia.org/resource/Citreitalea", "http://dbpedia.org/resource/Citrimicrobium", "http://dbpedia.org/resource/Citromicrobium", "http://dbpedia.org/resource/Shewanella", "http://dbpedia.org/resource/Convivina_intestini", "http://dbpedia.org/resource/Coprobacillus", "http://dbpedia.org/resource/Coprobacillus_cateniformis", "http://dbpedia.org/resource/Coprobacter", "http://dbpedia.org/resource/Coprobacter_fastidiosus", "http://dbpedia.org/resource/Coprobacter_secundus", "http://dbpedia.org/resource/Coprococcus", "http://dbpedia.org/resource/Coprococcus_eutactus", "http://dbpedia.org/resource/Coraliomargarita", "http://dbpedia.org/resource/Corallibacter", "http://dbpedia.org/resource/Corallomonas", "http://dbpedia.org/resource/Corallomonas_stylophorae", "http://dbpedia.org/resource/Coriobacteriaceae", "http://dbpedia.org/resource/Coriobacterium", "http://dbpedia.org/resource/Sphaerocodium", "http://dbpedia.org/resource/Sphingobacteriaceae", "http://dbpedia.org/resource/Sphingomonadales", "http://dbpedia.org/resource/Sporichthya", "http://dbpedia.org/resource/Sporomusa", "http://dbpedia.org/resource/Stappiaceae", "http://dbpedia.org/resource/Dorea_formicigenerans", "http://dbpedia.org/resource/Dorea_longicatena", "http://dbpedia.org/resource/Effusibacillus", "http://dbpedia.org/resource/Effusibacillus_consociatus", "http://dbpedia.org/resource/Effusibacillus_lacus", "http://dbpedia.org/resource/Effusibacillus_pohliae", "http://dbpedia.org/resource/Eggerthia", "http://dbpedia.org/resource/Eggerthia_catenaformis", "http://dbpedia.org/resource/Ehrlichia", "http://dbpedia.org/resource/Ehrlichia_chaffeensis", "http://dbpedia.org/resource/Ehrlichia_ewingii", "http://dbpedia.org/resource/Ehrlichia_muris", "http://dbpedia.org/resource/Ehrlichia_ruminantium", "http://dbpedia.org/resource/Eikenella_corrodens", "http://dbpedia.org/resource/Eilatimonas", "http://dbpedia.org/resource/Eisenbergiella", "http://dbpedia.org/resource/Eisenbergiella_massiliensis", "http://dbpedia.org/resource/Eisenbergiella_tayi", "http://dbpedia.org/resource/Ekhidna_lutea", "http://dbpedia.org/resource/Mycobacterium_smegmatis", "http://dbpedia.org/resource/Nocardiopsis_kunsanensis", "http://dbpedia.org/resource/Orientia_tsutsugamushi", "http://dbpedia.org/resource/Staphylococcus_auricularis", "http://dbpedia.org/resource/Thermocrinis_ruber", "http://dbpedia.org/resource/Nitrosomonas_ureae", "http://dbpedia.org/resource/Providencia_rettgeri", "http://dbpedia.org/resource/Pseudaminobacter", "http://dbpedia.org/resource/Streptomyces_globisporus", "http://dbpedia.org/resource/Mycobacterium_bohemicum", "http://dbpedia.org/resource/Sphingobium", "http://dbpedia.org/resource/Sulfitobacter_brevis", "http://dbpedia.org/resource/Luteimonas_aquatica", "http://dbpedia.org/resource/Mycobacterium_gastri", "http://dbpedia.org/resource/Thioalkalivibrio_paradoxus", "http://dbpedia.org/resource/Limnobacter_thiooxidans", "http://dbpedia.org/resource/Massilia_timonae", "http://dbpedia.org/resource/Methylohalobius_crimeensis", "http://dbpedia.org/resource/Mycobacterium_africanum", "http://dbpedia.org/resource/Mycobacterium_conspicuum", "http://dbpedia.org/resource/Mycobacterium_lacus", "http://dbpedia.org/resource/Mycobacterium_phocaicum", "http://dbpedia.org/resource/Oligella_ureolytica", "http://dbpedia.org/resource/Phyllobacterium_myrsinacearum", "http://dbpedia.org/resource/Pseudomonas_carboxydohydrogena", "http://dbpedia.org/resource/Pseudonocardia", "http://dbpedia.org/resource/Rhodopseudomonas_harwoodiae", "http://dbpedia.org/resource/Sorangium_cellulosum", "http://dbpedia.org/resource/Sphingopyxis_italica", "http://dbpedia.org/resource/Thauera", "http://dbpedia.org/resource/Thiomonas", "http://dbpedia.org/resource/Kerstersia_gyiorum", "http://dbpedia.org/resource/Cystobacterineae", "http://dbpedia.org/resource/Methylarcula", "http://dbpedia.org/resource/Mycobacterium_palustre", "http://dbpedia.org/resource/Virgibacillus_alimentarius", "http://dbpedia.org/resource/Limnohabitans_planktonicus", "http://dbpedia.org/resource/Mycobacterium_mucogenicum", "http://dbpedia.org/resource/Paracoccus_thiocyanatus", "http://dbpedia.org/resource/Kingella", "http://dbpedia.org/resource/Kiritimatiellota", "http://dbpedia.org/resource/Kitasatospora_aureofaciens", "http://dbpedia.org/resource/Kitasatospora_cinereorecta", "http://dbpedia.org/resource/Kitasatospora_herbaricolor", "http://dbpedia.org/resource/Kitasatospora_indigofera", "http://dbpedia.org/resource/Kitasatospora_misakiensis", "http://dbpedia.org/resource/Kitasatospora_psammotica", "http://dbpedia.org/resource/Kitasatospora_purpeofusca", "http://dbpedia.org/resource/Kitasatospora_xanthocidica", "http://dbpedia.org/resource/Kluyvera", "http://dbpedia.org/resource/Kofleriaceae", "http://dbpedia.org/resource/Komagataeibacter", "http://dbpedia.org/resource/Komagataeibacter_hansenii", "http://dbpedia.org/resource/Komagataeibacter_xylinus", "http://dbpedia.org/resource/Kopriimonas", "http://dbpedia.org/resource/Kordia_(bacterium)", "http://dbpedia.org/resource/Kordia_algicida", "http://dbpedia.org/resource/Kordia_antarctica", "http://dbpedia.org/resource/Kordia_aquimaris", "http://dbpedia.org/resource/Kordia_jejudonensis", "http://dbpedia.org/resource/Kordia_periserrulae", "http://dbpedia.org/resource/Kordia_ulvae", "http://dbpedia.org/resource/Kordia_zhangzhouensis", "http://dbpedia.org/resource/Kordia_zosterae", "http://dbpedia.org/resource/Kordiimonas_gwangyangensis", "http://dbpedia.org/resource/Naxibacter_alkalitolerans", "http://dbpedia.org/resource/Pedobacter_cryoconitis", "http://dbpedia.org/resource/Pelobacter", "http://dbpedia.org/resource/Phyllobacterium_bourgognense", "http://dbpedia.org/resource/Shewanella_gelidimarina", "http://dbpedia.org/resource/Taylorella", "http://dbpedia.org/resource/Vampirococcus", "http://dbpedia.org/resource/Raoultella_electrica", "http://dbpedia.org/resource/Rapidithrix_thailandica", "http://dbpedia.org/resource/Rariglobus", "http://dbpedia.org/resource/Shewanella_aestuarii", "http://dbpedia.org/resource/Shewanella_algicola", "http://dbpedia.org/resource/Shewanella_algidipiscicola", "http://dbpedia.org/resource/Shewanella_amazonensis", "http://dbpedia.org/resource/Shewanella_aquimarina", "http://dbpedia.org/resource/Shewanella_arctica", "http://dbpedia.org/resource/Shewanella_basaltis", "http://dbpedia.org/resource/Shewanella_chilikensis", "http://dbpedia.org/resource/Shewanella_fodinae", "http://dbpedia.org/resource/Shimazuella_kribbensis", "http://dbpedia.org/resource/Shimia_biformata", "http://dbpedia.org/resource/Parvibaculum", "http://dbpedia.org/resource/Parvularculaceae", "http://dbpedia.org/resource/Pasteuria_ramosa", "http://dbpedia.org/resource/Patiriisocius", "http://dbpedia.org/resource/Patiriisocius_marinistellae", "http://dbpedia.org/resource/Weissella_ceti", "http://dbpedia.org/resource/Weissella_koreensis", "http://dbpedia.org/resource/Riemerella", "http://dbpedia.org/resource/Riemerella_columbina", "http://dbpedia.org/resource/Riemerella_columbipharyngis", "http://dbpedia.org/resource/Silicimonas", "http://dbpedia.org/resource/Silvanigrella", "http://dbpedia.org/resource/Siminovitchia", "http://dbpedia.org/resource/Singulisphaera_acidiphila", "http://dbpedia.org/resource/Singulisphaera_mucilagenosa", "http://dbpedia.org/resource/Singulisphaera_rosea", "http://dbpedia.org/resource/Sinibacillus", "http://dbpedia.org/resource/Sinirhodobacter", "http://dbpedia.org/resource/Sinirhodobacter_ferrireducens", "http://dbpedia.org/resource/Sinirhodobacter_hungdaonensis", "http://dbpedia.org/resource/Sinobaca", "http://dbpedia.org/resource/Sinomicrobium", "http://dbpedia.org/resource/Sinomicrobium_oceani", "http://dbpedia.org/resource/Sinomicrobium_pectinilyticum", "http://dbpedia.org/resource/Sinomicrobium_soli", "http://dbpedia.org/resource/Slackia_equolifaciens", "http://dbpedia.org/resource/Slackia_faecicanis", "http://dbpedia.org/resource/Slackia_isoflavoniconvertens", "http://dbpedia.org/resource/Slackia_piriformis", "http://dbpedia.org/resource/Sneathia", "http://dbpedia.org/resource/Sneathia_amnii", "http://dbpedia.org/resource/Sneathiella", "http://dbpedia.org/resource/Sneathiellaceae", "http://dbpedia.org/resource/Snuella", "http://dbpedia.org/resource/Snuella_lapsa", "http://dbpedia.org/resource/Snuella_sedimenti", "http://dbpedia.org/resource/Solibacillus", "http://dbpedia.org/resource/Solibacillus_silvestris", "http://dbpedia.org/resource/Solimonas", "http://dbpedia.org/resource/Solimonas_aquatica", "http://dbpedia.org/resource/Solimonas_flava", "http://dbpedia.org/resource/Solimonas_soli", "http://dbpedia.org/resource/Solimonas_terrae", "http://dbpedia.org/resource/Solimonas_variicoloris", "http://dbpedia.org/resource/Solitalea", "http://dbpedia.org/resource/Solobacterium", "http://dbpedia.org/resource/Youhaiella", "http://dbpedia.org/resource/Youhaiella_tibetensis", "http://dbpedia.org/resource/Youngiibacter", "http://dbpedia.org/resource/Youngiibacter_fragilis", "http://dbpedia.org/resource/Youngiibacter_multivorans", "http://dbpedia.org/resource/Youngimonas", "http://dbpedia.org/resource/Bombilactobacillus", "http://dbpedia.org/resource/Hydrogenothermaceae", "http://dbpedia.org/resource/Hyphomicrobiaceae", "http://dbpedia.org/resource/Hyphomicrobium", "http://dbpedia.org/resource/Bacterial_wilt_of_turfgrass", "http://dbpedia.org/resource/Bacterioplanes", "http://dbpedia.org/resource/Bacterioplanes_sanyensis", "http://dbpedia.org/resource/Bacterioplanoides", "http://dbpedia.org/resource/Bacterioplanoides_pacificum", "http://dbpedia.org/resource/Bacteroidaceae", "http://dbpedia.org/resource/Bacteroides_ureolyticus", "http://dbpedia.org/resource/Baekduia_soli", "http://dbpedia.org/resource/Balnearium_lithotrophicum", "http://dbpedia.org/resource/Balneatrix", "http://dbpedia.org/resource/Balneatrix_alpica", "http://dbpedia.org/resource/Balneicella", "http://dbpedia.org/resource/Balneicellaceae", "http://dbpedia.org/resource/Bhargavaea", "http://dbpedia.org/resource/Bhargavaea_beijingensis", "http://dbpedia.org/resource/Bhargavaea_cecembensis", "http://dbpedia.org/resource/Bhargavaea_ginsengi", "http://dbpedia.org/resource/Bhargavaea_ullalensis", "http://dbpedia.org/resource/Bibersteinia", "http://dbpedia.org/resource/Kryptonia", "http://dbpedia.org/resource/Budviciaceae", "http://dbpedia.org/resource/Bulleidia", "http://dbpedia.org/resource/Bulleidia_extructa", "http://dbpedia.org/resource/Burkholderia_brasilensis", "http://dbpedia.org/resource/Burkholderia_cepacia_complex", "http://dbpedia.org/resource/Ozarkcollenia", "http://dbpedia.org/resource/Pantoea", "http://dbpedia.org/resource/Parvibaculaceae", "http://dbpedia.org/resource/Paucilactobacillus", "http://dbpedia.org/resource/Christensenella", "http://dbpedia.org/resource/Christensenella_hongkongensis", "http://dbpedia.org/resource/Rubrobacter", "http://dbpedia.org/resource/Rubrobacteria", "http://dbpedia.org/resource/Dechloromonas", "http://dbpedia.org/resource/Dechloromonas_agitata_strain_CKB", "http://dbpedia.org/resource/Dechloromonas_aromatica", "http://dbpedia.org/resource/Dechloromonas_denitrificans", "http://dbpedia.org/resource/Dechloromonas_hortensis", "http://dbpedia.org/resource/Deefgea", "http://dbpedia.org/resource/Deferribacter_thermophilus", "http://dbpedia.org/resource/Deferrisoma", "http://dbpedia.org/resource/Deferrisoma_camini", "http://dbpedia.org/resource/Deferrisoma_palaeochoriense", "http://dbpedia.org/resource/Defluviicoccus", "http://dbpedia.org/resource/Defluviimonas", "http://dbpedia.org/resource/Defluviimonas_aestuarii", "http://dbpedia.org/resource/Defluviimonas_alba", "http://dbpedia.org/resource/Defluviimonas_aquaemixtae", "http://dbpedia.org/resource/Defluviimonas_denitrificans", "http://dbpedia.org/resource/Defluviimonas_nitratireducens", "http://dbpedia.org/resource/Dehalobacter", "http://dbpedia.org/resource/Dehalobacter_restrictus", "http://dbpedia.org/resource/Dehalococcoides", "http://dbpedia.org/resource/Dehalococcoidia", "http://dbpedia.org/resource/Dehalogenimonas", "http://dbpedia.org/resource/Dehalogenimonas_alkenigignens", "http://dbpedia.org/resource/Dehalogenimonas_formicexedens", "http://dbpedia.org/resource/Dehalogenimonas_lykanthroporepellens", "http://dbpedia.org/resource/Deinobacterium", "http://dbpedia.org/resource/Duodenibacillus", "http://dbpedia.org/resource/Dyadobacter", "http://dbpedia.org/resource/Dyadobacter_alkalitolerans", "http://dbpedia.org/resource/Dyadobacter_arcticus", "http://dbpedia.org/resource/Dyadobacter_beijingensis", "http://dbpedia.org/resource/Dyadobacter_crusticola", "http://dbpedia.org/resource/Dyadobacter_endophyticus", "http://dbpedia.org/resource/Dyadobacter_fermentans", "http://dbpedia.org/resource/Dyadobacter_ginsengisoli", "http://dbpedia.org/resource/Dyadobacter_hamtensis", "http://dbpedia.org/resource/Dyadobacter_jejuensis", "http://dbpedia.org/resource/Dyadobacter_koreensis", "http://dbpedia.org/resource/Dyadobacter_psychrophilus", "http://dbpedia.org/resource/Dyadobacter_sediminis", "http://dbpedia.org/resource/Dyadobacter_soli", "http://dbpedia.org/resource/Dyadobacter_tibetensis", "http://dbpedia.org/resource/Dyella", "http://dbpedia.org/resource/Dyella_agri", "http://dbpedia.org/resource/Dyella_caseinilytica", "http://dbpedia.org/resource/Dyella_ginsengisoli", "http://dbpedia.org/resource/Dyella_humi", "http://dbpedia.org/resource/Dyella_japonica", "http://dbpedia.org/resource/Dyella_jejuensis", "http://dbpedia.org/resource/Dyella_jiangningensis", "http://dbpedia.org/resource/Dyella_koreensis", "http://dbpedia.org/resource/Dyella_kyungheensis", "http://dbpedia.org/resource/Dyella_lipolytica", "http://dbpedia.org/resource/Dyella_marensis", "http://dbpedia.org/resource/Dyella_soli", "http://dbpedia.org/resource/Dyella_thiooxydans", "http://dbpedia.org/resource/Dysgonomonadaceae", "http://dbpedia.org/resource/Dysgonomonas", "http://dbpedia.org/resource/Dysgonomonas_alginatilytica", "http://dbpedia.org/resource/Dysgonomonas_capnocytophagoides", "http://dbpedia.org/resource/Dysgonomonas_gadei", "http://dbpedia.org/resource/Dysgonomonas_hofstadii", "http://dbpedia.org/resource/Dysgonomonas_macrotermitis", "http://dbpedia.org/resource/Dysgonomonas_mossii", "http://dbpedia.org/resource/Dysgonomonas_oryzarvi", "http://dbpedia.org/resource/Dysgonomonas_termitidis", "http://dbpedia.org/resource/Echinicola", "http://dbpedia.org/resource/Echinicola_jeungdonensis", "http://dbpedia.org/resource/Echinicola_pacifica", "http://dbpedia.org/resource/Echinicola_rosea", "http://dbpedia.org/resource/Echinicola_sediminis", "http://dbpedia.org/resource/Echinicola_vietnamensis", "http://dbpedia.org/resource/Ectobacillus", "http://dbpedia.org/resource/Ectothiorhodosinus", "http://dbpedia.org/resource/Edaphobacillus", "http://dbpedia.org/resource/Edaphobaculum", "http://dbpedia.org/resource/Formosa_(bacterium)", "http://dbpedia.org/resource/Glaciecola", "http://dbpedia.org/resource/Glaciecola_nitratireducens", "http://dbpedia.org/resource/Glaciecola_pallidula", "http://dbpedia.org/resource/Glaciecola_punicea", "http://dbpedia.org/resource/Glaciimonas", "http://dbpedia.org/resource/Glaciimonas_alpina", "http://dbpedia.org/resource/Glaciimonas_frigoris", "http://dbpedia.org/resource/Glaciimonas_immobilis", "http://dbpedia.org/resource/Glaciimonas_singularis", "http://dbpedia.org/resource/Globicatella", "http://dbpedia.org/resource/Globicatella_sanguinis", "http://dbpedia.org/resource/Globicatella_sulfidifaciens", "http://dbpedia.org/resource/Gloeomargarita_lithophora", "http://dbpedia.org/resource/Gluconacetobacter", "http://dbpedia.org/resource/Gluconacetobacter_azotocaptans", "http://dbpedia.org/resource/Gluconacetobacter_diazotrophicus", "http://dbpedia.org/resource/Gluconacetobacter_johannae", "http://dbpedia.org/resource/Gluconacetobacter_sacchari", "http://dbpedia.org/resource/Gluconobacter", "http://dbpedia.org/resource/Gluconobacter_thailandicus", "http://dbpedia.org/resource/Glycocaulis", "http://dbpedia.org/resource/Glycocaulis_abyssi", "http://dbpedia.org/resource/Glycocaulis_albus", "http://dbpedia.org/resource/Glycocaulis_alkaliphilus", "http://dbpedia.org/resource/Glycocaulis_profundi", "http://dbpedia.org/resource/Gordonia_sp._nov._Q8", "http://dbpedia.org/resource/Gottfriedia", "http://dbpedia.org/resource/Gracilibacillus", "http://dbpedia.org/resource/Gracilibacillus_boraciitolerans", "http://dbpedia.org/resource/Gracilibacillus_halotolerans", "http://dbpedia.org/resource/Gracilibacillus_massiliensis", "http://dbpedia.org/resource/Gracilibacillus_ureilyticus", "http://dbpedia.org/resource/Gracilibacteria", "http://dbpedia.org/resource/Gramella", "http://dbpedia.org/resource/Gramella_aestuarii", "http://dbpedia.org/resource/Gramella_aestuariivivens", "http://dbpedia.org/resource/Gramella_antarctica", "http://dbpedia.org/resource/Gramella_aquimixticola", "http://dbpedia.org/resource/Gramella_bathymodioli", "http://dbpedia.org/resource/Gramella_echinicola", "http://dbpedia.org/resource/Gramella_flava", "http://dbpedia.org/resource/Gramella_forsetii", "http://dbpedia.org/resource/Gramella_fulva", "http://dbpedia.org/resource/Gramella_gaetbulicola", "http://dbpedia.org/resource/Gramella_jeungdoensis", "http://dbpedia.org/resource/Gramella_lutea", "http://dbpedia.org/resource/Gramella_marina", "http://dbpedia.org/resource/Gramella_oceani", "http://dbpedia.org/resource/Gramella_planctonica", "http://dbpedia.org/resource/Gramella_portivictoriae", "http://dbpedia.org/resource/Gramella_sabulilitoris", "http://dbpedia.org/resource/Gramella_salexigens", "http://dbpedia.org/resource/Gramella_sediminilitoris", "http://dbpedia.org/resource/Haematobacter", "http://dbpedia.org/resource/Haemophilus_influenzae_biogroup_aegyptius", "http://dbpedia.org/resource/Haemophilus_paraphrophilus", "http://dbpedia.org/resource/Halalkalibacillus", "http://dbpedia.org/resource/Halanaerobacter", "http://dbpedia.org/resource/Halanaerobacter_chitinovorans", "http://dbpedia.org/resource/Halanaerobacter_jeridensis", "http://dbpedia.org/resource/Halanaerobacter_lacunaris", "http://dbpedia.org/resource/Halanaerobacter_salinarius", "http://dbpedia.org/resource/Halanaerobaculum", "http://dbpedia.org/resource/Halanaerobium", "http://dbpedia.org/resource/Halanaerobium_fermentans", "http://dbpedia.org/resource/Halanaerobium_hydrogeniformans", "http://dbpedia.org/resource/Halanaerobium_kushneri", "http://dbpedia.org/resource/Halanaerobium_praevalens", "http://dbpedia.org/resource/Halanaerobium_salsuginis", "http://dbpedia.org/resource/Halanaerobium_sehlinense", "http://dbpedia.org/resource/Halarsenatibacter", "http://dbpedia.org/resource/Haliangium", "http://dbpedia.org/resource/Haliangium_ochraceum", "http://dbpedia.org/resource/Haliangium_tepidum", "http://dbpedia.org/resource/Hallella", "http://dbpedia.org/resource/Halobacteroides", "http://dbpedia.org/resource/Halobacteroides_elegans", "http://dbpedia.org/resource/Halobacteroides_halobius", "http://dbpedia.org/resource/Halocella", "http://dbpedia.org/resource/Halochromatium", "http://dbpedia.org/resource/Halochromatium_glycolicum", "http://dbpedia.org/resource/Halochromatium_roseum", "http://dbpedia.org/resource/Halodurantibacterium", "http://dbpedia.org/resource/Halofilum", "http://dbpedia.org/resource/Haloflavibacter", "http://dbpedia.org/resource/Haloimpatiens", "http://dbpedia.org/resource/Haloimpatiens_lingqiaonensis", "http://dbpedia.org/resource/Haloimpatiens_massiliensis", "http://dbpedia.org/resource/Halolactibacillus", "http://dbpedia.org/resource/Halolactibacillus_alkaliphilus", "http://dbpedia.org/resource/Halolactibacillus_halophilus", "http://dbpedia.org/resource/Haloplasma", "http://dbpedia.org/resource/Halorhodospira", "http://dbpedia.org/resource/Halorhodospira_halophila", "http://dbpedia.org/resource/Halorhodospira_neutriphila", "http://dbpedia.org/resource/Halospina", "http://dbpedia.org/resource/Halotalea", "http://dbpedia.org/resource/Halothiobacillaceae", "http://dbpedia.org/resource/Halothiobacillus", "http://dbpedia.org/resource/Halovibrio", "http://dbpedia.org/resource/Halovibrio_denitrificans", "http://dbpedia.org/resource/Halovibrio_salipaludis", "http://dbpedia.org/resource/Halovibrio_variabilis", "http://dbpedia.org/resource/Halovulum", "http://dbpedia.org/resource/Helicobacter_heilmannii_sensu_lato", "http://dbpedia.org/resource/Heliimonas", "http://dbpedia.org/resource/Hellea", "http://dbpedia.org/resource/Henriciella", "http://dbpedia.org/resource/Henriciella_algicola", "http://dbpedia.org/resource/Henriciella_aquimarina", "http://dbpedia.org/resource/Henriciella_litoralis", "http://dbpedia.org/resource/Henriciella_marina", "http://dbpedia.org/resource/Henriciella_pelagia", "http://dbpedia.org/resource/Luteimonas_aestuarii", "http://dbpedia.org/resource/Methylovirgula_ligni", "http://dbpedia.org/resource/Mycobacterium_cosmeticum", "http://dbpedia.org/resource/Nitrosomonas", "http://dbpedia.org/resource/Oxalobacter", "http://dbpedia.org/resource/Roseobacter_litoralis", "http://dbpedia.org/resource/Saccharopolyspora_hirsuta", "http://dbpedia.org/resource/Sphingomonas_phyllosphaerae", "http://dbpedia.org/resource/Thermothrix_azorensis", "http://dbpedia.org/resource/Thermus_aquaticus", "http://dbpedia.org/resource/Waddlia", "http://dbpedia.org/resource/Jeotgalicoccus_halotolerans", "http://dbpedia.org/resource/Kluyvera_cryocrescens", "http://dbpedia.org/resource/Methylobacillus_flagellatus", "http://dbpedia.org/resource/Mycobacterium_avium_hominissuis", "http://dbpedia.org/resource/Mycobacterium_novocastrense", "http://dbpedia.org/resource/Nitrosomonas_europaea", "http://dbpedia.org/resource/Pillotina_calotermitidis", "http://dbpedia.org/resource/Streptomyces_noursei", "http://dbpedia.org/resource/Tannerella_forsythia", "http://dbpedia.org/resource/Magnetococcus_marinus", "http://dbpedia.org/resource/Marinobacter_bryozoorum", "http://dbpedia.org/resource/Mycobacterium_boenickei", "http://dbpedia.org/resource/Mycobacterium_diernhoferi", "http://dbpedia.org/resource/Mycobacterium_sphagni", "http://dbpedia.org/resource/Oceanicaulis", "http://dbpedia.org/resource/Pedobacter_borealis", "http://dbpedia.org/resource/Polynucleobacter", "http://dbpedia.org/resource/ST8:USA300", "http://dbpedia.org/resource/Sphingomonas_yunnanensis", "http://dbpedia.org/resource/Levilinea_saccharolytica", "http://dbpedia.org/resource/Mycobacterium_brumae", "http://dbpedia.org/resource/Pandoraea_pulmonicola", "http://dbpedia.org/resource/Pasteurella_stomatis", "http://dbpedia.org/resource/Polaribacter_filamentus", "http://dbpedia.org/resource/Polaromonas", "http://dbpedia.org/resource/Zavarzinia_compransoris", "http://dbpedia.org/resource/Mycobacterium_bovis", "http://dbpedia.org/resource/Mycobacterium_chubuense", "http://dbpedia.org/resource/Mycobacterium_porcinum", "http://dbpedia.org/resource/Mycobacterium_tokaiense", "http://dbpedia.org/resource/Nitrobacter_hamburgensis", "http://dbpedia.org/resource/Oceanobacillus_oncorhynchi", "http://dbpedia.org/resource/Oxalicibacterium_horti", "http://dbpedia.org/resource/Prochlorophyta", "http://dbpedia.org/resource/Pseudoalteromonas_byunsanensis", "http://dbpedia.org/resource/Ruegeria", "http://dbpedia.org/resource/Sporohalobacter", "http://dbpedia.org/resource/Streptomyces_lincolnensis", "http://dbpedia.org/resource/Mannheimia_ruminalis", "http://dbpedia.org/resource/Massilia_suwonensis", "http://dbpedia.org/resource/Methylobacterium_mesophilicum", "http://dbpedia.org/resource/Methylocystaceae", "http://dbpedia.org/resource/Mycobacterium_gadium", "http://dbpedia.org/resource/Mycobacterium_kubicae", "http://dbpedia.org/resource/Nitratireductor_pacificus", "http://dbpedia.org/resource/Pectinatus_frisingensis", "http://dbpedia.org/resource/Pedobacter_insulae", "http://dbpedia.org/resource/Peptococcus", "http://dbpedia.org/resource/Prevotella_albensis", "http://dbpedia.org/resource/Pusillimonas_ginsengisoli", "http://dbpedia.org/resource/Roseovarius_litoreus", "http://dbpedia.org/resource/Smithella_propionica", "http://dbpedia.org/resource/Sodalis", "http://dbpedia.org/resource/Sphingopyxis_ummariensis", "http://dbpedia.org/resource/Streptomyces_nodosus", "http://dbpedia.org/resource/Thiomonas_arsenitoxydans", "http://dbpedia.org/resource/Maribius", "http://dbpedia.org/resource/Marinicella_pacifica", "http://dbpedia.org/resource/Marinifilum_albidiflavum", "http://dbpedia.org/resource/Marinifilum_fragile", "http://dbpedia.org/resource/Marininema_halotolerans", "http://dbpedia.org/resource/Marininema_mesophilum", "http://dbpedia.org/resource/Marinobacter_adhaerens", "http://dbpedia.org/resource/Marinobacter_algicola", "http://dbpedia.org/resource/Marinobacter_antarcticus", "http://dbpedia.org/resource/Marinobacter_aromaticivorans", "http://dbpedia.org/resource/Marinobacter_daepoensis", "http://dbpedia.org/resource/Marinobacter_excellens", "http://dbpedia.org/resource/Marinobacter_flavimaris", "http://dbpedia.org/resource/Marinobacter_gudaonensis", "http://dbpedia.org/resource/Marinobacter_guineae", "http://dbpedia.org/resource/Marinobacter_halotolerans", "http://dbpedia.org/resource/Marinobacter_koreensis", "http://dbpedia.org/resource/Marinobacter_lacisalsi", "http://dbpedia.org/resource/Marinobacter_litoralis", "http://dbpedia.org/resource/Marinobacter_lutaoensis", "http://dbpedia.org/resource/Marinobacter_mobilis", "http://dbpedia.org/resource/Marinobacter_oulmenensis", "http://dbpedia.org/resource/Marinobacter_pelagius", "http://dbpedia.org/resource/Marinobacter_persicus", "http://dbpedia.org/resource/Marinobacter_psychrophilus", "http://dbpedia.org/resource/Marinobacter_salarius", "http://dbpedia.org/resource/Marinobacter_salicampi", "http://dbpedia.org/resource/Marinobacter_salinus", "http://dbpedia.org/resource/Marinobacter_salsuginis", "http://dbpedia.org/resource/Marinobacter_santoriniensis", "http://dbpedia.org/resource/Marinobacter_segnicrescens", "http://dbpedia.org/resource/Marinobacter_similis", "http://dbpedia.org/resource/Marinobacter_szutsaonensis", "http://dbpedia.org/resource/Marinobacter_vinifirmus", "http://dbpedia.org/resource/Marinobacter_xestospongiae", "http://dbpedia.org/resource/Marinobacter_zhanjiangensis", "http://dbpedia.org/resource/Marinobacter_zhejiangensis", "http://dbpedia.org/resource/Marinobacterium_aestuariivivens", "http://dbpedia.org/resource/Marinobacterium_coralli", "http://dbpedia.org/resource/Marinobacterium_maritimum", "http://dbpedia.org/resource/Marinobacterium_nitratireducens", "http://dbpedia.org/resource/Marinobacterium_profundum", "http://dbpedia.org/resource/Marinobacterium_sediminicola", "http://dbpedia.org/resource/Marinobacterium_zhoushanense", "http://dbpedia.org/resource/Marinococcus", "http://dbpedia.org/resource/Marinospirillum_megaterium", "http://dbpedia.org/resource/Maritalea_myrionectae", "http://dbpedia.org/resource/Maritalea_porphyrae", "http://dbpedia.org/resource/Marivirga_sericea", "http://dbpedia.org/resource/Marivirga_tractuosa", "http://dbpedia.org/resource/Marivivens_donghaensis", "http://dbpedia.org/resource/Marixanthomonas", "http://dbpedia.org/resource/Margalitia", "http://dbpedia.org/resource/Margalitia_camelliae", "http://dbpedia.org/resource/Margalitia_shackletonii", "http://dbpedia.org/resource/Mycobacterium_goodii", "http://dbpedia.org/resource/Photorhabdus_luminescens", "http://dbpedia.org/resource/Pseudoalteromonas_luteoviolacea", "http://dbpedia.org/resource/Mycobacterium_poriferae", "http://dbpedia.org/resource/Pedomicrobium", "http://dbpedia.org/resource/Photorhabdus", "http://dbpedia.org/resource/Mucilaginibacter_angelicae", "http://dbpedia.org/resource/Mucilaginibacter_antarcticus", "http://dbpedia.org/resource/Mucilaginibacter_auburnensis", "http://dbpedia.org/resource/Mucilaginibacter_calamicampi", "http://dbpedia.org/resource/Mucilaginibacter_carri", "http://dbpedia.org/resource/Mucilaginibacter_craterilacus", "http://dbpedia.org/resource/Mucilaginibacter_daejeonensis", "http://dbpedia.org/resource/Mucilaginibacter_dorajii", "http://dbpedia.org/resource/Mucilaginibacter_frigoritolerans", "http://dbpedia.org/resource/Mucilaginibacter_galii", "http://dbpedia.org/resource/Mucilaginibacter_gossypii", "http://dbpedia.org/resource/Mucilaginibacter_gossypiicola", "http://dbpedia.org/resource/Mucilaginibacter_gotjawali", "http://dbpedia.org/resource/Mucilaginibacter_gracilis", "http://dbpedia.org/resource/Mucilaginibacter_gynuensis", "http://dbpedia.org/resource/Mucilaginibacter_herbaticus", "http://dbpedia.org/resource/Mucilaginibacter_jinjuensis", "http://dbpedia.org/resource/Mucilaginibacter_kameinonensis", "http://dbpedia.org/resource/Mucilaginibacter_lappiensis", "http://dbpedia.org/resource/Mucilaginibacter_litoreus", "http://dbpedia.org/resource/Mucilaginibacter_lutimaris", "http://dbpedia.org/resource/Mucilaginibacter_mallensis", "http://dbpedia.org/resource/Mucilaginibacter_oryzae", "http://dbpedia.org/resource/Mucilaginibacter_paludis", "http://dbpedia.org/resource/Mucilaginibacter_pineti", "http://dbpedia.org/resource/Mucilaginibacter_polysacchareus", "http://dbpedia.org/resource/Mucilaginibacter_polytrichastri", "http://dbpedia.org/resource/Mucilaginibacter_psychrotolerans", "http://dbpedia.org/resource/Mucilaginibacter_rigui", "http://dbpedia.org/resource/Mucilaginibacter_roseus", "http://dbpedia.org/resource/Mucilaginibacter_rubeus", "http://dbpedia.org/resource/Mucilaginibacter_sabulilitoris", "http://dbpedia.org/resource/Mucilaginibacter_soli", "http://dbpedia.org/resource/Mucilaginibacter_soyangensis", "http://dbpedia.org/resource/Mucilaginibacter_ximonensis", "http://dbpedia.org/resource/Mucilaginibacter_yixingensis", "http://dbpedia.org/resource/Muribaculum_intestinale", "http://dbpedia.org/resource/Muricauda_aquimarina", "http://dbpedia.org/resource/Muricauda_beolgyonensis", "http://dbpedia.org/resource/Muricauda_flavescens", "http://dbpedia.org/resource/Muricauda_lutaonensis", "http://dbpedia.org/resource/Muricauda_lutimaris", "http://dbpedia.org/resource/Muricauda_olearia", "http://dbpedia.org/resource/Muricauda_taeanensis", "http://dbpedia.org/resource/Muricauda_zhangzhouensis", "http://dbpedia.org/resource/Mycobacterium_iranicum", "http://dbpedia.org/resource/Mycobacterium_stephanolepidis", "http://dbpedia.org/resource/Myroides_pelagicus", "http://dbpedia.org/resource/Niabella_aquatica", "http://dbpedia.org/resource/Niabella_ginsengisoli", "http://dbpedia.org/resource/Niabella_hibiscisoli", "http://dbpedia.org/resource/Niabella_pedocola", "http://dbpedia.org/resource/Niabella_yanshanensis", "http://dbpedia.org/resource/Niastella_koreensis", "http://dbpedia.org/resource/Niastella_populi", "http://dbpedia.org/resource/Niastella_vici", "http://dbpedia.org/resource/Niastella_yeongjuensis", "http://dbpedia.org/resource/Nitratireductor_lacus", "http://dbpedia.org/resource/Nitrincola_alkalisediminis", "http://dbpedia.org/resource/Nocardiopsis_aegyptia", "http://dbpedia.org/resource/Nocardiopsis_alba", "http://dbpedia.org/resource/Nocardiopsis_algeriensis", "http://dbpedia.org/resource/Nocardiopsis_alkaliphila", "http://dbpedia.org/resource/Nocardiopsis_ansamitocini", "http://dbpedia.org/resource/Nocardiopsis_arvandica", "http://dbpedia.org/resource/Nocardiopsis_baichengensis", "http://dbpedia.org/resource/Nocardiopsis_chromatogenes", "http://dbpedia.org/resource/Nocardiopsis_composta", "http://dbpedia.org/resource/Nocardiopsis_coralliicola", "http://dbpedia.org/resource/Nocardiopsis_fildesensis", "http://dbpedia.org/resource/Nocardiopsis_flavescens", "http://dbpedia.org/resource/Nocardiopsis_ganjiahuensis", "http://dbpedia.org/resource/Nocardiopsis_gilva", "http://dbpedia.org/resource/Nocardiopsis_halophila", "http://dbpedia.org/resource/Nocardiopsis_halotolerans", "http://dbpedia.org/resource/Nocardiopsis_listeri", "http://dbpedia.org/resource/Nocardiopsis_litoralis", "http://dbpedia.org/resource/Nocardiopsis_metallicus", "http://dbpedia.org/resource/Nocardiopsis_nikkonensis", "http://dbpedia.org/resource/Nocardiopsis_oceani", "http://dbpedia.org/resource/Nocardiopsis_potens", "http://dbpedia.org/resource/Nocardiopsis_quinghaiensis", "http://dbpedia.org/resource/Nocardiopsis_rhodophaea", "http://dbpedia.org/resource/Nocardiopsis_rosea", "http://dbpedia.org/resource/Nocardiopsis_salina", "http://dbpedia.org/resource/Nocardiopsis_sinuspersici", "http://dbpedia.org/resource/Nocardiopsis_terrae", "http://dbpedia.org/resource/Nocardiopsis_trehalosi", "http://dbpedia.org/resource/Nocardiopsis_valliformis", "http://dbpedia.org/resource/Nocardiopsis_xinjiangensis", "http://dbpedia.org/resource/Ornithinibacillus_bavariensis", "http://dbpedia.org/resource/Ornithinibacillus_californiensis", "http://dbpedia.org/resource/Ornithinibacillus_contaminans", "http://dbpedia.org/resource/Ornithinibacillus_halophilus", "http://dbpedia.org/resource/Ornithinibacillus_scapharcae", "http://dbpedia.org/resource/Microaerobacter", "http://dbpedia.org/resource/Microbacter", "http://dbpedia.org/resource/Microbulbifer_agarilyticus", "http://dbpedia.org/resource/Micropepsaceae", "http://dbpedia.org/resource/Microscillaceae", "http://dbpedia.org/resource/Microvirga_indica", "http://dbpedia.org/resource/Microvirga_massiliensis", "http://dbpedia.org/resource/Microvirga_pakistanensis", "http://dbpedia.org/resource/Microvirga_vignae", "http://dbpedia.org/resource/Microvirgula", "http://dbpedia.org/resource/Pelagerythrobacter_marensis", "http://dbpedia.org/resource/Pelagerythrobacter_marinus", "http://dbpedia.org/resource/Pelagibacterium_halotolerans", "http://dbpedia.org/resource/Pelobacter_acetylenicus", "http://dbpedia.org/resource/Pelobium_manganitolerans", "http://dbpedia.org/resource/Peptoniphilus_coxii", "http://dbpedia.org/resource/Peptoniphilus_duerdenii", "http://dbpedia.org/resource/Peribacillus", "http://dbpedia.org/resource/Perlucidibaca_aquatica", "http://dbpedia.org/resource/Persicobacter_diffluens", "http://dbpedia.org/resource/Persicobacter_psychrovividus", "http://dbpedia.org/resource/Pedomicrobium_americanum", "http://dbpedia.org/resource/Pedomicrobium_australicum", "http://dbpedia.org/resource/Pedomicrobium_ferrugineum", "http://dbpedia.org/resource/Pedomicrobium_manganicum", "http://dbpedia.org/resource/Mizugakiibacter", "http://dbpedia.org/resource/Mobilitalea", "http://dbpedia.org/resource/Modicisalibacter", "http://dbpedia.org/resource/Mogibacterium", "http://dbpedia.org/resource/Mogibacterium_pumilum", "http://dbpedia.org/resource/Motilimonas", "http://dbpedia.org/resource/Motiliproteus", "http://dbpedia.org/resource/Motiliproteus_sediminis", "http://dbpedia.org/resource/Nicoletella", "http://dbpedia.org/resource/Sphaerisporangium_cinnabarinum", "http://dbpedia.org/resource/Sphaerisporangium_melleum", "http://dbpedia.org/resource/Sphaerisporangium_rubeum", "http://dbpedia.org/resource/Sphingobacterium_alimentarium", "http://dbpedia.org/resource/Sphingobacterium_anhuiense", "http://dbpedia.org/resource/Sphingobacterium_caeni", "http://dbpedia.org/resource/Sphingobacterium_canadense", "http://dbpedia.org/resource/Sphingobacterium_changzhouense", "http://dbpedia.org/resource/Sphingobacterium_chuzhouense", "http://dbpedia.org/resource/Sphingobacterium_cibi", "http://dbpedia.org/resource/Sphingobacterium_cladoniae", "http://dbpedia.org/resource/Sphingobacterium_composti", "http://dbpedia.org/resource/Sphingobacterium_daejeonense", "http://dbpedia.org/resource/Sphingobacterium_detergens", "http://dbpedia.org/resource/Sphingobacterium_faecium", "http://dbpedia.org/resource/Sphingobacterium_griseoflavum", "http://dbpedia.org/resource/Sphingobacterium_hotanense", "http://dbpedia.org/resource/Sphingobacterium_jejuense", "http://dbpedia.org/resource/Sphingobacterium_kitahiroshimense", "http://dbpedia.org/resource/Sphingobacterium_kyonggiense", "http://dbpedia.org/resource/Sphingobacterium_lactis", "http://dbpedia.org/resource/Sphingobacterium_nematocida", "http://dbpedia.org/resource/Sphingobacterium_populi", "http://dbpedia.org/resource/Sphingobacterium_psychroaquaticum", "http://dbpedia.org/resource/Sphingobacterium_shayense", "http://dbpedia.org/resource/Sphingobacterium_siyangense", "http://dbpedia.org/resource/Sphingobacterium_thermophilum", "http://dbpedia.org/resource/Sphingobacterium_wenxiniae", "http://dbpedia.org/resource/Sphingobacterium_yanglingense", "http://dbpedia.org/resource/Sphingobacterium_zeae", "http://dbpedia.org/resource/Sphingomonas_abaci", "http://dbpedia.org/resource/Sphingomonas_aerolata", "http://dbpedia.org/resource/Sphingomonas_aerophila", "http://dbpedia.org/resource/Sphingomonas_aestuarii", "http://dbpedia.org/resource/Sphingomonas_alpina", "http://dbpedia.org/resource/Sphingomonas_asaccharolytica", "http://dbpedia.org/resource/Sphingomonas_astaxanthinifaciens", "http://dbpedia.org/resource/Sphingomonas_aurantiaca", "http://dbpedia.org/resource/Sphingomonas_azotifigens", "http://dbpedia.org/resource/Sphingomonas_canadensis", "http://dbpedia.org/resource/Sphingomonas_changbaiensis", "http://dbpedia.org/resource/Sphingomonas_cynarae", "http://dbpedia.org/resource/Sphingomonas_daechungensis", "http://dbpedia.org/resource/Sphingomonas_desiccabilis", "http://dbpedia.org/resource/Sphingomonas_dokdonensis", "http://dbpedia.org/resource/Sphingomonas_endophytica", "http://dbpedia.org/resource/Sphingomonas_faeni", "http://dbpedia.org/resource/Sphingomonas_fennica", "http://dbpedia.org/resource/Sphingomonas_formosensis", "http://dbpedia.org/resource/Sphingomonas_gimensis", "http://dbpedia.org/resource/Sphingomonas_ginsengisoli", "http://dbpedia.org/resource/Sphingomonas_ginsenosidimutans", "http://dbpedia.org/resource/Sphingomonas_glacialis", "http://dbpedia.org/resource/Sphingomonas_guangdongensis", "http://dbpedia.org/resource/Sphingomonas_haloaromaticamans", "http://dbpedia.org/resource/Sphingomonas_hankookensis", "http://dbpedia.org/resource/Sphingomonas_histidinilytica", "http://dbpedia.org/resource/Sphingomonas_indica", "http://dbpedia.org/resource/Sphingomonas_insulae", "http://dbpedia.org/resource/Sphingomonas_japonica", "http://dbpedia.org/resource/Sphingomonas_jaspsi", "http://dbpedia.org/resource/Sphingomonas_jejuensis", "http://dbpedia.org/resource/Sphingomonas_jinjuensis", "http://dbpedia.org/resource/Sphingomonas_kaistensis", "http://dbpedia.org/resource/Sphingomonas_koreensis", "http://dbpedia.org/resource/Sphingomonas_kyeonggiensis", "http://dbpedia.org/resource/Sphingomonas_kyungheensis", "http://dbpedia.org/resource/Sphingomonas_laterariae", "http://dbpedia.org/resource/Sphingomonas_melonis", "http://dbpedia.org/resource/Sphingomonas_molluscorum", "http://dbpedia.org/resource/Sphingomonas_morindae", "http://dbpedia.org/resource/Sphingomonas_mucosissima", "http://dbpedia.org/resource/Sphingomonas_naasensis", "http://dbpedia.org/resource/Sphingomonas_oligoaromativorans", "http://dbpedia.org/resource/Sphingomonas_oligophenolica", "http://dbpedia.org/resource/Sphingomonas_oryziterrae", "http://dbpedia.org/resource/Sphingomonas_panni", "http://dbpedia.org/resource/Sphingomonas_pituitosa", "http://dbpedia.org/resource/Sphingomonas_polyaromaticivorans", "http://dbpedia.org/resource/Sphingomonas_pruni", "http://dbpedia.org/resource/Sphingomonas_pseudosanguinis", "http://dbpedia.org/resource/Sphingomonas_roseiflava", "http://dbpedia.org/resource/Sphingomonas_rubra", "http://dbpedia.org/resource/Sphingomonas_sanxanigenens", "http://dbpedia.org/resource/Sphingomonas_sediminicola", "http://dbpedia.org/resource/Sphingomonas_soli", "http://dbpedia.org/resource/Sphingomonas_xinjiangensis", "http://dbpedia.org/resource/Spiribacter_aquaticus", "http://dbpedia.org/resource/Spiribacter_roseus", "http://dbpedia.org/resource/Sporomusa_ovata", "http://dbpedia.org/resource/Sporosarcina_saromensis", "http://dbpedia.org/resource/Sporosarcina_terrae", "http://dbpedia.org/resource/Odoribacteraceae", "http://dbpedia.org/resource/Oharaeibacter", "http://dbpedia.org/resource/Tianweitania_sediminis", "http://dbpedia.org/resource/Tistrella_mobilis", "http://dbpedia.org/resource/Ureibacillus", "http://dbpedia.org/resource/Vagococcus", "http://dbpedia.org/resource/Catenibacterium", "http://dbpedia.org/resource/Catenibacterium_mitsuokai", "http://dbpedia.org/resource/Catenovulum", "http://dbpedia.org/resource/Catenovulum_agarivorans", "http://dbpedia.org/resource/Catenovulum_maritimum", "http://dbpedia.org/resource/Catenovulum_sediminis", "http://dbpedia.org/resource/Catonella", "http://dbpedia.org/resource/Cavicella", "http://dbpedia.org/resource/Caviibacterium", "http://dbpedia.org/resource/Cedecea", "http://dbpedia.org/resource/Cedecea_davisae", "http://dbpedia.org/resource/Celeribacter", "http://dbpedia.org/resource/Celeribacter_baekdonensis", "http://dbpedia.org/resource/Celeribacter_ethanolicus", "http://dbpedia.org/resource/Celeribacter_halophilus", "http://dbpedia.org/resource/Celeribacter_indicus", "http://dbpedia.org/resource/Celeribacter_marinus", "http://dbpedia.org/resource/Celeribacter_naphthalenivorans", "http://dbpedia.org/resource/Celeribacter_neptunius", "http://dbpedia.org/resource/Celeribacter_persicus", "http://dbpedia.org/resource/Cellulophaga", "http://dbpedia.org/resource/Cellulophaga_algicola", "http://dbpedia.org/resource/Cellulosibacter", "http://dbpedia.org/resource/Cellulosilyticum", "http://dbpedia.org/resource/Cellulosilyticum_lentocellum", "http://dbpedia.org/resource/Cellulosilyticum_ruminicola", "http://dbpedia.org/resource/Cellvibrio", "http://dbpedia.org/resource/Cellvibrio_diazotrophicus", "http://dbpedia.org/resource/Cellvibrio_fibrivorans", "http://dbpedia.org/resource/Cellvibrio_fontiphilus", "http://dbpedia.org/resource/Cellvibrio_japonicus", "http://dbpedia.org/resource/Cellvibrio_zantedeschiae", "http://dbpedia.org/resource/Cellvibrionaceae", "http://dbpedia.org/resource/Cellvibrionales", "http://dbpedia.org/resource/Zutty_Singleton", "http://dbpedia.org/resource/Hyphomicrobium_sulfonivorans", "http://dbpedia.org/resource/Hyphomicrobium_vulgare", "http://dbpedia.org/resource/Mycobacterium_houstonense", "http://dbpedia.org/resource/Pedobacter_lentus", "http://dbpedia.org/resource/Pseudaminobacter_salicylatoxidans", "http://dbpedia.org/resource/Sphaerotilus_natans", "http://dbpedia.org/resource/Hydrogenophaga_flava", "http://dbpedia.org/resource/Martelella_mediterranea", "http://dbpedia.org/resource/Massilia_cf._timonae", "http://dbpedia.org/resource/Mesoplasma", "http://dbpedia.org/resource/Mycobacterium_asiaticum", "http://dbpedia.org/resource/Nitrosomonas_halophila", "http://dbpedia.org/resource/Paenochrobactrum", "http://dbpedia.org/resource/Simkania", "http://dbpedia.org/resource/Stenotrophomonas", "http://dbpedia.org/resource/Sulfobacillus_thermotolerans", "http://dbpedia.org/resource/Sulfurospirillum_barnesii", "http://dbpedia.org/resource/Thermolithobacteria", "http://dbpedia.org/resource/Iodidimonas", "http://dbpedia.org/resource/Pasteurella_testudinis", "http://dbpedia.org/resource/Rhodobaca", "http://dbpedia.org/resource/Sulfuricurvum_kujiense", "http://dbpedia.org/resource/Leuconostoc_gelidum", "http://dbpedia.org/resource/Marinobacter", "http://dbpedia.org/resource/Martelella_endophytica", "http://dbpedia.org/resource/Nitrosomonas_aestuarii", "http://dbpedia.org/resource/Pathogenic_Escherichia_coli", "http://dbpedia.org/resource/Pelistega_europaea", "http://dbpedia.org/resource/Prevotella_bivia", "http://dbpedia.org/resource/Psychroflexus_tropicus", "http://dbpedia.org/resource/Quadricoccus_australiensis", "http://dbpedia.org/resource/Rouxiella_chamberiensis", "http://dbpedia.org/resource/Undibacterium_oligocarboniphilum", "http://dbpedia.org/resource/Mycobacterium_malmoense", "http://dbpedia.org/resource/Parasutterella", "http://dbpedia.org/resource/Salinicoccus", "http://dbpedia.org/resource/Virgibacillus_carmonensis", "http://dbpedia.org/resource/Mycobacterium_gordonae", "http://dbpedia.org/resource/Myroides_odoratimimus", "http://dbpedia.org/resource/Quadricoccus", "http://dbpedia.org/resource/Sutterella_stercoricanis", "http://dbpedia.org/resource/Syntrophobacterales", "http://dbpedia.org/resource/Telluria", "http://dbpedia.org/resource/Venenivibrio_stagnispumantis", "http://dbpedia.org/resource/Primorskyibacter_aestuariivivens", "http://dbpedia.org/resource/Primorskyibacter_sedentarius", "http://dbpedia.org/resource/Propionispira_raffinosivorans", "http://dbpedia.org/resource/Prosthecomicrobium", "http://dbpedia.org/resource/Prosthecomicrobium_hirschii", "http://dbpedia.org/resource/Prosthecomicrobium_pneumaticum", "http://dbpedia.org/resource/Proteiniphilum_saccharofermentans", "http://dbpedia.org/resource/Pseudaeromonas_pectinilytica", "http://dbpedia.org/resource/Pseudaeromonas_sharmana", "http://dbpedia.org/resource/Pseudahrensia", "http://dbpedia.org/resource/Pseudahrensia_aquimaris", "http://dbpedia.org/resource/Pseudahrensia_todarodis", "http://dbpedia.org/resource/Pseudoduganella_danionis", "http://dbpedia.org/resource/Pseudoflavitalea_rhizosphaerae", "http://dbpedia.org/resource/Pseudoflavitalea_soli", "http://dbpedia.org/resource/Pseudoglutamicibacter_cumminsii", "http://dbpedia.org/resource/Pseudogracilibacillus_marinus", "http://dbpedia.org/resource/Pseudohoeflea_suaedae", "http://dbpedia.org/resource/Pseudohongiella_nitratireducens", "http://dbpedia.org/resource/Pseudolabrys_taiwanensis", "http://dbpedia.org/resource/Pseudonocardia_sichuanensis", "http://dbpedia.org/resource/Pseudopedobacter_saltans", "http://dbpedia.org/resource/Pseudopontixanthobacter_confluentis", "http://dbpedia.org/resource/Pseudopontixanthobacter_sediminis", "http://dbpedia.org/resource/Pseudoruegeria_aestuarii", "http://dbpedia.org/resource/Pseudoruegeria_aquimaris", "http://dbpedia.org/resource/Pseudoxanthobacter_soli", "http://dbpedia.org/resource/Psychroflexus_aestuariivivens", "http://dbpedia.org/resource/Psychroflexus_gondwanensis", "http://dbpedia.org/resource/Psychroflexus_halocasei", "http://dbpedia.org/resource/Psychroflexus_planctonicus", "http://dbpedia.org/resource/Psychroflexus_salarius", "http://dbpedia.org/resource/Psychroflexus_salinarum", "http://dbpedia.org/resource/Psychroflexus_saliphilus", "http://dbpedia.org/resource/Psychroflexus_salis", "http://dbpedia.org/resource/Psychroflexus_sediminis", "http://dbpedia.org/resource/Sabulilitoribacter_multivorans", "http://dbpedia.org/resource/Saccharibacillus_deserti", "http://dbpedia.org/resource/Saccharibacillus_endophyticus", "http://dbpedia.org/resource/Saccharibacillus_qingshengii", "http://dbpedia.org/resource/Saccharicrinis_aurantiacus", "http://dbpedia.org/resource/Saccharicrinis_marinus", "http://dbpedia.org/resource/Saccharopolyspora_spongiae", "http://dbpedia.org/resource/Salimicrobium", "http://dbpedia.org/resource/Salimicrobium_jeotgali", "http://dbpedia.org/resource/Salimicrobium_luteum", "http://dbpedia.org/resource/Salinibacillus_aidingensis", "http://dbpedia.org/resource/Salinibacillus_xinjiangensis", "http://dbpedia.org/resource/Salinibacter_ruber", "http://dbpedia.org/resource/Salinimonas_lutimaris", "http://dbpedia.org/resource/Salipaludibacillus_agaradhaerens", "http://dbpedia.org/resource/Salipaludibacillus_aurantiacus", "http://dbpedia.org/resource/Salipaludibacillus_neizhouensis", "http://dbpedia.org/resource/Secundilactobacillus_collinoides", "http://dbpedia.org/resource/Sedimentitalea_todarodis", "http://dbpedia.org/resource/Sediminibacterium_aquarii", "http://dbpedia.org/resource/Sediminitomix_flava", "http://dbpedia.org/resource/Segetibacter_aerophilus", "http://dbpedia.org/resource/Seinonella_peptonophila", "http://dbpedia.org/resource/Seliberia", "http://dbpedia.org/resource/Seohaeicola_zhoushanensis", "http://dbpedia.org/resource/Orbales", "http://dbpedia.org/resource/Orenia", "http://dbpedia.org/resource/Orenia_chitinitropha", "http://dbpedia.org/resource/Orenia_marismortui", "http://dbpedia.org/resource/Orenia_metallireducens", "http://dbpedia.org/resource/Orenia_salinaria", "http://dbpedia.org/resource/Orenia_sivashensis", "http://dbpedia.org/resource/Oribacterium", "http://dbpedia.org/resource/Oribacterium_asaccharolyticum", "http://dbpedia.org/resource/Oribacterium_sinus", "http://dbpedia.org/resource/Oricola_(bacterium)", "http://dbpedia.org/resource/Oricola_cellulosilytica", "http://dbpedia.org/resource/Ornatilinea", "http://dbpedia.org/resource/Ornithinibacillus", "http://dbpedia.org/resource/Ornithinibacillus_heyuanensis", "http://dbpedia.org/resource/Ornithobacterium_hominis", "http://dbpedia.org/resource/Orrella", "http://dbpedia.org/resource/Oryzisolibacter", "http://dbpedia.org/resource/Oscillospiraceae", "http://dbpedia.org/resource/Otariodibacter", "http://dbpedia.org/resource/Ottowia", "http://dbpedia.org/resource/Ottowia_beijingensis", "http://dbpedia.org/resource/Ottowia_flava", "http://dbpedia.org/resource/Ottowia_oryzae", "http://dbpedia.org/resource/Ottowia_pentelensis", "http://dbpedia.org/resource/Ottowia_shaoguanensis", "http://dbpedia.org/resource/Ottowia_thiooxydans", "http://dbpedia.org/resource/Virgibacillus_kapii", "http://dbpedia.org/resource/Zoogloea_oleivorans", "http://dbpedia.org/resource/Porphyromonas", "http://dbpedia.org/resource/Porphyromonas_bennonis", "http://dbpedia.org/resource/Porphyromonas_catoniae", "http://dbpedia.org/resource/Porphyromonas_circumdentaria", "http://dbpedia.org/resource/Porphyromonas_gulae", "http://dbpedia.org/resource/Porphyromonas_levii", "http://dbpedia.org/resource/Porphyromonas_macacae", "http://dbpedia.org/resource/Porphyromonas_pogonae", "http://dbpedia.org/resource/Porphyromonas_somerae", "http://dbpedia.org/resource/Porphyromonas_uenonis", "http://dbpedia.org/resource/Postechiella", "http://dbpedia.org/resource/Pradoshia", "http://dbpedia.org/resource/Prauserella", "http://dbpedia.org/resource/Prauserella_aidingensis", "http://dbpedia.org/resource/Prauserella_alba", "http://dbpedia.org/resource/Prauserella_coralliicola", "http://dbpedia.org/resource/Prauserella_endophytica", "http://dbpedia.org/resource/Prauserella_flava", "http://dbpedia.org/resource/Prauserella_halophila", "http://dbpedia.org/resource/Prauserella_isguenensis", "http://dbpedia.org/resource/Prauserella_marina", "http://dbpedia.org/resource/Prauserella_muralis", "http://dbpedia.org/resource/Prauserella_rugosa", "http://dbpedia.org/resource/Prauserella_salsuginis", "http://dbpedia.org/resource/Prauserella_sediminis", "http://dbpedia.org/resource/Prauserella_shujinwangii", "http://dbpedia.org/resource/Prauserella_soli", "http://dbpedia.org/resource/Stellaceae", "http://dbpedia.org/resource/Stenotrophomonas_acidaminiphila", "http://dbpedia.org/resource/Stenotrophomonas_chelatiphaga", "http://dbpedia.org/resource/Stenotrophomonas_ginsengisoli", "http://dbpedia.org/resource/Stenotrophomonas_humi", "http://dbpedia.org/resource/Stenotrophomonas_indicatrix", "http://dbpedia.org/resource/Stenotrophomonas_pavanii", "http://dbpedia.org/resource/Sungkyunkwania", "http://dbpedia.org/resource/Sunxiuqinia", "http://dbpedia.org/resource/Sunxiuqinia_dokdonensis", "http://dbpedia.org/resource/Sunxiuqinia_faeciviva", "http://dbpedia.org/resource/Sunxiuqinia_indica", "http://dbpedia.org/resource/Sunxiuqinia_rutila", "http://dbpedia.org/resource/Telmatocola", "http://dbpedia.org/resource/Temperatibacteraceae", "http://dbpedia.org/resource/Tenacibaculum", "http://dbpedia.org/resource/Tenacibaculum_aestuariivivum", "http://dbpedia.org/resource/Tenacibaculum_caenipelagi", "http://dbpedia.org/resource/Tenacibaculum_discolor", "http://dbpedia.org/resource/Tenacibaculum_holothuriorum", "http://dbpedia.org/resource/Tenacibaculum_insulae", "http://dbpedia.org/resource/Tenacibaculum_jejuense", "http://dbpedia.org/resource/Tenacibaculum_todarodis", "http://dbpedia.org/resource/Tenuifilum_thalassicum", "http://dbpedia.org/resource/Tepidamorphus", "http://dbpedia.org/resource/Tepidanaerobacter", "http://dbpedia.org/resource/Tepidanaerobacter_acetatoxydans", "http://dbpedia.org/resource/Tepidanaerobacter_syntrophicus", "http://dbpedia.org/resource/Tepidanaerobacteraceae", "http://dbpedia.org/resource/Tepidibacillus", "http://dbpedia.org/resource/Tepidibacter_formicigenes", "http://dbpedia.org/resource/Tepidisphaera", "http://dbpedia.org/resource/Tepidisphaeraceae", "http://dbpedia.org/resource/Terasakiella", "http://dbpedia.org/resource/Terasakiella_salincola", "http://dbpedia.org/resource/Terribacillus", "http://dbpedia.org/resource/Terrilactibacillus", "http://dbpedia.org/resource/Terrimicrobium", "http://dbpedia.org/resource/Terrimonas", "http://dbpedia.org/resource/Terrimonas_arctica", "http://dbpedia.org/resource/Terrimonas_soli", "http://dbpedia.org/resource/Terrimonas_suqianensis", "http://dbpedia.org/resource/Testudinibacter", "http://dbpedia.org/resource/Tetragenococcus", "http://dbpedia.org/resource/Texcoconibacillus", "http://dbpedia.org/resource/Thalassobaculaceae", "http://dbpedia.org/resource/Thalassocella", "http://dbpedia.org/resource/Thalassococcus", "http://dbpedia.org/resource/Thalassococcus_halodurans", "http://dbpedia.org/resource/Thalassocola", "http://dbpedia.org/resource/Thalassocola_ureilytica", "http://dbpedia.org/resource/Thalassolituus", "http://dbpedia.org/resource/Thalassomonas", "http://dbpedia.org/resource/Thalassomonas_viridans", "http://dbpedia.org/resource/Thalassospiraceae", "http://dbpedia.org/resource/Thalassotalea", "http://dbpedia.org/resource/Thalassotalea_agarivorans", "http://dbpedia.org/resource/Thalassotalea_atypica", "http://dbpedia.org/resource/Thalassotalea_coralli", "http://dbpedia.org/resource/Thalassotalea_eurytherma", "http://dbpedia.org/resource/Thalassotalea_ganghwensis", "http://dbpedia.org/resource/Thalassotalea_insulae", "http://dbpedia.org/resource/Thalassotalea_marina", "http://dbpedia.org/resource/Thalassotalea_piscium", "http://dbpedia.org/resource/Thalassotalea_sediminis", "http://dbpedia.org/resource/Thauera_propionica", "http://dbpedia.org/resource/Thermanaeromonas_burensis", "http://dbpedia.org/resource/Thermanaerothrix", "http://dbpedia.org/resource/Thermicanus", "http://dbpedia.org/resource/Thermoanaerobacterales_Family_IV", "http://dbpedia.org/resource/Thermobrachium", "http://dbpedia.org/resource/Thermochromatium", "http://dbpedia.org/resource/Thermodesulfobium", "http://dbpedia.org/resource/Thermodesulfobium_narugense", "http://dbpedia.org/resource/Thermodesulforhabdus", "http://dbpedia.org/resource/Thermoflavifilum", "http://dbpedia.org/resource/Thermoflavimicrobium", "http://dbpedia.org/resource/Thermoflexibacter_ruber", "http://dbpedia.org/resource/Thermogutta", "http://dbpedia.org/resource/Thermogutta_terrifontis", "http://dbpedia.org/resource/Thermohalobacter", "http://dbpedia.org/resource/Thermohydrogenium", "http://dbpedia.org/resource/Thermoleophilum", "http://dbpedia.org/resource/Thermolongibacillus", "http://dbpedia.org/resource/Thermolongibacillus_altinsuensis", "http://dbpedia.org/resource/Thermomarinilinea", "http://dbpedia.org/resource/Thermonema", "http://dbpedia.org/resource/Thermophagus", "http://dbpedia.org/resource/Thermosediminibacteraceae", "http://dbpedia.org/resource/Thermosediminibacterales", "http://dbpedia.org/resource/Thermosinus", "http://dbpedia.org/resource/Thermostilla", "http://dbpedia.org/resource/Thermosyntropha", "http://dbpedia.org/resource/Thermotalea", "http://dbpedia.org/resource/Thioalbus", "http://dbpedia.org/resource/Thioalkalibacter", "http://dbpedia.org/resource/Thioalkalibacteraceae", "http://dbpedia.org/resource/Thioalkalicoccus", "http://dbpedia.org/resource/Thioalkalimicrobium", "http://dbpedia.org/resource/Thiobaca", "http://dbpedia.org/resource/Thiococcus", "http://dbpedia.org/resource/Thiogranum", "http://dbpedia.org/resource/Thiohalobacter", "http://dbpedia.org/resource/Thiohalocapsa", "http://dbpedia.org/resource/Thiohalocapsa_marina", "http://dbpedia.org/resource/Thiohalomonas", "http://dbpedia.org/resource/Thiohalomonas_denitrificans", "http://dbpedia.org/resource/Thiohalorhabdus", "http://dbpedia.org/resource/Thiohalospira", "http://dbpedia.org/resource/Thiohalospira_halophila", "http://dbpedia.org/resource/Thiolapillus", "http://dbpedia.org/resource/Thiolava", "http://dbpedia.org/resource/Thiophaeococcus", "http://dbpedia.org/resource/Thiophaeococcus_fuscus", "http://dbpedia.org/resource/Thiophaeococcus_mangrovi", "http://dbpedia.org/resource/Thioreductor", "http://dbpedia.org/resource/Thiorhodococcus", "http://dbpedia.org/resource/Thiorhodococcus_fuscus", "http://dbpedia.org/resource/Thiorhodococcus_kakinadensis", "http://dbpedia.org/resource/Thiorhodococcus_mannitoliphagus", "http://dbpedia.org/resource/Thiorhodococcus_minor", "http://dbpedia.org/resource/Thiorhodococcus_modestalkaliphilus", "http://dbpedia.org/resource/Thiorhodospira", "http://dbpedia.org/resource/Thiorhodovibrio", "http://dbpedia.org/resource/Tianweitania", "http://dbpedia.org/resource/Trichococcus", "http://dbpedia.org/resource/Trichococcus_alkaliphilus", "http://dbpedia.org/resource/Trichococcus_collinsii", "http://dbpedia.org/resource/Trichococcus_flocculiformis", "http://dbpedia.org/resource/Trichococcus_ilyis", "http://dbpedia.org/resource/Tritonibacter", "http://dbpedia.org/resource/Tropicibacter", "http://dbpedia.org/resource/Tropicibacter_naphthalenivorans", "http://dbpedia.org/resource/Tropicibacter_phthalicicus", "http://dbpedia.org/resource/Tropicimonas", "http://dbpedia.org/resource/Tropicimonas_isoalkanivorans", "http://dbpedia.org/resource/Tropicimonas_sediminicola", "http://dbpedia.org/resource/Methylocapsa", "http://dbpedia.org/resource/Mycobacterium_colombiense", "http://dbpedia.org/resource/Mycobacterium_intermedium", "http://dbpedia.org/resource/Paenibacillus_macerans", "http://dbpedia.org/resource/Piscirickettsia_salmonis", "http://dbpedia.org/resource/Pseudoalteromonas_carrageenovora", "http://dbpedia.org/resource/Pseudoxanthomonas", "http://dbpedia.org/resource/Saccharopolyspora_erythraea", "http://dbpedia.org/resource/Zoogloea", "http://dbpedia.org/resource/Kozakia", "http://dbpedia.org/resource/Kriegella", "http://dbpedia.org/resource/Kroppenstedtia", "http://dbpedia.org/resource/Kroppenstedtia_eburnea", "http://dbpedia.org/resource/Kroppenstedtia_guangzhouensis", "http://dbpedia.org/resource/Mycobacterium_marinum", "http://dbpedia.org/resource/Pandoraea_vervacti", "http://dbpedia.org/resource/Paracoccus_denitrificans", "http://dbpedia.org/resource/Pasteurella_dagmatis", "http://dbpedia.org/resource/Pelistega", "http://dbpedia.org/resource/Polynucleobacter_difficilis", "http://dbpedia.org/resource/Pseudoalteromonas_maricaloris", "http://dbpedia.org/resource/Pseudochrobactrum_kiredjianiae", "http://dbpedia.org/resource/Pseudoxanthomonas_japonensis", "http://dbpedia.org/resource/Sporolactobacillaceae", "http://dbpedia.org/resource/Streptomyces_kanamyceticus", "http://dbpedia.org/resource/Sutterella", "http://dbpedia.org/resource/Sutterella_parvirubra", "http://dbpedia.org/resource/Thermosinus_carboxydivorans", "http://dbpedia.org/resource/Lentilitoribacter_donghaensis", "http://dbpedia.org/resource/Listonella", "http://dbpedia.org/resource/Nitrosomonas_oligotropha", "http://dbpedia.org/resource/Paenochrobactrum_gallinarii", "http://dbpedia.org/resource/Pediococcus_cellicola", "http://dbpedia.org/resource/Planomicrobium_koreense", "http://dbpedia.org/resource/Pseudoalteromonas_bacteriolytica", "http://dbpedia.org/resource/Pseudoalteromonas_paragorgicola", "http://dbpedia.org/resource/Rhodopseudomonas_faecalis", "http://dbpedia.org/resource/Sagittula", "http://dbpedia.org/resource/Sphingobium_francense", "http://dbpedia.org/resource/Thermoleophilum_album", "http://dbpedia.org/resource/Viridans_streptococci", "http://dbpedia.org/resource/Malikia", "http://dbpedia.org/resource/Marinovum", "http://dbpedia.org/resource/Oxalobacter_vibrioformis", "http://dbpedia.org/resource/Paenibacillus", "http://dbpedia.org/resource/Phyllobacterium_catacumbae", "http://dbpedia.org/resource/Pigmentiphaga", "http://dbpedia.org/resource/Pseudoalteromonas_ruthenica", "http://dbpedia.org/resource/Rhodovulum", "http://dbpedia.org/resource/Simkaniaceae", "http://dbpedia.org/resource/Syntrophobacter_pfennigii", "http://dbpedia.org/resource/Lonepinella", "http://dbpedia.org/resource/Longilinea", "http://dbpedia.org/resource/Longimycelium", "http://dbpedia.org/resource/Longimycelium_tulufanense", "http://dbpedia.org/resource/Spirillum_minus", "http://dbpedia.org/resource/Stenotrophomonas_nitritireducens", "http://dbpedia.org/resource/Streptomyces_thermocarboxydus", "http://dbpedia.org/resource/Thiomonas_intermedia", "http://dbpedia.org/resource/Mycobacterium_brisbanense", "http://dbpedia.org/resource/Pandoraea_thiooxydans", "http://dbpedia.org/resource/Planomicrobium", "http://dbpedia.org/resource/Moorella_thermoautotrophica", "http://dbpedia.org/resource/Sterolibacterium_denitrificans", "http://dbpedia.org/resource/Mechercharimyces", "http://dbpedia.org/resource/Meridianimaribacter", "http://dbpedia.org/resource/Mesobacillus", "http://dbpedia.org/resource/Mesocricetibacter", "http://dbpedia.org/resource/Mesoflavibacter", "http://dbpedia.org/resource/Mesoflavibacter_profundi", "http://dbpedia.org/resource/Mesoflavibacter_sabulilitoris", "http://dbpedia.org/resource/Mesoflavibacter_zeaxanthinifaciens", "http://dbpedia.org/resource/Mesohalobacter", "http://dbpedia.org/resource/Mesonia", "http://dbpedia.org/resource/Mesonia_algae", "http://dbpedia.org/resource/Mesonia_aquimarina", "http://dbpedia.org/resource/Mesonia_hippocampi", "http://dbpedia.org/resource/Mesonia_maritimus", "http://dbpedia.org/resource/Mesonia_mobilis", "http://dbpedia.org/resource/Mesonia_oceanica", "http://dbpedia.org/resource/Mesonia_ostreae", "http://dbpedia.org/resource/Mesonia_phycicola", "http://dbpedia.org/resource/Mesonia_sediminis", "http://dbpedia.org/resource/Metabacillus", "http://dbpedia.org/resource/Metallibacterium", "http://dbpedia.org/resource/Metalysinibacillus", "http://dbpedia.org/resource/Metaplanococcus", "http://dbpedia.org/resource/Metasolibacillus", "http://dbpedia.org/resource/Methylobacillus_rhizosphaerae", "http://dbpedia.org/resource/Methylobacterium_frigidaeris", "http://dbpedia.org/resource/Methylobacterium_phyllostachyos", "http://dbpedia.org/resource/Methylobacterium_pseudosasicola", "http://dbpedia.org/resource/Methylobrevis_pamukkalensis", "http://dbpedia.org/resource/Methylocystis", "http://dbpedia.org/resource/Methylocystis_echinoides", "http://dbpedia.org/resource/Methylocystis_parvus", "http://dbpedia.org/resource/Methyloferula", "http://dbpedia.org/resource/Methylohalobius", "http://dbpedia.org/resource/Methylohalomonas", "http://dbpedia.org/resource/Methylonatrum", "http://dbpedia.org/resource/Methylopila", "http://dbpedia.org/resource/Methylopila_henanensis", "http://dbpedia.org/resource/Methylorhabdus", "http://dbpedia.org/resource/Methylorosula", "http://dbpedia.org/resource/Methylorosula_polaris", "http://dbpedia.org/resource/Methylorubrum", "http://dbpedia.org/resource/Methylorubrum_pseudosasae", "http://dbpedia.org/resource/Methylorubrum_salsuginis", "http://dbpedia.org/resource/Methylosinus", "http://dbpedia.org/resource/Methylosinus_trichosporium", "http://dbpedia.org/resource/Methyloterrigena", "http://dbpedia.org/resource/Midichloriaceae", "http://dbpedia.org/resource/Nafulsella", "http://dbpedia.org/resource/Namhaeicola", "http://dbpedia.org/resource/Natranaerobaculum", "http://dbpedia.org/resource/Natranaerobius", "http://dbpedia.org/resource/Natranaerobius_trueperi", "http://dbpedia.org/resource/Natribacillus", "http://dbpedia.org/resource/Natronincola", "http://dbpedia.org/resource/Natronincola_ferrireducens", "http://dbpedia.org/resource/Natronincola_histidinovorans", "http://dbpedia.org/resource/Natronoanaerobium", "http://dbpedia.org/resource/Natronoanaerobium_salstagnum", "http://dbpedia.org/resource/Natronobacillus", "http://dbpedia.org/resource/Natronocella", "http://dbpedia.org/resource/Natronoflexus", "http://dbpedia.org/resource/Natronospira", "http://dbpedia.org/resource/Natronovirga", "http://dbpedia.org/resource/Nautilia", "http://dbpedia.org/resource/Nautilia_abyssi", "http://dbpedia.org/resource/Niabella", "http://dbpedia.org/resource/Niabella_aurantiaca", "http://dbpedia.org/resource/Niabella_drilacis", "http://dbpedia.org/resource/Niabella_ginsenosidivorans", "http://dbpedia.org/resource/Niabella_soli", "http://dbpedia.org/resource/Niabella_tibetensis", "http://dbpedia.org/resource/Niallia", "http://dbpedia.org/resource/Niastella", "http://dbpedia.org/resource/Niastella_gongjuensis", "http://dbpedia.org/resource/Nibricoccus", "http://dbpedia.org/resource/Sneathia_sanguinegens", "http://dbpedia.org/resource/Sneathiella_chinensis", "http://dbpedia.org/resource/Sneathiella_chungangensis", "http://dbpedia.org/resource/Sneathiella_glossodoripedis", "http://dbpedia.org/resource/Solibacillus_isronensis", "http://dbpedia.org/resource/Solibacillus_kalamii", "http://dbpedia.org/resource/Solitalea_canadensis", "http://dbpedia.org/resource/Solitalea_koreensis", "http://dbpedia.org/resource/Tardiphaga_robiniae", "http://dbpedia.org/resource/Tenacibaculum_aestuarii", "http://dbpedia.org/resource/Tenacibaculum_agarivorans", "http://dbpedia.org/resource/Tenacibaculum_aiptasiae", "http://dbpedia.org/resource/Tenacibaculum_ascidiaceicola", "http://dbpedia.org/resource/Tenacibaculum_crassostreae", "http://dbpedia.org/resource/Tenacibaculum_dicentrarchi", "http://dbpedia.org/resource/Tenacibaculum_geojense", "http://dbpedia.org/resource/Tenacibaculum_haliotis", "http://dbpedia.org/resource/Tenacibaculum_litopenaei", "http://dbpedia.org/resource/Tenacibaculum_litoreum", "http://dbpedia.org/resource/Tenacibaculum_maritimum", "http://dbpedia.org/resource/Tenacibaculum_sediminilitoris", "http://dbpedia.org/resource/Tenacibaculum_xiamenense", "http://dbpedia.org/resource/Tepidamorphus_gemmatus", "http://dbpedia.org/resource/Tepidibacillus_decaturensis", "http://dbpedia.org/resource/Tepidibacillus_fermentans", "http://dbpedia.org/resource/Tepidibacillus_infernus", "http://dbpedia.org/resource/Terasakiella_brassicae", "http://dbpedia.org/resource/Terasakiella_pusilla", "http://dbpedia.org/resource/Terribacillus_aidingensis", "http://dbpedia.org/resource/Terribacillus_goriensis", "http://dbpedia.org/resource/Terribacillus_halophilus", "http://dbpedia.org/resource/Terrimonas_aquatica", "http://dbpedia.org/resource/Terrimonas_crocea", "http://dbpedia.org/resource/Terrimonas_lutea", "http://dbpedia.org/resource/Terrimonas_pekingensis", "http://dbpedia.org/resource/Terrimonas_rhizosphaerae", "http://dbpedia.org/resource/Terrimonas_rubra", "http://dbpedia.org/resource/Terrimonas_terrae", "http://dbpedia.org/resource/Pacificibacter", "http://dbpedia.org/resource/Pacificibacter_marinus", "http://dbpedia.org/resource/Pacificitalea_manganoxidans", "http://dbpedia.org/resource/Paenalcaligenes", "http://dbpedia.org/resource/Paenalcaligenes_hominis", "http://dbpedia.org/resource/Paenalcaligenes_suwonensis", "http://dbpedia.org/resource/Paenirhodobacter", "http://dbpedia.org/resource/Paenisporosarcina", "http://dbpedia.org/resource/Paenisporosarcina_antarctica", "http://dbpedia.org/resource/Paenisporosarcina_indica", "http://dbpedia.org/resource/Paenisporosarcina_macmurdoensis", "http://dbpedia.org/resource/Tropicimonas_aquimaris", "http://dbpedia.org/resource/Tropicimonas_arenosa", "http://dbpedia.org/resource/Tsuneonella_aeria", "http://dbpedia.org/resource/Tsuneonella_troitsensis", "http://dbpedia.org/resource/Yinghuangia_aomiensis", "http://dbpedia.org/resource/Yinghuangia_seranimata", "http://dbpedia.org/resource/Xinfangfangia", "http://dbpedia.org/resource/Yinghuangia_catbensis", "http://dbpedia.org/resource/Yoonia", "http://dbpedia.org/resource/Mycobacterium_cookii", "http://dbpedia.org/resource/Mycobacterium_pinnipedii", "http://dbpedia.org/resource/Nitratireductor_lucknowense", "http://dbpedia.org/resource/Palleronia", "http://dbpedia.org/resource/Pelobacter_carbinolicus", "http://dbpedia.org/resource/Rhodopila_globiformis", "http://dbpedia.org/resource/Rubrobacteridae", "http://dbpedia.org/resource/Sagittula_stellata", "http://dbpedia.org/resource/Shewanella_decolorationis", "http://dbpedia.org/resource/Sphingobium_indicum", "http://dbpedia.org/resource/Taylorella_asinigenitalis", "http://dbpedia.org/resource/Mechercharimyces_asporophorigenens", "http://dbpedia.org/resource/Mechercharimyces_mesophilus", "http://dbpedia.org/resource/Meiothermus_timidus", "http://dbpedia.org/resource/Melghirimyces", "http://dbpedia.org/resource/Melghirimyces_algeriensis", "http://dbpedia.org/resource/Melghirimyces_profundicolus", "http://dbpedia.org/resource/Melghirimyces_thermohalophilus", "http://dbpedia.org/resource/Maritimimonas", "http://dbpedia.org/resource/Marivirga", "http://dbpedia.org/resource/Marivirga_atlantica", "http://dbpedia.org/resource/Marivirga_lumbricoides", "http://dbpedia.org/resource/Marivita", "http://dbpedia.org/resource/Marivita_byunsanensis", "http://dbpedia.org/resource/Marivita_cryptomonadis", "http://dbpedia.org/resource/Marivita_geojedonensis", "http://dbpedia.org/resource/Marivita_hallyeonensis", "http://dbpedia.org/resource/Marivita_lacus", "http://dbpedia.org/resource/Marivivens", "http://dbpedia.org/resource/Marivivens_niveibacter", "http://dbpedia.org/resource/Myroides", "http://dbpedia.org/resource/Myroides_guanonis", "http://dbpedia.org/resource/Myroides_injenensis", "http://dbpedia.org/resource/Myroides_marinus", "http://dbpedia.org/resource/Myroides_phaeus", "http://dbpedia.org/resource/Myroides_profundi", "http://dbpedia.org/resource/Myroides_xuanwuensis", "http://dbpedia.org/resource/NC10_phylum", "http://dbpedia.org/resource/Necropsobacter", "http://dbpedia.org/resource/Necropsobacter_massiliensis", "http://dbpedia.org/resource/Negativicoccus", "http://dbpedia.org/resource/Negativicoccus_massiliensis", "http://dbpedia.org/resource/Negativicoccus_succinicivorans", "http://dbpedia.org/resource/Nemorincola", "http://dbpedia.org/resource/Neomegalonema", "http://dbpedia.org/resource/Neptunicella", "http://dbpedia.org/resource/Neptunicoccus", "http://dbpedia.org/resource/Neptuniibacter", "http://dbpedia.org/resource/Neptunitalea", "http://dbpedia.org/resource/Nevskia", "http://dbpedia.org/resource/Nevskia_aquatilis", "http://dbpedia.org/resource/Nevskia_ramosa", "http://dbpedia.org/resource/Nevskia_soli", "http://dbpedia.org/resource/Nevskia_terrae", "http://dbpedia.org/resource/Silvanigrella_aquatica", "http://dbpedia.org/resource/Silvanigrellaceae", "http://dbpedia.org/resource/Silvanigrellales", "http://dbpedia.org/resource/Singulisphaera", "http://dbpedia.org/resource/Stenotrophomonas_bentonitica", "http://dbpedia.org/resource/Stenotrophomonas_daejeonensis", "http://dbpedia.org/resource/Stenotrophomonas_pictorum", "http://dbpedia.org/resource/Steroidobacter", "http://dbpedia.org/resource/Starkeya", "http://dbpedia.org/resource/Starkeya_koreensis", "http://dbpedia.org/resource/Starkeya_novella", "http://dbpedia.org/resource/Rubellimicrobium", "http://dbpedia.org/resource/Rubellimicrobium_aerolatum", "http://dbpedia.org/resource/Rubellimicrobium_mesophilum", "http://dbpedia.org/resource/Rubellimicrobium_roseum", "http://dbpedia.org/resource/Rubellimicrobium_thermophilum", "http://dbpedia.org/resource/Rubidimonas", "http://dbpedia.org/resource/Rubidimonas_crustatorum", "http://dbpedia.org/resource/Rubinisphaera", "http://dbpedia.org/resource/Rubribacterium", "http://dbpedia.org/resource/Rubricella", "http://dbpedia.org/resource/Rubripirellula", "http://dbpedia.org/resource/Rubrobacter_calidifluminis", "http://dbpedia.org/resource/Rubrobacter_marinus", "http://dbpedia.org/resource/Rudaea", "http://dbpedia.org/resource/Runella", "http://dbpedia.org/resource/Tranquillimonas", "http://dbpedia.org/resource/Trebonia_kvetii", "http://dbpedia.org/resource/Ulvibacter", "http://dbpedia.org/resource/Ulvibacter_antarcticus", "http://dbpedia.org/resource/Ulvibacter_litoralis", "http://dbpedia.org/resource/Ulvibacter_marinus", "http://dbpedia.org/resource/Ulvibacterium", "http://dbpedia.org/resource/Zavarzinella", "http://dbpedia.org/resource/Zeaxanthinibacter", "http://dbpedia.org/resource/Zeaxanthinibacter_aestuarii", "http://dbpedia.org/resource/Zeaxanthinibacter_enoshimensis", "http://dbpedia.org/resource/Zhouia", "http://dbpedia.org/resource/Zhouia_amylolytica", "http://dbpedia.org/resource/Zhouia_spongiae", "http://dbpedia.org/resource/Zobellella", "http://dbpedia.org/resource/Zobellella_aerophila", "http://dbpedia.org/resource/Zobellella_denitrificans", "http://dbpedia.org/resource/Zobellella_endophytica", "http://dbpedia.org/resource/Zobellella_maritima", "http://dbpedia.org/resource/Zunongwangia", "http://dbpedia.org/resource/Zunongwangia_atlantica", "http://dbpedia.org/resource/Zunongwangia_endophytica", "http://dbpedia.org/resource/Zunongwangia_flava", "http://dbpedia.org/resource/Zunongwangia_mangrovi", "http://dbpedia.org/resource/Zunongwangia_profunda", "http://dbpedia.org/resource/Zymobacter", "http://dbpedia.org/resource/Paraferrimonas_haliotis", "http://dbpedia.org/resource/Paraferrimonas_sedimenticola", "http://dbpedia.org/resource/Parafilimonas_rhizosphaerae", "http://dbpedia.org/resource/Paraglaciecola_agarilytica", "http://dbpedia.org/resource/Paraglaciecola_aquimarina", "http://dbpedia.org/resource/Paraglaciecola_chathamensis", "http://dbpedia.org/resource/Paraglaciecola_hydrolytica", "http://dbpedia.org/resource/Paraglaciecola_oceanifecundans", "http://dbpedia.org/resource/Paraglaciecola_psychrophila", "http://dbpedia.org/resource/Paraliobacillus_quinghaiensis", "http://dbpedia.org/resource/Paraliobacillus_ryukyuensis", "http://dbpedia.org/resource/Paraliobacillus_sediminis", "http://dbpedia.org/resource/Parapedobacter", "http://dbpedia.org/resource/Parapedobacter_composti", "http://dbpedia.org/resource/Parapedobacter_deserti", "http://dbpedia.org/resource/Parapedobacter_indicus", "http://dbpedia.org/resource/Parapedobacter_koreensis", "http://dbpedia.org/resource/Parapedobacter_luteus", "http://dbpedia.org/resource/Parapedobacter_lycopersici", "http://dbpedia.org/resource/Parapedobacter_pyrenivorans", "http://dbpedia.org/resource/Parapedobacter_soli", "http://dbpedia.org/resource/Parasegetibacter_luojiensis", "http://dbpedia.org/resource/Paraurantiacibacter_namhicola", "http://dbpedia.org/resource/Parerythrobacter_jejuensis", "http://dbpedia.org/resource/Parvibaculum_hydrocarboniclasticum", "http://dbpedia.org/resource/Parvibaculum_indicum", "http://dbpedia.org/resource/Parvibaculum_lavamentivorans", "http://dbpedia.org/resource/Parvimonas_micra", "http://dbpedia.org/resource/Parvularcula_bermudensis", "http://dbpedia.org/resource/Paucisalibacillus_globulus", "http://dbpedia.org/resource/Phaeobacter_gallaeciensis", "http://dbpedia.org/resource/Phaeobacter_porticola", "http://dbpedia.org/resource/Phenylobacterium_aquaticum", "http://dbpedia.org/resource/Phenylobacterium_panacis", "http://dbpedia.org/resource/Roseibium_salinum", "http://dbpedia.org/resource/Roseitalea_porphyridii", "http://dbpedia.org/resource/Roseivirga_echinicomitans", "http://dbpedia.org/resource/Roseivirga_ehrenbergii", "http://dbpedia.org/resource/Roseivirga_maritima", "http://dbpedia.org/resource/Roseivirga_spongicola", "http://dbpedia.org/resource/Roseobacter_denitrificans", "http://dbpedia.org/resource/Roseomonas_aerilata", "http://dbpedia.org/resource/Roseomonas_aerofrigidensis", "http://dbpedia.org/resource/Roseomonas_aerophila", "http://dbpedia.org/resource/Roseomonas_aestuarii", "http://dbpedia.org/resource/Roseomonas_aquatica", "http://dbpedia.org/resource/Roseomonas_arctica", "http://dbpedia.org/resource/Roseomonas_arcticisoli", "http://dbpedia.org/resource/Roseomonas_cervicalis", "http://dbpedia.org/resource/Roseomonas_eburnea", "http://dbpedia.org/resource/Roseomonas_frigidaquae", "http://dbpedia.org/resource/Roseomonas_gilardii", "http://dbpedia.org/resource/Roseomonas_hibiscisoli", "http://dbpedia.org/resource/Roseomonas_lacus", "http://dbpedia.org/resource/Roseomonas_ludipueritiae", "http://dbpedia.org/resource/Roseomonas_mucosa", "http://dbpedia.org/resource/Roseomonas_nepalensis", "http://dbpedia.org/resource/Roseomonas_pecuniae", "http://dbpedia.org/resource/Roseomonas_rhizosphaerae", "http://dbpedia.org/resource/Roseomonas_riguiloci", "http://dbpedia.org/resource/Roseomonas_rosea", "http://dbpedia.org/resource/Roseomonas_rubra", "http://dbpedia.org/resource/Roseomonas_stagni", "http://dbpedia.org/resource/Roseomonas_suffusca", "http://dbpedia.org/resource/Roseomonas_terrae", "http://dbpedia.org/resource/Roseomonas_vinacea", "http://dbpedia.org/resource/Roseospirillum_parvum", "http://dbpedia.org/resource/Roseovarius_aestuariivivens", "http://dbpedia.org/resource/Roseovarius_albus", "http://dbpedia.org/resource/Roseovarius_antarcticus", "http://dbpedia.org/resource/Roseovarius_aquimarinus", "http://dbpedia.org/resource/Roseovarius_atlanticus", "http://dbpedia.org/resource/Roseovarius_confluentis", "http://dbpedia.org/resource/Sutcliffiella", "http://dbpedia.org/resource/Swionibacillus", "http://dbpedia.org/resource/Syntrophales", "http://dbpedia.org/resource/Syntrophobacteraceae", "http://dbpedia.org/resource/Syntrophomonadaceae", "http://dbpedia.org/resource/Syntrophomonas", "http://dbpedia.org/resource/Syntrophothermus", "http://dbpedia.org/resource/TM7x", "http://dbpedia.org/resource/Tabrizicola", "http://dbpedia.org/resource/Tabrizicola_aquatica", "http://dbpedia.org/resource/Tabrizicola_fusiformis", "http://dbpedia.org/resource/Taeania", "http://dbpedia.org/resource/Tahibacter", "http://dbpedia.org/resource/Tahibacter_aquaticus", "http://dbpedia.org/resource/Tahibacter_caeni", "http://dbpedia.org/resource/Taibaiella", "http://dbpedia.org/resource/Taibaiella_chishuiensis", "http://dbpedia.org/resource/Taibaiella_helva", "http://dbpedia.org/resource/Taibaiella_koreensis", "http://dbpedia.org/resource/Taibaiella_yonginensis", "http://dbpedia.org/resource/Tamilnaduibacter", "http://dbpedia.org/resource/Tangfeifania", "http://dbpedia.org/resource/Tannerellaceae", "http://dbpedia.org/resource/Tardiphaga", "http://dbpedia.org/resource/Tateyamaria", "http://dbpedia.org/resource/Tateyamaria_omphalii", "http://dbpedia.org/resource/Tateyamaria_pelophila", "http://dbpedia.org/resource/Weeksella", "http://dbpedia.org/resource/Weeksella_massiliensis", "http://dbpedia.org/resource/Weeksella_virosa", "http://dbpedia.org/resource/Weissella_beninensis", "http://dbpedia.org/resource/Weissella_bombi", "http://dbpedia.org/resource/Weissella_diestrammenae", "http://dbpedia.org/resource/Weissella_fabalis", "http://dbpedia.org/resource/Weissella_fabaria", "http://dbpedia.org/resource/Weissella_ghanensis", "http://dbpedia.org/resource/Weissella_oryzae", "http://dbpedia.org/resource/Weissella_soli", "http://dbpedia.org/resource/Weissella_uvarum", "http://dbpedia.org/resource/Weizmannia", "http://dbpedia.org/resource/Wenxinia", "http://dbpedia.org/resource/Wenxinia_marina", "http://dbpedia.org/resource/Wenxinia_saemankumensis", "http://dbpedia.org/resource/Wenyingzhuangia", "http://dbpedia.org/resource/Wenyingzhuangia_aestuarii", "http://dbpedia.org/resource/Wenyingzhuangia_fucanilytica", "http://dbpedia.org/resource/Wenyingzhuangia_gracilariae", "http://dbpedia.org/resource/Wenyingzhuangia_heitensis", "http://dbpedia.org/resource/Wenyingzhuangia_marina", "http://dbpedia.org/resource/Pelagerythrobacter", "http://dbpedia.org/resource/Pelagerythrobacter_aerophilus", "http://dbpedia.org/resource/Pelagibacteraceae", "http://dbpedia.org/resource/Pelagibacterium", "http://dbpedia.org/resource/Pelagibacterium_lixinzhangensis", "http://dbpedia.org/resource/Pelagibius", "http://dbpedia.org/resource/Pelagicoccus", "http://dbpedia.org/resource/Pelagihabitans", "http://dbpedia.org/resource/Pelagimonas", "http://dbpedia.org/resource/Pelagirhabdus", "http://dbpedia.org/resource/Pelagirhabdus_alkalitolerans", "http://dbpedia.org/resource/Pelagirhabdus_fermentum", "http://dbpedia.org/resource/Pelobium", "http://dbpedia.org/resource/Pelolinea", "http://dbpedia.org/resource/Pelospora", "http://dbpedia.org/resource/Pelotomaculum", "http://dbpedia.org/resource/Peptoniphilus_catoniae", "http://dbpedia.org/resource/Peptoniphilus_gorbachii", "http://dbpedia.org/resource/Peptoniphilus_harei", "http://dbpedia.org/resource/Peptoniphilus_ivorii", "http://dbpedia.org/resource/Peptoniphilus_lacydonensis", "http://dbpedia.org/resource/Peptoniphilus_methioninivorax", "http://dbpedia.org/resource/Peptoniphilus_senegalensis", "http://dbpedia.org/resource/Peptoniphilus_stercorisuis", "http://dbpedia.org/resource/Peptoniphilus_timonensis", "http://dbpedia.org/resource/Peptoniphilus_urinimassiliensis", "http://dbpedia.org/resource/Roseburia", "http://dbpedia.org/resource/Roseiarcaceae", "http://dbpedia.org/resource/Roseibaca", "http://dbpedia.org/resource/Roseibaca_ekhonensis", "http://dbpedia.org/resource/Roseibacula", "http://dbpedia.org/resource/Roseibium_album", "http://dbpedia.org/resource/Roseibium_alexandrii", "http://dbpedia.org/resource/Roseibium_marinum", "http://dbpedia.org/resource/Roseibium_suaedae", "http://dbpedia.org/resource/Roseicitreum", "http://dbpedia.org/resource/Roseimarinus", "http://dbpedia.org/resource/Roseimaritima", "http://dbpedia.org/resource/Roseitalea", "http://dbpedia.org/resource/Roseivirga", "http://dbpedia.org/resource/Roseivirga_halotolerans", "http://dbpedia.org/resource/Roseivirga_marina", "http://dbpedia.org/resource/Roseivirga_misakiensis", "http://dbpedia.org/resource/Roseivirga_pacifica", "http://dbpedia.org/resource/Roseivirga_seohaensis", "http://dbpedia.org/resource/Roseivirga_thermotolerans", "http://dbpedia.org/resource/Roseomonas", "http://dbpedia.org/resource/Roseomonas_aceris", "http://dbpedia.org/resource/Roseomonas_aeriglobus", "http://dbpedia.org/resource/Roseomonas_alkaliterrae", "http://dbpedia.org/resource/Roseomonas_chloroacetimidivorans", "http://dbpedia.org/resource/Roseomonas_elaeocarpi", "http://dbpedia.org/resource/Roseomonas_musae", "http://dbpedia.org/resource/Roseomonas_oryzae", "http://dbpedia.org/resource/Roseomonas_sediminicola", "http://dbpedia.org/resource/Roseomonas_soli", "http://dbpedia.org/resource/Roseomonas_terricola", "http://dbpedia.org/resource/Roseomonas_tokyonensis", "http://dbpedia.org/resource/Roseomonas_wooponensis", "http://dbpedia.org/resource/Roseospirillum", "http://dbpedia.org/resource/Roseovarius_aestuarii", "http://dbpedia.org/resource/Roseovarius_azorensis", "http://dbpedia.org/resource/Roseovarius_gaetbuli", "http://dbpedia.org/resource/Roseovarius_halotolerans", "http://dbpedia.org/resource/Roseovarius_indicus", "http://dbpedia.org/resource/Rossellomorea", "http://dbpedia.org/resource/Rurimicrobium", "http://dbpedia.org/resource/Shewanella_abyssi", "http://dbpedia.org/resource/Shewanella_atlantica", "http://dbpedia.org/resource/Shewanella_benthica", "http://dbpedia.org/resource/Shewanella_canadensis", "http://dbpedia.org/resource/Shewanella_corallii", "http://dbpedia.org/resource/Shewanella_denitrificans", "http://dbpedia.org/resource/Shewanella_dokdonensis", "http://dbpedia.org/resource/Shewanella_gaetbuli", "http://dbpedia.org/resource/Shimazuella", "http://dbpedia.org/resource/Shimia", "http://dbpedia.org/resource/Shimia_abyssi", "http://dbpedia.org/resource/Shimia_aquaeponti", "http://dbpedia.org/resource/Shimia_haliotis", "http://dbpedia.org/resource/Shimia_isoporae", "http://dbpedia.org/resource/Shimia_marina", "http://dbpedia.org/resource/Shimia_sagamensis", "http://dbpedia.org/resource/Shimia_thalassica", "http://dbpedia.org/resource/Shimwellia", "http://dbpedia.org/resource/Shimwellia_blattae", "http://dbpedia.org/resource/Shinella", "http://dbpedia.org/resource/Shinella_zoogloeoides", "http://dbpedia.org/resource/Undibacterium_aquatile", "http://dbpedia.org/resource/Undibacterium_danionis", "http://dbpedia.org/resource/Undibacterium_jejuense", "http://dbpedia.org/resource/Undibacterium_macrobrachii", "http://dbpedia.org/resource/Undibacterium_piscinae", "http://dbpedia.org/resource/Undibacterium_seohonense", "http://dbpedia.org/resource/Wirthbacteria", "http://dbpedia.org/resource/Wocania", "http://dbpedia.org/resource/Wocania_ichthyoenteri", "http://dbpedia.org/resource/Wocania_indica", "http://dbpedia.org/resource/Wohlfahrtiimonas", "http://dbpedia.org/resource/Wohlfahrtiimonas_chitiniclastica", "http://dbpedia.org/resource/Wohlfahrtiimonas_larvae", "http://dbpedia.org/resource/Wohlfahrtiimonas_populi", "http://dbpedia.org/resource/Woodsholea", "http://dbpedia.org/resource/Tindallia", "http://dbpedia.org/resource/Tindallia_californiensis", "http://dbpedia.org/resource/Tindallia_magadiensis", "http://dbpedia.org/resource/Tindallia_texcoconensis", "http://dbpedia.org/resource/Tistrella", "http://dbpedia.org/resource/Tistrella_bauzanensis", "http://dbpedia.org/resource/Williamwhitmaniaceae", "http://dbpedia.org/resource/Winogradskyella", "http://dbpedia.org/resource/Winogradskyella_algae", "http://dbpedia.org/resource/Winogradskyella_algicola", "http://dbpedia.org/resource/Winogradskyella_aquimaris", "http://dbpedia.org/resource/Winogradskyella_arenosi", "http://dbpedia.org/resource/Winogradskyella_aurantia", "http://dbpedia.org/resource/Winogradskyella_aurantiaca", "http://dbpedia.org/resource/Winogradskyella_crassostreae", "http://dbpedia.org/resource/Winogradskyella_damuponensis", "http://dbpedia.org/resource/Winogradskyella_echinorum", "http://dbpedia.org/resource/Winogradskyella_eckloniae", "http://dbpedia.org/resource/Winogradskyella_endarachnes", "http://dbpedia.org/resource/Winogradskyella_epiphytica", "http://dbpedia.org/resource/Winogradskyella_exilis", "http://dbpedia.org/resource/Winogradskyella_flava", "http://dbpedia.org/resource/Winogradskyella_haliclonae", "http://dbpedia.org/resource/Winogradskyella_jejuensis", "http://dbpedia.org/resource/Winogradskyella_litorisediminis", "http://dbpedia.org/resource/Winogradskyella_litoriviva", "http://dbpedia.org/resource/Winogradskyella_lutea", "http://dbpedia.org/resource/Winogradskyella_maritima", "http://dbpedia.org/resource/Winogradskyella_multivorans", "http://dbpedia.org/resource/Winogradskyella_pocilloporae", "http://dbpedia.org/resource/Winogradskyella_profunda", "http://dbpedia.org/resource/Winogradskyella_psychrotolerans", "http://dbpedia.org/resource/Winogradskyella_pulchriflava", "http://dbpedia.org/resource/Winogradskyella_rapida", "http://dbpedia.org/resource/Winogradskyella_sediminis", "http://dbpedia.org/resource/Winogradskyella_tangerina", "http://dbpedia.org/resource/Winogradskyella_ulvae", "http://dbpedia.org/resource/Winogradskyella_undariae", "http://dbpedia.org/resource/Winogradskyella_wandonensis", "http://dbpedia.org/resource/Steroidobacter_agariperforans", "http://dbpedia.org/resource/Steroidobacter_denitrificans", "http://dbpedia.org/resource/Steroidobacter_flavus", "http://dbpedia.org/resource/Prokaryota"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Your_Sweet_Lovin'> <http://dbpedia.org/ontology/writer> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lagos_Preparatory_School> <http://dbpedia.org/ontology/sport> ?uri } "}, "answers": ["http://dbpedia.org/resource/Association_football", "http://dbpedia.org/resource/Cricket", "http://dbpedia.org/resource/Karate"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/origin> <http://dbpedia.org/resource/England> . }"}, "answers": ["http://dbpedia.org/resource/Allington_Pippin", "http://dbpedia.org/resource/Boxted_Bombard", "http://dbpedia.org/resource/Vimto", "http://dbpedia.org/resource/Ulmus_\u00d7_hollandica_'Smithii'", "http://dbpedia.org/resource/Discovery_(apple)", "http://dbpedia.org/resource/Avro_684", "http://dbpedia.org/resource/Foxwhelp", "http://dbpedia.org/resource/Gascoyne's_Scarlet", "http://dbpedia.org/resource/Hangdown_(apple)", "http://dbpedia.org/resource/Rosa_'Charles_Austin'", "http://dbpedia.org/resource/Rosa_'Wife_of_Bath'", "http://dbpedia.org/resource/Golden_Noble", "http://dbpedia.org/resource/Golden_Spire", "http://dbpedia.org/resource/Rosa_'Great_Maiden's_Blush'", "http://dbpedia.org/resource/Plymouth_Gin", "http://dbpedia.org/resource/Grevillea_\u00d7_semperflorens", "http://dbpedia.org/resource/Brown_Snout", "http://dbpedia.org/resource/Bramley_apple", "http://dbpedia.org/resource/Broker's_Gin", "http://dbpedia.org/resource/Redstreak", "http://dbpedia.org/resource/Ulmus_'Virens'", "http://dbpedia.org/resource/Lord_Lambourne_(apple)", "http://dbpedia.org/resource/Ulmus_'Exoniensis'", "http://dbpedia.org/resource/Ulmus_minor_'Stricta'", "http://dbpedia.org/resource/King's_Ginger", "http://dbpedia.org/resource/Naga_Viper_pepper", "http://dbpedia.org/resource/Tynt_Meadow", "http://dbpedia.org/resource/Chisel_Jersey", "http://dbpedia.org/resource/Styre", "http://dbpedia.org/resource/Suntan_(apple)", "http://dbpedia.org/resource/Stones_Bitter", "http://dbpedia.org/resource/Acer_campestre_'Eastleigh_Weeping'", "http://dbpedia.org/resource/Cap_of_Liberty_(apple)", "http://dbpedia.org/resource/Beauty_of_Bath", "http://dbpedia.org/resource/Laxton's_Superb", "http://dbpedia.org/resource/Millwall_brick", "http://dbpedia.org/resource/Slack-ma-Girdle", "http://dbpedia.org/resource/Slingsby_T.25_Gull_4", "http://dbpedia.org/resource/Crimson_King_(apple)", "http://dbpedia.org/resource/Ashmead's_Kernel", "http://dbpedia.org/resource/Bristol_S.S.A.", "http://dbpedia.org/resource/British_Deperdussin_Seagull", "http://dbpedia.org/resource/Claygate_Pearmain", "http://dbpedia.org/resource/Kalette", "http://dbpedia.org/resource/Flamenco_(apple)", "http://dbpedia.org/resource/Blackburn_Sidecar", "http://dbpedia.org/resource/Tom_Putt", "http://dbpedia.org/resource/Woodcock_(apple)", "http://dbpedia.org/resource/Worcester_Pearmain", "http://dbpedia.org/resource/Yarlington_Mill", "http://dbpedia.org/resource/Ellis_Bitter", "http://dbpedia.org/resource/Ellison's_Orange", "http://dbpedia.org/resource/Jupiter_(apple)", "http://dbpedia.org/resource/Kingston_Black", "http://dbpedia.org/resource/Dumelow's_Seedling", "http://dbpedia.org/resource/Fuller's_ESB", "http://dbpedia.org/resource/Ulmus_minor_'Atinia_Variegata'", "http://dbpedia.org/resource/Bombay_Sapphire", "http://dbpedia.org/resource/Bonsall_DB-1_Mustang", "http://dbpedia.org/resource/Worthington's_White_Shield", "http://dbpedia.org/resource/Old_Rosie"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/On_Air_with_Ryan_Seacrest> <http://dbpedia.org/ontology/starring> ?uri } "}, "answers": ["http://dbpedia.org/resource/Manny_Guevara", "http://dbpedia.org/resource/Ryan_Seacrest", "http://dbpedia.org/resource/Patty_Rodriguez"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Franklin_W._Olin> <http://dbpedia.org/property/almaMater> ?uri . <http://dbpedia.org/resource/Patty_Lin> <http://dbpedia.org/ontology/education> ?uri} "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/sport> <http://dbpedia.org/resource/Hockey> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/School>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/restingplace> <http://dbpedia.org/resource/Little_Easton> . ?x <http://dbpedia.org/ontology/tomb> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Software>}"}, "answers": ["2571"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/subsequentWork> <http://dbpedia.org/resource/Doctor_Who_Extra> . ?uri <http://dbpedia.org/ontology/related> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/largestCity> <http://dbpedia.org/resource/Lima> . }"}, "answers": ["http://dbpedia.org/resource/Andean_Community", "http://dbpedia.org/resource/Peru\u2013Bolivian_Confederation"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_S._Hall> <http://dbpedia.org/ontology/institution> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Laurie_Johnson> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/And_Soon_the_Darkness", "http://dbpedia.org/resource/You_Must_Be_Joking!_(1965_film)", "http://dbpedia.org/resource/What_a_Whopper", "http://dbpedia.org/resource/The_Beauty_Jungle", "http://dbpedia.org/resource/The_Belstone_Fox", "http://dbpedia.org/resource/The_Lady_and_the_Highwayman", "http://dbpedia.org/resource/Captain_Kronos_\u2013_Vampire_Hunter", "http://dbpedia.org/resource/The_Good_Companions_(1957_film)", "http://dbpedia.org/resource/The_Maids_(film)", "http://dbpedia.org/resource/The_Moonraker", "http://dbpedia.org/resource/Girls_at_Sea_(1958_film)", "http://dbpedia.org/resource/It's_Alive_III:_Island_of_the_Alive", "http://dbpedia.org/resource/It_Lives_Again", "http://dbpedia.org/resource/It_Shouldn't_Happen_to_a_Vet", "http://dbpedia.org/resource/Mister_Jerico", "http://dbpedia.org/resource/Hot_Millions", "http://dbpedia.org/resource/Dr._Strangelove", "http://dbpedia.org/resource/Hedda_(film)", "http://dbpedia.org/resource/The_Firechasers", "http://dbpedia.org/resource/Tiger_Bay_(1959_film)", "http://dbpedia.org/resource/East_of_Sudan", "http://dbpedia.org/resource/Siege_of_the_Saxons", "http://dbpedia.org/resource/Spare_the_Rod", "http://dbpedia.org/resource/Bitter_Harvest_(1963_film)", "http://dbpedia.org/resource/I_Aim_at_the_Stars", "http://dbpedia.org/resource/Operation_Bullshine", "http://dbpedia.org/resource/No_Trees_in_the_Street"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/successor> <http://dbpedia.org/resource/PlayStation_2> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Appliance>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Doctor_Who:_Evacuation_Earth> <http://dbpedia.org/ontology/series> ?uri } "}, "answers": ["http://dbpedia.org/resource/Doctor_Who"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Entertainment_One_Music> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalArtist>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Radio_Philippines_Network> <http://dbpedia.org/ontology/broadcastArea> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/region> <http://dbpedia.org/resource/Ashanti_Region> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/property/maintainedBy> ?uri . <http://dbpedia.org/resource/Soccer_Bowl> <http://dbpedia.org/ontology/city> ?uri} "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1993_European_Grand_Prix> <http://dbpedia.org/property/firstDriver> ?uri } "}, "answers": ["http://dbpedia.org/resource/Ayrton_Senna"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Potato> . ?x ?uri }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/launchAirBase> <http://dbpedia.org/resource/Vandenerg_Air_Base> . ?x <http://dbpedia.org/property/launch> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typeDbo:Rocket>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/FedExField> <http://dbpedia.org/ontology/operator> ?uri } "}, "answers": ["http://dbpedia.org/resource/Washington_Commanders"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/manufacturer> <http://dbpedia.org/resource/Foxconn> . }"}, "answers": ["115"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Shallot> . ?x <http://dbpedia.org/property/state> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hairColor> <http://dbpedia.org/resource/Royal_blue> . ?x <http://dbpedia.org/property/nicknames> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Somerville_College,_Oxford> . ?x <http://dbpedia.org/property/party> ?uri . }"}, "answers": ["None", "http://dbpedia.org/resource/Liberal_Democrats_(UK)", "http://dbpedia.org/resource/Labour_Party_(UK)", "http://dbpedia.org/resource/Conservative_Party_(UK)", "http://dbpedia.org/resource/Welsh_Labour_Party", "http://dbpedia.org/resource/Labour_and_Co-operative"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jos\u00e9_Rivera_(playwright)> <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Obie_Award", "http://dbpedia.org/resource/Academy_Award", "http://dbpedia.org/resource/Goya_Award"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Screen_Actors_Guild_Life_Achievement_Award> . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Screen_Actors_Guild_Life_Achievement_Award", "http://dbpedia.org/resource/Academy_Honorary_Award"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kenya_national_under-20_football_team> <http://dbpedia.org/property/birthPlace> ?uri . <http://dbpedia.org/resource/Mina_Suji> <http://dbpedia.org/ontology/homeStadium> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/nearestCity> <http://dbpedia.org/resource/Kenya> . ?uri <http://dbpedia.org/property/protectedArea> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Elizabeth_II> . }"}, "answers": ["65"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Luke_List_(golfer)> <http://dbpedia.org/property/college> ?uri . <http://dbpedia.org/resource/K._Terry_Dornbush> <http://dbpedia.org/ontology/almaMater> ?uri} "}, "answers": ["http://dbpedia.org/resource/Vanderbilt_University"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/company> <http://dbpedia.org/resource/FremantleMedia> . ?x <http://dbpedia.org/ontology/producer> ?uri . }"}, "answers": ["9"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tommy_Ticker's_Tooth> <http://dbpedia.org/property/director> ?uri . <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> <http://dbpedia.org/ontology/animator> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/Oakland_Athletics> . ?x <http://dbpedia.org/property/builder> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/usedIn> <http://dbpedia.org/resource/Solidus_mark> . ?uri <http://dbpedia.org/property/locations> <http://dbpedia.org/resource/Aureus> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/hubAirport> <http://dbpedia.org/resource/Dubai> . ?x <http://dbpedia.org/ontology/owner> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_Y-block_engine> <http://dbpedia.org/property/manufacturer> ?uri } "}, "answers": ["http://dbpedia.org/resource/Ford_Motor_Company"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lumberjack_100> <http://dbpedia.org/ontology/region> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/royalDesigner> <http://dbpedia.org/resource/Royalty> . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Abdel_Bouckar> <http://dbpedia.org/property/position> ?uri } "}, "answers": ["http://dbpedia.org/resource/Center_(basketball)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/nationalteam> <http://dbpedia.org/resource/Tanzania_national_football_team> . ?x <http://dbpedia.org/ontology/team> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Stellenbosch_F.C.", "http://dbpedia.org/resource/Kinondoni_Municipal_Council_F.C.", "http://dbpedia.org/resource/Tanzania_national_football_team", "http://dbpedia.org/resource/Lipuli_F.C.", "http://dbpedia.org/resource/Ruvu_Shooting_F.C.", "http://dbpedia.org/resource/Kagera_Sugar_F.C.", "http://dbpedia.org/resource/Young_Africans_S.C.", "http://dbpedia.org/resource/African_Lyon_F.C.", "http://dbpedia.org/resource/F.C._Kariobangi_Sharks", "http://dbpedia.org/resource/Mt_Kenya_United_F.C.", "http://dbpedia.org/resource/Chemelil_Sugar_F.C.", "http://dbpedia.org/resource/Namungo_FC", "http://dbpedia.org/resource/Moro_United_F.C.", "http://dbpedia.org/resource/Mwadui_United", "http://dbpedia.org/resource/Mtibwa_Sugar_F.C.", "http://dbpedia.org/resource/Toto_African", "http://dbpedia.org/resource/Simba_S.C.", "http://dbpedia.org/resource/Friends_Rangers_F.C.", "http://dbpedia.org/resource/3_de_Fevereiro", "http://dbpedia.org/resource/Al-Tadamon_SC_(Kuwait)", "http://dbpedia.org/resource/Arusha_F.C.", "http://dbpedia.org/resource/Maji_Maji_F.C.", "http://dbpedia.org/resource/Long_An_FC", "http://dbpedia.org/resource/SHB_Danang_FC", "http://dbpedia.org/resource/Polisi_S.C.", "http://dbpedia.org/resource/Njombe_Mji_F.C.", "http://dbpedia.org/resource/Mbeya_Kwanza_F.C.", "http://dbpedia.org/resource/Azam_F.C.", "http://dbpedia.org/resource/Mbao_F.C.", "http://dbpedia.org/resource/Al-Ittihad_Club_(Salalah)", "http://dbpedia.org/resource/University_of_Pretoria_F.C.", "http://dbpedia.org/resource/Singida_United_F.C.", "http://dbpedia.org/resource/Mbeya_City_F.C.", "http://dbpedia.org/resource/Geita_Gold_Mine_FC", "http://dbpedia.org/resource/Alliance_Schools_F.C.", "http://dbpedia.org/resource/Shepshed_Dynamo_F.C.", "http://dbpedia.org/resource/Spalding_United_F.C.", "http://dbpedia.org/resource/Rugby_Town_F.C.", "http://dbpedia.org/resource/SV_Wilhelmshaven", "http://dbpedia.org/resource/Tanzania_national_under-20_football_team", "http://dbpedia.org/resource/Coastal_Union_F.C.", "http://dbpedia.org/resource/Villa_Squad", "http://dbpedia.org/resource/JKT_Mgambo", "http://dbpedia.org/resource/JKT_Ruvu_Stars", "http://dbpedia.org/resource/Prisons_F.C.", "http://dbpedia.org/resource/Saraswoti_Youth_Club", "http://dbpedia.org/resource/Rayon_Sports_F.C.", "http://dbpedia.org/resource/Mseto_Sports", "http://dbpedia.org/resource/Weymouth_F.C.", "http://dbpedia.org/resource/England_national_under-17_football_team", "http://dbpedia.org/resource/Portsmouth_F.C.", "http://dbpedia.org/resource/Bromley_F.C.", "http://dbpedia.org/resource/Bognor_Regis_Town_F.C.", "http://dbpedia.org/resource/APR_F.C.", "http://dbpedia.org/resource/Clube_Ferrovi\u00e1rio_de_Nampula", "http://dbpedia.org/resource/Stand_United", "http://dbpedia.org/resource/Gefle_IF", "http://dbpedia.org/resource/Stand_United_F.C.", "http://dbpedia.org/resource/Nkana_F.C.", "http://dbpedia.org/resource/Shangani_F.C.", "http://dbpedia.org/resource/F.C._Bravos_do_Maquis", "http://dbpedia.org/resource/Difa\u00e2_Hassani_El_Jadidi", "http://dbpedia.org/resource/Al_Qadsiah_FC", "http://dbpedia.org/resource/Wydad_AC", "http://dbpedia.org/resource/Mwadui_United_F.C.", "http://dbpedia.org/resource/Rhino_Rangers_F.C.", "http://dbpedia.org/resource/Vital'O_FC", "http://dbpedia.org/resource/A.F.C_Arusha", "http://dbpedia.org/resource/Ashanti_United_S.C.", "http://dbpedia.org/resource/Red_Arrows_F.C.", "http://dbpedia.org/resource/Power_Dynamos_F.C.", "http://dbpedia.org/resource/Tanzania_national_under-17_football_team", "http://dbpedia.org/resource/K.R.C._Genk", "http://dbpedia.org/resource/Geita_Gold", "http://dbpedia.org/resource/Polisi_Tanzania", "http://dbpedia.org/resource/Zanzibar_Ocean_View_F.C.", "http://dbpedia.org/resource/Zanzibar_national_football_team", "http://dbpedia.org/resource/Miembeni_S.C.", "http://dbpedia.org/resource/Aston_Villa_F.C.", "http://dbpedia.org/resource/TP_Mazembe", "http://dbpedia.org/resource/Fenerbah\u00e7e_S.K._(football)", "http://dbpedia.org/resource/Royal_Antwerp_F.C.", "http://dbpedia.org/resource/Kenya_Commercial_Bank_S.C.", "http://dbpedia.org/resource/Bandari_F.C._(Kenya)", "http://dbpedia.org/resource/Biashara_United", "http://dbpedia.org/resource/Police_Tanzania_F.C.", "http://dbpedia.org/resource/Young_African_S.C", "http://dbpedia.org/resource/Biashara_United_F.C.", "http://dbpedia.org/resource/La_Passe_FC", "http://dbpedia.org/resource/Anse_R\u00e9union_FC", "http://dbpedia.org/resource/Botswana_Defence_Force_XI_F.C.", "http://dbpedia.org/resource/TS_Galaxy_F.C.", "http://dbpedia.org/resource/FC_Le_Mont", "http://dbpedia.org/resource/FC_Baulmes", "http://dbpedia.org/resource/FC_Bavois", "http://dbpedia.org/resource/Yverdon-Sport_FC", "http://dbpedia.org/resource/FC_Valmont", "http://dbpedia.org/resource/Vancouver_Whitecaps_(1986\u20132010)", "http://dbpedia.org/resource/Vancouver_Whitecaps_FC", "http://dbpedia.org/resource/Tadamon_Sour_SC", "http://dbpedia.org/resource/Pamba_S.C.", "http://dbpedia.org/resource/Beitar_Tel_Aviv_Bat_Yam_F.C.", "http://dbpedia.org/resource/Maccabi_Tel_Aviv_F.C.", "http://dbpedia.org/resource/S.V._Zulte_Waregem", "http://dbpedia.org/resource/Abajalo_F.C.", "http://dbpedia.org/resource/Bandari_F.C._(Tanzania)", "http://dbpedia.org/resource/Toto_Africa_F.C.", "http://dbpedia.org/resource/Saint_George_S.C.", "http://dbpedia.org/resource/Gor_Mahia_F.C.", "http://dbpedia.org/resource/F.C._West_Ham_United", "http://dbpedia.org/resource/Mlandege_FC", "http://dbpedia.org/resource/Al-Shaab_Hadramaut", "http://dbpedia.org/resource/Free_State_Stars_F.C.", "http://dbpedia.org/resource/Fanja_SC", "http://dbpedia.org/resource/Azam_Fc", "http://dbpedia.org/resource/Al-Markhiya_SC", "http://dbpedia.org/resource/Simba_SC_Simba", "http://dbpedia.org/resource/Malindi_S.C.", "http://dbpedia.org/resource/Whitecaps_FC_Academy", "http://dbpedia.org/resource/Ndanda_F.C.", "http://dbpedia.org/resource/Zimamoto_F.C.", "http://dbpedia.org/resource/Baroka_F.C.", "http://dbpedia.org/resource/Chippa_United_F.C.", "http://dbpedia.org/resource/Highlands_Park_F.C.", "http://dbpedia.org/resource/UiTM_FC", "http://dbpedia.org/resource/KMKM_F.C.", "http://dbpedia.org/resource/Jang'ombe_Boys_F.C.", "http://dbpedia.org/resource/Mafunzo_F.C.", "http://dbpedia.org/resource/Taifa_ya_Jang'ombe_S.C.", "http://dbpedia.org/resource/Sofapaka_F.C.", "http://dbpedia.org/resource/Royal_AM_F.C.", "http://dbpedia.org/resource/Arusha_United_F.C.", "http://dbpedia.org/resource/Gainsborough_Trinity_F.C.", "http://dbpedia.org/resource/Harrogate_Town_A.F.C.", "http://dbpedia.org/resource/Tamworth_F.C.", "http://dbpedia.org/resource/Barrow_A.F.C.", "http://dbpedia.org/resource/Burton_Albion_F.C.", "http://dbpedia.org/resource/Solihull_Moors_F.C.", "http://dbpedia.org/resource/Crawley_Town_F.C.", "http://dbpedia.org/resource/Grimsby_Town_F.C.", "http://dbpedia.org/resource/Histon_F.C.", "http://dbpedia.org/resource/Mansfield_Town_F.C.", "http://dbpedia.org/resource/Leicester_City_F.C.", "http://dbpedia.org/resource/Lincoln_City_F.C.", "http://dbpedia.org/resource/St_Joseph's_F.C.", "http://dbpedia.org/resource/Blackpool_F.C.", "http://dbpedia.org/resource/Oxford_City_F.C.", "http://dbpedia.org/resource/OC_Bukavu_Dawa", "http://dbpedia.org/resource/New_York_Eagles", "http://dbpedia.org/resource/Al-Nasr_SC_(Dubai)", "http://dbpedia.org/resource/FC_St._Veit", "http://dbpedia.org/resource/Heracles_Almelo", "http://dbpedia.org/resource/Pan_African_S.C.", "http://dbpedia.org/resource/Kongsvinger_IL_Toppfotball", "http://dbpedia.org/resource/Petrojet_SC", "http://dbpedia.org/resource/ENPPI_SC", "http://dbpedia.org/resource/CD_Tenerife_B", "http://dbpedia.org/resource/JKU_S.C.", "http://dbpedia.org/resource/Youssoufia_Berrechid", "http://dbpedia.org/resource/Al-Hilal_Club_(Omdurman)", "http://dbpedia.org/resource/AFC_Eskilstuna", "http://dbpedia.org/resource/JS_Saoura", "http://dbpedia.org/resource/FK_Sloboda_Tuzla", "http://dbpedia.org/resource/Tanzania_national_under-23_football_team", "http://dbpedia.org/resource/Tanzania_Soccer_Academy", "http://dbpedia.org/resource/Dhofar_Club", "http://dbpedia.org/resource/Saham_Club", "http://dbpedia.org/resource/AS_Kigali_FC", "http://dbpedia.org/resource/Nakambala_Leopards_F.C.", "http://dbpedia.org/resource/F.C._Platinum", "http://dbpedia.org/resource/ZESCO_United_F.C.", "http://dbpedia.org/resource/GIF_Sundsvall", "http://dbpedia.org/resource/Montego_Bay_United_F.C.", "http://dbpedia.org/resource/Kajumulo_FC", "http://dbpedia.org/resource/Seattle_Saints", "http://dbpedia.org/resource/Moghreb_T\u00e9touan", "http://dbpedia.org/resource/CD_Izarra", "http://dbpedia.org/resource/CD_Tenerife", "http://dbpedia.org/resource/AS_Cannes", "http://dbpedia.org/resource/Morogoro_Youth_Academy", "http://dbpedia.org/resource/Police_F.C._(Tanzania)", "http://dbpedia.org/resource/JKT_Oljoro_F.C.", "http://dbpedia.org/resource/FC_Hirnyk-Sport_Horishni_Plavni", "http://dbpedia.org/resource/FC_Inhulets_Petrove", "http://dbpedia.org/resource/FC_Vorskla_Poltava", "http://dbpedia.org/resource/\u00c9toile_Sportive_du_Sahel", "http://dbpedia.org/resource/Manang_Marshyangdi_Club"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/East_Tilbury> <http://dbpedia.org/ontology/ceremonialCounty> ?uri } "}, "answers": ["http://dbpedia.org/resource/Essex"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_F._O'Brien> <http://dbpedia.org/property/service> ?uri . <http://dbpedia.org/resource/Laemmle_Theatres> <http://dbpedia.org/ontology/award> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/choreographer> <http://dbpedia.org/resource/Catarina_Lindgren> . ?x <http://dbpedia.org/ontology/parternatedIn> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Siege_of_Santiago> <http://dbpedia.org/ontology/commander> ?uri . <http://dbpedia.org/resource/Battle_of-Fort_Stephenson> <http://dbpedia.org/property/battles> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/publisher> ?uri . }"}, "answers": ["Society for Scientific Exploration", "Weldon Owen"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Philadelphia_Rage> <http://dbpedia.org/ontology/stadium> ?uri } "}, "answers": ["http://dbpedia.org/resource/Philadelphia"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/license> <http://dbpedia.org/resource/Software_as_a_service> . }"}, "answers": ["41"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/subject> <http://dbpedia.org/resource/Racism> . ?x <http://dbpedia.org/ontology/nonFictionSubject> ?uri }"}, "answers": ["16"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/U.S._Route_59> <http://dbpedia.org/property/junction> ?uri } "}, "answers": ["", "at Houston, TX", "at Laredo, TX", "at Lawrence, KS", "at Ottawa, KS", "at Sallisaw, OK", "at Worthington, MN", "near Avoca, IA", "near Fergus Falls, MN", "near Marshall, TX", "near Texarkana, TX"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/service> <http://dbpedia.org/resource/OneDrive> . ?x <http://dbpedia.org/property/services> ?uri . }"}, "answers": ["Microsoft Office", "Web hosting", "", "Internet data center services", "Microsoft Azure", "Microsoft Exchange Online", "Microsoft Office 365", "Microsoft OneDrive for Business", "Microsoft Skype for Business Online", "GitHub", "LinkedIn", "Xbox network", "Azure", "Bing", "Microsoft Store", "Microsoft 365", "OneDrive", "Outlook.com", "Windows Update", "Xbox Game Pass", "Yammer"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bob_Adams_(American_football)> <http://dbpedia.org/property/knownFor> ?uri } "}, "answers": ["http://dbpedia.org/resource/Tight_end", "http://dbpedia.org/resource/National_Football_League", "Scientology official"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chelsea_F.C> . <http://dbpedia.org/property/owner> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Duncan_U._Fletcher> <http://dbpedia.org/property/affiliation> ?uri . <http://dbpedia.org/resource/Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt> <http://dbpedia.org/ontology/almaMater> ?uri} "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bachelor_of_Arts> <http://dbpedia.org/ontology/board> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Liv_Ullmann> <http://dbpedia.org/ontology/partner> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Goethe_Prize", "http://dbpedia.org/resource/BAFTA_Fellowship", "http://dbpedia.org/resource/Praemium_Imperiale", "http://dbpedia.org/resource/Academy_Award", ""]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/product> <http://dbpedia.org/resource/Cross_Platform_of_Soft_ares> . ?uri <http://dbpedia.org/property/developer> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battle> <http://dbpedia.org/resource/Operation_Dragoon> . ?x <http://dbpedia.org/property/title> ?uri . }"}, "answers": ["28"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Williams_Grand_Prix_Engineering> . ?x <http://dbpedia.org/ontology/poleDriver> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Nelson_Piquet", "http://dbpedia.org/resource/Michael_Schumacher", "http://dbpedia.org/resource/Jacques_Villeneuve", "http://dbpedia.org/resource/Mika_H\u00e4kkinen", "http://dbpedia.org/resource/Juan_Pablo_Montoya", "http://dbpedia.org/resource/Kimi_R\u00e4ikk\u00f6nen", "http://dbpedia.org/resource/Ralf_Schumacher", "http://dbpedia.org/resource/Rubens_Barrichello", "http://dbpedia.org/resource/Alan_Jones_(racing_driver)", "http://dbpedia.org/resource/Jean-Pierre_Jabouille", "http://dbpedia.org/resource/Bruno_Giacomelli", "http://dbpedia.org/resource/Carlos_Reutemann", "http://dbpedia.org/resource/Alain_Prost", "http://dbpedia.org/resource/Keke_Rosberg", "http://dbpedia.org/resource/Nigel_Mansell", "http://dbpedia.org/resource/Ayrton_Senna", "http://dbpedia.org/resource/Teo_Fabi", "http://dbpedia.org/resource/Thierry_Boutsen", "http://dbpedia.org/resource/Riccardo_Patrese", "http://dbpedia.org/resource/Gerhard_Berger", "http://dbpedia.org/resource/Damon_Hill", "http://dbpedia.org/resource/Jean_Alesi", "http://dbpedia.org/resource/David_Coulthard", "http://dbpedia.org/resource/Pastor_Maldonado"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_M._Sears> <http://dbpedia.org/ontology/employer> ?uri } "}, "answers": ["http://dbpedia.org/resource/McDonnell_Aircraft_Corporation", "http://dbpedia.org/resource/Boeing"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/McClain_(band)> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/layout> <http://dbpedia.org/resource/Four-wheel-drive_layout> . ?x <http://dbpedia.org/property/layout> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Four-wheel-drive_layout"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Gatwick_Airport> . ?x <http://dbpedia.org/ontology/destinations> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WPC_Dynamo_Moscow> <http://dbpedia.org/property/arena> ?uri } "}, "answers": ["Dynamo, Moscow"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Venkatraman_Ramakrishnan> . ?uri <http://dbpedia.org/property/awards> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/The_Jacket> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Celluloid_Records>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/Tokyo_Broadcasting_System> . ?x <http://dbpedia.org/property/writer> ?uri . }"}, "answers": ["105"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Sea_of_Marmara> . ?x <http://dbpedia.org/property/cities> ?uri . }"}, "answers": ["Alexandria, Barcelona, Algiers, Izmir, Tel Aviv-Yafo, Rome, Athens, Antalya, Beirut, Tripoli, Mersin, Marseille, Mu\u011fla, Naples, Tangier, Tunis, Split,"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Geneva> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/AeroKlub_Wroc\u0142aw> . ?x <http://dbpedia.org/property/nationality> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Ukraine", "http://dbpedia.org/resource/Canada"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arkansas_wine> <http://dbpedia.org/property/officialName> ?uri } "}, "answers": ["http://dbpedia.org/resource/Arkansas"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/routeStart> <http://dbpedia.org/resource/Seberang_Perai> . ?x <http://dbpedia.org/property/crosses> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Malaysia", "http://dbpedia.org/resource/South_Channel,_Malaysia", "http://dbpedia.org/resource/Penang_Strait"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/Maharashtran> . ?x <http://dbpedia.org/ontology/purpose> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/river> <http://dbpedia.org/resource/Mota-Engil> . ?x <http://dbpedia.org/property/crosses> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/fields> <http://dbpedia.org/resource/Mathematics> . ?x <http://dbpedia.org/property/fields> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jimmie_Lou_Fisher> <http://dbpedia.org/property/governor> ?uri } "}, "answers": ["http://dbpedia.org/resource/Frank_D._White", "http://dbpedia.org/resource/Jim_Guy_Tucker", "http://dbpedia.org/resource/Bill_Clinton", "http://dbpedia.org/resource/Mike_Huckabee"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/England> . ?uri <http://dbpedia.org/property/painters> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/child> <http://dbpedia.org/resource/Luke_Scott_(director)> . ?uri <http://dbpedia.org/property/director> ?x . }"}, "answers": ["http://dbpedia.org/resource/All_the_Money_in_the_World", "http://dbpedia.org/resource/American_Gangster_(film)", "http://dbpedia.org/resource/Boy_and_Bicycle", "http://dbpedia.org/resource/Napoleon_(upcoming_film)", "http://dbpedia.org/resource/Alien:_Covenant", "http://dbpedia.org/resource/Alien_(film)", "http://dbpedia.org/resource/G.I._Jane", "http://dbpedia.org/resource/Hannibal_(2001_film)", "http://dbpedia.org/resource/White_Squall_(film)", "http://dbpedia.org/resource/1492:_Conquest_of_Paradise", "http://dbpedia.org/resource/Gladiator_(2000_film)", "http://dbpedia.org/resource/The_Bike_Ride", "http://dbpedia.org/resource/Matchstick_Men", "http://dbpedia.org/resource/Raised_by_Wolves_(Raised_by_Wolves_episode)", "http://dbpedia.org/resource/The_Counselor", "http://dbpedia.org/resource/The_Duellists", "http://dbpedia.org/resource/The_Last_Duel_(2021_film)", "http://dbpedia.org/resource/The_Martian_(film)", "http://dbpedia.org/resource/Thelma_&_Louise", "http://dbpedia.org/resource/1984_(advertisement)", "http://dbpedia.org/resource/A_Good_Year", "http://dbpedia.org/resource/Adam_Adamant_Lives!", "http://dbpedia.org/resource/House_of_Gucci", "http://dbpedia.org/resource/Someone_to_Watch_Over_Me_(film)", "http://dbpedia.org/resource/Robin_Hood_(2010_film)", "http://dbpedia.org/resource/Exodus:_Gods_and_Kings", "http://dbpedia.org/resource/Legend_(1985_film)", "http://dbpedia.org/resource/Pentagram_(Raised_by_Wolves)", "http://dbpedia.org/resource/Prometheus_(2012_film)", "http://dbpedia.org/resource/Black_Hawk_Down_(film)", "http://dbpedia.org/resource/Black_Rain_(1989_American_film)", "http://dbpedia.org/resource/Blade_Runner", "http://dbpedia.org/resource/Body_of_Lies_(film)", "http://dbpedia.org/resource/Kingdom_of_Heaven_(film)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gustavo_Rojas_Pinilla> <http://dbpedia.org/property/relation> ?x . ?x <http://dbpedia.org/ontology/education> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/knownFor> ?uri . }"}, "answers": ["1517"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucifer's_Hammer> <http://dbpedia.org/ontology/publisher> ?uri } "}, "answers": ["http://dbpedia.org/resource/Del_Rey_Books"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/MapleMusic_Recordings> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballPlayer>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/primeminister> <http://dbpedia.org/resource/History_of_Trier> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Roman_Abramovich> . ?uri <http://dbpedia.org/ontology/employer> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/Toronto> . ?x <http://dbpedia.org/property/locations> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/spouse> <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . }"}, "answers": ["http://dbpedia.org/resource/Aunt_Em"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blytheville_High_School> <http://dbpedia.org/property/mascot> ?uri } "}, "answers": ["http://dbpedia.org/resource/Chickasaw"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/voices> <http://dbpedia.org/resource/Eliza_Schneider> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/Squirrel_Boy"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/J._Bennett_Johnston> <http://dbpedia.org/property/related> ?x . ?x <http://dbpedia.org/ontology/state> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutteam> <http://dbpedia.org/resource/Homestead_Grays> . ?x <http://dbpedia.org/property/birthPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Simpsons_Ride> <http://dbpedia.org/property/starring> ?uri } "}, "answers": ["", "Kelsey Grammer", "Nancy Cartwright", "Hank Azaria", "Julie Kavner", "Dan Castellaneta", "Yeardley Smith"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/developer> <http://dbpedia.org/resource/IPhone> . ?uri <http://dbpedia.org/ontology/organisation> <http://dbpedia.org/resource/XNU> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Bacteria>}"}, "answers": ["6476"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alice's_Wonderland> <http://dbpedia.org/property/director> ?uri } "}, "answers": ["Walt Disney", "", "Ub Iwerks"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/United_States_Department_of_Defense> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/design> <http://dbpedia.org/resource/Cable_Stayed_Bridge> . ?x <http://dbpedia.org/property/river> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/Nazi_Germany> } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/doctoralAdvisor> <http://dbpedia.org/resource/Mary_Ainsworth> . ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Scientist> } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Europe> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2008_Summer_Olympics> <http://dbpedia.org/property/bronzesMedley> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/doctoralStudent> <http://dbpedia.org/resource/\u00c9tienne_(film)> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/BMW_M10> . ?x <http://dbpedia.org/ontology/successor> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Macintosh_Quadra_660AV> <http://dbpedia.org/ontology/operatingSystem> ?x . ?x <http://dbpedia.org/property/developer> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Apple_Inc."]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/Brian_d'Arcy_James> } "}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/He's_a_Pirate> <http://dbpedia.org/ontology/writer> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/RCA_Records> . ?uri <http://dbpedia.org/property/musicComposer> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/compiler> <http://dbpedia.org/resource/Stephen_Law> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/PhilosophyJournal>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/lastAppearance> <http://dbpedia.org/resource/The_Avengers_(1998_film)> . ?x <http://dbpedia.org/property/birthPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Palang_Dharma_Party> <http://dbpedia.org/property/party> ?uri . <http://dbpedia.org/resource/Miao> <http://dbpedia.org/ontology/religion> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/The_Case_of_the_Mukkinese_Battle-Horn", "http://dbpedia.org/resource/The_Italian_Job", "http://dbpedia.org/resource/The_Man_Who_Fell_to_Earth", "http://dbpedia.org/resource/The_Other_People", "http://dbpedia.org/resource/Conduct_Unbecoming_(1975_film)", "http://dbpedia.org/resource/Murphy's_War", "http://dbpedia.org/resource/Crosstrap", "http://dbpedia.org/resource/Robbery_(1967_film)", "http://dbpedia.org/resource/One_Way_Pendulum_(film)", "http://dbpedia.org/resource/Blade_Runner"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deputy> <http://dbpedia.org/resource/Jenny_Macklin> . ?uri <http://dbpedia.org/ontology/predecessor> ?x }"}, "answers": ["33"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/athletics> <http://dbpedia.org/resource/Taekwondo> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/placeofburial> <http://dbpedia.org/resource/Arlington_National_Cemetery> . }"}, "answers": ["http://dbpedia.org/resource/Allen_B._Reed", "http://dbpedia.org/resource/Allen_Buchanan_(Medal_of_Honor)", "http://dbpedia.org/resource/Allen_J._Greer", "http://dbpedia.org/resource/Allyn_Capron", "http://dbpedia.org/resource/Allyn_K._Capron", "http://dbpedia.org/resource/Almond_E._Fisher", "http://dbpedia.org/resource/Alva_J._Brasted", "http://dbpedia.org/resource/Alva_R._Fitch", "http://dbpedia.org/resource/Alvan_Cullem_Gillem_II", "http://dbpedia.org/resource/Amor_L._Sims", "http://dbpedia.org/resource/Amos_Fries", "http://dbpedia.org/resource/Andre_W._Brewster", "http://dbpedia.org/resource/Andrew_Chambers", "http://dbpedia.org/resource/Andrew_D._Turner", "http://dbpedia.org/resource/Andrew_Hero_Jr.", "http://dbpedia.org/resource/Andrew_Moses", "http://dbpedia.org/resource/Andrew_P._O'Meara", "http://dbpedia.org/resource/Alfred_Gorham", "http://dbpedia.org/resource/Dan_Christie_Kingman", "http://dbpedia.org/resource/Daniel_Ammen", "http://dbpedia.org/resource/Daniel_Augustus_Joseph_Sullivan", "http://dbpedia.org/resource/Daniel_H._Rucker", "http://dbpedia.org/resource/Daniel_Huston_Jr.", "http://dbpedia.org/resource/Daniel_J._Murphy", "http://dbpedia.org/resource/Daniel_James_Jr.", "http://dbpedia.org/resource/Daniel_M._McGurl", "http://dbpedia.org/resource/Daniel_O._Graham", "http://dbpedia.org/resource/Daniel_V._Gallery", "http://dbpedia.org/resource/Daniel_W._Burke", "http://dbpedia.org/resource/Daniel_Webster_Flagler", "http://dbpedia.org/resource/David_Ayres_Depue_Ogden", "http://dbpedia.org/resource/David_B._Harmony", "http://dbpedia.org/resource/David_B._McKibbin", "http://dbpedia.org/resource/David_C._Dolby", "http://dbpedia.org/resource/David_C._Schilling", "http://dbpedia.org/resource/David_C._Shanks", "http://dbpedia.org/resource/David_Dixon_Porter_(Medal_of_Honor)", "http://dbpedia.org/resource/David_E._Buckingham", "http://dbpedia.org/resource/David_F._O'Neill", "http://dbpedia.org/resource/David_F._Wherley_Jr.", "http://dbpedia.org/resource/David_H._Bagley", "http://dbpedia.org/resource/David_Hackworth", "http://dbpedia.org/resource/David_Harrington_(Medal_of_Honor)", "http://dbpedia.org/resource/David_J._McCloud", "http://dbpedia.org/resource/David_L._Brainard", "http://dbpedia.org/resource/David_M._Jones", "http://dbpedia.org/resource/David_M._Shoup", "http://dbpedia.org/resource/David_McCampbell", "http://dbpedia.org/resource/David_R._Kingsley", "http://dbpedia.org/resource/Death_of_Logan_Melgar", "http://dbpedia.org/resource/Van_D._Bell", "http://dbpedia.org/resource/Vermont_Garrison", "http://dbpedia.org/resource/Vernon_Baker", "http://dbpedia.org/resource/Vernon_E._Megee", "http://dbpedia.org/resource/Victor_Prather", "http://dbpedia.org/resource/Vincent_O'Rourke", "http://dbpedia.org/resource/Vincent_R._Kramer", "http://dbpedia.org/resource/Virgil_L._Peterson", "http://dbpedia.org/resource/Virgil_R._Miller", "http://dbpedia.org/resource/Wager_Swayne", "http://dbpedia.org/resource/Wallace_M._Greene", "http://dbpedia.org/resource/Walter_Atlee_Edwards", "http://dbpedia.org/resource/Walter_C._Monegan_Jr.", "http://dbpedia.org/resource/Walter_I._Lawson", "http://dbpedia.org/resource/Walter_Irvine_Jordan", "http://dbpedia.org/resource/Walter_James_Sabalauski", "http://dbpedia.org/resource/Walter_L._Reed", "http://dbpedia.org/resource/Walter_McCaw", "http://dbpedia.org/resource/Walter_Newell_Hill", "http://dbpedia.org/resource/Walter_Reed", "http://dbpedia.org/resource/Walter_Reed_Weaver", "http://dbpedia.org/resource/Walter_S._Schuyler", "http://dbpedia.org/resource/Walter_Stratton_Anderson", "http://dbpedia.org/resource/Walter_Thorn", "http://dbpedia.org/resource/Walter_W._Wensinger", "http://dbpedia.org/resource/Warner_B._Bayley", "http://dbpedia.org/resource/Warner_Norton_Grubb", "http://dbpedia.org/resource/Warren_Whitside", "http://dbpedia.org/resource/Washington_Irving_Chambers", "http://dbpedia.org/resource/Washington_L._Capps", "http://dbpedia.org/resource/Delbert_Black", "http://dbpedia.org/resource/Delbert_O._Jennings", "http://dbpedia.org/resource/Delk_M._Oden", "http://dbpedia.org/resource/Deming_Bronson", "http://dbpedia.org/resource/Dennis_Bell_(Medal_of_Honor)", "http://dbpedia.org/resource/Dennis_E._Nolan", "http://dbpedia.org/resource/Dennis_T._Kirby", "http://dbpedia.org/resource/Devol_Brett", "http://dbpedia.org/resource/Diego_E._Hern\u00e1ndez", "http://dbpedia.org/resource/Dieter_Dengler", "http://dbpedia.org/resource/Dion_Williams", "http://dbpedia.org/resource/Dixie_Kiefer", "http://dbpedia.org/resource/Verna_Grahek_Mize", "http://dbpedia.org/resource/Alan_G._Rogers", "http://dbpedia.org/resource/Alan_Louis_Eggers", "http://dbpedia.org/resource/Albert_Blithe", "http://dbpedia.org/resource/Albert_Boyd", "http://dbpedia.org/resource/Albert_Clayton_Dalton", "http://dbpedia.org/resource/Albert_Coady_Wedemeyer", "http://dbpedia.org/resource/Albert_Cushing_Read", "http://dbpedia.org/resource/Albert_E._Milloy", "http://dbpedia.org/resource/Albert_G._Winterhalter", "http://dbpedia.org/resource/Albert_Gleaves", "http://dbpedia.org/resource/Albert_Jesse_Bowley_Sr.", "http://dbpedia.org/resource/Albert_Kautz", "http://dbpedia.org/resource/Albert_S._Barker", "http://dbpedia.org/resource/Albert_S._McLemore", "http://dbpedia.org/resource/Albertus_W._Catlin", "http://dbpedia.org/resource/Alden_Partridge_Colvocoresses", "http://dbpedia.org/resource/Alex_Gard", "http://dbpedia.org/resource/Alexander_Asboth", "http://dbpedia.org/resource/Alexander_Gordon_Lyle", "http://dbpedia.org/resource/Alexander_Henry_Hoff", "http://dbpedia.org/resource/Alexander_Jardine_(Medal_of_Honor)", "http://dbpedia.org/resource/Alexander_K._Tyree", "http://dbpedia.org/resource/Alexander_Peters", "http://dbpedia.org/resource/Alexander_R._Nininger", "http://dbpedia.org/resource/Alexander_Scott_(Medal_of_Honor)", "http://dbpedia.org/resource/Alexander_Vandegrift", "http://dbpedia.org/resource/Alfred_A._Cunningham", "http://dbpedia.org/resource/Alfred_C._Richmond", "http://dbpedia.org/resource/Alfred_Gruenther", "http://dbpedia.org/resource/Alfred_Judson_Force_Moody", "http://dbpedia.org/resource/Alfred_M._Pride", "http://dbpedia.org/resource/Alfred_Starbird", "http://dbpedia.org/resource/Alfred_T._Smith", "http://dbpedia.org/resource/Alfred_W._Chandler", "http://dbpedia.org/resource/Alfred_Wilkinson_Johnson", "http://dbpedia.org/resource/Arthur_C._Davis", "http://dbpedia.org/resource/Arthur_D._Nicholson", "http://dbpedia.org/resource/Arthur_E._Henn", "http://dbpedia.org/resource/Arthur_Henry_Dutton", "http://dbpedia.org/resource/Arthur_Japy_Hepburn", "http://dbpedia.org/resource/Arthur_K._Cebrowski", "http://dbpedia.org/resource/Arthur_K._Ladd", "http://dbpedia.org/resource/Arthur_L._Willard", "http://dbpedia.org/resource/Arthur_M._Ferguson", "http://dbpedia.org/resource/Arthur_Murray_(United_States_Army_officer)", "http://dbpedia.org/resource/Arthur_Murray_Preston", "http://dbpedia.org/resource/Arthur_P._Fairfield", "http://dbpedia.org/resource/Arthur_R._Gralla", "http://dbpedia.org/resource/Arthur_S._Carpender", "http://dbpedia.org/resource/Arthur_S._Moreau_Jr.", "http://dbpedia.org/resource/Arthur_S._Thomas", "http://dbpedia.org/resource/Arthur_W._Radford", "http://dbpedia.org/resource/Ashley_Chadbourne_McKinley", "http://dbpedia.org/resource/Audie_Murphy", "http://dbpedia.org/resource/August_Kautz", "http://dbpedia.org/resource/August_Schomburg", "http://dbpedia.org/resource/Augustine_Warner_Robins", "http://dbpedia.org/resource/Augustus_F._Fechteler", "http://dbpedia.org/resource/Augustus_P._Blocksom", "http://dbpedia.org/resource/Avery_D._Andrews", "http://dbpedia.org/resource/Beauford_T._Anderson", "http://dbpedia.org/resource/Ben_Moreell", "http://dbpedia.org/resource/Benedict_L._Stabile", "http://dbpedia.org/resource/Benjamin_Alvord_Jr.", "http://dbpedia.org/resource/Benjamin_B._Talley", "http://dbpedia.org/resource/Benjamin_F._Hardaway", "http://dbpedia.org/resource/Benjamin_F._Rittenhouse", "http://dbpedia.org/resource/Benjamin_F._Sands", "http://dbpedia.org/resource/Benjamin_Franklin_Kelley", "http://dbpedia.org/resource/Benjamin_H._Cheever_Jr.", "http://dbpedia.org/resource/Benjamin_M._Chiswell", "http://dbpedia.org/resource/Benjamin_O._Davis_Jr.", "http://dbpedia.org/resource/Benjamin_O._Davis_Sr.", "http://dbpedia.org/resource/Benjamin_P._Lamberton", "http://dbpedia.org/resource/Benjamin_Piatt_Runkle", "http://dbpedia.org/resource/Benjamin_Thurman_Hacker", "http://dbpedia.org/resource/Bennie_G._Adkins", "http://dbpedia.org/resource/Berger_Loman", "http://dbpedia.org/resource/Bernard_A._Byrne", "http://dbpedia.org/resource/Bernard_Schriever", "http://dbpedia.org/resource/Ford_O._Rogers", "http://dbpedia.org/resource/Forrest_E._Everhart", "http://dbpedia.org/resource/Forrest_L._Vosler", "http://dbpedia.org/resource/Forrest_S._Petersen", "http://dbpedia.org/resource/Forrest_Sherman", "http://dbpedia.org/resource/Fran_McKee", "http://dbpedia.org/resource/Frances_Shea-Buckley", "http://dbpedia.org/resource/Francis_Asbury_Roe", "http://dbpedia.org/resource/Francis_C._Hammond", "http://dbpedia.org/resource/Francis_Cogswell", "http://dbpedia.org/resource/Francis_G._Brink", "http://dbpedia.org/resource/Francis_Greenlief", "http://dbpedia.org/resource/Francis_J._Higginson", "http://dbpedia.org/resource/Francis_Joseph_Kernan", "http://dbpedia.org/resource/Francis_K._Newcomer", "http://dbpedia.org/resource/Francis_L._Garrett", "http://dbpedia.org/resource/Francis_M._McAlister", "http://dbpedia.org/resource/Francis_S._Dodge", "http://dbpedia.org/resource/Francis_T._Ryan", "http://dbpedia.org/resource/Francis_Thomas_Evans_Sr.", "http://dbpedia.org/resource/Francis_William_Farrell", "http://dbpedia.org/resource/Frank_A._Armstrong", "http://dbpedia.org/resource/Frank_A._Tobey", "http://dbpedia.org/resource/Frank_B._James", "http://dbpedia.org/resource/Frank_Baldwin", "http://dbpedia.org/resource/Frank_Baldwin_(admiral)", "http://dbpedia.org/resource/Frank_Buckles", "http://dbpedia.org/resource/Frank_Drew", "http://dbpedia.org/resource/Frank_E._Beatty", "http://dbpedia.org/resource/Frank_E._Petersen", "http://dbpedia.org/resource/Frank_Edmund_Beatty_Jr.", "http://dbpedia.org/resource/Frank_Ellis_Bamford", "http://dbpedia.org/resource/Frank_Friday_Fletcher", "http://dbpedia.org/resource/Frank_G._Fahrion", "http://dbpedia.org/resource/Frank_Herman_Schofield", "http://dbpedia.org/resource/Frank_Jack_Fletcher", "http://dbpedia.org/resource/Frank_Mahin", "http://dbpedia.org/resource/Frank_Matteson_Bostwick", "http://dbpedia.org/resource/Frank_Maxwell_Andrews", "http://dbpedia.org/resource/Frank_McIntyre", "http://dbpedia.org/resource/Frank_Monroe_Upton", "http://dbpedia.org/resource/Frank_Ross_McCoy", "http://dbpedia.org/resource/Frank_Sherwood_Cocheu", "http://dbpedia.org/resource/Frank_W._Coe", "http://dbpedia.org/resource/Frank_Wesley_Fenno_Jr.", "http://dbpedia.org/resource/Frank_West_(Medal_of_Honor)", "http://dbpedia.org/resource/Frank_Wheaton", "http://dbpedia.org/resource/Franklin_A._Hart", "http://dbpedia.org/resource/Franklin_E._Sigler", "http://dbpedia.org/resource/Franklin_Guest_Smith", "http://dbpedia.org/resource/Franklin_J._Drake", "http://dbpedia.org/resource/Fred_C._Ainsworth", "http://dbpedia.org/resource/Fred_C._Sheffey", "http://dbpedia.org/resource/Fred_E._Haynes_Jr.", "http://dbpedia.org/resource/Fred_Jurgen_Schnepel", "http://dbpedia.org/resource/Fred_K._Mahaffey", "http://dbpedia.org/resource/Fred_Thaddeus_Austin", "http://dbpedia.org/resource/Fred_V._Cherry", "http://dbpedia.org/resource/Frederic_Dahl_Evans", "http://dbpedia.org/resource/Frederic_H._Smith_Jr.", "http://dbpedia.org/resource/Frederick_B._Shaw", "http://dbpedia.org/resource/Frederick_C._Blesse", "http://dbpedia.org/resource/Frederick_C._Turner", "http://dbpedia.org/resource/Frederick_I._Eglin", "http://dbpedia.org/resource/Frederick_J._Becton", "http://dbpedia.org/resource/Frederick_J._Clarke", "http://dbpedia.org/resource/Frederick_Kroesen", "http://dbpedia.org/resource/Frederick_L._Wieseman", "http://dbpedia.org/resource/Frederick_Martin_(general)", "http://dbpedia.org/resource/Frederick_Muller", "http://dbpedia.org/resource/Frederick_S._Strong", "http://dbpedia.org/resource/Frederick_W._F\u00fcger", "http://dbpedia.org/resource/Frederick_W._Mausert_III", "http://dbpedia.org/resource/Frederick_W._Sibley", "http://dbpedia.org/resource/Freeman_V._Horner", "http://dbpedia.org/resource/Frieda_Hardin", "http://dbpedia.org/resource/Gabriel_Ren\u00e9_Paul", "http://dbpedia.org/resource/Gaines_Lawson", "http://dbpedia.org/resource/Gary_W._Johnston", "http://dbpedia.org/resource/George_A._Converse", "http://dbpedia.org/resource/George_A._Dodd", "http://dbpedia.org/resource/George_Alexander_Forsyth", "http://dbpedia.org/resource/George_Andrews_(adjutant_general)", "http://dbpedia.org/resource/George_B._Turner", "http://dbpedia.org/resource/George_Barnett", "http://dbpedia.org/resource/George_Bray_McMillan", "http://dbpedia.org/resource/George_Breeman", "http://dbpedia.org/resource/George_C._Day", "http://dbpedia.org/resource/George_C._Remey", "http://dbpedia.org/resource/George_C._Shaw", "http://dbpedia.org/resource/George_C._Thorpe", "http://dbpedia.org/resource/George_Charrette", "http://dbpedia.org/resource/George_Cregan", "http://dbpedia.org/resource/George_Croghan_Reid", "http://dbpedia.org/resource/George_Crook", "http://dbpedia.org/resource/George_D._Libby", "http://dbpedia.org/resource/George_D._Murray", "http://dbpedia.org/resource/George_D._Ruggles", "http://dbpedia.org/resource/George_D._Webster_(USMC)", "http://dbpedia.org/resource/George_Dilboy", "http://dbpedia.org/resource/George_E._Albee", "http://dbpedia.org/resource/George_E._Stewart", "http://dbpedia.org/resource/George_F._Elliott", "http://dbpedia.org/resource/George_F._Pearson", "http://dbpedia.org/resource/George_F._Rixey", "http://dbpedia.org/resource/George_H._Morgan", "http://dbpedia.org/resource/George_H._Plowman", "http://dbpedia.org/resource/George_H._Wanton", "http://dbpedia.org/resource/George_H._Weems", "http://dbpedia.org/resource/George_Hendricks_Beverley", "http://dbpedia.org/resource/George_Henry_Shelton", "http://dbpedia.org/resource/George_Herbert_Harries", "http://dbpedia.org/resource/George_Huber_Wheeler", "http://dbpedia.org/resource/George_J._Walker", "http://dbpedia.org/resource/George_Jacobson", "http://dbpedia.org/resource/George_Juskalian", "http://dbpedia.org/resource/George_K._McGunnegle", "http://dbpedia.org/resource/George_Kenney", "http://dbpedia.org/resource/George_King_Hunter", "http://dbpedia.org/resource/George_L._Street_III", "http://dbpedia.org/resource/George_M._Neal", "http://dbpedia.org/resource/George_McCall_Courts", "http://dbpedia.org/resource/George_Miller_Sternberg", "http://dbpedia.org/resource/George_O._Van_Orden", "http://dbpedia.org/resource/George_Owen_Squier", "http://dbpedia.org/resource/George_Patton_IV", "http://dbpedia.org/resource/George_Ramsey_Clark", "http://dbpedia.org/resource/George_Ritter_Burnett", "http://dbpedia.org/resource/George_Rose_(Navy_member)", "http://dbpedia.org/resource/George_Sabin_Gibbs", "http://dbpedia.org/resource/George_Scratchley_Brown", "http://dbpedia.org/resource/George_W._Casey_Sr.", "http://dbpedia.org/resource/George_W._Dunaway", "http://dbpedia.org/resource/George_W._Smith_(USMC)", "http://dbpedia.org/resource/George_Washington_Burr", "http://dbpedia.org/resource/George_Welch_(pilot)", "http://dbpedia.org/resource/George_William_Goddard", "http://dbpedia.org/resource/George_Windle_Read_Jr.", "http://dbpedia.org/resource/Halstead_C._Fowler", "http://dbpedia.org/resource/Harley_H._Christy", "http://dbpedia.org/resource/Harold_B._Sallada", "http://dbpedia.org/resource/Harold_D._Campbell", "http://dbpedia.org/resource/Harold_D._Hansen", "http://dbpedia.org/resource/Harold_E._Rosecrans", "http://dbpedia.org/resource/Harold_Fischer", "http://dbpedia.org/resource/Harold_G._Bowen_Sr.", "http://dbpedia.org/resource/Harold_Huglin", "http://dbpedia.org/resource/Harold_Huston_George", "http://dbpedia.org/resource/Harold_J._Greene", "http://dbpedia.org/resource/Harold_Keith_Johnson", "http://dbpedia.org/resource/Harold_M._McClelland", "http://dbpedia.org/resource/Harold_Medberry_Bemis", "http://dbpedia.org/resource/Harold_Percival_Norton", "http://dbpedia.org/resource/Harold_Robert_Aaron", "http://dbpedia.org/resource/Harold_S._Roise", "http://dbpedia.org/resource/Harris_W._Hollis", "http://dbpedia.org/resource/Harry_C._Egbert", "http://dbpedia.org/resource/Harry_D._Felt", "http://dbpedia.org/resource/Harry_G._Hamlet", "http://dbpedia.org/resource/Harry_Jeremiah_Parks", "http://dbpedia.org/resource/Harry_Kinnard", "http://dbpedia.org/resource/Harry_L._Hawthorne", "http://dbpedia.org/resource/Harry_L._Steele", "http://dbpedia.org/resource/Harry_Lipscomb", "http://dbpedia.org/resource/Harry_Lovejoy_Rogers", "http://dbpedia.org/resource/Harry_M._P._Huse", "http://dbpedia.org/resource/Harry_Reuben_Anderson", "http://dbpedia.org/resource/Harry_Taylor_(engineer)", "http://dbpedia.org/resource/Harvey_C._Tschirgi", "http://dbpedia.org/resource/Hawthorne_C._Gray", "http://dbpedia.org/resource/Haydon_L._Boatner", "http://dbpedia.org/resource/Salve_H._Matheson", "http://dbpedia.org/resource/Samuel_Baldwin_Marks_Young", "http://dbpedia.org/resource/Samuel_D._Sturgis", "http://dbpedia.org/resource/Samuel_D._Sturgis_Jr._(1861\u20131933)", "http://dbpedia.org/resource/Samuel_G._Fuqua", "http://dbpedia.org/resource/Samuel_H._Starr", "http://dbpedia.org/resource/Samuel_L._Gravely_Jr.", "http://dbpedia.org/resource/Samuel_L._Howard", "http://dbpedia.org/resource/Samuel_Nathan_Blatchford", "http://dbpedia.org/resource/Samuel_Ovenshine", "http://dbpedia.org/resource/Samuel_Rhoads_Franklin", "http://dbpedia.org/resource/Samuel_Rockenbach", "http://dbpedia.org/resource/Samuel_S._Sumner", "http://dbpedia.org/resource/Samuel_Whitside", "http://dbpedia.org/resource/Samuel_Woodfill", "http://dbpedia.org/resource/Samuel_Woodson_Price", "http://dbpedia.org/resource/Waverly_B._Woodson_Jr.", "http://dbpedia.org/resource/Wayne_E._Meyer", "http://dbpedia.org/resource/Wayne_Maurice_Caron", "http://dbpedia.org/resource/Welborn_G._Dolvin", "http://dbpedia.org/resource/Wendell_Cushing_Neville", "http://dbpedia.org/resource/Wesley_L._Fox", "http://dbpedia.org/resource/Wesley_L._McDonald", "http://dbpedia.org/resource/Wheeler_Bryson_Lipes", "http://dbpedia.org/resource/Wilbur_L._Creech", "http://dbpedia.org/resource/Wilhelm_D._Styer", "http://dbpedia.org/resource/Will_C._Barnes", "http://dbpedia.org/resource/Willard_A._Kitts", "http://dbpedia.org/resource/Willard_J._Smith", "http://dbpedia.org/resource/Willard_Miller", "http://dbpedia.org/resource/William_A._Campbell_(Tuskegee_Airman)", "http://dbpedia.org/resource/William_A._Enemark", "http://dbpedia.org/resource/William_A._Glassford", "http://dbpedia.org/resource/William_A._Hammond", "http://dbpedia.org/resource/William_A._Moffett", "http://dbpedia.org/resource/William_Abram_Mann", "http://dbpedia.org/resource/William_B._Rosson", "http://dbpedia.org/resource/William_B._Royall", "http://dbpedia.org/resource/William_Babcock_Hazen", "http://dbpedia.org/resource/William_Banks_Caperton", "http://dbpedia.org/resource/William_C._Chip", "http://dbpedia.org/resource/William_C._Gorgas", "http://dbpedia.org/resource/William_Campbell_Langfitt", "http://dbpedia.org/resource/William_Crozier_(artillerist)", "http://dbpedia.org/resource/William_Crumm", "http://dbpedia.org/resource/William_D._Port", "http://dbpedia.org/resource/William_D._Shields", "http://dbpedia.org/resource/William_Dugald_MacDougall", "http://dbpedia.org/resource/William_E._Barber", "http://dbpedia.org/resource/William_E._Birkhimer", "http://dbpedia.org/resource/William_E._Bryan_Jr.", "http://dbpedia.org/resource/William_E._Snyder_(Medal_of_Honor)", "http://dbpedia.org/resource/William_Edward_Bergin", "http://dbpedia.org/resource/William_Edwin_Harvey_(United_States_Army_officer)", "http://dbpedia.org/resource/William_Estel_Potts", "http://dbpedia.org/resource/William_Evens_Hall", "http://dbpedia.org/resource/William_F._Hamberger", "http://dbpedia.org/resource/William_F._Marquat", "http://dbpedia.org/resource/William_F._McKee", "http://dbpedia.org/resource/William_Farrar_Smith", "http://dbpedia.org/resource/William_Fechteler", "http://dbpedia.org/resource/William_Frederick_Hase", "http://dbpedia.org/resource/William_G._Bainbridge", "http://dbpedia.org/resource/William_G._Farrow", "http://dbpedia.org/resource/William_G._Walsh", "http://dbpedia.org/resource/William_G._Windrich", "http://dbpedia.org/resource/William_George_Thordsen", "http://dbpedia.org/resource/William_H._Brown_(Medal_of_Honor)", "http://dbpedia.org/resource/William_H._Forwood", "http://dbpedia.org/resource/William_H._Harrison_(USMC)", "http://dbpedia.org/resource/William_H._P._Blandy", "http://dbpedia.org/resource/William_H._Penrose", "http://dbpedia.org/resource/William_H._Raymond", "http://dbpedia.org/resource/William_H._Sage", "http://dbpedia.org/resource/William_H._Tunner", "http://dbpedia.org/resource/William_Halsey_Jr.", "http://dbpedia.org/resource/William_Harding_Carter", "http://dbpedia.org/resource/William_Harrington_Leahy", "http://dbpedia.org/resource/William_Henry_Burt", "http://dbpedia.org/resource/William_Herbert_Bixby", "http://dbpedia.org/resource/William_J._Hovde", "http://dbpedia.org/resource/William_J._Maddox_Jr", "http://dbpedia.org/resource/William_J._McCaffrey", "http://dbpedia.org/resource/William_J._Scheyer", "http://dbpedia.org/resource/William_J._Wallace_(USMC)", "http://dbpedia.org/resource/William_J._Whaling", "http://dbpedia.org/resource/William_Johnson_(Medal_of_Honor)", "http://dbpedia.org/resource/William_Johnston_Jr.", "http://dbpedia.org/resource/William_Jones_Nicholson", "http://dbpedia.org/resource/William_K._James", "http://dbpedia.org/resource/William_K._Jones", "http://dbpedia.org/resource/William_Kelly_Harrison", "http://dbpedia.org/resource/William_Kelly_Harrison_Jr.", "http://dbpedia.org/resource/William_L._Haskin", "http://dbpedia.org/resource/William_L._Leverette", "http://dbpedia.org/resource/William_L._Uanna", "http://dbpedia.org/resource/William_Louis_Marshall", "http://dbpedia.org/resource/William_Ludlow", "http://dbpedia.org/resource/William_McBryar", "http://dbpedia.org/resource/William_McGonagle", "http://dbpedia.org/resource/William_N._Cogan", "http://dbpedia.org/resource/William_N._Leonard", "http://dbpedia.org/resource/William_Nolde", "http://dbpedia.org/resource/William_O._Gallery", "http://dbpedia.org/resource/William_P._Biddle", "http://dbpedia.org/resource/William_P._Ennis", "http://dbpedia.org/resource/William_P._Maclay_(Medal_of_Honor)", "http://dbpedia.org/resource/William_P._Potter", "http://dbpedia.org/resource/William_Preble_Hall", "http://dbpedia.org/resource/William_R._Collins", "http://dbpedia.org/resource/William_R._Smedberg_III", "http://dbpedia.org/resource/William_Renwick_Smedberg_Jr.", "http://dbpedia.org/resource/William_Richard_Arnold_(bishop)", "http://dbpedia.org/resource/William_S._Benson", "http://dbpedia.org/resource/William_S._Harney", "http://dbpedia.org/resource/William_S._Pye", "http://dbpedia.org/resource/William_Sample", "http://dbpedia.org/resource/William_Seach", "http://dbpedia.org/resource/William_Sidney_Shacklette", "http://dbpedia.org/resource/William_Sterling_Parsons", "http://dbpedia.org/resource/William_T._Fairbourn", "http://dbpedia.org/resource/William_T._Sexton", "http://dbpedia.org/resource/William_V._Judson", "http://dbpedia.org/resource/William_W._Hartzog", "http://dbpedia.org/resource/William_W._Stickney_(USMC)", "http://dbpedia.org/resource/William_Wallace_Burns", "http://dbpedia.org/resource/William_Wallace_Wotherspoon", "http://dbpedia.org/resource/William_Ward_Burrows_I", "http://dbpedia.org/resource/William_Weigel", "http://dbpedia.org/resource/Ezra_A._Carman", "http://dbpedia.org/resource/Anna_Der-Vartanian", "http://dbpedia.org/resource/Anson_Mills", "http://dbpedia.org/resource/Anthony_McAuliffe", "http://dbpedia.org/resource/Anthony_T._Shtogren", "http://dbpedia.org/resource/Apollo_Soucek", "http://dbpedia.org/resource/Archie_Miller_(Medal_of_Honor)", "http://dbpedia.org/resource/Archimedes_Patti", "http://dbpedia.org/resource/Arent_S._Crowninshield", "http://dbpedia.org/resource/Armour_G._McDaniel", "http://dbpedia.org/resource/Arno_H._Luehman", "http://dbpedia.org/resource/Arnold_J._Funk", "http://dbpedia.org/resource/Arnold_W._Jacobsen", "http://dbpedia.org/resource/Elwood_Richard_Quesada", "http://dbpedia.org/resource/Emerson_H._Liscum", "http://dbpedia.org/resource/Emile_P._Moses", "http://dbpedia.org/resource/Emory_S._Land", "http://dbpedia.org/resource/Ennis_Whitehead", "http://dbpedia.org/resource/Enoch_Crowder", "http://dbpedia.org/resource/Erasmus_Corwin_Gilbreath", "http://dbpedia.org/resource/Erasmus_M._Weaver_Jr.", "http://dbpedia.org/resource/Ernest_Albert_Garlington", "http://dbpedia.org/resource/Ernest_C._Fiebelkorn", "http://dbpedia.org/resource/Ernest_Dichmann_Peek", "http://dbpedia.org/resource/Ernest_Graves_Jr.", "http://dbpedia.org/resource/Ernest_James_Harrell", "http://dbpedia.org/resource/Ernest_T._Cragg", "http://dbpedia.org/resource/Eugene_Frederick_Ladd", "http://dbpedia.org/resource/Eugene_Henry_Cozzens_Leutze", "http://dbpedia.org/resource/Eugene_Hoy_Barksdale", "http://dbpedia.org/resource/Eugene_Peyton_Deatrick", "http://dbpedia.org/resource/Eugene_R._Brady", "http://dbpedia.org/resource/Evan_W._Scott", "http://dbpedia.org/resource/Evans_Carlson", "http://dbpedia.org/resource/Everett_Busch", "http://dbpedia.org/resource/Everett_P._Pope", "http://dbpedia.org/resource/Gerald_C._Thomas", "http://dbpedia.org/resource/Gerald_F._Russell", "http://dbpedia.org/resource/Gerald_O._Young", "http://dbpedia.org/resource/Gerald_W._Johnson_(military_officer)", "http://dbpedia.org/resource/Gerhardt_W._Hyatt", "http://dbpedia.org/resource/Glen_Edgar_Edgerton", "http://dbpedia.org/resource/Glenn_B._Davis", "http://dbpedia.org/resource/Glenn_E._Duncan", "http://dbpedia.org/resource/Glenn_T._Eagleston", "http://dbpedia.org/resource/Godfrey_McHugh", "http://dbpedia.org/resource/Gordon_Byrom_Rogers", "http://dbpedia.org/resource/Gordon_Graham_Heiner", "http://dbpedia.org/resource/Gordon_Johnston_(soldier)", "http://dbpedia.org/resource/Gordon_M._Graham", "http://dbpedia.org/resource/Manuel_J._Fernandez", "http://dbpedia.org/resource/Marc_Mitscher", "http://dbpedia.org/resource/Marcelite_J._Harris", "http://dbpedia.org/resource/Marcus_P._Miller", "http://dbpedia.org/resource/Marie_Rossi", "http://dbpedia.org/resource/Marion_Eugene_Carl", "http://dbpedia.org/resource/Marion_Frederic_Ram\u00edrez_de_Arellano", "http://dbpedia.org/resource/Marion_L._Boswell", "http://dbpedia.org/resource/Marion_Perry_Maus", "http://dbpedia.org/resource/Mark_L._Hersey", "http://dbpedia.org/resource/Mark_Matthews", "http://dbpedia.org/resource/Marshall_Carter", "http://dbpedia.org/resource/Marshall_I._Ludington", "http://dbpedia.org/resource/Martin_Conboy", "http://dbpedia.org/resource/Martin_F._Scanlon", "http://dbpedia.org/resource/Martin_T._McMahon", "http://dbpedia.org/resource/Martin_T._Torgerson", "http://dbpedia.org/resource/Mar\u00eda_In\u00e9s_Ortiz", "http://dbpedia.org/resource/Presley_Marion_Rixey", "http://dbpedia.org/resource/Terence_Hildner", "http://dbpedia.org/resource/Thaddeus_Harlan_Stanton", "http://dbpedia.org/resource/Ulysses_G._McAlexander", "http://dbpedia.org/resource/Urban_L._Drew", "http://dbpedia.org/resource/William_N._McKelvy_Sr.", "http://dbpedia.org/resource/Bowman_H._McCalla", "http://dbpedia.org/resource/Bradley_A._Fiske", "http://dbpedia.org/resource/Brooke_Nihart", "http://dbpedia.org/resource/Bruce_C._Clarke", "http://dbpedia.org/resource/Bruce_Magruder", "http://dbpedia.org/resource/Bruce_Palmer_Jr.", "http://dbpedia.org/resource/Bruce_W._Carr", "http://dbpedia.org/resource/Bruce_W._Carter", "http://dbpedia.org/resource/Bruno_Albert_Forsterer", "http://dbpedia.org/resource/Bryant_L._Boatner", "http://dbpedia.org/resource/Buckey_O'Neill", "http://dbpedia.org/resource/Bud_Mahurin", "http://dbpedia.org/resource/Jackson_C._Pharris", "http://dbpedia.org/resource/Jacob_F._Raub", "http://dbpedia.org/resource/Jacob_L._Devers", "http://dbpedia.org/resource/Jacques_Michael_Swaab", "http://dbpedia.org/resource/James_A._Graham", "http://dbpedia.org/resource/James_Agustin_Greer", "http://dbpedia.org/resource/James_Alexander_Ulio", "http://dbpedia.org/resource/James_Armand_Meissner", "http://dbpedia.org/resource/James_B._Aleshire", "http://dbpedia.org/resource/James_B._McGovern_Jr.", "http://dbpedia.org/resource/James_B._Morehead", "http://dbpedia.org/resource/James_B._Ricketts", "http://dbpedia.org/resource/James_Basevi_Ord", "http://dbpedia.org/resource/James_C._Binnicker", "http://dbpedia.org/resource/James_C._Fry", "http://dbpedia.org/resource/James_D._Hittle", "http://dbpedia.org/resource/James_Denver_Glennan", "http://dbpedia.org/resource/James_Dunne_O'Connell", "http://dbpedia.org/resource/James_E._Mahoney", "http://dbpedia.org/resource/James_Edward_Moore", "http://dbpedia.org/resource/James_F._Hollingsworth", "http://dbpedia.org/resource/James_F._Lawrence_Jr.", "http://dbpedia.org/resource/James_F._Low", "http://dbpedia.org/resource/James_Fechet", "http://dbpedia.org/resource/James_Ferguson_(general)", "http://dbpedia.org/resource/James_Fife_Jr.", "http://dbpedia.org/resource/James_Francis_Collins", "http://dbpedia.org/resource/James_Garesche_Ord", "http://dbpedia.org/resource/James_H._Glennon", "http://dbpedia.org/resource/James_H._Harris", "http://dbpedia.org/resource/James_H._Howard", "http://dbpedia.org/resource/James_H._Polk", "http://dbpedia.org/resource/James_H._Sands", "http://dbpedia.org/resource/James_Hirshfield", "http://dbpedia.org/resource/James_J._Keating", "http://dbpedia.org/resource/James_J._Purman", "http://dbpedia.org/resource/James_J._Raby", "http://dbpedia.org/resource/James_Jabara", "http://dbpedia.org/resource/James_Joseph_Hornbrook", "http://dbpedia.org/resource/James_K._Johnson", "http://dbpedia.org/resource/James_K._Parsons", "http://dbpedia.org/resource/James_L._Baldwin", "http://dbpedia.org/resource/James_Lawton_Collins", "http://dbpedia.org/resource/James_Lawton_Collins_Jr.", "http://dbpedia.org/resource/James_M._J._Sanno", "http://dbpedia.org/resource/James_M._Masters_Sr.", "http://dbpedia.org/resource/James_McConnell_(Medal_of_Honor)", "http://dbpedia.org/resource/James_McCormack", "http://dbpedia.org/resource/James_Monroe_Williams", "http://dbpedia.org/resource/James_N._Rowe", "http://dbpedia.org/resource/James_P._Hagerstrom", "http://dbpedia.org/resource/James_Parks_(freed_slave)", "http://dbpedia.org/resource/James_Patrick_Lannon", "http://dbpedia.org/resource/James_Pipes", "http://dbpedia.org/resource/James_R._Allen", "http://dbpedia.org/resource/James_R._Durham", "http://dbpedia.org/resource/James_R._Lockett", "http://dbpedia.org/resource/James_Richmond_(Medal_of_Honor)", "http://dbpedia.org/resource/James_Robb_Church", "http://dbpedia.org/resource/James_Robinson_Risner", "http://dbpedia.org/resource/James_Smith_(Medal_of_Honor,_1864)", "http://dbpedia.org/resource/James_T._Stewart", "http://dbpedia.org/resource/James_Taggart_Kerr", "http://dbpedia.org/resource/James_W._McAndrew", "http://dbpedia.org/resource/James_W._McMillan", "http://dbpedia.org/resource/James_W._Sutherland", "http://dbpedia.org/resource/Jay_Leland_Benedict", "http://dbpedia.org/resource/Jay_Zeamer_Jr.", "http://dbpedia.org/resource/Jean_E._Engler", "http://dbpedia.org/resource/Jean_J._Beaufort", "http://dbpedia.org/resource/Jedediah_Hyde_Baxter", "http://dbpedia.org/resource/Keith_B._McCutcheon", "http://dbpedia.org/resource/Keith_K._Compton", "http://dbpedia.org/resource/Keith_L._Ware", "http://dbpedia.org/resource/Keller_E._Rockey", "http://dbpedia.org/resource/Kenneth_A._Walsh", "http://dbpedia.org/resource/Kenneth_B._Wolfe", "http://dbpedia.org/resource/Kenneth_F._Cramer", "http://dbpedia.org/resource/Kenneth_J._Hodson", "http://dbpedia.org/resource/Kenneth_L._Peek_Jr.", "http://dbpedia.org/resource/Kenneth_M._Taylor", "http://dbpedia.org/resource/Kenneth_Nichols", "http://dbpedia.org/resource/Matt_Urban", "http://dbpedia.org/resource/Matthew_Arlington_Batson", "http://dbpedia.org/resource/Matthew_C._Horner", "http://dbpedia.org/resource/Matthew_H._Kingman", "http://dbpedia.org/resource/Maurice_C._Gregory", "http://dbpedia.org/resource/Maurice_E._Curts", "http://dbpedia.org/resource/Maurice_E._Shearer", "http://dbpedia.org/resource/Maxon_S._Lough", "http://dbpedia.org/resource/Maxwell_Murray", "http://dbpedia.org/resource/Maxwell_R._Thurman", "http://dbpedia.org/resource/Means_Johnston_Jr.", "http://dbpedia.org/resource/Megan_McClung", "http://dbpedia.org/resource/Melvin_Maas", "http://dbpedia.org/resource/Merlyn_Hans_Dethlefsen", "http://dbpedia.org/resource/Merritt_A._Edson", "http://dbpedia.org/resource/Merritt_B._Curtis", "http://dbpedia.org/resource/Merton_J._Batchelder", "http://dbpedia.org/resource/Merwin_H._Silverthorn", "http://dbpedia.org/resource/Ralph_A._Ofstie", "http://dbpedia.org/resource/Ralph_B._DeWitt", "http://dbpedia.org/resource/Ralph_Canine", "http://dbpedia.org/resource/Ralph_T._Browning", "http://dbpedia.org/resource/Ralph_Wise_Zwicker", "http://dbpedia.org/resource/Ramon_S._Subejano", "http://dbpedia.org/resource/Randolph_C._Berkeley", "http://dbpedia.org/resource/Randolph_M._Pate", "http://dbpedia.org/resource/Rathvon_M._Tompkins", "http://dbpedia.org/resource/Raymond_Albert_Wheeler", "http://dbpedia.org/resource/Raymond_Harvey", "http://dbpedia.org/resource/Raymond_P._Coffman", "http://dbpedia.org/resource/Raymond_P._Rodgers", "http://dbpedia.org/resource/Raymond_Stanton_Patton", "http://dbpedia.org/resource/Raymond_T._Odierno", "http://dbpedia.org/resource/Raymond_W._Bliss", "http://dbpedia.org/resource/Reginald_F._Nicholson", "http://dbpedia.org/resource/Reginald_H._Ridgely_Jr.", "http://dbpedia.org/resource/Reginald_R._Belknap", "http://dbpedia.org/resource/Reginald_R._Myers", "http://dbpedia.org/resource/Rembrandt_C._Robinson", "http://dbpedia.org/resource/Rene_Edward_De_Russy_Hoyle", "http://dbpedia.org/resource/Eugene_Beauharnais_Payne", "http://dbpedia.org/resource/A._B._Barber", "http://dbpedia.org/resource/Noel_F._Parrish", "http://dbpedia.org/resource/Norman_Hatch", "http://dbpedia.org/resource/Norman_M._Miller", "http://dbpedia.org/resource/Norman_von_Heldreich_Farquhar", "http://dbpedia.org/resource/Odell_M._Conoley", "http://dbpedia.org/resource/Felix_Z._Longoria_Jr.", "http://dbpedia.org/resource/Claire_E._Hutchin_Jr.", "http://dbpedia.org/resource/Clarence_E._Sutton", "http://dbpedia.org/resource/Clarence_Edmund_Bennett", "http://dbpedia.org/resource/Clarence_Edward_Mathias", "http://dbpedia.org/resource/Clarence_M._Condon", "http://dbpedia.org/resource/Clarence_R._Huebner", "http://dbpedia.org/resource/Clark_H._Woodward", "http://dbpedia.org/resource/Claude_Birkett_Ferenbaugh", "http://dbpedia.org/resource/Claude_C._Bloch", "http://dbpedia.org/resource/Clayton_Barney_Vogel", "http://dbpedia.org/resource/Clayton_C._Jerome", "http://dbpedia.org/resource/Clayton_K._Slack", "http://dbpedia.org/resource/Clement_Flagler", "http://dbpedia.org/resource/Clifton_B._Cates", "http://dbpedia.org/resource/Clint_Calvin_Hearn", "http://dbpedia.org/resource/Clinton_A._Pierce", "http://dbpedia.org/resource/Clinton_A._Puckett", "http://dbpedia.org/resource/Clyde_A._Thomason", "http://dbpedia.org/resource/Clyde_D._Eddleman", "http://dbpedia.org/resource/Colby_Mitchell_Chester", "http://dbpedia.org/resource/Colden_Ruggles", "http://dbpedia.org/resource/John_J._Davis_(general)", "http://dbpedia.org/resource/John_J._Tominac", "http://dbpedia.org/resource/John_J._Yeosock", "http://dbpedia.org/resource/John_K._Cannon", "http://dbpedia.org/resource/John_Kelvin_Koelsch", "http://dbpedia.org/resource/John_Kizirian", "http://dbpedia.org/resource/John_L._Canley", "http://dbpedia.org/resource/John_L._DeWitt", "http://dbpedia.org/resource/John_L._Hines_Jr.", "http://dbpedia.org/resource/John_L._Throckmorton", "http://dbpedia.org/resource/John_Levitow", "http://dbpedia.org/resource/John_M._B._Clitz", "http://dbpedia.org/resource/John_M._K._Davis", "http://dbpedia.org/resource/John_M._Wright", "http://dbpedia.org/resource/John_McAuley_Palmer_(United_States_Army_officer)", "http://dbpedia.org/resource/John_McCloy_(Medal_of_Honor)", "http://dbpedia.org/resource/John_Moore_(physician)", "http://dbpedia.org/resource/John_N._Abrams", "http://dbpedia.org/resource/John_Osborne_(Medal_of_Honor)", "http://dbpedia.org/resource/John_P._Costello", "http://dbpedia.org/resource/John_P._Johanson", "http://dbpedia.org/resource/John_P._Lucas", "http://dbpedia.org/resource/John_Patten_Story", "http://dbpedia.org/resource/John_Paul_Vann", "http://dbpedia.org/resource/John_Porter_Hatch", "http://dbpedia.org/resource/John_R._Alison", "http://dbpedia.org/resource/John_R._Brooke", "http://dbpedia.org/resource/John_R._Kane", "http://dbpedia.org/resource/John_R._Lanigan", "http://dbpedia.org/resource/John_Raymond_Rice", "http://dbpedia.org/resource/John_Rodgers_Meigs", "http://dbpedia.org/resource/John_S._Lekson", "http://dbpedia.org/resource/John_S._Mason", "http://dbpedia.org/resource/John_S._McCain_Jr.", "http://dbpedia.org/resource/John_S._McCain_Sr.", "http://dbpedia.org/resource/John_S._Walmsley_Jr.", "http://dbpedia.org/resource/John_Shalikashvili", "http://dbpedia.org/resource/John_Smith_(flying_ace)", "http://dbpedia.org/resource/John_Stanford_(general)", "http://dbpedia.org/resource/John_Stokes_(Medal_of_Honor)", "http://dbpedia.org/resource/John_T._Axton", "http://dbpedia.org/resource/John_T._Cole", "http://dbpedia.org/resource/John_T._Hayward", "http://dbpedia.org/resource/John_T._Selden", "http://dbpedia.org/resource/John_Thomas_Blackburn", "http://dbpedia.org/resource/John_Thomas_Kennedy", "http://dbpedia.org/resource/John_Tweedale", "http://dbpedia.org/resource/John_U._D._Page", "http://dbpedia.org/resource/John_W._Barlow", "http://dbpedia.org/resource/John_W._Collier", "http://dbpedia.org/resource/John_W._Gulick", "http://dbpedia.org/resource/John_W._Heavey", "http://dbpedia.org/resource/John_W._Leonard", "http://dbpedia.org/resource/John_W._Meagher", "http://dbpedia.org/resource/John_Wainwright_(soldier)", "http://dbpedia.org/resource/John_William_Barker", "http://dbpedia.org/resource/John_Wynn_Davidson", "http://dbpedia.org/resource/Johnny_Micheal_Spann", "http://dbpedia.org/resource/Jon_E._Swanson", "http://dbpedia.org/resource/Jon_R._Cavaiani", "http://dbpedia.org/resource/Jonas_H._Ingram", "http://dbpedia.org/resource/Jonas_M._Platt", "http://dbpedia.org/resource/Jonathan_Letterman", "http://dbpedia.org/resource/Jonathan_M._Wainwright_(general)", "http://dbpedia.org/resource/Joseph_A._Haskin", "http://dbpedia.org/resource/Joseph_A._Mower", "http://dbpedia.org/resource/Joseph_B._Plummer", "http://dbpedia.org/resource/Joseph_Beyrle", "http://dbpedia.org/resource/Joseph_C._Burger", "http://dbpedia.org/resource/Joseph_Carroll_(DIA)", "http://dbpedia.org/resource/Joseph_Clancy_(Medal_of_Honor)", "http://dbpedia.org/resource/Joseph_Coghlan", "http://dbpedia.org/resource/Joseph_E._Carter", "http://dbpedia.org/resource/Joseph_E._Kuhn", "http://dbpedia.org/resource/Joseph_F._Carter", "http://dbpedia.org/resource/Joseph_F._Enright", "http://dbpedia.org/resource/Joseph_F._Farley", "http://dbpedia.org/resource/Joseph_Gabriel_Harner", "http://dbpedia.org/resource/Joseph_J._Bartlett", "http://dbpedia.org/resource/Joseph_J._Cappucci", "http://dbpedia.org/resource/Joseph_J._Clark", "http://dbpedia.org/resource/Joseph_J._Kruzel", "http://dbpedia.org/resource/Joseph_J._McCarthy", "http://dbpedia.org/resource/Joseph_J._Reynolds", "http://dbpedia.org/resource/Joseph_M._Heiser_Jr.", "http://dbpedia.org/resource/Joseph_P._O'Neil", "http://dbpedia.org/resource/Joseph_P._Sanger", "http://dbpedia.org/resource/Joseph_R._Jelinek", "http://dbpedia.org/resource/Joseph_S._Skerrett", "http://dbpedia.org/resource/Joseph_Strauss_(admiral)", "http://dbpedia.org/resource/Joseph_T._Dickman", "http://dbpedia.org/resource/Joseph_Taussig", "http://dbpedia.org/resource/Joseph_Xavier_Grant", "http://dbpedia.org/resource/Josephine_Beatrice_Bowman", "http://dbpedia.org/resource/Josephus_S._Cecil", "http://dbpedia.org/resource/Joshua_L._Goldberg", "http://dbpedia.org/resource/Joshua_Wheeler", "http://dbpedia.org/resource/Joy_Bright_Hancock", "http://dbpedia.org/resource/Juanita_Redmond_Hipps", "http://dbpedia.org/resource/Jules_Garesche_Ord", "http://dbpedia.org/resource/Scott_Stearney", "http://dbpedia.org/resource/Scott_Studenmund", "http://dbpedia.org/resource/John_Navarre_Macomb,_Jr.", "http://dbpedia.org/resource/Barbara_Allen_Rainey", "http://dbpedia.org/resource/Barnwell_R._Legge", "http://dbpedia.org/resource/Barry_K._Atkins", "http://dbpedia.org/resource/Bartholomew_Diggins", "http://dbpedia.org/resource/Bartholomew_W._Hogan", "http://dbpedia.org/resource/Barton_Kyle_Yount", "http://dbpedia.org/resource/Ingram_C._Sowell", "http://dbpedia.org/resource/Innis_N._Palmer", "http://dbpedia.org/resource/Ira_C._Eaker", "http://dbpedia.org/resource/Ira_Coray_Abbott", "http://dbpedia.org/resource/Ira_E._McMillian", "http://dbpedia.org/resource/Ira_L._Kimes", "http://dbpedia.org/resource/Irma_Dryden", "http://dbpedia.org/resource/Irving_J._Carr", "http://dbpedia.org/resource/Irwin_H._Dregne", "http://dbpedia.org/resource/Isaac_Gause", "http://dbpedia.org/resource/Isaac_S._Catlin", "http://dbpedia.org/resource/Isadore_Nordstrom", "http://dbpedia.org/resource/J._Edward_Snyder", "http://dbpedia.org/resource/J._William_Kime", "http://dbpedia.org/resource/Jack_E._Conger", "http://dbpedia.org/resource/Montgomery_C._Meigs", "http://dbpedia.org/resource/Montgomery_M._Macomb", "http://dbpedia.org/resource/Montgomery_M._Taylor", "http://dbpedia.org/resource/Morgan_Lewis_Smith", "http://dbpedia.org/resource/Morton_C._Mumma", "http://dbpedia.org/resource/Muir_S._Fairchild", "http://dbpedia.org/resource/Murder_of_Lemuel_Penn", "http://dbpedia.org/resource/Nathan_Bedford_Forrest_III", "http://dbpedia.org/resource/Nathan_Crook_Twining", "http://dbpedia.org/resource/Nathan_Dudley", "http://dbpedia.org/resource/Nathan_F._Twining", "http://dbpedia.org/resource/Townsend_F._Dodd", "http://dbpedia.org/resource/Trevor_N._Dupuy", "http://dbpedia.org/resource/James_Stewart_(artilleryman)", "http://dbpedia.org/resource/John_Rush_(Medal_of_Honor)", "http://dbpedia.org/resource/Joseph_Conrad_(general)", "http://dbpedia.org/resource/Abner_Doubleday", "http://dbpedia.org/resource/Absalom_Baird", "http://dbpedia.org/resource/Adelbert_Rinaldo_Buffington", "http://dbpedia.org/resource/Adlai_H._Gilkeson", "http://dbpedia.org/resource/Adna_Chaffee", "http://dbpedia.org/resource/Adna_R._Chaffee_Jr.", "http://dbpedia.org/resource/Adolph_G._Schwenk", "http://dbpedia.org/resource/Adolph_Marix", "http://dbpedia.org/resource/Adolphus_Greely", "http://dbpedia.org/resource/Adolphus_Staton", "http://dbpedia.org/resource/Burns_Tracy_Walling", "http://dbpedia.org/resource/C._T._Singleton_Jr.", "http://dbpedia.org/resource/Caleb_Swan", "http://dbpedia.org/resource/Caleb_V._Haynes", "http://dbpedia.org/resource/Calvin_Waller", "http://dbpedia.org/resource/Cecil_Clay", "http://dbpedia.org/resource/Cecil_E._Harris", "http://dbpedia.org/resource/Cecil_G._Foster", "http://dbpedia.org/resource/Charles_A._Coolidge", "http://dbpedia.org/resource/Charles_A._Doyen", "http://dbpedia.org/resource/Charles_A._Gabriel", "http://dbpedia.org/resource/Charles_A._Willoughby", "http://dbpedia.org/resource/Charles_Andrew_MacGillivary", "http://dbpedia.org/resource/Charles_B._Gatewood", "http://dbpedia.org/resource/Charles_Bendire", "http://dbpedia.org/resource/Charles_Bryant_Drake", "http://dbpedia.org/resource/Charles_C._Campbell_(general)", "http://dbpedia.org/resource/Charles_C._Drake", "http://dbpedia.org/resource/Charles_C._Noble", "http://dbpedia.org/resource/Charles_Calvin_Rogers", "http://dbpedia.org/resource/Charles_Candy", "http://dbpedia.org/resource/Charles_Chaill\u00e9-Long", "http://dbpedia.org/resource/Charles_Conway_Hartigan", "http://dbpedia.org/resource/Charles_D._Barrett", "http://dbpedia.org/resource/Charles_D._Franklin", "http://dbpedia.org/resource/Charles_D._W._Canham", "http://dbpedia.org/resource/Charles_DuVal_Roberts", "http://dbpedia.org/resource/Charles_Dudley_Rhodes", "http://dbpedia.org/resource/Charles_Dwight_Sigsbee", "http://dbpedia.org/resource/Charles_E._Capehart", "http://dbpedia.org/resource/Charles_E._Hart", "http://dbpedia.org/resource/Charles_Ewing_(general)", "http://dbpedia.org/resource/Charles_F._Blair_Jr.", "http://dbpedia.org/resource/Charles_F._Humphrey_Jr.", "http://dbpedia.org/resource/Charles_F._Thompson", "http://dbpedia.org/resource/Charles_Frederic_Humphrey_Sr.", "http://dbpedia.org/resource/Charles_Frederick_Hughes", "http://dbpedia.org/resource/Charles_G._Cleveland", "http://dbpedia.org/resource/Charles_G._Long", "http://dbpedia.org/resource/Charles_Gould_Morton", "http://dbpedia.org/resource/Charles_H._Bonesteel_III", "http://dbpedia.org/resource/Charles_H._Hayes", "http://dbpedia.org/resource/Charles_H._Heyl", "http://dbpedia.org/resource/Charles_H._Houghton", "http://dbpedia.org/resource/Charles_Hartwell_Bonesteel_Jr.", "http://dbpedia.org/resource/Charles_Henry_Alden", "http://dbpedia.org/resource/Charles_Henry_Muir", "http://dbpedia.org/resource/Charles_Henry_Smith_(Army_Medal_of_Honor)", "http://dbpedia.org/resource/Charles_Heywood", "http://dbpedia.org/resource/Charles_Higbee_Bridges", "http://dbpedia.org/resource/Charles_J._Girard", "http://dbpedia.org/resource/Charles_J._Loring_Jr.", "http://dbpedia.org/resource/Charles_J._Stolbrand", "http://dbpedia.org/resource/Charles_J._Timmes", "http://dbpedia.org/resource/Charles_J._Watters", "http://dbpedia.org/resource/Charles_Johnston_Badger", "http://dbpedia.org/resource/Charles_L._Donnelly_Jr.", "http://dbpedia.org/resource/Charles_L._Hodges", "http://dbpedia.org/resource/Charles_L._Southward", "http://dbpedia.org/resource/Charles_Lane_Fitzhugh", "http://dbpedia.org/resource/Charles_Leonard", "http://dbpedia.org/resource/Charles_Luers_Nordsiek", "http://dbpedia.org/resource/Charles_M._Gettys", "http://dbpedia.org/resource/Charles_McKinley_Saltzman", "http://dbpedia.org/resource/Charles_Momsen", "http://dbpedia.org/resource/Charles_P._Cabell", "http://dbpedia.org/resource/Charles_P._Cecil", "http://dbpedia.org/resource/Charles_P._Murray_Jr.", "http://dbpedia.org/resource/Charles_P._Stone", "http://dbpedia.org/resource/Charles_Pelot_Summerall", "http://dbpedia.org/resource/Charles_Peshall_Plunkett", "http://dbpedia.org/resource/Charles_Q._Williams", "http://dbpedia.org/resource/Charles_Rieseck_Krauthoff", "http://dbpedia.org/resource/Charles_Ross_Greening", "http://dbpedia.org/resource/Charles_S._Lawrence", "http://dbpedia.org/resource/Charles_Sutherland_(Surgeon_General)", "http://dbpedia.org/resource/Charles_T._Horner_Jr.", "http://dbpedia.org/resource/Charles_W._Davis", "http://dbpedia.org/resource/Charles_W._Dryden", "http://dbpedia.org/resource/Charles_W._Fisher_Jr.", "http://dbpedia.org/resource/Charles_Wesley_Shilling", "http://dbpedia.org/resource/Charles_Willauer_Kutz", "http://dbpedia.org/resource/Charles_Young_(United_States_Army_officer)", "http://dbpedia.org/resource/Chase_Wilmot_Kennedy", "http://dbpedia.org/resource/Chauncey_Brooke_Baker", "http://dbpedia.org/resource/Chester_E._McCarty", "http://dbpedia.org/resource/Chester_R._Allen", "http://dbpedia.org/resource/Christian_F._Schilt", "http://dbpedia.org/resource/Christopher_C._Augur", "http://dbpedia.org/resource/Christopher_Magee_(fighter_pilot)", "http://dbpedia.org/resource/Christopher_Raymond_Perry_Rodgers", "http://dbpedia.org/resource/Cipriano_Andrade", "http://dbpedia.org/resource/Stewart_Van_Vliet", "http://dbpedia.org/resource/Stimson_Joseph_Brown", "http://dbpedia.org/resource/Stonewall_Jackson_(20th_century_general)", "http://dbpedia.org/resource/Stuart_E._Barstad", "http://dbpedia.org/resource/Sue_Sarafian_Jehl", "http://dbpedia.org/resource/Carl_A._Youngdale", "http://dbpedia.org/resource/Carl_C._Turner", "http://dbpedia.org/resource/Carl_J._Seiberlich", "http://dbpedia.org/resource/Carl_Jerrold_Peterson", "http://dbpedia.org/resource/Carl_Kimmons", "http://dbpedia.org/resource/Carl_L._Sitter", "http://dbpedia.org/resource/Carl_Rogers_Darnall", "http://dbpedia.org/resource/Carl_Theodore_Vogelgesang", "http://dbpedia.org/resource/Carl_W._Hoffman", "http://dbpedia.org/resource/Carlos_C._Ogden", "http://dbpedia.org/resource/Carlos_Clark_Van_Leer", "http://dbpedia.org/resource/Carlos_Talbott", "http://dbpedia.org/resource/Carmen_Contreras-Bozak", "http://dbpedia.org/resource/Carroll_W._McColpin", "http://dbpedia.org/resource/Carson_Abel_Roberts", "http://dbpedia.org/resource/Carter_B._Magruder", "http://dbpedia.org/resource/Carter_W._Clarke", "http://dbpedia.org/resource/Cary_DeVall_Langhorne", "http://dbpedia.org/resource/Casey_Owens", "http://dbpedia.org/resource/Casper_H._Conrad_Jr.", "http://dbpedia.org/resource/Holden_C._Richardson", "http://dbpedia.org/resource/Horace_Meek_Hickam", "http://dbpedia.org/resource/Horatio_L._Birdsall", "http://dbpedia.org/resource/Horatio_Wright", "http://dbpedia.org/resource/Howard_H._Cooksey", "http://dbpedia.org/resource/Howard_H._J._Benson", "http://dbpedia.org/resource/Howard_L._Vickery", "http://dbpedia.org/resource/Howard_R._Johnson", "http://dbpedia.org/resource/Howard_W._Leaf", "http://dbpedia.org/resource/Hugh_Aloysius_Drum", "http://dbpedia.org/resource/Hugh_Carroll_Frazer", "http://dbpedia.org/resource/Hugh_J._Knerr", "http://dbpedia.org/resource/Hugh_John_Casey", "http://dbpedia.org/resource/Hugh_M._Elwood", "http://dbpedia.org/resource/Hugh_P._Harris", "http://dbpedia.org/resource/Hugo_Osterhaus", "http://dbpedia.org/resource/Hulon_B._Whittington", "http://dbpedia.org/resource/L._Fletcher_Prouty", "http://dbpedia.org/resource/Larry_E._Smedley", "http://dbpedia.org/resource/Laszlo_Rabel", "http://dbpedia.org/resource/Laurance_T._DuBose", "http://dbpedia.org/resource/Lauri_T\u00f6rni", "http://dbpedia.org/resource/Lauris_Norstad", "http://dbpedia.org/resource/Lawrence_Dickson", "http://dbpedia.org/resource/Lawrence_J._Fuller", "http://dbpedia.org/resource/Lawrence_Joel", "http://dbpedia.org/resource/Lawrence_Russell_Dewey", "http://dbpedia.org/resource/Lawson_H._M._Sanderson", "http://dbpedia.org/resource/Lawson_P._Ramage", "http://dbpedia.org/resource/LeRoy_Eltinge", "http://dbpedia.org/resource/LeRoy_Lutes", "http://dbpedia.org/resource/LeRoy_Springs_Lyon", "http://dbpedia.org/resource/Henry_Post", "http://dbpedia.org/resource/Don_C._Faith_Jr.", "http://dbpedia.org/resource/Don_Holleder", "http://dbpedia.org/resource/Don_P._Moon", "http://dbpedia.org/resource/Donald_Blackburn", "http://dbpedia.org/resource/Donald_Blakeslee", "http://dbpedia.org/resource/Donald_D._Engen", "http://dbpedia.org/resource/Donald_Erwin_Wilson", "http://dbpedia.org/resource/Donald_H._Balch", "http://dbpedia.org/resource/Donald_L._Harlow", "http://dbpedia.org/resource/Donald_M._Weller", "http://dbpedia.org/resource/Donald_McIntosh", "http://dbpedia.org/resource/Donald_Prentice_Booth", "http://dbpedia.org/resource/Donald_R._Keith", "http://dbpedia.org/resource/Donald_S._Lopez_Sr.", "http://dbpedia.org/resource/Donald_Schmuck", "http://dbpedia.org/resource/Donald_W._McGowan", "http://dbpedia.org/resource/Donn_F._Porter", "http://dbpedia.org/resource/Donn_J._Robertson", "http://dbpedia.org/resource/Donn_R._Pepke", "http://dbpedia.org/resource/Douglas_A._Zembiec", "http://dbpedia.org/resource/Douglas_Lafayette_Weart", "http://dbpedia.org/resource/Douglas_T._Jacobson", "http://dbpedia.org/resource/Duane_Beeson", "http://dbpedia.org/resource/Duane_H._Cassidy", "http://dbpedia.org/resource/Dudley_S._Brown", "http://dbpedia.org/resource/Dudley_Wright_Knox", "http://dbpedia.org/resource/Dwight_Edward_Aultman", "http://dbpedia.org/resource/Dwight_H._Johnson", "http://dbpedia.org/resource/E._Ann_Hoefly", "http://dbpedia.org/resource/Geraldine_Pratt_May", "http://dbpedia.org/resource/Cornelius_H._Charlton", "http://dbpedia.org/resource/Cornelius_H._Mack", "http://dbpedia.org/resource/Corydon_M._Wassell", "http://dbpedia.org/resource/Courtney_Hodges", "http://dbpedia.org/resource/Creed_Burlingame", "http://dbpedia.org/resource/Creighton_Abrams", "http://dbpedia.org/resource/Cyrus_B._Lower", "http://dbpedia.org/resource/Cyrus_Bussey", "http://dbpedia.org/resource/Grace_Hopper", "http://dbpedia.org/resource/Grandison_Gardner", "http://dbpedia.org/resource/Granville_Roland_Fortescue", "http://dbpedia.org/resource/Graves_B._Erskine", "http://dbpedia.org/resource/Green_Berry_Raum", "http://dbpedia.org/resource/Grote_Hutcheson", "http://dbpedia.org/resource/Guy_S._Meloy_Jr.", "http://dbpedia.org/resource/Guy_Vernor_Henry", "http://dbpedia.org/resource/Guy_W._S._Castle", "http://dbpedia.org/resource/H._H._Caldwell", "http://dbpedia.org/resource/Hazel_Johnson-Brown", "http://dbpedia.org/resource/Hector_de_Zayas", "http://dbpedia.org/resource/Henry_Aurand", "http://dbpedia.org/resource/Henry_Balding_Lewis", "http://dbpedia.org/resource/Henry_Blanchard_Freeman", "http://dbpedia.org/resource/Henry_C._Hodges", "http://dbpedia.org/resource/Henry_C._Merriam", "http://dbpedia.org/resource/Henry_C._Mustin_(1874\u20131923)", "http://dbpedia.org/resource/Henry_Capehart", "http://dbpedia.org/resource/Henry_Clark_Corbin", "http://dbpedia.org/resource/Henry_Clay_Drexler", "http://dbpedia.org/resource/Henry_Clay_Taylor", "http://dbpedia.org/resource/Henry_Clay_Wood", "http://dbpedia.org/resource/Henry_Conger_Pratt", "http://dbpedia.org/resource/Henry_D._Linscott", "http://dbpedia.org/resource/Henry_D._Todd_Jr.", "http://dbpedia.org/resource/Henry_Doctor_Jr.", "http://dbpedia.org/resource/Henry_E._Emerson", "http://dbpedia.org/resource/Henry_Granville_Sharpe", "http://dbpedia.org/resource/Henry_H._Arnold", "http://dbpedia.org/resource/Henry_Howard_Whitney", "http://dbpedia.org/resource/Henry_Hughes_Hough", "http://dbpedia.org/resource/Henry_J._Reilly", "http://dbpedia.org/resource/Henry_Jervey_Jr.", "http://dbpedia.org/resource/Henry_Johnson_(Buffalo_Soldier)", "http://dbpedia.org/resource/Henry_Johnson_(World_War_I_soldier)", "http://dbpedia.org/resource/Henry_L._Hulbert", "http://dbpedia.org/resource/Henry_Martyn_Robert", "http://dbpedia.org/resource/Henry_P._Russell", "http://dbpedia.org/resource/Henry_R._Tilton", "http://dbpedia.org/resource/Henry_Romeyn", "http://dbpedia.org/resource/Henry_T._Elrod", "http://dbpedia.org/resource/Henry_Tureman_Allen", "http://dbpedia.org/resource/Henry_V._Boynton", "http://dbpedia.org/resource/Henry_W._Closson", "http://dbpedia.org/resource/Henry_Williams_Hise", "http://dbpedia.org/resource/Herbert_B._Crosby", "http://dbpedia.org/resource/Herbert_B._Powell", "http://dbpedia.org/resource/Herbert_Emery_Schonland", "http://dbpedia.org/resource/Herbert_G._Hopwood", "http://dbpedia.org/resource/Herbert_N._Houck", "http://dbpedia.org/resource/Herbert_T._Perrin", "http://dbpedia.org/resource/Herman_Osman_Stickney", "http://dbpedia.org/resource/Hewitt_T._Wheless", "http://dbpedia.org/resource/Hiram_Berdan", "http://dbpedia.org/resource/Malcolm_C._Grow", "http://dbpedia.org/resource/Richard_Antrim", "http://dbpedia.org/resource/Richard_C._Drum", "http://dbpedia.org/resource/Richard_C._Lindsay", "http://dbpedia.org/resource/Richard_C._Mangrum", "http://dbpedia.org/resource/Richard_E._Byrd", "http://dbpedia.org/resource/Richard_G._Colbert", "http://dbpedia.org/resource/Richard_G._Shaffer", "http://dbpedia.org/resource/Richard_G._Weede", "http://dbpedia.org/resource/Richard_H._Carmichael", "http://dbpedia.org/resource/Richard_H._Jeschke", "http://dbpedia.org/resource/Richard_Halsey_Best", "http://dbpedia.org/resource/Richard_Henry_Pratt", "http://dbpedia.org/resource/Richard_Horner_Thompson", "http://dbpedia.org/resource/Richard_Irving_Dodge", "http://dbpedia.org/resource/Richard_L._Conolly", "http://dbpedia.org/resource/Richard_L._Hoxie", "http://dbpedia.org/resource/Richard_Mattern_Montgomery", "http://dbpedia.org/resource/Richard_Napoleon_Batchelder", "http://dbpedia.org/resource/Richard_O'Kane", "http://dbpedia.org/resource/Richard_O._Culver_Jr.", "http://dbpedia.org/resource/Richard_P._Ross_Jr.", "http://dbpedia.org/resource/Richard_T._Knowles", "http://dbpedia.org/resource/Richard_W._Mayo", "http://dbpedia.org/resource/Richard_Wainwright_(Spanish\u2013American_War_naval_officer)", "http://dbpedia.org/resource/Richard_Worsam_Meade_III", "http://dbpedia.org/resource/Richardson_Clover", "http://dbpedia.org/resource/Ridgely_Gaither", "http://dbpedia.org/resource/Ridley_McLean", "http://dbpedia.org/resource/Robert_Alfred_Theobald", "http://dbpedia.org/resource/Robert_B._Carney_Jr.", "http://dbpedia.org/resource/Robert_Baird_(flying_ace)", "http://dbpedia.org/resource/Robert_Blume", "http://dbpedia.org/resource/Robert_C._Forbes", "http://dbpedia.org/resource/Robert_Campbell_Van_Vliet", "http://dbpedia.org/resource/Robert_Carney", "http://dbpedia.org/resource/Robert_Courtney_Davis", "http://dbpedia.org/resource/Robert_D._Bohn", "http://dbpedia.org/resource/Robert_D._Knapp", "http://dbpedia.org/resource/Robert_D._Reem", "http://dbpedia.org/resource/Robert_D._Russ", "http://dbpedia.org/resource/Robert_E._Gerstung", "http://dbpedia.org/resource/Robert_E._Haebel", "http://dbpedia.org/resource/Robert_E._Huyser", "http://dbpedia.org/resource/Robert_E._Roeder", "http://dbpedia.org/resource/Robert_F._Travis", "http://dbpedia.org/resource/Robert_F._Worley", "http://dbpedia.org/resource/Robert_Francis_Anthony_Studds", "http://dbpedia.org/resource/Robert_G._Carter", "http://dbpedia.org/resource/Robert_G._Owens_Jr.", "http://dbpedia.org/resource/Robert_G._Robinson", "http://dbpedia.org/resource/Robert_Grimes_Coman", "http://dbpedia.org/resource/Robert_H._Dunlap", "http://dbpedia.org/resource/Robert_H._Pepper", "http://dbpedia.org/resource/Robert_H._Soule", "http://dbpedia.org/resource/Robert_H._Stanley", "http://dbpedia.org/resource/Robert_Henry_English", "http://dbpedia.org/resource/Robert_J._T._Joy", "http://dbpedia.org/resource/Robert_Kingston", "http://dbpedia.org/resource/Robert_L._Ghormley", "http://dbpedia.org/resource/Robert_L._Nichols", "http://dbpedia.org/resource/Robert_Lee_Scott_Jr.", "http://dbpedia.org/resource/Robert_Maitland_O'Reilly", "http://dbpedia.org/resource/Robert_McGowan_Littlejohn", "http://dbpedia.org/resource/Robert_Miller_Montague", "http://dbpedia.org/resource/Robert_Nicholas_Young", "http://dbpedia.org/resource/Robert_O._Bisson", "http://dbpedia.org/resource/Robert_Ray_Scott", "http://dbpedia.org/resource/Robert_Selway", "http://dbpedia.org/resource/Robert_Sink", "http://dbpedia.org/resource/Robert_Stethem", "http://dbpedia.org/resource/Robert_Taplett", "http://dbpedia.org/resource/Robert_Tills", "http://dbpedia.org/resource/Robert_W._Bazley", "http://dbpedia.org/resource/Robert_W._Cone", "http://dbpedia.org/resource/Robert_W._Hayler", "http://dbpedia.org/resource/Robert_Webster_Cary", "http://dbpedia.org/resource/Robert_Whitney_Burns", "http://dbpedia.org/resource/Robert_Williams_(adjutant_general)", "http://dbpedia.org/resource/Roderick_R._Allen", "http://dbpedia.org/resource/Roger_Jones_(Inspector_General)", "http://dbpedia.org/resource/Roger_N._Stembel", "http://dbpedia.org/resource/F._Michael_Rogers", "http://dbpedia.org/resource/Felix_A._Reeve", "http://dbpedia.org/resource/Felix_Brannigan", "http://dbpedia.org/resource/Ferdinand_Thomas_Unger", "http://dbpedia.org/resource/Fernando_E._Rodr\u00edguez_Vargas", "http://dbpedia.org/resource/Floyd_Bennett", "http://dbpedia.org/resource/Floyd_Lavinius_Parks", "http://dbpedia.org/resource/Jeff_W._Mathis_III", "http://dbpedia.org/resource/Jeffrey_L._Bannister", "http://dbpedia.org/resource/Jerauld_R._Gentry", "http://dbpedia.org/resource/Jerome_F._O'Malley", "http://dbpedia.org/resource/Jerry_Yellin", "http://dbpedia.org/resource/Jesse_D._Auton", "http://dbpedia.org/resource/Jimmy_Doolittle", "http://dbpedia.org/resource/Joe_Hooper_(Medal_of_Honor)", "http://dbpedia.org/resource/Joe_R._Baldonado", "http://dbpedia.org/resource/Johan_J._Johansson", "http://dbpedia.org/resource/John_A._B._Dillard", "http://dbpedia.org/resource/John_A._Dramesi", "http://dbpedia.org/resource/John_Allen_Campbell", "http://dbpedia.org/resource/John_Arthur_Hughes", "http://dbpedia.org/resource/John_B._England", "http://dbpedia.org/resource/John_B._Frazier", "http://dbpedia.org/resource/John_Bacon_McDonald", "http://dbpedia.org/resource/John_Basilone", "http://dbpedia.org/resource/John_Boyd_(military_strategist)", "http://dbpedia.org/resource/John_Brown_Kerr", "http://dbpedia.org/resource/John_C._Arrowsmith", "http://dbpedia.org/resource/John_C._Bates", "http://dbpedia.org/resource/John_C._Daniel", "http://dbpedia.org/resource/John_C._Delaney", "http://dbpedia.org/resource/John_C._H._Lee", "http://dbpedia.org/resource/John_C._Meyer", "http://dbpedia.org/resource/John_C._Miller_Jr.", "http://dbpedia.org/resource/John_C._Morgan", "http://dbpedia.org/resource/John_C._Watson", "http://dbpedia.org/resource/John_Carson_Febiger", "http://dbpedia.org/resource/John_Clem", "http://dbpedia.org/resource/John_Cook_(Medal_of_Honor,_1847)", "http://dbpedia.org/resource/John_Coughlin_(soldier)", "http://dbpedia.org/resource/John_Cridland_Latham", "http://dbpedia.org/resource/John_D._Bulkeley", "http://dbpedia.org/resource/John_D._Lavelle", "http://dbpedia.org/resource/John_Davenport_Barrette", "http://dbpedia.org/resource/John_Davis_(Medal_of_Honor,_1898)", "http://dbpedia.org/resource/John_E._Pillsbury", "http://dbpedia.org/resource/John_E._Wilkes", "http://dbpedia.org/resource/John_F._Baker_Jr.", "http://dbpedia.org/resource/John_F._Shafroth_Jr.", "http://dbpedia.org/resource/John_F._Weston", "http://dbpedia.org/resource/John_F._Williams", "http://dbpedia.org/resource/John_Francis_Burnes", "http://dbpedia.org/resource/John_Francis_Uncles", "http://dbpedia.org/resource/John_Fugh", "http://dbpedia.org/resource/John_G._Burkhalter", "http://dbpedia.org/resource/John_G._Hill_Jr.", "http://dbpedia.org/resource/John_Galvin_(general)", "http://dbpedia.org/resource/John_Gibbon", "http://dbpedia.org/resource/John_Grady_(Medal_of_Honor)", "http://dbpedia.org/resource/John_Gregory_Bourke", "http://dbpedia.org/resource/John_H._Brown_Jr.", "http://dbpedia.org/resource/John_H._Cassady", "http://dbpedia.org/resource/John_H._Ebersole", "http://dbpedia.org/resource/John_H._Hughes_(United_States_Army_officer)", "http://dbpedia.org/resource/John_H._King", "http://dbpedia.org/resource/John_H._Leims", "http://dbpedia.org/resource/John_H._Michaelis", "http://dbpedia.org/resource/John_H._Russell_Jr.", "http://dbpedia.org/resource/John_Harties_Brown", "http://dbpedia.org/resource/John_Hood_(naval_officer)", "http://dbpedia.org/resource/John_Hoskins_(officer)", "http://dbpedia.org/resource/John_Irvin_Gregg", "http://dbpedia.org/resource/John_Irwin_(admiral)", "http://dbpedia.org/resource/Lee_Archer_(pilot)", "http://dbpedia.org/resource/Lee_S._Gerow", "http://dbpedia.org/resource/Leigh_Noyes", "http://dbpedia.org/resource/Leland_T._Kennedy", "http://dbpedia.org/resource/Lenah_Higbee", "http://dbpedia.org/resource/Leo_A._Walton", "http://dbpedia.org/resource/Leo_H._Schweiter", "http://dbpedia.org/resource/Leon_W._Johnson", "http://dbpedia.org/resource/Leonard_A._Funk_Jr.", "http://dbpedia.org/resource/Leonard_B._Cresswell", "http://dbpedia.org/resource/Leonard_B._Keller", "http://dbpedia.org/resource/Leonard_C._Ward", "http://dbpedia.org/resource/Leonard_F._Chapman_Jr.", "http://dbpedia.org/resource/Leonard_Porter_Ayres", "http://dbpedia.org/resource/Leslie_Skinner", "http://dbpedia.org/resource/Lester_A._Dessez", "http://dbpedia.org/resource/Lester_J._Whitlock", "http://dbpedia.org/resource/Leverett_M._Kelley", "http://dbpedia.org/resource/Lew_Allen", "http://dbpedia.org/resource/Lewie_G._Merritt", "http://dbpedia.org/resource/Lewis_Burwell_Puller_Jr.", "http://dbpedia.org/resource/Lewis_C._Beebe", "http://dbpedia.org/resource/Lewis_C._Lucas", "http://dbpedia.org/resource/Lewis_H._Brereton", "http://dbpedia.org/resource/Lewis_J._Fields", "http://dbpedia.org/resource/Lewis_Merrill", "http://dbpedia.org/resource/Lewis_Smith_Parks", "http://dbpedia.org/resource/Lincoln_D._Faurer", "http://dbpedia.org/resource/Nels_H._Nelson", "http://dbpedia.org/resource/Nelson_A._Miles", "http://dbpedia.org/resource/Newton_E._Mason", "http://dbpedia.org/resource/Nicholas_H._Heck", "http://dbpedia.org/resource/Niels_Drustrup", "http://dbpedia.org/resource/Pedro_Rodr\u00edguez_(soldier)", "http://dbpedia.org/resource/Peirce_Crosby", "http://dbpedia.org/resource/Percy_A._Decker", "http://dbpedia.org/resource/Percy_Moreau_Ashburn", "http://dbpedia.org/resource/Percy_Poe_Bishop", "http://dbpedia.org/resource/Peter_C._Hains_III", "http://dbpedia.org/resource/Peter_Conover_Hains", "http://dbpedia.org/resource/Peter_Grace", "http://dbpedia.org/resource/Peter_H._Allabach", "http://dbpedia.org/resource/Peter_H._Quinn", "http://dbpedia.org/resource/Peter_Huchthausen", "http://dbpedia.org/resource/Peter_J._Ortiz", "http://dbpedia.org/resource/Peter_M._Boehm", "http://dbpedia.org/resource/Peyton_C._March", "http://dbpedia.org/resource/Phil_H._Bucklew", "http://dbpedia.org/resource/Phil_Rasmussen", "http://dbpedia.org/resource/Philip_Andrews_(admiral)", "http://dbpedia.org/resource/Philip_B._Keefer", "http://dbpedia.org/resource/Philip_D._Gallery", "http://dbpedia.org/resource/Philip_Kearny", "http://dbpedia.org/resource/Philip_Sheridan", "http://dbpedia.org/resource/Philip_W._Nuber", "http://dbpedia.org/resource/Phillip_Davidson", "http://dbpedia.org/resource/Pierre_N._Charbonnet_Jr.", "http://dbpedia.org/resource/Theodore_Anderson_Baldwin", "http://dbpedia.org/resource/Theodore_C._Lyster", "http://dbpedia.org/resource/Theodore_Frelinghuysen_Jewell", "http://dbpedia.org/resource/Theodore_H._Winters_Jr.", "http://dbpedia.org/resource/Theodore_Leslie_Futch", "http://dbpedia.org/resource/Theodore_Schwan", "http://dbpedia.org/resource/Theodore_Stark_Wilkinson", "http://dbpedia.org/resource/Thomas_A._Pope", "http://dbpedia.org/resource/Thomas_B._Larkin", "http://dbpedia.org/resource/Thomas_C._Kinkaid", "http://dbpedia.org/resource/Thomas_C._Turner", "http://dbpedia.org/resource/Thomas_Cahey", "http://dbpedia.org/resource/Thomas_Cruse", "http://dbpedia.org/resource/Thomas_Duncan_(general)", "http://dbpedia.org/resource/Thomas_E._Bourke", "http://dbpedia.org/resource/Thomas_E._Jones_(doctor)", "http://dbpedia.org/resource/Thomas_F._Riley", "http://dbpedia.org/resource/Thomas_Francis_Hickey_(United_States_Army_officer)", "http://dbpedia.org/resource/Thomas_Gamble_Pitcher", "http://dbpedia.org/resource/Thomas_George_Lanphier_Sr.", "http://dbpedia.org/resource/Thomas_H._Miller", "http://dbpedia.org/resource/Thomas_H._Stevens_Jr.", "http://dbpedia.org/resource/Thomas_Hinman_Moorer", "http://dbpedia.org/resource/Thomas_Holcomb", "http://dbpedia.org/resource/Thomas_J._Hanley_Jr.", "http://dbpedia.org/resource/Thomas_J._Hudner_Jr.", "http://dbpedia.org/resource/Thomas_J._Kelly_(Medal_of_Honor)", "http://dbpedia.org/resource/Thomas_J._Ryan_(admiral)", "http://dbpedia.org/resource/Thomas_Jefferson_Cowie", "http://dbpedia.org/resource/Thomas_L._Hayes_Jr.", "http://dbpedia.org/resource/Thomas_Leonard_Harrold", "http://dbpedia.org/resource/Thomas_M._Anderson", "http://dbpedia.org/resource/Thomas_McGuire", "http://dbpedia.org/resource/Thomas_O._Osborn", "http://dbpedia.org/resource/Thomas_P._Gere", "http://dbpedia.org/resource/Thomas_P._Magruder", "http://dbpedia.org/resource/Thomas_Patrick_Gerrity", "http://dbpedia.org/resource/Thomas_Phelps", "http://dbpedia.org/resource/Thomas_R._Sargent_III", "http://dbpedia.org/resource/Thomas_Shaw_(Medal_of_Honor)", "http://dbpedia.org/resource/Thomas_T._Handy", "http://dbpedia.org/resource/Thomas_Tackaberry", "http://dbpedia.org/resource/Thomas_Turpin_Crittenden", "http://dbpedia.org/resource/Thomas_W._Herren", "http://dbpedia.org/resource/Thomas_W._Wigle", "http://dbpedia.org/resource/Thomas_Walter_Darrah", "http://dbpedia.org/resource/Thomas_Washington", "http://dbpedia.org/resource/Thomas_Withers", "http://dbpedia.org/resource/Thornton_A._Jenkins", "http://dbpedia.org/resource/Thorvald_A._Solberg", "http://dbpedia.org/resource/Timothy_F._O'Keefe", "http://dbpedia.org/resource/Timothy_I._Ahern", "http://dbpedia.org/resource/Timothy_Maude", "http://dbpedia.org/resource/Willis_Augustus_Lee", "http://dbpedia.org/resource/Williston_B._Palmer", "http://dbpedia.org/resource/Wilson_Vance", "http://dbpedia.org/resource/Winant_Sidle", "http://dbpedia.org/resource/Winfield_S._Harpe", "http://dbpedia.org/resource/Winfield_Scott_Edgerly", "http://dbpedia.org/resource/Winfield_Scott_Schley", "http://dbpedia.org/resource/Winifred_Collins", "http://dbpedia.org/resource/Woodrow_Swancutt", "http://dbpedia.org/resource/Worth_H._Bagley", "http://dbpedia.org/resource/W\u0142odzimierz_Krzy\u017canowski", "http://dbpedia.org/resource/Yates_Stirling", "http://dbpedia.org/resource/Yates_Stirling_Jr.", "http://dbpedia.org/resource/Earl_Hancock_Ellis", "http://dbpedia.org/resource/Earle_Wheeler", "http://dbpedia.org/resource/Edgar_Erskine_Hume", "http://dbpedia.org/resource/Edgar_Jadwin", "http://dbpedia.org/resource/Edmund_B._Gregory", "http://dbpedia.org/resource/Edmund_Colhoun", "http://dbpedia.org/resource/Edmund_Ernest_Garc\u00eda", "http://dbpedia.org/resource/Edmund_L._Gruber", "http://dbpedia.org/resource/Edmund_P._Easterbrook", "http://dbpedia.org/resource/Edmund_Rice_(Medal_of_Honor)", "http://dbpedia.org/resource/Edmund_Wittenmyer", "http://dbpedia.org/resource/Edward_A._Carter_Jr.", "http://dbpedia.org/resource/Edward_A._Silk", "http://dbpedia.org/resource/Edward_Albert_Ostermann", "http://dbpedia.org/resource/Edward_Anderson_(United_States_Army_officer,_born_1864)", "http://dbpedia.org/resource/Edward_Bancroft_Williston", "http://dbpedia.org/resource/Edward_Burr", "http://dbpedia.org/resource/Edward_C._Dyer", "http://dbpedia.org/resource/Edward_C._Kalbfus", "http://dbpedia.org/resource/Edward_D._Robie", "http://dbpedia.org/resource/Edward_F._Rector", "http://dbpedia.org/resource/Edward_F._Welch_Jr.", "http://dbpedia.org/resource/Edward_F._Younger", "http://dbpedia.org/resource/Edward_Fuller_Witsell", "http://dbpedia.org/resource/Edward_H._Forney", "http://dbpedia.org/resource/Edward_H._Hurst", "http://dbpedia.org/resource/Edward_Hale_Campbell", "http://dbpedia.org/resource/Edward_J._Miller_(USMC)", "http://dbpedia.org/resource/Edward_J._O'Neill_(general)", "http://dbpedia.org/resource/Edward_John_McClernand", "http://dbpedia.org/resource/Edward_Lyman_Munson", "http://dbpedia.org/resource/Edward_Ord", "http://dbpedia.org/resource/Edward_Settle_Godfrey", "http://dbpedia.org/resource/Edward_Sigerfoos", "http://dbpedia.org/resource/Edward_Walter_Eberle", "http://dbpedia.org/resource/Edwin_A._Loberg", "http://dbpedia.org/resource/Edwin_A._Zundel", "http://dbpedia.org/resource/Edwin_Anderson_Jr.", "http://dbpedia.org/resource/Edwin_B._Wheeler", "http://dbpedia.org/resource/Edwin_Burr_Babbitt", "http://dbpedia.org/resource/Edwin_Eugene_Aldrin_Sr.", "http://dbpedia.org/resource/Edwin_H._Brainard", "http://dbpedia.org/resource/Edwin_M._Shepard", "http://dbpedia.org/resource/Edwin_M._Truell", "http://dbpedia.org/resource/Edwin_Shepard_Chickering", "http://dbpedia.org/resource/Edwin_St._John_Greble", "http://dbpedia.org/resource/Einar_Axel_Malmstrom", "http://dbpedia.org/resource/Eli_Thompson_Fryer", "http://dbpedia.org/resource/Elizabeth_P._Hoisington", "http://dbpedia.org/resource/Ellery_W._Stone", "http://dbpedia.org/resource/Ellis_Spear", "http://dbpedia.org/resource/Ellis_W._Williamson", "http://dbpedia.org/resource/Elmer_Fowler_Stone", "http://dbpedia.org/resource/Elmer_Gedeon", "http://dbpedia.org/resource/Elmer_H._Salzman", "http://dbpedia.org/resource/Julian_Cunningham", "http://dbpedia.org/resource/Julian_E._Yates", "http://dbpedia.org/resource/Julian_Ewell", "http://dbpedia.org/resource/Julius_A._Furer", "http://dbpedia.org/resource/Julius_Curtis_Townsend", "http://dbpedia.org/resource/Julius_Ochs_Adler", "http://dbpedia.org/resource/Julius_Schou", "http://dbpedia.org/resource/Julius_Stahel", "http://dbpedia.org/resource/Justice_M._Chambers", "http://dbpedia.org/resource/Kara_Hultgreen", "http://dbpedia.org/resource/Kareem_Rashad_Sultan_Khan", "http://dbpedia.org/resource/Karl_S._Day", "http://dbpedia.org/resource/Karl_Truesdell", "http://dbpedia.org/resource/Karl_Westa", "http://dbpedia.org/resource/Lloyd_B._Ramsey", "http://dbpedia.org/resource/Lloyd_Chalker", "http://dbpedia.org/resource/Lloyd_E._Jones", "http://dbpedia.org/resource/Lloyd_L._Burke", "http://dbpedia.org/resource/Lloyd_Milton_Brett", "http://dbpedia.org/resource/Loren_D._Hagen", "http://dbpedia.org/resource/Louis_Chapin_Covell", "http://dbpedia.org/resource/Louis_Cukela", "http://dbpedia.org/resource/Louis_Dreller", "http://dbpedia.org/resource/Louis_E._Denfeld", "http://dbpedia.org/resource/Louis_Gonzaga_Mendez_Jr.", "http://dbpedia.org/resource/Louis_H._Wilson_Jr.", "http://dbpedia.org/resource/Louis_La_Garde", "http://dbpedia.org/resource/Louis_M._Little", "http://dbpedia.org/resource/Louis_R._Jones", "http://dbpedia.org/resource/Louis_R._de_Steiguer", "http://dbpedia.org/resource/Louis_Van_Iersel", "http://dbpedia.org/resource/Lowell_Smith", "http://dbpedia.org/resource/Lucien_Conein", "http://dbpedia.org/resource/Luta_Mae_McGrath", "http://dbpedia.org/resource/Luther_D._Miller", "http://dbpedia.org/resource/Luther_Hare", "http://dbpedia.org/resource/Luther_Prentice_Bradley", "http://dbpedia.org/resource/Luther_Skaggs_Jr.", "http://dbpedia.org/resource/Lutz_Wahl", "http://dbpedia.org/resource/Lyal_A._Davidson", "http://dbpedia.org/resource/Lyman_W._V._Kennon", "http://dbpedia.org/resource/Olaf_M._Hustvedt", "http://dbpedia.org/resource/Olinto_M._Barsanti", "http://dbpedia.org/resource/Oliver_F._Naquin", "http://dbpedia.org/resource/Oliver_Lyman_Spaulding_(general)", "http://dbpedia.org/resource/Ollie_Josephine_Prescott_Baird_Bennett", "http://dbpedia.org/resource/Onslow_S._Rolfe", "http://dbpedia.org/resource/Orde_Wingate", "http://dbpedia.org/resource/Orindatus_Simon_Bolivar_Wall", "http://dbpedia.org/resource/Orlando_B._Willcox", "http://dbpedia.org/resource/Orlando_Metcalfe_Poe", "http://dbpedia.org/resource/Orson_Leon_Crandall", "http://dbpedia.org/resource/Orval_R._Cook", "http://dbpedia.org/resource/Orvil_A._Anderson", "http://dbpedia.org/resource/Orville_E._Babcock", "http://dbpedia.org/resource/Oscar_C._Badger", "http://dbpedia.org/resource/Oscar_C._Badger_II", "http://dbpedia.org/resource/Oscar_Koch", "http://dbpedia.org/resource/Oscar_R._Cauldwell", "http://dbpedia.org/resource/Oscar_Schmidt_Jr.", "http://dbpedia.org/resource/Oscar_Westover", "http://dbpedia.org/resource/Oswald_Herbert_Ernst", "http://dbpedia.org/resource/Seth_Williams_(USMC)", "http://dbpedia.org/resource/Shannon_M._Kent", "http://dbpedia.org/resource/Sherrod_E._Skinner_Jr.", "http://dbpedia.org/resource/Silas_B._Hays", "http://dbpedia.org/resource/Spencer_S._Wood", "http://dbpedia.org/resource/St._Clair_Streett", "http://dbpedia.org/resource/St._Julien_R._Marshall", "http://dbpedia.org/resource/Stanley_Dunbar_Embick", "http://dbpedia.org/resource/Stephen_G._Burbridge", "http://dbpedia.org/resource/Stephen_Holden_Doane", "http://dbpedia.org/resource/Stephen_O._Fuqua", "http://dbpedia.org/resource/Stephen_Vincent_Benet_(general)", "http://dbpedia.org/resource/Bill_Bower", "http://dbpedia.org/resource/Bill_Stearns", "http://dbpedia.org/resource/Billy_M._Minter", "http://dbpedia.org/resource/Billy_Walkabout", "http://dbpedia.org/resource/Blackburn_B._Dovener", "http://dbpedia.org/resource/Bobbie_E._Brown", "http://dbpedia.org/resource/Kurt_Chew-Een_Lee", "http://dbpedia.org/resource/Littleton_Waller", "http://dbpedia.org/resource/Michael_Boorda", "http://dbpedia.org/resource/Michael_Crescenz", "http://dbpedia.org/resource/Michael_J._Galvin", "http://dbpedia.org/resource/Michael_J._Novosel", "http://dbpedia.org/resource/Michael_Joseph_Hayes", "http://dbpedia.org/resource/Michael_P._Ryan_(USMC)", "http://dbpedia.org/resource/Michael_R._Yunck", "http://dbpedia.org/resource/Michael_Strank", "http://dbpedia.org/resource/Micheal_E._Urell", "http://dbpedia.org/resource/Mildred_Inez_Caroon_Bailey", "http://dbpedia.org/resource/Miles_Browning", "http://dbpedia.org/resource/Military_career_of_Audie_Murphy", "http://dbpedia.org/resource/Milton_M._Holland", "http://dbpedia.org/resource/Pappy_Boyington", "http://dbpedia.org/resource/Patrick_McGunigal", "http://dbpedia.org/resource/Patrick_N._L._Bellinger", "http://dbpedia.org/resource/Patrick_Shanahan_(Medal_of_Honor)", "http://dbpedia.org/resource/Paul_Blasingame", "http://dbpedia.org/resource/Paul_F._Smith", "http://dbpedia.org/resource/Paul_Foley_(admiral)", "http://dbpedia.org/resource/Paul_Frederick_Foster", "http://dbpedia.org/resource/Paul_J._Fontana", "http://dbpedia.org/resource/Paul_L._Bates", "http://dbpedia.org/resource/Paul_Ramsey_Hawley", "http://dbpedia.org/resource/Paul_Ray_Smith", "http://dbpedia.org/resource/Paul_W._Airey", "http://dbpedia.org/resource/Paul_W._Beck", "http://dbpedia.org/resource/Paul_Wurtsmith", "http://dbpedia.org/resource/Paul_X._Kelley", "http://dbpedia.org/resource/Romeyn_B._Ayres", "http://dbpedia.org/resource/Ronald_J._Shurer", "http://dbpedia.org/resource/Roscoe_Cartwright", "http://dbpedia.org/resource/Roscoe_Robinson_Jr.", "http://dbpedia.org/resource/Ross_A._McGinnis", "http://dbpedia.org/resource/Ross_E._Rowell", "http://dbpedia.org/resource/Roy_Alexander_Gano", "http://dbpedia.org/resource/Roy_H._Parker", "http://dbpedia.org/resource/Roy_M._Gulick", "http://dbpedia.org/resource/Roy_Thurman", "http://dbpedia.org/resource/Royal_Emerson_Whitman", "http://dbpedia.org/resource/Royal_Reynolds_Jr.", "http://dbpedia.org/resource/Ruby_Bradley", "http://dbpedia.org/resource/Rudolph_B._Davila", "http://dbpedia.org/resource/Rudolph_W._Riefkohl", "http://dbpedia.org/resource/Rufus_Ingalls", "http://dbpedia.org/resource/Rufus_Saxton", "http://dbpedia.org/resource/Rufus_Zenas_Johnston", "http://dbpedia.org/resource/Russel_Burton_Reynolds", "http://dbpedia.org/resource/Russell_R._Waesche", "http://dbpedia.org/resource/Ruth_A._Lucas", "http://dbpedia.org/resource/Zachariah_T._Woodall", "http://dbpedia.org/resource/Zenas_Bliss", "http://dbpedia.org/resource/Zera_Luther_Tanner"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Drums_Around_the_World> . ?x <http://dbpedia.org/ontology/genre> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Guy_(band)> <http://dbpedia.org/ontology/bandMember> ?x . ?x <http://dbpedia.org/property/associatedBand> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/Queen_Noor_of_Jordan> . ?x <http://dbpedia.org/property/leaderName> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/televisionSeries> <http://dbpedia.org/resource/NTSC> . ?uri <http://dbpedia.org/property/subsequentWork> <http://dbpedia.org/resource/5.1_cinematography> <http://dbpedia.org/resource/Surround_sound> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kala_Pani_(1958_film)> <http://dbpedia.org/ontology/director> ?x . ?x <http://dbpedia.org/property/deathPlace> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Mumbai", "http://dbpedia.org/resource/Maharashtra", "http://dbpedia.org/resource/India"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hairColor> <http://dbpedia.org/resource/Red_hair> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/militaryUnit> <http://dbpedia.org/resource/Second_Lieutenant> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owningOrganisation> <http://dbpedia.org/resource/Public_Transport_Authority_(Western_Australia)> . ?x <http://dbpedia.org/property/servingRailwayLine> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/publisher> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/inflow> <http://dbpedia.org/resource/Upper_Npper_Vodka> . ?x <http://dbpedia.org/ontology/cities> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> Dbo:Sea}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/stateOfOrigin> <http://dbpedia.org/resource/Swedish> . ?x <http://dbpedia.org/ontology/knownFor> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Muse_d'Orsay> . ?x <http://dbpedia.org/ontology/artist> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/location> <http://dbpedia.org/resource/Herzogenaurach> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sport>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Lawrence_Realization_Stakes> <http://dbpedia.org/property/name> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/editing> <http://dbpedia.org/resource/Mark_Stevens> . ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Joel_Schumacher> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Luther:_The_Calling> <http://dbpedia.org/ontology/author> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/mainInterests> <http://dbpedia.org/resource/Natural_philosophy> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Philosopher>}"}, "answers": ["http://dbpedia.org/resource/Anaxagoras", "http://dbpedia.org/resource/Alcmaeon_of_Croton", "http://dbpedia.org/resource/Marsilius_of_Inghen", "http://dbpedia.org/resource/Cleanthes", "http://dbpedia.org/resource/John_Philoponus", "http://dbpedia.org/resource/Strato_of_Lampsacus", "http://dbpedia.org/resource/Rodrigo_de_Arriaga", "http://dbpedia.org/resource/Roger_Bacon", "http://dbpedia.org/resource/Miura_Baien", "http://dbpedia.org/resource/Johannes_Nikolaus_Tetens", "http://dbpedia.org/resource/William_of_Ockham", "http://dbpedia.org/resource/Xenophanes"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/East_Norwalk_Historical_Cemetery> . ?x <http://dbpedia.org/property/residence> ?uri }"}, "answers": ["43"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Album>}"}, "answers": ["176"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uriveneratedIn <http://dbpedia.org/resource/Judaism> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Saint>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Gibson_Les_Paul> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/phylum> <http://dbpedia.org/resource/Chordate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mammal>}"}, "answers": ["http://dbpedia.org/resource/Allacerops", "http://dbpedia.org/resource/Altungulata", "http://dbpedia.org/resource/Darocasorex", "http://dbpedia.org/resource/Deccanolestes", "http://dbpedia.org/resource/Archonta", "http://dbpedia.org/resource/Valentinella", "http://dbpedia.org/resource/Dilambdogale", "http://dbpedia.org/resource/Pebble-mound_mouse", "http://dbpedia.org/resource/Betonnia", "http://dbpedia.org/resource/Geolabididae", "http://dbpedia.org/resource/Sahnitherium", "http://dbpedia.org/resource/Widanelfarasia", "http://dbpedia.org/resource/Kryoryctes", "http://dbpedia.org/resource/Arcantiodelphys", "http://dbpedia.org/resource/Argentodites", "http://dbpedia.org/resource/Eotheroides", "http://dbpedia.org/resource/Erlianomys", "http://dbpedia.org/resource/Uintaceras", "http://dbpedia.org/resource/Ukhaatherium", "http://dbpedia.org/resource/Sorex_araneus_grantii", "http://dbpedia.org/resource/Kaupitherium", "http://dbpedia.org/resource/Kennalestes", "http://dbpedia.org/resource/Mesatirhinus", "http://dbpedia.org/resource/Metarhinus", "http://dbpedia.org/resource/Metatelmatherium", "http://dbpedia.org/resource/Metaxytherium", "http://dbpedia.org/resource/Caribosiren", "http://dbpedia.org/resource/Repomys", "http://dbpedia.org/resource/Notiotitanops", "http://dbpedia.org/resource/Phalangerida", "http://dbpedia.org/resource/Scalaridelphys", "http://dbpedia.org/resource/Basirepomys", "http://dbpedia.org/resource/Batodonoides", "http://dbpedia.org/resource/Batodonoides_vanhouteni", "http://dbpedia.org/resource/Mondegodon", "http://dbpedia.org/resource/Morenelaphus", "http://dbpedia.org/resource/Mulkrajanops", "http://dbpedia.org/resource/Nanolestes", "http://dbpedia.org/resource/Seggeurius", "http://dbpedia.org/resource/Ageitonomys", "http://dbpedia.org/resource/Cambaytherium", "http://dbpedia.org/resource/Caviodon", "http://dbpedia.org/resource/Chacopterygus", "http://dbpedia.org/resource/Sthenodectes", "http://dbpedia.org/resource/Tahr", "http://dbpedia.org/resource/Junggaroperadectes", "http://dbpedia.org/resource/Mimoperadectes", "http://dbpedia.org/resource/Priscosiren", "http://dbpedia.org/resource/Dolinasorex", "http://dbpedia.org/resource/Sinodonomys", "http://dbpedia.org/resource/Telmatherium", "http://dbpedia.org/resource/Cricetulodon", "http://dbpedia.org/resource/Greniodon", "http://dbpedia.org/resource/Guiomys", "http://dbpedia.org/resource/Chacomylus", "http://dbpedia.org/resource/Maelestes", "http://dbpedia.org/resource/Phoxomylus", "http://dbpedia.org/resource/Protitanotherium", "http://dbpedia.org/resource/Prototherium", "http://dbpedia.org/resource/Qatranilestes", "http://dbpedia.org/resource/Radinskya", "http://dbpedia.org/resource/Eosiren", "http://dbpedia.org/resource/Eparctocyona", "http://dbpedia.org/resource/Edworthia", "http://dbpedia.org/resource/Kahawamys", "http://dbpedia.org/resource/Kalimantsia", "http://dbpedia.org/resource/Omoiosicista", "http://dbpedia.org/resource/Stegodibelodon", "http://dbpedia.org/resource/Stegosiren", "http://dbpedia.org/resource/Dorcopsis", "http://dbpedia.org/resource/Hyotheridium", "http://dbpedia.org/resource/Miocnus", "http://dbpedia.org/resource/Parelasmotherium", "http://dbpedia.org/resource/Parikimys", "http://dbpedia.org/resource/Eridanosaurus", "http://dbpedia.org/resource/Yingabalanara", "http://dbpedia.org/resource/Leptalestes"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Carolyn_Dennis> <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri } "}, "answers": ["http://dbpedia.org/resource/The_Carpenters", "http://dbpedia.org/resource/Bruce_Springsteen", "http://dbpedia.org/resource/Kenny_Loggins", "http://dbpedia.org/resource/Stevie_Wonder", "http://dbpedia.org/resource/Bob_Dylan", "http://dbpedia.org/resource/Michael_Jackson"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/ground> <http://dbpedia.org/resource/Rosario_F\u00e9,_Paran\u00e1> . ?uri <http://dbpedia.org/ontology/youthclubs> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/Playtone> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/The_2000s_(miniseries)", "http://dbpedia.org/resource/The_Eighties_(miniseries)", "http://dbpedia.org/resource/The_Movies_(miniseries)", "http://dbpedia.org/resource/The_Nineties_(miniseries)", "http://dbpedia.org/resource/The_Pacific_(miniseries)", "http://dbpedia.org/resource/The_Seventies_(miniseries)", "http://dbpedia.org/resource/The_Sixties_(miniseries)", "http://dbpedia.org/resource/Band_of_Brothers_(miniseries)", "http://dbpedia.org/resource/My_Big_Fat_Greek_Life", "http://dbpedia.org/resource/Electric_City_(web_series)", "http://dbpedia.org/resource/Olive_Kitteridge_(miniseries)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/county> <http://dbpedia.org/resource/Dane_County,_Wisconsin> . ?uri <http://dbpedia.org/property/restingplace> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/SAGE> . ?x <http://dbpedia.org/ontology/academicArea> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pontiac_Building> <http://dbpedia.org/property/architecturalStyle> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Basketball_Association> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BasketballPlayer>}"}, "answers": ["http://dbpedia.org/resource/Alize_Johnson", "http://dbpedia.org/resource/Alondes_Williams", "http://dbpedia.org/resource/Alonzo_Mourning", "http://dbpedia.org/resource/Alperen_\u015eeng\u00fcn", "http://dbpedia.org/resource/Andre_Drummond", "http://dbpedia.org/resource/Andrew_Nembhard", "http://dbpedia.org/resource/Andy_Greer", "http://dbpedia.org/resource/Damian_Lillard", "http://dbpedia.org/resource/Damon_Stoudamire", "http://dbpedia.org/resource/Dan_Burke_(basketball)", "http://dbpedia.org/resource/Dan_Craig", "http://dbpedia.org/resource/Daniel_Gafford", "http://dbpedia.org/resource/Daniel_Theis", "http://dbpedia.org/resource/Danko_Cvjeti\u0107anin", "http://dbpedia.org/resource/Danny_Ainge", "http://dbpedia.org/resource/Danuel_House", "http://dbpedia.org/resource/Dario_\u0160ari\u0107", "http://dbpedia.org/resource/Darius_Bazley", "http://dbpedia.org/resource/Darius_Days", "http://dbpedia.org/resource/Darius_Garland", "http://dbpedia.org/resource/Darko_Rajakovi\u0107", "http://dbpedia.org/resource/Darnell_Lazare", "http://dbpedia.org/resource/Darrell_Armstrong", "http://dbpedia.org/resource/Darren_Erman", "http://dbpedia.org/resource/Darvin_Ham", "http://dbpedia.org/resource/Dave_Joerger", "http://dbpedia.org/resource/David_Duke_Jr.", "http://dbpedia.org/resource/David_Griffin_(basketball)", "http://dbpedia.org/resource/David_Johnson_(basketball)", "http://dbpedia.org/resource/David_McClure_(basketball)", "http://dbpedia.org/resource/David_Roddy", "http://dbpedia.org/resource/Davion_Mitchell", "http://dbpedia.org/resource/Davon_Reed", "http://dbpedia.org/resource/Day'Ron_Sharpe", "http://dbpedia.org/resource/De'Aaron_Fox", "http://dbpedia.org/resource/De'Andre_Hunter", "http://dbpedia.org/resource/De'Anthony_Melton", "http://dbpedia.org/resource/DeAndre_Jordan", "http://dbpedia.org/resource/Deandre_Ayton", "http://dbpedia.org/resource/Usman_Garuba", "http://dbpedia.org/resource/Vernon_Carey_Jr.", "http://dbpedia.org/resource/Victor_Oladipo", "http://dbpedia.org/resource/Vince_Williams_Jr.", "http://dbpedia.org/resource/Vitaly_Potapenko", "http://dbpedia.org/resource/Vlatko_\u010can\u010dar", "http://dbpedia.org/resource/V\u00edt_Krej\u010d\u00ed", "http://dbpedia.org/resource/Walker_Kessler", "http://dbpedia.org/resource/Dejan_Milojevi\u0107", "http://dbpedia.org/resource/Dejounte_Murray", "http://dbpedia.org/resource/Dell_Demps", "http://dbpedia.org/resource/Deni_Avdija", "http://dbpedia.org/resource/Dereon_Seabron", "http://dbpedia.org/resource/Derrick_Favors", "http://dbpedia.org/resource/Derrick_Jones_Jr.", "http://dbpedia.org/resource/Derrick_Rose", "http://dbpedia.org/resource/Derrick_White_(basketball)", "http://dbpedia.org/resource/Desmond_Bane", "http://dbpedia.org/resource/Devin_Booker", "http://dbpedia.org/resource/Devin_Cannady", "http://dbpedia.org/resource/Devin_Vassell", "http://dbpedia.org/resource/Devontae_Cacok", "http://dbpedia.org/resource/Devonte'_Graham", "http://dbpedia.org/resource/Dewayne_Dedmon", "http://dbpedia.org/resource/Didi_Louzada", "http://dbpedia.org/resource/Dillon_Brooks", "http://dbpedia.org/resource/Dirk_Nowitzki", "http://dbpedia.org/resource/Al_Attles", "http://dbpedia.org/resource/Al_Horford", "http://dbpedia.org/resource/Alec_Burks", "http://dbpedia.org/resource/Aleksej_Poku\u0161evski", "http://dbpedia.org/resource/Alex_Jensen", "http://dbpedia.org/resource/Alex_Len", "http://dbpedia.org/resource/Alex_McKechnie", "http://dbpedia.org/resource/Art\u016bras_Karni\u0161ovas", "http://dbpedia.org/resource/Austin_Ainge", "http://dbpedia.org/resource/Austin_Reaves", "http://dbpedia.org/resource/Ayo_Dosunmu", "http://dbpedia.org/resource/Ben_Simmons", "http://dbpedia.org/resource/Ben_Sullivan_(basketball)", "http://dbpedia.org/resource/Ben_Wallace_(basketball)", "http://dbpedia.org/resource/Beno_Udrih", "http://dbpedia.org/resource/Frank_Kaminsky", "http://dbpedia.org/resource/Frank_Ntilikina", "http://dbpedia.org/resource/Frank_Vogel", "http://dbpedia.org/resource/Fred_VanVleet", "http://dbpedia.org/resource/Fred_Vinson_(basketball)", "http://dbpedia.org/resource/Garrett_Jackson", "http://dbpedia.org/resource/Garrison_Mathews", "http://dbpedia.org/resource/Gary_Clark_(basketball)", "http://dbpedia.org/resource/Gary_Harris", "http://dbpedia.org/resource/Gary_Payton_II", "http://dbpedia.org/resource/Gary_Trent_Jr.", "http://dbpedia.org/resource/Harrison_Barnes", "http://dbpedia.org/resource/Saben_Lee", "http://dbpedia.org/resource/Sachin_Gupta_(executive)", "http://dbpedia.org/resource/Saddiq_Bey", "http://dbpedia.org/resource/Sam_Cassell", "http://dbpedia.org/resource/Sandro_Mamukelashvili", "http://dbpedia.org/resource/T._J._McConnell", "http://dbpedia.org/resource/T._J._Warren", "http://dbpedia.org/resource/Tari_Eason", "http://dbpedia.org/resource/Taurean_Prince", "http://dbpedia.org/resource/Taylor_Jenkins", "http://dbpedia.org/resource/Wendell_Carter_Jr.", "http://dbpedia.org/resource/Wendell_Moore_Jr.", "http://dbpedia.org/resource/Wenyen_Gabriel", "http://dbpedia.org/resource/Wes_Unseld_Jr.", "http://dbpedia.org/resource/Wesley_Johnson_(basketball)", "http://dbpedia.org/resource/Wesley_Matthews", "http://dbpedia.org/resource/Will_Barton", "http://dbpedia.org/resource/Will_Hardy", "http://dbpedia.org/resource/Anfernee_Simons", "http://dbpedia.org/resource/Anthony_Davis", "http://dbpedia.org/resource/Anthony_Edwards_(basketball)", "http://dbpedia.org/resource/Anthony_Lamb_(basketball)", "http://dbpedia.org/resource/Anthony_Morrow", "http://dbpedia.org/resource/Anthony_Parker", "http://dbpedia.org/resource/Antonio_Lang", "http://dbpedia.org/resource/Elston_Turner", "http://dbpedia.org/resource/Eric_Bledsoe", "http://dbpedia.org/resource/Eric_Gordon", "http://dbpedia.org/resource/Eric_Hughes_(basketball)", "http://dbpedia.org/resource/Eric_Paschall", "http://dbpedia.org/resource/Erik_Spoelstra", "http://dbpedia.org/resource/Ermal_Kuqo", "http://dbpedia.org/resource/Eugene_Omoruyi", "http://dbpedia.org/resource/Evan_Fournier", "http://dbpedia.org/resource/Evan_Mobley", "http://dbpedia.org/resource/Evan_Turner", "http://dbpedia.org/resource/Giannis_Antetokounmpo", "http://dbpedia.org/resource/God_Shammgod", "http://dbpedia.org/resource/Goga_Bitadze", "http://dbpedia.org/resource/Goran_Dragi\u0107", "http://dbpedia.org/resource/Gordon_Hayward", "http://dbpedia.org/resource/Gorgui_Dieng", "http://dbpedia.org/resource/MarJon_Beauchamp", "http://dbpedia.org/resource/Marcus_Garrett", "http://dbpedia.org/resource/Marcus_Georges-Hunt", "http://dbpedia.org/resource/Marcus_Smart", "http://dbpedia.org/resource/Mark_Bryant_(basketball)", "http://dbpedia.org/resource/Mark_Daigneault", "http://dbpedia.org/resource/Mark_Williams_(basketball)", "http://dbpedia.org/resource/Markelle_Fultz", "http://dbpedia.org/resource/Markieff_Morris", "http://dbpedia.org/resource/Marko_Simonovi\u0107_(basketball,_born_1999)", "http://dbpedia.org/resource/Marlon_Garnett", "http://dbpedia.org/resource/Marquese_Chriss", "http://dbpedia.org/resource/Marvin_Williams", "http://dbpedia.org/resource/Popeye_Jones", "http://dbpedia.org/resource/Precious_Achiuwa", "http://dbpedia.org/resource/Predrag_Drobnjak", "http://dbpedia.org/resource/Primo\u017e_Brezec", "http://dbpedia.org/resource/Terence_Davis", "http://dbpedia.org/resource/Teresa_Weatherspoon", "http://dbpedia.org/resource/Terry_Rozier", "http://dbpedia.org/resource/Terry_Taylor_(basketball)", "http://dbpedia.org/resource/Thaddeus_Young", "http://dbpedia.org/resource/Thanasis_Antetokounmpo", "http://dbpedia.org/resource/Udoka_Azubuike", "http://dbpedia.org/resource/Udonis_Haslem", "http://dbpedia.org/resource/Jeff_Weltman", "http://dbpedia.org/resource/Monte_McNair", "http://dbpedia.org/resource/Bo\u0161tjan_Nachbar", "http://dbpedia.org/resource/Brandon_Boston_Jr.", "http://dbpedia.org/resource/Brandon_Clarke", "http://dbpedia.org/resource/Brandon_Goodwin_(basketball)", "http://dbpedia.org/resource/Brandon_Ingram", "http://dbpedia.org/resource/Brandon_Williams_(basketball,_born_1975)", "http://dbpedia.org/resource/Brandon_Williams_(basketball,_born_1999)", "http://dbpedia.org/resource/Braxton_Key", "http://dbpedia.org/resource/Brendan_Malone", "http://dbpedia.org/resource/Bret_Brielmaier", "http://dbpedia.org/resource/Brett_Brown", "http://dbpedia.org/resource/Brian_Adams_(basketball)", "http://dbpedia.org/resource/Brian_Keefe", "http://dbpedia.org/resource/Brian_Shaw", "http://dbpedia.org/resource/Brodric_Thomas", "http://dbpedia.org/resource/Brook_Lopez", "http://dbpedia.org/resource/Bruce_Fraser_(basketball)", "http://dbpedia.org/resource/Bruce_Kreutzer", "http://dbpedia.org/resource/Bruno_Fernando", "http://dbpedia.org/resource/Bryan_Gates", "http://dbpedia.org/resource/Bryce_McGowens", "http://dbpedia.org/resource/Bryn_Forbes", "http://dbpedia.org/resource/Buddy_Boeheim", "http://dbpedia.org/resource/Buddy_Hield", "http://dbpedia.org/resource/Jack_White_(basketball)", "http://dbpedia.org/resource/Jacque_Vaughn", "http://dbpedia.org/resource/Jaden_Hardy", "http://dbpedia.org/resource/Jaden_Ivey", "http://dbpedia.org/resource/Jaden_Springer", "http://dbpedia.org/resource/Jae'Sean_Tate", "http://dbpedia.org/resource/Jake_LaRavia", "http://dbpedia.org/resource/Jakob_P\u00f6ltl", "http://dbpedia.org/resource/Jalen_Brunson", "http://dbpedia.org/resource/Jalen_Duren", "http://dbpedia.org/resource/Jalen_Green", "http://dbpedia.org/resource/Jalen_Johnson", "http://dbpedia.org/resource/Jalen_Suggs", "http://dbpedia.org/resource/Jalen_Williams", "http://dbpedia.org/resource/Jamaal_Magloire", "http://dbpedia.org/resource/Jamahl_Mosley", "http://dbpedia.org/resource/Jamal_Cain", "http://dbpedia.org/resource/Jamal_Murray", "http://dbpedia.org/resource/James_Borrego", "http://dbpedia.org/resource/James_Bouknight", "http://dbpedia.org/resource/James_Harden", "http://dbpedia.org/resource/James_Wiseman", "http://dbpedia.org/resource/Jamie_Young_(basketball)", "http://dbpedia.org/resource/Jared_Butler", "http://dbpedia.org/resource/Jared_Dudley", "http://dbpedia.org/resource/Jared_Harper", "http://dbpedia.org/resource/Jaren_Jackson_Jr.", "http://dbpedia.org/resource/Jarred_Vanderbilt", "http://dbpedia.org/resource/Jarrett_Allen", "http://dbpedia.org/resource/Jarrett_Jack", "http://dbpedia.org/resource/Jarron_Collins", "http://dbpedia.org/resource/Jason_Kidd", "http://dbpedia.org/resource/Jason_Preston", "http://dbpedia.org/resource/Jason_Terry", "http://dbpedia.org/resource/Javonte_Green", "http://dbpedia.org/resource/Jaxson_Hayes", "http://dbpedia.org/resource/Jay_Larranaga", "http://dbpedia.org/resource/Jay_Triano", "http://dbpedia.org/resource/Jaylen_Brown", "http://dbpedia.org/resource/Jaylin_Williams", "http://dbpedia.org/resource/Jayson_Tatum", "http://dbpedia.org/resource/Jeenathan_Williams", "http://dbpedia.org/resource/Keegan_Murray", "http://dbpedia.org/resource/Keita_Bates-Diop", "http://dbpedia.org/resource/Kelly_Olynyk", "http://dbpedia.org/resource/Kelly_Oubre_Jr.", "http://dbpedia.org/resource/Kendall_Brown_(basketball)", "http://dbpedia.org/resource/Kendrick_Nunn", "http://dbpedia.org/resource/Kennedy_Chandler", "http://dbpedia.org/resource/Kenneth_Lofton_Jr.", "http://dbpedia.org/resource/Kenny_Atkinson", "http://dbpedia.org/resource/Kenrich_Williams", "http://dbpedia.org/resource/Kenyon_Martin_Jr.", "http://dbpedia.org/resource/Keon_Ellis", "http://dbpedia.org/resource/Keon_Johnson_(basketball,_born_2002)", "http://dbpedia.org/resource/Kessler_Edwards", "http://dbpedia.org/resource/Kevin_Burleson", "http://dbpedia.org/resource/Kevin_Durant", "http://dbpedia.org/resource/Kevin_Huerter", "http://dbpedia.org/resource/Kevin_Love", "http://dbpedia.org/resource/Kevin_Porter_Jr.", "http://dbpedia.org/resource/Kevin_Pritchard", "http://dbpedia.org/resource/Kevon_Harris_(basketball)", "http://dbpedia.org/resource/Kevon_Looney", "http://dbpedia.org/resource/Keyon_Dooling", "http://dbpedia.org/resource/Khris_Middleton", "http://dbpedia.org/resource/Killian_Hayes", "http://dbpedia.org/resource/Killian_Tillie", "http://dbpedia.org/resource/Matina_Kolokotronis", "http://dbpedia.org/resource/Matisse_Thybulle", "http://dbpedia.org/resource/Matt_Ryan_(basketball)", "http://dbpedia.org/resource/Matt_Thomas_(basketball)", "http://dbpedia.org/resource/Matthew_Dellavedova", "http://dbpedia.org/resource/Maurice_Cheeks", "http://dbpedia.org/resource/Maurice_Harkless", "http://dbpedia.org/resource/Max_Christie_(basketball)", "http://dbpedia.org/resource/Max_Strus", "http://dbpedia.org/resource/Maxi_Kleber", "http://dbpedia.org/resource/Melvin_Frazier", "http://dbpedia.org/resource/Melvin_Hunt", "http://dbpedia.org/resource/Randy_Ayers", "http://dbpedia.org/resource/Raul_Neto", "http://dbpedia.org/resource/Reggie_Bullock", "http://dbpedia.org/resource/Rex_Kalamian", "http://dbpedia.org/resource/A._J._Green_(basketball)", "http://dbpedia.org/resource/A._J._Lawson", "http://dbpedia.org/resource/AJ_Griffin", "http://dbpedia.org/resource/Nikola_Vu\u010devi\u0107", "http://dbpedia.org/resource/Noah_Vonleh", "http://dbpedia.org/resource/Norman_Powell", "http://dbpedia.org/resource/OG_Anunoby", "http://dbpedia.org/resource/Obi_Toppin", "http://dbpedia.org/resource/Ochai_Agbaji", "http://dbpedia.org/resource/Octavio_De_La_Grana", "http://dbpedia.org/resource/Scott_Layden", "http://dbpedia.org/resource/Clifford_Ray", "http://dbpedia.org/resource/Clint_Capela", "http://dbpedia.org/resource/Coby_White", "http://dbpedia.org/resource/Cole_Anthony", "http://dbpedia.org/resource/Cole_Swider", "http://dbpedia.org/resource/Collin_Gillespie", "http://dbpedia.org/resource/John_Konchar", "http://dbpedia.org/resource/John_Lucas_II", "http://dbpedia.org/resource/John_Paxson", "http://dbpedia.org/resource/John_Wall", "http://dbpedia.org/resource/Johnnie_Bryant", "http://dbpedia.org/resource/Johnny_Davis_(basketball,_born_2002)", "http://dbpedia.org/resource/Johnny_Juzang", "http://dbpedia.org/resource/Jon_Horst", "http://dbpedia.org/resource/Jonas_Valan\u010di\u016bnas", "http://dbpedia.org/resource/Jonathan_Isaac", "http://dbpedia.org/resource/Jonathan_Kuminga", "http://dbpedia.org/resource/Jordan_Clarkson", "http://dbpedia.org/resource/Jordan_Hall_(basketball)", "http://dbpedia.org/resource/Jordan_McLaughlin", "http://dbpedia.org/resource/Jordan_Schakel", "http://dbpedia.org/resource/Jordi_Fern\u00e1ndez", "http://dbpedia.org/resource/Jose_Alvarado_(basketball)", "http://dbpedia.org/resource/Joseph_Blair", "http://dbpedia.org/resource/Josh_Christopher", "http://dbpedia.org/resource/Josh_Giddey", "http://dbpedia.org/resource/Josh_Green_(basketball)", "http://dbpedia.org/resource/Josh_Hart", "http://dbpedia.org/resource/Josh_Jackson_(basketball)", "http://dbpedia.org/resource/Josh_Minott", "http://dbpedia.org/resource/Josh_Oppenheimer", "http://dbpedia.org/resource/Josh_Richardson", "http://dbpedia.org/resource/Joshua_Primo", "http://dbpedia.org/resource/Jos\u00e9_Calder\u00f3n_(basketball)", "http://dbpedia.org/resource/Jrue_Holiday", "http://dbpedia.org/resource/Juancho_Hernang\u00f3mez", "http://dbpedia.org/resource/Juhann_Begarin", "http://dbpedia.org/resource/Santi_Aldama", "http://dbpedia.org/resource/Scott_Brooks", "http://dbpedia.org/resource/Scott_Perry_(basketball)", "http://dbpedia.org/resource/Scottie_Barnes", "http://dbpedia.org/resource/Scotty_Pippen_Jr.", "http://dbpedia.org/resource/Serge_Ibaka", "http://dbpedia.org/resource/Gillian_Zucker", "http://dbpedia.org/resource/Jim_Eyen", "http://dbpedia.org/resource/John_Rinehart_(basketball)", "http://dbpedia.org/resource/Justin_Zanik", "http://dbpedia.org/resource/Bam_Adebayo", "http://dbpedia.org/resource/Isaac_Okoro", "http://dbpedia.org/resource/Isaiah_Hartenstein", "http://dbpedia.org/resource/Isaiah_Joe", "http://dbpedia.org/resource/Isaiah_Livers", "http://dbpedia.org/resource/Isaiah_Mobley", "http://dbpedia.org/resource/Isaiah_Roby", "http://dbpedia.org/resource/Isaiah_Stewart", "http://dbpedia.org/resource/Isaiah_Todd", "http://dbpedia.org/resource/Ish_Wainright", "http://dbpedia.org/resource/Iverson_Molinar", "http://dbpedia.org/resource/Ivica_Dukan", "http://dbpedia.org/resource/JD_Davison", "http://dbpedia.org/resource/JT_Thor", "http://dbpedia.org/resource/JaMychal_Green", "http://dbpedia.org/resource/JaVale_McGee", "http://dbpedia.org/resource/Ja_Morant", "http://dbpedia.org/resource/Jabari_Smith_Jr.", "http://dbpedia.org/resource/Jabari_Walker", "http://dbpedia.org/resource/Mitchell_Robinson", "http://dbpedia.org/resource/Monty_Williams", "http://dbpedia.org/resource/Mont\u00e9_Morris", "http://dbpedia.org/resource/Moritz_Wagner_(basketball)", "http://dbpedia.org/resource/Moses_Brown_(basketball)", "http://dbpedia.org/resource/Moses_Moody", "http://dbpedia.org/resource/Moussa_Diabat\u00e9", "http://dbpedia.org/resource/Myles_Turner", "http://dbpedia.org/resource/Naji_Marshall", "http://dbpedia.org/resource/Nassir_Little", "http://dbpedia.org/resource/Nate_Hinton", "http://dbpedia.org/resource/Nate_McMillan", "http://dbpedia.org/resource/Nate_Reinking", "http://dbpedia.org/resource/Nathan_Knight", "http://dbpedia.org/resource/Tony_Brown_(basketball)", "http://dbpedia.org/resource/Trae_Young", "http://dbpedia.org/resource/Trajan_Langdon", "http://dbpedia.org/resource/Travis_Bader", "http://dbpedia.org/resource/Tre_Mann", "http://dbpedia.org/resource/Trendon_Watford", "http://dbpedia.org/resource/Trent_Forrest", "http://dbpedia.org/resource/Trevelin_Queen", "http://dbpedia.org/resource/Trevor_Keels", "http://dbpedia.org/resource/Trey_Burke", "http://dbpedia.org/resource/Trey_Murphy_III", "http://dbpedia.org/resource/Troy_Weaver", "http://dbpedia.org/resource/TyTy_Washington", "http://dbpedia.org/resource/Tyler_Cook", "http://dbpedia.org/resource/Tyler_Dorsey", "http://dbpedia.org/resource/Tyrese_Haliburton", "http://dbpedia.org/resource/Tyrese_Martin", "http://dbpedia.org/resource/Tyrese_Maxey", "http://dbpedia.org/resource/John_Gabriel_(basketball)", "http://dbpedia.org/resource/John_Abbamondi", "http://dbpedia.org/resource/Aaron_Brooks_(basketball)", "http://dbpedia.org/resource/Aaron_Gordon", "http://dbpedia.org/resource/Aaron_Gray", "http://dbpedia.org/resource/Aaron_Holiday", "http://dbpedia.org/resource/Aaron_Miles_(basketball)", "http://dbpedia.org/resource/Aaron_Nesmith", "http://dbpedia.org/resource/Aaron_Wiggins", "http://dbpedia.org/resource/Adam_Caporn", "http://dbpedia.org/resource/Admiral_Schofield", "http://dbpedia.org/resource/Adrian_Griffin", "http://dbpedia.org/resource/CJ_McCollum", "http://dbpedia.org/resource/Cade_Cunningham", "http://dbpedia.org/resource/Caleb_Houstan", "http://dbpedia.org/resource/Caleb_Martin_(basketball)", "http://dbpedia.org/resource/Cam_Reddish", "http://dbpedia.org/resource/Cameron_Johnson", "http://dbpedia.org/resource/Cedi_Osman", "http://dbpedia.org/resource/Chad_Forcier", "http://dbpedia.org/resource/Chandler_Hutchison", "http://dbpedia.org/resource/Charles_Bassey", "http://dbpedia.org/resource/Charles_Lee_(basketball)", "http://dbpedia.org/resource/Charlie_Brown_Jr._(basketball)", "http://dbpedia.org/resource/Chauncey_Billups", "http://dbpedia.org/resource/Chaundee_Brown", "http://dbpedia.org/resource/Chet_Holmgren", "http://dbpedia.org/resource/Chimezie_Metu", "http://dbpedia.org/resource/Chip_Engelland", "http://dbpedia.org/resource/Chris_Boucher_(basketball)", "http://dbpedia.org/resource/Chris_Chiozza", "http://dbpedia.org/resource/Chris_Duarte_(basketball)", "http://dbpedia.org/resource/Chris_Fleming_(basketball)", "http://dbpedia.org/resource/Chris_Paul", "http://dbpedia.org/resource/Chris_Quinn", "http://dbpedia.org/resource/Christian_Braun_(basketball)", "http://dbpedia.org/resource/Christian_Koloko", "http://dbpedia.org/resource/Christian_Wood", "http://dbpedia.org/resource/Chuma_Okeke", "http://dbpedia.org/resource/Steve_Clifford", "http://dbpedia.org/resource/Steve_Kerr", "http://dbpedia.org/resource/Steve_Koonin", "http://dbpedia.org/resource/Steve_Nash", "http://dbpedia.org/resource/Steven_Adams", "http://dbpedia.org/resource/Sviatoslav_Mykhailiuk", "http://dbpedia.org/resource/Fred_Whitfield_(executive)", "http://dbpedia.org/resource/Caris_LeVert", "http://dbpedia.org/resource/Casey_Hill", "http://dbpedia.org/resource/LaMelo_Ball", "http://dbpedia.org/resource/Lamar_Stevens", "http://dbpedia.org/resource/Landry_Shamet", "http://dbpedia.org/resource/Larry_Drew", "http://dbpedia.org/resource/Larry_Nance_Jr.", "http://dbpedia.org/resource/Lauri_Markkanen", "http://dbpedia.org/resource/Lawrence_Frank", "http://dbpedia.org/resource/LeBron_James", "http://dbpedia.org/resource/Leandro_Bolmaro", "http://dbpedia.org/resource/Gary_Wortman", "http://dbpedia.org/resource/Doc_Rivers", "http://dbpedia.org/resource/Domantas_Sabonis", "http://dbpedia.org/resource/Dominick_Barlow", "http://dbpedia.org/resource/Dominique_Wilkins", "http://dbpedia.org/resource/Don_Casey", "http://dbpedia.org/resource/Donnie_Walsh", "http://dbpedia.org/resource/Donovan_Mitchell", "http://dbpedia.org/resource/Donte_DiVincenzo", "http://dbpedia.org/resource/Dorian_Finney-Smith", "http://dbpedia.org/resource/Doug_Christie", "http://dbpedia.org/resource/Draymond_Green", "http://dbpedia.org/resource/Drew_Eubanks", "http://dbpedia.org/resource/Duane_Ticknor", "http://dbpedia.org/resource/Duane_Washington_Jr.", "http://dbpedia.org/resource/Duncan_Robinson_(basketball)", "http://dbpedia.org/resource/Dwane_Casey", "http://dbpedia.org/resource/Dwayne_Jones_(basketball)", "http://dbpedia.org/resource/Dwight_Powell", "http://dbpedia.org/resource/Dylan_Windler", "http://dbpedia.org/resource/Dyson_Daniels", "http://dbpedia.org/resource/D\u0101vis_Bert\u0101ns", "http://dbpedia.org/resource/E._J._Liddell", "http://dbpedia.org/resource/Simone_Fontecchio", "http://dbpedia.org/resource/Skylar_Mays", "http://dbpedia.org/resource/Sonia_Raman", "http://dbpedia.org/resource/Corey_Brewer", "http://dbpedia.org/resource/Cory_Joseph", "http://dbpedia.org/resource/Cynt_Marshall", "http://dbpedia.org/resource/D'Angelo_Russell", "http://dbpedia.org/resource/D._J._Wilson", "http://dbpedia.org/resource/Daishen_Nix", "http://dbpedia.org/resource/Dalano_Banton", "http://dbpedia.org/resource/Dalen_Terry", "http://dbpedia.org/resource/Grant_Golden_(basketball)", "http://dbpedia.org/resource/Grant_Hill", "http://dbpedia.org/resource/Grant_Williams_(basketball)", "http://dbpedia.org/resource/Grayson_Allen", "http://dbpedia.org/resource/Greg_Brown_(basketball,_born_2001)", "http://dbpedia.org/resource/Greg_Buckner", "http://dbpedia.org/resource/Gregg_Popovich", "http://dbpedia.org/resource/Gui_Santos", "http://dbpedia.org/resource/Haywood_Highsmith", "http://dbpedia.org/resource/Herbert_Jones_(basketball)", "http://dbpedia.org/resource/Mahmoud_Abdelfattah", "http://dbpedia.org/resource/Malachi_Flynn", "http://dbpedia.org/resource/Malaki_Branham", "http://dbpedia.org/resource/Malcolm_Hill_(basketball)", "http://dbpedia.org/resource/Malik_Allen", "http://dbpedia.org/resource/Malik_Beasley", "http://dbpedia.org/resource/Malik_Fitts", "http://dbpedia.org/resource/Malik_Monk", "http://dbpedia.org/resource/Manu_Gin\u00f3bili", "http://dbpedia.org/resource/Rich_Cho", "http://dbpedia.org/resource/Rich_Gotham", "http://dbpedia.org/resource/Rick_Welts", "http://dbpedia.org/resource/Ricky_Rubio", "http://dbpedia.org/resource/Robert_Covington", "http://dbpedia.org/resource/Robert_Williams_III", "http://dbpedia.org/resource/Robin_Lopez", "http://dbpedia.org/resource/Rodney_Billups", "http://dbpedia.org/resource/Rodney_Hood", "http://dbpedia.org/resource/Feron_Hunt", "http://dbpedia.org/resource/Jeff_Green_(basketball)", "http://dbpedia.org/resource/Jeff_Teague", "http://dbpedia.org/resource/Jerami_Grant", "http://dbpedia.org/resource/Jeremiah_Robinson-Earl", "http://dbpedia.org/resource/Jeremy_Lamb", "http://dbpedia.org/resource/Jeremy_Sochan", "http://dbpedia.org/resource/Jericho_Sims", "http://dbpedia.org/resource/Jerome_Allen_(basketball)", "http://dbpedia.org/resource/Jerry_West", "http://dbpedia.org/resource/Jesse_Mermuys", "http://dbpedia.org/resource/Jevon_Carter", "http://dbpedia.org/resource/Jimmy_Butler", "http://dbpedia.org/resource/Joakim_Noah", "http://dbpedia.org/resource/Jock_Landale", "http://dbpedia.org/resource/Joe_Harris_(basketball)", "http://dbpedia.org/resource/Joe_Ingles", "http://dbpedia.org/resource/Joe_Lacob", "http://dbpedia.org/resource/Joe_Mazzulla", "http://dbpedia.org/resource/Joe_Prunty", "http://dbpedia.org/resource/Joe_Wieskamp", "http://dbpedia.org/resource/John_Beilein", "http://dbpedia.org/resource/John_Butler_(basketball)", "http://dbpedia.org/resource/John_Collins_(basketball)", "http://dbpedia.org/resource/Len_Komoroski", "http://dbpedia.org/resource/Leon_Rose", "http://dbpedia.org/resource/Lester_Qui\u00f1ones", "http://dbpedia.org/resource/Lindell_Wigginton", "http://dbpedia.org/resource/Lindy_Waters_III", "http://dbpedia.org/resource/Lionel_Chalmers", "http://dbpedia.org/resource/Lionel_Hollins", "http://dbpedia.org/resource/Neemias_Queta", "http://dbpedia.org/resource/Nerlens_Noel", "http://dbpedia.org/resource/Nic_Claxton", "http://dbpedia.org/resource/Nick_Collison", "http://dbpedia.org/resource/Nick_Nurse", "http://dbpedia.org/resource/Nickeil_Alexander-Walker", "http://dbpedia.org/resource/Nico_Harrison", "http://dbpedia.org/resource/Nik_Stauskas", "http://dbpedia.org/resource/Payton_Pritchard", "http://dbpedia.org/resource/Peyton_Watson", "http://dbpedia.org/resource/Phil_Handy", "http://dbpedia.org/resource/Quin_Snyder", "http://dbpedia.org/resource/Quinndary_Weatherspoon", "http://dbpedia.org/resource/R._J._Hampton", "http://dbpedia.org/resource/RJ_Barrett", "http://dbpedia.org/resource/RJ_Nembhard", "http://dbpedia.org/resource/Theo_Pinson", "http://dbpedia.org/resource/Thomas_Bryant_(basketball)", "http://dbpedia.org/resource/Th\u00e9o_Maledon", "http://dbpedia.org/resource/Tiago_Splitter", "http://dbpedia.org/resource/Tim_Hardaway_Jr.", "http://dbpedia.org/resource/Timoth\u00e9_Luwawu-Cabarrot", "http://dbpedia.org/resource/Tobias_Harris", "http://dbpedia.org/resource/Tom_Sterner", "http://dbpedia.org/resource/Tom_Thibodeau", "http://dbpedia.org/resource/Tommy_Sheppard_(basketball)", "http://dbpedia.org/resource/Willie_Green", "http://dbpedia.org/resource/Willy_Hernang\u00f3mez", "http://dbpedia.org/resource/Xavier_Moon", "http://dbpedia.org/resource/Xavier_Sneed", "http://dbpedia.org/resource/Xavier_Tillman", "http://dbpedia.org/resource/Earl_Barron", "http://dbpedia.org/resource/Edmond_Sumner", "http://dbpedia.org/resource/Edniesha_Curry", "http://dbpedia.org/resource/Eduardo_N\u00e1jera", "http://dbpedia.org/resource/Andrea_Williams_(sports_executive)", "http://dbpedia.org/resource/Julian_Champagnie", "http://dbpedia.org/resource/Justin_Champagnie", "http://dbpedia.org/resource/Justin_Holiday", "http://dbpedia.org/resource/Justin_Lewis_(basketball)", "http://dbpedia.org/resource/Justise_Winslow", "http://dbpedia.org/resource/Juwan_Morgan", "http://dbpedia.org/resource/KZ_Okpala", "http://dbpedia.org/resource/Kai_Jones", "http://dbpedia.org/resource/Karen_Stack_Umlauf", "http://dbpedia.org/resource/Karl-Anthony_Towns", "http://dbpedia.org/resource/Luca_Vildoza", "http://dbpedia.org/resource/Luguentz_Dort", "http://dbpedia.org/resource/Luka_Don\u010di\u0107", "http://dbpedia.org/resource/Luke_Kennard_(basketball)", "http://dbpedia.org/resource/Luke_Kornet", "http://dbpedia.org/resource/Luke_Walton", "http://dbpedia.org/resource/Ognjen_Stojakovi\u0107", "http://dbpedia.org/resource/Onyeka_Okongwu", "http://dbpedia.org/resource/Orlando_Robinson", "http://dbpedia.org/resource/Oshae_Brissett", "http://dbpedia.org/resource/Otto_Porter_Jr.", "http://dbpedia.org/resource/Ousmane_Dieng", "http://dbpedia.org/resource/Seth_Curry", "http://dbpedia.org/resource/Shaedon_Sharpe", "http://dbpedia.org/resource/Shai_Gilgeous-Alexander", "http://dbpedia.org/resource/Shake_Milton", "http://dbpedia.org/resource/Shane_Battier", "http://dbpedia.org/resource/Shaun_Livingston", "http://dbpedia.org/resource/Sidney_Lowe", "http://dbpedia.org/resource/Spencer_Dinwiddie", "http://dbpedia.org/resource/Stacey_Augmon", "http://dbpedia.org/resource/Stephen_Curry", "http://dbpedia.org/resource/Stephen_Silas", "http://dbpedia.org/resource/Sterling_Brown_(basketball)", "http://dbpedia.org/resource/Rick_Fuson", "http://dbpedia.org/resource/Blake_Ahearn", "http://dbpedia.org/resource/Blake_Wesley_(basketball)", "http://dbpedia.org/resource/Bob_Bender", "http://dbpedia.org/resource/Bob_Love", "http://dbpedia.org/resource/Bob_Weiss", "http://dbpedia.org/resource/Boban_Marjanovi\u0107", "http://dbpedia.org/resource/Bobby_Portis", "http://dbpedia.org/resource/Bojan_Bogdanovi\u0107", "http://dbpedia.org/resource/Bones_Hyland", "http://dbpedia.org/resource/Igor_Koko\u0161kov", "http://dbpedia.org/resource/Ime_Udoka", "http://dbpedia.org/resource/Immanuel_Quickley", "http://dbpedia.org/resource/Kira_Lewis_Jr.", "http://dbpedia.org/resource/Koby_Altman", "http://dbpedia.org/resource/Kofi_Cockburn", "http://dbpedia.org/resource/Kris_Dunn", "http://dbpedia.org/resource/Kristaps_Porzi\u0146\u0123is", "http://dbpedia.org/resource/Kyle_Anderson_(basketball)", "http://dbpedia.org/resource/Kyle_Korver", "http://dbpedia.org/resource/Kyle_Kuzma", "http://dbpedia.org/resource/Kyle_Lowry", "http://dbpedia.org/resource/Kyler_Edwards", "http://dbpedia.org/resource/Kyrie_Irving", "http://dbpedia.org/resource/Mfiondu_Kabengele", "http://dbpedia.org/resource/Michael_Batiste", "http://dbpedia.org/resource/Michael_Devoe", "http://dbpedia.org/resource/Michael_Foster_(basketball)", "http://dbpedia.org/resource/Michael_Jordan", "http://dbpedia.org/resource/Michael_Lee_(basketball,_born_1983)", "http://dbpedia.org/resource/Michael_Malone_(basketball)", "http://dbpedia.org/resource/Michael_Porter_Jr.", "http://dbpedia.org/resource/Mikal_Bridges", "http://dbpedia.org/resource/Mike_Brown_(basketball,_born_1970)", "http://dbpedia.org/resource/Mike_Conley_Jr.", "http://dbpedia.org/resource/Mike_D'Antoni", "http://dbpedia.org/resource/Mike_Dunlap", "http://dbpedia.org/resource/Mike_Dunleavy_Jr.", "http://dbpedia.org/resource/Mike_Longabardi", "http://dbpedia.org/resource/Mike_Miller_(basketball,_born_1964)", "http://dbpedia.org/resource/Mike_Muscala", "http://dbpedia.org/resource/Mike_Terpstra", "http://dbpedia.org/resource/Mike_Wilhelm_(basketball)", "http://dbpedia.org/resource/Miles_McBride", "http://dbpedia.org/resource/Milt_Palacio", "http://dbpedia.org/resource/P._J._Tucker", "http://dbpedia.org/resource/P._J._Washington", "http://dbpedia.org/resource/Pablo_Prigioni", "http://dbpedia.org/resource/Pascal_Siakam", "http://dbpedia.org/resource/Pat_Connaughton", "http://dbpedia.org/resource/Pat_Riley", "http://dbpedia.org/resource/Pat_Spencer_(basketball)", "http://dbpedia.org/resource/Patrick_Baldwin_Jr.", "http://dbpedia.org/resource/Patrick_Williams_(basketball)", "http://dbpedia.org/resource/Patty_Mills", "http://dbpedia.org/resource/Paul_George", "http://dbpedia.org/resource/Paul_Millsap", "http://dbpedia.org/resource/Paul_Reed_(basketball)", "http://dbpedia.org/resource/Romeo_Langford", "http://dbpedia.org/resource/Ron_Adams", "http://dbpedia.org/resource/Ron_Harper_Jr.", "http://dbpedia.org/resource/Roy_Rogers_(basketball)", "http://dbpedia.org/resource/Royal_Ivey", "http://dbpedia.org/resource/Royce_O'Neale", "http://dbpedia.org/resource/Rudy_Gobert", "http://dbpedia.org/resource/Rudy_Tomjanovich", "http://dbpedia.org/resource/Rui_Hachimura", "http://dbpedia.org/resource/Russell_Westbrook", "http://dbpedia.org/resource/Ryan_Arcidiacono", "http://dbpedia.org/resource/Ryan_Bowen", "http://dbpedia.org/resource/Ryan_Forehan-Kelly", "http://dbpedia.org/resource/Ryan_McDonough_(NBA_executive)", "http://dbpedia.org/resource/Ryan_Rollins", "http://dbpedia.org/resource/\u017darko_\u0110uri\u0161i\u0107", "http://dbpedia.org/resource/Zach_Collins", "http://dbpedia.org/resource/Zach_Kleiman", "http://dbpedia.org/resource/Zavier_Simpson", "http://dbpedia.org/resource/Zeke_Nnaji", "http://dbpedia.org/resource/Ziaire_Williams", "http://dbpedia.org/resource/Zion_Williamson", "http://dbpedia.org/resource/\u00d6mer_Yurtseven", "http://dbpedia.org/resource/Thad_Sheely", "http://dbpedia.org/resource/Tim_Connelly", "http://dbpedia.org/resource/Travis_Schlenk"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/restingPlace> <http://dbpedia.org/resource/London> . ?x <http://dbpedia.org/ontology/opponent> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/HistoricPlace>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Captain_EO> <http://dbpedia.org/ontology/producer> ?uri } "}, "answers": ["http://dbpedia.org/resource/George_Lucas", "http://dbpedia.org/resource/Rusty_Lemorande"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parent> <http://dbpedia.org/resource/Maria_Ludwika_Krasi\u0144ska> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Francoist_Spain", "http://dbpedia.org/resource/Seville", "http://dbpedia.org/resource/French_Third_Republic", "http://dbpedia.org/resource/Cannes"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Alcal\u00e1_de_Henares_Cathedral> . ?uri <http://dbpedia.org/property/author> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paphos_International_Airport> <http://dbpedia.org/property/owner> ?uri } "}, "answers": ["http://dbpedia.org/resource/Republic_of_Cyprus"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/occupation> <http://dbpedia.org/resource/Screenwriter> . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Writers_Guild_of_America_Awards", "http://dbpedia.org/resource/Gladiator_(2000_film)", "http://dbpedia.org/resource/BAFTA_Award_for_Best_Film", "http://dbpedia.org/resource/Academy_Award_for_Best_Picture", "http://dbpedia.org/resource/Saturn_Award_for_Best_Writing", "http://dbpedia.org/resource/Hugo_Award_for_Best_Dramatic_Presentation", "http://dbpedia.org/resource/Festival_international_du_film_fantastique_de_G\u00e9rardmer", "http://dbpedia.org/resource/Pulitzer_Prize_for_Drama", "http://dbpedia.org/resource/Recife_Cinema_Festival", "http://dbpedia.org/resource/Academy_Awards", "http://dbpedia.org/resource/Grande_Pr\u00eamio_do_Cinema_Brasileiro", "http://dbpedia.org/resource/BAFTA_Award_for_Best_British_Screenplay", "http://dbpedia.org/resource/The_Day_the_Earth_Caught_Fire", "http://dbpedia.org/resource/Lovers_(1991_film)", "http://dbpedia.org/resource/Buxtehude_Bull", "http://dbpedia.org/resource/Boston_International_Film_Festival", "http://dbpedia.org/resource/Dragons_and_Tigers_Award", "http://dbpedia.org/resource/Vancouver_International_Film_Festival", "http://dbpedia.org/resource/Trap_Street_(film)", "http://dbpedia.org/resource/Medal_%22For_Battle_Merit%22", "http://dbpedia.org/resource/Order_of_the_Red_Star", "http://dbpedia.org/resource/Beijing_Bicycle", "http://dbpedia.org/resource/Berlin_International_Film_Festival", "http://dbpedia.org/resource/The_Days_(1993_film)", "http://dbpedia.org/resource/Thessaloniki_International_Film_Festival", "http://dbpedia.org/resource/Shanghai_Dreams", "http://dbpedia.org/resource/In_Love_We_Trust", "http://dbpedia.org/resource/Jury_Prize_(Cannes_Film_Festival)", "http://dbpedia.org/resource/C\u00e9sar_Award_for_Best_Writing", "http://dbpedia.org/resource/The_Barbarian_Invasions", "http://dbpedia.org/resource/Canadian_Screen_Award_for_Best_Director", "http://dbpedia.org/resource/Canadian_Screen_Award_for_Best_Screenplay", "http://dbpedia.org/resource/The_Decline_of_the_American_Empire", "http://dbpedia.org/resource/C\u00e9sar_Award_for_Best_Director", "http://dbpedia.org/resource/C\u00e9sar_Award_for_Best_Film", "http://dbpedia.org/resource/Jesus_of_Montreal", "http://dbpedia.org/resource/Alfred_Fagon_Award", "http://dbpedia.org/resource/National_Endowment_for_the_Arts", "http://dbpedia.org/resource/Doctor_of_Letters", "http://dbpedia.org/resource/University_of_Leicester", "http://dbpedia.org/resource/Guardian_Children's_Fiction_Prize", "http://dbpedia.org/resource/Scottish_Arts_Council", "http://dbpedia.org/resource/Saturn_Awards", "http://dbpedia.org/resource/Honorary_Golden_Bear", "http://dbpedia.org/resource/Golden_Lion", "http://dbpedia.org/resource/Palme_d'Or", "http://dbpedia.org/resource/National_Order_of_Quebec", "http://dbpedia.org/resource/Order_of_Canada", "http://dbpedia.org/resource/Governor_General's_Awards", "http://dbpedia.org/resource/USSR_State_Prize", "http://dbpedia.org/resource/Baeksang_Arts_Awards", "http://dbpedia.org/resource/Nigar_Awards", "http://dbpedia.org/resource/Kerala_State_Film_Award_for_Best_Article_on_Cinema", "http://dbpedia.org/resource/National_Film_Award_for_Best_Direction", "http://dbpedia.org/resource/Tony_Awards", "http://dbpedia.org/resource/Drama_Desk_Award", "http://dbpedia.org/resource/National_Film_Award_for_Best_Screenplay", "http://dbpedia.org/resource/Kerala_State_Film_Award_for_Best_Screenplay", "http://dbpedia.org/resource/Grand_prix_des_lectrices_de_Elle", "http://dbpedia.org/resource/Se_le_movi\u00f3_el_piso:_A_portrait_of_Managua", "http://dbpedia.org/resource/My_Neighbor,_My_Killer", "http://dbpedia.org/resource/National_Film_Awards_(Bangladesh)", "http://dbpedia.org/resource/Gullruten", "http://dbpedia.org/resource/Carl_von_Ossietzky", "http://dbpedia.org/resource/Kosmorama", "http://dbpedia.org/resource/Nesta_(charity)", "http://dbpedia.org/resource/Order_of_Honour_(Russia)", "http://dbpedia.org/resource/Order_of_Friendship", "http://dbpedia.org/resource/Laurence_Olivier_Awards", "http://dbpedia.org/resource/Padma_Shri", "http://dbpedia.org/resource/Blue_Dragon_Film_Awards", "http://dbpedia.org/resource/Filmfare_Award_for_Best_Dialogue", "http://dbpedia.org/resource/Sahitya_Akademi_Award", "http://dbpedia.org/resource/Karnataka_State_Film_Awards", "http://dbpedia.org/resource/Daytime_Emmy_Awards", "http://dbpedia.org/resource/Frankenstein_(2015_film)", "http://dbpedia.org/resource/Brussels_International_Fantastic_Film_Festival", "http://dbpedia.org/resource/Fantasporto", "http://dbpedia.org/resource/Paperhouse_(film)", "http://dbpedia.org/resource/Oldenburg_International_Film_Festival", "http://dbpedia.org/resource/Pillow_Talk_(film)", "http://dbpedia.org/resource/Academy_Award_for_Best_Original_Screenplay", "http://dbpedia.org/resource/The_Go-Between_(1971_film)", "http://dbpedia.org/resource/Monsieur_Klein", "http://dbpedia.org/resource/Accident_(1967_film)", "http://dbpedia.org/resource/C\u00e9sar_Awards", "http://dbpedia.org/resource/Legion_of_Honour", "http://dbpedia.org/resource/Ordre_national_du_M\u00e9rite", "http://dbpedia.org/resource/Obie_Award", "http://dbpedia.org/resource/Goya_Awards", "http://dbpedia.org/resource/Silver_Lion", "http://dbpedia.org/resource/Zee_Kannada", "http://dbpedia.org/resource/Sangeet_Natak_Akademi_Award", "http://dbpedia.org/resource/Antonovych_prize", "http://dbpedia.org/resource/Shevchenko_National_Prize", "http://dbpedia.org/resource/Order_of_Prince_Yaroslav_the_Wise", "http://dbpedia.org/resource/Order_of_the_Red_Banner_of_Labour", "http://dbpedia.org/resource/Hero_of_Ukraine", "http://dbpedia.org/resource/Coming_Home_(1978_film)", "http://dbpedia.org/resource/St._Louis_Literary_Award", "http://dbpedia.org/resource/Primetime_Emmy_Award_for_Outstanding_Writing_for_a_Limited_or_Anthology_Series_or_Movie", "http://dbpedia.org/resource/Tony_Award_for_Best_Play", "http://dbpedia.org/resource/The_River_(1997_film)", "http://dbpedia.org/resource/Silver_Bear_Grand_Jury_Prize", "http://dbpedia.org/resource/Dadasaheb_Phalke_Award", "http://dbpedia.org/resource/Padma_Vibhushan", "http://dbpedia.org/resource/Kossuth_Prize", "http://dbpedia.org/resource/Esquire_(magazine)", "http://dbpedia.org/resource/O._Henry_Award", "http://dbpedia.org/resource/Cannes_Film_Festival", "http://dbpedia.org/resource/Nandi_Awards", "http://dbpedia.org/resource/Filmfare_Award_for_Best_Story", "http://dbpedia.org/resource/Inkpot_Award", "http://dbpedia.org/resource/Di_Balik_Kelambu", "http://dbpedia.org/resource/Bachsas_Awards", "http://dbpedia.org/resource/Grand_prix_litt\u00e9raire_d'Afrique_noire", "http://dbpedia.org/resource/4_Months,_3_Weeks_and_2_Days", "http://dbpedia.org/resource/Katrin_Cartlidge_Foundation", "http://dbpedia.org/resource/British_Academy_of_Film_and_Television_Arts", "http://dbpedia.org/resource/Lenin_Prize", "http://dbpedia.org/resource/Directors_Guild_of_America", "http://dbpedia.org/resource/BAFTA_Award_for_Best_Adapted_Screenplay", "http://dbpedia.org/resource/Jean_de_Florette", "http://dbpedia.org/resource/Writers_Guild_of_America", "http://dbpedia.org/resource/Glenn_Gould_Prize", "http://dbpedia.org/resource/Festival_du_Film_Policier_de_Cognac", "http://dbpedia.org/resource/Gemini_Awards", "http://dbpedia.org/resource/Cin\u00e9fest_Sudbury_International_Film_Festival", "http://dbpedia.org/resource/Balthus_Through_the_Looking_Glass", "http://dbpedia.org/resource/Banff_World_Media_Festival", "http://dbpedia.org/resource/Fellini:_I'm_a_Born_Liar", "http://dbpedia.org/resource/Medal_of_Merit_(Czech_Republic)", "http://dbpedia.org/resource/Australian_Film_Institute_Award_for_Best_Screenplay", "http://dbpedia.org/resource/Muriel's_Wedding", "http://dbpedia.org/resource/AACTA_Award_for_Best_Direction", "http://dbpedia.org/resource/AACTA_Award_for_Best_Film", "http://dbpedia.org/resource/Proof_(1991_film)", "http://dbpedia.org/resource/Bratislava_International_Film_Festival", "http://dbpedia.org/resource/Hong_Kong_International_Film_Festival", "http://dbpedia.org/resource/Deauville_Asian_Film_Festival", "http://dbpedia.org/resource/Venice_Film_Festival", "http://dbpedia.org/resource/MTV_Movie_Award_for_Best_New_Filmmaker", "http://dbpedia.org/resource/Amanda_Award", "http://dbpedia.org/resource/AWGIE_Awards", "http://dbpedia.org/resource/National_Board_of_Review", "http://dbpedia.org/resource/All_in_the_Family", "http://dbpedia.org/resource/Asia-Pacific_Film_Festival", "http://dbpedia.org/resource/Evening_Bell_(film)", "http://dbpedia.org/resource/Myanmar_Motion_Picture_Academy_Awards", "http://dbpedia.org/resource/Une_grenade_avec_\u00e7a%3F", "http://dbpedia.org/resource/Fan_Club_(TV_series)", "http://dbpedia.org/resource/Prix_G\u00e9meaux", "http://dbpedia.org/resource/National_Artist_of_the_Philippines", "http://dbpedia.org/resource/National_Film_Award_for_Best_Cinematography", "http://dbpedia.org/resource/Network_for_the_Promotion_of_Asian_Cinema", "http://dbpedia.org/resource/Shanghai_International_Film_Festival", "http://dbpedia.org/resource/National_Film_Award_\u2013_Special_Mention_(feature_film)", "http://dbpedia.org/resource/ANR_National_Award", "http://dbpedia.org/resource/1976_Cannes_Film_Festival", "http://dbpedia.org/resource/Padma_Bhushan", "http://dbpedia.org/resource/Bronze_Wrangler", "http://dbpedia.org/resource/BAFTA_Award_for_Outstanding_British_Film", "http://dbpedia.org/resource/Directors_Guild_of_Canada", "http://dbpedia.org/resource/National_Film_Award_for_Best_Film_on_Other_Social_Issues", "http://dbpedia.org/resource/Order_%22For_Merit_to_the_Fatherland%22", "http://dbpedia.org/resource/Order_of_Australia", "http://dbpedia.org/resource/American_Black_Film_Festival", "http://dbpedia.org/resource/Japan_Academy_Film_Prize_for_Director_of_the_Year", "http://dbpedia.org/resource/House_on_Fire_(film)", "http://dbpedia.org/resource/Crest_of_Betrayal", "http://dbpedia.org/resource/Dotonbori_River", "http://dbpedia.org/resource/International_Federation_of_Film_Critics", "http://dbpedia.org/resource/Emmy_Awards", "http://dbpedia.org/resource/Humanitas_Prize", "http://dbpedia.org/resource/Alliance_for_Women_in_Media", "http://dbpedia.org/resource/Order_of_the_Three_Stars", "http://dbpedia.org/resource/Filmfare_Awards_South", "http://dbpedia.org/resource/Merited_Artist_of_the_Russian_Federation", "http://dbpedia.org/resource/Nika_Award", "http://dbpedia.org/resource/Toronto_International_Film_Festival", "http://dbpedia.org/resource/San_Sebasti\u00e1n_International_Film_Festival", "http://dbpedia.org/resource/Stockholm_International_Film_Festival"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/majorShrine> <http://dbpedia.org/resource/Tomb_of_Joshua> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Saint>}"}, "answers": ["http://dbpedia.org/resource/Joshua"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ramiro_Pe\u00f1a> <http://dbpedia.org/ontology/team> ?uri } "}, "answers": ["http://dbpedia.org/resource/Sultanes_de_Monterrey"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/literaryGenre> <http://dbpedia.org/resource/Fantasy> . ?x <http://dbpedia.org/property/subject> ?uri . }"}, "answers": ["31"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thanong_Bidaya> <http://dbpedia.org/property/primeminister> ?uri } "}, "answers": ["http://dbpedia.org/resource/Thaksin_Shinawatra", "http://dbpedia.org/resource/Chavalit_Yongchaiyudh"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/school> <http://dbpedia.org/resource/Cyril_Hume> } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Me_And_My_Arrow> <http://dbpedia.org/ontology/composer> ?x . ?x <http://dbpedia.org/property/music> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/architecturalStyle> <http://dbpedia.org/resource/Modern_Architectural_Building> . ?x <http://dbpedia.org/property/destination> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Parliament_Security_Services> <http://dbpedia.org/property/houses> ?uri } "}, "answers": ["http://dbpedia.org/resource/Rajya_Sabha", "http://dbpedia.org/resource/Lok_Sabha", ""]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Andrew_Jackson> <http://dbpedia.org/ontology/commander> ?uri } "}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/kingdom> <http://dbpedia.org/resource/Israel> . ?x <http://dbpedia.org/ontology/reign> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dornier_Aerodyne> <http://dbpedia.org/ontology/origin> ?uri } "}, "answers": ["http://dbpedia.org/resource/West_Germany"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/I_Can't_Change_the_World> <http://dbpedia.org/ontology/album> ?x . ?x <http://dbpedia.org/property/artist> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Brad_Paisley"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Demis_Roussos> . ?uri <http://dbpedia.org/property/music> ?x . }"}, "answers": ["http://dbpedia.org/resource/West_Is_West_(2010_film)", "http://dbpedia.org/resource/Rendezvous_in_Corfu", "http://dbpedia.org/resource/Very_Big_Shot"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/placeOfDeath> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/ontology/restingPlace> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_Pius_X> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Hanoi", "http://dbpedia.org/resource/Tonkin", "http://dbpedia.org/resource/Place_de_la_Nation", "http://dbpedia.org/resource/Genazzano", "http://dbpedia.org/resource/Italy", "http://dbpedia.org/resource/Isola_del_Gran_Sasso_d'Italia", "http://dbpedia.org/resource/Kingdom_of_Italy", "http://dbpedia.org/resource/French_First_Republic", "http://dbpedia.org/resource/Paris", "http://dbpedia.org/resource/Saint-Sauveur-le-Vicomte", "http://dbpedia.org/resource/Manche", "http://dbpedia.org/resource/July_Monarchy", "http://dbpedia.org/resource/Habsburg_monarchy", "http://dbpedia.org/resource/Kingdom_of_Hungary_(1526\u20131867)", "http://dbpedia.org/resource/Ko\u0161ice", "http://dbpedia.org/resource/Cupramontana", "http://dbpedia.org/resource/Papal_States", "http://dbpedia.org/resource/Fu'an", "http://dbpedia.org/resource/Fujian", "http://dbpedia.org/resource/Qing_dynasty", "http://dbpedia.org/resource/Ain", "http://dbpedia.org/resource/Ars-sur-Formans", "http://dbpedia.org/resource/Second_French_Empire", "http://dbpedia.org/resource/Germany", "http://dbpedia.org/resource/Stommeln", "http://dbpedia.org/resource/Naples", "http://dbpedia.org/resource/Kingdom_of_Naples", "http://dbpedia.org/resource/Dual_monarchy_of_England_and_France", "http://dbpedia.org/resource/Normandy", "http://dbpedia.org/resource/Rouen", "http://dbpedia.org/resource/Kingdom_of_Sicily", "http://dbpedia.org/resource/Palermo", "http://dbpedia.org/resource/Early_modern_France", "http://dbpedia.org/resource/San_Gimignano", "http://dbpedia.org/resource/Republic_of_Siena", "http://dbpedia.org/resource/Siena", "http://dbpedia.org/resource/Margraviate_of_Mantua", "http://dbpedia.org/resource/Mantua", "http://dbpedia.org/resource/Caen", "http://dbpedia.org/resource/Kingdom_of_France", "http://dbpedia.org/resource/Vietnam", "http://dbpedia.org/resource/Rome", "http://dbpedia.org/resource/Udine"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/San_Diego_Convention_Center> <http://dbpedia.org/property/venue> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/Filipinos> . }"}, "answers": ["316"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Campbell_Preston_Breckinridge> <http://dbpedia.org/ontology/child> ?x . ?x <http://dbpedia.org/property/parent> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/British_Columbia> . ?x <http://dbpedia.org/property/religion> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Heydar> <http://dbpedia.org/ontology/meaning> ?uri } "}, "answers": ["Lion"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Ronaldo> . ?x <http://dbpedia.org/property/ground> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/headCoaches> <http://dbpedia.org/resource/John_Tortorella> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/IceHockeyPlayer>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_McGregor> <http://dbpedia.org/ontology/genre> ?uri . <http://dbpedia.org/resource/Philip_W._Pillsbury> <http://dbpedia.org/property/studio> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/team> <http://dbpedia.org/resource/Fleisher_Yarn> . ?x <http://dbpedia.org/property/debutteam> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Philadelphia_Phillies"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/property/buildings> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/alpineMountain> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Joe_Shuster> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/ComicsCharacter>}"}, "answers": ["17"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Persona_(1966_film)> <http://dbpedia.org/ontology/writer> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Goethe_Prize", "http://dbpedia.org/resource/BAFTA_Fellowship", "http://dbpedia.org/resource/Praemium_Imperiale", "http://dbpedia.org/resource/Academy_Award", ""]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/Robert_Morris_Colonials_football> . ?x <http://dbpedia.org/property/highschool> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/University_of_Queensland> . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/owningRailways> <http://dbpedia.org/resource/Rhaetian_Railways> . ?x <http://dbpedia.org/ontology/state> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/board> <http://dbpedia.org/resource/Board> } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Eristoff> . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Citi_Trends> <http://dbpedia.org/ontology/country> ?uri . <http://dbpedia.org/resource/Malik_Al-Hassan_Yakubu> <http://dbpedia.org/property/constituency> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Running_back> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Arizona_Outlaws", "http://dbpedia.org/resource/Arizona_Wranglers", "http://dbpedia.org/resource/Buffalo_Bills", "http://dbpedia.org/resource/Green_Bay_Packers", "http://dbpedia.org/resource/New_England_Patriots", "http://dbpedia.org/resource/Washington_Commanders", "http://dbpedia.org/resource/Philadelphia_/_Baltimore_Stars", "http://dbpedia.org/resource/Jacksonville_Jaguars", "http://dbpedia.org/resource/Cleveland_Browns", "http://dbpedia.org/resource/Baltimore_Ravens", "http://dbpedia.org/resource/New_York_Giants", "http://dbpedia.org/resource/St._Louis_Rams", "http://dbpedia.org/resource/Indianapolis_Colts", "http://dbpedia.org/resource/Philadelphia_Eagles", "http://dbpedia.org/resource/Steagles", "http://dbpedia.org/resource/Dallas_Cowboys", "http://dbpedia.org/resource/Pittsburgh_Steelers", "http://dbpedia.org/resource/Tennessee_Titans", "http://dbpedia.org/resource/Chicago_Bears", "http://dbpedia.org/resource/Ottawa_Redblacks", "http://dbpedia.org/resource/Washington_Commandos", "http://dbpedia.org/resource/San_Francisco_49ers", "http://dbpedia.org/resource/Edmonton_Elks", "http://dbpedia.org/resource/Indiana_Firebirds", "http://dbpedia.org/resource/New_Orleans_Saints", "http://dbpedia.org/resource/Detroit_Lions", "http://dbpedia.org/resource/Seattle_Seahawks", "http://dbpedia.org/resource/Carolina_Panthers", "http://dbpedia.org/resource/Las_Vegas_Raiders", "http://dbpedia.org/resource/Minnesota_Vikings", "http://dbpedia.org/resource/BC_Lions", "http://dbpedia.org/resource/Montreal_Alouettes", "http://dbpedia.org/resource/1982_San_Francisco_49ers_season", "http://dbpedia.org/resource/Atlanta_Falcons", "http://dbpedia.org/resource/Denver_Broncos", "http://dbpedia.org/resource/Houston_Texans", "http://dbpedia.org/resource/Hartford_Colonials", "http://dbpedia.org/resource/Sacramento_Mountain_Lions", "http://dbpedia.org/resource/Calgary_Stampeders", "http://dbpedia.org/resource/FXFL_Blacktips", "http://dbpedia.org/resource/Tampa_Bay_Buccaneers", "http://dbpedia.org/resource/Arizona_Cardinals", "http://dbpedia.org/resource/Omaha_Nighthawks", "http://dbpedia.org/resource/San_Diego_Chargers", "http://dbpedia.org/resource/Houston_Roughnecks", "http://dbpedia.org/resource/Los_Angeles_Chargers", "http://dbpedia.org/resource/Houston_Gamblers_(2022)", "http://dbpedia.org/resource/Oakland_Raiders", "http://dbpedia.org/resource/Cincinnati_Bengals", "http://dbpedia.org/resource/New_York_Jets", "http://dbpedia.org/resource/Kansas_City_Chiefs", "http://dbpedia.org/resource/New_Mexico_Stars", "http://dbpedia.org/resource/Hamilton_Tiger-Cats", "http://dbpedia.org/resource/New_Jersey_Generals_(2022)", "http://dbpedia.org/resource/New_York_Guardians", "http://dbpedia.org/resource/Dallas_Renegades", "http://dbpedia.org/resource/The_Spring_League", "http://dbpedia.org/resource/Philadelphia_Stars_(2022)", "http://dbpedia.org/resource/XFL_(2020)", "http://dbpedia.org/resource/Los_Angeles_Rams", "http://dbpedia.org/resource/Toronto_Argonauts", "http://dbpedia.org/resource/Orlando_Thunder", "http://dbpedia.org/resource/San_Antonio_Commanders", "http://dbpedia.org/resource/New_York_Brickley_Giants", "http://dbpedia.org/resource/Los_Angeles_Raiders", "http://dbpedia.org/resource/Saskatchewan_Roughriders", "http://dbpedia.org/resource/Winnipeg_Blue_Bombers", "http://dbpedia.org/resource/Miami_Dolphins", "http://dbpedia.org/resource/Pittsburgh_Maulers_(2022)", "http://dbpedia.org/resource/Orlando_Apollos", "http://dbpedia.org/resource/Orlando_XFL_team", "http://dbpedia.org/resource/Michigan_Panthers_(2022)", "http://dbpedia.org/resource/Frankfurt_Galaxy_(NFL_Europe)", "http://dbpedia.org/resource/Las_Vegas_Locomotives", "http://dbpedia.org/resource/San_Francisco_Demons", "http://dbpedia.org/resource/Scottish_Claymores", "http://dbpedia.org/resource/Houston_Oilers", "http://dbpedia.org/resource/Ottawa_Rough_Riders", "http://dbpedia.org/resource/Shreveport_Steamer", "http://dbpedia.org/resource/Shreveport_Pirates", "http://dbpedia.org/resource/Detroit_Wheels", "http://dbpedia.org/resource/Arizona_Hotshots", "http://dbpedia.org/resource/Tri-Cities_Fever", "http://dbpedia.org/resource/Brooklyn_Bolts", "http://dbpedia.org/resource/St._Louis_Ramblers", "http://dbpedia.org/resource/St._Louis_Gunners", "http://dbpedia.org/resource/Your_Call_Football", "http://dbpedia.org/resource/Dayton_Triangles", "http://dbpedia.org/resource/Miami_Seahawks", "http://dbpedia.org/resource/Brooklyn_Dodgers_(NFL)", "http://dbpedia.org/resource/Chicago_Cardinals", "http://dbpedia.org/resource/Arizona_Rattlers", "http://dbpedia.org/resource/New_York/New_Jersey_Hitmen", "http://dbpedia.org/resource/Atlanta_Legends", "http://dbpedia.org/resource/Philadelphia_Bell", "http://dbpedia.org/resource/Oakland_Invaders", "http://dbpedia.org/resource/Michigan_Panthers", "http://dbpedia.org/resource/Virginia_Destroyers", "http://dbpedia.org/resource/Jacksonville_Express", "http://dbpedia.org/resource/Jacksonville_Sharks", "http://dbpedia.org/resource/Orlando_Renegades", "http://dbpedia.org/resource/Memphis_Maniax", "http://dbpedia.org/resource/Panasonic_Impulse", "http://dbpedia.org/resource/Baltimore_Colts", "http://dbpedia.org/resource/Frankford_Yellow_Jackets", "http://dbpedia.org/resource/Cleveland_Bulldogs", "http://dbpedia.org/resource/Canton_Bulldogs", "http://dbpedia.org/resource/Erie_Vets", "http://dbpedia.org/resource/Denver_Dynamite_(arena_football)", "http://dbpedia.org/resource/Charlotte_Rage", "http://dbpedia.org/resource/New_England_Steamrollers", "http://dbpedia.org/resource/Buffalo_Bills_(AAFC)", "http://dbpedia.org/resource/Chicago_Rockets", "http://dbpedia.org/resource/Rhein_Fire_(NFL_Europe)", "http://dbpedia.org/resource/Sioux_City_Bandits", "http://dbpedia.org/resource/Memphis_Showboats", "http://dbpedia.org/resource/Marion_Blue_Racers", "http://dbpedia.org/resource/Portsmouth_Spartans", "http://dbpedia.org/resource/Cincinnati_Reds_(NFL)", "http://dbpedia.org/resource/1956_Detroit_Lions_season", "http://dbpedia.org/resource/Tampa_Bay_Bandits", "http://dbpedia.org/resource/Akron_Pros", "http://dbpedia.org/resource/Boston_Shamrocks_(AFL)", "http://dbpedia.org/resource/Los_Angeles_Dons", "http://dbpedia.org/resource/Denver_Gold", "http://dbpedia.org/resource/Los_Angeles_Xtreme", "http://dbpedia.org/resource/Spring_Football_League", "http://dbpedia.org/resource/Houston_Gamblers", "http://dbpedia.org/resource/New_Orleans_Breakers_(2022)", "http://dbpedia.org/resource/Boston_Yanks", "http://dbpedia.org/resource/Los_Angeles_Bulldogs", "http://dbpedia.org/resource/Philadelphia_Soul", "http://dbpedia.org/resource/Los_Angeles_Avengers", "http://dbpedia.org/resource/Los_Angeles_Express_(USFL)", "http://dbpedia.org/resource/Portland_Breakers", "http://dbpedia.org/resource/Boston_Breakers", "http://dbpedia.org/resource/Memphis_Express", "http://dbpedia.org/resource/All_American_Football_League", "http://dbpedia.org/resource/Cologne_Centurions_(NFL_Europe)", "http://dbpedia.org/resource/Berlin_Thunder_(NFL_Europe)", "http://dbpedia.org/resource/Cleveland_Thunderbolts", "http://dbpedia.org/resource/New_York/New_Jersey_Knights", "http://dbpedia.org/resource/Staten_Island_Stapletons", "http://dbpedia.org/resource/St._P\u00f6lten_Invaders", "http://dbpedia.org/resource/Seattle_Dragons", "http://dbpedia.org/resource/Massachusetts_Marauders", "http://dbpedia.org/resource/Kentucky_Drillers", "http://dbpedia.org/resource/New_Orleans_VooDoo", "http://dbpedia.org/resource/History_of_the_Washington_Commanders", "http://dbpedia.org/resource/San_Antonio_Wings", "http://dbpedia.org/resource/Chicago_Fire_(WFL)", "http://dbpedia.org/resource/Chicago_Winds", "http://dbpedia.org/resource/Pittsburgh_Power", "http://dbpedia.org/resource/Cleveland_Gladiators", "http://dbpedia.org/resource/Shreveport_Knights", "http://dbpedia.org/resource/Colorado_Crush", "http://dbpedia.org/resource/Carolina_Cobras", "http://dbpedia.org/resource/Carolina_Speed", "http://dbpedia.org/resource/St._Louis_Cardinals_(NFL)", "http://dbpedia.org/resource/San_Diego_Fleet", "http://dbpedia.org/resource/Jacksonville_Tomcats", "http://dbpedia.org/resource/Salt_Lake_Stallions", "http://dbpedia.org/resource/History_of_the_Indianapolis_Colts", "http://dbpedia.org/resource/Georgia_Rampage", "http://dbpedia.org/resource/Washington_Valor", "http://dbpedia.org/resource/Portland_Steel", "http://dbpedia.org/resource/Iowa_Barnstormers", "http://dbpedia.org/resource/Wyoming_Cavalry", "http://dbpedia.org/resource/Spokane_Shock", "http://dbpedia.org/resource/History_of_the_Tennessee_Titans", "http://dbpedia.org/resource/Charlotte_Hornets_(WFL)", "http://dbpedia.org/resource/Southern_California_Sun", "http://dbpedia.org/resource/Amsterdam_Admirals", "http://dbpedia.org/resource/Gold_Coast_Titans", "http://dbpedia.org/resource/Parramatta_Eels", "http://dbpedia.org/resource/Bismarck_Bucks", "http://dbpedia.org/resource/Dallas_Texans_(arena)", "http://dbpedia.org/resource/London_Monarchs", "http://dbpedia.org/resource/St._Louis_BattleHawks", "http://dbpedia.org/resource/Birmingham_Barracudas", "http://dbpedia.org/resource/Birmingham_Stallions", "http://dbpedia.org/resource/Pacific_Coast_Professional_Football_League", "http://dbpedia.org/resource/Chicago_Slaughter", "http://dbpedia.org/resource/Brooklyn_Lions_/_Horsemen_(1926)", "http://dbpedia.org/resource/New_Jersey_Generals", "http://dbpedia.org/resource/Sacramento_Surge", "http://dbpedia.org/resource/Kentucky_Wildcats_football", "http://dbpedia.org/resource/Baltimore_Colts_(1947\u20131950)", "http://dbpedia.org/resource/Texas_Revolution_(indoor_football)", "http://dbpedia.org/resource/CenTex_Cavalry", "http://dbpedia.org/resource/Sioux_Falls_Storm", "http://dbpedia.org/resource/Rio_Grande_Valley_Dorados", "http://dbpedia.org/resource/Rio_Grande_Valley_Magic", "http://dbpedia.org/resource/Nebraska_Danger", "http://dbpedia.org/resource/Fan_Controlled_Football", "http://dbpedia.org/resource/New_York_Yankees_(AAFC)", "http://dbpedia.org/resource/The_Marshals_(NIFL)", "http://dbpedia.org/resource/Cincinnati_Commandos", "http://dbpedia.org/resource/Cleveland_Rams", "http://dbpedia.org/resource/Florida_Blazers", "http://dbpedia.org/resource/Cologne_Centurions_(ELF)", "http://dbpedia.org/resource/Jacksonville_Bulls", "http://dbpedia.org/resource/Pottsville_Maroons", "http://dbpedia.org/resource/Buffalo_Indians", "http://dbpedia.org/resource/Duluth_Eskimos", "http://dbpedia.org/resource/Milwaukee_Badgers", "http://dbpedia.org/resource/Birmingham_Vulcans", "http://dbpedia.org/resource/Clifton_Heights_Orange_&_Black", "http://dbpedia.org/resource/Atlantic_City_Tornadoes", "http://dbpedia.org/resource/Paterson_Night_Hawks", "http://dbpedia.org/resource/Upper_Darby_Greenbacks", "http://dbpedia.org/resource/Bloomington_Edge", "http://dbpedia.org/resource/Albany_Empire_(AFL)", "http://dbpedia.org/resource/Elecom_Kobe_Finies", "http://dbpedia.org/resource/Birmingham_Stallions_(2022)", "http://dbpedia.org/resource/Wichita_Falls_Nighthawks", "http://dbpedia.org/resource/Milwaukee_Mustangs_(2009\u20132012)", "http://dbpedia.org/resource/Bergamo_Lions", "http://dbpedia.org/resource/Evansville_BlueCats", "http://dbpedia.org/resource/Ottawa_Renegades", "http://dbpedia.org/resource/Raleigh\u2013Durham_Skyhawks", "http://dbpedia.org/resource/Columbus_Destroyers", "http://dbpedia.org/resource/Tampa_Bay_Bandits_(2022)", "http://dbpedia.org/resource/Racine_Legion", "http://dbpedia.org/resource/San_Antonio_Riders", "http://dbpedia.org/resource/Providence_Steamrollers_(NFL)", "http://dbpedia.org/resource/Oorang_Indians", "http://dbpedia.org/resource/Sacramento_Gold_Miners", "http://dbpedia.org/resource/San_Antonio_Texans", "http://dbpedia.org/resource/San_Jose_SaberCats", "http://dbpedia.org/resource/Berlin_Adler", "http://dbpedia.org/resource/Hamburg_Sea_Devils_(NFL_Europe)", "http://dbpedia.org/resource/Dresden_Monarchs", "http://dbpedia.org/resource/Vienna_Vikings", "http://dbpedia.org/resource/Omaha_Beef", "http://dbpedia.org/resource/Fort_Wayne_FireHawks", "http://dbpedia.org/resource/San_Diego_Strike_Force", "http://dbpedia.org/resource/Birmingham_Iron", "http://dbpedia.org/resource/Utah_Blaze", "http://dbpedia.org/resource/Istanbul_Rams", "http://dbpedia.org/resource/Barcelona_Dragons_(NFL_Europe)", "http://dbpedia.org/resource/Newark_Bears_(AFL)", "http://dbpedia.org/resource/Oglethorpe_Stormy_Petrels_football", "http://dbpedia.org/resource/Michigan_Wolverines_football", "http://dbpedia.org/resource/Orlando_Predators", "http://dbpedia.org/resource/Chicago_Blitz", "http://dbpedia.org/resource/San_Jose_Apaches", "http://dbpedia.org/resource/Arkansas_Stars", "http://dbpedia.org/resource/Montgomery_Bears", "http://dbpedia.org/resource/Las_Vegas_Outlaws_(XFL)", "http://dbpedia.org/resource/El_Toro_Marines", "http://dbpedia.org/resource/San_Diego_Bombers", "http://dbpedia.org/resource/Fort_Worth_Cavalry", "http://dbpedia.org/resource/Omaha_Mammoths", "http://dbpedia.org/resource/1979_NFL_season", "http://dbpedia.org/resource/1981_NFL_season", "http://dbpedia.org/resource/San_Antonio_Gunslingers_(USFL_team)", "http://dbpedia.org/resource/Los_Angeles_Wildcats_(XFL)", "http://dbpedia.org/resource/Florida_Bobcats", "http://dbpedia.org/resource/Chicago_Enforcers", "http://dbpedia.org/resource/Amarillo_Venom", "http://dbpedia.org/resource/DC_Defenders", "http://dbpedia.org/resource/Jersey_Jays", "http://dbpedia.org/resource/Bridgeport_Jets", "http://dbpedia.org/resource/2013_UIFL_season", "http://dbpedia.org/resource/Northern_Kentucky_River_Monsters", "http://dbpedia.org/resource/Owensboro_Rage", "http://dbpedia.org/resource/Huntington_Hammer", "http://dbpedia.org/resource/New_York_Yanks", "http://dbpedia.org/resource/Hammond_Pros", "http://dbpedia.org/resource/Chicago_Tigers", "http://dbpedia.org/resource/Toledo_Maroons", "http://dbpedia.org/resource/Hartford_Blues", "http://dbpedia.org/resource/Kansas_City_Cowboys_(NFL)", "http://dbpedia.org/resource/Orange/Newark_Tornadoes", "http://dbpedia.org/resource/1988_CFL_season", "http://dbpedia.org/resource/The_Hawaiians_(WFL)", "http://dbpedia.org/resource/Birmingham_Thunderbolts", "http://dbpedia.org/resource/Detroit_(1920s_NFL_teams)", "http://dbpedia.org/resource/Columbus_Panhandles", "http://dbpedia.org/resource/Buffalo_team_(NFL)", "http://dbpedia.org/resource/Minneapolis_Marines/Red_Jackets", "http://dbpedia.org/resource/Newtown_Jets", "http://dbpedia.org/resource/San_Antonio_Matadors", "http://dbpedia.org/resource/Ohio_Cannon", "http://dbpedia.org/resource/FCF_Beasts", "http://dbpedia.org/resource/M\u00f6nchengladbach_Mavericks", "http://dbpedia.org/resource/Kiel_Baltic_Hurricanes", "http://dbpedia.org/resource/London_Olympians", "http://dbpedia.org/resource/IBM_Big_Blue", "http://dbpedia.org/resource/Union_Quakers_of_Philadelphia", "http://dbpedia.org/resource/Rochester_Jeffersons", "http://dbpedia.org/resource/Tampa_Cardinals", "http://dbpedia.org/resource/Cleveland_Tigers_(NFL)", "http://dbpedia.org/resource/Rock_Island_Independents", "http://dbpedia.org/resource/Chicago_Bulls_(AFL)", "http://dbpedia.org/resource/New_York_Dragons", "http://dbpedia.org/resource/Columbus_Bullies", "http://dbpedia.org/resource/Massachusetts_Pirates", "http://dbpedia.org/resource/Columbus_Lions", "http://dbpedia.org/resource/West_Virginia_State_University", "http://dbpedia.org/resource/Jacksonville_Sharks_(WFL)", "http://dbpedia.org/resource/Montreal_Machine", "http://dbpedia.org/resource/Birmingham_Fire", "http://dbpedia.org/resource/San_Diego_State_Aztecs", "http://dbpedia.org/resource/Bossier\u2013Shreveport_Battle_Wings", "http://dbpedia.org/resource/Lafayette_Roughnecks", "http://dbpedia.org/resource/Lake_Charles_Land_Sharks", "http://dbpedia.org/resource/New_Orleans_Thunder", "http://dbpedia.org/resource/Louisiana_Swashbucklers", "http://dbpedia.org/resource/Baltimore_Stallions", "http://dbpedia.org/resource/Mobile_Admirals", "http://dbpedia.org/resource/Union_Club_of_Phoenixville", "http://dbpedia.org/resource/Massillon_Tigers", "http://dbpedia.org/resource/Youngstown_Patricians", "http://dbpedia.org/resource/History_of_the_New_England_Patriots", "http://dbpedia.org/resource/History_of_the_Kansas_City_Chiefs", "http://dbpedia.org/resource/Memphis_Southmen", "http://dbpedia.org/resource/St._Louis_Cardinals", "http://dbpedia.org/resource/Portland_Loggers", "http://dbpedia.org/resource/Orange_County_Ramblers", "http://dbpedia.org/resource/Grand_Rapids_Rampage", "http://dbpedia.org/resource/Memphis_Mad_Dogs", "http://dbpedia.org/resource/Birmingham_Americans", "http://dbpedia.org/resource/Continental_Football_League", "http://dbpedia.org/resource/Portland_Thunder_(WFL)"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Interplay_Entertainment> . ?x <http://dbpedia.org/ontology/genre> ?uri . }"}, "answers": ["74"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Goya_Awards> . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["1991", "1995", "Goya Award for Best Actress", "Silver Bear for Best Actress", "", "Gaud\u00ed Award", "Goya Award", "http://dbpedia.org/resource/Premio_Bartolom\u00e9_Hidalgo", "http://dbpedia.org/resource/Premio_Planeta_de_Novela", "http://dbpedia.org/resource/Goya_Awards", "http://dbpedia.org/resource/Iris_Award_(Uruguay)", "http://dbpedia.org/resource/Premio_Casa_de_las_Am\u00e9ricas", "http://dbpedia.org/resource/Obie_Award", "http://dbpedia.org/resource/Academy_Award", "http://dbpedia.org/resource/Goya_Award"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/grandsire> <http://dbpedia.org/resource/The_Wild_The_Horse> . ?x <http://dbpedia.org/property/race> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/BBC_HD> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/ScienceFictionSubject>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/opponent> <http://dbpedia.org/resource/Tom_McLaury> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/crosses> ?uri . }"}, "answers": ["Dinkey Creek", "http://dbpedia.org/resource/San_Joaquin_River", "New Melones Lake", "http://dbpedia.org/resource/Golden_Gate", "http://dbpedia.org/resource/Shasta_Lake", "http://dbpedia.org/resource/Colorado_River", "http://dbpedia.org/resource/Noyo_River", "http://dbpedia.org/resource/Sweetwater_River_(California)", "Metrolink tracks, Los Angeles River, Union Pacific Railroad tracks, Santa Ana Freeway, Golden State Freeway, several local streets", "http://dbpedia.org/resource/San_Francisco_Bay", "http://dbpedia.org/resource/Sacramento_River", "San Lorenzo River", "San Francisco Bay east of Yerba Buena Island", "Sacramento River", "San Diego Trolley and San Diego & Arizona Eastern Railroad tracks in San Diego, California"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pat_Kirkwood_(racing_driver)> <http://dbpedia.org/property/birthplace> ?x . ?x <http://dbpedia.org/ontology/largestCity> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Houston"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/team> <http://dbpedia.org/resource/Phoenix_Suns> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BasketballPlayer>}"}, "answers": ["http://dbpedia.org/resource/Alton_Ford", "http://dbpedia.org/resource/Alvan_Adams", "http://dbpedia.org/resource/Alvin_Scott", "http://dbpedia.org/resource/Alvin_Sims", "http://dbpedia.org/resource/Amar'e_Stoudemire", "http://dbpedia.org/resource/Andre_Barrett", "http://dbpedia.org/resource/Andrew_Lang_(basketball)", "http://dbpedia.org/resource/Damian_Jones_(basketball)", "http://dbpedia.org/resource/Damion_Lee", "http://dbpedia.org/resource/Dan_Langhi", "http://dbpedia.org/resource/Dan_Majerle", "http://dbpedia.org/resource/Daniel_Santiago", "http://dbpedia.org/resource/Danny_Ainge", "http://dbpedia.org/resource/Danny_Manning", "http://dbpedia.org/resource/Danny_Schayes", "http://dbpedia.org/resource/Danuel_House", "http://dbpedia.org/resource/Dario_\u0160ari\u0107", "http://dbpedia.org/resource/Dave_Lattin", "http://dbpedia.org/resource/David_Thirdkill", "http://dbpedia.org/resource/David_Wood_(basketball)", "http://dbpedia.org/resource/Davon_Reed", "http://dbpedia.org/resource/De'Anthony_Melton", "http://dbpedia.org/resource/Deandre_Ayton", "http://dbpedia.org/resource/Dee_Brown_(basketball,_born_1984)", "http://dbpedia.org/resource/Viacheslav_Kravtsov", "http://dbpedia.org/resource/Vince_Carter", "http://dbpedia.org/resource/Vinny_Del_Negro", "http://dbpedia.org/resource/Walt_Wesley", "http://dbpedia.org/resource/Walter_Davis_(basketball)", "http://dbpedia.org/resource/Walter_McCarty", "http://dbpedia.org/resource/Dennis_Awtrey", "http://dbpedia.org/resource/Dennis_Johnson", "http://dbpedia.org/resource/Dennis_Scott_(basketball)", "http://dbpedia.org/resource/Derrick_Jones_Jr.", "http://dbpedia.org/resource/Devin_Booker", "http://dbpedia.org/resource/Devin_Durrant", "http://dbpedia.org/resource/Dexter_Boney", "http://dbpedia.org/resource/Diante_Garrett", "http://dbpedia.org/resource/Dick_Snyder", "http://dbpedia.org/resource/Dick_Van_Arsdale", "http://dbpedia.org/resource/Dijon_Thompson", "http://dbpedia.org/resource/Dionte_Christmas", "http://dbpedia.org/resource/Alan_Williams_(basketball)", "http://dbpedia.org/resource/Alando_Tucker", "http://dbpedia.org/resource/Alec_Peters", "http://dbpedia.org/resource/Alex_Len", "http://dbpedia.org/resource/Alex_Stivrins", "http://dbpedia.org/resource/Art_Harris", "http://dbpedia.org/resource/Bayard_Forrest", "http://dbpedia.org/resource/Ben_Davis_(basketball)", "http://dbpedia.org/resource/Bernard_Thompson", "http://dbpedia.org/resource/Frank_Johnson_(basketball)", "http://dbpedia.org/resource/Frank_Kaminsky", "http://dbpedia.org/resource/Fred_Saunders", "http://dbpedia.org/resource/Fred_Taylor_(basketball_player)", "http://dbpedia.org/resource/Gabriel_Lundberg", "http://dbpedia.org/resource/Gail_Goodrich", "http://dbpedia.org/resource/Gani_Lawal", "http://dbpedia.org/resource/Gar_Heard", "http://dbpedia.org/resource/Garret_Siler", "http://dbpedia.org/resource/Gary_Gregor", "http://dbpedia.org/resource/Gary_Melchionni", "http://dbpedia.org/resource/George_King_(basketball,_born_1994)", "http://dbpedia.org/resource/George_McCloud", "http://dbpedia.org/resource/George_Wilson_(basketball,_born_1942)", "http://dbpedia.org/resource/Georgi_Glouchkov", "http://dbpedia.org/resource/Hakim_Warrick", "http://dbpedia.org/resource/Hamed_Haddadi", "http://dbpedia.org/resource/Sam_Cassell", "http://dbpedia.org/resource/T._J._Warren", "http://dbpedia.org/resource/T._R._Dunn", "http://dbpedia.org/resource/Tariq_Owens", "http://dbpedia.org/resource/Taylor_Griffin", "http://dbpedia.org/resource/Ted_McClain", "http://dbpedia.org/resource/Wayman_Tisdale", "http://dbpedia.org/resource/Wesley_Johnson_(basketball)", "http://dbpedia.org/resource/Wesley_Person", "http://dbpedia.org/resource/William_Bedford_(basketball)", "http://dbpedia.org/resource/Anthony_Tolliver", "http://dbpedia.org/resource/Antonio_Lang", "http://dbpedia.org/resource/Antonio_McDyess", "http://dbpedia.org/resource/Archie_Goodwin_(basketball)", "http://dbpedia.org/resource/Armen_Gilliam", "http://dbpedia.org/resource/Aron_Baynes", "http://dbpedia.org/resource/Emanuel_Terry", "http://dbpedia.org/resource/Eric_Bledsoe", "http://dbpedia.org/resource/Eric_Moreland", "http://dbpedia.org/resource/Eric_Piatkowski", "http://dbpedia.org/resource/Gerald_Brown_(basketball)", "http://dbpedia.org/resource/Gerald_Green", "http://dbpedia.org/resource/Goran_Dragi\u0107", "http://dbpedia.org/resource/Gordan_Giri\u010dek", "http://dbpedia.org/resource/Marcin_Gortat", "http://dbpedia.org/resource/Marcus_Banks", "http://dbpedia.org/resource/Marcus_Morris", "http://dbpedia.org/resource/Marcus_Thornton_(basketball,_born_1987)", "http://dbpedia.org/resource/Mario_Elie", "http://dbpedia.org/resource/Mark_Bryant_(basketball)", "http://dbpedia.org/resource/Mark_Davis_(basketball,_born_1963)", "http://dbpedia.org/resource/Mark_West_(basketball)", "http://dbpedia.org/resource/Markieff_Morris", "http://dbpedia.org/resource/Marko_Mili\u010d", "http://dbpedia.org/resource/Marquese_Chriss", "http://dbpedia.org/resource/Marty_Byrnes", "http://dbpedia.org/resource/Terrence_Rencher", "http://dbpedia.org/resource/Boris_Diaw", "http://dbpedia.org/resource/Brandan_Wright", "http://dbpedia.org/resource/Brandon_Knight_(basketball)", "http://dbpedia.org/resource/Brevin_Knight", "http://dbpedia.org/resource/Brian_Grant", "http://dbpedia.org/resource/Brian_Skinner", "http://dbpedia.org/resource/Brooks_Thompson", "http://dbpedia.org/resource/Bryce_Cotton", "http://dbpedia.org/resource/Jackson_Vroman", "http://dbpedia.org/resource/Jahidi_White", "http://dbpedia.org/resource/Jake_Tsakalidis", "http://dbpedia.org/resource/Jake_Voskuhl", "http://dbpedia.org/resource/Jalen_Lecque", "http://dbpedia.org/resource/Jalen_Rose", "http://dbpedia.org/resource/Jalen_Smith", "http://dbpedia.org/resource/Jamal_Crawford", "http://dbpedia.org/resource/James_Bailey_(basketball)", "http://dbpedia.org/resource/James_Edwards_(basketball)", "http://dbpedia.org/resource/James_Jones_(basketball,_born_1980)", "http://dbpedia.org/resource/Jared_Dudley", "http://dbpedia.org/resource/Jared_Harper", "http://dbpedia.org/resource/Jarell_Eddie", "http://dbpedia.org/resource/Jarron_Collins", "http://dbpedia.org/resource/Jason_Kidd", "http://dbpedia.org/resource/Jason_Richardson", "http://dbpedia.org/resource/Jawun_Evans", "http://dbpedia.org/resource/Jay_Humphries", "http://dbpedia.org/resource/Keith_Erickson", "http://dbpedia.org/resource/Kelly_Oubre_Jr.", "http://dbpedia.org/resource/Kendall_Marshall", "http://dbpedia.org/resource/Kenny_Battle", "http://dbpedia.org/resource/Kenny_Gattison", "http://dbpedia.org/resource/Matt_Barnes", "http://dbpedia.org/resource/Maurice_Lucas", "http://dbpedia.org/resource/McCoy_McLemore", "http://dbpedia.org/resource/Mel_Counts", "http://dbpedia.org/resource/Raja_Bell", "http://dbpedia.org/resource/Randy_Brown_(basketball)", "http://dbpedia.org/resource/Randy_Livingston", "http://dbpedia.org/resource/Ray_Spalding", "http://dbpedia.org/resource/Reggie_Bullock", "http://dbpedia.org/resource/Rex_Chapman", "http://dbpedia.org/resource/A.C._Green", "http://dbpedia.org/resource/A._J._Price", "http://dbpedia.org/resource/Nikoloz_Tskitishvili", "http://dbpedia.org/resource/Clem_Haskins", "http://dbpedia.org/resource/Clifford_Robinson_(basketball,_born_1966)", "http://dbpedia.org/resource/Connie_Hawkins", "http://dbpedia.org/resource/John_Jenkins_(basketball)", "http://dbpedia.org/resource/John_McCullough_(basketball)", "http://dbpedia.org/resource/John_Shumate", "http://dbpedia.org/resource/John_Wallace_(basketball)", "http://dbpedia.org/resource/John_Wetzel_(basketball)", "http://dbpedia.org/resource/Johnny_High", "http://dbpedia.org/resource/Jon_Leuer", "http://dbpedia.org/resource/Jonah_Bolden", "http://dbpedia.org/resource/Jordan_McRae", "http://dbpedia.org/resource/Josh_Childress", "http://dbpedia.org/resource/Josh_Davis_(basketball,_born_1980)", "http://dbpedia.org/resource/Josh_Gray_(basketball)", "http://dbpedia.org/resource/Josh_Jackson_(basketball)", "http://dbpedia.org/resource/Josh_Okogie", "http://dbpedia.org/resource/Jud_Buechler", "http://dbpedia.org/resource/Scott_English_(basketball)", "http://dbpedia.org/resource/Scott_Williams_(basketball)", "http://dbpedia.org/resource/Sean_Marks", "http://dbpedia.org/resource/Sean_Singletary", "http://dbpedia.org/resource/Sebastian_Telfair", "http://dbpedia.org/resource/Sedric_Toney", "http://dbpedia.org/resource/Ira_Terrell", "http://dbpedia.org/resource/Isaiah_Canaan", "http://dbpedia.org/resource/Isaiah_Thomas_(basketball)", "http://dbpedia.org/resource/Ish_Wainright", "http://dbpedia.org/resource/JaVale_McGee", "http://dbpedia.org/resource/Mo_Layton", "http://dbpedia.org/resource/Nate_Hawthorne", "http://dbpedia.org/resource/Tony_Delk", "http://dbpedia.org/resource/Tony_Dumas", "http://dbpedia.org/resource/Tony_Smith_(basketball)", "http://dbpedia.org/resource/Torrey_Craig", "http://dbpedia.org/resource/Trevor_Ariza", "http://dbpedia.org/resource/Trevor_Ruffin", "http://dbpedia.org/resource/Troy_Daniels", "http://dbpedia.org/resource/Truck_Robinson", "http://dbpedia.org/resource/Ty-Shon_Alexander", "http://dbpedia.org/resource/Ty_Jerome", "http://dbpedia.org/resource/Tyler_Ennis_(basketball)", "http://dbpedia.org/resource/Tyler_Johnson_(basketball)", "http://dbpedia.org/resource/Tyler_Ulis", "http://dbpedia.org/resource/Tyrone_Corbin", "http://dbpedia.org/resource/Tyson_Chandler", "http://dbpedia.org/resource/Aaron_Brooks_(basketball)", "http://dbpedia.org/resource/Aaron_Holiday", "http://dbpedia.org/resource/Aaron_Swinson", "http://dbpedia.org/resource/Abdel_Nader", "http://dbpedia.org/resource/Butch_Feher", "http://dbpedia.org/resource/Cameron_Johnson", "http://dbpedia.org/resource/Cameron_Payne", "http://dbpedia.org/resource/Cedric_Ceballos", "http://dbpedia.org/resource/Cezary_Tryba\u0144ski", "http://dbpedia.org/resource/Chandler_Hutchison", "http://dbpedia.org/resource/Channing_Frye", "http://dbpedia.org/resource/Charles_Barkley", "http://dbpedia.org/resource/Charles_Jones_(basketball,_born_1962)", "http://dbpedia.org/resource/Charles_Pittman_(basketball)", "http://dbpedia.org/resource/Charlie_Bell_(basketball)", "http://dbpedia.org/resource/Charlie_Scott_(basketball)", "http://dbpedia.org/resource/Chase_Budinger", "http://dbpedia.org/resource/Cheick_Diallo", "http://dbpedia.org/resource/Chris_Carr_(basketball)", "http://dbpedia.org/resource/Chris_Morris_(basketball)", "http://dbpedia.org/resource/Chris_Paul", "http://dbpedia.org/resource/Chucky_Brown", "http://dbpedia.org/resource/Steve_Kerr", "http://dbpedia.org/resource/Steve_Nash", "http://dbpedia.org/resource/Steven_Hunter", "http://dbpedia.org/resource/Stromile_Swift", "http://dbpedia.org/resource/Casey_Jacobsen", "http://dbpedia.org/resource/Horacio_Llamas", "http://dbpedia.org/resource/Howard_Eisley", "http://dbpedia.org/resource/Lamar_Green", "http://dbpedia.org/resource/Landry_Shamet", "http://dbpedia.org/resource/Langston_Galloway", "http://dbpedia.org/resource/Larry_Nance", "http://dbpedia.org/resource/Leandro_Barbosa", "http://dbpedia.org/resource/Don_Buse", "http://dbpedia.org/resource/Don_MacLean_(basketball)", "http://dbpedia.org/resource/Donnell_Harvey", "http://dbpedia.org/resource/Dragan_Bender", "http://dbpedia.org/resource/Duane_Cooper", "http://dbpedia.org/resource/Duane_Washington_Jr.", "http://dbpedia.org/resource/Dudley_Bradley", "http://dbpedia.org/resource/Dwayne_Jones_(basketball)", "http://dbpedia.org/resource/E'Twaun_Moore", "http://dbpedia.org/resource/Skeeter_Henry", "http://dbpedia.org/resource/Smush_Parker", "http://dbpedia.org/resource/Sonny_Weems", "http://dbpedia.org/resource/Corie_Blount", "http://dbpedia.org/resource/Corky_Calhoun", "http://dbpedia.org/resource/Cory_Jefferson", "http://dbpedia.org/resource/Courtney_Sims", "http://dbpedia.org/resource/Craig_Dykema", "http://dbpedia.org/resource/Curtis_Perry", "http://dbpedia.org/resource/D._J._Strawberry", "http://dbpedia.org/resource/Dale_Schlueter", "http://dbpedia.org/resource/Grant_Gondrezick", "http://dbpedia.org/resource/Grant_Hill", "http://dbpedia.org/resource/Greg_Grant_(basketball,_born_1966)", "http://dbpedia.org/resource/Greg_Griffin", "http://dbpedia.org/resource/Greg_Howard_(basketball)", "http://dbpedia.org/resource/Greg_Jackson_(basketball,_born_1952)", "http://dbpedia.org/resource/Greg_Monroe", "http://dbpedia.org/resource/Hedo_T\u00fcrko\u011flu", "http://dbpedia.org/resource/M._J._Walker", "http://dbpedia.org/resource/Maciej_Lampe", "http://dbpedia.org/resource/Malcolm_Mackey", "http://dbpedia.org/resource/Rich_Kelley", "http://dbpedia.org/resource/Richard_Dumas", "http://dbpedia.org/resource/Richaun_Holmes", "http://dbpedia.org/resource/Rick_Robey", "http://dbpedia.org/resource/Ricky_Rubio", "http://dbpedia.org/resource/Ricky_Sobers", "http://dbpedia.org/resource/Robert_Archibald", "http://dbpedia.org/resource/Robert_Horry", "http://dbpedia.org/resource/Robin_Lopez", "http://dbpedia.org/resource/Rod_Foster", "http://dbpedia.org/resource/Rod_Knowles", "http://dbpedia.org/resource/Rodney_Rogers", "http://dbpedia.org/resource/Jeff_Cook_(basketball)", "http://dbpedia.org/resource/Jeff_Hornacek", "http://dbpedia.org/resource/Jeff_Webb_(basketball)", "http://dbpedia.org/resource/Jerel_McNeal", "http://dbpedia.org/resource/Jermaine_O'Neal", "http://dbpedia.org/resource/Jerrod_Mustaf", "http://dbpedia.org/resource/Jerry_Chambers", "http://dbpedia.org/resource/Jevon_Carter", "http://dbpedia.org/resource/Jim_Fox_(basketball,_born_1943)", "http://dbpedia.org/resource/Jim_Jackson_(basketball)", "http://dbpedia.org/resource/Jim_Owens_(basketball,_born_1950)", "http://dbpedia.org/resource/Jimmer_Fredette", "http://dbpedia.org/resource/Jock_Landale", "http://dbpedia.org/resource/Joe_Barry_Carroll", "http://dbpedia.org/resource/Joe_Courtney_(basketball)", "http://dbpedia.org/resource/Joe_Crispin", "http://dbpedia.org/resource/Joe_Johnson_(basketball)", "http://dbpedia.org/resource/Joe_Kleine", "http://dbpedia.org/resource/Joe_Reaves", "http://dbpedia.org/resource/Joe_Thomas_(basketball)", "http://dbpedia.org/resource/Joel_Kramer", "http://dbpedia.org/resource/John_%22Hot_Rod%22_Williams", "http://dbpedia.org/resource/John_Coker_(basketball)", "http://dbpedia.org/resource/Linton_Johnson", "http://dbpedia.org/resource/Neal_Walk", "http://dbpedia.org/resource/Negele_Knight", "http://dbpedia.org/resource/Neil_Johnson_(basketball)", "http://dbpedia.org/resource/Nick_Vanos", "http://dbpedia.org/resource/Penny_Hardaway", "http://dbpedia.org/resource/Phil_Lumpkin", "http://dbpedia.org/resource/Phil_Pressey", "http://dbpedia.org/resource/Quentin_Richardson", "http://dbpedia.org/resource/Quincy_Acy", "http://dbpedia.org/resource/Rafael_Addison", "http://dbpedia.org/resource/Tim_Kempton", "http://dbpedia.org/resource/Tim_Legler", "http://dbpedia.org/resource/Tim_Perry", "http://dbpedia.org/resource/Tim_Thomas_(basketball)", "http://dbpedia.org/resource/Toby_Bailey", "http://dbpedia.org/resource/Todd_Day", "http://dbpedia.org/resource/Tom_Chambers_(basketball)", "http://dbpedia.org/resource/Tom_Gugliotta", "http://dbpedia.org/resource/Tom_Van_Arsdale", "http://dbpedia.org/resource/Winston_Crite", "http://dbpedia.org/resource/Xavier_McDaniel", "http://dbpedia.org/resource/Earl_Barron", "http://dbpedia.org/resource/Earl_Clark", "http://dbpedia.org/resource/Earl_Williams_(basketball_player)", "http://dbpedia.org/resource/Ed_Nealy", "http://dbpedia.org/resource/Ed_Pinckney", "http://dbpedia.org/resource/Eddie_Biedenbach", "http://dbpedia.org/resource/Eddie_House", "http://dbpedia.org/resource/Eddie_Johnson_(basketball,_born_1959)", "http://dbpedia.org/resource/Elfrid_Payton_(basketball)", "http://dbpedia.org/resource/Elijah_Millsap", "http://dbpedia.org/resource/Elliot_Perry", "http://dbpedia.org/resource/Justin_Jackson_(basketball,_born_1995)", "http://dbpedia.org/resource/Loren_Meyer", "http://dbpedia.org/resource/Lorenzo_Brown", "http://dbpedia.org/resource/Lou_Amundson", "http://dbpedia.org/resource/Luc_Longley", "http://dbpedia.org/resource/Luis_Scola", "http://dbpedia.org/resource/Luke_Zeller", "http://dbpedia.org/resource/Oliver_Miller", "http://dbpedia.org/resource/Orlando_Johnson", "http://dbpedia.org/resource/Otto_Moore", "http://dbpedia.org/resource/Seth_Curry", "http://dbpedia.org/resource/Shannon_Brown", "http://dbpedia.org/resource/Shaquille_Harrison", "http://dbpedia.org/resource/Shaquille_O'Neal", "http://dbpedia.org/resource/Sharrod_Ford", "http://dbpedia.org/resource/Shavlik_Randolph", "http://dbpedia.org/resource/Shawn_Marion", "http://dbpedia.org/resource/Shawn_Respert", "http://dbpedia.org/resource/Stan_McKenzie_(basketball)", "http://dbpedia.org/resource/Stefano_Rusconi", "http://dbpedia.org/resource/Stephon_Marbury", "http://dbpedia.org/resource/Steve_Burtt_Sr.", "http://dbpedia.org/resource/Bill_Chamberlain", "http://dbpedia.org/resource/Bill_Martin_(basketball)", "http://dbpedia.org/resource/Bismack_Biyombo", "http://dbpedia.org/resource/Bo_Outlaw", "http://dbpedia.org/resource/Bob_Christian_(basketball)", "http://dbpedia.org/resource/Bob_Warlick", "http://dbpedia.org/resource/Ian_Lockhart", "http://dbpedia.org/resource/Kris_Humphries", "http://dbpedia.org/resource/Kurt_Rambis", "http://dbpedia.org/resource/Kurt_Thomas_(basketball)", "http://dbpedia.org/resource/Kyle_Macy", "http://dbpedia.org/resource/Michael_Beasley", "http://dbpedia.org/resource/Michael_Finley", "http://dbpedia.org/resource/Michael_Holton", "http://dbpedia.org/resource/Micheal_Williams", "http://dbpedia.org/resource/Micka\u00ebl_Pi\u00e9trus", "http://dbpedia.org/resource/Mikal_Bridges", "http://dbpedia.org/resource/Mike_Bantom", "http://dbpedia.org/resource/Mike_Bratz", "http://dbpedia.org/resource/Mike_Brown_(basketball,_born_1963)", "http://dbpedia.org/resource/Mike_James_(basketball,_born_1990)", "http://dbpedia.org/resource/Mike_McGee_(basketball)", "http://dbpedia.org/resource/Mike_Morrison_(basketball,_born_1967)", "http://dbpedia.org/resource/Mike_Niles", "http://dbpedia.org/resource/Mike_Sanders_(basketball)", "http://dbpedia.org/resource/Miles_Plumlee", "http://dbpedia.org/resource/Milt_Palacio", "http://dbpedia.org/resource/P._J._Tucker", "http://dbpedia.org/resource/Paris_Bass", "http://dbpedia.org/resource/Pat_Burke", "http://dbpedia.org/resource/Pat_Garrity", "http://dbpedia.org/resource/Pat_Riley", "http://dbpedia.org/resource/Patrick_Mutombo", "http://dbpedia.org/resource/Paul_McPherson", "http://dbpedia.org/resource/Paul_Shirley", "http://dbpedia.org/resource/Paul_Silas", "http://dbpedia.org/resource/Paul_Stovall", "http://dbpedia.org/resource/Paul_Westphal", "http://dbpedia.org/resource/Ron_Lee", "http://dbpedia.org/resource/Ronnie_Price", "http://dbpedia.org/resource/Rory_White", "http://dbpedia.org/resource/Rub\u00e9n_Garc\u00e9s", "http://dbpedia.org/resource/Rumeal_Robinson", "http://dbpedia.org/resource/Ryan_Anderson_(basketball,_born_1988)", "http://dbpedia.org/resource/\u017darko_\u010cabarkapa", "http://dbpedia.org/resource/Yuta_Tabuse", "http://dbpedia.org/resource/Zabian_Dowdell", "http://dbpedia.org/resource/Zoran_Dragi\u0107", "http://dbpedia.org/resource/\u00c9lie_Okobo"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/EXXV-TV> <http://dbpedia.org/property/licensee> ?uri } "}, "answers": ["http://dbpedia.org/resource/Mississippi", "http://dbpedia.org/resource/Incorporation_(business)", "Morris Network of"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jimmy_Wales> <http://dbpedia.org/ontology/board> ?uri } "}, "answers": ["http://dbpedia.org/resource/Wikimedia_Foundation", "http://dbpedia.org/resource/Sunlight_Foundation", "http://dbpedia.org/resource/Creative_Commons", "http://dbpedia.org/resource/Guardian_Media_Group", "http://dbpedia.org/resource/MIT_Center_for_Collective_Intelligence"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/associatedBand> <http://dbpedia.org/resource/Steve_Winwood> . ?x <http://dbpedia.org/property/employer> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ziggi_Recado> <http://dbpedia.org/ontology/associatedBand> ?x . ?x <http://dbpedia.org/property/origin> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jovan_Vladimir> <http://dbpedia.org/property/majorShrine> ?uri } "}, "answers": ["Monastery of St Jovan Vladimir, near Elbasan, Albania"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/engineer> <http://dbpedia.org/resource/Start_+_Flug> . ?x <http://dbpedia.org/property/origin> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Hominidae> . ?x <http://dbpedia.org/property/family> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2006_Oakland_Raiders_season> <http://dbpedia.org/ontology/coach> ?uri } "}, "answers": ["http://dbpedia.org/resource/Art_Shell"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Sarah_Jane_Adventures_Collection> <http://dbpedia.org/property/painter> ?x . ?x <http://dbpedia.org/ontology/notableWork> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/I_Pray_on_Christmas> <http://dbpedia.org/property/label> ?uri } "}, "answers": ["http://dbpedia.org/resource/Columbia_Records", "http://dbpedia.org/resource/Sony"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/The_Other_Side_(The_Outer_Limits)> . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/hubAirport> <http://dbpedia.org/resource/Los_Angeles_International_Airport> } "}, "answers": ["http://dbpedia.org/resource/American_Airlines", "http://dbpedia.org/resource/American_Eagle_(airline_brand)", "http://dbpedia.org/resource/AeroUnion", "http://dbpedia.org/resource/Virgin_America", "http://dbpedia.org/resource/Delta_Air_Lines", "http://dbpedia.org/resource/Delta_Connection", "http://dbpedia.org/resource/Mas_Air", "http://dbpedia.org/resource/Alaska_Airlines", "http://dbpedia.org/resource/Atlas_Air", "http://dbpedia.org/resource/Western_Airlines", "http://dbpedia.org/resource/Polar_Air_Cargo", "http://dbpedia.org/resource/United_Airlines", "http://dbpedia.org/resource/United_Express", "http://dbpedia.org/resource/Braniff_International_Airways", "http://dbpedia.org/resource/Republic_Airlines", "http://dbpedia.org/resource/Kalitta_Air", "http://dbpedia.org/resource/Ted_(airline)", "http://dbpedia.org/resource/Wings_West_Airlines", "http://dbpedia.org/resource/Hughes_Airwest", "http://dbpedia.org/resource/SkyWest_Airlines", "http://dbpedia.org/resource/Southern_Air", "http://dbpedia.org/resource/Southern_Airways_Express", "http://dbpedia.org/resource/Great_Lakes_Airlines", "http://dbpedia.org/resource/Pacific_Southwest_Airlines"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Vadodara_Junction_railway_station> <http://dbpedia.org/property/line> ?uri } "}, "answers": ["http://dbpedia.org/resource/Ahmedabad\u2013Mumbai_main_line", "http://dbpedia.org/resource/New_Delhi\u2013Mumbai_main_line", "Vadodara\u2013Chhota Udaipur line", "Ahmedabad\u2013Chennai main line,", "Ahmedabad\u2013Howrah main line,"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jon_Curran> <http://dbpedia.org/ontology/college> ?uri } "}, "answers": ["http://dbpedia.org/resource/Vanderbilt_University"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/notableWork> <http://dbpedia.org/resource/Scott_Haran> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/breeder> <http://dbpedia.org/resource/De_La_Rose> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Madagascar:_Operation_Penguin> <http://dbpedia.org/property/artist> ?uri } "}, "answers": ["http://dbpedia.org/resource/Hans_Zimmer"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/wineRegion> <http://dbpedia.org/resource/Michigan> . ?x wineRegion ?uri }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/International_Association_of_Ireland> . ?x <http://dbpedia.org/property/state> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/battle> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Harris> <http://dbpedia.org/property/founder> ?x . ?x <http://dbpedia.org/ontology/subsidiary> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/The_Convent_(film)> . ?uri <http://dbpedia.org/property/author> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/monarch> <http://dbpedia.org/resource/Willem-Alexander_of_the_Netherlands> . ?uri <http://dbpedia.org/property/leader> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/outflow> <http://dbpedia.org/resource/Ionian_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Ancona", "http://dbpedia.org/resource/Venice", "http://dbpedia.org/resource/Vlor\u00eb", "http://dbpedia.org/resource/Bari", "http://dbpedia.org/resource/Trieste", "http://dbpedia.org/resource/Dubrovnik", "http://dbpedia.org/resource/Durr\u00ebs", "http://dbpedia.org/resource/Rijeka", "http://dbpedia.org/resource/Rimini", "http://dbpedia.org/resource/Neum", "http://dbpedia.org/resource/Pescara", "http://dbpedia.org/resource/Split,_Croatia", "http://dbpedia.org/resource/Koper", "http://dbpedia.org/resource/\u0160ibenik", "http://dbpedia.org/resource/Zadar"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/order> <http://dbpedia.org/resource/Primate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mammal>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marvin_Bush> <http://dbpedia.org/ontology/child> ?x . ?x <http://dbpedia.org/property/children> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Elliott_Bay> <http://dbpedia.org/ontology/nearestCity> ?uri } "}, "answers": ["http://dbpedia.org/resource/Seattle"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/homeStadium> <http://dbpedia.org/resource/Riverside_Stadium> . ?x <http://dbpedia.org/property/manager> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Chris_Wilder", "http://dbpedia.org/resource/Neil_Warnock", "", "http://dbpedia.org/resource/Gareth_Southgate", "Gordon Strachan", "http://dbpedia.org/resource/Bryan_Robson", "http://dbpedia.org/resource/Tony_Pulis", "http://dbpedia.org/resource/Jonathan_Woodgate", "Neil Warnock", "http://dbpedia.org/resource/Tony_Mowbray", "http://dbpedia.org/resource/Mark_Venus", "Aitor Karanka", "http://dbpedia.org/resource/Aitor_Karanka", "http://dbpedia.org/resource/Steve_Agnew", "--03-16", "http://dbpedia.org/resource/Garry_Monk", "http://dbpedia.org/resource/Terry_Venables"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Julius_C._Burrows> <http://dbpedia.org/ontology/order> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/firstDriver> <http://dbpedia.org/resource/Mika_H\u00e4kkinen> . ?x firstDriver ?uri }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/archipelago> <http://dbpedia.org/resource/Papeete> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/license> <http://dbpedia.org/resource/Cross-platform> . ?x <http://dbpedia.org/ontology/developer> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/employer> <http://dbpedia.org/resource/Birdman_Enterprises> . ?x <http://dbpedia.org/property/nationality> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Oskar_Blues_Brewery> <http://dbpedia.org/property/location> ?uri } "}, "answers": ["http://dbpedia.org/resource/Colorado", "http://dbpedia.org/resource/Longmont,_Colorado"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lovelace_Medal> <http://dbpedia.org/property/prizes> ?uri . <http://dbpedia.org/resource/Norbert_Wiener_Award_for_Social_Professional_> Responsibility <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dick_Redding> <http://dbpedia.org/ontology/birthPlace> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/characters> <http://dbpedia.org/resource/Catwoman> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Play>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hometown> <http://dbpedia.org/resource/Volos> . ?uri <http://dbpedia.org/property/music> ?x . }"}, "answers": ["http://dbpedia.org/resource/In_Good_Company_(2000_film)"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/service> <http://dbpedia.org/resource/Data_center> . ?x <http://dbpedia.org/ontology/service> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/academicAdvisor> <http://dbpedia.org/resource/University_of_Queensland> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Shore_Plaza> <http://dbpedia.org/ontology/address> ?uri } "}, "answers": ["250 Granite Street,Braintree, Massachusetts, US"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Waddy_Wachtel> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/Dickie_Roberts:_Former_Child_Star", "http://dbpedia.org/resource/The_Benchwarmers", "http://dbpedia.org/resource/Up_in_Smoke", "http://dbpedia.org/resource/Bucky_Larson:_Born_to_Be_a_Star", "http://dbpedia.org/resource/The_House_Bunny", "http://dbpedia.org/resource/Strange_Wilderness", "http://dbpedia.org/resource/Grandma's_Boy_(2006_film)", "http://dbpedia.org/resource/Jimi:_All_Is_by_My_Side", "http://dbpedia.org/resource/Joe_Dirt", "http://dbpedia.org/resource/Joe_Dirt_2:_Beautiful_Loser", "http://dbpedia.org/resource/Paul_Blart:_Mall_Cop"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Celluloid_Heroes> <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri . <http://dbpedia.org/resource/Victor_Entertainment> <http://dbpedia.org/property/label> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Terry_Pratchett> . ?x <http://dbpedia.org/property/subject> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Catarina_Lindgren> . ?x <http://dbpedia.org/ontology/formerName> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/managerClub> <http://dbpedia.org/resource/England_national_under-20_football_team> } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/Michael_Cristofer> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/lieutenant> <http://dbpedia.org/resource/Joe_Purcell> } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/majorShrine> <http://dbpedia.org/resource/Hebron> . ?x <http://dbpedia.org/ontology/veneratedIn> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Judaism", "http://dbpedia.org/resource/Bah\u00e1\u02bc\u00ed_Faith", "http://dbpedia.org/resource/Islam", "http://dbpedia.org/resource/Christianity"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dartington_College_of_Arts> <http://dbpedia.org/ontology/affiliation> ?x . ?x <http://dbpedia.org/property/chancellor> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sune_Agerschou> <http://dbpedia.org/property/nationality> ?uri } "}, "answers": ["Danish"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paul_Demi\u00e9ville> <http://dbpedia.org/property/fields> ?uri } "}, "answers": ["http://dbpedia.org/resource/Chinese_poetry", "http://dbpedia.org/resource/Buddhism"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/canonizedBy> <http://dbpedia.org/resource/Pope_Paul_VI> . }"}, "answers": ["http://dbpedia.org/resource/Ambrose_Barlow", "http://dbpedia.org/resource/David_Lewis_(Jesuit_priest)", "http://dbpedia.org/resource/Denis_Ssebuggwawo_Wasswa", "http://dbpedia.org/resource/Vicenta_Mar\u00eda_L\u00f3pez_i_Vicu\u00f1a", "http://dbpedia.org/resource/Alban_Roe", "http://dbpedia.org/resource/Alexander_Briant", "http://dbpedia.org/resource/Benildus_Roman\u00e7on", "http://dbpedia.org/resource/Saint_Kizito", "http://dbpedia.org/resource/Anne_Line", "http://dbpedia.org/resource/Andrew_Kaggwa", "http://dbpedia.org/resource/Margaret_Clitherow", "http://dbpedia.org/resource/Margaret_Ward", "http://dbpedia.org/resource/Maria_Soledad_Torres_y_Acosta", "http://dbpedia.org/resource/Teresa_Jornet_Ibars", "http://dbpedia.org/resource/Polydore_Plasden", "http://dbpedia.org/resource/John_Macias", "http://dbpedia.org/resource/Thomas_Garnet", "http://dbpedia.org/resource/Adolphus_Ludigo-Mkasa", "http://dbpedia.org/resource/Eustace_White", "http://dbpedia.org/resource/Ralph_Sherwin", "http://dbpedia.org/resource/Robert_Lawrence_(martyr)", "http://dbpedia.org/resource/Augustine_Webster", "http://dbpedia.org/resource/John_Payne_(martyr)", "http://dbpedia.org/resource/John_Rigby_(martyr)", "http://dbpedia.org/resource/John_Southworth_(martyr)", "http://dbpedia.org/resource/John_Stone_(martyr)", "http://dbpedia.org/resource/Juan_Garc\u00eda_L\u00f3pez-Rico", "http://dbpedia.org/resource/Edmund_Gennings", "http://dbpedia.org/resource/John_Jones_(martyr)", "http://dbpedia.org/resource/John_Kemble_(martyr)", "http://dbpedia.org/resource/John_Roberts_(martyr)", "http://dbpedia.org/resource/John_Wall_(priest_and_martyr)", "http://dbpedia.org/resource/John_Houghton_(martyr)", "http://dbpedia.org/resource/Achilleus_Kewanuka", "http://dbpedia.org/resource/Charbel_Makhlouf", "http://dbpedia.org/resource/Charles_Lwanga", "http://dbpedia.org/resource/Swithun_Wells", "http://dbpedia.org/resource/Beatrice_of_Silva", "http://dbpedia.org/resource/Laurence_Humphreys", "http://dbpedia.org/resource/Nicholas_Owen_(Jesuit)", "http://dbpedia.org/resource/Joseph_Mukasa_Balikuddembe", "http://dbpedia.org/resource/Nicholas_Tavelic", "http://dbpedia.org/resource/Henry_Morse", "http://dbpedia.org/resource/Henry_Walpole", "http://dbpedia.org/resource/Richard_Gwyn", "http://dbpedia.org/resource/Robert_Southwell_(priest)", "http://dbpedia.org/resource/Ambrosio_Kibuuka", "http://dbpedia.org/resource/John_Almond_(martyr)", "http://dbpedia.org/resource/Leonardo_Murialdo", "http://dbpedia.org/resource/Rafaela_Porras_Ayll\u00f3n", "http://dbpedia.org/resource/Th\u00e9r\u00e8se_Couderc", "http://dbpedia.org/resource/Edmund_Campion", "http://dbpedia.org/resource/Elizabeth_Ann_Seton", "http://dbpedia.org/resource/Julie_Billiart", "http://dbpedia.org/resource/Oliver_Plunkett", "http://dbpedia.org/resource/Dorothea_of_Montau", "http://dbpedia.org/resource/Edmund_Arrowsmith", "http://dbpedia.org/resource/Matiya_Mulumba", "http://dbpedia.org/resource/John_of_\u00c1vila__John_of_\u00c1vila__1"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/The_GNOME_Project> . ?uri <http://dbpedia.org/property/programmingLanguage> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Francis_Palmer_Smith> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Building>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Skinstad> <http://dbpedia.org/ontology/school> ?uri } "}, "answers": ["http://dbpedia.org/resource/Hilton_College_(South_Africa)"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Alabama_Crimson_Tide> <http://dbpedia.org/ontology/name> ?uri } "}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/religion> <http://dbpedia.org/resource/Ethics> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Jazz> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/narrated> <http://dbpedia.org/resource/The_Incredible_Hulk> . ?uri <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Tales_of_Suspense> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Parsons_School_of_Design> . ?uri <http://dbpedia.org/property/director> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/placeOfDeath> <http://dbpedia.org/resource/Hyderabad> . ?uri <http://dbpedia.org/property/party> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/champion> <http://dbpedia.org/resource/Kansas_City,_Missouri> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballLeague>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Western_Naval_Command> <http://dbpedia.org/ontology/garrison> ?uri } "}, "answers": ["http://dbpedia.org/resource/Mumbai", "http://dbpedia.org/resource/Maharashtra"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/successor> <http://dbpedia.org/resource/Samsu-iluna> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}"}, "answers": ["http://dbpedia.org/resource/Hammurabi"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Maharashtra> . ?x <http://dbpedia.org/ontology/sport> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/2013_National_Premier_Leagues> . ?x <http://dbpedia.org/property/owner> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/residence> <http://dbpedia.org/resource/Beverly_Hills,_California> . }"}, "answers": ["7"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/archipelago> <http://dbpedia.org/resource/Pacific_Ocean> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Island>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/North_Carolina> . ?x <http://dbpedia.org/property/broadcastArea> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/region> <http://dbpedia.org/resource/Australia> . ?x <http://dbpedia.org/ontology/regionServed> ?uri }"}, "answers": ["38"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/sisterStations> <http://dbpedia.org/resource/WBCQ-FM> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/RadioStation>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/launchSite> <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station> . ?x <http://dbpedia.org/property/manufacturer> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Kaliningrad> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}"}, "answers": ["http://dbpedia.org/resource/Baltic_Sea"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/Ursula_H\u00e4nle> . ?x <http://dbpedia.org/property/origin> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/commandStructure> <http://dbpedia.org/resource/United_States_Department_of_the_Navy> } "}, "answers": ["http://dbpedia.org/resource/Assault_Craft_Unit_5", "http://dbpedia.org/resource/United_States_Marine_Corps_Military_Police", "http://dbpedia.org/resource/United_States_Marine_Corps_Reserve", "http://dbpedia.org/resource/United_States_Navy_Judge_Advocate_General's_Corps", "http://dbpedia.org/resource/United_States_Navy_Reserve", "http://dbpedia.org/resource/Master-at-arms_(United_States_Navy)", "http://dbpedia.org/resource/Bureau_of_Medicine_and_Surgery", "http://dbpedia.org/resource/Chesapeake_Bay_Flotilla"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marvin_Bush> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/children> ?uri . }"}, "answers": ["http://dbpedia.org/resource/George_W._Bush", "http://dbpedia.org/resource/Marvin_Bush", "http://dbpedia.org/resource/Jeb_Bush", "http://dbpedia.org/resource/Dorothy_Bush_Koch", "http://dbpedia.org/resource/Neil_Bush", "http://dbpedia.org/resource/Pauline_Robinson_Bush", ""]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Temptation_Waits> <http://dbpedia.org/ontology/recordedIn> ?uri } "}, "answers": ["http://dbpedia.org/resource/Madison,_Wisconsin", "http://dbpedia.org/resource/Wisconsin", "http://dbpedia.org/resource/Smart_Studios"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Clay_Aiken> <http://dbpedia.org/property/relatives> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Claudia_Moro> <http://dbpedia.org/property/awards> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Federal_Reserve_Bank_Building_(Seattle)> <http://dbpedia.org/property/address> ?uri } "}, "answers": ["10152", "http://dbpedia.org/resource/Washington_(state)", "http://dbpedia.org/resource/Seattle"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/European_Rout> <http://dbpedia.org/ontology/route> ?uri . <http://dbpedia.org/resource/E8> <http://dbpedia.org/property/country> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/genre> <http://dbpedia.org/resource/Rhythm_and_blues> . ?x <http://dbpedia.org/ontology/writer> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Jimmy_Jam_and_Terry_Lewis", "http://dbpedia.org/resource/Bee_Gees", "http://dbpedia.org/resource/Van_Morrison", "http://dbpedia.org/resource/Shelly_Peiken", "http://dbpedia.org/resource/Guy_Roche", "http://dbpedia.org/resource/LeToya_Luckett", "http://dbpedia.org/resource/Jermaine_Dupri", "http://dbpedia.org/resource/St._Lunatics", "http://dbpedia.org/resource/Big_Gipp", "http://dbpedia.org/resource/Rod_Temperton", "http://dbpedia.org/resource/Bill_Sheppard_(music_producer)", "http://dbpedia.org/resource/Alejandro_Lerner", "http://dbpedia.org/resource/William_%22Mickey%22_Stevenson", "http://dbpedia.org/resource/Marvin_Gaye", "http://dbpedia.org/resource/Ivy_Jo_Hunter", "http://dbpedia.org/resource/Brian_Wilson", "http://dbpedia.org/resource/Mike_Love", "http://dbpedia.org/resource/Ray_Charles", "http://dbpedia.org/resource/Shorty_Long", "http://dbpedia.org/resource/Maurice_White", "http://dbpedia.org/resource/Philip_Bailey", "http://dbpedia.org/resource/Jimi_Hendrix", "http://dbpedia.org/resource/Billy_Guy", "http://dbpedia.org/resource/Barry_Mann", "http://dbpedia.org/resource/Cynthia_Weil", "http://dbpedia.org/resource/Phil_Spector", "http://dbpedia.org/resource/Bobby_Parker_(guitarist)", "http://dbpedia.org/resource/Rufus_Thomas", "http://dbpedia.org/resource/Geoff_Stephens", "http://dbpedia.org/resource/Roger_Cook_(songwriter)", "http://dbpedia.org/resource/Roger_Greenaway", "http://dbpedia.org/resource/Ivory_Joe_Hunter", "http://dbpedia.org/resource/Holland\u2013Dozier\u2013Holland", "http://dbpedia.org/resource/Billy_Davis_(songwriter)", "http://dbpedia.org/resource/Clarence_Paul", "http://dbpedia.org/resource/Bernie_Taupin", "http://dbpedia.org/resource/Elton_John", "http://dbpedia.org/resource/Milton_Drake", "http://dbpedia.org/resource/Sam_Cooke", "http://dbpedia.org/resource/Joe_Tex", "http://dbpedia.org/resource/Buddy_Killen", "http://dbpedia.org/resource/Warren_%22Pete%22_Moore", "http://dbpedia.org/resource/Marv_Tarplin", "http://dbpedia.org/resource/Smokey_Robinson", "http://dbpedia.org/resource/Bobby_Rogers", "http://dbpedia.org/resource/Bono", "http://dbpedia.org/resource/Harvey_Fuqua", "http://dbpedia.org/resource/Bo_Diddley", "http://dbpedia.org/resource/Willie_Dixon", "http://dbpedia.org/resource/David_Bowie", "http://dbpedia.org/resource/Dan_Penn", "http://dbpedia.org/resource/Chips_Moman", "http://dbpedia.org/resource/Eugene_Record", "http://dbpedia.org/resource/Carl_Davis", "http://dbpedia.org/resource/George_Jackson_(songwriter)", "http://dbpedia.org/resource/David_Foster", "http://dbpedia.org/resource/Brenda_Russell", "http://dbpedia.org/resource/Berry_Gordy", "http://dbpedia.org/resource/Luther_Vandross", "http://dbpedia.org/resource/David_Porter_(musician)", "http://dbpedia.org/resource/Isaac_Hayes", "http://dbpedia.org/resource/Sheila_E.", "http://dbpedia.org/resource/Ivan_Neville", "http://dbpedia.org/resource/Clarence_%22Frogman%22_Henry", "http://dbpedia.org/resource/Bill_Withers", "http://dbpedia.org/resource/Jeff_Barry", "http://dbpedia.org/resource/Ellie_Greenwich", "http://dbpedia.org/resource/Michael_Henderson", "http://dbpedia.org/resource/Tony_Banks_(musician)", "http://dbpedia.org/resource/Phil_Collins", "http://dbpedia.org/resource/Mike_Rutherford", "http://dbpedia.org/resource/Teddy_Powell", "http://dbpedia.org/resource/Ed_Townsend", "http://dbpedia.org/resource/The_Impressions", "http://dbpedia.org/resource/Jerry_Butler", "http://dbpedia.org/resource/2nd_II_None", "http://dbpedia.org/resource/DJ_Quik", "http://dbpedia.org/resource/El_DeBarge", "http://dbpedia.org/resource/Mike_d'Abo", "http://dbpedia.org/resource/Michel_Legrand", "http://dbpedia.org/resource/Stevie_Wonder", "http://dbpedia.org/resource/Barbara_Acklin", "http://dbpedia.org/resource/Leon_Payne", "http://dbpedia.org/resource/Jack_Splash", "http://dbpedia.org/resource/CeeLo_Green", "http://dbpedia.org/resource/Disclosure_(band)", "http://dbpedia.org/resource/Khalid_(singer)", "http://dbpedia.org/resource/Joe_Seneca", "http://dbpedia.org/resource/Hy_Weiss", "http://dbpedia.org/resource/Luther_Dixon", "http://dbpedia.org/resource/Jerry_Leiber_and_Mike_Stoller", "http://dbpedia.org/resource/Danny_Schofield", "http://dbpedia.org/resource/Sam_Dew", "http://dbpedia.org/resource/Aqualung_(musician)", "http://dbpedia.org/resource/Deke_Richards", "http://dbpedia.org/resource/Sherlie_Matthews", "http://dbpedia.org/resource/Boris_Williams", "http://dbpedia.org/resource/Simon_Gallup", "http://dbpedia.org/resource/Robert_Smith_(musician)", "http://dbpedia.org/resource/Pearl_Thompson", "http://dbpedia.org/resource/Lol_Tolhurst", "http://dbpedia.org/resource/Arthur_Alexander", "http://dbpedia.org/resource/Bert_Berns", "http://dbpedia.org/resource/Solomon_Burke", "http://dbpedia.org/resource/Jerry_Wexler", "http://dbpedia.org/resource/Jimmy_Duncan_(songwriter)", "http://dbpedia.org/resource/Hal_David", "http://dbpedia.org/resource/Burt_Bacharach", "http://dbpedia.org/resource/Marcus_Miller", "http://dbpedia.org/resource/Ernie_Isley", "http://dbpedia.org/resource/Marvin_Isley", "http://dbpedia.org/resource/Chris_Jasper", "http://dbpedia.org/resource/Ronald_Isley", "http://dbpedia.org/resource/Rudolph_Isley", "http://dbpedia.org/resource/Adina_Howard", "http://dbpedia.org/resource/Bobby_Troup", "http://dbpedia.org/resource/Bobby_Charles", "http://dbpedia.org/resource/Paul_Gayten", "http://dbpedia.org/resource/Bernie_Lowe", "http://dbpedia.org/resource/Kal_Mann", "http://dbpedia.org/resource/Sylvia_Moy", "http://dbpedia.org/resource/Richard_Morris_(songwriter)", "http://dbpedia.org/resource/Buck_Ram", "http://dbpedia.org/resource/Syd_Nathan", "http://dbpedia.org/resource/Henry_Glover", "http://dbpedia.org/resource/Tonye_Garrick", "http://dbpedia.org/resource/Errol_Brown", "http://dbpedia.org/resource/Tony_Wilson_(musician)", "http://dbpedia.org/resource/Barry_Gibb", "http://dbpedia.org/resource/Robin_Gibb", "http://dbpedia.org/resource/Ray_Davies", "http://dbpedia.org/resource/Allen_Toussaint", "http://dbpedia.org/resource/Eve_(rapper)", "http://dbpedia.org/resource/Nate_Dogg", "http://dbpedia.org/resource/Tinie_Tempah", "http://dbpedia.org/resource/Zara_Larsson", "http://dbpedia.org/resource/Michael_Stokes_(record_producer)", "http://dbpedia.org/resource/Janet_Jackson", "http://dbpedia.org/resource/Jerry_Peters", "http://dbpedia.org/resource/Anthony_Newley", "http://dbpedia.org/resource/John_Barry_(composer)", "http://dbpedia.org/resource/Leslie_Bricusse", "http://dbpedia.org/resource/Clint_Ballard_Jr.", "http://dbpedia.org/resource/Fred_Tobias", "http://dbpedia.org/resource/John_Marascalco", "http://dbpedia.org/resource/George_Motola", "http://dbpedia.org/resource/Rudy_Clark", "http://dbpedia.org/resource/Lennon\u2013McCartney", "http://dbpedia.org/resource/The_Marvelettes", "http://dbpedia.org/resource/Brian_Holland", "http://dbpedia.org/resource/Percy_Mayfield", "http://dbpedia.org/resource/Don_Robey", "http://dbpedia.org/resource/Tony_Joe_White", "http://dbpedia.org/resource/Ari_Lennox", "http://dbpedia.org/resource/Bryan-Michael_Cox", "http://dbpedia.org/resource/Johnt\u00e1_Austin", "http://dbpedia.org/resource/Roy_Alfred", "http://dbpedia.org/resource/O'Kelly_Isley_Jr.", "http://dbpedia.org/resource/Billy_Page", "http://dbpedia.org/resource/Billy_Ward_and_his_Dominoes", "http://dbpedia.org/resource/Robbie_Robertson", "http://dbpedia.org/resource/Artie_Resnick", "http://dbpedia.org/resource/Kenny_Young", "http://dbpedia.org/resource/Paul_Politi", "http://dbpedia.org/resource/Barry_White", "http://dbpedia.org/resource/Irving_Gordon", "http://dbpedia.org/resource/Dee_Dee_Ramone", "http://dbpedia.org/resource/Freddie_Gorman", "http://dbpedia.org/resource/Daniel_Rey", "http://dbpedia.org/resource/Gregg_Diamond", "http://dbpedia.org/resource/Willie_Reale", "http://dbpedia.org/resource/Henry_Krieger", "http://dbpedia.org/resource/Robert_Bateman_(songwriter)", "http://dbpedia.org/resource/Michael_Jackson", "http://dbpedia.org/resource/Norman_Whitfield", "http://dbpedia.org/resource/Jude_Gitamondoc", "http://dbpedia.org/resource/Terry_Thompson_(songwriter)", "http://dbpedia.org/resource/Wes_Farrell", "http://dbpedia.org/resource/Vince_Taylor", "http://dbpedia.org/resource/Marvin_Hamlisch", "http://dbpedia.org/resource/Carole_Bayer_Sager", "http://dbpedia.org/resource/Chuck_Berry", "http://dbpedia.org/resource/Verdine_White", "http://dbpedia.org/resource/Van_McCoy", "http://dbpedia.org/resource/Jackie_Wilson", "http://dbpedia.org/resource/Al_McKay", "http://dbpedia.org/resource/Little_Walter", "http://dbpedia.org/resource/James_Brown", "http://dbpedia.org/resource/David_Lasley", "http://dbpedia.org/resource/Roxanne_Seeman", "http://dbpedia.org/resource/Johnny_Moore's_Three_Blazers", "http://dbpedia.org/resource/Al_Green", "http://dbpedia.org/resource/Al_Jackson_Jr.", "http://dbpedia.org/resource/Willie_Mitchell_(musician)", "http://dbpedia.org/resource/The_Philosopher_Kings", "http://dbpedia.org/resource/Tony_Macaulay", "http://dbpedia.org/resource/Amy_Winehouse", "http://dbpedia.org/resource/Otis_Redding", "http://dbpedia.org/resource/George_David_Weiss", "http://dbpedia.org/resource/Luigi_Creatore", "http://dbpedia.org/resource/Hugo_Peretti", "http://dbpedia.org/resource/Solomon_Linda", "http://dbpedia.org/resource/Gerry_Goffin", "http://dbpedia.org/resource/Carole_King", "http://dbpedia.org/resource/Curtis_Mayfield", "http://dbpedia.org/resource/Lincoln_Chase", "http://dbpedia.org/resource/Shirley_Ellis", "http://dbpedia.org/resource/Damon_Albarn", "http://dbpedia.org/resource/Remi_Kabaka_Jr.", "http://dbpedia.org/resource/6lack", "http://dbpedia.org/resource/Dorothy_Fields", "http://dbpedia.org/resource/Cy_Coleman", "http://dbpedia.org/resource/Dave_Appell", "http://dbpedia.org/resource/Jimmy_McCracklin", "http://dbpedia.org/resource/Hank_Ballard", "http://dbpedia.org/resource/Etta_James", "http://dbpedia.org/resource/Johnny_Otis", "http://dbpedia.org/resource/Chuck_Willis", "http://dbpedia.org/resource/Beyonc\u00e9", "http://dbpedia.org/resource/Scott_Storch", "http://dbpedia.org/resource/Nija_Charles", "http://dbpedia.org/resource/Ella_Mai", "http://dbpedia.org/resource/Oz_(record_producer)", "http://dbpedia.org/resource/Daryl_Simmons", "http://dbpedia.org/resource/Nat_Adderley_Jr.", "http://dbpedia.org/resource/Felix_Cavaliere", "http://dbpedia.org/resource/Eddie_Brigati", "http://dbpedia.org/resource/Ronnie_White", "http://dbpedia.org/resource/Earl_Nelson_(singer)", "http://dbpedia.org/resource/Bob_Relf", "http://dbpedia.org/resource/Barrett_Strong", "http://dbpedia.org/resource/Kamini_(rapper)", "http://dbpedia.org/resource/Barbara_Lewis", "http://dbpedia.org/resource/Brian_McKnight", "http://dbpedia.org/resource/Steve_Marriott", "http://dbpedia.org/resource/Ronnie_Lane", "http://dbpedia.org/resource/Tim_&_Bob", "http://dbpedia.org/resource/Dick_Lee", "http://dbpedia.org/resource/Clyde_McPhatter", "http://dbpedia.org/resource/Ike_Turner", "http://dbpedia.org/resource/Jerome_Farah", "http://dbpedia.org/resource/Willie_Mabon", "http://dbpedia.org/resource/Gotye", "http://dbpedia.org/resource/Reed_Vertelney", "http://dbpedia.org/resource/William_%22Smitty%22_Smith", "http://dbpedia.org/resource/Priscilla_Coolidge", "http://dbpedia.org/resource/Blessid_Union_of_Souls", "http://dbpedia.org/resource/Shirley_Goodman", "http://dbpedia.org/resource/Eden_ahbez", "http://dbpedia.org/resource/Dee_Clark", "http://dbpedia.org/resource/Charles_Stepney", "http://dbpedia.org/resource/Alan_Gorrie", "http://dbpedia.org/resource/Hamish_Stuart", "http://dbpedia.org/resource/Roger_Ball_(musician)", "http://dbpedia.org/resource/Molly_Duncan", "http://dbpedia.org/resource/Steve_Ferrone", "http://dbpedia.org/resource/Richard_Lewis_Spencer", "http://dbpedia.org/resource/Earl_King", "http://dbpedia.org/resource/Leon_Bridges", "http://dbpedia.org/resource/Delroy_Pearson", "http://dbpedia.org/resource/Teron_Beal", "http://dbpedia.org/resource/Jesse_Powell", "http://dbpedia.org/resource/Michael_Lovesmith", "http://dbpedia.org/resource/Wayne_Vaughn", "http://dbpedia.org/resource/Miho_Nakayama", "http://dbpedia.org/resource/Sammy_Fain", "http://dbpedia.org/resource/Paul_Francis_Webster", "http://dbpedia.org/resource/Allee_Willis", "http://dbpedia.org/resource/Buster_Brown_(musician)", "http://dbpedia.org/resource/Linda_Creed", "http://dbpedia.org/resource/Thom_Bell", "http://dbpedia.org/resource/Paul_McCartney", "http://dbpedia.org/resource/The_Valadiers", "http://dbpedia.org/resource/Ron_Dunbar", "http://dbpedia.org/resource/Lawrence_Horn", "http://dbpedia.org/resource/Randy_Edelman", "http://dbpedia.org/resource/Syl_Johnson", "http://dbpedia.org/resource/Lionel_Richie", "http://dbpedia.org/resource/Johnny_Bristol", "http://dbpedia.org/resource/Gwen_Gordy_Fuqua", "http://dbpedia.org/resource/Charles_Singleton_(songwriter)", "http://dbpedia.org/resource/Rose_Marie_McCoy", "http://dbpedia.org/resource/Slim_Harpo", "http://dbpedia.org/resource/Wilko_Johnson", "http://dbpedia.org/resource/Larry_Williams", "http://dbpedia.org/resource/Shel_Talmy", "http://dbpedia.org/resource/Louis_Jordan", "http://dbpedia.org/resource/Ashford_&_Simpson", "http://dbpedia.org/resource/Savuto_Vakadewavosa", "http://dbpedia.org/resource/Janie_Bradford", "http://dbpedia.org/resource/Johnny_Mercer", "http://dbpedia.org/resource/Mack_Rice", "http://dbpedia.org/resource/The_Cadillacs", "http://dbpedia.org/resource/Dave_Bartholomew", "http://dbpedia.org/resource/Emanuel_Kiriakou", "http://dbpedia.org/resource/E._Kidd_Bogart", "http://dbpedia.org/resource/Oh_Land", "http://dbpedia.org/resource/Bernard_Edwards", "http://dbpedia.org/resource/Nile_Rodgers", "http://dbpedia.org/resource/Marv_Johnson", "http://dbpedia.org/resource/Shirley_Owens", "http://dbpedia.org/resource/Emcee_N.I.C.E.", "http://dbpedia.org/resource/John_Vallins", "http://dbpedia.org/resource/Ritchie_Adams", "http://dbpedia.org/resource/Eugene_Frank_Williams", "http://dbpedia.org/resource/Joe_Scott_(musician)", "http://dbpedia.org/resource/Al_Nevins", "http://dbpedia.org/resource/Eddie_Curtis", "http://dbpedia.org/resource/Virgil_Stewart", "http://dbpedia.org/resource/Rudy_Toombs", "http://dbpedia.org/resource/Mike_Pinder", "http://dbpedia.org/resource/Jay_Graydon", "http://dbpedia.org/resource/Bill_Champlin", "http://dbpedia.org/resource/David_Cole_(record_producer)", "http://dbpedia.org/resource/Busta_Rhymes", "http://dbpedia.org/resource/Robert_Clivill\u00e9s", "http://dbpedia.org/resource/C+C_Music_Factory", "http://dbpedia.org/resource/Cory_Rooney", "http://dbpedia.org/resource/John_Leslie_McFarland", "http://dbpedia.org/resource/Aaron_Schroeder", "http://dbpedia.org/resource/Chaka_Khan", "http://dbpedia.org/resource/Arthur_Conley", "http://dbpedia.org/resource/Titus_Turner", "http://dbpedia.org/resource/Doc_Pomus", "http://dbpedia.org/resource/Fonzi_Thornton", "http://dbpedia.org/resource/The_Prisonaires", "http://dbpedia.org/resource/Nashville,_Tennessee", "http://dbpedia.org/resource/Mira_Craig", "http://dbpedia.org/resource/Leon_Carr", "http://dbpedia.org/resource/Auburn_(singer)", "http://dbpedia.org/resource/Iyaz", "http://dbpedia.org/resource/J._R._Rotem", "http://dbpedia.org/resource/Chris_Kenner", "http://dbpedia.org/resource/Little_Willie_John", "http://dbpedia.org/resource/Michael_Masser", "http://dbpedia.org/resource/Ron_Miller_(songwriter)", "http://dbpedia.org/resource/Don_Was", "http://dbpedia.org/resource/David_Was", "http://dbpedia.org/resource/Jesse_Stone", "http://dbpedia.org/resource/Charles_Wright_(musician)", "http://dbpedia.org/resource/Lena_Agree", "http://dbpedia.org/resource/Belly_(rapper)", "http://dbpedia.org/resource/Nina_Sky_(group)", "http://dbpedia.org/resource/Cary_Gilbert", "http://dbpedia.org/resource/Gamble_and_Huff", "http://dbpedia.org/resource/Freddie_Perren", "http://dbpedia.org/resource/Kim_Eana", "http://dbpedia.org/resource/Allan_Felder", "http://dbpedia.org/resource/The_Temptations", "http://dbpedia.org/resource/Norman_Harris_(musician)", "http://dbpedia.org/resource/Massari", "http://dbpedia.org/resource/Loon_(rapper)", "http://dbpedia.org/resource/The_Weeknd", "http://dbpedia.org/resource/DaHeala", "http://dbpedia.org/resource/Illangelo", "http://dbpedia.org/resource/Buzz_Cason", "http://dbpedia.org/resource/Richie_Barrett", "http://dbpedia.org/resource/Prince_(musician)", "http://dbpedia.org/resource/Brenda_Lee_Eager", "http://dbpedia.org/resource/Jackey_Beavers", "http://dbpedia.org/resource/John_Hurley_and_Ronnie_Wilkins", "http://dbpedia.org/resource/George_Harrison", "http://dbpedia.org/resource/Jimmy_Wisner", "http://dbpedia.org/resource/Leon_Ren\u00e9", "http://dbpedia.org/resource/Joseph_Brooks_(songwriter)", "http://dbpedia.org/resource/Joe_Hicks_(musician)", "http://dbpedia.org/resource/Bobby_Womack", "http://dbpedia.org/resource/Manfred_Mann_(musician)", "http://dbpedia.org/resource/Mike_Hugg", "http://dbpedia.org/resource/Paul_Jones_(singer)", "http://dbpedia.org/resource/Danny_Fernandes", "http://dbpedia.org/resource/Booker_T._Jones", "http://dbpedia.org/resource/Steve_Cropper", "http://dbpedia.org/resource/Lewie_Steinberg", "http://dbpedia.org/resource/King_Floyd", "http://dbpedia.org/resource/Traveling_Wilburys", "http://dbpedia.org/resource/Frank_Loesser", "http://dbpedia.org/resource/Jimmy_Hogarth", "http://dbpedia.org/resource/Red_Steagall", "http://dbpedia.org/resource/Don_Lanier", "http://dbpedia.org/resource/Little_Richard", "http://dbpedia.org/resource/Doc_Bagby", "http://dbpedia.org/resource/Adele", "http://dbpedia.org/resource/Paul_Epworth", "http://dbpedia.org/resource/Ray_Parker_Jr.", "http://dbpedia.org/resource/Chris_Stokes_(filmmaker)", "http://dbpedia.org/resource/Jim_Ford", "http://dbpedia.org/resource/Clifton_Davis", "http://dbpedia.org/resource/Richard_Berry_(musician)", "http://dbpedia.org/resource/Frank_Farian", "http://dbpedia.org/resource/Jester_Hairston", "http://dbpedia.org/resource/Debbie_Dean_(singer)", "http://dbpedia.org/resource/Jo_Armstead", "http://dbpedia.org/resource/William_Guest_(singer)", "http://dbpedia.org/resource/Gladys_Knight", "http://dbpedia.org/resource/Merald_%22Bubba%22_Knight", "http://dbpedia.org/resource/Richard_Adler", "http://dbpedia.org/resource/Eddie_del_Barrio", "http://dbpedia.org/resource/Jesse_Johnson_(musician)", "http://dbpedia.org/resource/Elvin_Bishop", "http://dbpedia.org/resource/Howard_Greenfield", "http://dbpedia.org/resource/Helen_Miller_(songwriter)", "http://dbpedia.org/resource/Gilbert_B\u00e9caud", "http://dbpedia.org/resource/Pierre_Delano\u00eb", "http://dbpedia.org/resource/Don_Gardner", "http://dbpedia.org/resource/Ralph_Johnson_(musician)", "http://dbpedia.org/resource/Larry_Dunn", "http://dbpedia.org/resource/Don_Covay", "http://dbpedia.org/resource/Arivu", "http://dbpedia.org/resource/Bill_Harvey_(bandleader)", "http://dbpedia.org/resource/Earl_Forest", "http://dbpedia.org/resource/Oscar_Washington", "http://dbpedia.org/resource/Marc_Jordan", "http://dbpedia.org/resource/John_Capek", "http://dbpedia.org/resource/Ben_E._King", "http://dbpedia.org/resource/George_Treadwell", "http://dbpedia.org/resource/Eric_Maschwitz", "http://dbpedia.org/resource/Ted_White_(manager)", "http://dbpedia.org/resource/Aretha_Franklin", "http://dbpedia.org/resource/The_%225%22_Royales", "http://dbpedia.org/resource/Leon_Russell", "http://dbpedia.org/resource/Haras_Fyre", "http://dbpedia.org/resource/Gwen_Guthrie", "http://dbpedia.org/resource/Ray_Pennington", "http://dbpedia.org/resource/Sonny_Thompson", "http://dbpedia.org/resource/James_Gadson", "http://dbpedia.org/resource/Melvin_Dunlap", "http://dbpedia.org/resource/Jerry_Ragovoy", "http://dbpedia.org/resource/Wurld_(musician)", "http://dbpedia.org/resource/Shizzi", "http://dbpedia.org/resource/Asian_Doll", "http://dbpedia.org/resource/Jay_Sean", "http://dbpedia.org/resource/Gucci_Mane", "http://dbpedia.org/resource/Herb_Alpert", "http://dbpedia.org/resource/Lou_Adler", "http://dbpedia.org/resource/Pam_Sawyer", "http://dbpedia.org/resource/Charlie_Smalls", "http://dbpedia.org/resource/Vinnie_Barrett", "http://dbpedia.org/resource/Bobby_Eli", "http://dbpedia.org/resource/Gregory_Carroll_(R&B_singer)", "http://dbpedia.org/resource/Doris_Troy", "http://dbpedia.org/resource/Colin_Blunstone", "http://dbpedia.org/resource/Buddy_Johnson", "http://dbpedia.org/resource/Ua_(singer)", "http://dbpedia.org/resource/Shinichi_Osawa", "http://dbpedia.org/resource/Seyi_Sodimu", "http://dbpedia.org/resource/Shafy_Bello", "http://dbpedia.org/resource/Ron_Holden", "http://dbpedia.org/resource/Bert_Keyes", "http://dbpedia.org/resource/Sylvia_Robinson", "http://dbpedia.org/resource/Stephen_Stills", "http://dbpedia.org/resource/Paul_Kim_(musician,_born_1988)", "http://dbpedia.org/resource/Ahmet_Ertegun", "http://dbpedia.org/resource/Desmond_Child", "http://dbpedia.org/resource/Phoebus_(songwriter)", "http://dbpedia.org/resource/Sam_Brown_III", "http://dbpedia.org/resource/Jessie_Hill", "http://dbpedia.org/resource/Mort_Garson", "http://dbpedia.org/resource/Bob_Hilliard", "http://dbpedia.org/resource/The_Chords_(American_band)", "http://dbpedia.org/resource/Johnny_Kidd_(singer)", "http://dbpedia.org/resource/Gypie_Mayo", "http://dbpedia.org/resource/Lee_Brilleaux", "http://dbpedia.org/resource/Cowboy_Copas", "http://dbpedia.org/resource/Billy_Ocean", "http://dbpedia.org/resource/Ken_Gold", "http://dbpedia.org/resource/Jackie_Edwards_(musician)", "http://dbpedia.org/resource/General_Johnson_(musician)", "http://dbpedia.org/resource/John_Patton_(musician)", "http://dbpedia.org/resource/Bernie_Wayne", "http://dbpedia.org/resource/McFadden_&_Whitehead", "http://dbpedia.org/resource/Alan_Price", "http://dbpedia.org/resource/Eric_Burdon", "http://dbpedia.org/resource/Spooner_Oldham", "http://dbpedia.org/resource/Fats_Domino", "http://dbpedia.org/resource/Lamont_Dozier", "http://dbpedia.org/resource/Eddie_Holland", "http://dbpedia.org/resource/Don_Gibson", "http://dbpedia.org/resource/Bobby_Byrd", "http://dbpedia.org/resource/Leroy_Swearingen", "http://dbpedia.org/resource/Dallas_Austin", "http://dbpedia.org/resource/Michael_Bivins", "http://dbpedia.org/resource/Patrick_Moten", "http://dbpedia.org/resource/Sandra_Sully_(songwriter)", "http://dbpedia.org/resource/James_%22Sugar_Boy%22_Crawford", "http://dbpedia.org/resource/Fred_Weismantel", "http://dbpedia.org/resource/Bobby_Russell", "http://dbpedia.org/resource/Mariah_Carey", "http://dbpedia.org/resource/James_Poyser", "http://dbpedia.org/resource/Lester_Abrams", "http://dbpedia.org/resource/Michael_McDonald_(musician)", "http://dbpedia.org/resource/Claudine_Clark", "http://dbpedia.org/resource/Walter_Afanasieff", "http://dbpedia.org/resource/Narada_Michael_Walden", "http://dbpedia.org/resource/Jeff_Cohen_(songwriter)", "http://dbpedia.org/resource/Joe_South", "http://dbpedia.org/resource/Tiziano_Ferro", "http://dbpedia.org/resource/Vincent_Montana_Jr.", "http://dbpedia.org/resource/Gary_DeVore", "http://dbpedia.org/resource/Henry_Cosby", "http://dbpedia.org/resource/Ne-Yo", "http://dbpedia.org/resource/Stargate_(record_producers)", "http://dbpedia.org/resource/Patti_LaBelle", "http://dbpedia.org/resource/Vini_Poncia", "http://dbpedia.org/resource/Warren_Peace", "http://dbpedia.org/resource/Barbara_Lynn", "http://dbpedia.org/resource/J._W._Alexander_(musician)", "http://dbpedia.org/resource/Siedah_Garrett", "http://dbpedia.org/resource/Denny_Randell", "http://dbpedia.org/resource/Sandy_Linzer", "http://dbpedia.org/resource/Chico_DeBarge", "http://dbpedia.org/resource/Frank_Wilson_(musician)", "http://dbpedia.org/resource/Leonard_Caston_Jr.", "http://dbpedia.org/resource/Randy_Newman", "http://dbpedia.org/resource/Rick_Hall", "http://dbpedia.org/resource/Dave_Crawford_(musician)", "http://dbpedia.org/resource/James_F._Hanley", "http://dbpedia.org/resource/Joe_Strummer", "http://dbpedia.org/resource/Mick_Jones_(The_Clash_guitarist)", "http://dbpedia.org/resource/Andrew_Klippel", "http://dbpedia.org/resource/Marvin_Yancy", "http://dbpedia.org/resource/The_Independents_(vocal_group)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Search_(2014_film)> <http://dbpedia.org/ontology/editing> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Academy_Award", "http://dbpedia.org/resource/Academy_Award_for_Best_Director", "http://dbpedia.org/resource/C\u00e9sar_Award", "http://dbpedia.org/resource/C\u00e9sar_Award_for_Best_Director", "BAFTA for Best Director", "and other see ''[[#Awards"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/related> <http://dbpedia.org/resource/Yasmin_Paige> . ?x <http://dbpedia.org/ontology/series> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/executiveProducer> <http://dbpedia.org/resource/Steven_Moffat> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["20"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/Sho> . ?x <http://dbpedia.org/ontology/engine> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/draftTeam> <http://dbpedia.org/resource/Ontario> . ?x <http://dbpedia.org/ontology/team> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/academicAdvisor> <http://dbpedia.org/resource/St_George's_Hospital> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?uri <http://dbpedia.org/property/almaMater> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Paul_Dini> . }"}, "answers": ["15"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Buccinidae> . ?uri <http://dbpedia.org/property/molluscas> <http://dbpedia.org/resource/Mollusca> . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Aghasalim_Childagh> <http://dbpedia.org/property/deathPlace> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_B._Waldo> <http://dbpedia.org/property/successor> ?uri } "}, "answers": ["http://dbpedia.org/resource/William_Paine_Lord", "http://dbpedia.org/resource/Reuben_S._Strahan"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/occupation> <http://dbpedia.org/resource/Screenwriter> . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": ["218"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Parliament_Security_Services> <http://dbpedia.org/property/houses> ?uri . <http://dbpedia.org/resource/United_States_States> <http://dbpedia.org/ontology/house> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Alabama> . ?x <http://dbpedia.org/property/owner> ?uri . }"}, "answers": ["131"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_Pius_XI> . ?x <http://dbpedia.org/ontology/veneratedIn> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Catholic_Church", "http://dbpedia.org/resource/Jesuits", "http://dbpedia.org/resource/Anglican_Communion", "http://dbpedia.org/resource/Daughters_of_Our_Lady_of_Mercy", "http://dbpedia.org/resource/Conceptionists", "http://dbpedia.org/resource/Paris_Foreign_Missions_Society", "http://dbpedia.org/resource/Sisters_of_the_Cross,_Sisters_of_St._Andrew"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/associatedBand> <http://dbpedia.org/resource/Foxy_Brown_(rapper)> } "}, "answers": ["http://dbpedia.org/resource/Amerie", "http://dbpedia.org/resource/Kid_Capri", "http://dbpedia.org/resource/Ren\u00e9_Moore", "http://dbpedia.org/resource/Simone_Hines", "http://dbpedia.org/resource/DJ_Clue", "http://dbpedia.org/resource/DJ_Envy", "http://dbpedia.org/resource/Queen_Pen", "http://dbpedia.org/resource/Total_(girl_group)"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Chickasaw_Campaign_of_1736> <http://dbpedia.org/property/battles> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Ian_Salter> <http://dbpedia.org/ontology/editing> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Essex> . ?uri <http://dbpedia.org/property/rivermouth> <http://dbpedia.org/resource/North_Sea> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Roy_Walker_(production_designer)> <http://dbpedia.org/property/awards> ?uri . <http://dbpedia.org/resource/Walt_Disney> <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marina_Pankova> <http://dbpedia.org/property/placeOfDeath> ?uri . <http://dbpedia.org/resource/Viktor_Ulyanich> <http://dbpedia.org/ontology/deathPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locationCity> <http://dbpedia.org/resource/Tehran> . ?uri <http://dbpedia.org/property/products> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Gold_Base> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/college> <http://dbpedia.org/resource/Midland_College> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BasketballPlayer>}"}, "answers": ["1"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/arena> <http://dbpedia.org/resource/New_York> . ?x <http://dbpedia.org/property/starring> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hearth_and_Home> <http://dbpedia.org/ontology/editor> ?uri } "}, "answers": ["http://dbpedia.org/resource/Harriet_Beecher_Stowe", "http://dbpedia.org/resource/Donald_Grant_Mitchell"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/Convent_of_the_Barefoot_Trinitarians> . ?uri <http://dbpedia.org/property/author> ?x . }"}, "answers": ["http://dbpedia.org/resource/Rinconete_y_Cortadillo", "http://dbpedia.org/resource/La_Galatea", "http://dbpedia.org/resource/Don_Quixote", "http://dbpedia.org/resource/Novelas_ejemplares", "http://dbpedia.org/resource/Los_trabajos_de_Persiles_y_Sigismunda", "http://dbpedia.org/resource/El_licenciado_Vidriera"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A_Barrel_of_Laughs> <http://dbpedia.org/property/creator> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/HockeyTeam>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/president> <http://dbpedia.org/resource/Joseph_Stiglitz> } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Sony> . ?uri <http://dbpedia.org/property/products> <http://dbpedia.org/resource/Foxconn> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/programmeFormat> <http://dbpedia.org/resource/Religion> . ?x <http://dbpedia.org/property/city> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Grantsville,_Maryland", "http://dbpedia.org/resource/Bath,_Maine", "http://dbpedia.org/resource/New_Berlin,_Pennsylvania", "http://dbpedia.org/resource/San_Juan,_Puerto_Rico", "San Juan, Puerto Rico", "http://dbpedia.org/resource/Juana_Diaz,_Puerto_Rico", "http://dbpedia.org/resource/Puerto_Rico", "Juana Diaz, Puerto Rico", "http://dbpedia.org/resource/Port_St._Joe,_Florida", "http://dbpedia.org/resource/Easley,_South_Carolina", "http://dbpedia.org/resource/Cedar_Lake,_Michigan", "http://dbpedia.org/resource/Battle_Creek,_Michigan", "http://dbpedia.org/resource/Hammonton,_New_Jersey", "http://dbpedia.org/resource/Broussard,_Louisiana", "http://dbpedia.org/resource/Louisiana", "http://dbpedia.org/resource/North_Carolina", "http://dbpedia.org/resource/Clayton,_North_Carolina", "http://dbpedia.org/resource/Williamsburg,_Virginia", "http://dbpedia.org/resource/Culebra,_Puerto_Rico", "http://dbpedia.org/resource/Florida", "http://dbpedia.org/resource/Edgewater,_Volusia_County,_Florida", "http://dbpedia.org/resource/Frostburg,_Maryland", "http://dbpedia.org/resource/Bay_City,_Michigan", "http://dbpedia.org/resource/Emmitsburg,_Maryland", "http://dbpedia.org/resource/Maryland", "http://dbpedia.org/resource/Paducah,_Kentucky", "http://dbpedia.org/resource/Sandusky,_Michigan", "http://dbpedia.org/resource/Oak_Hill,_West_Virginia", "http://dbpedia.org/resource/Elkton,_Maryland", "http://dbpedia.org/resource/Montrose,_Pennsylvania", "Binghamton, New York", "Elmira, New York", "Sayre, Pennsylvania", "Endicott, New York", "http://dbpedia.org/resource/Danville,_Pennsylvania", "http://dbpedia.org/resource/Pe\u00f1uelas,_Puerto_Rico", "Ponce, Puerto Rico", "http://dbpedia.org/resource/Ponce,_Puerto_Rico", "Caguas, Puerto Rico", "Mayaguez, Puerto Rico", "http://dbpedia.org/resource/Chester,_Pennsylvania", "http://dbpedia.org/resource/Pennsylvania", "http://dbpedia.org/resource/Cypress_Quarters,_Florida", "Boca Raton, Florida", "Bonita Springs, Florida", "Clermont, Florida", "Fort Lauderdale, Florida", "Fort Meade, Florida", "Fort Myers, Florida", "Naples, Florida", "Palm Coast, Florida", "Port St. Lucie, Florida", "Altamonte Springs, Florida", "Belle Glade, Florida", "Lauderdale Lakes, Florida", "Port Charlotte, Florida", "Bayonet Point, Florida", "Grant, Florida", "Frostproof, Florida", "Gulfport, Florida", "Lehigh Acres, Florida", "Oakland Park, Florida", "Suncoast Estates, Florida", "Wesley Chapel, Florida", "Zolfo Springs, Florida", "Aurora, Florida", "Twentymile Bend, Florida", "http://dbpedia.org/resource/Chiefland,_Florida", "http://dbpedia.org/resource/Greenville,_South_Carolina", "http://dbpedia.org/resource/Lima,_Ohio", "http://dbpedia.org/resource/Ohio", "http://dbpedia.org/resource/Camden,_New_Jersey", "http://dbpedia.org/resource/New_Jersey", "http://dbpedia.org/resource/Aguadilla,_Puerto_Rico", "http://dbpedia.org/resource/Sterling_Heights,_Michigan", "http://dbpedia.org/resource/Burgaw,_North_Carolina", "http://dbpedia.org/resource/Baraga,_Michigan", "http://dbpedia.org/resource/Cocoa,_Florida", "Cocoa, Florida", "Melbourne, Florida", "http://dbpedia.org/resource/Red_Springs,_North_Carolina", "http://dbpedia.org/resource/North_Charleston,_South_Carolina", "http://dbpedia.org/resource/South_Carolina", "http://dbpedia.org/resource/June_Lake,_California", "http://dbpedia.org/resource/Altoona,_Pennsylvania", "http://dbpedia.org/resource/Austin,_Minnesota", "http://dbpedia.org/resource/Minnesota", "http://dbpedia.org/resource/Corpus_Christi,_Texas", "http://dbpedia.org/resource/Barstow,_California", "http://dbpedia.org/resource/United_States", "http://dbpedia.org/resource/Northern_Cambria,_Pennsylvania", "http://dbpedia.org/resource/Gaylord,_Michigan", "http://dbpedia.org/resource/Pasig", "http://dbpedia.org/resource/Pittsford,_Michigan", "http://dbpedia.org/resource/Schoolcraft,_Michigan", "http://dbpedia.org/resource/Twin_Falls,_Idaho", "http://dbpedia.org/resource/Idaho", "http://dbpedia.org/resource/Detroit_Lakes,_Minnesota", "http://dbpedia.org/resource/De_Soto,_Missouri", "http://dbpedia.org/resource/Missouri", "http://dbpedia.org/resource/Ponca,_Nebraska", "http://dbpedia.org/resource/Nebraska", "http://dbpedia.org/resource/Tyler,_Texas", "http://dbpedia.org/resource/Delta,_Colorado", "http://dbpedia.org/resource/Colorado", "http://dbpedia.org/resource/Grand_Island,_Nebraska", "http://dbpedia.org/resource/McCook,_Nebraska", "http://dbpedia.org/resource/Texas", "http://dbpedia.org/resource/Round_Rock,_Texas", "http://dbpedia.org/resource/Lander,_Wyoming", "http://dbpedia.org/resource/Wyoming", "http://dbpedia.org/resource/Bristow,_Oklahoma", "http://dbpedia.org/resource/Rancho_Simi", "http://dbpedia.org/resource/California", "http://dbpedia.org/resource/Cheyenne,_Wyoming", "http://dbpedia.org/resource/Worland,_Wyoming", "http://dbpedia.org/resource/Gladwin,_Michigan"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/mother> <http://dbpedia.org/resource/Bertrada_of_Laon> . }"}, "answers": ["http://dbpedia.org/resource/Charlemagne", "http://dbpedia.org/resource/Carloman_I"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/AH141> <http://dbpedia.org/ontology/county> ?uri . <http://dbpedia.org/resource/Malaysia_Junior_Hockey_League> <http://dbpedia.org/property/country> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Celluloid_Records> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Artist>}"}, "answers": ["5"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/trainer> <http://dbpedia.org/resource/Henry_McDaniel_(racehorse_trainer)> . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["http://dbpedia.org/resource/American_Champion_Older_Male_Horse", "", "http://dbpedia.org/resource/American_Champion_Three-Year-Old_Male_Horse", "http://dbpedia.org/resource/Eclipse_Award_for_Horse_of_the_Year", "http://dbpedia.org/resource/American_Champion_Two-Year-Old_Colt", "http://dbpedia.org/resource/American_Champion_Older_Dirt_Male_Horse", "http://dbpedia.org/resource/American_Horse_of_the_Year"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Klang_Valley> . ?x <http://dbpedia.org/ontology/country> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Tabriz> . ?x <http://dbpedia.org/ontology/builder> ?uri . }"}, "answers": ["http://dbpedia.org/resource/France", "http://dbpedia.org/resource/Iran"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/college> <http://dbpedia.org/resource/Arizona_State_Sun_Devils> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/GolfPlayer>}"}, "answers": ["http://dbpedia.org/resource/Anna_Nordqvist", "http://dbpedia.org/resource/Jeanne-Marie_Busuttil", "http://dbpedia.org/resource/Jon_Rahm", "http://dbpedia.org/resource/Carlota_Ciganda", "http://dbpedia.org/resource/Heather_Farr", "http://dbpedia.org/resource/Phil_Mickelson", "http://dbpedia.org/resource/Mike_Hill_(golfer)"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/instruments> <http://dbpedia.org/resource/Saxophone> . ?uri <http://dbpedia.org/property/music> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/religion> <http://dbpedia.org/resource/Protestant_School> . ?x <http://dbpedia.org/property/games> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> <http://dbpedia.org/ontology/training> ?uri . <http://dbpedia.org/resource/Yale_Repertory_Theatre> <http://dbpedia.org/property/owner> ?uri} "}, "answers": ["http://dbpedia.org/resource/Yale_University"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erica_Frank> . ?uri <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Douglass_North> . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/KUNSTEN_Museum_of_Modern_Art_Aalborg> <http://dbpedia.org/property/language> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Ron_Cyrus> } "}, "answers": ["http://dbpedia.org/resource/Brandi_Cyrus", "http://dbpedia.org/resource/Trace_Cyrus"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/services> <http://dbpedia.org/resource/Web_hosting_service> . ?x <http://dbpedia.org/property/services> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kingship_and_kingdom_of_God> <http://dbpedia.org/property/parent> ?x . ?x <http://dbpedia.org/ontology/successor> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Voere> <http://dbpedia.org/property/predecessor> ?uri } "}, "answers": ["Koma in West Germany"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/Freddy_vs._Jason", "http://dbpedia.org/resource/The_Collection_(film)", "http://dbpedia.org/resource/The_Final_Destination", "http://dbpedia.org/resource/The_Number_23", "http://dbpedia.org/resource/8mm_(film)", "http://dbpedia.org/resource/Batman_&_Robin_(film)", "http://dbpedia.org/resource/Flawless_(1999_film)", "http://dbpedia.org/resource/Leprechaun:_Origins", "http://dbpedia.org/resource/Phone_Booth_(film)", "http://dbpedia.org/resource/Tigerland", "http://dbpedia.org/resource/Setup_(2011_film)", "http://dbpedia.org/resource/Stay_Alive", "http://dbpedia.org/resource/Blood_Creek", "http://dbpedia.org/resource/Patient_Zero_(film)"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Raptors_905> <http://dbpedia.org/ontology/tenant> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Croix_de_Guerre> . ?x <http://dbpedia.org/property/territory> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Royal_Society> . }"}, "answers": ["9"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_SHO_V8_engine> <http://dbpedia.org/ontology/manufacturer> ?uri } "}, "answers": ["http://dbpedia.org/resource/Ford_Motor_Company", "http://dbpedia.org/resource/Yamaha_Motor_Company"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mauritius_Broadcasting_Corporation> <http://dbpedia.org/ontology/broadcastArea> ?uri } "}, "answers": ["http://dbpedia.org/resource/Mauritius", "http://dbpedia.org/resource/Agal\u00e9ga", "http://dbpedia.org/resource/Rodrigues"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Gregg_Toland> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/Dead_End_(1937_film)", "http://dbpedia.org/resource/Beloved_Enemy", "http://dbpedia.org/resource/Forsaking_All_Others", "http://dbpedia.org/resource/Enchantment_(1948_film)", "http://dbpedia.org/resource/Play_Girl_(1932_film)", "http://dbpedia.org/resource/The_Bat_(1926_film)", "http://dbpedia.org/resource/The_Best_Years_of_Our_Lives", "http://dbpedia.org/resource/The_Bishop's_Wife", "http://dbpedia.org/resource/The_Cowboy_and_the_Lady_(1938_film)", "http://dbpedia.org/resource/The_Dark_Angel_(1935_film)", "http://dbpedia.org/resource/The_Devil_to_Pay!", "http://dbpedia.org/resource/The_Goldwyn_Follies", "http://dbpedia.org/resource/The_Grapes_of_Wrath_(film)", "http://dbpedia.org/resource/The_Kid_from_Brooklyn", "http://dbpedia.org/resource/The_Kid_from_Spain", "http://dbpedia.org/resource/The_Little_Foxes_(film)", "http://dbpedia.org/resource/The_Long_Voyage_Home", "http://dbpedia.org/resource/The_Masquerader_(1933_film)", "http://dbpedia.org/resource/The_Nuisance_(1933_film)", "http://dbpedia.org/resource/The_Outlaw", "http://dbpedia.org/resource/The_Road_to_Glory", "http://dbpedia.org/resource/The_Tenderfoot_(film)", "http://dbpedia.org/resource/The_Trespasser_(1929_film)", "http://dbpedia.org/resource/The_Unholy_Garden", "http://dbpedia.org/resource/The_Washington_Masquerade", "http://dbpedia.org/resource/The_Wedding_Night", "http://dbpedia.org/resource/The_Westerner_(1940_film)", "http://dbpedia.org/resource/The_Winning_of_Barbara_Worth", "http://dbpedia.org/resource/Citizen_Kane", "http://dbpedia.org/resource/Come_and_Get_It_(1936_film)", "http://dbpedia.org/resource/Condemned_(1929_film)", "http://dbpedia.org/resource/Ball_of_Fire", "http://dbpedia.org/resource/Intermezzo_(1939_film)", "http://dbpedia.org/resource/Nana_(1934_film)", "http://dbpedia.org/resource/Tonight_or_Never_(1931_film)", "http://dbpedia.org/resource/Tugboat_Annie", "http://dbpedia.org/resource/A_Song_Is_Born", "http://dbpedia.org/resource/Bulldog_Drummond_(1922_film)", "http://dbpedia.org/resource/Bulldog_Drummond_(1929_film)", "http://dbpedia.org/resource/Street_Scene_(film)", "http://dbpedia.org/resource/Lazy_River_(film)", "http://dbpedia.org/resource/Song_of_the_South", "http://dbpedia.org/resource/Man_Wanted", "http://dbpedia.org/resource/Les_Mis\u00e9rables_(1935_film)", "http://dbpedia.org/resource/Public_Hero_\ufe5f1", "http://dbpedia.org/resource/Queen_Kelly", "http://dbpedia.org/resource/Raffles_(1930_film)", "http://dbpedia.org/resource/Raffles_(1939_film)", "http://dbpedia.org/resource/These_Three", "http://dbpedia.org/resource/This_Is_Heaven", "http://dbpedia.org/resource/Woman_Chases_Man", "http://dbpedia.org/resource/Wuthering_Heights_(1939_film)", "http://dbpedia.org/resource/One_Heavenly_Night", "http://dbpedia.org/resource/Splendor_(1935_film)", "http://dbpedia.org/resource/Indiscreet_(1931_film)", "http://dbpedia.org/resource/Palmy_Days", "http://dbpedia.org/resource/We_Live_Again"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/highschool> <http://dbpedia.org/resource/Penn_State_Nittany_Lions_football> . ?x <http://dbpedia.org/property/education> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Balanidae> . ?x <http://dbpedia.org/property/authority> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/highschool> <http://dbpedia.org/resource/Ringgold_High_School_(Pennsylvania)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballPlayer>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Afghanistan> . ?x <http://dbpedia.org/ontology/combatant> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Kendall_Jenner> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/employer> <http://dbpedia.org/resource/CNN> . ?x <http://dbpedia.org/property/almaMater> ?uri . }"}, "answers": ["http://dbpedia.org/resource/American_University", "", "http://dbpedia.org/resource/University_of_Miami", "St. Thomas University", "http://dbpedia.org/resource/George_Washington_University", "http://dbpedia.org/resource/Bachelor_of_Arts", "Schulich School of Business, York University", "Northwestern University", "http://dbpedia.org/resource/University_of_Texas_at_Austin", "http://dbpedia.org/resource/George_Mason_University", "http://dbpedia.org/resource/Sciences_Po", "George Washington University", "http://dbpedia.org/resource/Colgate_University", "University of Massachusetts Amherst, Massachusetts", "http://dbpedia.org/resource/University_of_Missouri", "University of California, Berkeley", "http://dbpedia.org/resource/Wellesley_College", "University of Virginia", "University of Rhode Island", "Johns Hopkins University", "University of Texas at Austin", "http://dbpedia.org/resource/Pennsylvania_State_University", "http://dbpedia.org/resource/Vassar_College", "http://dbpedia.org/resource/London_School_of_Economics", "University of Technology Sydney", "http://dbpedia.org/resource/University_of_Dayton", "http://dbpedia.org/resource/Georgetown_University", "Cornell University", "http://dbpedia.org/resource/University_at_Buffalo", "Yale University", "University of Victoria, British Columbia"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_Church_of_Christ,_Scientist_(Pittsburgh)> <http://dbpedia.org/ontology/location> ?uri } "}, "answers": ["http://dbpedia.org/resource/Pittsburgh"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henry_Bourchier,_1st_Earl_of_Essex> <http://dbpedia.org/property/spouse> ?x . ?x <http://dbpedia.org/ontology/restingPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/network> ?x . }"}, "answers": ["http://dbpedia.org/resource/Knicks\u2013Nuggets_brawl", "http://dbpedia.org/resource/Wrestlicious", "http://dbpedia.org/resource/1949_NFL_Championship_Game", "http://dbpedia.org/resource/1950_NFL_Championship_Game", "http://dbpedia.org/resource/1960_World_600", "http://dbpedia.org/resource/1961_World_600", "http://dbpedia.org/resource/1969_(TV_series)", "http://dbpedia.org/resource/1971_Daytona_500", "http://dbpedia.org/resource/1972_Carolina_500", "http://dbpedia.org/resource/1972_Daytona_500", "http://dbpedia.org/resource/1975_National_500", "http://dbpedia.org/resource/All-Star_Blitz", "http://dbpedia.org/resource/All_My_Children", "http://dbpedia.org/resource/Aloha_Paradise", "http://dbpedia.org/resource/America's_Funniest_Home_Videos", "http://dbpedia.org/resource/America's_Funniest_People", "http://dbpedia.org/resource/America_This_Morning", "http://dbpedia.org/resource/American_Bandstand", "http://dbpedia.org/resource/American_Crime_(TV_series)", "http://dbpedia.org/resource/American_Detective", "http://dbpedia.org/resource/American_Housewife", "http://dbpedia.org/resource/American_Idol", "http://dbpedia.org/resource/American_Idol_(season_16)", "http://dbpedia.org/resource/American_Idol_(season_17)", "http://dbpedia.org/resource/American_Idol_(season_18)", "http://dbpedia.org/resource/American_Idol_(season_19)", "http://dbpedia.org/resource/American_Idol_(season_20)", "http://dbpedia.org/resource/American_Inventor", "http://dbpedia.org/resource/American_Music_Awards", "http://dbpedia.org/resource/American_Music_Awards_of_1987", "http://dbpedia.org/resource/American_Music_Awards_of_1988", "http://dbpedia.org/resource/American_Music_Awards_of_1989", "http://dbpedia.org/resource/American_Music_Awards_of_1995", "http://dbpedia.org/resource/American_Music_Awards_of_1998", "http://dbpedia.org/resource/American_Music_Awards_of_2003_(November)", "http://dbpedia.org/resource/American_Music_Awards_of_2005", "http://dbpedia.org/resource/American_Music_Awards_of_2014", "http://dbpedia.org/resource/American_Music_Awards_of_2017", "http://dbpedia.org/resource/American_Music_Awards_of_2018", "http://dbpedia.org/resource/American_Music_Awards_of_2019", "http://dbpedia.org/resource/American_Music_Awards_of_2020", "http://dbpedia.org/resource/American_Music_Awards_of_2021", "http://dbpedia.org/resource/An_American_Christmas_Carol", "http://dbpedia.org/resource/Dalva", "http://dbpedia.org/resource/Dan_August", "http://dbpedia.org/resource/Dance_Machine", "http://dbpedia.org/resource/Dance_War:_Bruno_vs._Carrie_Ann", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_1)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_10)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_11)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_12)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_13)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_14)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_15)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_16)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_17)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_18)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_19)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_2)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_20)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_21)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_22)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_23)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_24)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_25)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_26)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_27)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_28)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_29)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_3)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_30)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_4)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_5)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_6)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_7)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_8)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_season_9)", "http://dbpedia.org/resource/Dangerous_Minds_(TV_series)", "http://dbpedia.org/resource/Dark_Shadows", "http://dbpedia.org/resource/Darkroom_(TV_series)", "http://dbpedia.org/resource/Date_with_the_Angels", "http://dbpedia.org/resource/Dating_in_the_Dark_(American_TV_series)", "http://dbpedia.org/resource/Daughter_of_the_Mind", "http://dbpedia.org/resource/Davy_Crockett_(miniseries)", "http://dbpedia.org/resource/Day_Break", "http://dbpedia.org/resource/Deadly_Messages", "http://dbpedia.org/resource/Death_Cruise", "http://dbpedia.org/resource/Death_Sentence_(1974_film)", "http://dbpedia.org/resource/Death_Takes_a_Holiday_(1971_film)", "http://dbpedia.org/resource/Death_at_Love_House", "http://dbpedia.org/resource/Death_in_Small_Doses_(1995_film)", "http://dbpedia.org/resource/Deception_(2018_TV_series)", "http://dbpedia.org/resource/ArenaBowl_XII", "http://dbpedia.org/resource/ArenaBowl_XIII", "http://dbpedia.org/resource/ArenaBowl_XIV", "http://dbpedia.org/resource/ArenaBowl_XV", "http://dbpedia.org/resource/ArenaBowl_XVI", "http://dbpedia.org/resource/VIP_Television", "http://dbpedia.org/resource/VOMO:_Vote_or_Miss_Out", "http://dbpedia.org/resource/V_(2009_TV_series)", "http://dbpedia.org/resource/Valentine's_Day_(TV_series)", "http://dbpedia.org/resource/Vegas_(1978_TV_series)", "http://dbpedia.org/resource/Vengeance_Unlimited", "http://dbpedia.org/resource/Veritas:_The_Quest", "http://dbpedia.org/resource/Victims_(film)", "http://dbpedia.org/resource/Victory_at_Entebbe", "http://dbpedia.org/resource/Videos_After_Dark", "http://dbpedia.org/resource/Virtual_Obsession", "http://dbpedia.org/resource/Vor-Tech:_Undercover_Conversion_Squad", "http://dbpedia.org/resource/Voyage_to_the_Bottom_of_the_Sea_(TV_series)", "http://dbpedia.org/resource/WNBA_on_ABC", "http://dbpedia.org/resource/Walt:_The_Man_Behind_the_Myth", "http://dbpedia.org/resource/Warner_Bros._Presents", "http://dbpedia.org/resource/Washington:_Behind_Closed_Doors", "http://dbpedia.org/resource/Wasteland_(American_TV_series)", "http://dbpedia.org/resource/General_Foods_25th_Anniversary_Show:_A_Salute_to_Rodgers_and_Hammerstein", "http://dbpedia.org/resource/The_Paul_Lynde_Halloween_Special", "http://dbpedia.org/resource/Deliver_Us_from_Evil_(1973_film)", "http://dbpedia.org/resource/Delta_County,_U.S.A.", "http://dbpedia.org/resource/Designated_Survivor_(TV_series)", "http://dbpedia.org/resource/Designated_Survivor_(season_1)", "http://dbpedia.org/resource/Designated_Survivor_(season_2)", "http://dbpedia.org/resource/Desperate_Housewives", "http://dbpedia.org/resource/Desperate_Housewives_(season_1)", "http://dbpedia.org/resource/Desperate_Housewives_(season_2)", "http://dbpedia.org/resource/Desperate_Housewives_(season_3)", "http://dbpedia.org/resource/Desperate_Housewives_(season_4)", "http://dbpedia.org/resource/Desperate_Housewives_(season_5)", "http://dbpedia.org/resource/Desperate_Housewives_(season_6)", "http://dbpedia.org/resource/Desperate_Housewives_(season_7)", "http://dbpedia.org/resource/Desperate_Housewives_(season_8)", "http://dbpedia.org/resource/Destry_(TV_series)", "http://dbpedia.org/resource/Detention:_The_Siege_at_Johnson_High", "http://dbpedia.org/resource/Devlin_(TV_series)", "http://dbpedia.org/resource/Dharma_&_Greg", "http://dbpedia.org/resource/Dial_Hot_Line", "http://dbpedia.org/resource/Dick_Clark's_New_Year's_Rockin'_Eve", "http://dbpedia.org/resource/Diff'rent_Strokes", "http://dbpedia.org/resource/Dillinger_(1991_film)", "http://dbpedia.org/resource/Dinosaurs_(TV_series)", "http://dbpedia.org/resource/Dirty_Sexy_Money", "http://dbpedia.org/resource/Disney's_Freaky_Friday_(1995_film)", "http://dbpedia.org/resource/Disney_Parks_Christmas_Day_Parade", "http://dbpedia.org/resource/Divorce_Wars:_A_Love_Story", "http://dbpedia.org/resource/Do_Not_Fold,_Spindle_or_Mutilate", "http://dbpedia.org/resource/Walt_Disney_Presents:_Annette", "http://dbpedia.org/resource/Air_Time_'57", "http://dbpedia.org/resource/Alex,_Inc.", "http://dbpedia.org/resource/Alias_(TV_series)", "http://dbpedia.org/resource/Alias_(season_1)", "http://dbpedia.org/resource/Alias_(season_2)", "http://dbpedia.org/resource/Alias_(season_3)", "http://dbpedia.org/resource/Alias_(season_4)", "http://dbpedia.org/resource/Alias_(season_5)", "http://dbpedia.org/resource/Alias_Smith_and_Jones", "http://dbpedia.org/resource/Alice_in_Wonderland_or_What's_a_Nice_Kid_like_You_Doing_in_a_Place_like_This%3F", "http://dbpedia.org/resource/20th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/21st_Tony_Awards", "http://dbpedia.org/resource/22nd_Primetime_Emmy_Awards", "http://dbpedia.org/resource/Assignment_Vienna", "http://dbpedia.org/resource/Automan", "http://dbpedia.org/resource/Battlestar_Galactica_(1978_TV_series)", "http://dbpedia.org/resource/Beach_Patrol_(film)", "http://dbpedia.org/resource/Beat_the_Clock", "http://dbpedia.org/resource/Becky_Worley", "http://dbpedia.org/resource/Being_Mick", "http://dbpedia.org/resource/Ben_Casey", "http://dbpedia.org/resource/Benji's_Very_Own_Christmas_Story", "http://dbpedia.org/resource/Benson_(TV_series)", "http://dbpedia.org/resource/Bert_D'Angelo/Superstar", "http://dbpedia.org/resource/Best_of_the_West", "http://dbpedia.org/resource/Betrayal_(TV_series)", "http://dbpedia.org/resource/Better_Living_TV_Theater", "http://dbpedia.org/resource/Better_Off_Ted", "http://dbpedia.org/resource/Better_with_You", "http://dbpedia.org/resource/Bewitched", "http://dbpedia.org/resource/For_Life_(TV_series)", "http://dbpedia.org/resource/Ford_Credit_125", "http://dbpedia.org/resource/Forever_(2014_TV_series)", "http://dbpedia.org/resource/Foul_Play_(TV_series)", "http://dbpedia.org/resource/Fraidy_Cat_(TV_series)", "http://dbpedia.org/resource/Freddie_(TV_series)", "http://dbpedia.org/resource/Freedom_(1981_film)", "http://dbpedia.org/resource/Freeman_(TV_pilot)", "http://dbpedia.org/resource/Fresh_Off_the_Boat", "http://dbpedia.org/resource/Fridays_(TV_series)", "http://dbpedia.org/resource/Friendly_Persuasion_(1975_film)", "http://dbpedia.org/resource/Friends_(1979_TV_series)", "http://dbpedia.org/resource/Frosty's_Winter_Wonderland", "http://dbpedia.org/resource/Full_House", "http://dbpedia.org/resource/Full_House_(season_1)", "http://dbpedia.org/resource/Full_House_(season_2)", "http://dbpedia.org/resource/Full_House_(season_3)", "http://dbpedia.org/resource/Full_House_(season_4)", "http://dbpedia.org/resource/Full_House_(season_5)", "http://dbpedia.org/resource/Full_House_(season_6)", "http://dbpedia.org/resource/Full_House_(season_7)", "http://dbpedia.org/resource/Full_House_(season_8)", "http://dbpedia.org/resource/GMA3:_What_You_Need_To_Know", "http://dbpedia.org/resource/Gabriel's_Fire", "http://dbpedia.org/resource/Galactica_1980", "http://dbpedia.org/resource/Garrison's_Gorillas", "http://dbpedia.org/resource/General_Hospital", "http://dbpedia.org/resource/General_Motors_Theatre", "http://dbpedia.org/resource/Generation_Gap_(game_show)", "http://dbpedia.org/resource/George_(1993_TV_series)", "http://dbpedia.org/resource/George_Lopez_(TV_series)", "http://dbpedia.org/resource/George_of_the_Jungle", "http://dbpedia.org/resource/Hail_to_the_Chief_(TV_series)", "http://dbpedia.org/resource/Halloween_Is_Grinch_Night", "http://dbpedia.org/resource/Hammerman", "http://dbpedia.org/resource/Hangin'_with_Mr._Cooper", "http://dbpedia.org/resource/Hank_(2009_TV_series)", "http://dbpedia.org/resource/Happy_Days", "http://dbpedia.org/resource/Happy_Days_(season_1)", "http://dbpedia.org/resource/Happy_Days_(season_10)", "http://dbpedia.org/resource/Happy_Days_(season_11)", "http://dbpedia.org/resource/Happy_Days_(season_2)", "http://dbpedia.org/resource/Happy_Days_(season_3)", "http://dbpedia.org/resource/Happy_Days_(season_4)", "http://dbpedia.org/resource/Happy_Days_(season_5)", "http://dbpedia.org/resource/Happy_Days_(season_6)", "http://dbpedia.org/resource/Happy_Days_(season_7)", "http://dbpedia.org/resource/Happy_Days_(season_8)", "http://dbpedia.org/resource/Happy_Days_(season_9)", "http://dbpedia.org/resource/Happy_Endings_(season_1)", "http://dbpedia.org/resource/Happy_Endings_(season_2)", "http://dbpedia.org/resource/Happy_Endings_(season_3)", "http://dbpedia.org/resource/Happy_Town_(TV_series)", "http://dbpedia.org/resource/Hardcase_(1972_film)", "http://dbpedia.org/resource/Hardcastle_and_McCormick", "http://dbpedia.org/resource/Harrigan_and_Son", "http://dbpedia.org/resource/Hart_to_Hart", "http://dbpedia.org/resource/Have_a_Little_Faith_(film)", "http://dbpedia.org/resource/Hawaiian_Eye", "http://dbpedia.org/resource/Hawaiian_Heat", "http://dbpedia.org/resource/SST:_Death_Flight", "http://dbpedia.org/resource/Saber_Rider_and_the_Star_Sheriffs", "http://dbpedia.org/resource/Sable_(TV_series)", "http://dbpedia.org/resource/Sabrina_Down_Under", "http://dbpedia.org/resource/Sabrina_Goes_to_Rome", "http://dbpedia.org/resource/Saga_of_Western_Man", "http://dbpedia.org/resource/Samantha_Who%3F", "http://dbpedia.org/resource/Samson_and_Delilah_(1984_film)", "http://dbpedia.org/resource/Country_Music_Association_Awards", "http://dbpedia.org/resource/T._J._Hooker", "http://dbpedia.org/resource/TV_Reader's_Digest", "http://dbpedia.org/resource/Tabitha_(TV_series)", "http://dbpedia.org/resource/Tales_of_Tomorrow", "http://dbpedia.org/resource/Tales_of_the_Gold_Monkey", "http://dbpedia.org/resource/Talk_to_Me_(American_TV_series)", "http://dbpedia.org/resource/Teacher's_Pet_(TV_series)", "http://dbpedia.org/resource/Teamo_Supremo", "http://dbpedia.org/resource/Teen_Angel_(1997_TV_series)", "http://dbpedia.org/resource/Telephone_Time", "http://dbpedia.org/resource/Telling_Secrets", "http://dbpedia.org/resource/Weekend_War", "http://dbpedia.org/resource/Weekend_of_Terror", "http://dbpedia.org/resource/Welcome_Back,_Kotter", "http://dbpedia.org/resource/Welcome_to_the_Neighborhood_(TV_series)", "http://dbpedia.org/resource/Wendy_and_Me", "http://dbpedia.org/resource/Westside_Medical", "http://dbpedia.org/resource/What's_Happening!!", "http://dbpedia.org/resource/What's_a_Nice_Girl_like_You...%3F", "http://dbpedia.org/resource/What_About_Brian", "http://dbpedia.org/resource/What_Would_You_Do%3F_(2008_TV_program)", "http://dbpedia.org/resource/When_Billie_Beat_Bobby", "http://dbpedia.org/resource/When_Michael_Calls", "http://dbpedia.org/resource/When_Nature_Calls_with_Helen_Mirren", "http://dbpedia.org/resource/When_Things_Were_Rotten", "http://dbpedia.org/resource/When_We_Rise", "http://dbpedia.org/resource/When_the_Whistle_Blows", "http://dbpedia.org/resource/Where_the_Action_Is", "http://dbpedia.org/resource/Whiskey_Cavalier", "http://dbpedia.org/resource/Who's_the_Boss%3F", "http://dbpedia.org/resource/Who_Do_You_Believe%3F", "http://dbpedia.org/resource/Who_Do_You_Trust%3F", "http://dbpedia.org/resource/Who_Said_That%3F", "http://dbpedia.org/resource/Who_Wants_to_Be_a_Millionaire_(American_game_show)", "http://dbpedia.org/resource/Whose_Line_Is_It_Anyway%3F_(American_season_1)", "http://dbpedia.org/resource/Whose_Line_Is_It_Anyway%3F_(American_season_2)", "http://dbpedia.org/resource/Whose_Line_Is_It_Anyway%3F_(American_season_3)", "http://dbpedia.org/resource/Whose_Line_Is_It_Anyway%3F_(American_season_4)", "http://dbpedia.org/resource/Whose_Line_Is_It_Anyway%3F_(American_season_5)", "http://dbpedia.org/resource/Whose_Line_Is_It_Anyway%3F_(American_season_6)", "http://dbpedia.org/resource/Wicked_City_(TV_series)", "http://dbpedia.org/resource/Wide_World_of_Sports_(American_TV_program)", "http://dbpedia.org/resource/Wild_Palms", "http://dbpedia.org/resource/Wild_Women_(1970_film)", "http://dbpedia.org/resource/Will_the_Real_Jerry_Lewis_Please_Sit_Down", "http://dbpedia.org/resource/...First_Do_No_Harm", "http://dbpedia.org/resource/10-8:_Officers_on_Duty", "http://dbpedia.org/resource/100_Grand_(game_show)", "http://dbpedia.org/resource/101_Dalmatians:_The_Series", "http://dbpedia.org/resource/101_Ways_to_Leave_a_Game_Show", "http://dbpedia.org/resource/10th_Annual_Grammy_Awards", "http://dbpedia.org/resource/11th_ALMA_Awards", "http://dbpedia.org/resource/12th_Annual_Grammy_Awards", "http://dbpedia.org/resource/13_Queens_Boulevard", "http://dbpedia.org/resource/14th_Annual_Grammy_Awards", "http://dbpedia.org/resource/14th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/14th_Tony_Awards", "http://dbpedia.org/resource/Angie_(TV_series)", "http://dbpedia.org/resource/Animal_Crack-Ups", "http://dbpedia.org/resource/Animals,_Animals,_Animals", "http://dbpedia.org/resource/Annie:_A_Royal_Adventure!", "http://dbpedia.org/resource/Annie_(1999_film)", "http://dbpedia.org/resource/Anything_but_Love", "http://dbpedia.org/resource/Anything_to_Survive", "http://dbpedia.org/resource/Apple_Pie_(TV_series)", "http://dbpedia.org/resource/Arabian_Nights_(miniseries)", "http://dbpedia.org/resource/Are_You_Hot%3F", "http://dbpedia.org/resource/Arresting_Behavior", "http://dbpedia.org/resource/Elvis_(1990_TV_series)", "http://dbpedia.org/resource/Emergence_(TV_series)", "http://dbpedia.org/resource/Emergency_Call_(2020_TV_series)", "http://dbpedia.org/resource/Emily's_Reasons_Why_Not", "http://dbpedia.org/resource/Equal_Justice_(TV_series)", "http://dbpedia.org/resource/Escape_to_Witch_Mountain_(1995_film)", "http://dbpedia.org/resource/Geppetto_(film)", "http://dbpedia.org/resource/Get_Christie_Love!", "http://dbpedia.org/resource/Get_the_Message_(game_show)", "http://dbpedia.org/resource/Getting_Away_from_It_All", "http://dbpedia.org/resource/Gideon's_Crossing", "http://dbpedia.org/resource/Gideon_Oliver", "http://dbpedia.org/resource/Gidget_(TV_series)", "http://dbpedia.org/resource/Gidget_Gets_Married", "http://dbpedia.org/resource/Gidget_Grows_Up", "http://dbpedia.org/resource/Glenn_Riggs", "http://dbpedia.org/resource/Goldie_Gold_and_Action_Jack", "http://dbpedia.org/resource/Goober_and_the_Ghost_Chasers", "http://dbpedia.org/resource/Good_&_Evil_(TV_series)", "http://dbpedia.org/resource/Good_Morning_America", "http://dbpedia.org/resource/Goodtime_Girls", "http://dbpedia.org/resource/Marcus_Welby,_M.D.", "http://dbpedia.org/resource/Margie_(TV_series)", "http://dbpedia.org/resource/Married_to_the_Kellys", "http://dbpedia.org/resource/Martin_Block", "http://dbpedia.org/resource/Marvel's_ABC_television_series", "http://dbpedia.org/resource/Marvel's_Most_Wanted", "http://dbpedia.org/resource/Mary_Margaret_McBride", "http://dbpedia.org/resource/Mary_and_Rhoda", "http://dbpedia.org/resource/Pinocchio's_Christmas", "http://dbpedia.org/resource/Planet_Earth_(film)", "http://dbpedia.org/resource/Police_Squad!", "http://dbpedia.org/resource/Police_Story_(1973_TV_series)", "http://dbpedia.org/resource/Pontoffel_Pock,_Where_Are_You%3F", "http://dbpedia.org/resource/Popeye_Meets_the_Man_Who_Hated_Laughter", "http://dbpedia.org/resource/Port_Charles", "http://dbpedia.org/resource/Power_Rangers_RPM", "http://dbpedia.org/resource/Pray_for_the_Wildcats", "http://dbpedia.org/resource/Prep_&_Landing", "http://dbpedia.org/resource/Prep_&_Landing:_Naughty_vs._Nice", "http://dbpedia.org/resource/Prep_&_Landing:_Operation:_Secret_Santa", "http://dbpedia.org/resource/Press_Your_Luck", "http://dbpedia.org/resource/Primetime_(American_TV_program)", "http://dbpedia.org/resource/Primetime_Emmy_Awards", "http://dbpedia.org/resource/Princess_of_Thieves", "http://dbpedia.org/resource/That's_Incredible!", "http://dbpedia.org/resource/That's_Life_(1968_TV_series)", "http://dbpedia.org/resource/That's_Life_(1998_TV_series)", "http://dbpedia.org/resource/That's_My_Mama", "http://dbpedia.org/resource/That_Was_Then", "http://dbpedia.org/resource/The_13_Ghosts_of_Scooby-Doo", "http://dbpedia.org/resource/The_ABC_Saturday_Superstar_Movie", "http://dbpedia.org/resource/The_ABC_Sunday_Night_Movie", "http://dbpedia.org/resource/The_Addams_Family", "http://dbpedia.org/resource/The_Addams_Family_(1964_TV_series)", "http://dbpedia.org/resource/The_Adventures_of_Gulliver", "http://dbpedia.org/resource/The_Adventures_of_Jim_Bowie", "http://dbpedia.org/resource/The_Adventures_of_Ozzie_and_Harriet", "http://dbpedia.org/resource/The_Adventures_of_Paddy_the_Pelican", "http://dbpedia.org/resource/The_Adventures_of_Rin_Tin_Tin", "http://dbpedia.org/resource/The_Adventures_of_Robin_Hoodnik", "http://dbpedia.org/resource/The_Affair_(1973_film)", "http://dbpedia.org/resource/The_Alaskans", "http://dbpedia.org/resource/The_Alec_Baldwin_Show", "http://dbpedia.org/resource/The_All-New_Super_Friends_Hour", "http://dbpedia.org/resource/The_Ambiguously_Gay_Duo", "http://dbpedia.org/resource/The_Associates_(American_TV_series)", "http://dbpedia.org/resource/The_Audrey_Hepburn_Story", "http://dbpedia.org/resource/The_Babysitter_(1980_film)", "http://dbpedia.org/resource/The_Bachelor_(American_TV_series)", "http://dbpedia.org/resource/The_Bachelor_(American_season_1)", "http://dbpedia.org/resource/The_Bachelor_(American_season_10)", "http://dbpedia.org/resource/The_Bachelor_(American_season_11)", "http://dbpedia.org/resource/The_Bachelor_(American_season_12)", "http://dbpedia.org/resource/The_Bachelor_(American_season_13)", "http://dbpedia.org/resource/The_Bachelor_(American_season_14)", "http://dbpedia.org/resource/The_Bachelor_(American_season_15)", "http://dbpedia.org/resource/The_Bachelor_(American_season_16)", "http://dbpedia.org/resource/The_Bachelor_(American_season_17)", "http://dbpedia.org/resource/The_Bachelor_(American_season_18)", "http://dbpedia.org/resource/The_Bachelor_(American_season_19)", "http://dbpedia.org/resource/The_Bachelor_(American_season_2)", "http://dbpedia.org/resource/The_Bachelor_(American_season_20)", "http://dbpedia.org/resource/The_Bachelor_(American_season_21)", "http://dbpedia.org/resource/The_Bachelor_(American_season_22)", "http://dbpedia.org/resource/The_Bachelor_(American_season_23)", "http://dbpedia.org/resource/The_Bachelor_(American_season_24)", "http://dbpedia.org/resource/The_Bachelor_(American_season_25)", "http://dbpedia.org/resource/The_Bachelor_(American_season_26)", "http://dbpedia.org/resource/The_Bachelor_(American_season_5)", "http://dbpedia.org/resource/The_Bachelor_(American_season_9)", "http://dbpedia.org/resource/The_Bachelor_Presents:_Listen_to_Your_Heart", "http://dbpedia.org/resource/The_Bachelorette_(American_TV_series)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_1)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_10)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_11)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_12)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_13)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_14)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_15)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_16)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_17)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_18)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_19)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_2)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_3)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_4)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_5)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_6)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_7)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_8)", "http://dbpedia.org/resource/The_Bachelorette_(American_season_9)", "http://dbpedia.org/resource/The_Bad_Seed_(1985_film)", "http://dbpedia.org/resource/The_Baker_and_the_Beauty_(American_TV_series)", "http://dbpedia.org/resource/The_Baseball_Network", "http://dbpedia.org/resource/The_Beagles_(TV_series)", "http://dbpedia.org/resource/The_Benefactor_(TV_series)", "http://dbpedia.org/resource/The_Bermuda_Depths", "http://dbpedia.org/resource/The_Best_of_Everything_(TV_series)", "http://dbpedia.org/resource/The_Best_of_Times_(1981_film)", "http://dbpedia.org/resource/The_Better_Sex", "http://dbpedia.org/resource/The_Big_House_(TV_series)", "http://dbpedia.org/resource/The_Big_Moment", "http://dbpedia.org/resource/The_Big_Valley", "http://dbpedia.org/resource/The_Bing_Crosby_Show_(1964_TV_series)", "http://dbpedia.org/resource/The_Bionic_Woman", "http://dbpedia.org/resource/The_Bod_Squad", "http://dbpedia.org/resource/The_Bounty_Man", "http://dbpedia.org/resource/The_Boy_in_the_Plastic_Bubble", "http://dbpedia.org/resource/The_Brady_Bunch", "http://dbpedia.org/resource/The_Brady_Bunch_Hour", "http://dbpedia.org/resource/The_Brady_Kids", "http://dbpedia.org/resource/The_Bravos", "http://dbpedia.org/resource/The_Bride_in_Black", "http://dbpedia.org/resource/The_Byrds_of_Paradise", "http://dbpedia.org/resource/The_California_Kid", "http://dbpedia.org/resource/The_Cat_Creature", "http://dbpedia.org/resource/The_Catch_(TV_series)", "http://dbpedia.org/resource/The_Chair_(game_show)", "http://dbpedia.org/resource/The_Children's_Doctor", "http://dbpedia.org/resource/The_Christmas_Toy", "http://dbpedia.org/resource/The_Citadel_(1960_film)", "http://dbpedia.org/resource/The_City_(1995_TV_series)", "http://dbpedia.org/resource/Ugly_Betty", "http://dbpedia.org/resource/Ugly_Betty_(season_1)", "http://dbpedia.org/resource/Ugly_Betty_(season_2)", "http://dbpedia.org/resource/Ugly_Betty_(season_3)", "http://dbpedia.org/resource/Ugly_Betty_(season_4)", "http://dbpedia.org/resource/Uncle_Croc's_Block", "http://dbpedia.org/resource/United_We_Fall_(TV_series)", "http://dbpedia.org/resource/Bosom_Buddies", "http://dbpedia.org/resource/Boston_EMS_(TV_series)", "http://dbpedia.org/resource/Boston_Legal", "http://dbpedia.org/resource/Bourbon_Street_Beat", "http://dbpedia.org/resource/Bowling_Headliners", "http://dbpedia.org/resource/Boy_Meets_World", "http://dbpedia.org/resource/Brat_Camp", "http://dbpedia.org/resource/Brian's_Song", "http://dbpedia.org/resource/Brian's_Song_(2001_film)", "http://dbpedia.org/resource/Bride_of_Boogedy", "http://dbpedia.org/resource/Broadway_Bound_(film)", "http://dbpedia.org/resource/Bronco_(TV_series)", "http://dbpedia.org/resource/Brother's_Keeper_(1998_TV_series)", "http://dbpedia.org/resource/Brotherhood_of_Justice", "http://dbpedia.org/resource/Brothers_&_Sisters_(2006_TV_series)", "http://dbpedia.org/resource/Brothers_&_Sisters_(season_1)", "http://dbpedia.org/resource/Brothers_&_Sisters_(season_2)", "http://dbpedia.org/resource/Brothers_&_Sisters_(season_3)", "http://dbpedia.org/resource/Brothers_&_Sisters_(season_4)", "http://dbpedia.org/resource/Brothers_&_Sisters_(season_5)", "http://dbpedia.org/resource/Bruce_Forsyth's_Hot_Streak", "http://dbpedia.org/resource/Buck_James", "http://dbpedia.org/resource/Buddies_(TV_series)", "http://dbpedia.org/resource/Adams_of_Eagle_Lake", "http://dbpedia.org/resource/Jack_and_Mike", "http://dbpedia.org/resource/Jake_in_Progress", "http://dbpedia.org/resource/James_Paul_McCartney_(TV_program)", "http://dbpedia.org/resource/Jamie_(TV_series)", "http://dbpedia.org/resource/Jamie_Oliver's_Food_Revolution", "http://dbpedia.org/resource/Keep_On_Truckin'_(TV_series)", "http://dbpedia.org/resource/Kevin_(Probably)_Saves_the_World", "http://dbpedia.org/resource/Killdozer!_(film)", "http://dbpedia.org/resource/Killer_Women", "http://dbpedia.org/resource/Masquerade_(TV_series)", "http://dbpedia.org/resource/Master_of_Champions", "http://dbpedia.org/resource/Masters_of_Science_Fiction", "http://dbpedia.org/resource/Matlock_(TV_series)", "http://dbpedia.org/resource/Matlock_(season_7)", "http://dbpedia.org/resource/Matlock_(season_8)", "http://dbpedia.org/resource/Matlock_(season_9)", "http://dbpedia.org/resource/Matt_Helm_(TV_series)", "http://dbpedia.org/resource/Matt_Houston", "http://dbpedia.org/resource/Matt_Lincoln", "http://dbpedia.org/resource/Maverick_(TV_series)", "http://dbpedia.org/resource/Maximum_Bob_(TV_series)", "http://dbpedia.org/resource/Maybe_I'll_Come_Home_in_the_Spring", "http://dbpedia.org/resource/Mayhem_on_a_Sunday_Afternoon", "http://dbpedia.org/resource/McHale's_Navy", "http://dbpedia.org/resource/McKenna_(TV_series)", "http://dbpedia.org/resource/Me_and_the_Boys_(TV_series)", "http://dbpedia.org/resource/Men_(TV_series)", "http://dbpedia.org/resource/Men_in_Trees", "http://dbpedia.org/resource/Rango_(TV_series)", "http://dbpedia.org/resource/Rear_Window_(1998_film)", "http://dbpedia.org/resource/Rebel_(2021_TV_series)", "http://dbpedia.org/resource/Rebound_(American_TV_series)", "http://dbpedia.org/resource/Red_Widow", "http://dbpedia.org/resource/Reflections_of_Murder", "http://dbpedia.org/resource/Reggie_(TV_series)", "http://dbpedia.org/resource/Regular_Joe_(TV_series)", "http://dbpedia.org/resource/Relativity_(TV_series)", "http://dbpedia.org/resource/Remember_Sunday", "http://dbpedia.org/resource/Repeat_After_Me_(TV_series)", "http://dbpedia.org/resource/Revenge!", "http://dbpedia.org/resource/Revenge_(TV_series)", "http://dbpedia.org/resource/Revenge_(season_1)", "http://dbpedia.org/resource/Revenge_(season_2)", "http://dbpedia.org/resource/Revenge_(season_3)", "http://dbpedia.org/resource/Revenge_(season_4)", "http://dbpedia.org/resource/The_Colbys", "http://dbpedia.org/resource/The_Commish", "http://dbpedia.org/resource/The_Computer_Wore_Tennis_Shoes_(1995_film)", "http://dbpedia.org/resource/The_Con_(TV_series)", "http://dbpedia.org/resource/The_Conners", "http://dbpedia.org/resource/The_Court_(TV_series)", "http://dbpedia.org/resource/The_Courtship_of_Eddie's_Father", "http://dbpedia.org/resource/The_Critic", "http://dbpedia.org/resource/The_Crossing_(TV_series)", "http://dbpedia.org/resource/The_D.A._(2004_TV_series)", "http://dbpedia.org/resource/The_Dakotas_(TV_series)", "http://dbpedia.org/resource/The_Dana_Carvey_Show", "http://dbpedia.org/resource/The_Daughters_of_Joshua_Cabe", "http://dbpedia.org/resource/The_Days_(TV_series)", "http://dbpedia.org/resource/The_Deadly_Dream", "http://dbpedia.org/resource/The_Death_Squad_(film)", "http://dbpedia.org/resource/The_Deep_End_(TV_series)", "http://dbpedia.org/resource/The_Delphi_Bureau", "http://dbpedia.org/resource/The_Diary_of_Ellen_Rimbauer_(film)", "http://dbpedia.org/resource/The_Disney_Family_Singalong", "http://dbpedia.org/resource/The_Dollmaker", "http://dbpedia.org/resource/The_Donna_Summer_Special", "http://dbpedia.org/resource/The_Drew_Carey_Show", "http://dbpedia.org/resource/The_Drew_Pearson_Show", "http://dbpedia.org/resource/The_Earth_Day_Special", "http://dbpedia.org/resource/The_Easter_Bunny_Is_Comin'_to_Town", "http://dbpedia.org/resource/The_Edie_Adams_Show", "http://dbpedia.org/resource/The_Enchanted_World_of_Danny_Kaye", "http://dbpedia.org/resource/The_Evidence_(TV_series)", "http://dbpedia.org/resource/The_Ex-Wives_Club", "http://dbpedia.org/resource/The_F.B.I._(TV_series)", "http://dbpedia.org/resource/The_Facts_of_Life_Reunion", "http://dbpedia.org/resource/The_Failing_of_Raymond", "http://dbpedia.org/resource/The_Fall_Guy", "http://dbpedia.org/resource/The_Family_(2016_TV_series)", "http://dbpedia.org/resource/The_Family_Game_(game_show)", "http://dbpedia.org/resource/The_Fantastic_Miss_Piggy_Show", "http://dbpedia.org/resource/The_Fatal_Flaw:_A_Special_Edition_of_20/20", "http://dbpedia.org/resource/The_Final_Straw_(TV_series)", "http://dbpedia.org/resource/The_Fix_(2019_TV_series)", "http://dbpedia.org/resource/The_Flintstone_Kids", "http://dbpedia.org/resource/The_Fonz_and_the_Happy_Days_Gang", "http://dbpedia.org/resource/The_Forgotten_(TV_series)", "http://dbpedia.org/resource/The_Fourth_Wise_Man", "http://dbpedia.org/resource/The_Fugitive_(1963_TV_series)", "http://dbpedia.org/resource/The_Fugitive_(season_1)", "http://dbpedia.org/resource/The_Fugitive_(season_2)", "http://dbpedia.org/resource/The_Fugitive_(season_3)", "http://dbpedia.org/resource/The_Fugitive_(season_4)", "http://dbpedia.org/resource/The_Funky_Phantom", "http://dbpedia.org/resource/The_Gallant_Men", "http://dbpedia.org/resource/The_Gates_(TV_series)", "http://dbpedia.org/resource/The_Gathering_(1977_film)", "http://dbpedia.org/resource/The_Gay_Nineties_Revue", "http://dbpedia.org/resource/The_Geena_Davis_Show", "http://dbpedia.org/resource/The_Generation_Gap", "http://dbpedia.org/resource/The_Ghost_&_Mrs._Muir_(TV_series)", "http://dbpedia.org/resource/The_Girl_Most_Likely_To...", "http://dbpedia.org/resource/The_Girl_in_My_Life", "http://dbpedia.org/resource/The_Glass_House_(2012_TV_series)", "http://dbpedia.org/resource/The_Goldbergs_(2013_TV_series)", "http://dbpedia.org/resource/The_Gong_Show", "http://dbpedia.org/resource/The_Good_Doctor_(TV_series)", "http://dbpedia.org/resource/The_Goode_Family", "http://dbpedia.org/resource/The_Great_American_Baking_Show_(season_1)", "http://dbpedia.org/resource/The_Great_American_Baking_Show_(season_2)", "http://dbpedia.org/resource/The_Great_American_Baking_Show_(season_3)", "http://dbpedia.org/resource/The_Great_American_Baking_Show_(season_4)", "http://dbpedia.org/resource/The_Great_American_Baking_Show_(season_5)", "http://dbpedia.org/resource/The_Great_American_Dream_Vote", "http://dbpedia.org/resource/The_Great_Grape_Ape_Show", "http://dbpedia.org/resource/The_Green_Hornet_(TV_series)", "http://dbpedia.org/resource/The_Grinch_Grinches_the_Cat_in_the_Hat", "http://dbpedia.org/resource/The_Growing_Pains_Movie", "http://dbpedia.org/resource/The_Halloween_That_Almost_Wasn't", "http://dbpedia.org/resource/The_Halloween_Tree_(film)", "http://dbpedia.org/resource/The_Hanged_Man_(1974_film)", "http://dbpedia.org/resource/The_Hardy_Boys/Nancy_Drew_Mysteries", "http://dbpedia.org/resource/The_Hardy_Boys_(1969_TV_series)", "http://dbpedia.org/resource/The_Harvey_Korman_Show", "http://dbpedia.org/resource/The_Hathaways", "http://dbpedia.org/resource/The_Hound_of_the_Baskervilles_(1972_film)", "http://dbpedia.org/resource/The_House_That_Would_Not_Die", "http://dbpedia.org/resource/The_House_on_Garibaldi_Street", "http://dbpedia.org/resource/The_Hughleys", "http://dbpedia.org/resource/The_Hustler_(American_game_show)", "http://dbpedia.org/resource/The_Immortal_(1970_TV_series)", "http://dbpedia.org/resource/The_Incredible_Detectives", "http://dbpedia.org/resource/The_Initiation_of_Sarah", "http://dbpedia.org/resource/The_Insiders_(TV_series)", "http://dbpedia.org/resource/The_Islanders_(TV_series)", "http://dbpedia.org/resource/The_Ivory_Ape", "http://dbpedia.org/resource/The_Jackie_Thomas_Show", "http://dbpedia.org/resource/The_Jackson_5ive_(TV_series)", "http://dbpedia.org/resource/The_Jacksons:_An_American_Dream", "http://dbpedia.org/resource/The_Jeff_Foxworthy_Show", "http://dbpedia.org/resource/The_Jericho_Mile", "http://dbpedia.org/resource/The_Jetsons", "http://dbpedia.org/resource/The_Jimmy_Dean_Show", "http://dbpedia.org/resource/The_Job_(2001_TV_series)", "http://dbpedia.org/resource/The_Johnny_Cash_Show_(TV_series)", "http://dbpedia.org/resource/The_Kansas_City_Massacre", "http://dbpedia.org/resource/The_Kennedys_of_Massachusetts", "http://dbpedia.org/resource/The_Kids_Are_Alright_(TV_series)", "http://dbpedia.org/resource/The_King_Kong_Show", "http://dbpedia.org/resource/The_Kingdom_Chums:_Little_David's_Adventure", "http://dbpedia.org/resource/The_Knights_of_Prosperity", "http://dbpedia.org/resource/The_Krofft_Supershow", "http://dbpedia.org/resource/The_Krypton_Factor_(American_game_show)", "http://dbpedia.org/resource/The_Langoliers_(miniseries)", "http://dbpedia.org/resource/The_Last_Days_of_Pompeii_(miniseries)", "http://dbpedia.org/resource/The_Last_Defense", "http://dbpedia.org/resource/The_Lawrence_Welk_Show", "http://dbpedia.org/resource/The_Legend_of_Valentino", "http://dbpedia.org/resource/The_Letter_(1982_film)", "http://dbpedia.org/resource/The_Little_Clowns_of_Happytown", "http://dbpedia.org/resource/The_Little_Mermaid_Live!", "http://dbpedia.org/resource/The_Little_Rascals_(animated_TV_series)", "http://dbpedia.org/resource/The_Littles_(TV_series)", "http://dbpedia.org/resource/The_Lone_Ranger_(TV_series)", "http://dbpedia.org/resource/The_Lost_Saucer", "http://dbpedia.org/resource/The_Love_Boat", "http://dbpedia.org/resource/The_Love_Bug_(1997_film)", "http://dbpedia.org/resource/The_MacKenzies_of_Paradise_Cove", "http://dbpedia.org/resource/The_Mad,_Mad,_Mad_Comedians", "http://dbpedia.org/resource/The_Man_Who_Could_Talk_to_Kids", "http://dbpedia.org/resource/The_Man_Who_Never_Was_(TV_series)", "http://dbpedia.org/resource/The_Man_and_the_City", "http://dbpedia.org/resource/The_Mark_of_Zorro_(1974_film)", "http://dbpedia.org/resource/The_Marshal", "http://dbpedia.org/resource/The_Marshal_of_Gunsight_Pass", "http://dbpedia.org/resource/The_Middle_(TV_series)", "http://dbpedia.org/resource/The_Midnight_Hour", "http://dbpedia.org/resource/The_Mini-Munsters", "http://dbpedia.org/resource/The_Missiles_of_October", "http://dbpedia.org/resource/The_Mod_Squad", "http://dbpedia.org/resource/The_Mole_(American_TV_series)", "http://dbpedia.org/resource/The_Mole_(American_season_1)", "http://dbpedia.org/resource/The_Mole_(American_season_2)", "http://dbpedia.org/resource/The_Mole_(American_season_3)", "http://dbpedia.org/resource/The_Mole_(American_season_4)", "http://dbpedia.org/resource/The_Mole_(American_season_5)", "http://dbpedia.org/resource/The_Monchhichis/Little_Rascals/Richie_Rich_Show", "http://dbpedia.org/resource/The_Money_Maze", "http://dbpedia.org/resource/The_Monk_(1969_film)", "http://dbpedia.org/resource/The_Monroes_(1966_TV_series)", "http://dbpedia.org/resource/The_Monroes_(1995_TV_series)", "http://dbpedia.org/resource/The_Morning_After_(1974_film)", "http://dbpedia.org/resource/The_Mumbly_Cartoon_Show", "http://dbpedia.org/resource/The_Muppet_Show:_Sex_and_Violence", "http://dbpedia.org/resource/The_Muppets'_Wizard_of_Oz", "http://dbpedia.org/resource/The_Muppets_Go_to_the_Movies", "http://dbpedia.org/resource/The_Muppets_Valentine_Show", "http://dbpedia.org/resource/The_Music_Man_(2003_film)", "http://dbpedia.org/resource/The_Music_Scene_(TV_series)", "http://dbpedia.org/resource/The_Mystery_of_Natalie_Wood", "http://dbpedia.org/resource/The_Mystic_Warrior", "http://dbpedia.org/resource/The_Name's_the_Same", "http://dbpedia.org/resource/The_Nancy_Walker_Show", "http://dbpedia.org/resource/The_Nativity_(film)", "http://dbpedia.org/resource/The_Neighbors_(2012_TV_series)", "http://dbpedia.org/resource/The_Neighbors_(season_1)", "http://dbpedia.org/resource/The_Neighbors_(season_2)", "http://dbpedia.org/resource/The_New_Adventures_of_Beany_and_Cecil", "http://dbpedia.org/resource/The_New_Adventures_of_Gilligan", "http://dbpedia.org/resource/The_New_Adventures_of_Winnie_the_Pooh", "http://dbpedia.org/resource/The_New_Maverick", "http://dbpedia.org/resource/The_New_People", "http://dbpedia.org/resource/The_New_Scooby_Doo_Mysteries", "http://dbpedia.org/resource/The_Next_Best_Thing_(TV_series)", "http://dbpedia.org/resource/The_Night_Stalker_(1972_film)", "http://dbpedia.org/resource/The_Night_Strangler_(film)", "http://dbpedia.org/resource/The_Night_That_Panicked_America", "http://dbpedia.org/resource/The_Nine_(TV_series)", "http://dbpedia.org/resource/The_Norm_Show", "http://dbpedia.org/resource/The_Nurses_(TV_series)", "http://dbpedia.org/resource/The_Object_Is", "http://dbpedia.org/resource/The_Odd_Couple_(1970_TV_series)", "http://dbpedia.org/resource/The_Oddball_Couple", "http://dbpedia.org/resource/The_Old_Man_Who_Cried_Wolf", "http://dbpedia.org/resource/The_Osmonds_(TV_series)", "http://dbpedia.org/resource/The_Outer_Limits_(1963_TV_series)", "http://dbpedia.org/resource/The_Oz_Kids", "http://dbpedia.org/resource/The_Pac-Man/Little_Rascals/Richie_Rich_Show", "http://dbpedia.org/resource/The_Path_to_9/11", "http://dbpedia.org/resource/The_Paula_Poundstone_Show", "http://dbpedia.org/resource/The_Pearl_Bailey_Show", "http://dbpedia.org/resource/The_Phoenix_(1982_TV_series)", "http://dbpedia.org/resource/The_Pigeon_(1969_film)", "http://dbpedia.org/resource/The_Pink_Panther_in:_A_Pink_Christmas", "http://dbpedia.org/resource/The_Pink_Panther_in:_Olym-Pinks", "http://dbpedia.org/resource/The_Pink_Panther_in:_Pink_at_First_Sight", "http://dbpedia.org/resource/The_Pirate_(1978_film)", "http://dbpedia.org/resource/The_Point!", "http://dbpedia.org/resource/The_Practice", "http://dbpedia.org/resource/The_Price_Is_Right_(1956_American_game_show)", "http://dbpedia.org/resource/The_Proposal_(American_TV_series)", "http://dbpedia.org/resource/The_Pruitts_of_Southampton", "http://dbpedia.org/resource/The_Puppy's_Further_Adventures", "http://dbpedia.org/resource/The_Pursuit_of_Happiness_(1987_TV_series)", "http://dbpedia.org/resource/The_Queen_Family_Singalong", "http://dbpedia.org/resource/The_Rainbow_Warrior_(film)", "http://dbpedia.org/resource/The_Rat_Patrol", "http://dbpedia.org/resource/The_Real_McCoys", "http://dbpedia.org/resource/The_Real_O'Neals", "http://dbpedia.org/resource/The_Real_Roseanne_Show", "http://dbpedia.org/resource/The_Rear_Guard", "http://dbpedia.org/resource/The_Rebel_(American_TV_series)", "http://dbpedia.org/resource/The_Reel_Game", "http://dbpedia.org/resource/The_Renegades_(TV_series)", "http://dbpedia.org/resource/The_Return_of_the_King_(1980_film)", "http://dbpedia.org/resource/The_Return_of_the_Shaggy_Dog", "http://dbpedia.org/resource/The_Revolution_(TV_program)", "http://dbpedia.org/resource/The_Richie_Rich/Scooby-Doo_Show", "http://dbpedia.org/resource/The_Rise_and_Fall_of_the_Third_Reich", "http://dbpedia.org/resource/The_River_(American_TV_series)", "http://dbpedia.org/resource/The_Rookie_(TV_series)", "http://dbpedia.org/resource/The_Rootie_Kazootie_Club", "http://dbpedia.org/resource/The_Ropers", "http://dbpedia.org/resource/The_Rounders_(TV_series)", "http://dbpedia.org/resource/The_Roy_Rogers_and_Dale_Evans_Show", "http://dbpedia.org/resource/The_Ruggles", "http://dbpedia.org/resource/The_Scholar_(TV_series)", "http://dbpedia.org/resource/The_Scooby-Doo/Dynomutt_Hour", "http://dbpedia.org/resource/The_Scooby-Doo_Show", "http://dbpedia.org/resource/The_Scooby_&_Scrappy-Doo/Puppy_Hour", "http://dbpedia.org/resource/The_Screaming_Woman", "http://dbpedia.org/resource/The_Secret_Lives_of_Men", "http://dbpedia.org/resource/The_Secret_Millionaire", "http://dbpedia.org/resource/The_Secret_World_of_Og_(film)", "http://dbpedia.org/resource/The_Shaggy_Dog_(1994_film)", "http://dbpedia.org/resource/The_Shining_(miniseries)", "http://dbpedia.org/resource/The_Six_Million_Dollar_Man", "http://dbpedia.org/resource/The_Slap_Maxwell_Story", "http://dbpedia.org/resource/The_Smith_Family_(TV_series)", "http://dbpedia.org/resource/The_Sonny_Comedy_Revue", "http://dbpedia.org/resource/The_Spy_Killer", "http://dbpedia.org/resource/The_Stand_(1994_miniseries)", "http://dbpedia.org/resource/The_Steve_Allen_Show", "http://dbpedia.org/resource/The_Story_of_Diana", "http://dbpedia.org/resource/The_Story_of_Frozen:_Making_a_Disney_Animated_Classic", "http://dbpedia.org/resource/The_Stranger_Who_Looks_Like_Me", "http://dbpedia.org/resource/The_Streets_of_San_Francisco", "http://dbpedia.org/resource/The_Super_Powers_Team:_Galactic_Guardians", "http://dbpedia.org/resource/The_Surrogate_(1995_film)", "http://dbpedia.org/resource/The_Taking_of_Pelham_One_Two_Three_(1998_film)", "http://dbpedia.org/resource/The_Tammy_Grimes_Show", "http://dbpedia.org/resource/The_Texas_Wheelers", "http://dbpedia.org/resource/The_Thin_Blue_Line_(1966_film)", "http://dbpedia.org/resource/The_Third_Girl_from_the_Left", "http://dbpedia.org/resource/The_Thorn_Birds_(miniseries)", "http://dbpedia.org/resource/The_Thorns_(TV_series)", "http://dbpedia.org/resource/The_Three_Stooges_(2000_film)", "http://dbpedia.org/resource/The_Time_Tunnel", "http://dbpedia.org/resource/The_Tom_and_Jerry_Show_(1975_TV_series)", "http://dbpedia.org/resource/The_Tony_Randall_Show", "http://dbpedia.org/resource/The_Toy_Box", "http://dbpedia.org/resource/The_Trackers_(film)", "http://dbpedia.org/resource/The_Trial_of_Lee_Harvey_Oswald_(1977_film)", "http://dbpedia.org/resource/The_Trouble_with_Miss_Switch", "http://dbpedia.org/resource/The_Trouble_with_Normal_(TV_series)", "http://dbpedia.org/resource/The_Turn_of_the_Screw_(1974_film)", "http://dbpedia.org/resource/The_Tycoon_(TV_series)", "http://dbpedia.org/resource/The_Ugliest_Girl_in_Town", "http://dbpedia.org/resource/The_Ultimate_Surfer", "http://dbpedia.org/resource/The_Uncle_Al_Show", "http://dbpedia.org/resource/The_United_States_Steel_Hour", "http://dbpedia.org/resource/The_Unusuals", "http://dbpedia.org/resource/The_Vise_(1955_TV_series)", "http://dbpedia.org/resource/The_Walter_Winchell_File", "http://dbpedia.org/resource/The_Wave_(1981_film)", "http://dbpedia.org/resource/The_Wayne_Brady_Show", "http://dbpedia.org/resource/The_West_Point_Story_(TV_series)", "http://dbpedia.org/resource/The_Whereabouts_of_Jenny", "http://dbpedia.org/resource/The_Wind_in_the_Willows_(1987_film)", "http://dbpedia.org/resource/The_Winds_of_War_(miniseries)", "http://dbpedia.org/resource/The_Wizard_of_Oz_(TV_series)", "http://dbpedia.org/resource/The_Women_of_Brewster_Place_(miniseries)", "http://dbpedia.org/resource/The_Wonder_Years", "http://dbpedia.org/resource/The_Wonder_Years_(2021_TV_series)", "http://dbpedia.org/resource/The_Wonder_Years_(season_1)", "http://dbpedia.org/resource/The_Wonder_Years_(season_2)", "http://dbpedia.org/resource/The_Wonder_Years_(season_3)", "http://dbpedia.org/resource/The_Wonder_Years_(season_4)", "http://dbpedia.org/resource/The_Wonder_Years_(season_5)", "http://dbpedia.org/resource/The_Wonder_Years_(season_6)", "http://dbpedia.org/resource/The_Woody_Woodpecker_Show", "http://dbpedia.org/resource/The_World's_Greatest_SuperFriends", "http://dbpedia.org/resource/The_Year_Without_a_Santa_Claus", "http://dbpedia.org/resource/The_Young_Country", "http://dbpedia.org/resource/The_Young_Marrieds", "http://dbpedia.org/resource/The_Young_Pioneers_(miniseries)", "http://dbpedia.org/resource/The_Young_Rebels", "http://dbpedia.org/resource/The_Young_Riders", "http://dbpedia.org/resource/Their_Eyes_Were_Watching_God_(film)", "http://dbpedia.org/resource/Then_Came_You_(TV_series)", "http://dbpedia.org/resource/1997_Brickyard_400", "http://dbpedia.org/resource/1998_Brickyard_400", "http://dbpedia.org/resource/1999_Brickyard_400", "http://dbpedia.org/resource/1999_DieHard_500", "http://dbpedia.org/resource/20/20_(American_TV_program)", "http://dbpedia.org/resource/2000_Brickyard_400", "http://dbpedia.org/resource/2007_Country_Music_Association_Awards", "http://dbpedia.org/resource/2007_Ford_400", "http://dbpedia.org/resource/1970_NBA_All-Star_Game", "http://dbpedia.org/resource/2022_ESPY_Awards", "http://dbpedia.org/resource/21_Hours_at_Munich", "http://dbpedia.org/resource/240-Robert", "http://dbpedia.org/resource/27th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/30th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/31st_Primetime_Emmy_Awards", "http://dbpedia.org/resource/33rd_Daytime_Emmy_Awards", "http://dbpedia.org/resource/34th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/35th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/45th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/46th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/48th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/500_Questions", "http://dbpedia.org/resource/52nd_Academy_Awards", "http://dbpedia.org/resource/52nd_Primetime_Emmy_Awards", "http://dbpedia.org/resource/56th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/60th_Academy_Awards", "http://dbpedia.org/resource/60th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/666_Park_Avenue", "http://dbpedia.org/resource/68th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/72nd_Primetime_Emmy_Awards", "http://dbpedia.org/resource/77_Sunset_Strip", "http://dbpedia.org/resource/81st_Academy_Awards", "http://dbpedia.org/resource/84th_Academy_Awards", "http://dbpedia.org/resource/89th_Academy_Awards", "http://dbpedia.org/resource/8_Simple_Rules", "http://dbpedia.org/resource/8_Simple_Rules_(season_1)", "http://dbpedia.org/resource/90th_Academy_Awards", "http://dbpedia.org/resource/91st_Academy_Awards", "http://dbpedia.org/resource/92nd_Academy_Awards", "http://dbpedia.org/resource/93rd_Academy_Awards", "http://dbpedia.org/resource/A.E.S._Hudson_Street", "http://dbpedia.org/resource/A.T.F.", "http://dbpedia.org/resource/A.k.a._Pablo", "http://dbpedia.org/resource/ABC's_Nightlife", "http://dbpedia.org/resource/ABC's_Wide_World_of_Entertainment", "http://dbpedia.org/resource/ABC_2000_Today", "http://dbpedia.org/resource/ABC_Afterschool_Special", "http://dbpedia.org/resource/ABC_Barn_Dance", "http://dbpedia.org/resource/ABC_Funfit", "http://dbpedia.org/resource/ABC_Mystery_Theater", "http://dbpedia.org/resource/ABC_Olympic_broadcasts", "http://dbpedia.org/resource/ABC_Saturday_Movie_of_the_Week", "http://dbpedia.org/resource/ABC_Stage_67", "http://dbpedia.org/resource/ABC_Television_Players", "http://dbpedia.org/resource/ABC_Theater", "http://dbpedia.org/resource/ABC_Weekend_Special", "http://dbpedia.org/resource/ABC_World_News_Tonight", "http://dbpedia.org/resource/ALMA_Award", "http://dbpedia.org/resource/AM_America", "http://dbpedia.org/resource/No_Place_to_Run_(film)", "http://dbpedia.org/resource/No_Time_for_Sergeants", "http://dbpedia.org/resource/Nobody's_Perfect_(American_TV_series)", "http://dbpedia.org/resource/North_and_South_(miniseries)", "http://dbpedia.org/resource/Notes_from_the_Underbelly", "http://dbpedia.org/resource/Notorious_(2016_TV_series)", "http://dbpedia.org/resource/Number_Please_(game_show)", "http://dbpedia.org/resource/O._J._Simpson:_Juice_on_the_Loose", "http://dbpedia.org/resource/October_Road_(TV_series)", "http://dbpedia.org/resource/2018_ESPY_Awards", "http://dbpedia.org/resource/2019_ESPY_Awards", "http://dbpedia.org/resource/2021_ESPY_Awards", "http://dbpedia.org/resource/Civil_Wars_(TV_series)", "http://dbpedia.org/resource/Claim_to_Fame_(TV_series)", "http://dbpedia.org/resource/Cleopatra_(miniseries)", "http://dbpedia.org/resource/Clerks:_The_Animated_Series", "http://dbpedia.org/resource/Clueless_(TV_series)", "http://dbpedia.org/resource/Coach_(TV_series)", "http://dbpedia.org/resource/Colt_.45_(TV_series)", "http://dbpedia.org/resource/Columbo", "http://dbpedia.org/resource/Columbo_(season_10)", "http://dbpedia.org/resource/Columbo_(season_8)", "http://dbpedia.org/resource/Columbo_(season_9)", "http://dbpedia.org/resource/Combat!", "http://dbpedia.org/resource/Come_On_Get_Happy:_The_Partridge_Family_Story", "http://dbpedia.org/resource/Commander_in_Chief_(TV_series)", "http://dbpedia.org/resource/Complete_Savages", "http://dbpedia.org/resource/Condo_(TV_series)", "http://dbpedia.org/resource/Conflict_(American_TV_series)", "http://dbpedia.org/resource/Congratulations,_It's_a_Boy!", "http://dbpedia.org/resource/Consenting_Adult_(film)", "http://dbpedia.org/resource/Cop_Rock", "http://dbpedia.org/resource/American_Music_Awards_of_1975", "http://dbpedia.org/resource/American_Music_Awards_of_1976", "http://dbpedia.org/resource/American_Music_Awards_of_1977", "http://dbpedia.org/resource/American_Music_Awards_of_1978", "http://dbpedia.org/resource/American_Music_Awards_of_1979", "http://dbpedia.org/resource/American_Music_Awards_of_1980", "http://dbpedia.org/resource/American_Music_Awards_of_1981", "http://dbpedia.org/resource/American_Music_Awards_of_1982", "http://dbpedia.org/resource/American_Music_Awards_of_1983", "http://dbpedia.org/resource/American_Music_Awards_of_1984", "http://dbpedia.org/resource/American_Music_Awards_of_1985", "http://dbpedia.org/resource/American_Music_Awards_of_1986", "http://dbpedia.org/resource/American_Music_Awards_of_1990", "http://dbpedia.org/resource/American_Music_Awards_of_1991", "http://dbpedia.org/resource/American_Music_Awards_of_1993", "http://dbpedia.org/resource/American_Music_Awards_of_1994", "http://dbpedia.org/resource/American_Music_Awards_of_1996", "http://dbpedia.org/resource/American_Music_Awards_of_1997", "http://dbpedia.org/resource/American_Music_Awards_of_1999", "http://dbpedia.org/resource/American_Music_Awards_of_2000", "http://dbpedia.org/resource/American_Music_Awards_of_2001", "http://dbpedia.org/resource/American_Music_Awards_of_2002", "http://dbpedia.org/resource/American_Music_Awards_of_2003_(January)", "http://dbpedia.org/resource/American_Music_Awards_of_2004", "http://dbpedia.org/resource/American_Music_Awards_of_2006", "http://dbpedia.org/resource/American_Music_Awards_of_2007", "http://dbpedia.org/resource/American_Music_Awards_of_2008", "http://dbpedia.org/resource/American_Music_Awards_of_2009", "http://dbpedia.org/resource/American_Music_Awards_of_2010", "http://dbpedia.org/resource/American_Music_Awards_of_2011", "http://dbpedia.org/resource/American_Music_Awards_of_2012", "http://dbpedia.org/resource/American_Music_Awards_of_2013", "http://dbpedia.org/resource/American_Music_Awards_of_2015", "http://dbpedia.org/resource/American_Music_Awards_of_2016", "http://dbpedia.org/resource/Jonny_Quest_(TV_series)", "http://dbpedia.org/resource/Santa_Claus_Is_Comin'_to_Town_(film)", "http://dbpedia.org/resource/Satan's_School_for_Girls_(1973_film)", "http://dbpedia.org/resource/Satan's_School_for_Girls_(2000_film)", "http://dbpedia.org/resource/Satan's_Triangle", "http://dbpedia.org/resource/Saturday_Night_Football", "http://dbpedia.org/resource/Saturday_Night_Live_with_Howard_Cosell", "http://dbpedia.org/resource/Savages_(1974_film)", "http://dbpedia.org/resource/Save_My_Life:_Boston_Trauma", "http://dbpedia.org/resource/Say_Goodbye,_Maggie_Cole", "http://dbpedia.org/resource/Scandal_(TV_series)", "http://dbpedia.org/resource/Scandal_(season_1)", "http://dbpedia.org/resource/Scandal_(season_2)", "http://dbpedia.org/resource/Scandal_(season_3)", "http://dbpedia.org/resource/Scandal_(season_4)", "http://dbpedia.org/resource/Scandal_(season_5)", "http://dbpedia.org/resource/Scandal_(season_6)", "http://dbpedia.org/resource/Scandal_(season_7)", "http://dbpedia.org/resource/Scary_Scooby_Funnies", "http://dbpedia.org/resource/Schooled_(TV_series)", "http://dbpedia.org/resource/Schoolhouse_Rock!", "http://dbpedia.org/resource/Scooby's_All-Star_Laff-A-Lympics", "http://dbpedia.org/resource/Scooby's_Mystery_Funhouse", "http://dbpedia.org/resource/Scooby-Doo_and_Scrappy-Doo_(1979_TV_series)", "http://dbpedia.org/resource/Scooby-Doo_and_Scrappy-Doo_(1980_TV_series)", "http://dbpedia.org/resource/Scooby_Goes_Hollywood", "http://dbpedia.org/resource/Scotland_Yard_(film_series)", "http://dbpedia.org/resource/Scoundrels_(TV_series)", "http://dbpedia.org/resource/Scream,_Pretty_Peggy", "http://dbpedia.org/resource/Scrubs_(season_8)", "http://dbpedia.org/resource/Scrubs_(season_9)", "http://dbpedia.org/resource/Scruffy_(1980_film)", "http://dbpedia.org/resource/Search_for_the_Gods", "http://dbpedia.org/resource/Second_Chance_(game_show)", "http://dbpedia.org/resource/Second_Noah", "http://dbpedia.org/resource/Secrets_and_Lies_(American_TV_series)", "http://dbpedia.org/resource/Selma,_Lord,_Selma", "http://dbpedia.org/resource/1948_NFL_Championship_Game", "http://dbpedia.org/resource/Baby_Makes_Five", "http://dbpedia.org/resource/Bachelor_Pad", "http://dbpedia.org/resource/Bachelor_in_Paradise:_After_Paradise", "http://dbpedia.org/resource/Bachelor_in_Paradise_(American_TV_series)", "http://dbpedia.org/resource/Bachelor_in_Paradise_(American_season_1)", "http://dbpedia.org/resource/Bachelor_in_Paradise_(American_season_2)", "http://dbpedia.org/resource/Bachelor_in_Paradise_(American_season_3)", "http://dbpedia.org/resource/Bachelor_in_Paradise_(American_season_4)", "http://dbpedia.org/resource/Bachelor_in_Paradise_(American_season_5)", "http://dbpedia.org/resource/Bachelor_in_Paradise_(American_season_6)", "http://dbpedia.org/resource/Bachelor_in_Paradise_(American_season_7)", "http://dbpedia.org/resource/Bachelor_in_Paradise_(American_season_8)", "http://dbpedia.org/resource/Back_That_Fact", "http://dbpedia.org/resource/Back_in_the_Game_(2013_TV_series)", "http://dbpedia.org/resource/Backfield_in_Motion_(film)", "http://dbpedia.org/resource/Bad_Ronald", "http://dbpedia.org/resource/Ball_Boys", "http://dbpedia.org/resource/Barbara_Walters'_10_Most_Fascinating_People", "http://dbpedia.org/resource/Baretta", "http://dbpedia.org/resource/Barney_Miller", "http://dbpedia.org/resource/Barney_Miller_(season_1)", "http://dbpedia.org/resource/Barney_Miller_(season_2)", "http://dbpedia.org/resource/Barney_Miller_(season_3)", "http://dbpedia.org/resource/Barney_Miller_(season_4)", "http://dbpedia.org/resource/Barney_Miller_(season_5)", "http://dbpedia.org/resource/Barney_Miller_(season_6)", "http://dbpedia.org/resource/Barney_Miller_(season_7)", "http://dbpedia.org/resource/Barney_Miller_(season_8)", "http://dbpedia.org/resource/BattleBots_(season_6)", "http://dbpedia.org/resource/BattleBots_(season_7)", "http://dbpedia.org/resource/Inhumans_(TV_series)", "http://dbpedia.org/resource/Inside_the_Third_Reich_(film)", "http://dbpedia.org/resource/International_Airport_(film)", "http://dbpedia.org/resource/Intimate_Strangers_(1977_film)", "http://dbpedia.org/resource/Into_Thin_Air:_Death_on_Everest", "http://dbpedia.org/resource/Invasion_(2005_TV_series)", "http://dbpedia.org/resource/Invitation_to_Hell_(1984_film)", "http://dbpedia.org/resource/It's_All_Relative", "http://dbpedia.org/resource/It's_Like,_You_Know...", "http://dbpedia.org/resource/It's_Not_Easy", "http://dbpedia.org/resource/It_(miniseries)", "http://dbpedia.org/resource/It_Happened_One_Christmas", "http://dbpedia.org/resource/It_Takes_Two_(American_TV_series)", "http://dbpedia.org/resource/It_Takes_a_Thief_(1968_TV_series)", "http://dbpedia.org/resource/Jabberjaw", "http://dbpedia.org/resource/Jack's_Place_(TV_series)", "http://dbpedia.org/resource/Miss_Guided", "http://dbpedia.org/resource/Miss_Switch_to_the_Rescue", "http://dbpedia.org/resource/Missing_(American_TV_series)", "http://dbpedia.org/resource/Missing_Links_(game_show)", "http://dbpedia.org/resource/Missing_Persons_(TV_series)", "http://dbpedia.org/resource/Mission:_Impossible_(1988_TV_series)", "http://dbpedia.org/resource/Mission:_Magic!", "http://dbpedia.org/resource/Mistresses_(American_TV_series)", "http://dbpedia.org/resource/Mistresses_(American_season_1)", "http://dbpedia.org/resource/Mistresses_(American_season_2)", "http://dbpedia.org/resource/Mistresses_(American_season_3)", "http://dbpedia.org/resource/Mistresses_(American_season_4)", "http://dbpedia.org/resource/Mixed-ish", "http://dbpedia.org/resource/Model_Behavior", "http://dbpedia.org/resource/Modern_Family", "http://dbpedia.org/resource/Modern_Family_(season_10)", "http://dbpedia.org/resource/Modern_Family_(season_11)", "http://dbpedia.org/resource/Modern_Family_(season_2)", "http://dbpedia.org/resource/Modern_Family_(season_3)", "http://dbpedia.org/resource/Modern_Family_(season_4)", "http://dbpedia.org/resource/Modern_Family_(season_5)", "http://dbpedia.org/resource/Modern_Family_(season_6)", "http://dbpedia.org/resource/Modern_Family_(season_7)", "http://dbpedia.org/resource/Modern_Family_(season_8)", "http://dbpedia.org/resource/Modern_Family_(season_9)", "http://dbpedia.org/resource/Monchhichis_(TV_series)", "http://dbpedia.org/resource/Monday_Night_Football", "http://dbpedia.org/resource/Money_Talks_News", "http://dbpedia.org/resource/Monopoly_(game_show)", "http://dbpedia.org/resource/Moon_Over_Miami_(TV_series)", "http://dbpedia.org/resource/Moonlighting_(TV_series)", "http://dbpedia.org/resource/More_in_Common_(TV_series)", "http://dbpedia.org/resource/Mork_&_Mindy/Laverne_&_Shirley/Fonz_Hour", "http://dbpedia.org/resource/Mr._Belvedere", "http://dbpedia.org/resource/Mr._Deeds_Goes_to_Town_(TV_series)", "http://dbpedia.org/resource/Mr._St._Nick", "http://dbpedia.org/resource/Mr._Sunshine_(2011_TV_series)", "http://dbpedia.org/resource/Murder_One_(TV_series)", "http://dbpedia.org/resource/Murder_on_Flight_502", "http://dbpedia.org/resource/Murphy's_Law_(American_TV_series)", "http://dbpedia.org/resource/My_Date_with_the_President's_Daughter", "http://dbpedia.org/resource/My_Diet_Is_Better_Than_Yours", "http://dbpedia.org/resource/My_Generation_(TV_series)", "http://dbpedia.org/resource/My_Kind_of_Town_(TV_series)", "http://dbpedia.org/resource/My_Life_and_Times", "http://dbpedia.org/resource/My_Pet_Monster", "http://dbpedia.org/resource/My_So-Called_Life", "http://dbpedia.org/resource/My_Wife_and_Kids", "http://dbpedia.org/resource/Mysteries_of_Chinatown", "http://dbpedia.org/resource/NASCAR_in_Primetime", "http://dbpedia.org/resource/NBA_Saturday_Primetime", "http://dbpedia.org/resource/NBA_on_ABC", "http://dbpedia.org/resource/NFL_on_ABC", "http://dbpedia.org/resource/NHL_Game_of_the_Week", "http://dbpedia.org/resource/NHL_on_ABC", "http://dbpedia.org/resource/NYPD_Blue", "http://dbpedia.org/resource/NYPD_Blue_(season_1)", "http://dbpedia.org/resource/NYPD_Blue_(season_10)", "http://dbpedia.org/resource/NYPD_Blue_(season_11)", "http://dbpedia.org/resource/NYPD_Blue_(season_12)", "http://dbpedia.org/resource/NYPD_Blue_(season_2)", "http://dbpedia.org/resource/NYPD_Blue_(season_3)", "http://dbpedia.org/resource/NYPD_Blue_(season_4)", "http://dbpedia.org/resource/NYPD_Blue_(season_5)", "http://dbpedia.org/resource/NYPD_Blue_(season_6)", "http://dbpedia.org/resource/NYPD_Blue_(season_7)", "http://dbpedia.org/resource/NYPD_Blue_(season_8)", "http://dbpedia.org/resource/NYPD_Blue_(season_9)", "http://dbpedia.org/resource/Naked_City_(TV_series)", "http://dbpedia.org/resource/Nancy_Drew_(2002_film)", "http://dbpedia.org/resource/Nanny_and_the_Professor", "http://dbpedia.org/resource/Napoleon_and_Josephine:_A_Love_Story", "http://dbpedia.org/resource/Nashville_(season_1)", "http://dbpedia.org/resource/Nashville_(season_2)", "http://dbpedia.org/resource/Nashville_(season_3)", "http://dbpedia.org/resource/Nashville_(season_4)", "http://dbpedia.org/resource/Top_Cat", "http://dbpedia.org/resource/Tower_of_Terror_(1997_film)", "http://dbpedia.org/resource/Toy_Story_That_Time_Forgot", "http://dbpedia.org/resource/Toy_Story_of_Terror!", "http://dbpedia.org/resource/Trapped_(1973_film)", "http://dbpedia.org/resource/Trauma_Center_(TV_series)", "http://dbpedia.org/resource/Traveler_(American_TV_series)", "http://dbpedia.org/resource/Treasury_Men_in_Action", "http://dbpedia.org/resource/Tribes_(film)", "http://dbpedia.org/resource/Trilogy_of_Terror", "http://dbpedia.org/resource/Trivia_Trap", "http://dbpedia.org/resource/Trophy_Wife_(TV_series)", "http://dbpedia.org/resource/True_Beauty_(American_TV_series)", "http://dbpedia.org/resource/True_Beauty_(season_1)", "http://dbpedia.org/resource/True_Beauty_(season_2)", "http://dbpedia.org/resource/Trump_Unauthorized", "http://dbpedia.org/resource/Turbo_Teen", "http://dbpedia.org/resource/Turn-On", "http://dbpedia.org/resource/Turning_Point_(TV_program)", "http://dbpedia.org/resource/Two_of_a_Kind_(American_TV_series)", "http://dbpedia.org/resource/1976_National_500", "http://dbpedia.org/resource/1984_Firecracker_400", "http://dbpedia.org/resource/1986_Firecracker_400", "http://dbpedia.org/resource/1994_Brickyard_400", "http://dbpedia.org/resource/A_Charlie_Brown_Valentine", "http://dbpedia.org/resource/A_Cold_Night's_Death", "http://dbpedia.org/resource/A_Fine_Romance_(1989_TV_series)", "http://dbpedia.org/resource/A_Flame_in_the_Wind", "http://dbpedia.org/resource/A_Flintstone_Family_Christmas", "http://dbpedia.org/resource/A_Flintstones_Christmas_Carol", "http://dbpedia.org/resource/A_Little_Game_(1971_film)", "http://dbpedia.org/resource/A_Loss_of_Innocence", "http://dbpedia.org/resource/A_Man_Called_Hawk", "http://dbpedia.org/resource/A_Man_Called_Shenandoah", "http://dbpedia.org/resource/A_Million_Little_Things", "http://dbpedia.org/resource/A_Muppet_Family_Christmas", "http://dbpedia.org/resource/A_Pup_Named_Scooby-Doo", "http://dbpedia.org/resource/A_Question_of_Love", "http://dbpedia.org/resource/A_Raisin_in_the_Sun_(2008_film)", "http://dbpedia.org/resource/A_Saintly_Switch", "http://dbpedia.org/resource/A_Salute_to_the_Beatles:_Once_upon_a_Time", "http://dbpedia.org/resource/A_Smile_as_Big_as_the_Moon", "http://dbpedia.org/resource/A_Taste_of_Evil", "http://dbpedia.org/resource/A_Thousand_Heroes", "http://dbpedia.org/resource/A_Touch_of_Grace", "http://dbpedia.org/resource/A_Tour_of_the_White_House_with_Mrs._John_F._Kennedy", "http://dbpedia.org/resource/A_Vacation_in_Hell", "http://dbpedia.org/resource/A_Very_Boy_Band_Holiday", "http://dbpedia.org/resource/A_Whale_for_the_Killing", "http://dbpedia.org/resource/A_Whole_New_Ballgame", "http://dbpedia.org/resource/A_Wrinkle_in_Time_(2003_film)", "http://dbpedia.org/resource/Abbott_Elementary", "http://dbpedia.org/resource/About_Faces", "http://dbpedia.org/resource/According_to_Jim", "http://dbpedia.org/resource/Accused_(1958_TV_series)", "http://dbpedia.org/resource/Actors_Studio_(TV_series)", "http://dbpedia.org/resource/Adam's_Rib_(TV_series)", "http://dbpedia.org/resource/Adventures_in_Paradise_(TV_series)", "http://dbpedia.org/resource/Agent_Carter_(TV_series)", "http://dbpedia.org/resource/Agent_Carter_(season_1)", "http://dbpedia.org/resource/Agent_Carter_(season_2)", "http://dbpedia.org/resource/Agents_of_S.H.I.E.L.D.", "http://dbpedia.org/resource/Agents_of_S.H.I.E.L.D._(season_1)", "http://dbpedia.org/resource/Agents_of_S.H.I.E.L.D._(season_2)", "http://dbpedia.org/resource/Agents_of_S.H.I.E.L.D._(season_3)", "http://dbpedia.org/resource/Agents_of_S.H.I.E.L.D._(season_4)", "http://dbpedia.org/resource/Agents_of_S.H.I.E.L.D._(season_5)", "http://dbpedia.org/resource/Agents_of_S.H.I.E.L.D._(season_6)", "http://dbpedia.org/resource/Agents_of_S.H.I.E.L.D._(season_7)", "http://dbpedia.org/resource/Bump_in_the_Night_(TV_series)", "http://dbpedia.org/resource/But_I_Don't_Want_to_Get_Married!", "http://dbpedia.org/resource/C-16:_FBI", "http://dbpedia.org/resource/Cadets_(1988_TV_pilot)", "http://dbpedia.org/resource/Call_Me_Anna", "http://dbpedia.org/resource/Call_Your_Mother", "http://dbpedia.org/resource/Calvin_and_the_Colonel", "http://dbpedia.org/resource/Cavemen_(TV_series)", "http://dbpedia.org/resource/Center_Stage_(TV_series)", "http://dbpedia.org/resource/Challenge_of_the_Superfriends", "http://dbpedia.org/resource/Challenger_(1990_film)", "http://dbpedia.org/resource/Champs_(TV_series)", "http://dbpedia.org/resource/Chance_of_a_Lifetime_(TV_series)", "http://dbpedia.org/resource/Charles_&_Diana:_A_Royal_Love_Story", "http://dbpedia.org/resource/Charlie's_Angels", "http://dbpedia.org/resource/Charlie's_Angels_(2011_TV_series)", "http://dbpedia.org/resource/Charlie_Brown's_Christmas_Tales", "http://dbpedia.org/resource/Charlie_Grace_(TV_series)", "http://dbpedia.org/resource/Cher..._Special", "http://dbpedia.org/resource/Cheyenne_(TV_series)", "http://dbpedia.org/resource/Child_Support_(game_show)", "http://dbpedia.org/resource/China_Beach", "http://dbpedia.org/resource/Chopper_One", "http://dbpedia.org/resource/Christine_Cromwell", "http://dbpedia.org/resource/Christmas_Comes_to_Pac-Land", "http://dbpedia.org/resource/Christmas_in_Conway", "http://dbpedia.org/resource/Christmas_with_Holly", "http://dbpedia.org/resource/Cinderella_(1997_film)", "http://dbpedia.org/resource/Steve_Harvey's_Funderdome", "http://dbpedia.org/resource/Stick_Around_(TV_pilot)", "http://dbpedia.org/resource/Still_Star-Crossed", "http://dbpedia.org/resource/Stone_(TV_series)", "http://dbpedia.org/resource/Stop_the_Music_(American_game_show)", "http://dbpedia.org/resource/Storm_of_the_Century", "http://dbpedia.org/resource/Strange_New_World_(film)", "http://dbpedia.org/resource/Strange_World_(TV_series)", "http://dbpedia.org/resource/Street_Hawk", "http://dbpedia.org/resource/Street_Sharks", "http://dbpedia.org/resource/Strike_Force_(TV_series)", "http://dbpedia.org/resource/Student_Exchange", "http://dbpedia.org/resource/Stumptown_(TV_series)", "http://dbpedia.org/resource/Suburgatory", "http://dbpedia.org/resource/Sugar_Time!", "http://dbpedia.org/resource/Sugarfoot", "http://dbpedia.org/resource/Summer_Solstice_(1981_film)", "http://dbpedia.org/resource/Sunday_Afternoon_Baseball", "http://dbpedia.org/resource/Sunday_Drive_(film)", "http://dbpedia.org/resource/Sunset_Beat", "http://dbpedia.org/resource/Super_Friends", "http://dbpedia.org/resource/Super_Friends:_The_Legendary_Super_Powers_Show", "http://dbpedia.org/resource/Super_Friends_(1973_TV_series)", "http://dbpedia.org/resource/Super_Friends_(1980_TV_series)", "http://dbpedia.org/resource/Superdome_(film)", "http://dbpedia.org/resource/Superhuman_Samurai_Syber-Squad", "http://dbpedia.org/resource/Supermarket_Sweep", "http://dbpedia.org/resource/Superstar_(American_TV_series)", "http://dbpedia.org/resource/Surfside_6", "http://dbpedia.org/resource/Surviving_Suburbia", "http://dbpedia.org/resource/Sweet_Hostage", "http://dbpedia.org/resource/Swing_Vote_(1999_film)", "http://dbpedia.org/resource/Switching_Goals", "http://dbpedia.org/resource/2008_Country_Music_Association_Awards", "http://dbpedia.org/resource/2008_Dickies_500", "http://dbpedia.org/resource/2008_Ford_400", "http://dbpedia.org/resource/2009_AMP_Energy_500", "http://dbpedia.org/resource/2009_Country_Music_Association_Awards", "http://dbpedia.org/resource/2009_Dickies_500", "http://dbpedia.org/resource/2009_Ford_400", "http://dbpedia.org/resource/2009_NASCAR_Banking_500_only_from_Bank_of_America", "http://dbpedia.org/resource/2009_Pepsi_500", "http://dbpedia.org/resource/2009_Price_Chopper_400", "http://dbpedia.org/resource/2010_Air_Guard_400", "http://dbpedia.org/resource/2010_Bank_of_America_500", "http://dbpedia.org/resource/2010_Country_Music_Association_Awards", "http://dbpedia.org/resource/2010_Irwin_Tools_Night_Race", "http://dbpedia.org/resource/2011_Bank_of_America_500", "http://dbpedia.org/resource/2011_Billboard_Music_Awards", "http://dbpedia.org/resource/2011_Country_Music_Association_Awards", "http://dbpedia.org/resource/2012_Aaron's_312", "http://dbpedia.org/resource/2012_Bank_of_America_500", "http://dbpedia.org/resource/2012_Billboard_Music_Awards", "http://dbpedia.org/resource/2012_Country_Music_Association_Awards", "http://dbpedia.org/resource/2013_Aaron's_312", "http://dbpedia.org/resource/2013_Alliance_Truck_Parts_250", "http://dbpedia.org/resource/2013_Billboard_Music_Awards", "http://dbpedia.org/resource/2013_CNBC_Prime's_The_Profit_200", "http://dbpedia.org/resource/2013_Country_Music_Association_Awards", "http://dbpedia.org/resource/2013_History_300", "http://dbpedia.org/resource/2013_Zippo_200_at_The_Glen", "http://dbpedia.org/resource/53rd_Academy_Awards", "http://dbpedia.org/resource/53rd_Annual_Country_Music_Association_Awards", "http://dbpedia.org/resource/54th_Academy_Awards", "http://dbpedia.org/resource/55th_Academy_Awards", "http://dbpedia.org/resource/55th_Annual_Country_Music_Association_Awards", "http://dbpedia.org/resource/56th_Academy_Awards", "http://dbpedia.org/resource/56th_Annual_Country_Music_Association_Awards", "http://dbpedia.org/resource/57th_Academy_Awards", "http://dbpedia.org/resource/58th_Academy_Awards", "http://dbpedia.org/resource/59th_Academy_Awards", "http://dbpedia.org/resource/5th_Annual_Grammy_Awards", "http://dbpedia.org/resource/61st_Academy_Awards", "http://dbpedia.org/resource/62nd_Academy_Awards", "http://dbpedia.org/resource/63rd_Academy_Awards", "http://dbpedia.org/resource/64th_Academy_Awards", "http://dbpedia.org/resource/64th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/65th_Academy_Awards", "http://dbpedia.org/resource/66th_Academy_Awards", "http://dbpedia.org/resource/67th_Academy_Awards", "http://dbpedia.org/resource/68th_Academy_Awards", "http://dbpedia.org/resource/69th_Academy_Awards", "http://dbpedia.org/resource/70th_Academy_Awards", "http://dbpedia.org/resource/71st_Academy_Awards", "http://dbpedia.org/resource/72nd_Academy_Awards", "http://dbpedia.org/resource/73rd_Academy_Awards", "http://dbpedia.org/resource/74th_Academy_Awards", "http://dbpedia.org/resource/75th_Academy_Awards", "http://dbpedia.org/resource/76th_Academy_Awards", "http://dbpedia.org/resource/77th_Academy_Awards", "http://dbpedia.org/resource/78th_Academy_Awards", "http://dbpedia.org/resource/79th_Academy_Awards", "http://dbpedia.org/resource/80th_Academy_Awards", "http://dbpedia.org/resource/82nd_Academy_Awards", "http://dbpedia.org/resource/83rd_Academy_Awards", "http://dbpedia.org/resource/85th_Academy_Awards", "http://dbpedia.org/resource/86th_Academy_Awards", "http://dbpedia.org/resource/87th_Academy_Awards", "http://dbpedia.org/resource/88th_Academy_Awards", "http://dbpedia.org/resource/8th_ALMA_Awards", "http://dbpedia.org/resource/8th_Annual_Grammy_Awards", "http://dbpedia.org/resource/8th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/94th_Academy_Awards", "http://dbpedia.org/resource/95th_Academy_Awards", "http://dbpedia.org/resource/9th_ALMA_Awards", "http://dbpedia.org/resource/9th_Annual_Grammy_Awards", "http://dbpedia.org/resource/Academy_of_Country_Music_Awards", "http://dbpedia.org/resource/Capitol_Critters", "http://dbpedia.org/resource/Captain_Caveman_and_the_Teen_Angels", "http://dbpedia.org/resource/Caravan_of_Courage:_An_Ewok_Adventure", "http://dbpedia.org/resource/Card_Sharks", "http://dbpedia.org/resource/Caribe_(American_TV_series)", "http://dbpedia.org/resource/Carpoolers", "http://dbpedia.org/resource/Cartoon_All-Stars_to_the_Rescue", "http://dbpedia.org/resource/Cartoon_Teletales", "http://dbpedia.org/resource/Caryl_&_Marilyn:_Real_Friends", "http://dbpedia.org/resource/Casablanca_(1955_TV_series)", "http://dbpedia.org/resource/Cashmere_Mafia", "http://dbpedia.org/resource/Casino_(1980_film)", "http://dbpedia.org/resource/Castaways_(TV_series)", "http://dbpedia.org/resource/Castle_(TV_series)", "http://dbpedia.org/resource/Castle_(season_1)", "http://dbpedia.org/resource/Castle_(season_2)", "http://dbpedia.org/resource/Castle_(season_3)", "http://dbpedia.org/resource/Castle_(season_4)", "http://dbpedia.org/resource/Castle_(season_5)", "http://dbpedia.org/resource/Castle_(season_6)", "http://dbpedia.org/resource/Castle_(season_7)", "http://dbpedia.org/resource/Castle_(season_8)", "http://dbpedia.org/resource/Hit_Lady", "http://dbpedia.org/resource/Holey_Moley", "http://dbpedia.org/resource/Hollyrock-a-Bye_Baby", "http://dbpedia.org/resource/Hollywood_Beat", "http://dbpedia.org/resource/Holmes_&_Yoyo", "http://dbpedia.org/resource/Home_(1988_TV_program)", "http://dbpedia.org/resource/Home_Alone_4:_Taking_Back_the_House", "http://dbpedia.org/resource/Home_Economics_(TV_series)", "http://dbpedia.org/resource/Home_Free_(1993_TV_series)", "http://dbpedia.org/resource/Home_Improvement_(TV_series)", "http://dbpedia.org/resource/Home_for_the_Holidays_(1972_film)", "http://dbpedia.org/resource/Homefront_(American_TV_series)", "http://dbpedia.org/resource/Homeland_Security_USA", "http://dbpedia.org/resource/Honey_West_(TV_series)", "http://dbpedia.org/resource/Honeymoon_with_a_Stranger", "http://dbpedia.org/resource/Hong_Kong_Phooey", "http://dbpedia.org/resource/Hooperman", "http://dbpedia.org/resource/Hootenanny_(TV_series)", "http://dbpedia.org/resource/Hope_&_Faith", "http://dbpedia.org/resource/Hope_&_Faith_(season_1)", "http://dbpedia.org/resource/Hot_Properties_(TV_series)", "http://dbpedia.org/resource/Hot_Seat_(game_show)", "http://dbpedia.org/resource/Hot_Wheels_(TV_series)", "http://dbpedia.org/resource/Hot_l_Baltimore", "http://dbpedia.org/resource/Hotel_(American_TV_series)", "http://dbpedia.org/resource/Hothouse_(TV_series)", "http://dbpedia.org/resource/Houston_Medical", "http://dbpedia.org/resource/How's_Your_Mother-in-Law%3F", "http://dbpedia.org/resource/How_Awful_About_Allan", "http://dbpedia.org/resource/How_the_West_Was_Fun", "http://dbpedia.org/resource/How_the_West_Was_Won_(TV_series)", "http://dbpedia.org/resource/How_to_Get_Away_with_Murder_(season_1)", "http://dbpedia.org/resource/How_to_Get_Away_with_Murder_(season_2)", "http://dbpedia.org/resource/How_to_Get_Away_with_Murder_(season_3)", "http://dbpedia.org/resource/How_to_Get_Away_with_Murder_(season_4)", "http://dbpedia.org/resource/How_to_Get_Away_with_Murder_(season_5)", "http://dbpedia.org/resource/How_to_Get_Away_with_Murder_(season_6)", "http://dbpedia.org/resource/How_to_Live_with_Your_Parents_(For_the_Rest_of_Your_Life)", "http://dbpedia.org/resource/How_to_Pick_Up_Girls!", "http://dbpedia.org/resource/Huckleberry_Finn_(1975_film)", "http://dbpedia.org/resource/Human_Target_(1992_TV_series)", "http://dbpedia.org/resource/Lady_Blue_(TV_series)", "http://dbpedia.org/resource/Land_of_the_Giants", "http://dbpedia.org/resource/Land_of_the_Lost_(1991_TV_series)", "http://dbpedia.org/resource/Lassie's_Rescue_Rangers", "http://dbpedia.org/resource/Last_Man_Standing_(American_TV_series)", "http://dbpedia.org/resource/Last_Resort_(TV_series)", "http://dbpedia.org/resource/Laughs_For_Sale", "http://dbpedia.org/resource/Laverne_&_Shirley", "http://dbpedia.org/resource/Laverne_&_Shirley_(season_1)", "http://dbpedia.org/resource/Laverne_&_Shirley_(season_2)", "http://dbpedia.org/resource/Laverne_&_Shirley_(season_3)", "http://dbpedia.org/resource/Laverne_&_Shirley_(season_4)", "http://dbpedia.org/resource/Laverne_&_Shirley_(season_5)", "http://dbpedia.org/resource/Laverne_&_Shirley_(season_6)", "http://dbpedia.org/resource/Laverne_&_Shirley_(season_7)", "http://dbpedia.org/resource/Laverne_&_Shirley_(season_8)", "http://dbpedia.org/resource/Leave_It_to_Beaver_(season_2)", "http://dbpedia.org/resource/Leave_It_to_Beaver_(season_3)", "http://dbpedia.org/resource/Leave_It_to_Beaver_(season_4)", "http://dbpedia.org/resource/Leave_It_to_Beaver_(season_5)", "http://dbpedia.org/resource/Leave_It_to_Beaver_(season_6)", "http://dbpedia.org/resource/Leave_It_to_the_Girls", "http://dbpedia.org/resource/Leaving_L.A.", "http://dbpedia.org/resource/2014_Billboard_Music_Awards", "http://dbpedia.org/resource/2014_Blue_Jeans_Go_Green_200", "http://dbpedia.org/resource/2014_Country_Music_Association_Awards", "http://dbpedia.org/resource/2014_History_300", "http://dbpedia.org/resource/2014_Irwin_Tools_Night_Race", "http://dbpedia.org/resource/2015_Billboard_Music_Awards", "http://dbpedia.org/resource/2015_ESPY_Awards", "http://dbpedia.org/resource/2016_Billboard_Music_Awards", "http://dbpedia.org/resource/2016_ESPY_Awards", "http://dbpedia.org/resource/2017_Billboard_Music_Awards", "http://dbpedia.org/resource/2017_ESPY_Awards", "http://dbpedia.org/resource/Doc_Elliot", "http://dbpedia.org/resource/Dog_and_Cat", "http://dbpedia.org/resource/Dollar_a_Second", "http://dbpedia.org/resource/Dolly_(1987_TV_series)", "http://dbpedia.org/resource/Don't_(game_show)", "http://dbpedia.org/resource/Don't_Trust_the_B----_in_Apartment_23", "http://dbpedia.org/resource/Donny_&_Marie_(1976_TV_series)", "http://dbpedia.org/resource/Doogie_Howser,_M.D.", "http://dbpedia.org/resource/Doorways", "http://dbpedia.org/resource/Dot_Comedy", "http://dbpedia.org/resource/Double,_Double,_Toil_and_Trouble", "http://dbpedia.org/resource/Double_Indemnity_(1973_film)", "http://dbpedia.org/resource/Double_Platinum_(film)", "http://dbpedia.org/resource/Doug_(TV_series)", "http://dbpedia.org/resource/Down_You_Go", "http://dbpedia.org/resource/Downward_Dog_(TV_series)", "http://dbpedia.org/resource/Dr._Cook's_Garden", "http://dbpedia.org/resource/Dr._Shrinker", "http://dbpedia.org/resource/Dragnet_(franchise)", "http://dbpedia.org/resource/Dragon's_Lair_(TV_series)", "http://dbpedia.org/resource/Dreamkeeper", "http://dbpedia.org/resource/Duel_(1971_film)", "http://dbpedia.org/resource/Duel_(American_game_show)", "http://dbpedia.org/resource/Dumb_and_Dumber_(TV_series)", "http://dbpedia.org/resource/Dying_Room_Only", "http://dbpedia.org/resource/Dynasty:_The_Making_of_a_Guilty_Pleasure", "http://dbpedia.org/resource/Dynasty_(1981_TV_series)", "http://dbpedia.org/resource/Dynasty_(1981_TV_series,_season_1)", "http://dbpedia.org/resource/Dynasty_(1981_TV_series,_season_2)", "http://dbpedia.org/resource/Dynasty_(1981_TV_series,_season_3)", "http://dbpedia.org/resource/Dynasty_(1981_TV_series,_season_4)", "http://dbpedia.org/resource/Dynasty_(1981_TV_series,_season_5)", "http://dbpedia.org/resource/Dynasty_(1981_TV_series,_season_6)", "http://dbpedia.org/resource/Dynasty_(1981_TV_series,_season_7)", "http://dbpedia.org/resource/Dynasty_(1981_TV_series,_season_8)", "http://dbpedia.org/resource/Dynasty_(1981_TV_series,_season_9)", "http://dbpedia.org/resource/Dynomutt,_Dog_Wonder", "http://dbpedia.org/resource/Sinatra_\u2013_The_Main_Event_(TV_program)", "http://dbpedia.org/resource/Single_Parents_(TV_series)", "http://dbpedia.org/resource/Sirens_(1993_TV_series)", "http://dbpedia.org/resource/Sister,_Sister_(TV_series)", "http://dbpedia.org/resource/Six_Degrees_(TV_series)", "http://dbpedia.org/resource/Sky_King", "http://dbpedia.org/resource/Snatched_(1973_film)", "http://dbpedia.org/resource/Snoops_(1999_TV_series)", "http://dbpedia.org/resource/Snow_(2004_film)", "http://dbpedia.org/resource/Snow_White:_The_Fairest_of_Them_All", "http://dbpedia.org/resource/So_You_Want_to_Lead_a_Band", "http://dbpedia.org/resource/Soap_(TV_series)", "http://dbpedia.org/resource/Something_So_Right_(TV_series)", "http://dbpedia.org/resource/Somewhere_Between_(TV_series)", "http://dbpedia.org/resource/Sons_&_Daughters_(2006_TV_series)", "http://dbpedia.org/resource/Soul_Man_(TV_series)", "http://dbpedia.org/resource/Soul_of_a_Nation", "http://dbpedia.org/resource/South_Pacific_(2001_film)", "http://dbpedia.org/resource/19th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/1st_Annual_Grammy_Awards", "http://dbpedia.org/resource/24th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/25th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/25th_Tony_Awards", "http://dbpedia.org/resource/26th_Tony_Awards", "http://dbpedia.org/resource/27th_Tony_Awards", "http://dbpedia.org/resource/28th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/28th_Tony_Awards", "http://dbpedia.org/resource/29th_Tony_Awards", "http://dbpedia.org/resource/2nd_Daytime_Emmy_Awards", "http://dbpedia.org/resource/30th_Tony_Awards", "http://dbpedia.org/resource/31st_Tony_Awards", "http://dbpedia.org/resource/33rd_Academy_Awards", "http://dbpedia.org/resource/34th_Academy_Awards", "http://dbpedia.org/resource/35th_Academy_Awards", "http://dbpedia.org/resource/36th_Academy_Awards", "http://dbpedia.org/resource/37th_Academy_Awards", "http://dbpedia.org/resource/37th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/38th_Academy_Awards", "http://dbpedia.org/resource/39th_Academy_Awards", "http://dbpedia.org/resource/3rd_Annual_Grammy_Awards", "http://dbpedia.org/resource/40th_Academy_Awards", "http://dbpedia.org/resource/41st_Academy_Awards", "http://dbpedia.org/resource/42nd_Academy_Awards", "http://dbpedia.org/resource/48th_Academy_Awards", "http://dbpedia.org/resource/49th_Academy_Awards", "http://dbpedia.org/resource/50th_Academy_Awards", "http://dbpedia.org/resource/50th_Grey_Cup", "http://dbpedia.org/resource/51st_Academy_Awards", "http://dbpedia.org/resource/52nd_Annual_Country_Music_Association_Awards", "http://dbpedia.org/resource/Cougar_Town_(season_1)", "http://dbpedia.org/resource/Cougar_Town_(season_2)", "http://dbpedia.org/resource/Cougar_Town_(season_3)", "http://dbpedia.org/resource/Cowboy_in_Africa", "http://dbpedia.org/resource/Cracker_(American_TV_series)", "http://dbpedia.org/resource/Crash_Course_(game_show)", "http://dbpedia.org/resource/Creature_(miniseries)", "http://dbpedia.org/resource/Crime_with_Father", "http://dbpedia.org/resource/Cristela", "http://dbpedia.org/resource/Cro_(TV_series)", "http://dbpedia.org/resource/Crossroads_(1992_TV_series)", "http://dbpedia.org/resource/Crowhaven_Farm", "http://dbpedia.org/resource/Crowned_and_Dangerous", "http://dbpedia.org/resource/Cruise_Into_Terror", "http://dbpedia.org/resource/Crumbs_(TV_series)", "http://dbpedia.org/resource/Cry_Panic", "http://dbpedia.org/resource/Cupid_(1998_TV_series)", "http://dbpedia.org/resource/Cupid_(2009_TV_series)", "http://dbpedia.org/resource/Curiosity_Shop", "http://dbpedia.org/resource/Curtain_Call_(American_TV_series)", "http://dbpedia.org/resource/Custer_(TV_series)", "http://dbpedia.org/resource/Cycling_on_ABC", "http://dbpedia.org/resource/Dads_(1986_TV_series)", "http://dbpedia.org/resource/Grace_Kelly_(film)", "http://dbpedia.org/resource/Grace_Under_Fire", "http://dbpedia.org/resource/Grammy_Awards", "http://dbpedia.org/resource/Grand_Hotel_(TV_series)", "http://dbpedia.org/resource/Greatest_Hits_(TV_series)", "http://dbpedia.org/resource/Grey's_Anatomy", "http://dbpedia.org/resource/Grey's_Anatomy_(season_1)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_10)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_11)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_12)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_13)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_14)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_15)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_16)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_17)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_18)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_19)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_2)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_3)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_4)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_5)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_6)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_7)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_8)", "http://dbpedia.org/resource/Grey's_Anatomy_(season_9)", "http://dbpedia.org/resource/Growing_Pains", "http://dbpedia.org/resource/Growing_Pains:_Return_of_the_Seavers", "http://dbpedia.org/resource/Gruen_Playhouse", "http://dbpedia.org/resource/Gung_Ho_(TV_series)", "http://dbpedia.org/resource/H.E.L.P.", "http://dbpedia.org/resource/He's_a_Bully,_Charlie_Brown", "http://dbpedia.org/resource/He's_the_Mayor", "http://dbpedia.org/resource/Head_of_the_Class", "http://dbpedia.org/resource/HeartBeat_(1988_TV_series)", "http://dbpedia.org/resource/Heart_of_the_City_(TV_series)", "http://dbpedia.org/resource/Heartsounds", "http://dbpedia.org/resource/Heathcliff_(1980_TV_series)", "http://dbpedia.org/resource/Help_Me_Help_You_(TV_series)", "http://dbpedia.org/resource/Hercules_and_the_Princess_of_Troy", "http://dbpedia.org/resource/Here_Come_the_Double_Deckers", "http://dbpedia.org/resource/Here_Come_the_Newlyweds", "http://dbpedia.org/resource/Here_Comes_Peter_Cottontail", "http://dbpedia.org/resource/Here_We_Go_Again_(1973_TV_series)", "http://dbpedia.org/resource/High_Incident", "http://dbpedia.org/resource/High_School_Musical:_Get_in_the_Picture", "http://dbpedia.org/resource/Hijack_(1973_film)", "http://dbpedia.org/resource/Hiller_and_Diller", "http://dbpedia.org/resource/MDs_(TV_series)", "http://dbpedia.org/resource/MGM_Parade", "http://dbpedia.org/resource/MLS_on_ESPN", "http://dbpedia.org/resource/MacGruder_and_Loud", "http://dbpedia.org/resource/MacGyver_(1985_TV_series)", "http://dbpedia.org/resource/MacGyver_(1985_TV_series,_season_1)", "http://dbpedia.org/resource/MacGyver_(1985_TV_series,_season_2)", "http://dbpedia.org/resource/MacGyver_(1985_TV_series,_season_3)", "http://dbpedia.org/resource/MacGyver_(1985_TV_series,_season_4)", "http://dbpedia.org/resource/MacGyver_(1985_TV_series,_season_5)", "http://dbpedia.org/resource/MacGyver_(1985_TV_series,_season_6)", "http://dbpedia.org/resource/MacGyver_(1985_TV_series,_season_7)", "http://dbpedia.org/resource/Mad_Mad_Mad_Monsters", "http://dbpedia.org/resource/Madeline_(TV_series)", "http://dbpedia.org/resource/Madigan_Men", "http://dbpedia.org/resource/Maggie_(1981_American_TV_series)", "http://dbpedia.org/resource/Major_League_Baseball_on_ABC", "http://dbpedia.org/resource/Make_That_Spare", "http://dbpedia.org/resource/Makin'_It_(TV_series)", "http://dbpedia.org/resource/Making_the_Band", "http://dbpedia.org/resource/Malibu_U", "http://dbpedia.org/resource/Mama_Rosa", "http://dbpedia.org/resource/Man_Up!", "http://dbpedia.org/resource/Rhyme_and_Reason_(game_show)", "http://dbpedia.org/resource/Rich_Man,_Poor_Man_(miniseries)", "http://dbpedia.org/resource/Rich_Man,_Poor_Man_Book_II", "http://dbpedia.org/resource/Richie_Rich_(1980_TV_series)", "http://dbpedia.org/resource/Rickety_Rocket", "http://dbpedia.org/resource/Ripley's_Believe_It_or_Not!_(1982_TV_series)", "http://dbpedia.org/resource/Rising_Star_(American_TV_series)", "http://dbpedia.org/resource/Rock_Hudson_(film)", "http://dbpedia.org/resource/Rocky_Mountain_Holiday", "http://dbpedia.org/resource/Rodney_(TV_series)", "http://dbpedia.org/resource/Rolling_Man", "http://dbpedia.org/resource/Fol-de-Rol", "http://dbpedia.org/resource/World_Bowl_'91", "http://dbpedia.org/resource/Everybody's_Talking", "http://dbpedia.org/resource/Ewoks:_The_Battle_for_Endor", "http://dbpedia.org/resource/Ewoks_(TV_series)", "http://dbpedia.org/resource/Extreme_(1995_TV_series)", "http://dbpedia.org/resource/Extreme_Makeover:_Home_Edition", "http://dbpedia.org/resource/Extreme_Makeover:_Home_Edition_(season_1)", "http://dbpedia.org/resource/Extreme_Makeover:_Home_Edition_(season_2)", "http://dbpedia.org/resource/Extreme_Makeover:_Home_Edition_(season_3)", "http://dbpedia.org/resource/Extreme_Makeover:_Home_Edition_(season_4)", "http://dbpedia.org/resource/Extreme_Makeover:_Home_Edition_(season_5)", "http://dbpedia.org/resource/Extreme_Makeover:_Home_Edition_(season_6)", "http://dbpedia.org/resource/Extreme_Makeover:_Home_Edition_(season_7)", "http://dbpedia.org/resource/Extreme_Makeover:_Home_Edition_(season_8)", "http://dbpedia.org/resource/Extreme_Makeover:_Home_Edition_(season_9)", "http://dbpedia.org/resource/Eye_to_Eye_(American_TV_series)", "http://dbpedia.org/resource/Eyes_(TV_series)", "http://dbpedia.org/resource/Fame,_Fortune_and_Romance", "http://dbpedia.org/resource/Family_(1976_TV_series)", "http://dbpedia.org/resource/Family_Food_Fight_(American_TV_series)", "http://dbpedia.org/resource/Family_Matters_(season_1)", "http://dbpedia.org/resource/Family_Matters_(season_2)", "http://dbpedia.org/resource/Family_Matters_(season_3)", "http://dbpedia.org/resource/Family_Matters_(season_4)", "http://dbpedia.org/resource/Fangface", "http://dbpedia.org/resource/Fantastic_Four_(1967_TV_series)", "http://dbpedia.org/resource/Fantasy_Island", "http://dbpedia.org/resource/Fantasy_Island_(1998_TV_series)", "http://dbpedia.org/resource/Fast_Cars_and_Superstars:_The_Gillette_Young_Guns_Celebrity_Race", "http://dbpedia.org/resource/Fat_March", "http://dbpedia.org/resource/Father_Dowling_Mysteries", "http://dbpedia.org/resource/Fight_of_the_Week", "http://dbpedia.org/resource/Fillmore!", "http://dbpedia.org/resource/Firehouse_(TV_series)", "http://dbpedia.org/resource/Firelight_(2012_film)", "http://dbpedia.org/resource/FlashForward", "http://dbpedia.org/resource/Flash_Gordon_(1996_TV_series)", "http://dbpedia.org/resource/Fluppy_Dogs", "http://dbpedia.org/resource/Follow_the_Sun_(TV_series)", "http://dbpedia.org/resource/Jeopardy!_National_College_Championship", "http://dbpedia.org/resource/Jeopardy!_The_Greatest_of_All_Time", "http://dbpedia.org/resource/Jimmy_Kimmel_Live!", "http://dbpedia.org/resource/John_Denver_and_the_Muppets:_A_Christmas_Together", "http://dbpedia.org/resource/Legs_(film)", "http://dbpedia.org/resource/Less_than_Perfect", "http://dbpedia.org/resource/Let's_See_(1955_TV_series)", "http://dbpedia.org/resource/Let_the_World_See", "http://dbpedia.org/resource/Letters_from_Three_Lovers", "http://dbpedia.org/resource/Lidsville", "http://dbpedia.org/resource/Life's_Work", "http://dbpedia.org/resource/Life-Size", "http://dbpedia.org/resource/Life_Goes_On_(TV_series)", "http://dbpedia.org/resource/Life_as_We_Know_It_(TV_series)", "http://dbpedia.org/resource/Life_on_Mars_(American_TV_series)", "http://dbpedia.org/resource/Life_with_Bonnie", "http://dbpedia.org/resource/Life_with_Judy_Garland:_Me_and_My_Shadows", "http://dbpedia.org/resource/Life_with_Lucy", "http://dbpedia.org/resource/Line_of_Fire_(2003_TV_series)", "http://dbpedia.org/resource/Linus_the_Lionhearted", "http://dbpedia.org/resource/List_of_9_to_5_episodes", "http://dbpedia.org/resource/List_of_BattleBots_episodes", "http://dbpedia.org/resource/List_of_Beetlejuice_episodes", "http://dbpedia.org/resource/National_Bingo_Night_(American_game_show)", "http://dbpedia.org/resource/Nestor,_the_Long-Eared_Christmas_Donkey", "http://dbpedia.org/resource/New_Kids_on_the_Block_(TV_series)", "http://dbpedia.org/resource/News_Gal", "http://dbpedia.org/resource/Night_Stalker_(TV_series)", "http://dbpedia.org/resource/Nightline", "http://dbpedia.org/resource/Nightmare_Ned", "http://dbpedia.org/resource/Nightmare_in_Badham_County", "http://dbpedia.org/resource/Pearl_(miniseries)", "http://dbpedia.org/resource/Penny_to_a_Million", "http://dbpedia.org/resource/Perfect_Strangers_(TV_series)", "http://dbpedia.org/resource/Peter_Jennings_Reporting", "http://dbpedia.org/resource/Peter_and_the_Wolf_(TV_special)", "http://dbpedia.org/resource/Phenom_(TV_series)", "http://dbpedia.org/resource/Philip_Marlowe_(TV_series)", "http://dbpedia.org/resource/Philly_(TV_series)", "http://dbpedia.org/resource/Private_Practice_(season_1)", "http://dbpedia.org/resource/Private_Practice_(season_2)", "http://dbpedia.org/resource/Private_Practice_(season_3)", "http://dbpedia.org/resource/Private_Practice_(season_4)", "http://dbpedia.org/resource/Private_Practice_(season_5)", "http://dbpedia.org/resource/Private_Practice_(season_6)", "http://dbpedia.org/resource/Probe_(1988_TV_series)", "http://dbpedia.org/resource/Project_ALF", "http://dbpedia.org/resource/Pros_and_Cons_(TV_series)", "http://dbpedia.org/resource/Pursuit_(1972_American_film)", "http://dbpedia.org/resource/Push_(TV_series)", "http://dbpedia.org/resource/Pushing_Daisies", "http://dbpedia.org/resource/Pyramid_(game_show)", "http://dbpedia.org/resource/QB_VII_(miniseries)", "http://dbpedia.org/resource/Quantico_(TV_series)", "http://dbpedia.org/resource/Quantico_(season_1)", "http://dbpedia.org/resource/Quantico_(season_2)", "http://dbpedia.org/resource/Quantico_(season_3)", "http://dbpedia.org/resource/Quarantined_(film)", "http://dbpedia.org/resource/Queen_for_a_Day", "http://dbpedia.org/resource/Queens_(American_TV_series)", "http://dbpedia.org/resource/These_Old_Broads", "http://dbpedia.org/resource/Thirtysomething", "http://dbpedia.org/resource/This_House_Possessed", "http://dbpedia.org/resource/This_Is_Tom_Jones", "http://dbpedia.org/resource/This_Week_(American_TV_program)", "http://dbpedia.org/resource/Threat_Matrix", "http://dbpedia.org/resource/Three's_Company", "http://dbpedia.org/resource/Three's_a_Crowd", "http://dbpedia.org/resource/Three's_a_Crowd_(1969_film)", "http://dbpedia.org/resource/Thundarr_the_Barbarian", "http://dbpedia.org/resource/Thursday_Night_Baseball", "http://dbpedia.org/resource/Tidal_Wave:_No_Escape", "http://dbpedia.org/resource/Time_Machine_Chefs", "http://dbpedia.org/resource/Time_for_Timer", "http://dbpedia.org/resource/Titanic_(2012_TV_series)", "http://dbpedia.org/resource/To_Grandmother's_House_We_Go", "http://dbpedia.org/resource/Willie_Mays_and_the_Say-Hey_Kid", "http://dbpedia.org/resource/Wolf_Rock_TV", "http://dbpedia.org/resource/Women's_Murder_Club_(TV_series)", "http://dbpedia.org/resource/Women_of_the_Movement", "http://dbpedia.org/resource/Wonder_Woman_(1974_film)", "http://dbpedia.org/resource/Wonderbug", "http://dbpedia.org/resource/Wonderland_(American_TV_series)", "http://dbpedia.org/resource/World's_Funniest_Videos", "http://dbpedia.org/resource/World_News_Now", "http://dbpedia.org/resource/ESPN_College_Basketball_on_ABC", "http://dbpedia.org/resource/ESPN_College_Football_on_ABC", "http://dbpedia.org/resource/ESPN_Sports_Saturday", "http://dbpedia.org/resource/Earth_2100", "http://dbpedia.org/resource/Earth_II", "http://dbpedia.org/resource/Eastwick_(TV_series)", "http://dbpedia.org/resource/Eleanor_and_Franklin_(miniseries)", "http://dbpedia.org/resource/Electra_Woman_and_Dyna_Girl", "http://dbpedia.org/resource/Eli_Stone", "http://dbpedia.org/resource/Ellen_(TV_series)", "http://dbpedia.org/resource/Ellen_(season_1)", "http://dbpedia.org/resource/Ellen_(season_2)", "http://dbpedia.org/resource/Ellen_(season_3)", "http://dbpedia.org/resource/Ellen_(season_4)", "http://dbpedia.org/resource/Ellen_(season_5)", "http://dbpedia.org/resource/Julie_&_Carol:_Together_Again", "http://dbpedia.org/resource/Julie_Farr,_M.D.", "http://dbpedia.org/resource/Just_Our_Luck", "http://dbpedia.org/resource/Just_in_Time_(TV_series)", "http://dbpedia.org/resource/Karen_Sisco", "http://dbpedia.org/resource/Live_in_Front_of_a_Studio_Audience", "http://dbpedia.org/resource/Lois_&_Clark:_The_New_Adventures_of_Superman", "http://dbpedia.org/resource/Lois_&_Clark:_The_New_Adventures_of_Superman_(season_1)", "http://dbpedia.org/resource/Lois_&_Clark:_The_New_Adventures_of_Superman_(season_2)", "http://dbpedia.org/resource/Lois_&_Clark:_The_New_Adventures_of_Superman_(season_3)", "http://dbpedia.org/resource/Lois_&_Clark:_The_New_Adventures_of_Superman_(season_4)", "http://dbpedia.org/resource/Longstreet_(TV_series)", "http://dbpedia.org/resource/Look_What's_Happened_to_Rosemary's_Baby", "http://dbpedia.org/resource/Lost_(TV_series)", "http://dbpedia.org/resource/Lost_(season_1)", "http://dbpedia.org/resource/Lost_(season_2)", "http://dbpedia.org/resource/Lost_(season_3)", "http://dbpedia.org/resource/Lost_(season_4)", "http://dbpedia.org/resource/Lost_(season_5)", "http://dbpedia.org/resource/Lost_(season_6)", "http://dbpedia.org/resource/Love,_American_Style", "http://dbpedia.org/resource/Love_Among_Thieves", "http://dbpedia.org/resource/Love_Among_the_Ruins_(film)", "http://dbpedia.org/resource/Loving_(TV_series)", "http://dbpedia.org/resource/Lucky_7_(TV_series)", "http://dbpedia.org/resource/Lucy_Must_Be_Traded,_Charlie_Brown", "http://dbpedia.org/resource/Of_Kings_and_Prophets", "http://dbpedia.org/resource/Of_Many_Things", "http://dbpedia.org/resource/Off_the_Rack", "http://dbpedia.org/resource/Oh_Madeline", "http://dbpedia.org/resource/Ohara_(TV_series)", "http://dbpedia.org/resource/Oliver_Twist_(1997_film)", "http://dbpedia.org/resource/Oliver_and_the_Artful_Dodger", "http://dbpedia.org/resource/On_the_Air_(TV_series)", "http://dbpedia.org/resource/On_the_Rocks_(American_TV_series)", "http://dbpedia.org/resource/Onassis:_The_Richest_Man_in_the_World", "http://dbpedia.org/resource/Once_Upon_a_Mattress_(film)", "http://dbpedia.org/resource/Once_Upon_a_Time_(TV_series)", "http://dbpedia.org/resource/Once_Upon_a_Time_(season_1)", "http://dbpedia.org/resource/Once_Upon_a_Time_(season_2)", "http://dbpedia.org/resource/Once_Upon_a_Time_(season_3)", "http://dbpedia.org/resource/Once_Upon_a_Time_(season_4)", "http://dbpedia.org/resource/Once_Upon_a_Time_(season_5)", "http://dbpedia.org/resource/Once_Upon_a_Time_(season_6)", "http://dbpedia.org/resource/Once_Upon_a_Time_(season_7)", "http://dbpedia.org/resource/Once_Upon_a_Time_in_Wonderland", "http://dbpedia.org/resource/Once_Upon_a_Wheel", "http://dbpedia.org/resource/Once_a_Hero", "http://dbpedia.org/resource/Once_and_Again", "http://dbpedia.org/resource/One_Life_to_Live", "http://dbpedia.org/resource/One_in_a_Million_(American_TV_series)", "http://dbpedia.org/resource/One_of_My_Wives_Is_Missing", "http://dbpedia.org/resource/Only_with_Married_Men", "http://dbpedia.org/resource/Open_All_Night_(TV_series)", "http://dbpedia.org/resource/Open_Hearing_(American_TV_program)", "http://dbpedia.org/resource/Operation_Petticoat_(TV_series)", "http://dbpedia.org/resource/Opportunity_Knocks_(game_show)", "http://dbpedia.org/resource/Oprah's_Big_Give", "http://dbpedia.org/resource/Ordinary_Heroes_(1986_film)", "http://dbpedia.org/resource/Our_Family_Honor", "http://dbpedia.org/resource/Our_World_(1986_TV_program)", "http://dbpedia.org/resource/Out_of_the_Blue_(1979_TV_series)", "http://dbpedia.org/resource/Set_for_Life", "http://dbpedia.org/resource/Shadow_Chasers", "http://dbpedia.org/resource/Shadow_on_the_Land", "http://dbpedia.org/resource/Shaping_Up", "http://dbpedia.org/resource/Shaq's_Big_Challenge", "http://dbpedia.org/resource/Shaq_Vs.", "http://dbpedia.org/resource/Shark_Tank_(season_1)", "http://dbpedia.org/resource/Shark_Tank_(season_10)", "http://dbpedia.org/resource/Shark_Tank_(season_11)", "http://dbpedia.org/resource/Shark_Tank_(season_12)", "http://dbpedia.org/resource/Shark_Tank_(season_13)", "http://dbpedia.org/resource/Shark_Tank_(season_2)", "http://dbpedia.org/resource/Shark_Tank_(season_3)", "http://dbpedia.org/resource/Shark_Tank_(season_4)", "http://dbpedia.org/resource/Shark_Tank_(season_5)", "http://dbpedia.org/resource/Shark_Tank_(season_6)", "http://dbpedia.org/resource/Shark_Tank_(season_7)", "http://dbpedia.org/resource/Shark_Tank_(season_8)", "http://dbpedia.org/resource/Shark_Tank_(season_9)", "http://dbpedia.org/resource/She'll_Take_Romance", "http://dbpedia.org/resource/She's_in_the_Army_Now", "http://dbpedia.org/resource/Shenanigans_(game_show)", "http://dbpedia.org/resource/Shootout_in_a_One-Dog_Town", "http://dbpedia.org/resource/Show_Me_the_Money_(American_game_show)", "http://dbpedia.org/resource/Showoffs", "http://dbpedia.org/resource/Shrek_the_Halls", "http://dbpedia.org/resource/Sidekicks_(TV_series)", "http://dbpedia.org/resource/Space_Patrol_(1950_TV_series)", "http://dbpedia.org/resource/Speechless_(TV_series)", "http://dbpedia.org/resource/Spenser:_For_Hire", "http://dbpedia.org/resource/Spider-Woman_(TV_series)", "http://dbpedia.org/resource/Spin_City", "http://dbpedia.org/resource/Spin_and_Marty", "http://dbpedia.org/resource/Splash_(American_TV_series)", "http://dbpedia.org/resource/Split_Second_(game_show)", "http://dbpedia.org/resource/Splitting_Up_Together", "http://dbpedia.org/resource/Sports_Night", "http://dbpedia.org/resource/Spring_Fling!", "http://dbpedia.org/resource/Stanley,_the_Ugly_Duckling", "http://dbpedia.org/resource/Star_Wars:_Droids", "http://dbpedia.org/resource/Starsky_&_Hutch", "http://dbpedia.org/resource/Starsky_and_Hutch_on_Playboy_Island", "http://dbpedia.org/resource/Stat_(TV_series)", "http://dbpedia.org/resource/Station_19", "http://dbpedia.org/resource/Stephen_King's_Desperation", "http://dbpedia.org/resource/Big_Day", "http://dbpedia.org/resource/Big_Fan_(game_show)", "http://dbpedia.org/resource/Big_Shots_(TV_series)", "http://dbpedia.org/resource/Big_Sky_(American_TV_series)", "http://dbpedia.org/resource/Bigfoot_and_Wildboy", "http://dbpedia.org/resource/Billboard_Music_Awards", "http://dbpedia.org/resource/Birdland_(TV_series)", "http://dbpedia.org/resource/Black-ish", "http://dbpedia.org/resource/Black-ish_(season_7)", "http://dbpedia.org/resource/Black-ish_(season_8)", "http://dbpedia.org/resource/Black_Box_(TV_series)", "http://dbpedia.org/resource/Black_Water_Gold", "http://dbpedia.org/resource/Blankety_Blanks_(American_game_show)", "http://dbpedia.org/resource/Blansky's_Beauties", "http://dbpedia.org/resource/Bless_This_Mess_(TV_series)", "http://dbpedia.org/resource/Blind_Date_(American_game_show)", "http://dbpedia.org/resource/Blind_Justice_(TV_series)", "http://dbpedia.org/resource/Blondes_vs._Brunettes", "http://dbpedia.org/resource/Blood_&_Oil", "http://dbpedia.org/resource/Blue_Skies_(1994_TV_series)", "http://dbpedia.org/resource/Blue_Thunder_(TV_series)", "http://dbpedia.org/resource/Bob_Patterson_(TV_series)", "http://dbpedia.org/resource/Body_of_Proof", "http://dbpedia.org/resource/Body_of_Proof_(season_1)", "http://dbpedia.org/resource/Body_of_Proof_(season_2)", "http://dbpedia.org/resource/Body_of_Proof_(season_3)", "http://dbpedia.org/resource/Hustling_(film)", "http://dbpedia.org/resource/I'm_Dickens,_He's_Fenster", "http://dbpedia.org/resource/I'm_a_Celebrity...Get_Me_Out_of_Here!_(American_TV_series)", "http://dbpedia.org/resource/I'm_with_Her_(TV_series)", "http://dbpedia.org/resource/I-Caught", "http://dbpedia.org/resource/I_Survived_a_Japanese_Game_Show", "http://dbpedia.org/resource/I_Want_a_Dog_for_Christmas,_Charlie_Brown", "http://dbpedia.org/resource/I_Will_Fight_No_More_Forever", "http://dbpedia.org/resource/I_Yabba-Dabba_Do!", "http://dbpedia.org/resource/Ice_(1998_film)", "http://dbpedia.org/resource/Imaginary_Mary", "http://dbpedia.org/resource/In_Case_of_Emergency_(TV_series)", "http://dbpedia.org/resource/In_Concert_(American_TV_series)", "http://dbpedia.org/resource/In_Justice", "http://dbpedia.org/resource/In_My_Dreams_(film)", "http://dbpedia.org/resource/In_the_Custody_of_Strangers", "http://dbpedia.org/resource/In_the_Motherhood", "http://dbpedia.org/resource/Incident_in_San_Francisco", "http://dbpedia.org/resource/IndyCar_Series_on_ABC", "http://dbpedia.org/resource/King's_Crossing", "http://dbpedia.org/resource/King_of_the_World_(film)", "http://dbpedia.org/resource/Kingdom_Hospital", "http://dbpedia.org/resource/Kings_Row_(TV_series)", "http://dbpedia.org/resource/Kiss_of_a_Killer", "http://dbpedia.org/resource/Knightwatch", "http://dbpedia.org/resource/Kolchak:_The_Night_Stalker", "http://dbpedia.org/resource/List_of_Celebrity_Family_Feud_episodes", "http://dbpedia.org/resource/List_of_Clueless_episodes", "http://dbpedia.org/resource/List_of_Columbo_episodes", "http://dbpedia.org/resource/List_of_Cougar_Town_episodes", "http://dbpedia.org/resource/List_of_Darkwing_Duck_episodes", "http://dbpedia.org/resource/List_of_Designated_Survivor_episodes", "http://dbpedia.org/resource/List_of_Diff'rent_Strokes_episodes", "http://dbpedia.org/resource/List_of_Doug_episodes", "http://dbpedia.org/resource/List_of_Family_Matters_episodes", "http://dbpedia.org/resource/List_of_Father_Dowling_Mysteries_episodes", "http://dbpedia.org/resource/List_of_Hercules_(1998_TV_series)_episodes", "http://dbpedia.org/resource/List_of_House_of_Mouse_episodes", "http://dbpedia.org/resource/List_of_It's_a_Living_episodes", "http://dbpedia.org/resource/List_of_Last_Man_Standing_episodes", "http://dbpedia.org/resource/List_of_Lloyd_in_Space_episodes", "http://dbpedia.org/resource/List_of_Matlock_episodes", "http://dbpedia.org/resource/List_of_My_Three_Sons_episodes", "http://dbpedia.org/resource/List_of_Nashville_episodes", "http://dbpedia.org/resource/List_of_Peter_Gunn_episodes", "http://dbpedia.org/resource/List_of_Sabrina_the_Teenage_Witch_episodes", "http://dbpedia.org/resource/List_of_Schoolhouse_Rock!_episodes", "http://dbpedia.org/resource/List_of_Scooby-Doo,_Where_Are_You!_episodes", "http://dbpedia.org/resource/List_of_Scrubs_episodes", "http://dbpedia.org/resource/List_of_Sister,_Sister_episodes", "http://dbpedia.org/resource/List_of_Step_by_Step_episodes", "http://dbpedia.org/resource/List_of_Supernanny_(American_TV_series)_episodes", "http://dbpedia.org/resource/List_of_T._J._Hooker_episodes", "http://dbpedia.org/resource/List_of_Taxi_episodes", "http://dbpedia.org/resource/List_of_Teacher's_Pet_episodes", "http://dbpedia.org/resource/List_of_The_Bionic_Woman_episodes", "http://dbpedia.org/resource/List_of_The_Brady_Bunch_episodes", "http://dbpedia.org/resource/List_of_The_Critic_episodes", "http://dbpedia.org/resource/List_of_The_Danny_Thomas_Show_episodes", "http://dbpedia.org/resource/List_of_The_Ghost_&_Mrs._Muir_episodes", "http://dbpedia.org/resource/List_of_The_Hughleys_episodes", "http://dbpedia.org/resource/List_of_The_Jetsons_episodes", "http://dbpedia.org/resource/List_of_The_Naked_Truth_episodes", "http://dbpedia.org/resource/List_of_The_Real_Ghostbusters_episodes", "http://dbpedia.org/resource/List_of_The_Young_Indiana_Jones_Chronicles_episodes", "http://dbpedia.org/resource/List_of_Too_Close_for_Comfort_episodes", "http://dbpedia.org/resource/List_of_Twin_Peaks_episodes", "http://dbpedia.org/resource/List_of_Wagon_Train_episodes", "http://dbpedia.org/resource/List_of_Webster_episodes", "http://dbpedia.org/resource/List_of_Whose_Line_Is_It_Anyway%3F_(American_TV_series)_episodes", "http://dbpedia.org/resource/Little_House_on_the_Prairie_(miniseries)", "http://dbpedia.org/resource/Little_Ladies_of_the_Night", "http://dbpedia.org/resource/Little_Rosey", "http://dbpedia.org/resource/Little_Wizards", "http://dbpedia.org/resource/Mickey's_90th_Spectacular", "http://dbpedia.org/resource/Mighty_Orbots", "http://dbpedia.org/resource/Mike_Tyson:_The_Knockout", "http://dbpedia.org/resource/Mike_and_Maty", "http://dbpedia.org/resource/Mind_Games_(TV_series)", "http://dbpedia.org/resource/Miracle_Workers_(2006_TV_series)", "http://dbpedia.org/resource/Miracle_on_Ice_(1981_film)", "http://dbpedia.org/resource/Miracles_(TV_series)", "http://dbpedia.org/resource/Ozark_Jubilee", "http://dbpedia.org/resource/PGA_Tour_on_ABC", "http://dbpedia.org/resource/Pabst_Blue_Ribbon_Bouts", "http://dbpedia.org/resource/Pac-Man_(TV_series)", "http://dbpedia.org/resource/Pan_Am_(TV_series)", "http://dbpedia.org/resource/Pat_Paulsen's_Half_a_Comedy_Hour", "http://dbpedia.org/resource/Room_222", "http://dbpedia.org/resource/Room_for_One_More_(TV_series)", "http://dbpedia.org/resource/Room_for_Two_(American_TV_series)", "http://dbpedia.org/resource/Roots:_The_Gift", "http://dbpedia.org/resource/Roots:_The_Next_Generations", "http://dbpedia.org/resource/Roots_(1977_miniseries)", "http://dbpedia.org/resource/Roseanne", "http://dbpedia.org/resource/Roseanne_(season_10)", "http://dbpedia.org/resource/Rubik,_the_Amazing_Cube", "http://dbpedia.org/resource/Ryan's_Four", "http://dbpedia.org/resource/Ryan's_Hope", "http://dbpedia.org/resource/S.O.S._Titanic", "http://dbpedia.org/resource/Go/Nitro", "http://dbpedia.org/resource/Half_a_Dozen_Babies", "http://dbpedia.org/resource/NBA_Sunday_Showcase", "http://dbpedia.org/resource/Yogi's_Ark_Lark", "http://dbpedia.org/resource/Yogi's_Gang", "http://dbpedia.org/resource/You_Don't_Know_Jack_(game_show)", "http://dbpedia.org/resource/You_Wish_(TV_series)", "http://dbpedia.org/resource/Young_Pioneers_(film)", "http://dbpedia.org/resource/Yuma_(1971_film)", "http://dbpedia.org/resource/Zero_Hour_(2013_TV_series)", "http://dbpedia.org/resource/Ziggy's_Gift", "http://dbpedia.org/resource/Zorro_(1957_TV_series)", "http://dbpedia.org/resource/America's_Most_Smartest_Model", "http://dbpedia.org/resource/America's_Next_Top_Model_(season_23)", "http://dbpedia.org/resource/America's_Next_Top_Model_(season_24)", "http://dbpedia.org/resource/Daytime_Divas", "http://dbpedia.org/resource/VH1_Family_Reunion:_Love_&_Hip_Hop_Edition", "http://dbpedia.org/resource/VH1_ILL-ustrated", "http://dbpedia.org/resource/VH1_Live!", "http://dbpedia.org/resource/VH1_Storytellers", "http://dbpedia.org/resource/VH1_Top_20_Video_Countdown", "http://dbpedia.org/resource/Warning:_Parental_Advisory", "http://dbpedia.org/resource/Dice:_Undisputed", "http://dbpedia.org/resource/Al_TV", "http://dbpedia.org/resource/Behind_the_Music", "http://dbpedia.org/resource/For_the_Love_of_Ray_J", "http://dbpedia.org/resource/For_the_Love_of_Ray_J_(season_1)", "http://dbpedia.org/resource/For_the_Love_of_Ray_J_(season_2)", "http://dbpedia.org/resource/Frank_the_Entertainer_in_a_Basement_Affair", "http://dbpedia.org/resource/Free_Radio", "http://dbpedia.org/resource/T.I._&_Tiny:_Friends_&_Family_Hustle", "http://dbpedia.org/resource/T.I._&_Tiny:_The_Family_Hustle", "http://dbpedia.org/resource/Web_Junk_20", "http://dbpedia.org/resource/Where_Are_They_Now%3F_(American_TV_series)", "http://dbpedia.org/resource/Wicked_Single", "http://dbpedia.org/resource/Girls_Cruise", "http://dbpedia.org/resource/The_Bitch_Who_Stole_Christmas", "http://dbpedia.org/resource/The_Breaks_(2016_film)", "http://dbpedia.org/resource/The_Cho_Show", "http://dbpedia.org/resource/15th_Critics'_Choice_Awards", "http://dbpedia.org/resource/16th_Critics'_Choice_Awards", "http://dbpedia.org/resource/BET_Awards_2016", "http://dbpedia.org/resource/BET_Awards_2018", "http://dbpedia.org/resource/BET_Awards_2021", "http://dbpedia.org/resource/BET_Awards_2022", "http://dbpedia.org/resource/Master_of_the_Mix", "http://dbpedia.org/resource/Meat_Loaf:_To_Hell_and_Back", "http://dbpedia.org/resource/Megan_Wants_a_Millionaire", "http://dbpedia.org/resource/Real_Chance_of_Love", "http://dbpedia.org/resource/Real_Chance_of_Love_(season_1)", "http://dbpedia.org/resource/Real_Chance_of_Love_(season_2)", "http://dbpedia.org/resource/Real_and_Chance:_The_Legend_Hunters", "http://dbpedia.org/resource/Remy_&_Papoose:_Meet_the_Mackies", "http://dbpedia.org/resource/The_Drug_Years", "http://dbpedia.org/resource/The_Gossip_Game", "http://dbpedia.org/resource/The_Jenny_McCarthy_Show_(2013_talk_show)", "http://dbpedia.org/resource/The_Pickup_Artist_(TV_series)", "http://dbpedia.org/resource/The_Surreal_Life", "http://dbpedia.org/resource/The_Surreal_Life:_Fame_Games", "http://dbpedia.org/resource/The_T.O._Show", "http://dbpedia.org/resource/The_World_Series_of_Pop_Culture", "http://dbpedia.org/resource/The_X-Life", "http://dbpedia.org/resource/17th_Critics'_Choice_Awards", "http://dbpedia.org/resource/1st_Critics'_Choice_Real_TV_Awards", "http://dbpedia.org/resource/8-Track_Flashback", "http://dbpedia.org/resource/Ochocinco:_The_Ultimate_Catch", "http://dbpedia.org/resource/2018_Soul_Train_Music_Awards", "http://dbpedia.org/resource/2020_Soul_Train_Music_Awards", "http://dbpedia.org/resource/2021_Soul_Train_Music_Awards", "http://dbpedia.org/resource/Classic_Albums", "http://dbpedia.org/resource/Confessions_of_a_Teen_Idol", "http://dbpedia.org/resource/Scott_Baio_Is_45...and_Single", "http://dbpedia.org/resource/Scott_Baio_Is_46...and_Pregnant", "http://dbpedia.org/resource/BET_Awards_2019", "http://dbpedia.org/resource/Baller_Wives", "http://dbpedia.org/resource/Bands_on_the_Run", "http://dbpedia.org/resource/Barely_Famous", "http://dbpedia.org/resource/Basketball_Wives", "http://dbpedia.org/resource/Basketball_Wives_(season_1)", "http://dbpedia.org/resource/Basketball_Wives_(season_2)", "http://dbpedia.org/resource/Basketball_Wives_(season_3)", "http://dbpedia.org/resource/Basketball_Wives_(season_4)", "http://dbpedia.org/resource/Basketball_Wives_(season_5)", "http://dbpedia.org/resource/Basketball_Wives_(season_6)", "http://dbpedia.org/resource/Basketball_Wives_(season_7)", "http://dbpedia.org/resource/Basketball_Wives_(season_8)", "http://dbpedia.org/resource/Basketball_Wives_LA_(season_1)", "http://dbpedia.org/resource/Basketball_Wives_LA_(season_2)", "http://dbpedia.org/resource/Basketball_Wives_LA_(season_3)", "http://dbpedia.org/resource/Basketball_Wives_LA_(season_4)", "http://dbpedia.org/resource/Basketball_Wives_LA_(season_5)", "http://dbpedia.org/resource/Mission_Man_Band", "http://dbpedia.org/resource/Motormouth_(American_TV_program)", "http://dbpedia.org/resource/My_Fair_Brady", "http://dbpedia.org/resource/Tool_Academy_(American_TV_series)", "http://dbpedia.org/resource/Tool_Academy_(season_1)", "http://dbpedia.org/resource/Tool_Academy_(season_2)", "http://dbpedia.org/resource/Tool_Academy_(season_3)", "http://dbpedia.org/resource/Totally_Awesome", "http://dbpedia.org/resource/Tough_Love:_Co-Ed", "http://dbpedia.org/resource/Tough_Love_(season_1)", "http://dbpedia.org/resource/Tough_Love_(season_2)", "http://dbpedia.org/resource/Tough_Love_Couples", "http://dbpedia.org/resource/Tough_Love_Miami", "http://dbpedia.org/resource/Tough_Love_New_Orleans", "http://dbpedia.org/resource/Twinning_(TV_series)", "http://dbpedia.org/resource/Two_of_Us_(2000_film)", "http://dbpedia.org/resource/A_Diva's_Christmas_Carol", "http://dbpedia.org/resource/Acceptable.TV", "http://dbpedia.org/resource/Celebracadabra", "http://dbpedia.org/resource/Celebrity_Fit_Club_(American_TV_series)", "http://dbpedia.org/resource/Celebrity_Paranormal_Project", "http://dbpedia.org/resource/Celebrity_Rehab_Presents_Sober_House", "http://dbpedia.org/resource/Celebrity_Rehab_with_Dr._Drew", "http://dbpedia.org/resource/Charm_School_(TV_series)", "http://dbpedia.org/resource/Charm_School_with_Ricki_Lake", "http://dbpedia.org/resource/Chrissy_&_Mr._Jones", "http://dbpedia.org/resource/Stevie_J_&_Joseline:_Go_Hollywood", "http://dbpedia.org/resource/Stevie_TV", "http://dbpedia.org/resource/Strange_Love", "http://dbpedia.org/resource/Supergroup_(TV_series)", "http://dbpedia.org/resource/Cartel_Crew", "http://dbpedia.org/resource/Hollywood_Exes", "http://dbpedia.org/resource/La_La's_Full_Court_Wedding", "http://dbpedia.org/resource/Leave_It_to_Stevie", "http://dbpedia.org/resource/Drew_Pinsky", "http://dbpedia.org/resource/Drumline:_A_New_Beat", "http://dbpedia.org/resource/CrazySexyCool:_The_TLC_Story", "http://dbpedia.org/resource/Dad_Camp", "http://dbpedia.org/resource/Daisy_of_Love", "http://dbpedia.org/resource/MTV_Classic_(American_TV_channel)", "http://dbpedia.org/resource/Rock_of_Love:_Charm_School", "http://dbpedia.org/resource/Rock_of_Love_Bus_with_Bret_Michaels", "http://dbpedia.org/resource/Rock_of_Love_with_Bret_Michaels", "http://dbpedia.org/resource/Rock_of_Love_with_Bret_Michaels_(season_1)", "http://dbpedia.org/resource/Rock_of_Love_with_Bret_Michaels_(season_2)", "http://dbpedia.org/resource/Famous_Crime_Scene", "http://dbpedia.org/resource/Finding_Prince_Charming", "http://dbpedia.org/resource/Flavor_of_Love", "http://dbpedia.org/resource/Flavor_of_Love_(season_1)", "http://dbpedia.org/resource/Flavor_of_Love_(season_2)", "http://dbpedia.org/resource/Flavor_of_Love_(season_3)", "http://dbpedia.org/resource/Flavor_of_Love_Girls:_Charm_School", "http://dbpedia.org/resource/Football_Wives_(American_TV_series)", "http://dbpedia.org/resource/New_York_Goes_to_Hollywood", "http://dbpedia.org/resource/VH1_Big_in_'05_Awards", "http://dbpedia.org/resource/Ego_Trip's_Miss_Rap_Supreme", "http://dbpedia.org/resource/Ego_Trip's_The_(White)_Rapper_Show", "http://dbpedia.org/resource/K._Michelle:_My_Life", "http://dbpedia.org/resource/Live_from_Daryl's_House", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta_(season_1)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta_(season_10)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta_(season_2)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta_(season_3)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta_(season_4)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta_(season_5)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta_(season_6)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta_(season_7)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta_(season_8)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Atlanta_(season_9)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Hollywood_(season_1)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Hollywood_(season_2)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Hollywood_(season_3)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Hollywood_(season_4)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Hollywood_(season_5)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Hollywood_(season_6)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Miami_(season_1)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Miami_(season_2)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Miami_(season_3)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_Miami_(season_4)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_New_York_(season_1)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_New_York_(season_10)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_New_York_(season_2)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_New_York_(season_3)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_New_York_(season_4)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_New_York_(season_5)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_New_York_(season_6)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_New_York_(season_7)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_New_York_(season_8)", "http://dbpedia.org/resource/Love_&_Hip_Hop:_New_York_(season_9)", "http://dbpedia.org/resource/One-Hit_Wonders_(American_TV_series)", "http://dbpedia.org/resource/Sex_Rehab_with_Dr._Drew", "http://dbpedia.org/resource/Shooting_Sizemore", "http://dbpedia.org/resource/When_Ruled_the_World", "http://dbpedia.org/resource/Black_Ink_Crew", "http://dbpedia.org/resource/Black_Ink_Crew:_Chicago", "http://dbpedia.org/resource/Black_Ink_Crew:_Chicago_(season_1)", "http://dbpedia.org/resource/Black_Ink_Crew:_Chicago_(season_2)", "http://dbpedia.org/resource/Black_Ink_Crew:_Chicago_(season_3)", "http://dbpedia.org/resource/Black_Ink_Crew:_Chicago_(season_4)", "http://dbpedia.org/resource/Black_Ink_Crew:_Chicago_(season_5)", "http://dbpedia.org/resource/Black_Ink_Crew:_Chicago_(season_6)", "http://dbpedia.org/resource/Black_Ink_Crew:_Compton", "http://dbpedia.org/resource/Black_Ink_Crew_(season_1)", "http://dbpedia.org/resource/Black_Ink_Crew_(season_2)", "http://dbpedia.org/resource/Black_Ink_Crew_(season_3)", "http://dbpedia.org/resource/Black_Ink_Crew_(season_4)", "http://dbpedia.org/resource/Black_Ink_Crew_(season_5)", "http://dbpedia.org/resource/Black_Ink_Crew_(season_6)", "http://dbpedia.org/resource/Black_Ink_Crew_(season_7)", "http://dbpedia.org/resource/Black_Ink_Crew_(season_8)", "http://dbpedia.org/resource/I'm_Married_to_a...", "http://dbpedia.org/resource/I_Hate_My_30's", "http://dbpedia.org/resource/I_Know_My_Kid's_a_Star", "http://dbpedia.org/resource/I_Love_Money", "http://dbpedia.org/resource/I_Love_Money_(season_1)", "http://dbpedia.org/resource/I_Love_Money_(season_2)", "http://dbpedia.org/resource/I_Love_Money_(season_4)", "http://dbpedia.org/resource/I_Love_New_York_(TV_series)", "http://dbpedia.org/resource/I_Love_New_York_(season_1)", "http://dbpedia.org/resource/I_Love_New_York_(season_2)", "http://dbpedia.org/resource/I_Want_to_Work_for_Diddy", "http://dbpedia.org/resource/I_Want_to_Work_for_Diddy_(season_1)", "http://dbpedia.org/resource/I_Want_to_Work_for_Diddy_2", "http://dbpedia.org/resource/Ice-T's_Rap_School", "http://dbpedia.org/resource/List_of_Hit_the_Floor_episodes", "http://dbpedia.org/resource/List_of_Scream_episodes", "http://dbpedia.org/resource/RuPaul's_Drag_Race", "http://dbpedia.org/resource/RuPaul's_Drag_Race:_Vegas_Revue", "http://dbpedia.org/resource/RuPaul's_Drag_Race_(season_10)", "http://dbpedia.org/resource/RuPaul's_Drag_Race_(season_11)", "http://dbpedia.org/resource/RuPaul's_Drag_Race_(season_12)", "http://dbpedia.org/resource/RuPaul's_Drag_Race_(season_13)", "http://dbpedia.org/resource/RuPaul's_Drag_Race_(season_14)", "http://dbpedia.org/resource/RuPaul's_Drag_Race_(season_9)", "http://dbpedia.org/resource/RuPaul's_Drag_Race_All_Stars_(season_2)", "http://dbpedia.org/resource/RuPaul's_Drag_Race_All_Stars_(season_3)", "http://dbpedia.org/resource/RuPaul's_Drag_Race_All_Stars_(season_4)", "http://dbpedia.org/resource/RuPaul's_Drag_Race_All_Stars_(season_5)", "http://dbpedia.org/resource/RuPaul's_Drag_Race_Holi-slay_Spectacular", "http://dbpedia.org/resource/RuPaul's_Secret_Celebrity_Drag_Race", "http://dbpedia.org/resource/RuPaul's_Secret_Celebrity_Drag_Race_(season_1)", "http://dbpedia.org/resource/RuPaul's_Secret_Celebrity_Drag_Race_(season_2)", "http://dbpedia.org/resource/Rumor_Has_It_(game_show)", "http://dbpedia.org/resource/VH1_Big_in_'06_Awards", "http://dbpedia.org/resource/You're_Cut_Off!", "http://dbpedia.org/resource/\u00a1Viva_Hollywood!", "http://dbpedia.org/resource/American_Casino", "http://dbpedia.org/resource/American_Chopper", "http://dbpedia.org/resource/American_Hot_Rod", "http://dbpedia.org/resource/Amish_Mafia", "http://dbpedia.org/resource/Ancient_Warriors", "http://dbpedia.org/resource/Dangerous_Flights", "http://dbpedia.org/resource/Deadliest_Catch", "http://dbpedia.org/resource/Deadliest_Catch:_Bloodline", "http://dbpedia.org/resource/Deadliest_Catch_(season_6)", "http://dbpedia.org/resource/Deadly_Women", "http://dbpedia.org/resource/Valley_of_the_T._rex", "http://dbpedia.org/resource/Desert_Car_Kings", "http://dbpedia.org/resource/Destroyed_in_Seconds", "http://dbpedia.org/resource/Dinosaur_Planet_(TV_series)", "http://dbpedia.org/resource/Dinosaur_Revolution", "http://dbpedia.org/resource/Dirty_Jobs", "http://dbpedia.org/resource/Dirty_Money_(2011_TV_series)", "http://dbpedia.org/resource/Discovery_Atlas", "http://dbpedia.org/resource/Airplane_Repo", "http://dbpedia.org/resource/Alaska:_The_Last_Frontier", "http://dbpedia.org/resource/Alien_Planet", "http://dbpedia.org/resource/Auction_Kings", "http://dbpedia.org/resource/Before_We_Ruled_the_Earth", "http://dbpedia.org/resource/Belief_(TV_series)", "http://dbpedia.org/resource/Bering_Sea_Gold", "http://dbpedia.org/resource/Fugitive_Strike_Force", "http://dbpedia.org/resource/Future_Weapons", "http://dbpedia.org/resource/Galapagos:_Beyond_Darwin", "http://dbpedia.org/resource/Harley_and_the_Davidsons", "http://dbpedia.org/resource/Swords_(TV_series)", "http://dbpedia.org/resource/Taking_On_Tyson", "http://dbpedia.org/resource/Weaponology", "http://dbpedia.org/resource/Weed_Country", "http://dbpedia.org/resource/Weed_Wars", "http://dbpedia.org/resource/Wheeler_Dealers", "http://dbpedia.org/resource/When_Dinosaurs_Roamed_America", "http://dbpedia.org/resource/When_We_Left_Earth:_The_NASA_Missions", "http://dbpedia.org/resource/Animal_Face-Off", "http://dbpedia.org/resource/Everest:_Beyond_the_Limit", "http://dbpedia.org/resource/Gold_Rush:_White_Water", "http://dbpedia.org/resource/Gold_Rush_(TV_series)", "http://dbpedia.org/resource/PitchMen", "http://dbpedia.org/resource/Pot_Cops", "http://dbpedia.org/resource/Unchained_Reaction", "http://dbpedia.org/resource/Undercover_Billionaire", "http://dbpedia.org/resource/Unsolved_History", "http://dbpedia.org/resource/Bounty_Wars", "http://dbpedia.org/resource/Killing_Fields_(TV_series)", "http://dbpedia.org/resource/Mega_Builders", "http://dbpedia.org/resource/Really_Big_Things", "http://dbpedia.org/resource/The_Colony_(American_season_1)", "http://dbpedia.org/resource/The_Colony_(American_season_2)", "http://dbpedia.org/resource/The_FBI_Files", "http://dbpedia.org/resource/The_Future_Is_Wild", "http://dbpedia.org/resource/The_Garage_(TV_series)", "http://dbpedia.org/resource/The_New_Detectives", "http://dbpedia.org/resource/The_Next_Step_(American_TV_program)", "http://dbpedia.org/resource/9/11:_The_Twin_Towers", "http://dbpedia.org/resource/North_America_(TV_series)", "http://dbpedia.org/resource/Ocean_of_Fear", "http://dbpedia.org/resource/Clash_of_the_Dinosaurs", "http://dbpedia.org/resource/Construction_Intervention", "http://dbpedia.org/resource/BattleBots_(season_10)", "http://dbpedia.org/resource/BattleBots_(season_11)", "http://dbpedia.org/resource/BattleBots_(season_8)", "http://dbpedia.org/resource/BattleBots_(season_9)", "http://dbpedia.org/resource/Inside_West_Coast_Customs", "http://dbpedia.org/resource/Into_the_Universe_with_Stephen_Hawking", "http://dbpedia.org/resource/Into_the_Unknown_with_Josh_Bernstein", "http://dbpedia.org/resource/Monster_House_(American_TV_series)", "http://dbpedia.org/resource/Moonshiners_(TV_series)", "http://dbpedia.org/resource/Most_Evil", "http://dbpedia.org/resource/Motor_City_Motors", "http://dbpedia.org/resource/MythBusters_(2003_season)", "http://dbpedia.org/resource/MythBusters_(2004_season)", "http://dbpedia.org/resource/MythBusters_(2005_season)", "http://dbpedia.org/resource/MythBusters_(2006_season)", "http://dbpedia.org/resource/MythBusters_(2007_season)", "http://dbpedia.org/resource/MythBusters_(2008_season)", "http://dbpedia.org/resource/MythBusters_(2009_season)", "http://dbpedia.org/resource/MythBusters_(2010_season)", "http://dbpedia.org/resource/MythBusters_(2011_season)", "http://dbpedia.org/resource/MythBusters_(2012_season)", "http://dbpedia.org/resource/MythBusters_(2013_season)", "http://dbpedia.org/resource/MythBusters_(2014_season)", "http://dbpedia.org/resource/MythBusters_(2015_season)", "http://dbpedia.org/resource/MythBusters_(2016_season)", "http://dbpedia.org/resource/Treasure_Quest:_Snake_Island", "http://dbpedia.org/resource/Treasure_Quest_(TV_series)", "http://dbpedia.org/resource/A_Baby_Story", "http://dbpedia.org/resource/A_Makeover_Story", "http://dbpedia.org/resource/Chasing_Zero:_Winning_the_War_on_Healthcare_Harm", "http://dbpedia.org/resource/Surfing_the_Healthcare_Tsunami", "http://dbpedia.org/resource/Surgery_Saved_My_Life", "http://dbpedia.org/resource/Surviving_the_Cut", "http://dbpedia.org/resource/Cash_Cab_(American_game_show)", "http://dbpedia.org/resource/How_Beer_Saved_the_World", "http://dbpedia.org/resource/How_Booze_Built_America", "http://dbpedia.org/resource/How_Do_They_Do_It%3F", "http://dbpedia.org/resource/Howe_&_Howe_Tech", "http://dbpedia.org/resource/La_estaci\u00f3n_de_la_Calle_Olvera", "http://dbpedia.org/resource/Dual_Survival", "http://dbpedia.org/resource/Cocktail_Kings", "http://dbpedia.org/resource/Smash_Lab", "http://dbpedia.org/resource/Some_Assembly_Required_(2007_TV_series)", "http://dbpedia.org/resource/Curiosity_(TV_series)", "http://dbpedia.org/resource/Great_Books_(TV_program)", "http://dbpedia.org/resource/Heirs_to_the_Dare", "http://dbpedia.org/resource/Highway_Thru_Hell", "http://dbpedia.org/resource/Hiroshima:_BBC_History_of_World_War_II", "http://dbpedia.org/resource/Man_vs._Wild", "http://dbpedia.org/resource/Manhunt_(2017_TV_series)", "http://dbpedia.org/resource/Fight_Quest", "http://dbpedia.org/resource/Final_24", "http://dbpedia.org/resource/Firehouse_USA:_Boston", "http://dbpedia.org/resource/Flying_Wild_Alaska", "http://dbpedia.org/resource/Natural_History_of_an_Alien", "http://dbpedia.org/resource/Never_Ever_Do_This_at_Home", "http://dbpedia.org/resource/Penn_&_Teller_Tell_a_Lie", "http://dbpedia.org/resource/Tickle_(TV_series)", "http://dbpedia.org/resource/Time_Warp_(TV_series)", "http://dbpedia.org/resource/Wreckreation_Nation", "http://dbpedia.org/resource/Egypt's_Ten_Greatest_Discoveries", "http://dbpedia.org/resource/Jungle_Gold", "http://dbpedia.org/resource/Lords_of_the_Car_Hoards", "http://dbpedia.org/resource/Off_Road_with_Gul_Panag", "http://dbpedia.org/resource/One_Man_Army_(TV_series)", "http://dbpedia.org/resource/Out_of_the_Wild", "http://dbpedia.org/resource/Shackleton:_Death_or_Glory", "http://dbpedia.org/resource/Big_Giant_Swords", "http://dbpedia.org/resource/Biker_Build-Off", "http://dbpedia.org/resource/I_Shouldn't_Be_Alive", "http://dbpedia.org/resource/Iditarod:_Toughest_Race_on_Earth", "http://dbpedia.org/resource/Klondike_(miniseries)", "http://dbpedia.org/resource/List_of_MythBusters_pilot_episodes", "http://dbpedia.org/resource/List_of_MythBusters_special_episodes", "http://dbpedia.org/resource/You_Spoof_Discovery", "http://dbpedia.org/resource/Alley_Cats_Strike", "http://dbpedia.org/resource/Amazing_Animals", "http://dbpedia.org/resource/American_Dragon:_Jake_Long", "http://dbpedia.org/resource/Amphibia_(TV_series)", "http://dbpedia.org/resource/Andi_Mack", "http://dbpedia.org/resource/Danger_Bay", "http://dbpedia.org/resource/Dave_the_Barbarian", "http://dbpedia.org/resource/Wander_Over_Yonder", "http://dbpedia.org/resource/Descendants_(2015_film)", "http://dbpedia.org/resource/Descendants_3", "http://dbpedia.org/resource/Disney_Channel_Games", "http://dbpedia.org/resource/Disney_Channel_in_Concert", "http://dbpedia.org/resource/Disney_Fam_Jam", "http://dbpedia.org/resource/Disney_Family_Album", "http://dbpedia.org/resource/Austin_&_Ally", "http://dbpedia.org/resource/Avalon_High_(film)", "http://dbpedia.org/resource/Best_Friends_Whenever", "http://dbpedia.org/resource/Freaky_Friday_(2018_film)", "http://dbpedia.org/resource/Frenemies_(film)", "http://dbpedia.org/resource/Full-Court_Miracle", "http://dbpedia.org/resource/Gabby_Duran_&_the_Unsittables", "http://dbpedia.org/resource/Geek_Charming", "http://dbpedia.org/resource/Genius_(1999_film)", "http://dbpedia.org/resource/Halloweentown_(film)", "http://dbpedia.org/resource/Halloweentown_High", "http://dbpedia.org/resource/Halloweentown_II:_Kalabar's_Revenge", "http://dbpedia.org/resource/Hamster_&_Gretel", "http://dbpedia.org/resource/Hannah_Montana_(season_1)", "http://dbpedia.org/resource/Hannah_Montana_(season_2)", "http://dbpedia.org/resource/Hannah_Montana_(season_3)", "http://dbpedia.org/resource/Hannah_Montana_(season_4)", "http://dbpedia.org/resource/Happy_Monster_Band", "http://dbpedia.org/resource/Harriet_the_Spy:_Blog_Wars", "http://dbpedia.org/resource/Have_a_Laugh!", "http://dbpedia.org/resource/Sydney_to_the_Max", "http://dbpedia.org/resource/T.O.T.S.", "http://dbpedia.org/resource/Tangled:_Before_Ever_After", "http://dbpedia.org/resource/Tangled:_The_Series_(season_1)", "http://dbpedia.org/resource/Tasty_Time_with_ZeFronk", "http://dbpedia.org/resource/Teen_Beach_2", "http://dbpedia.org/resource/Teen_Beach_Movie", "http://dbpedia.org/resource/We_Wish_You_a_Merry_Walrus", "http://dbpedia.org/resource/Welcome_to_Pooh_Corner", "http://dbpedia.org/resource/Wendy_Wu:_Homecoming_Warrior", "http://dbpedia.org/resource/Where's_My_Water%3F:_Swampy's_Underground_Adventures", "http://dbpedia.org/resource/'Twas_the_Night", "http://dbpedia.org/resource/1001_Nights_(TV_series)", "http://dbpedia.org/resource/Anne_of_Green_Gables:_The_Sequel", "http://dbpedia.org/resource/Even_Stevens", "http://dbpedia.org/resource/Get_a_Clue", "http://dbpedia.org/resource/Girl_Meets_World", "http://dbpedia.org/resource/Girl_vs._Monster", "http://dbpedia.org/resource/Go_Away,_Unicorn!", "http://dbpedia.org/resource/Go_Figure_(film)", "http://dbpedia.org/resource/Going_to_the_Mat", "http://dbpedia.org/resource/Gone_Are_the_Dayes", "http://dbpedia.org/resource/Good_Luck_Charlie", "http://dbpedia.org/resource/Good_Luck_Charlie,_It's_Christmas!", "http://dbpedia.org/resource/Good_Morning,_Miss_Bliss", "http://dbpedia.org/resource/Gotta_Kick_It_Up!", "http://dbpedia.org/resource/Marvel's_Moon_Girl_and_Devil_Dinosaur", "http://dbpedia.org/resource/Marvel_Super_Hero_Adventures", "http://dbpedia.org/resource/Pixel_Perfect", "http://dbpedia.org/resource/Pixie_Hollow_Bake_Off", "http://dbpedia.org/resource/Pixie_Hollow_Games", "http://dbpedia.org/resource/Princess_Protection_Program", "http://dbpedia.org/resource/That's_So_Raven", "http://dbpedia.org/resource/That's_So_Raven_(season_1)", "http://dbpedia.org/resource/That's_So_Raven_(season_2)", "http://dbpedia.org/resource/That's_So_Raven_(season_3)", "http://dbpedia.org/resource/That's_So_Raven_(season_4)", "http://dbpedia.org/resource/The_Buzz_on_Maggie", "http://dbpedia.org/resource/The_Cheetah_Girls:_One_World", "http://dbpedia.org/resource/The_Cheetah_Girls_(film)", "http://dbpedia.org/resource/The_Cheetah_Girls_2", "http://dbpedia.org/resource/Ultra_Violet_&_Black_Scorpion", "http://dbpedia.org/resource/Under_Wraps_(film)", "http://dbpedia.org/resource/Up,_Up_and_Away_(film)", "http://dbpedia.org/resource/Upside-Down_Magic_(film)", "http://dbpedia.org/resource/Booker_(1984_film)", "http://dbpedia.org/resource/Brandy_&_Mr._Whiskers", "http://dbpedia.org/resource/Brian_O'Brian", "http://dbpedia.org/resource/Brink!", "http://dbpedia.org/resource/Jake_and_the_Never_Land_Pirates", "http://dbpedia.org/resource/Kim_Possible", "http://dbpedia.org/resource/Kim_Possible:_A_Sitch_in_Time", "http://dbpedia.org/resource/Kim_Possible_(film)", "http://dbpedia.org/resource/Kim_Possible_Movie:_So_the_Drama", "http://dbpedia.org/resource/Rapunzel's_Tangled_Adventure", "http://dbpedia.org/resource/Rapunzel's_Tangled_Adventure_(season_2)", "http://dbpedia.org/resource/Rapunzel's_Tangled_Adventure_(season_3)", "http://dbpedia.org/resource/Raven's_Home", "http://dbpedia.org/resource/Read_It_and_Weep", "http://dbpedia.org/resource/Ready_to_Run_(film)", "http://dbpedia.org/resource/Return_to_Halloweentown", "http://dbpedia.org/resource/The_Color_of_Friendship", "http://dbpedia.org/resource/The_Ernest_Green_Story", "http://dbpedia.org/resource/The_Even_Stevens_Movie", "http://dbpedia.org/resource/The_Famous_Jett_Jackson", "http://dbpedia.org/resource/The_Ghost_and_Molly_McGee", "http://dbpedia.org/resource/The_Jennie_Project", "http://dbpedia.org/resource/The_Jersey", "http://dbpedia.org/resource/The_Kids_of_Degrassi_Street", "http://dbpedia.org/resource/The_New_Leave_It_to_Beaver", "http://dbpedia.org/resource/The_Other_Me", "http://dbpedia.org/resource/The_Owl_House", "http://dbpedia.org/resource/The_Parent_Trap_II", "http://dbpedia.org/resource/The_Poof_Point", "http://dbpedia.org/resource/The_Proud_Family", "http://dbpedia.org/resource/The_Proud_Family_Movie", "http://dbpedia.org/resource/The_Replacements_(TV_series)", "http://dbpedia.org/resource/The_Scream_Team", "http://dbpedia.org/resource/The_Secret_of_Lost_Creek", "http://dbpedia.org/resource/The_Suite_Life_Movie", "http://dbpedia.org/resource/The_Suite_Life_of_Zack_&_Cody", "http://dbpedia.org/resource/The_Suite_Life_of_Zack_&_Cody_(season_1)", "http://dbpedia.org/resource/The_Suite_Life_of_Zack_&_Cody_(season_2)", "http://dbpedia.org/resource/The_Suite_Life_of_Zack_&_Cody_(season_3)", "http://dbpedia.org/resource/The_Suite_Life_on_Deck", "http://dbpedia.org/resource/The_Thirteenth_Year", "http://dbpedia.org/resource/The_Ultimate_Christmas_Present", "http://dbpedia.org/resource/The_Villains_of_Valley_View", "http://dbpedia.org/resource/The_Wizards_Return:_Alex_vs._Alex", "http://dbpedia.org/resource/A.N.T._Farm", "http://dbpedia.org/resource/Clifford_the_Big_Red_Dog_(2000_TV_series)", "http://dbpedia.org/resource/Cloud_9_(2014_film)", "http://dbpedia.org/resource/Club_Penguin:_Monster_Beach_Party", "http://dbpedia.org/resource/Contraption_(game_show)", "http://dbpedia.org/resource/Coop_&_Cami_Ask_the_World", "http://dbpedia.org/resource/Johnny_Kapahala:_Back_on_Board", "http://dbpedia.org/resource/Johnny_Tsunami", "http://dbpedia.org/resource/Jonas_(season_1)", "http://dbpedia.org/resource/Jonas_(season_2)", "http://dbpedia.org/resource/Jonas_Brothers:_Living_the_Dream", "http://dbpedia.org/resource/Secrets_of_Sulphur_Springs", "http://dbpedia.org/resource/Back_Home_(film)", "http://dbpedia.org/resource/Back_to_Hannibal:_The_Return_of_Tom_Sawyer_and_Huckleberry_Finn", "http://dbpedia.org/resource/Bad_Hair_Day_(film)", "http://dbpedia.org/resource/Invisible_Sister", "http://dbpedia.org/resource/Molly:_An_American_Girl_on_the_Home_Front", "http://dbpedia.org/resource/Mom's_Got_a_Date_with_a_Vampire", "http://dbpedia.org/resource/Motocrossed", "http://dbpedia.org/resource/My_Little_Pony_Tales", "http://dbpedia.org/resource/Totally_Circus", "http://dbpedia.org/resource/Totally_Hoops", "http://dbpedia.org/resource/Totally_in_Tune", "http://dbpedia.org/resource/Toy_Story_Toons", "http://dbpedia.org/resource/Tru_Confessions", "http://dbpedia.org/resource/Twitches_(film)", "http://dbpedia.org/resource/Twitches_Too", "http://dbpedia.org/resource/A_Friendship_in_Vienna", "http://dbpedia.org/resource/A_Ring_of_Endless_Light_(film)", "http://dbpedia.org/resource/Adventures_in_Babysitting_(2016_film)", "http://dbpedia.org/resource/2015_Radio_Disney_Music_Awards", "http://dbpedia.org/resource/2016_Radio_Disney_Music_Awards", "http://dbpedia.org/resource/Buffalo_Dreams", "http://dbpedia.org/resource/Bug_Juice", "http://dbpedia.org/resource/Bug_Juice:_My_Adventures_at_Camp", "http://dbpedia.org/resource/Bunk'd", "http://dbpedia.org/resource/Bus_Life", "http://dbpedia.org/resource/Camp_Rock", "http://dbpedia.org/resource/Camp_Rock_2:_The_Final_Jam", "http://dbpedia.org/resource/Can_You_Teach_My_Alligator_Manners%3F", "http://dbpedia.org/resource/Still_Not_Quite_Human", "http://dbpedia.org/resource/Stuck_in_the_Middle_(TV_series)", "http://dbpedia.org/resource/Stuck_in_the_Suburbs", "http://dbpedia.org/resource/Supa_Strikas_(TV_series)", "http://dbpedia.org/resource/Care_Bears_Nutcracker_Suite", "http://dbpedia.org/resource/Cars_Toons", "http://dbpedia.org/resource/Horse_Sense", "http://dbpedia.org/resource/Hounded_(film)", "http://dbpedia.org/resource/How_to_Build_a_Better_Boy", "http://dbpedia.org/resource/Dog_with_a_Blog", "http://dbpedia.org/resource/Don't_Look_Under_the_Bed", "http://dbpedia.org/resource/Double_Teamed", "http://dbpedia.org/resource/Dumbo's_Circus", "http://dbpedia.org/resource/Smart_House", "http://dbpedia.org/resource/So_Weird", "http://dbpedia.org/resource/Sofia_the_First", "http://dbpedia.org/resource/Sonny_with_a_Chance_(season_1)", "http://dbpedia.org/resource/Sonny_with_a_Chance_(season_2)", "http://dbpedia.org/resource/Lantern_Hill_(film)", "http://dbpedia.org/resource/2017_Radio_Disney_Music_Awards", "http://dbpedia.org/resource/2018_Radio_Disney_Music_Awards", "http://dbpedia.org/resource/2019_Radio_Disney_Music_Awards", "http://dbpedia.org/resource/Cory_in_the_House", "http://dbpedia.org/resource/Cow_Belles", "http://dbpedia.org/resource/Dadnapped", "http://dbpedia.org/resource/Gravity_Falls_(season_1)", "http://dbpedia.org/resource/Groundling_Marsh", "http://dbpedia.org/resource/High_School_Musical", "http://dbpedia.org/resource/High_School_Musical_2", "http://dbpedia.org/resource/Mad_Libs_(game_show)", "http://dbpedia.org/resource/Rip_Girls", "http://dbpedia.org/resource/Fast_Layne", "http://dbpedia.org/resource/Fireball_(TV_series)", "http://dbpedia.org/resource/Fish_Hooks", "http://dbpedia.org/resource/Jessie_(2011_TV_series)", "http://dbpedia.org/resource/Lemonade_Mouth_(film)", "http://dbpedia.org/resource/Let_It_Shine_(film)", "http://dbpedia.org/resource/List_of_American_Dragon:_Jake_Long_episodes", "http://dbpedia.org/resource/Nightjohn_(film)", "http://dbpedia.org/resource/Phantom_of_the_Megaplex", "http://dbpedia.org/resource/Phil_of_the_Future", "http://dbpedia.org/resource/Phineas_and_Ferb", "http://dbpedia.org/resource/Phineas_and_Ferb_(season_1)", "http://dbpedia.org/resource/Phineas_and_Ferb_(season_2)", "http://dbpedia.org/resource/Phineas_and_Ferb_(season_3)", "http://dbpedia.org/resource/Phineas_and_Ferb_(season_4)", "http://dbpedia.org/resource/Phineas_and_Ferb_the_Movie:_Across_the_2nd_Dimension", "http://dbpedia.org/resource/Quints", "http://dbpedia.org/resource/Radio_Disney_Music_Awards", "http://dbpedia.org/resource/Radio_Rebel", "http://dbpedia.org/resource/Tiger_Cruise_(film)", "http://dbpedia.org/resource/Tiger_Town", "http://dbpedia.org/resource/Win,_Lose_or_Draw_(2014_game_show)", "http://dbpedia.org/resource/Wizards_of_Waverly_Place:_The_Movie", "http://dbpedia.org/resource/Wizards_of_Waverly_Place_(season_1)", "http://dbpedia.org/resource/Wizards_of_Waverly_Place_(season_2)", "http://dbpedia.org/resource/Wizards_of_Waverly_Place_(season_3)", "http://dbpedia.org/resource/Wizards_of_Waverly_Place_(season_4)", "http://dbpedia.org/resource/Wunschpunsch", "http://dbpedia.org/resource/Elena_and_the_Secret_of_Avalor", "http://dbpedia.org/resource/Jump_In!", "http://dbpedia.org/resource/Jumping_Ship", "http://dbpedia.org/resource/Just_Roll_with_It", "http://dbpedia.org/resource/K.C._Undercover", "http://dbpedia.org/resource/Lots_of_Luck", "http://dbpedia.org/resource/Off_the_Wall_(game_show)", "http://dbpedia.org/resource/Shake_It_Up_(season_1)", "http://dbpedia.org/resource/Shake_It_Up_(season_2)", "http://dbpedia.org/resource/Shake_It_Up_(season_3)", "http://dbpedia.org/resource/Sharpay's_Fabulous_Adventure", "http://dbpedia.org/resource/Shorty_McShorts'_Shorts", "http://dbpedia.org/resource/Special_Agent_Oso_(series_1)", "http://dbpedia.org/resource/Spin_(2021_film)", "http://dbpedia.org/resource/Star_Wars_Resistance", "http://dbpedia.org/resource/Star_vs._the_Forces_of_Evil", "http://dbpedia.org/resource/Starstruck_(2010_film)", "http://dbpedia.org/resource/Big_City_Greens", "http://dbpedia.org/resource/Big_Hero_6:_The_Series", "http://dbpedia.org/resource/Bizaardvark", "http://dbpedia.org/resource/I_Didn't_Do_It_(TV_series)", "http://dbpedia.org/resource/List_of_Gravity_Falls_episodes", "http://dbpedia.org/resource/List_of_Lilo_&_Stitch:_The_Series_episodes", "http://dbpedia.org/resource/List_of_Milo_Murphy's_Law_episodes", "http://dbpedia.org/resource/List_of_Star_vs._the_Forces_of_Evil_episodes", "http://dbpedia.org/resource/Liv_and_Maddie", "http://dbpedia.org/resource/Mickey_Mouse_(TV_series)", "http://dbpedia.org/resource/Milo_Murphy's_Law", "http://dbpedia.org/resource/Minutemen_(film)", "http://dbpedia.org/resource/Miracle_in_Lane_2", "http://dbpedia.org/resource/P._King_Duckling", "http://dbpedia.org/resource/Pass_the_Plate", "http://dbpedia.org/resource/You_Lucky_Dog", "http://dbpedia.org/resource/You_Wish!_(film)", "http://dbpedia.org/resource/Zapped_(2014_film)", "http://dbpedia.org/resource/Zenon:_Girl_of_the_21st_Century_(film)", "http://dbpedia.org/resource/Zenon:_The_Zequel", "http://dbpedia.org/resource/Zenon:_Z3", "http://dbpedia.org/resource/Zombies_(2018_film)", "http://dbpedia.org/resource/Zombies_2", "http://dbpedia.org/resource/Violetta_(season_1)", "http://dbpedia.org/resource/Bia_(TV_series)", "http://dbpedia.org/resource/Bia_(season_1)", "http://dbpedia.org/resource/Bia_(season_2)", "http://dbpedia.org/resource/Juacas", "http://dbpedia.org/resource/Soy_Luna", "http://dbpedia.org/resource/Plim_Plim", "http://dbpedia.org/resource/Nivis,_amigos_de_otro_mundo", "http://dbpedia.org/resource/Morko_y_Mali", "http://dbpedia.org/resource/El_Jard\u00edn_de_Claril\u00fa", "http://dbpedia.org/resource/Currents_News", "http://dbpedia.org/resource/ICTHuS.eQ", "http://dbpedia.org/resource/Fox_UFC", "http://dbpedia.org/resource/Boxing_on_Fox", "http://dbpedia.org/resource/NASCAR_on_Fox", "http://dbpedia.org/resource/Super_Bowl_LIV", "http://dbpedia.org/resource/Asia's_Next_Top_Model", "http://dbpedia.org/resource/Asia's_Next_Top_Model_(season_6)", "http://dbpedia.org/resource/Beach_Girls_(American_TV_series)", "http://dbpedia.org/resource/5_@Home", "http://dbpedia.org/resource/Street_Food_Around_the_World", "http://dbpedia.org/resource/Ties_(TV_series)", "http://dbpedia.org/resource/Kalki's_Great_Escape", "http://dbpedia.org/resource/America's_Election_Headquarters", "http://dbpedia.org/resource/America's_News_Headquarters", "http://dbpedia.org/resource/America_Reports", "http://dbpedia.org/resource/War_Stories_with_Oliver_North", "http://dbpedia.org/resource/Fox_&_Friends", "http://dbpedia.org/resource/Fox_&_Friends_First", "http://dbpedia.org/resource/Fox_News_@_Night", "http://dbpedia.org/resource/Fox_News_Live", "http://dbpedia.org/resource/Fox_News_Specialists", "http://dbpedia.org/resource/Fox_News_Sunday", "http://dbpedia.org/resource/Hannity_&_Colmes", "http://dbpedia.org/resource/Happening_Now", "http://dbpedia.org/resource/Weekend_Live", "http://dbpedia.org/resource/Red_Eye_(talk_show)", "http://dbpedia.org/resource/The_Ingraham_Angle", "http://dbpedia.org/resource/The_Story_with_Martha_MacCallum", "http://dbpedia.org/resource/The_\u00bd_Hour_News_Hour", "http://dbpedia.org/resource/Tucker_Carlson_Tonight", "http://dbpedia.org/resource/Gutfeld!", "http://dbpedia.org/resource/Life,_Liberty_&_Levin", "http://dbpedia.org/resource/Justice_with_Judge_Jeanine", "http://dbpedia.org/resource/Outnumbered_(American_TV_program)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_1)", "http://dbpedia.org/resource/Happy_Tree_Friends", "http://dbpedia.org/resource/Filter_(TV_series)", "http://dbpedia.org/resource/Clash!", "http://dbpedia.org/resource/American_Dad!_(season_12)", "http://dbpedia.org/resource/WCW_All_Nighter", "http://dbpedia.org/resource/WCW_Main_Event", "http://dbpedia.org/resource/WCW_Power_Hour", "http://dbpedia.org/resource/WCW_Saturday_Night", "http://dbpedia.org/resource/WCW_Thunder", "http://dbpedia.org/resource/Atomic_Twister", "http://dbpedia.org/resource/Best_of_World_Championship_Wrestling", "http://dbpedia.org/resource/Full_Frontal_with_Samantha_Bee", "http://dbpedia.org/resource/G-Force:_Guardians_of_Space", "http://dbpedia.org/resource/Go-Big_Show", "http://dbpedia.org/resource/Braves_TBS_Baseball", "http://dbpedia.org/resource/Kid's_Beat", "http://dbpedia.org/resource/Red_Water", "http://dbpedia.org/resource/The_Last_O.G.", "http://dbpedia.org/resource/The_Misery_Index_(TV_series)", "http://dbpedia.org/resource/The_Real_Gilligan's_Island", "http://dbpedia.org/resource/The_Sims_Spark'd", "http://dbpedia.org/resource/2_Stupid_Dogs", "http://dbpedia.org/resource/AEW_Dynamite", "http://dbpedia.org/resource/2020_NBA_All-Star_Game", "http://dbpedia.org/resource/Conan_(talk_show)", "http://dbpedia.org/resource/Cooperstown_(film)", "http://dbpedia.org/resource/Search_Party_(TV_series)", "http://dbpedia.org/resource/NASCAR_on_TBS", "http://dbpedia.org/resource/NCAA_March_Madness_(TV_program)", "http://dbpedia.org/resource/Celebrity_Show-Off", "http://dbpedia.org/resource/Chad_(TV_series)", "http://dbpedia.org/resource/27th_Critics'_Choice_Awards", "http://dbpedia.org/resource/Major_League_Baseball_on_TBS", "http://dbpedia.org/resource/Ripley's_Believe_It_or_Not!_(2000_TV_series)", "http://dbpedia.org/resource/Final_Space", "http://dbpedia.org/resource/Neighbors_from_Hell", "http://dbpedia.org/resource/Night_Tracks", "http://dbpedia.org/resource/Wipeout_(2021_game_show)", "http://dbpedia.org/resource/Earth_to_America_(TV_special)", "http://dbpedia.org/resource/Starcade", "http://dbpedia.org/resource/List_of_Conan_episodes_(2010\u201311)", "http://dbpedia.org/resource/List_of_Conan_episodes_(2012)", "http://dbpedia.org/resource/List_of_Conan_episodes_(2013)", "http://dbpedia.org/resource/List_of_Conan_episodes_(2014)", "http://dbpedia.org/resource/List_of_Conan_episodes_(2015)", "http://dbpedia.org/resource/List_of_Conan_episodes_(2016)", "http://dbpedia.org/resource/List_of_Conan_episodes_(2017)", "http://dbpedia.org/resource/List_of_Conan_episodes_(2018)", "http://dbpedia.org/resource/List_of_Conan_episodes_(2019)", "http://dbpedia.org/resource/List_of_Conan_episodes_(2020)", "http://dbpedia.org/resource/List_of_Conan_episodes_(2021)", "http://dbpedia.org/resource/List_of_Final_Space_episodes", "http://dbpedia.org/resource/List_of_Tyler_Perry's_House_of_Payne_episodes", "http://dbpedia.org/resource/Minding_the_Store", "http://dbpedia.org/resource/All_About_Sex", "http://dbpedia.org/resource/Darcey_&_Stacey", "http://dbpedia.org/resource/Forensic_Files_(season_1)", "http://dbpedia.org/resource/Forensic_Files_(season_2)", "http://dbpedia.org/resource/Forensic_Files_(season_3)", "http://dbpedia.org/resource/Forensic_Files_(season_4)", "http://dbpedia.org/resource/Salty's_Lighthouse", "http://dbpedia.org/resource/Welcome_to_Myrtle_Manor", "http://dbpedia.org/resource/Who_Do_You_Think_You_Are%3F_(American_TV_series)", "http://dbpedia.org/resource/1000-lb_Sisters", "http://dbpedia.org/resource/Get_Your_Face_On", "http://dbpedia.org/resource/Ghost_Brothers", "http://dbpedia.org/resource/The_Family_Chantel", "http://dbpedia.org/resource/The_Paz_Show", "http://dbpedia.org/resource/The_Willis_Family", "http://dbpedia.org/resource/19_Kids_and_Counting", "http://dbpedia.org/resource/90_Day_Fianc\u00e9", "http://dbpedia.org/resource/Seeking_Sister_Wife", "http://dbpedia.org/resource/My_600-lb_Life", "http://dbpedia.org/resource/My_Big_Fat_Fabulous_Life", "http://dbpedia.org/resource/My_Husband's_Not_Gay", "http://dbpedia.org/resource/Too_Close_to_Home_(TV_series)", "http://dbpedia.org/resource/Buying_Naked", "http://dbpedia.org/resource/LA_Ink", "http://dbpedia.org/resource/Late_Night_Joy", "http://dbpedia.org/resource/Dragnificent!", "http://dbpedia.org/resource/Skinnamarink_TV", "http://dbpedia.org/resource/Counting_On", "http://dbpedia.org/resource/Gypsy_Sisters", "http://dbpedia.org/resource/Here_Comes_Honey_Boo_Boo", "http://dbpedia.org/resource/Hi-5_(American_TV_series)", "http://dbpedia.org/resource/Extreme_Cougar_Wives", "http://dbpedia.org/resource/List_of_A_Haunting_episodes", "http://dbpedia.org/resource/List_of_Cake_Boss_episodes", "http://dbpedia.org/resource/Next_Great_Baker_(season_4)", "http://dbpedia.org/resource/Ni_Ni's_Treehouse", "http://dbpedia.org/resource/Pete_Rose:_Hits_&_Mrs.", "http://dbpedia.org/resource/Toddlers_&_Tiaras", "http://dbpedia.org/resource/Earth's_Fury", "http://dbpedia.org/resource/Long_Island_Medium", "http://dbpedia.org/resource/Long_Lost_Family_(American_TV_series)", "http://dbpedia.org/resource/On_the_Fly", "http://dbpedia.org/resource/OutDaughtered", "http://dbpedia.org/resource/Kindred_Spirits_(TV_series)", "http://dbpedia.org/resource/Andersonville_(film)", "http://dbpedia.org/resource/Dallas_(2012_TV_series)", "http://dbpedia.org/resource/Dark_Blue_(TV_series)", "http://dbpedia.org/resource/WCW_Monday_Nitro", "http://dbpedia.org/resource/Wanted_(2005_TV_series)", "http://dbpedia.org/resource/Avenger_(film)", "http://dbpedia.org/resource/Hanna-Barbera's_50th:_A_Yabba_Dabba_Doo_Celebration", "http://dbpedia.org/resource/Hard_Time_(film)", "http://dbpedia.org/resource/Hawthorne_(TV_series)", "http://dbpedia.org/resource/Salem's_Lot_(2004_miniseries)", "http://dbpedia.org/resource/T_Bone_N_Weasel", "http://dbpedia.org/resource/Will_(TV_series)", "http://dbpedia.org/resource/10th_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/11th_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/14_Hours_(2005_film)", "http://dbpedia.org/resource/Animal_Farm_(1999_film)", "http://dbpedia.org/resource/Animal_Kingdom_(TV_series)", "http://dbpedia.org/resource/Gifted_Hands:_The_Ben_Carson_Story", "http://dbpedia.org/resource/Glory_&_Honor", "http://dbpedia.org/resource/Good_Behavior_(TV_series)", "http://dbpedia.org/resource/Pirates_of_Silicon_Valley", "http://dbpedia.org/resource/The_Alienist_(TV_series)", "http://dbpedia.org/resource/The_Avenging_Angel", "http://dbpedia.org/resource/James_Dean_(2001_film)", "http://dbpedia.org/resource/Keep_the_Change_(film)", "http://dbpedia.org/resource/Memphis_Beat", "http://dbpedia.org/resource/Men_of_a_Certain_Age", "http://dbpedia.org/resource/Raising_the_Bar_(2008_TV_series)", "http://dbpedia.org/resource/The_Closer", "http://dbpedia.org/resource/The_Company_(miniseries)", "http://dbpedia.org/resource/The_Goodbye_Girl_(2004_film)", "http://dbpedia.org/resource/The_Grid_(TV_serial)", "http://dbpedia.org/resource/The_Heidi_Chronicles_(film)", "http://dbpedia.org/resource/The_Last_Ship_(TV_series)", "http://dbpedia.org/resource/The_Librarian:_Curse_of_the_Judas_Chalice", "http://dbpedia.org/resource/The_Librarian:_Quest_for_the_Spear", "http://dbpedia.org/resource/The_Man_Who_Captured_Eichmann", "http://dbpedia.org/resource/The_Mists_of_Avalon_(miniseries)", "http://dbpedia.org/resource/The_Pretender:_Island_of_the_Haunted", "http://dbpedia.org/resource/The_Pretender_2001", "http://dbpedia.org/resource/The_Ron_Clark_Story", "http://dbpedia.org/resource/The_Rudy_and_Gogo_World_Famous_Cartoon_Show", "http://dbpedia.org/resource/The_Water_Engine_(film)", "http://dbpedia.org/resource/The_Winning_Season_(2004_film)", "http://dbpedia.org/resource/The_Wool_Cap", "http://dbpedia.org/resource/4th_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/5th_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/6th_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/7th_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/8th_Platino_Awards", "http://dbpedia.org/resource/8th_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/9th_Platino_Awards", "http://dbpedia.org/resource/9th_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/AEW_Battle_of_the_Belts", "http://dbpedia.org/resource/AEW_Rampage", "http://dbpedia.org/resource/Claws_(TV_series)", "http://dbpedia.org/resource/Conagher", "http://dbpedia.org/resource/Jonny_Quest_vs._The_Cyber_Insects", "http://dbpedia.org/resource/Saved_(TV_series)", "http://dbpedia.org/resource/Saving_Grace_(TV_series)", "http://dbpedia.org/resource/Babylon_5:_A_Call_to_Arms", "http://dbpedia.org/resource/Babylon_5:_In_the_Beginning", "http://dbpedia.org/resource/Babylon_5:_The_River_of_Souls", "http://dbpedia.org/resource/Babylon_5:_Thirdspace", "http://dbpedia.org/resource/Into_the_West_(miniseries)", "http://dbpedia.org/resource/Ivory_Hunters", "http://dbpedia.org/resource/Miss_Lettie_and_Me", "http://dbpedia.org/resource/Mob_City", "http://dbpedia.org/resource/Monday_Night_Mayhem", "http://dbpedia.org/resource/Monte_Walsh_(2003_film)", "http://dbpedia.org/resource/Murder_in_the_First_(TV_series)", "http://dbpedia.org/resource/NASCAR_on_TNT", "http://dbpedia.org/resource/NBA_on_TNT", "http://dbpedia.org/resource/Two_for_Texas", "http://dbpedia.org/resource/A_Christmas_Carol_(1999_film)", "http://dbpedia.org/resource/A_Perfect_Day_(2006_film)", "http://dbpedia.org/resource/Agent_X_(TV_series)", "http://dbpedia.org/resource/Buffalo_Soldiers_(1997_film)", "http://dbpedia.org/resource/Bull_(2000_TV_series)", "http://dbpedia.org/resource/CHiPs", "http://dbpedia.org/resource/Call_Me_Claus", "http://dbpedia.org/resource/Chernobyl:_The_Final_Warning", "http://dbpedia.org/resource/Chowdaheads", "http://dbpedia.org/resource/Hope_(1997_film)", "http://dbpedia.org/resource/L.A._Heat_(TV_series)", "http://dbpedia.org/resource/Snowpiercer_(TV_series)", "http://dbpedia.org/resource/Crossfire_Trail", "http://dbpedia.org/resource/Crusade_(TV_series)", "http://dbpedia.org/resource/Heartland_(2007_American_TV_series)", "http://dbpedia.org/resource/Major_Crimes_(TV_series)", "http://dbpedia.org/resource/Rizzoli_&_Isles", "http://dbpedia.org/resource/Falling_Skies_(season_1)", "http://dbpedia.org/resource/Falling_Skies_(season_2)", "http://dbpedia.org/resource/Falling_Skies_(season_3)", "http://dbpedia.org/resource/Falling_Skies_(season_4)", "http://dbpedia.org/resource/Falling_Skies_(season_5)", "http://dbpedia.org/resource/Legends_(TV_series)", "http://dbpedia.org/resource/Leverage_(American_TV_series)", "http://dbpedia.org/resource/Nightbreaker_(film)", "http://dbpedia.org/resource/Nightmares_&_Dreamscapes:_From_the_Stories_of_Stephen_King", "http://dbpedia.org/resource/Perception_(American_TV_series)", "http://dbpedia.org/resource/Proof_(2015_TV_series)", "http://dbpedia.org/resource/Purgatory_(1999_film)", "http://dbpedia.org/resource/Witchblade_(2001_TV_series)", "http://dbpedia.org/resource/Witchblade_(film)", "http://dbpedia.org/resource/Word_of_Honor_(2003_film)", "http://dbpedia.org/resource/X_Factor_(Brazilian_TV_series)", "http://dbpedia.org/resource/Ebenezer_(film)", "http://dbpedia.org/resource/On_the_Menu", "http://dbpedia.org/resource/Southland_(TV_series)", "http://dbpedia.org/resource/I_Am_the_Night_(TV_series)", "http://dbpedia.org/resource/King_of_Texas", "http://dbpedia.org/resource/List_of_Cold_Justice_episodes", "http://dbpedia.org/resource/Running_Mates_(2000_film)", "http://dbpedia.org/resource/You_Know_My_Name_(film)", "http://dbpedia.org/resource/Soccer_on_Turner_Sports", "http://dbpedia.org/resource/This_Week_in_Tech", "http://dbpedia.org/resource/Fresh_Gear", "http://dbpedia.org/resource/Internet_Tonight", "http://dbpedia.org/resource/Titans_of_Tech", "http://dbpedia.org/resource/Eye_Drops", "http://dbpedia.org/resource/Nerd_Nation", "http://dbpedia.org/resource/Wired_For_Sex", "http://dbpedia.org/resource/Stadium_College_Football", "http://dbpedia.org/resource/Foursome_(2006_TV_series)", "http://dbpedia.org/resource/Sam's_Game", "http://dbpedia.org/resource/Around_the_World_in_80_Babes", "http://dbpedia.org/resource/Playboy_Prime", "http://dbpedia.org/resource/Playboy_Shootout", "http://dbpedia.org/resource/Porno_Valley", "http://dbpedia.org/resource/15th_AVN_Awards", "http://dbpedia.org/resource/16th_AVN_Awards", "http://dbpedia.org/resource/Brooklyn_Kinda_Love", "http://dbpedia.org/resource/21st_AVN_Awards", "http://dbpedia.org/resource/22nd_AVN_Awards", "http://dbpedia.org/resource/23rd_AVN_Awards", "http://dbpedia.org/resource/24th_AVN_Awards", "http://dbpedia.org/resource/69_Sexy_Things_2_Do_Before_You_Die", "http://dbpedia.org/resource/Search_for_the_Perfect_Girlfriend", "http://dbpedia.org/resource/Money_Talks_(TV_series)", "http://dbpedia.org/resource/Totally_Busted", "http://dbpedia.org/resource/AVN_Awards", "http://dbpedia.org/resource/Adult_Film_Association_of_America", "http://dbpedia.org/resource/Canoga_Park_(TV_series)", "http://dbpedia.org/resource/E-Rotic_(TV_series)", "http://dbpedia.org/resource/Jenna's_American_Sex_Star", "http://dbpedia.org/resource/Naughty_Amateur_Home_Videos", "http://dbpedia.org/resource/Night_Calls", "http://dbpedia.org/resource/World_of_Playboy", "http://dbpedia.org/resource/Electric_Blue_(TV_series)", "http://dbpedia.org/resource/Sex_Court", "http://dbpedia.org/resource/Sexcetera", "http://dbpedia.org/resource/Show_Us_Your_Wits", "http://dbpedia.org/resource/King_of_Clubs_(TV_series)", "http://dbpedia.org/resource/Playboy_TV_Double_Features", "http://dbpedia.org/resource/42nd_Daytime_Emmy_Awards", "http://dbpedia.org/resource/51st_NAACP_Image_Awards", "http://dbpedia.org/resource/Swedish_Dicks", "http://dbpedia.org/resource/53rd_NAACP_Image_Awards", "http://dbpedia.org/resource/52nd_NAACP_Image_Awards", "http://dbpedia.org/resource/Queens_of_Drama", "http://dbpedia.org/resource/Impact!_(TV_series)", "http://dbpedia.org/resource/List_of_One_Day_at_a_Time_(2017_TV_series)_episodes", "http://dbpedia.org/resource/Pointman", "http://dbpedia.org/resource/Island_City_(1994_film)", "http://dbpedia.org/resource/Time_Trax", "http://dbpedia.org/resource/Kung_Fu:_The_Legend_Continues", "http://dbpedia.org/resource/Destination_Tennis", "http://dbpedia.org/resource/2010_Premios_Juventud", "http://dbpedia.org/resource/2011_Premios_Juventud", "http://dbpedia.org/resource/2012_Premios_Juventud", "http://dbpedia.org/resource/2013_Premios_Juventud", "http://dbpedia.org/resource/Amas_de_casa_desesperadas_(American_TV_series)", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2012", "http://dbpedia.org/resource/Al_Punto", "http://dbpedia.org/resource/2020_Premios_Juventud", "http://dbpedia.org/resource/21st_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/22nd_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/23rd_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/10th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/11th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/12th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/13th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/14th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/Eva_Luna_(TV_series)", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2013", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2014", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2015", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2016", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2017", "http://dbpedia.org/resource/Primer_Impacto", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2011", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2010", "http://dbpedia.org/resource/15th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/16th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/Rep\u00fablica_Deportiva", "http://dbpedia.org/resource/17th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/18th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/2022_Premios_Juventud", "http://dbpedia.org/resource/20th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/2005_Premios_Juventud", "http://dbpedia.org/resource/2006_Premios_Juventud", "http://dbpedia.org/resource/2007_Premios_Juventud", "http://dbpedia.org/resource/2008_Premios_Juventud", "http://dbpedia.org/resource/2009_Premios_Juventud", "http://dbpedia.org/resource/Noticiero_Univision", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2007", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2008", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2009", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2010", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2011", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2012", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2013", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2014", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2015", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2016", "http://dbpedia.org/resource/Nuestra_Belleza_Latina_2018", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2009", "http://dbpedia.org/resource/2021_Premios_Juventud", "http://dbpedia.org/resource/Selena_\u00a1VIVE!", "http://dbpedia.org/resource/Bailando_por_un_Sue\u00f1o_(Mexican_TV_series)", "http://dbpedia.org/resource/Trato_Hecho_(American_game_show)", "http://dbpedia.org/resource/Tu_cara_me_suena_(American_season_1)", "http://dbpedia.org/resource/A_Mill\u00f3n", "http://dbpedia.org/resource/2014_Premios_Juventud", "http://dbpedia.org/resource/2015_Premios_Juventud", "http://dbpedia.org/resource/2016_Premios_Juventud", "http://dbpedia.org/resource/Su_nombre_era_Dolores,_la_Jenn_que_yo_conoc\u00ed", "http://dbpedia.org/resource/6th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/7th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/8th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/9th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/La_Banda_(American_season_1)", "http://dbpedia.org/resource/La_Banda_(American_season_2)", "http://dbpedia.org/resource/La_Banda_(TV_series)", "http://dbpedia.org/resource/La_Piloto_(season_1)", "http://dbpedia.org/resource/La_fuerza_de_creer", "http://dbpedia.org/resource/La_gran_sorpresa", "http://dbpedia.org/resource/La_mujer_de_mi_vida", "http://dbpedia.org/resource/Latin_Grammy_Awards", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2018", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2019", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2020", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2021", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2022", "http://dbpedia.org/resource/Don_Francisco_Presenta", "http://dbpedia.org/resource/Duro_Y_Directo", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2007", "http://dbpedia.org/resource/19th_Annual_Latin_Grammy_Awards", "http://dbpedia.org/resource/2004_Premios_Juventud", "http://dbpedia.org/resource/2017_Premios_Juventud", "http://dbpedia.org/resource/2019_Premios_Juventud", "http://dbpedia.org/resource/Dale_Replay", "http://dbpedia.org/resource/Feliz!_(TV_program)", "http://dbpedia.org/resource/Jennifer_Lopez_Presents:_Como_Ama_una_Mujer", "http://dbpedia.org/resource/Lente_Loco", "http://dbpedia.org/resource/Q'Viva!_The_Chosen", "http://dbpedia.org/resource/Que_te_perdone_Dios", "http://dbpedia.org/resource/Yago_(TV_series)", "http://dbpedia.org/resource/El_Chapo_(TV_series)", "http://dbpedia.org/resource/El_Gordo_y_la_Flaca", "http://dbpedia.org/resource/El_hotel_de_los_secretos", "http://dbpedia.org/resource/Olvidarte_jam\u00e1s", "http://dbpedia.org/resource/List_of_El_Drag\u00f3n:_Return_of_a_Warrior_episodes", "http://dbpedia.org/resource/List_of_La_Piloto_episodes", "http://dbpedia.org/resource/Mira_qui\u00e9n_baila_(American_TV_series)", "http://dbpedia.org/resource/Mira_qui\u00e9n_baila_(season_1)", "http://dbpedia.org/resource/Mira_qui\u00e9n_baila_(season_2)", "http://dbpedia.org/resource/Mira_qui\u00e9n_baila_(season_3)", "http://dbpedia.org/resource/Mira_qui\u00e9n_baila_(season_4)", "http://dbpedia.org/resource/Mira_qui\u00e9n_baila_(season_5)", "http://dbpedia.org/resource/Mira_qui\u00e9n_baila_(season_7)", "http://dbpedia.org/resource/Mira_qui\u00e9n_baila_(season_8)", "http://dbpedia.org/resource/Mira_qui\u00e9n_baila_(season_9)", "http://dbpedia.org/resource/Rub\u00ed_(2020_TV_series)", "http://dbpedia.org/resource/\u00a1Despierta_Am\u00e9rica!", "http://dbpedia.org/resource/\u00a1Viva_el_Sue\u00f1o!", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2006", "http://dbpedia.org/resource/Premio_Lo_Nuestro_2008", "http://dbpedia.org/resource/Saints_&_Sinners_(2016_TV_series)", "http://dbpedia.org/resource/Faith_Heist", "http://dbpedia.org/resource/Family_Time_(TV_series)", "http://dbpedia.org/resource/In_the_Cut_(TV_series)", "http://dbpedia.org/resource/PBC:_The_Next_Round", "http://dbpedia.org/resource/Vanderpump_Rules:_Jax_And_Brittany_Take_Kentucky", "http://dbpedia.org/resource/Vanderpump_Rules_After_Show", "http://dbpedia.org/resource/Dirty_John_(TV_series)", "http://dbpedia.org/resource/Married_to_Medicine:_Houston", "http://dbpedia.org/resource/Married_to_Medicine:_Los_Angeles", "http://dbpedia.org/resource/Porsha's_Family_Matters", "http://dbpedia.org/resource/Porsha's_Having_a_Baby", "http://dbpedia.org/resource/Texicanas", "http://dbpedia.org/resource/Breaking_News_(TV_series)", "http://dbpedia.org/resource/The_Real_Housewives_of_Atlanta", "http://dbpedia.org/resource/The_Real_Housewives_of_Beverly_Hills", "http://dbpedia.org/resource/The_Real_Housewives_of_Beverly_Hills_(season_10)", "http://dbpedia.org/resource/The_Real_Housewives_of_Beverly_Hills_(season_11)", "http://dbpedia.org/resource/The_Real_Housewives_of_Beverly_Hills_(season_12)", "http://dbpedia.org/resource/The_Real_Housewives_of_D.C.", "http://dbpedia.org/resource/The_Real_Housewives_of_Dallas", "http://dbpedia.org/resource/The_Real_Housewives_of_Dubai", "http://dbpedia.org/resource/The_Real_Housewives_of_Miami", "http://dbpedia.org/resource/The_Real_Housewives_of_New_Jersey", "http://dbpedia.org/resource/The_Real_Housewives_of_New_Jersey_(season_10)", "http://dbpedia.org/resource/The_Real_Housewives_of_New_Jersey_(season_11)", "http://dbpedia.org/resource/The_Real_Housewives_of_New_Jersey_(season_12)", "http://dbpedia.org/resource/The_Real_Housewives_of_New_York_City", "http://dbpedia.org/resource/The_Real_Housewives_of_New_York_City_(season_12)", "http://dbpedia.org/resource/The_Real_Housewives_of_New_York_City_(season_13)", "http://dbpedia.org/resource/The_Real_Housewives_of_Orange_County", "http://dbpedia.org/resource/The_Real_Housewives_of_Orange_County_(season_15)", "http://dbpedia.org/resource/The_Real_Housewives_of_Orange_County_(season_16)", "http://dbpedia.org/resource/The_Real_Housewives_of_Potomac", "http://dbpedia.org/resource/The_Real_Housewives_of_Potomac_(season_1)", "http://dbpedia.org/resource/The_Real_Housewives_of_Potomac_(season_2)", "http://dbpedia.org/resource/The_Real_Housewives_of_Potomac_(season_5)", "http://dbpedia.org/resource/The_Real_Housewives_of_Potomac_(season_6)", "http://dbpedia.org/resource/The_Real_Housewives_of_Salt_Lake_City", "http://dbpedia.org/resource/The_Real_Housewives_of_Salt_Lake_City_(season_2)", "http://dbpedia.org/resource/44th_People's_Choice_Awards", "http://dbpedia.org/resource/Top_Chef:_All-Stars", "http://dbpedia.org/resource/Top_Chef:_All-Stars_L.A.", "http://dbpedia.org/resource/Top_Chef:_Boston", "http://dbpedia.org/resource/Top_Chef:_California", "http://dbpedia.org/resource/Top_Chef:_Charleston", "http://dbpedia.org/resource/Top_Chef:_Chicago", "http://dbpedia.org/resource/Top_Chef:_Colorado", "http://dbpedia.org/resource/Top_Chef:_D.C.", "http://dbpedia.org/resource/Top_Chef:_Houston", "http://dbpedia.org/resource/Top_Chef:_Kentucky", "http://dbpedia.org/resource/Top_Chef:_Las_Vegas", "http://dbpedia.org/resource/Top_Chef:_Los_Angeles", "http://dbpedia.org/resource/Top_Chef:_Miami", "http://dbpedia.org/resource/Top_Chef:_New_Orleans", "http://dbpedia.org/resource/Top_Chef:_New_York", "http://dbpedia.org/resource/Top_Chef:_Portland", "http://dbpedia.org/resource/Top_Chef:_San_Francisco", "http://dbpedia.org/resource/Top_Chef:_Seattle", "http://dbpedia.org/resource/Top_Chef:_Texas", "http://dbpedia.org/resource/Top_Chef:_World_All-Stars", "http://dbpedia.org/resource/Xscape:_Still_Kickin'_It", "http://dbpedia.org/resource/Kandi_&_The_Gang", "http://dbpedia.org/resource/Kandi_Koated_Nights", "http://dbpedia.org/resource/Gordon_Center_for_Medical_Imaging", "http://dbpedia.org/resource/Athinoula_A._Martinos_Center_for_Biomedical_Imaging", "http://dbpedia.org/resource/The_Happy_Prince_(1974_film)", "http://dbpedia.org/resource/WRRD_(FM)", "http://dbpedia.org/resource/Motorz_TV", "http://dbpedia.org/resource/State_of_the_Culture", "http://dbpedia.org/resource/The_Dan_Patrick_Show", "http://dbpedia.org/resource/AT&T_SportsNet_Pittsburgh", "http://dbpedia.org/resource/AT&T_SportsNet_Rocky_Mountain", "http://dbpedia.org/resource/AT&T_SportsNet_Southwest", "http://dbpedia.org/resource/Root_Sports_Northwest", "http://dbpedia.org/resource/Kevin_Eschenfelder", "http://dbpedia.org/resource/Model_Latina", "http://dbpedia.org/resource/Operation_Osmin", "http://dbpedia.org/resource/Alternatino_with_Arturo_Castro", "http://dbpedia.org/resource/American_Body_Shop", "http://dbpedia.org/resource/Viva_Variety", "http://dbpedia.org/resource/Vs._(game_show)", "http://dbpedia.org/resource/Wanda_Does_It", "http://dbpedia.org/resource/Demetri_Martin._Person.", "http://dbpedia.org/resource/Detroiters_(TV_series)", "http://dbpedia.org/resource/Atom_TV", "http://dbpedia.org/resource/Awkwafina_Is_Nora_from_Queens", "http://dbpedia.org/resource/Frank_Leaves_for_the_Orient", "http://dbpedia.org/resource/Freak_Show_(TV_series)", "http://dbpedia.org/resource/Futurama", "http://dbpedia.org/resource/Futurama_(season_5)", "http://dbpedia.org/resource/Futurama_(season_6)", "http://dbpedia.org/resource/Futurama_(season_7)", "http://dbpedia.org/resource/Gabriel_Iglesias_Presents_Stand_Up_Revolution", "http://dbpedia.org/resource/Gamekings", "http://dbpedia.org/resource/Halfway_Home_(TV_series)", "http://dbpedia.org/resource/TV_Funhouse", "http://dbpedia.org/resource/List_of_The_Colbert_Report_episodes_(2007)", "http://dbpedia.org/resource/List_of_The_Colbert_Report_episodes_(2009)", "http://dbpedia.org/resource/List_of_The_Colbert_Report_episodes_(2010)", "http://dbpedia.org/resource/List_of_The_Colbert_Report_episodes_(2011)", "http://dbpedia.org/resource/List_of_The_Colbert_Report_episodes_(2012)", "http://dbpedia.org/resource/List_of_The_Colbert_Report_episodes_(2013)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(1996)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(1997)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(1998)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(1999)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2000)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2001)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2002)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2003)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2004)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2005)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2006)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2007)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2008)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2009)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2010)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2011)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2012)", "http://dbpedia.org/resource/Epitome_of_Hyperbole", "http://dbpedia.org/resource/Gerhard_Reinke's_Wanderlust", "http://dbpedia.org/resource/Premium_Blend", "http://dbpedia.org/resource/The_Benson_Interruption", "http://dbpedia.org/resource/Upright_Citizens_Brigade_(TV_series)", "http://dbpedia.org/resource/Brickleberry", "http://dbpedia.org/resource/Broad_City", "http://dbpedia.org/resource/Broad_City_(season_1)", "http://dbpedia.org/resource/Key_&_Peele", "http://dbpedia.org/resource/Reality_Bites_Back", "http://dbpedia.org/resource/The_Colbert_Report", "http://dbpedia.org/resource/The_Comedy_Jam", "http://dbpedia.org/resource/The_Daily_Show", "http://dbpedia.org/resource/The_Gong_Show_with_Dave_Attell", "http://dbpedia.org/resource/The_High_Court_with_Doug_Benson", "http://dbpedia.org/resource/The_Jeselnik_Offensive", "http://dbpedia.org/resource/The_Man_Show", "http://dbpedia.org/resource/The_News_Hole", "http://dbpedia.org/resource/The_Nightly_Show_with_Larry_Wilmore", "http://dbpedia.org/resource/The_Opposition_with_Jordan_Klepper", "http://dbpedia.org/resource/The_Other_Two", "http://dbpedia.org/resource/The_President_Show", "http://dbpedia.org/resource/The_Sarah_Silverman_Program", "http://dbpedia.org/resource/The_Showbiz_Show_with_David_Spade", "http://dbpedia.org/resource/6_Days_to_Air", "http://dbpedia.org/resource/Not_Safe_with_Nikki_Glaser", "http://dbpedia.org/resource/Comedy_Central_Roast", "http://dbpedia.org/resource/Comedy_Central_Stand-Up_Presents", "http://dbpedia.org/resource/Secret_Girlfriend", "http://dbpedia.org/resource/BET_Awards_2017", "http://dbpedia.org/resource/BattleBots_(season_1)", "http://dbpedia.org/resource/Insomniac_with_Dave_Attell", "http://dbpedia.org/resource/Comedy_Central_(British_TV_channel)", "http://dbpedia.org/resource/Comedy_Central_(Swedish_TV_channel)", "http://dbpedia.org/resource/Too_Late_with_Adam_Carolla", "http://dbpedia.org/resource/Tough_Crowd_with_Colin_Quinn", "http://dbpedia.org/resource/Typical_Rick", "http://dbpedia.org/resource/A_Colbert_Christmas:_The_Greatest_Gift_of_All!", "http://dbpedia.org/resource/Adam_Devine's_House_Party", "http://dbpedia.org/resource/Chappelle's_Show", "http://dbpedia.org/resource/Chocolate_News", "http://dbpedia.org/resource/Strangers_with_Candy", "http://dbpedia.org/resource/Strip_Mall", "http://dbpedia.org/resource/Hot_Comedy_Central", "http://dbpedia.org/resource/Dog_Bites_Man", "http://dbpedia.org/resource/Drawn_Together", "http://dbpedia.org/resource/Drunk_History", "http://dbpedia.org/resource/South_Park", "http://dbpedia.org/resource/South_Park_(season_1)", "http://dbpedia.org/resource/South_Park_(season_10)", "http://dbpedia.org/resource/South_Park_(season_11)", "http://dbpedia.org/resource/South_Park_(season_12)", "http://dbpedia.org/resource/South_Park_(season_13)", "http://dbpedia.org/resource/South_Park_(season_14)", "http://dbpedia.org/resource/South_Park_(season_15)", "http://dbpedia.org/resource/South_Park_(season_16)", "http://dbpedia.org/resource/South_Park_(season_17)", "http://dbpedia.org/resource/South_Park_(season_18)", "http://dbpedia.org/resource/South_Park_(season_19)", "http://dbpedia.org/resource/South_Park_(season_2)", "http://dbpedia.org/resource/South_Park_(season_20)", "http://dbpedia.org/resource/South_Park_(season_21)", "http://dbpedia.org/resource/South_Park_(season_22)", "http://dbpedia.org/resource/South_Park_(season_23)", "http://dbpedia.org/resource/South_Park_(season_24)", "http://dbpedia.org/resource/South_Park_(season_25)", "http://dbpedia.org/resource/South_Park_(season_3)", "http://dbpedia.org/resource/South_Park_(season_4)", "http://dbpedia.org/resource/South_Park_(season_5)", "http://dbpedia.org/resource/South_Park_(season_6)", "http://dbpedia.org/resource/South_Park_(season_7)", "http://dbpedia.org/resource/South_Park_(season_8)", "http://dbpedia.org/resource/South_Park_(season_9)", "http://dbpedia.org/resource/South_Side_(TV_series)", "http://dbpedia.org/resource/Crank_Yankers", "http://dbpedia.org/resource/Crossballs:_The_Debate_Show", "http://dbpedia.org/resource/Robbie_(TV_series)", "http://dbpedia.org/resource/Exit_57", "http://dbpedia.org/resource/Fairview_(TV_series)", "http://dbpedia.org/resource/Jeff_Ross_Presents_Roast_Battle", "http://dbpedia.org/resource/Lewis_Black's_Root_of_All_Evil", "http://dbpedia.org/resource/Lil'_Bush", "http://dbpedia.org/resource/List_of_@midnight_episodes_(2013\u201314)", "http://dbpedia.org/resource/List_of_@midnight_episodes_(2015)", "http://dbpedia.org/resource/List_of_@midnight_episodes_(2016)", "http://dbpedia.org/resource/List_of_@midnight_episodes_(2017)", "http://dbpedia.org/resource/Nick_Swardson's_Pretend_Time", "http://dbpedia.org/resource/This_Is_Not_Happening_(TV_series)", "http://dbpedia.org/resource/Time_Traveling_Bong", "http://dbpedia.org/resource/Win_Ben_Stein's_Money", "http://dbpedia.org/resource/Workaholics", "http://dbpedia.org/resource/Workaholics_(season_1)", "http://dbpedia.org/resource/Workaholics_(season_2)", "http://dbpedia.org/resource/Workaholics_(season_3)", "http://dbpedia.org/resource/Workaholics_(season_4)", "http://dbpedia.org/resource/Workaholics_(season_5)", "http://dbpedia.org/resource/Workaholics_(season_6)", "http://dbpedia.org/resource/Workaholics_(season_7)", "http://dbpedia.org/resource/Loafy", "http://dbpedia.org/resource/Onion_SportsDome", "http://dbpedia.org/resource/Shorties_Watchin'_Shorties", "http://dbpedia.org/resource/Sports_Show_with_Norm_Macdonald", "http://dbpedia.org/resource/Standup_Comedian", "http://dbpedia.org/resource/Stella_(American_TV_series)", "http://dbpedia.org/resource/Idiotsitter", "http://dbpedia.org/resource/Important_Things_with_Demetri_Martin", "http://dbpedia.org/resource/Klepper_(TV_series)", "http://dbpedia.org/resource/List_of_Futurama_episodes", "http://dbpedia.org/resource/List_of_Mystery_Science_Theater_3000_episodes", "http://dbpedia.org/resource/List_of_Reno_911!_episodes", "http://dbpedia.org/resource/List_of_South_Park_episodes", "http://dbpedia.org/resource/List_of_The_Colbert_Report_episodes_(2005\u201306)", "http://dbpedia.org/resource/List_of_The_Colbert_Report_episodes_(2008)", "http://dbpedia.org/resource/List_of_The_Colbert_Report_episodes_(2014)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2013)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2014)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2015)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2016)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2017)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2018)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2019)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2020)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2021)", "http://dbpedia.org/resource/List_of_The_Daily_Show_episodes_(2022)", "http://dbpedia.org/resource/List_of_The_Nightly_Show_with_Larry_Wilmore_episodes_(2015)", "http://dbpedia.org/resource/List_of_The_Nightly_Show_with_Larry_Wilmore_episodes_(2016)", "http://dbpedia.org/resource/List_of_The_Sarah_Silverman_Program_episodes", "http://dbpedia.org/resource/Michael_&_Michael_Have_Issues", "http://dbpedia.org/resource/Mind_of_Mencia", "http://dbpedia.org/resource/Talking_Movies", "http://dbpedia.org/resource/Killing_Eve", "http://dbpedia.org/resource/The_Living_and_the_Dead_(TV_series)", "http://dbpedia.org/resource/The_Secret_of_Crickley_Hall_(TV_series)", "http://dbpedia.org/resource/The_State_Within", "http://dbpedia.org/resource/Copper_(TV_series)", "http://dbpedia.org/resource/Top_Gear_America", "http://dbpedia.org/resource/Joel_Johnson_(journalist)", "http://dbpedia.org/resource/Chris_Harris_on_Cars", "http://dbpedia.org/resource/Doctor_Who_Confidential", "http://dbpedia.org/resource/Criptales", "http://dbpedia.org/resource/Britannia_Awards", "http://dbpedia.org/resource/Richard_Hammond's_Crash_Course", "http://dbpedia.org/resource/Fleming:_The_Man_Who_Would_Be_Bond", "http://dbpedia.org/resource/The_Parker_Andersons", "http://dbpedia.org/resource/The_Wizard_of_Paws", "http://dbpedia.org/resource/Studio_C", "http://dbpedia.org/resource/Qubo", "http://dbpedia.org/resource/Chasing_Classic_Cars", "http://dbpedia.org/resource/Bitchin'_Rides", "http://dbpedia.org/resource/100_latinos_dijeron", "http://dbpedia.org/resource/Noticias_MundoFox", "http://dbpedia.org/resource/El_Capit\u00e1n_Camacho", "http://dbpedia.org/resource/American_Heiress", "http://dbpedia.org/resource/Dateline_NBC", "http://dbpedia.org/resource/Watch_Over_Me", "http://dbpedia.org/resource/Desire_(TV_series)", "http://dbpedia.org/resource/Saints_&_Sinners_(2007_TV_series)", "http://dbpedia.org/resource/Wicked_Wicked_Games", "http://dbpedia.org/resource/Under_One_Roof_(2008_TV_series)", "http://dbpedia.org/resource/Breaking_the_Magician's_Code:_Magic's_Biggest_Secrets_Finally_Revealed", "http://dbpedia.org/resource/Jail_(TV_series)", "http://dbpedia.org/resource/Masters_of_Illusion_(TV_series)", "http://dbpedia.org/resource/The_Tony_Rock_Project", "http://dbpedia.org/resource/MyNetworkTV_telenovelas", "http://dbpedia.org/resource/Fashion_House", "http://dbpedia.org/resource/Paradise_Hotel", "http://dbpedia.org/resource/1975_Winston_500", "http://dbpedia.org/resource/1975_World_600", "http://dbpedia.org/resource/1999_Kmart_400", "http://dbpedia.org/resource/1999_Pepsi_400", "http://dbpedia.org/resource/1999_Primestar_500", "http://dbpedia.org/resource/2000_Chevy_Silverado_200", "http://dbpedia.org/resource/2000_Kmart_400", "http://dbpedia.org/resource/2000_Pepsi_400", "http://dbpedia.org/resource/1976_Dixie_500", "http://dbpedia.org/resource/1976_Los_Angeles_Times_500", "http://dbpedia.org/resource/1976_Riverside_400", "http://dbpedia.org/resource/1976_Winston_500", "http://dbpedia.org/resource/1976_World_600", "http://dbpedia.org/resource/1977_Talladega_500", "http://dbpedia.org/resource/1977_Winston_500", "http://dbpedia.org/resource/1977_World_600", "http://dbpedia.org/resource/1978_Talladega_500", "http://dbpedia.org/resource/1978_World_600", "http://dbpedia.org/resource/1979_Talladega_500", "http://dbpedia.org/resource/1979_World_600", "http://dbpedia.org/resource/1980_Talladega_500", "http://dbpedia.org/resource/1981_Daytona_500", "http://dbpedia.org/resource/1981_Talladega_500", "http://dbpedia.org/resource/1981_World_600", "http://dbpedia.org/resource/1982_Daytona_500", "http://dbpedia.org/resource/1983_Talladega_500", "http://dbpedia.org/resource/1984_Talladega_500", "http://dbpedia.org/resource/1985_Daytona_500", "http://dbpedia.org/resource/1995_Total_Petroleum_200", "http://dbpedia.org/resource/2005_NBA_All-Star_Game", "http://dbpedia.org/resource/2006_NBA_All-Star_Game", "http://dbpedia.org/resource/2007_NBA_All-Star_Game", "http://dbpedia.org/resource/2003_NBA_All-Star_Game", "http://dbpedia.org/resource/2004_NBA_All-Star_Game", "http://dbpedia.org/resource/All_Is_Forgiven_(TV_series)", "http://dbpedia.org/resource/All_Star_Secrets", "http://dbpedia.org/resource/Allegiance_(TV_series)", "http://dbpedia.org/resource/Alvin_and_the_Chipmunks_(1983_TV_series)", "http://dbpedia.org/resource/Amazing_Stories_(1985_TV_series)", "http://dbpedia.org/resource/Amelia_Earhart_(film)", "http://dbpedia.org/resource/Amen_(TV_series)", "http://dbpedia.org/resource/America's_Got_Talent", "http://dbpedia.org/resource/America's_Got_Talent:_Extreme", "http://dbpedia.org/resource/America's_Got_Talent:_The_Champions", "http://dbpedia.org/resource/America's_Got_Talent_(season_1)", "http://dbpedia.org/resource/America's_Got_Talent_(season_10)", "http://dbpedia.org/resource/America's_Got_Talent_(season_11)", "http://dbpedia.org/resource/America's_Got_Talent_(season_12)", "http://dbpedia.org/resource/America's_Got_Talent_(season_13)", "http://dbpedia.org/resource/America's_Got_Talent_(season_14)", "http://dbpedia.org/resource/America's_Got_Talent_(season_15)", "http://dbpedia.org/resource/America's_Got_Talent_(season_16)", "http://dbpedia.org/resource/America's_Got_Talent_(season_17)", "http://dbpedia.org/resource/America's_Got_Talent_(season_2)", "http://dbpedia.org/resource/America's_Got_Talent_(season_3)", "http://dbpedia.org/resource/America's_Got_Talent_(season_4)", "http://dbpedia.org/resource/America's_Got_Talent_(season_5)", "http://dbpedia.org/resource/America's_Got_Talent_(season_6)", "http://dbpedia.org/resource/America's_Got_Talent_(season_7)", "http://dbpedia.org/resource/America's_Got_Talent_(season_8)", "http://dbpedia.org/resource/America's_Got_Talent_(season_9)", "http://dbpedia.org/resource/America's_Most_Talented_Kid", "http://dbpedia.org/resource/America's_Next_Great_Restaurant", "http://dbpedia.org/resource/America's_Toughest_Jobs", "http://dbpedia.org/resource/America_Alive!", "http://dbpedia.org/resource/American_Auto", "http://dbpedia.org/resource/American_Dreams", "http://dbpedia.org/resource/American_Gladiators_(2008_TV_series)", "http://dbpedia.org/resource/American_Gladiators_(2008_TV_series,_season_1)", "http://dbpedia.org/resource/American_Gladiators_(2008_TV_series,_season_2)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_10)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_11)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_12)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_13)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_14)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_4)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_5)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_6)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_7)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_8)", "http://dbpedia.org/resource/American_Ninja_Warrior_(season_9)", "http://dbpedia.org/resource/American_Odyssey", "http://dbpedia.org/resource/American_Song_Contest", "http://dbpedia.org/resource/Amityville_4:_The_Evil_Escapes", "http://dbpedia.org/resource/Amnesia_(game_show)", "http://dbpedia.org/resource/Amy_Fisher:_My_Story", "http://dbpedia.org/resource/Amy_Prentiss", "http://dbpedia.org/resource/An_American_Girl:_Saige_Paints_the_Sky", "http://dbpedia.org/resource/An_Early_Frost", "http://dbpedia.org/resource/An_Evening_with_Fred_Astaire", "http://dbpedia.org/resource/And_the_Band_Played_On_(film)", "http://dbpedia.org/resource/Andy_Barker,_P.I.", "http://dbpedia.org/resource/Danger_Island_(TV_series)", "http://dbpedia.org/resource/Danger_Island_(film)", "http://dbpedia.org/resource/Dangerous_Assignment", "http://dbpedia.org/resource/Daniel_Boone_(1964_TV_series)", "http://dbpedia.org/resource/Danielle_Steel's_'Palomino'", "http://dbpedia.org/resource/Dark_Shadows_(1991_TV_series)", "http://dbpedia.org/resource/Dark_Skies", "http://dbpedia.org/resource/David_Mizejewski", "http://dbpedia.org/resource/Dawn:_Portrait_of_a_Teenage_Runaway", "http://dbpedia.org/resource/Day-O_(film)", "http://dbpedia.org/resource/Day_by_Day_(American_TV_series)", "http://dbpedia.org/resource/Days_of_Our_Lives", "http://dbpedia.org/resource/Dead_of_Night_(1977_film)", "http://dbpedia.org/resource/Deadline_(2000_TV_series)", "http://dbpedia.org/resource/Dear_John_(American_TV_series)", "http://dbpedia.org/resource/Death_of_a_Centerfold", "http://dbpedia.org/resource/Debris_(TV_series)", "http://dbpedia.org/resource/Deception_(2013_American_TV_series)", "http://dbpedia.org/resource/Deck_the_Halls_with_Wacky_Walls", "http://dbpedia.org/resource/ArenaBowl_XVII", "http://dbpedia.org/resource/ArenaBowl_XVIII", "http://dbpedia.org/resource/V_(1983_miniseries)", "http://dbpedia.org/resource/V_(1984_TV_series)", "http://dbpedia.org/resource/V_The_Final_Battle", "http://dbpedia.org/resource/Van_Dyke_and_Company", "http://dbpedia.org/resource/Veronica's_Closet", "http://dbpedia.org/resource/Victoria_Beckham:_Coming_to_America", "http://dbpedia.org/resource/Victoria_Regina_(film)", "http://dbpedia.org/resource/Victory_at_Sea", "http://dbpedia.org/resource/Viper_(TV_series)", "http://dbpedia.org/resource/Voyagers!", "http://dbpedia.org/resource/WNBA_on_NBC", "http://dbpedia.org/resource/WWE_Tribute_to_the_Troops", "http://dbpedia.org/resource/WWF_The_Main_Event", "http://dbpedia.org/resource/Walter_&_Emily", "http://dbpedia.org/resource/Watch_Mr._Wizard", "http://dbpedia.org/resource/Watching_Ellie", "http://dbpedia.org/resource/Diary_of_a_Young_Comic", "http://dbpedia.org/resource/Ding_Dong_School", "http://dbpedia.org/resource/Do_No_Harm_(TV_series)", "http://dbpedia.org/resource/Alexander:_The_Other_Side_of_Dawn", "http://dbpedia.org/resource/Alfred_Hitchcock_Presents", "http://dbpedia.org/resource/Alfred_Hitchcock_Presents_(1985_TV_series)", "http://dbpedia.org/resource/Alice_in_Wonderland_(1999_film)", "http://dbpedia.org/resource/20th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/22nd_Tony_Awards", "http://dbpedia.org/resource/23rd_Primetime_Emmy_Awards", "http://dbpedia.org/resource/23rd_Tony_Awards", "http://dbpedia.org/resource/Arsenic_&_Old_Lace", "http://dbpedia.org/resource/Atomic_Train", "http://dbpedia.org/resource/Aurora_(1984_film)", "http://dbpedia.org/resource/Average_Joe_(TV_series)", "http://dbpedia.org/resource/Awake_(TV_series)", "http://dbpedia.org/resource/Battlestars_(game_show)", "http://dbpedia.org/resource/Bay_City_Blues", "http://dbpedia.org/resource/Beastmaster_III:_The_Eye_of_Braxus", "http://dbpedia.org/resource/Behind_the_Camera:_The_Unauthorized_Story_of_Charlie's_Angels", "http://dbpedia.org/resource/Believe_(TV_series)", "http://dbpedia.org/resource/Bent_(TV_series)", "http://dbpedia.org/resource/Best_Friends_Forever_(American_TV_series)", "http://dbpedia.org/resource/Best_Time_Ever_with_Neil_Patrick_Harris", "http://dbpedia.org/resource/Better_Late_Than_Never_(TV_series)", "http://dbpedia.org/resource/Betty_White's_Off_Their_Rockers", "http://dbpedia.org/resource/Beulah_Land_(miniseries)", "http://dbpedia.org/resource/Beverly_Hills_Buntz", "http://dbpedia.org/resource/For_Love_or_Money_(American_TV_series)", "http://dbpedia.org/resource/For_Your_Love_(TV_series)", "http://dbpedia.org/resource/Four_Kings", "http://dbpedia.org/resource/Fraggle_Rock:_The_Animated_Series", "http://dbpedia.org/resource/Frank_Sinatra:_A_Man_and_His_Music", "http://dbpedia.org/resource/Frasier", "http://dbpedia.org/resource/Frasier_(season_3)", "http://dbpedia.org/resource/Freaks_and_Geeks", "http://dbpedia.org/resource/Fred_Allen", "http://dbpedia.org/resource/Fred_and_Barney_Meet_the_Shmoo", "http://dbpedia.org/resource/Fred_and_Barney_Meet_the_Thing", "http://dbpedia.org/resource/Free_Agents_(American_TV_series)", "http://dbpedia.org/resource/Freedom_Road", "http://dbpedia.org/resource/Friday_Night_Lights_(TV_series)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_1)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_2)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_3)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_4)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_5)", "http://dbpedia.org/resource/Friday_Night_Videos", "http://dbpedia.org/resource/Friends", "http://dbpedia.org/resource/Friends_(season_1)", "http://dbpedia.org/resource/Friends_(season_10)", "http://dbpedia.org/resource/Friends_(season_2)", "http://dbpedia.org/resource/Friends_(season_3)", "http://dbpedia.org/resource/Friends_(season_4)", "http://dbpedia.org/resource/Friends_(season_5)", "http://dbpedia.org/resource/Friends_(season_6)", "http://dbpedia.org/resource/Friends_(season_7)", "http://dbpedia.org/resource/Friends_(season_8)", "http://dbpedia.org/resource/Friends_(season_9)", "http://dbpedia.org/resource/From_Here_to_Eternity_(miniseries)", "http://dbpedia.org/resource/Full_Moon_Over_Miami", "http://dbpedia.org/resource/Galaxy_Goof-Ups", "http://dbpedia.org/resource/Gambit_(game_show)", "http://dbpedia.org/resource/Game_of_Silence_(American_TV_series)", "http://dbpedia.org/resource/Gavilan_(TV_series)", "http://dbpedia.org/resource/Gemini_Division", "http://dbpedia.org/resource/Gemini_Man_(TV_series)", "http://dbpedia.org/resource/Generations_(American_TV_series)", "http://dbpedia.org/resource/Haggis_Baggis", "http://dbpedia.org/resource/Hairspray_Live!", "http://dbpedia.org/resource/Half_Nelson_(TV_series)", "http://dbpedia.org/resource/Halloween_with_the_New_Addams_Family", "http://dbpedia.org/resource/Hang_Time_(TV_series)", "http://dbpedia.org/resource/Hank_(1965_TV_series)", "http://dbpedia.org/resource/Hannibal_(TV_series)", "http://dbpedia.org/resource/Hannibal_(season_1)", "http://dbpedia.org/resource/Hannibal_(season_2)", "http://dbpedia.org/resource/Hannibal_(season_3)", "http://dbpedia.org/resource/Hans_Brinker_and_the_Silver_Skates_(film)", "http://dbpedia.org/resource/Happy_Family_(American_TV_series)", "http://dbpedia.org/resource/Hardball_(1989_TV_series)", "http://dbpedia.org/resource/Harper_Valley_PTA_(TV_series)", "http://dbpedia.org/resource/Harris_Against_the_World", "http://dbpedia.org/resource/Harris_and_Company", "http://dbpedia.org/resource/Harry's_Law", "http://dbpedia.org/resource/Harry's_Law_(season_1)", "http://dbpedia.org/resource/Harry's_Law_(season_2)", "http://dbpedia.org/resource/Hawaii_(TV_series)", "http://dbpedia.org/resource/Billy_V", "http://dbpedia.org/resource/Sammy_(TV_series)", "http://dbpedia.org/resource/Samson_&_Goliath", "http://dbpedia.org/resource/San_Francisco_International_Airport_(TV_series)", "http://dbpedia.org/resource/Sanford_(TV_series)", "http://dbpedia.org/resource/Sanford_Arms", "http://dbpedia.org/resource/Sanford_and_Son", "http://dbpedia.org/resource/Santa_Barbara_(TV_series)", "http://dbpedia.org/resource/TV_Nation", "http://dbpedia.org/resource/Talk_Stoop", "http://dbpedia.org/resource/Tate_(TV_series)", "http://dbpedia.org/resource/Tattingers", "http://dbpedia.org/resource/Teachers_(2006_TV_series)", "http://dbpedia.org/resource/Teachers_Only", "http://dbpedia.org/resource/Weakest_Link_(American_game_show)", "http://dbpedia.org/resource/Weekend_Today", "http://dbpedia.org/resource/Welcome_to_the_Family_(American_TV_series)", "http://dbpedia.org/resource/What's_This_Song%3F", "http://dbpedia.org/resource/Wheelie_and_the_Chopper_Bunch", "http://dbpedia.org/resource/When_the_Bough_Breaks_(1986_film)", "http://dbpedia.org/resource/Where_the_Girls_Are_(TV_program)", "http://dbpedia.org/resource/Whitney_(TV_series)", "http://dbpedia.org/resource/Who's_Watching_the_Kids%3F", "http://dbpedia.org/resource/Who_Is_Simon_Miller%3F", "http://dbpedia.org/resource/Who_Is_the_Black_Dahlia%3F", "http://dbpedia.org/resource/Whoopi_(TV_series)", "http://dbpedia.org/resource/Wichita_Town", "http://dbpedia.org/resource/Wild_Kingdom", "http://dbpedia.org/resource/Will_&_Grace", "http://dbpedia.org/resource/Will_&_Grace_(season_1)", "http://dbpedia.org/resource/Will_&_Grace_(season_10)", "http://dbpedia.org/resource/Will_&_Grace_(season_11)", "http://dbpedia.org/resource/Will_&_Grace_(season_2)", "http://dbpedia.org/resource/Will_&_Grace_(season_3)", "http://dbpedia.org/resource/Will_&_Grace_(season_4)", "http://dbpedia.org/resource/Will_&_Grace_(season_5)", "http://dbpedia.org/resource/Will_&_Grace_(season_6)", "http://dbpedia.org/resource/Will_&_Grace_(season_7)", "http://dbpedia.org/resource/Will_&_Grace_(season_8)", "http://dbpedia.org/resource/Will_&_Grace_(season_9)", "http://dbpedia.org/resource/Mail_Order_Family", "http://dbpedia.org/resource/$25_Million_Dollar_Hoax", "http://dbpedia.org/resource/100_Questions", "http://dbpedia.org/resource/10th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/11th_Annual_Grammy_Awards", "http://dbpedia.org/resource/11th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/12th_ALMA_Awards", "http://dbpedia.org/resource/12th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/13th_ALMA_Awards", "http://dbpedia.org/resource/13th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/13th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/14th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/Animalympics", "http://dbpedia.org/resource/Ann_Jillian_(TV_series)", "http://dbpedia.org/resource/Annie_Live!", "http://dbpedia.org/resource/Another_World_(TV_series)", "http://dbpedia.org/resource/Aquarius_(American_TV_series)", "http://dbpedia.org/resource/Archer_(1975_TV_series)", "http://dbpedia.org/resource/Archie:_To_Riverdale_and_Back_Again", "http://dbpedia.org/resource/Are_You_There,_Chelsea%3F", "http://dbpedia.org/resource/Elvis_(1968_TV_program)", "http://dbpedia.org/resource/Emerald_City_(TV_series)", "http://dbpedia.org/resource/Emergency!", "http://dbpedia.org/resource/Emergency_+4", "http://dbpedia.org/resource/Emeril_(TV_series)", "http://dbpedia.org/resource/Empire_(1962_TV_series)", "http://dbpedia.org/resource/Empty_Nest", "http://dbpedia.org/resource/Encore!_Encore!", "http://dbpedia.org/resource/Enola_Gay:_The_Men,_the_Mission,_the_Atomic_Bomb", "http://dbpedia.org/resource/Ensign_O'Toole", "http://dbpedia.org/resource/Evergreen_(miniseries)", "http://dbpedia.org/resource/Gillette_Cavalcade_of_Sports", "http://dbpedia.org/resource/Gimme_a_Break!", "http://dbpedia.org/resource/Go_(game_show)", "http://dbpedia.org/resource/Go_Fish_(TV_series)", "http://dbpedia.org/resource/Go_On_(TV_series)", "http://dbpedia.org/resource/God,_the_Devil_and_Bob", "http://dbpedia.org/resource/Going_Bananas_(American_TV_series)", "http://dbpedia.org/resource/Goldilocks_(film)", "http://dbpedia.org/resource/Golf_on_NBC", "http://dbpedia.org/resource/Good_Morning,_Miami", "http://dbpedia.org/resource/Marlon_(TV_series)", "http://dbpedia.org/resource/Marry_Me_(American_TV_series)", "http://dbpedia.org/resource/Mary,_Mother_of_Jesus_(film)", "http://dbpedia.org/resource/Players_(1997_TV_series)", "http://dbpedia.org/resource/Please_Don't_Eat_the_Daisies_(TV_series)", "http://dbpedia.org/resource/Poker_After_Dark", "http://dbpedia.org/resource/Police_Woman_(TV_series)", "http://dbpedia.org/resource/Polly_(film)", "http://dbpedia.org/resource/Poor_Little_Rich_Girl:_The_Barbara_Hutton_Story", "http://dbpedia.org/resource/Powerless_(TV_series)", "http://dbpedia.org/resource/Pride_&_Joy_(TV_series)", "http://dbpedia.org/resource/Prime_Suspect_(American_TV_series)", "http://dbpedia.org/resource/Prince_Street_(TV_series)", "http://dbpedia.org/resource/Temple_Houston_(TV_series)", "http://dbpedia.org/resource/Tennis_on_NBC", "http://dbpedia.org/resource/Thank_God_You're_Here_(American_TV_series)", "http://dbpedia.org/resource/The_100_Lives_of_Black_Jack_Savage", "http://dbpedia.org/resource/The_A-Team", "http://dbpedia.org/resource/The_A-Team_(season_1)", "http://dbpedia.org/resource/The_A-Team_(season_2)", "http://dbpedia.org/resource/The_A-Team_(season_3)", "http://dbpedia.org/resource/The_A-Team_(season_4)", "http://dbpedia.org/resource/The_A-Team_(season_5)", "http://dbpedia.org/resource/The_Addams_Family_(1973_TV_series)", "http://dbpedia.org/resource/The_Apprentice:_Martha_Stewart", "http://dbpedia.org/resource/The_Apprentice_(American_TV_series)", "http://dbpedia.org/resource/The_Apprentice_(American_season_1)", "http://dbpedia.org/resource/The_Apprentice_(American_season_10)", "http://dbpedia.org/resource/The_Apprentice_(American_season_11)", "http://dbpedia.org/resource/The_Apprentice_(American_season_12)", "http://dbpedia.org/resource/The_Apprentice_(American_season_13)", "http://dbpedia.org/resource/The_Apprentice_(American_season_14)", "http://dbpedia.org/resource/The_Apprentice_(American_season_2)", "http://dbpedia.org/resource/The_Apprentice_(American_season_3)", "http://dbpedia.org/resource/The_Apprentice_(American_season_4)", "http://dbpedia.org/resource/The_Apprentice_(American_season_5)", "http://dbpedia.org/resource/The_Apprentice_(American_season_6)", "http://dbpedia.org/resource/The_Apprentice_(American_season_7)", "http://dbpedia.org/resource/The_Apprentice_(American_season_8)", "http://dbpedia.org/resource/The_Apprentice_(American_season_9)", "http://dbpedia.org/resource/The_Aquarians", "http://dbpedia.org/resource/The_Archer:_Fugitive_from_the_Empire", "http://dbpedia.org/resource/The_Armed_Forces_Hour", "http://dbpedia.org/resource/The_Atom_Ant/Secret_Squirrel_Show", "http://dbpedia.org/resource/The_Banana_Splits", "http://dbpedia.org/resource/The_Beasts_Are_on_the_Streets", "http://dbpedia.org/resource/The_Berenstain_Bears'_Christmas_Tree", "http://dbpedia.org/resource/The_Berenstain_Bears'_Comic_Valentine", "http://dbpedia.org/resource/The_Berenstain_Bears'_Easter_Surprise", "http://dbpedia.org/resource/The_Berenstain_Bears_Meet_Bigpaw", "http://dbpedia.org/resource/The_Berenstain_Bears_Play_Ball", "http://dbpedia.org/resource/The_Betty_White_Show_(1952_TV_series)", "http://dbpedia.org/resource/The_Big_Payoff", "http://dbpedia.org/resource/The_Biggest_Loser_(American_TV_series)", "http://dbpedia.org/resource/The_Biggest_Loser_(Dutch_TV_series)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_1)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_10)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_11)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_12)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_13)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_14)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_15)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_16)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_17)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_2)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_3)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_4)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_5)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_6)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_7)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_8)", "http://dbpedia.org/resource/The_Biggest_Loser_(season_9)", "http://dbpedia.org/resource/The_Bill_Cosby_Show", "http://dbpedia.org/resource/The_Black_Donnellys", "http://dbpedia.org/resource/The_Blacklist", "http://dbpedia.org/resource/The_Blacklist:_Redemption", "http://dbpedia.org/resource/The_Blacklist_(season_1)", "http://dbpedia.org/resource/The_Blacklist_(season_2)", "http://dbpedia.org/resource/The_Blacklist_(season_3)", "http://dbpedia.org/resource/The_Blacklist_(season_4)", "http://dbpedia.org/resource/The_Blacklist_(season_5)", "http://dbpedia.org/resource/The_Blacklist_(season_6)", "http://dbpedia.org/resource/The_Blacklist_(season_7)", "http://dbpedia.org/resource/The_Blacklist_(season_8)", "http://dbpedia.org/resource/The_Blacklist_(season_9)", "http://dbpedia.org/resource/The_Blue_Knight_(film)", "http://dbpedia.org/resource/The_Bob_Crosby_Show", "http://dbpedia.org/resource/The_Bob_Cummings_Show", "http://dbpedia.org/resource/The_Bob_Newhart_Show_(1961_TV_series)", "http://dbpedia.org/resource/The_Bold_Men", "http://dbpedia.org/resource/The_Bold_Ones", "http://dbpedia.org/resource/The_Bold_Ones:_The_Lawyers", "http://dbpedia.org/resource/The_Bold_Ones:_The_New_Doctors", "http://dbpedia.org/resource/The_Bold_Ones:_The_Protectors", "http://dbpedia.org/resource/The_Bold_Ones:_The_Senator", "http://dbpedia.org/resource/The_Book_of_Daniel_(TV_series)", "http://dbpedia.org/resource/The_Boy_Who_Talked_to_Badgers", "http://dbpedia.org/resource/The_Brave_(TV_series)", "http://dbpedia.org/resource/The_Bronx_Zoo_(TV_series)", "http://dbpedia.org/resource/The_Bugaloos", "http://dbpedia.org/resource/The_Buick_Circus_Hour", "http://dbpedia.org/resource/The_Burning_Bed", "http://dbpedia.org/resource/The_Californians_(TV_series)", "http://dbpedia.org/resource/The_Cape_(2011_TV_series)", "http://dbpedia.org/resource/The_Carmichael_Show", "http://dbpedia.org/resource/The_Celebrity_Apprentice", "http://dbpedia.org/resource/UC:_Undercover", "http://dbpedia.org/resource/Uncle_Sam_Magoo", "http://dbpedia.org/resource/Undateable", "http://dbpedia.org/resource/Undercovers_(TV_series)", "http://dbpedia.org/resource/Union_Square_(TV_series)", "http://dbpedia.org/resource/Universo_(TV_channel)", "http://dbpedia.org/resource/Up_All_Night_(TV_series)", "http://dbpedia.org/resource/Uprising_(2001_film)", "http://dbpedia.org/resource/Saturday_Roundup", "http://dbpedia.org/resource/1600_Penn", "http://dbpedia.org/resource/16th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/15th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/16th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/Boomtown_(2002_TV_series)", "http://dbpedia.org/resource/Born_Too_Soon", "http://dbpedia.org/resource/Born_to_the_Wind", "http://dbpedia.org/resource/Boss_Lady", "http://dbpedia.org/resource/Boston_Common_(TV_series)", "http://dbpedia.org/resource/Bowling_on_NBC", "http://dbpedia.org/resource/Brand_New_Life", "http://dbpedia.org/resource/Branded_(TV_series)", "http://dbpedia.org/resource/Brave_New_World_(1980_film)", "http://dbpedia.org/resource/Bret_Maverick", "http://dbpedia.org/resource/Bret_Maverick:_The_Lazy_Ace", "http://dbpedia.org/resource/Bridge_Across_Time", "http://dbpedia.org/resource/Bring_the_Funny", "http://dbpedia.org/resource/Broadway_Open_House", "http://dbpedia.org/resource/Brooklyn_Nine-Nine_(season_6)", "http://dbpedia.org/resource/Brooklyn_Nine-Nine_(season_7)", "http://dbpedia.org/resource/Brooklyn_Nine-Nine_(season_8)", "http://dbpedia.org/resource/Brotherly_Love_(1995_TV_series)", "http://dbpedia.org/resource/Buck_Rogers_in_the_25th_Century_(TV_series)", "http://dbpedia.org/resource/Jackie,_Ethel,_Joan:_The_Women_of_Camelot", "http://dbpedia.org/resource/Jackpot_(game_show)", "http://dbpedia.org/resource/Jackpot_Bowling", "http://dbpedia.org/resource/Jana_of_the_Jungle", "http://dbpedia.org/resource/Kate's_Secret", "http://dbpedia.org/resource/Kath_&_Kim_(American_TV_series)", "http://dbpedia.org/resource/Kelvin_Keech", "http://dbpedia.org/resource/Kenan_(TV_series)", "http://dbpedia.org/resource/Kennedy_(miniseries)", "http://dbpedia.org/resource/Key_West_(film)", "http://dbpedia.org/resource/Kid_'n_Play_(TV_series)", "http://dbpedia.org/resource/Kidd_Video", "http://dbpedia.org/resource/Kidnapped:_In_the_Line_of_Duty", "http://dbpedia.org/resource/Kidnapped_(American_TV_series)", "http://dbpedia.org/resource/Kidz_in_the_Wood", "http://dbpedia.org/resource/Killer_Instinct_(1988_film)", "http://dbpedia.org/resource/Killing_Mr._Griffin_(film)", "http://dbpedia.org/resource/Match_Game-Hollywood_Squares_Hour", "http://dbpedia.org/resource/Matlock_(season_1)", "http://dbpedia.org/resource/Matlock_(season_2)", "http://dbpedia.org/resource/Matlock_(season_3)", "http://dbpedia.org/resource/Matlock_(season_4)", "http://dbpedia.org/resource/Matlock_(season_5)", "http://dbpedia.org/resource/Matlock_(season_6)", "http://dbpedia.org/resource/Max_Liebman_Presents", "http://dbpedia.org/resource/Maya_&_Marty", "http://dbpedia.org/resource/Maya_(American_TV_series)", "http://dbpedia.org/resource/McClain's_Law", "http://dbpedia.org/resource/McClain's_Law_(film)", "http://dbpedia.org/resource/McCloud_(TV_series)", "http://dbpedia.org/resource/McDuff,_the_Talking_Dog", "http://dbpedia.org/resource/McKeever_and_the_Colonel", "http://dbpedia.org/resource/McMillan_&_Wife", "http://dbpedia.org/resource/Medical_Investigation", "http://dbpedia.org/resource/Medical_Story", "http://dbpedia.org/resource/Medium_(season_1)", "http://dbpedia.org/resource/Medium_(season_2)", "http://dbpedia.org/resource/Medium_(season_3)", "http://dbpedia.org/resource/Medium_(season_4)", "http://dbpedia.org/resource/Medium_(season_5)", "http://dbpedia.org/resource/Meet_My_Folks", "http://dbpedia.org/resource/Meet_the_Press", "http://dbpedia.org/resource/Megyn_Kelly_Today", "http://dbpedia.org/resource/Memory_Game", "http://dbpedia.org/resource/Men_Behaving_Badly_(American_TV_series)", "http://dbpedia.org/resource/Mercy_(TV_series)", "http://dbpedia.org/resource/Merlin_(miniseries)", "http://dbpedia.org/resource/Merry_Madagascar", "http://dbpedia.org/resource/Raines", "http://dbpedia.org/resource/Reach_for_the_Stars_(game_show)", "http://dbpedia.org/resource/Ready_for_Love_(TV_series)", "http://dbpedia.org/resource/Reasonable_Doubts", "http://dbpedia.org/resource/Remington_Steele", "http://dbpedia.org/resource/Return_to_Mayberry", "http://dbpedia.org/resource/Return_to_Peyton_Place_(TV_series)", "http://dbpedia.org/resource/Return_to_the_Planet_of_the_Apes", "http://dbpedia.org/resource/Revelations_(2005_TV_series)", "http://dbpedia.org/resource/Revenge_of_the_Stepford_Wives", "http://dbpedia.org/resource/Reverie_(TV_series)", "http://dbpedia.org/resource/Revolution_(TV_series)", "http://dbpedia.org/resource/The_Contender_(season_1)", "http://dbpedia.org/resource/The_Cosby_Mysteries", "http://dbpedia.org/resource/The_Cosby_Show", "http://dbpedia.org/resource/The_Count_of_Monte_Cristo_(1975_film)", "http://dbpedia.org/resource/The_Covenant_(1985_film)", "http://dbpedia.org/resource/The_Crisis_(TV_series)", "http://dbpedia.org/resource/The_D.A.'s_Man", "http://dbpedia.org/resource/The_Danny_Thomas_Hour", "http://dbpedia.org/resource/The_Dark_Secret_of_Harvest_Home", "http://dbpedia.org/resource/The_David_Letterman_Show", "http://dbpedia.org/resource/The_David_Niven_Show", "http://dbpedia.org/resource/The_David_S._Pumpkins_Halloween_Special", "http://dbpedia.org/resource/The_Deadly_Tower", "http://dbpedia.org/resource/The_Death_of_Richie", "http://dbpedia.org/resource/The_Death_of_the_Incredible_Hulk", "http://dbpedia.org/resource/The_Deliberate_Stranger", "http://dbpedia.org/resource/The_Desperate_Mission_(1969_film)", "http://dbpedia.org/resource/The_Devlin_Connection", "http://dbpedia.org/resource/The_Dick_Powell_Show", "http://dbpedia.org/resource/The_Dinah_Shore_Chevy_Show", "http://dbpedia.org/resource/The_Dirty_Dozen:_Next_Mission", "http://dbpedia.org/resource/The_Dirty_Dozen:_The_Fatal_Mission", "http://dbpedia.org/resource/The_Disappearance_of_Aimee", "http://dbpedia.org/resource/The_Disappearance_of_Flight_412", "http://dbpedia.org/resource/The_Doctors_(1963_TV_series)", "http://dbpedia.org/resource/The_Duck_Factory", "http://dbpedia.org/resource/The_Ed_Wynn_Show_(1958_TV_series)", "http://dbpedia.org/resource/The_Endgame", "http://dbpedia.org/resource/The_Enemy_Within_(TV_series)", "http://dbpedia.org/resource/The_Event", "http://dbpedia.org/resource/The_Facts_of_Life_(TV_series)", "http://dbpedia.org/resource/The_Facts_of_Life_Down_Under", "http://dbpedia.org/resource/The_Facts_of_Life_Goes_to_Paris", "http://dbpedia.org/resource/The_Family_Holvak", "http://dbpedia.org/resource/The_Family_Tree_(TV_series)", "http://dbpedia.org/resource/The_Fanelli_Boys", "http://dbpedia.org/resource/The_Fighting_Fitzgeralds", "http://dbpedia.org/resource/The_Firm_(2012_TV_series)", "http://dbpedia.org/resource/The_First_Christmas:_The_Story_of_the_First_Christmas_Snow", "http://dbpedia.org/resource/The_First_Easter_Rabbit", "http://dbpedia.org/resource/The_First_Olympics:_Athens_1896", "http://dbpedia.org/resource/The_Flintstone_Comedy_Show", "http://dbpedia.org/resource/The_Flintstone_Funnies", "http://dbpedia.org/resource/The_Flintstone_Primetime_Specials", "http://dbpedia.org/resource/The_Flintstones'_New_Neighbors", "http://dbpedia.org/resource/The_Flintstones:_Fred's_Final_Fling", "http://dbpedia.org/resource/The_Flintstones:_Jogging_Fever", "http://dbpedia.org/resource/The_Flintstones:_Little_Big_League", "http://dbpedia.org/resource/The_Flintstones:_Wind-Up_Wilma", "http://dbpedia.org/resource/The_Flintstones_Meet_Rockula_and_Frankenstone", "http://dbpedia.org/resource/The_Flip_Wilson_Show", "http://dbpedia.org/resource/The_Fresh_Prince_of_Bel-Air", "http://dbpedia.org/resource/The_Fresh_Prince_of_Bel-Air_(season_1)", "http://dbpedia.org/resource/The_Fresh_Prince_of_Bel-Air_(season_2)", "http://dbpedia.org/resource/The_Fresh_Prince_of_Bel-Air_(season_3)", "http://dbpedia.org/resource/The_Fresh_Prince_of_Bel-Air_(season_4)", "http://dbpedia.org/resource/The_Fresh_Prince_of_Bel-Air_(season_5)", "http://dbpedia.org/resource/The_Fresh_Prince_of_Bel-Air_(season_6)", "http://dbpedia.org/resource/The_Funny_Side", "http://dbpedia.org/resource/The_Funtastic_World_of_Hanna-Barbera_Arena_Show", "http://dbpedia.org/resource/The_Gambler_(film_series)", "http://dbpedia.org/resource/The_Gangster_Chronicles", "http://dbpedia.org/resource/The_Gary_Coleman_Show", "http://dbpedia.org/resource/The_Ghosts_of_Buxley_Hall", "http://dbpedia.org/resource/The_Girl_from_U.N.C.L.E.", "http://dbpedia.org/resource/The_Godfather_Saga", "http://dbpedia.org/resource/The_Golden_Girls", "http://dbpedia.org/resource/The_Golden_Girls_(season_1)", "http://dbpedia.org/resource/The_Golden_Girls_(season_2)", "http://dbpedia.org/resource/The_Golden_Girls_(season_3)", "http://dbpedia.org/resource/The_Golden_Girls_(season_4)", "http://dbpedia.org/resource/The_Golden_Girls_(season_5)", "http://dbpedia.org/resource/The_Golden_Girls_(season_6)", "http://dbpedia.org/resource/The_Golden_Girls_(season_7)", "http://dbpedia.org/resource/The_Good_Life_(1994_TV_series)", "http://dbpedia.org/resource/The_Good_Place", "http://dbpedia.org/resource/The_Good_Place_(season_1)", "http://dbpedia.org/resource/The_Good_Place_(season_2)", "http://dbpedia.org/resource/The_Good_Place_(season_3)", "http://dbpedia.org/resource/The_Good_Place_(season_4)", "http://dbpedia.org/resource/The_Great_American_Road_Trip", "http://dbpedia.org/resource/The_Great_American_Traffic_Jam", "http://dbpedia.org/resource/The_Hanged_Man_(1964_film)", "http://dbpedia.org/resource/The_Hero_(1966_TV_series)", "http://dbpedia.org/resource/The_High_Chaparral", "http://dbpedia.org/resource/The_Highwayman_(TV_series)", "http://dbpedia.org/resource/The_Hijacking_of_the_Achille_Lauro", "http://dbpedia.org/resource/The_Hobbit_(1977_film)", "http://dbpedia.org/resource/The_Home_Court", "http://dbpedia.org/resource/The_Houndcats", "http://dbpedia.org/resource/The_Huntley\u2013Brinkley_Report", "http://dbpedia.org/resource/The_InBetween", "http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)", "http://dbpedia.org/resource/The_Incredible_Hulk_Returns", "http://dbpedia.org/resource/The_Invisible_Woman_(1983_film)", "http://dbpedia.org/resource/The_Island_(American_TV_series)", "http://dbpedia.org/resource/The_Jack_Benny_Program", "http://dbpedia.org/resource/The_Jack_Benny_Program_(season_15)", "http://dbpedia.org/resource/The_Jane_Whitney_Show", "http://dbpedia.org/resource/The_Jay_Leno_Show", "http://dbpedia.org/resource/The_Jesse_Ventura_Story", "http://dbpedia.org/resource/The_Jimmy_Stewart_Show", "http://dbpedia.org/resource/The_John_Larroquette_Show", "http://dbpedia.org/resource/The_Kaiser_Aluminum_Hour", "http://dbpedia.org/resource/The_Kid_Super_Power_Hour_with_Shazam!", "http://dbpedia.org/resource/The_Kid_with_the_Broken_Halo", "http://dbpedia.org/resource/The_Kids_From_C.A.P.E.R.", "http://dbpedia.org/resource/The_Krofft_Superstar_Hour", "http://dbpedia.org/resource/The_Last_Hurrah_(1977_film)", "http://dbpedia.org/resource/The_Legend_of_Sleepy_Hollow_(1980_film)", "http://dbpedia.org/resource/The_Lieutenant", "http://dbpedia.org/resource/The_Life_and_Times_of_Grizzly_Adams", "http://dbpedia.org/resource/The_Little_Drummer_Boy_(TV_special)", "http://dbpedia.org/resource/The_Little_Rascals_Christmas_Special", "http://dbpedia.org/resource/The_Long_Island_Incident", "http://dbpedia.org/resource/The_Long_Summer_of_George_Adams", "http://dbpedia.org/resource/The_Lyon's_Den", "http://dbpedia.org/resource/The_Magic_Clown", "http://dbpedia.org/resource/The_Magical_Legend_of_the_Leprechauns", "http://dbpedia.org/resource/The_Magician_(American_TV_series)", "http://dbpedia.org/resource/The_Magnificent_Marble_Machine", "http://dbpedia.org/resource/The_Man_from_U.N.C.L.E.", "http://dbpedia.org/resource/The_Marriage_Ref_(American_TV_series)", "http://dbpedia.org/resource/The_Martin_Short_Show_(1994_TV_series)", "http://dbpedia.org/resource/The_Mask_of_Sheba", "http://dbpedia.org/resource/The_Master_(American_TV_series)", "http://dbpedia.org/resource/The_Matthew_Shepard_Story", "http://dbpedia.org/resource/The_McLean_Stevenson_Show", "http://dbpedia.org/resource/The_Michael_J._Fox_Show", "http://dbpedia.org/resource/The_Michael_Richards_Show", "http://dbpedia.org/resource/The_Mighty_Hercules", "http://dbpedia.org/resource/The_Misadventures_of_Sheriff_Lobo", "http://dbpedia.org/resource/The_Mommies_(TV_series)", "http://dbpedia.org/resource/The_Mouse_on_the_Mayflower", "http://dbpedia.org/resource/The_Munsters'_Revenge", "http://dbpedia.org/resource/The_Mysteries_of_Laura", "http://dbpedia.org/resource/The_Mysterious_Origins_of_Man", "http://dbpedia.org/resource/The_Mystery_of_the_Sphinx", "http://dbpedia.org/resource/The_Name_of_the_Game_(TV_series)", "http://dbpedia.org/resource/The_New_Adventures_of_Flash_Gordon", "http://dbpedia.org/resource/The_New_Adventures_of_Huckleberry_Finn", "http://dbpedia.org/resource/The_New_Archie_and_Sabrina_Hour", "http://dbpedia.org/resource/The_New_Archies", "http://dbpedia.org/resource/The_New_Celebrity_Apprentice", "http://dbpedia.org/resource/The_New_Fantastic_Four", "http://dbpedia.org/resource/The_New_Fred_and_Barney_Show", "http://dbpedia.org/resource/The_New_Normal_(TV_series)", "http://dbpedia.org/resource/The_New_Show", "http://dbpedia.org/resource/The_News_Is_the_News", "http://dbpedia.org/resource/The_Night_Shift_(TV_series)", "http://dbpedia.org/resource/The_Night_the_Bridge_Fell_Down", "http://dbpedia.org/resource/The_Norliss_Tapes", "http://dbpedia.org/resource/The_Nutt_House", "http://dbpedia.org/resource/The_Odyssey_(1997_miniseries)", "http://dbpedia.org/resource/The_Office_(American_TV_series)", "http://dbpedia.org/resource/The_Office_(American_season_1)", "http://dbpedia.org/resource/The_Office_(American_season_2)", "http://dbpedia.org/resource/The_Office_(American_season_3)", "http://dbpedia.org/resource/The_Office_(American_season_4)", "http://dbpedia.org/resource/The_Office_(American_season_5)", "http://dbpedia.org/resource/The_Office_(American_season_6)", "http://dbpedia.org/resource/The_Office_(American_season_7)", "http://dbpedia.org/resource/The_Office_(American_season_8)", "http://dbpedia.org/resource/The_Office_(American_season_9)", "http://dbpedia.org/resource/The_Old_Man_and_the_Sea_(1990_film)", "http://dbpedia.org/resource/The_Ordeal_of_Dr._Shannon", "http://dbpedia.org/resource/The_Oregon_Trail_(TV_series)", "http://dbpedia.org/resource/The_Others_(TV_series)", "http://dbpedia.org/resource/The_Outsider_(1968_TV_series)", "http://dbpedia.org/resource/The_Paul_Reiser_Show", "http://dbpedia.org/resource/The_Phantom_of_the_Opera_(miniseries)", "http://dbpedia.org/resource/The_Philanthropist_(TV_series)", "http://dbpedia.org/resource/The_Pied_Piper_of_Hamelin_(1957_film)", "http://dbpedia.org/resource/The_Pink_Panther_Show", "http://dbpedia.org/resource/The_Playboy_Club", "http://dbpedia.org/resource/The_Player_(2015_TV_series)", "http://dbpedia.org/resource/The_Poseidon_Adventure_(2005_film)", "http://dbpedia.org/resource/The_Possessed_(1977_film)", "http://dbpedia.org/resource/The_Powers_That_Be_(TV_series)", "http://dbpedia.org/resource/The_Powers_of_Matthew_Star", "http://dbpedia.org/resource/The_Pretender_(TV_series)", "http://dbpedia.org/resource/The_Psychiatrist_(TV_series)", "http://dbpedia.org/resource/The_Pursuit_of_Happiness_(1995_TV_series)", "http://dbpedia.org/resource/The_Questor_Tapes", "http://dbpedia.org/resource/The_Real_Wedding_Crashers", "http://dbpedia.org/resource/The_Red_Pony_(1973_film)", "http://dbpedia.org/resource/The_Restaurant_(American_TV_series)", "http://dbpedia.org/resource/The_Restless_Gun", "http://dbpedia.org/resource/The_Revlon_Mirror_Theater", "http://dbpedia.org/resource/The_Richard_Pryor_Show", "http://dbpedia.org/resource/The_Rockford_Files", "http://dbpedia.org/resource/The_Rockford_Files_(season_1)", "http://dbpedia.org/resource/The_Rockford_Files_(season_2)", "http://dbpedia.org/resource/The_Rockford_Files_(season_3)", "http://dbpedia.org/resource/The_Rockford_Files_(season_4)", "http://dbpedia.org/resource/The_Rockford_Files_(season_5)", "http://dbpedia.org/resource/The_Rockford_Files_(season_6)", "http://dbpedia.org/resource/The_Rogues_(TV_series)", "http://dbpedia.org/resource/The_Roller_Girls", "http://dbpedia.org/resource/The_Round_Table_(TV_series)", "http://dbpedia.org/resource/The_Rousters", "http://dbpedia.org/resource/The_Ruff_and_Reddy_Show", "http://dbpedia.org/resource/The_Savage_Bees", "http://dbpedia.org/resource/The_Scarlett_O'Hara_War", "http://dbpedia.org/resource/The_Second_Half", "http://dbpedia.org/resource/The_Secret_Lives_of_Waldo_Kitty", "http://dbpedia.org/resource/The_Shari_Lewis_Show", "http://dbpedia.org/resource/The_Sing-Off_(season_1)", "http://dbpedia.org/resource/The_Sing-Off_(season_2)", "http://dbpedia.org/resource/The_Sing-Off_(season_3)", "http://dbpedia.org/resource/The_Sing-Off_(season_4)", "http://dbpedia.org/resource/The_Singing_Bee_(American_game_show)", "http://dbpedia.org/resource/The_Single_Guy", "http://dbpedia.org/resource/The_Sky's_the_Limit_(1975_film)", "http://dbpedia.org/resource/The_Smurfs_(1981_TV_series)", "http://dbpedia.org/resource/The_Snoop_Sisters", "http://dbpedia.org/resource/The_Space_Kidettes", "http://dbpedia.org/resource/The_Special_London_Bridge_Special", "http://dbpedia.org/resource/The_Spell_(1977_film)", "http://dbpedia.org/resource/The_Spike_Jones_Show_(series)", "http://dbpedia.org/resource/The_Stepford_Children", "http://dbpedia.org/resource/The_StoryTeller_(TV_series)", "http://dbpedia.org/resource/The_Strange_Possession_of_Mrs._Oliver", "http://dbpedia.org/resource/The_Straw_Hat_Matinee", "http://dbpedia.org/resource/The_Super_Globetrotters", "http://dbpedia.org/resource/The_Temptations_(miniseries)", "http://dbpedia.org/resource/The_Thing_About_Pam", "http://dbpedia.org/resource/The_Titan_Games", "http://dbpedia.org/resource/The_Tomorrow_Show", "http://dbpedia.org/resource/The_Tonight_Show_Starring_Jimmy_Fallon", "http://dbpedia.org/resource/The_Tonight_Show_Starring_Johnny_Carson", "http://dbpedia.org/resource/The_Tonight_Show_with_Conan_O'Brien", "http://dbpedia.org/resource/The_Tonight_Show_with_Jay_Leno", "http://dbpedia.org/resource/The_Tony_Danza_Show_(1997_TV_series)", "http://dbpedia.org/resource/The_Torkelsons", "http://dbpedia.org/resource/The_Tortellis", "http://dbpedia.org/resource/The_Town_Santa_Forgot", "http://dbpedia.org/resource/The_Trial_of_the_Incredible_Hulk", "http://dbpedia.org/resource/The_Vegas_Strip_War", "http://dbpedia.org/resource/The_Village_(2019_TV_series)", "http://dbpedia.org/resource/The_Virginian_(TV_series)", "http://dbpedia.org/resource/The_Voice_(American_season_1)", "http://dbpedia.org/resource/The_Voice_(American_season_10)", "http://dbpedia.org/resource/The_Voice_(American_season_11)", "http://dbpedia.org/resource/The_Voice_(American_season_12)", "http://dbpedia.org/resource/The_Voice_(American_season_13)", "http://dbpedia.org/resource/The_Voice_(American_season_14)", "http://dbpedia.org/resource/The_Voice_(American_season_15)", "http://dbpedia.org/resource/The_Voice_(American_season_16)", "http://dbpedia.org/resource/The_Voice_(American_season_17)", "http://dbpedia.org/resource/The_Voice_(American_season_18)", "http://dbpedia.org/resource/The_Voice_(American_season_19)", "http://dbpedia.org/resource/The_Voice_(American_season_2)", "http://dbpedia.org/resource/The_Voice_(American_season_20)", "http://dbpedia.org/resource/The_Voice_(American_season_21)", "http://dbpedia.org/resource/The_Voice_(American_season_22)", "http://dbpedia.org/resource/The_Voice_(American_season_3)", "http://dbpedia.org/resource/The_Voice_(American_season_4)", "http://dbpedia.org/resource/The_Voice_(American_season_5)", "http://dbpedia.org/resource/The_Voice_(American_season_6)", "http://dbpedia.org/resource/The_Voice_(American_season_7)", "http://dbpedia.org/resource/The_Voice_(American_season_8)", "http://dbpedia.org/resource/The_Voice_(American_season_9)", "http://dbpedia.org/resource/The_Wall_(American_game_show)", "http://dbpedia.org/resource/The_Waverly_Wonders", "http://dbpedia.org/resource/The_West_Wing", "http://dbpedia.org/resource/The_West_Wing_(season_1)", "http://dbpedia.org/resource/The_West_Wing_(season_2)", "http://dbpedia.org/resource/The_West_Wing_(season_3)", "http://dbpedia.org/resource/The_West_Wing_(season_4)", "http://dbpedia.org/resource/The_West_Wing_(season_5)", "http://dbpedia.org/resource/The_West_Wing_(season_6)", "http://dbpedia.org/resource/The_West_Wing_(season_7)", "http://dbpedia.org/resource/The_Who,_What,_or_Where_Game", "http://dbpedia.org/resource/The_Winds_of_Kitty_Hawk", "http://dbpedia.org/resource/The_Winds_of_Whoopie", "http://dbpedia.org/resource/The_World's_Most_Dangerous_Magic", "http://dbpedia.org/resource/The_World_of_Mr._Sweeney", "http://dbpedia.org/resource/The_Year_Without_a_Santa_Claus_(2006_film)", "http://dbpedia.org/resource/The_Yellow_Rose", "http://dbpedia.org/resource/The_Young_Runaways_(1978_film)", "http://dbpedia.org/resource/Then_Came_Bronson", "http://dbpedia.org/resource/17th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/1_vs._100_(American_game_show)", "http://dbpedia.org/resource/1st_Annual_NFL_Honors", "http://dbpedia.org/resource/1st_Look", "http://dbpedia.org/resource/1st_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/2001_Brickyard_400", "http://dbpedia.org/resource/2001_EA_Sports_500", "http://dbpedia.org/resource/2001_Mountain_Dew_Southern_500", "http://dbpedia.org/resource/2002_Brickyard_400", "http://dbpedia.org/resource/2002_NBA_All-Star_Game", "http://dbpedia.org/resource/2003_Brickyard_400", "http://dbpedia.org/resource/2003_EA_Sports_500", "http://dbpedia.org/resource/2003_Ford_400", "http://dbpedia.org/resource/2003_Mountain_Dew_Southern_500", "http://dbpedia.org/resource/2004_Banquet_400", "http://dbpedia.org/resource/2004_Brickyard_400", "http://dbpedia.org/resource/2004_EA_Sports_500", "http://dbpedia.org/resource/2004_Mountain_Dew_Southern_500", "http://dbpedia.org/resource/2004_Pop_Secret_500", "http://dbpedia.org/resource/2005_Brickyard_400", "http://dbpedia.org/resource/2005_Sony_HD_500", "http://dbpedia.org/resource/2005_UAW-Ford_500", "http://dbpedia.org/resource/2006_AMD_at_the_Glen", "http://dbpedia.org/resource/2006_Bank_of_America_500", "http://dbpedia.org/resource/2006_Banquet_400", "http://dbpedia.org/resource/2006_Bass_Pro_Shops_MBNA_500", "http://dbpedia.org/resource/2006_Brickyard_400", "http://dbpedia.org/resource/2006_Goody's_250_(Martinsville)", "http://dbpedia.org/resource/2006_Sony_HD_500", "http://dbpedia.org/resource/2006_Subway_500", "http://dbpedia.org/resource/2006_UAW-Ford_500", "http://dbpedia.org/resource/2022_Billboard_Music_Awards", "http://dbpedia.org/resource/227_(TV_series)", "http://dbpedia.org/resource/22nd_Daytime_Emmy_Awards", "http://dbpedia.org/resource/28th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/2nd_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/30_Rock", "http://dbpedia.org/resource/30_Rock_(season_1)", "http://dbpedia.org/resource/30_Rock_(season_2)", "http://dbpedia.org/resource/30_Rock_(season_3)", "http://dbpedia.org/resource/30_Rock_(season_4)", "http://dbpedia.org/resource/30_Rock_(season_5)", "http://dbpedia.org/resource/30_Rock_(season_6)", "http://dbpedia.org/resource/30_Rock_(season_7)", "http://dbpedia.org/resource/31st_Daytime_Emmy_Awards", "http://dbpedia.org/resource/32nd_Primetime_Emmy_Awards", "http://dbpedia.org/resource/33\u2153_Revolutions_per_Monkee", "http://dbpedia.org/resource/35th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/38th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/3rd_Rock_from_the_Sun", "http://dbpedia.org/resource/3rd_Rock_from_the_Sun_(season_1)", "http://dbpedia.org/resource/3rd_Rock_from_the_Sun_(season_2)", "http://dbpedia.org/resource/3rd_Rock_from_the_Sun_(season_3)", "http://dbpedia.org/resource/3rd_Rock_from_the_Sun_(season_4)", "http://dbpedia.org/resource/3rd_Rock_from_the_Sun_(season_5)", "http://dbpedia.org/resource/3rd_Rock_from_the_Sun_(season_6)", "http://dbpedia.org/resource/3rd_Screen_Actors_Guild_Awards", "http://dbpedia.org/resource/47th_People's_Choice_Awards", "http://dbpedia.org/resource/4th_Annual_NFL_Honors", "http://dbpedia.org/resource/50_Grand_Slam", "http://dbpedia.org/resource/50th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/54th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/58th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/62nd_Primetime_Emmy_Awards", "http://dbpedia.org/resource/66th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/74th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/75th_Golden_Globe_Awards", "http://dbpedia.org/resource/76th_Golden_Globe_Awards", "http://dbpedia.org/resource/79_Park_Avenue", "http://dbpedia.org/resource/7th_Annual_NFL_Honors", "http://dbpedia.org/resource/A.D._The_Bible_Continues", "http://dbpedia.org/resource/A.P._Bio", "http://dbpedia.org/resource/A.U.S.A.", "http://dbpedia.org/resource/AFL_on_NBC", "http://dbpedia.org/resource/ALF:_The_Animated_Series", "http://dbpedia.org/resource/ALF_(TV_series)", "http://dbpedia.org/resource/ALF_(season_1)", "http://dbpedia.org/resource/ALF_(season_2)", "http://dbpedia.org/resource/ALF_(season_3)", "http://dbpedia.org/resource/ALF_(season_4)", "http://dbpedia.org/resource/ALF_Tales", "http://dbpedia.org/resource/No_Man's_Land_(1984_film)", "http://dbpedia.org/resource/No_One_Would_Tell", "http://dbpedia.org/resource/Noah's_Ark_(miniseries)", "http://dbpedia.org/resource/Norby_(TV_series)", "http://dbpedia.org/resource/Northwest_Passage_(TV_series)", "http://dbpedia.org/resource/Nothing_in_Common_(TV_series)", "http://dbpedia.org/resource/Notre_Dame_Football_on_NBC", "http://dbpedia.org/resource/Nurses_(American_TV_series)", "http://dbpedia.org/resource/Nurses_(Canadian_TV_series)", "http://dbpedia.org/resource/2018_Billboard_Music_Awards", "http://dbpedia.org/resource/2019_Billboard_Music_Awards", "http://dbpedia.org/resource/2020_Billboard_Music_Awards", "http://dbpedia.org/resource/2020_Drive_for_the_Cure_250", "http://dbpedia.org/resource/2021_Billboard_Music_Awards", "http://dbpedia.org/resource/2021_Henry_180", "http://dbpedia.org/resource/City_Guys", "http://dbpedia.org/resource/City_of_Angels_(1976_TV_series)", "http://dbpedia.org/resource/Clash_of_the_Choirs", "http://dbpedia.org/resource/Class_Cruise", "http://dbpedia.org/resource/Cliffhangers_(TV_series)", "http://dbpedia.org/resource/Cocaine:_One_Man's_Seduction", "http://dbpedia.org/resource/Cold_Feet_(American_TV_series)", "http://dbpedia.org/resource/College_Basketball_on_NBC_Sports", "http://dbpedia.org/resource/College_Football_on_NBC_Sports", "http://dbpedia.org/resource/Columbo_(season_1)", "http://dbpedia.org/resource/Columbo_(season_2)", "http://dbpedia.org/resource/Columbo_(season_3)", "http://dbpedia.org/resource/Columbo_(season_4)", "http://dbpedia.org/resource/Columbo_(season_5)", "http://dbpedia.org/resource/Columbo_(season_6)", "http://dbpedia.org/resource/Columbo_(season_7)", "http://dbpedia.org/resource/Come_to_Papa_(TV_series)", "http://dbpedia.org/resource/Committed_(American_TV_series)", "http://dbpedia.org/resource/Community_(season_1)", "http://dbpedia.org/resource/Community_(season_2)", "http://dbpedia.org/resource/Community_(season_3)", "http://dbpedia.org/resource/Community_(season_4)", "http://dbpedia.org/resource/Community_(season_5)", "http://dbpedia.org/resource/Concentration_(game_show)", "http://dbpedia.org/resource/Conrad_Bloom", "http://dbpedia.org/resource/Constantine_(TV_series)", "http://dbpedia.org/resource/Contract_on_Cherry_Street", "http://dbpedia.org/resource/Conviction_(2006_TV_series)", "http://dbpedia.org/resource/Cool_McCool", "http://dbpedia.org/resource/Johnny_Shiloh_(film)", "http://dbpedia.org/resource/Jokebook", "http://dbpedia.org/resource/Journeyman_(TV_series)", "http://dbpedia.org/resource/Sara_(1985_TV_series)", "http://dbpedia.org/resource/Sarah_T._\u2013_Portrait_of_a_Teenage_Alcoholic", "http://dbpedia.org/resource/Saturday_Night_Live", "http://dbpedia.org/resource/Saturday_Night_Live_(season_1)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_10)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_11)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_12)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_13)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_14)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_15)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_16)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_17)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_18)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_19)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_2)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_20)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_21)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_22)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_23)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_24)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_25)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_26)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_27)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_28)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_29)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_3)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_30)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_31)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_32)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_33)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_34)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_35)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_36)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_37)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_38)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_39)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_4)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_40)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_41)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_42)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_43)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_44)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_45)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_46)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_47)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_5)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_6)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_7)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_8)", "http://dbpedia.org/resource/Saturday_Night_Live_(season_9)", "http://dbpedia.org/resource/Saturday_Night_Live_Weekend_Update_Thursday", "http://dbpedia.org/resource/Save_Me_(American_TV_series)", "http://dbpedia.org/resource/Saved_by_the_Bell", "http://dbpedia.org/resource/Saved_by_the_Bell:_The_College_Years", "http://dbpedia.org/resource/Saved_by_the_Bell:_The_New_Class", "http://dbpedia.org/resource/Say_When!!", "http://dbpedia.org/resource/Science_of_Love", "http://dbpedia.org/resource/Scout's_Safari", "http://dbpedia.org/resource/Scrubs_(season_1)", "http://dbpedia.org/resource/Scrubs_(season_2)", "http://dbpedia.org/resource/Scrubs_(season_3)", "http://dbpedia.org/resource/Scrubs_(season_4)", "http://dbpedia.org/resource/Scrubs_(season_5)", "http://dbpedia.org/resource/Scrubs_(season_6)", "http://dbpedia.org/resource/Scrubs_(season_7)", "http://dbpedia.org/resource/SeaQuest_DSV", "http://dbpedia.org/resource/Sealab_2020", "http://dbpedia.org/resource/Sean_Saves_the_World", "http://dbpedia.org/resource/Seasons_of_the_Heart_(1994_film)", "http://dbpedia.org/resource/Secret_Service_(TV_series)", "http://dbpedia.org/resource/Secrets_of_a_Married_Man", "http://dbpedia.org/resource/Secrets_of_the_Mountain", "http://dbpedia.org/resource/Seduced_by_Madness", "http://dbpedia.org/resource/Seinfeld", "http://dbpedia.org/resource/Seinfeld_(season_1)", "http://dbpedia.org/resource/Seinfeld_(season_2)", "http://dbpedia.org/resource/Seinfeld_(season_3)", "http://dbpedia.org/resource/Seinfeld_(season_4)", "http://dbpedia.org/resource/Seinfeld_(season_5)", "http://dbpedia.org/resource/Seinfeld_(season_6)", "http://dbpedia.org/resource/Seinfeld_(season_7)", "http://dbpedia.org/resource/Seinfeld_(season_8)", "http://dbpedia.org/resource/Seinfeld_(season_9)", "http://dbpedia.org/resource/B._J._and_the_Bear", "http://dbpedia.org/resource/Baa_Baa_Black_Sheep_(TV_series)", "http://dbpedia.org/resource/Babes_in_Toyland_(1986_film)", "http://dbpedia.org/resource/Baby_Boom_(American_TV_series)", "http://dbpedia.org/resource/Baby_Brokers", "http://dbpedia.org/resource/Back_to_the_Streets_of_San_Francisco", "http://dbpedia.org/resource/Backstairs_at_the_White_House", "http://dbpedia.org/resource/Baggy_Pants_and_the_Nitwits", "http://dbpedia.org/resource/Banacek", "http://dbpedia.org/resource/Bank_on_the_Stars", "http://dbpedia.org/resource/Banyon", "http://dbpedia.org/resource/Bare_Essence", "http://dbpedia.org/resource/Bates_Motel_(film)", "http://dbpedia.org/resource/Battery_Park_(TV_series)", "http://dbpedia.org/resource/Inside_Schwartz", "http://dbpedia.org/resource/Inspector_Gadget_Saves_Christmas", "http://dbpedia.org/resource/Ironside_(2013_TV_series)", "http://dbpedia.org/resource/It's_Punky_Brewster", "http://dbpedia.org/resource/It's_Worth_What%3F", "http://dbpedia.org/resource/It's_Your_Move", "http://dbpedia.org/resource/It's_a_Very_Merry_Muppet_Christmas_Movie", "http://dbpedia.org/resource/It_Pays_to_Be_Ignorant", "http://dbpedia.org/resource/It_Takes_Two_(game_show)", "http://dbpedia.org/resource/J.J._Starbuck", "http://dbpedia.org/resource/JAG_(TV_series)", "http://dbpedia.org/resource/JAG_(season_1)", "http://dbpedia.org/resource/Jack_Frost_(TV_special)", "http://dbpedia.org/resource/Misfits_of_Science", "http://dbpedia.org/resource/Miss_Match", "http://dbpedia.org/resource/Mister_Magoo's_Christmas_Carol", "http://dbpedia.org/resource/Mister_Sterling", "http://dbpedia.org/resource/Mister_T_(TV_series)", "http://dbpedia.org/resource/Moment_of_Truth:_A_Mother's_Deception", "http://dbpedia.org/resource/Moment_of_Truth:_Cradle_of_Conspiracy", "http://dbpedia.org/resource/Momma's_Boys", "http://dbpedia.org/resource/Monster_Squad", "http://dbpedia.org/resource/Monsters_vs._Aliens:_Mutant_Pumpkins_from_Outer_Space", "http://dbpedia.org/resource/Most_Outrageous_Moments", "http://dbpedia.org/resource/Movin'_with_Nancy", "http://dbpedia.org/resource/Mr._Cartoon", "http://dbpedia.org/resource/Mr._Krueger's_Christmas", "http://dbpedia.org/resource/Mr._Mayor", "http://dbpedia.org/resource/Mr._Rhodes", "http://dbpedia.org/resource/Mr._Robinson_(TV_series)", "http://dbpedia.org/resource/Mr._Rock_'n'_Roll:_The_Alan_Freed_Story", "http://dbpedia.org/resource/Murder_in_Mississippi", "http://dbpedia.org/resource/My_Dad_Is_Better_than_Your_Dad", "http://dbpedia.org/resource/My_Friend_Tony", "http://dbpedia.org/resource/My_Hero_(American_TV_series)", "http://dbpedia.org/resource/My_Mother_the_Car", "http://dbpedia.org/resource/My_Name_Is_Earl", "http://dbpedia.org/resource/My_Name_Is_Earl_(season_1)", "http://dbpedia.org/resource/My_Name_Is_Earl_(season_2)", "http://dbpedia.org/resource/My_Name_Is_Earl_(season_3)", "http://dbpedia.org/resource/My_Name_Is_Earl_(season_4)", "http://dbpedia.org/resource/My_Own_Worst_Enemy_(TV_series)", "http://dbpedia.org/resource/My_Son_Jeep", "http://dbpedia.org/resource/My_Sweet_Charlie", "http://dbpedia.org/resource/My_Two_Dads", "http://dbpedia.org/resource/My_World_and_Welcome_to_It", "http://dbpedia.org/resource/Mysterious_Ways_(TV_series)", "http://dbpedia.org/resource/NASCAR_on_NBC", "http://dbpedia.org/resource/NBA_on_NBC", "http://dbpedia.org/resource/NBC_60th_Anniversary_Celebration", "http://dbpedia.org/resource/NBC_Experiment_in_Television", "http://dbpedia.org/resource/NBC_New_Year's_Eve_specials", "http://dbpedia.org/resource/NBC_News_at_Sunrise", "http://dbpedia.org/resource/NBC_Nightly_News", "http://dbpedia.org/resource/NBC_Nightside", "http://dbpedia.org/resource/NBC_Olympic_broadcasts", "http://dbpedia.org/resource/NBC_Sunday_Night_Football", "http://dbpedia.org/resource/NBC_White_Paper", "http://dbpedia.org/resource/NFL_on_NBC", "http://dbpedia.org/resource/NHL_on_NBC", "http://dbpedia.org/resource/Nashville_Star", "http://dbpedia.org/resource/Nasty_Boys_(TV_series)", "http://dbpedia.org/resource/Tonight_Starring_Jack_Paar", "http://dbpedia.org/resource/Tonight_Starring_Steve_Allen", "http://dbpedia.org/resource/Tony_Bennett_Celebrates_90", "http://dbpedia.org/resource/Too_Young_to_Die%3F", "http://dbpedia.org/resource/Totally_Minnie", "http://dbpedia.org/resource/Trauma_(American_TV_series)", "http://dbpedia.org/resource/Treasure_Hunt_(American_game_show)", "http://dbpedia.org/resource/Treasure_Hunters_(TV_series)", "http://dbpedia.org/resource/Trial_&_Error_(TV_series)", "http://dbpedia.org/resource/Trinity_(American_TV_series)", "http://dbpedia.org/resource/Triumph_Over_Disaster:_The_Hurricane_Andrew_Story", "http://dbpedia.org/resource/Trolls:_Holiday_in_Harmony", "http://dbpedia.org/resource/Trolls_Holiday", "http://dbpedia.org/resource/True_Blue_(TV_series)", "http://dbpedia.org/resource/Truth_or_Consequences", "http://dbpedia.org/resource/Tucker_(2000_TV_series)", "http://dbpedia.org/resource/Twenty-One_(game_show)", "http://dbpedia.org/resource/Twenty_Good_Years", "http://dbpedia.org/resource/1983_Winston_500", "http://dbpedia.org/resource/1984_Winston_500", "http://dbpedia.org/resource/1985_Winston_500", "http://dbpedia.org/resource/1986_(American_TV_series)", "http://dbpedia.org/resource/A_Chipmunk_Christmas", "http://dbpedia.org/resource/A_Chipmunk_Reunion", "http://dbpedia.org/resource/A_Christmas_Carol_(2004_film)", "http://dbpedia.org/resource/A_Different_World", "http://dbpedia.org/resource/A_Family_Upside_Down", "http://dbpedia.org/resource/A_Family_for_Joe", "http://dbpedia.org/resource/A_Flintstone_Christmas", "http://dbpedia.org/resource/A_Howling_in_the_Woods", "http://dbpedia.org/resource/A_Legendary_Christmas_with_John_and_Chrissy", "http://dbpedia.org/resource/A_Little_Late_with_Lilly_Singh", "http://dbpedia.org/resource/A_Little_Piece_of_Heaven_(film)", "http://dbpedia.org/resource/A_Man_Called_Sloane", "http://dbpedia.org/resource/A_Man_and_His_Music_+_Ella_+_Jobim", "http://dbpedia.org/resource/A_Man_and_His_Music_\u2013_Part_II", "http://dbpedia.org/resource/A_Matter_of_Justice", "http://dbpedia.org/resource/A_Mom_for_Christmas", "http://dbpedia.org/resource/A_Muppets_Christmas:_Letters_to_Santa", "http://dbpedia.org/resource/A_Reason_to_Live_(1985_film)", "http://dbpedia.org/resource/A_Very_Wicked_Halloween", "http://dbpedia.org/resource/A_Woman_Called_Moses", "http://dbpedia.org/resource/A_Woman_of_Independent_Means", "http://dbpedia.org/resource/A_Year_in_the_Life", "http://dbpedia.org/resource/Aaron's_Way", "http://dbpedia.org/resource/Abby's", "http://dbpedia.org/resource/About_a_Boy_(TV_series)", "http://dbpedia.org/resource/Academy_Theatre", "http://dbpedia.org/resource/Acapulco_(1961_TV_series)", "http://dbpedia.org/resource/Accidental_Family", "http://dbpedia.org/resource/Adam-12", "http://dbpedia.org/resource/Against_the_Grain_(TV_series)", "http://dbpedia.org/resource/Age_of_Love_(TV_series)", "http://dbpedia.org/resource/2014_iHeartRadio_Music_Awards", "http://dbpedia.org/resource/Buffalo_Bill_(TV_series)", "http://dbpedia.org/resource/Buford_and_the_Galloping_Ghost", "http://dbpedia.org/resource/Built_to_Last_(TV_series)", "http://dbpedia.org/resource/Buried_Secrets_(film)", "http://dbpedia.org/resource/C.A.T._Squad", "http://dbpedia.org/resource/C.P.O._Sharkey", "http://dbpedia.org/resource/C._Everett_Koop,_M.D.", "http://dbpedia.org/resource/CB_Bears", "http://dbpedia.org/resource/Caesar's_Hour", "http://dbpedia.org/resource/Caf\u00e9_Americain", "http://dbpedia.org/resource/California_Dreams", "http://dbpedia.org/resource/Call_My_Bluff_(American_game_show)", "http://dbpedia.org/resource/Camel_News_Caravan", "http://dbpedia.org/resource/Camp_(TV_series)", "http://dbpedia.org/resource/Camp_Candy", "http://dbpedia.org/resource/Campus_Hoopla", "http://dbpedia.org/resource/Cave-In!", "http://dbpedia.org/resource/Celebrity_Cooking_Showdown", "http://dbpedia.org/resource/Centennial_(miniseries)", "http://dbpedia.org/resource/Chain_Letter_(American_game_show)", "http://dbpedia.org/resource/Champions_(American_TV_series)", "http://dbpedia.org/resource/Chase_(1973_TV_series)", "http://dbpedia.org/resource/Chase_(2010_TV_series)", "http://dbpedia.org/resource/Cheers", "http://dbpedia.org/resource/Cheers_(season_1)", "http://dbpedia.org/resource/Cheers_(season_10)", "http://dbpedia.org/resource/Cheers_(season_11)", "http://dbpedia.org/resource/Cheers_(season_2)", "http://dbpedia.org/resource/Cheers_(season_3)", "http://dbpedia.org/resource/Cheers_(season_4)", "http://dbpedia.org/resource/Cheers_(season_5)", "http://dbpedia.org/resource/Cheers_(season_6)", "http://dbpedia.org/resource/Cheers_(season_7)", "http://dbpedia.org/resource/Cheers_(season_8)", "http://dbpedia.org/resource/Cheers_(season_9)", "http://dbpedia.org/resource/Chicago_Fire_(TV_series)", "http://dbpedia.org/resource/Chicago_Fire_(season_1)", "http://dbpedia.org/resource/Chicago_Fire_(season_10)", "http://dbpedia.org/resource/Chicago_Fire_(season_2)", "http://dbpedia.org/resource/Chicago_Fire_(season_3)", "http://dbpedia.org/resource/Chicago_Fire_(season_4)", "http://dbpedia.org/resource/Chicago_Fire_(season_5)", "http://dbpedia.org/resource/Chicago_Fire_(season_6)", "http://dbpedia.org/resource/Chicago_Fire_(season_7)", "http://dbpedia.org/resource/Chicago_Fire_(season_8)", "http://dbpedia.org/resource/Chicago_Fire_(season_9)", "http://dbpedia.org/resource/Chicago_Justice", "http://dbpedia.org/resource/Chicago_Med", "http://dbpedia.org/resource/Chicago_Med_(season_1)", "http://dbpedia.org/resource/Chicago_Med_(season_2)", "http://dbpedia.org/resource/Chicago_Med_(season_3)", "http://dbpedia.org/resource/Chicago_Med_(season_4)", "http://dbpedia.org/resource/Chicago_Med_(season_5)", "http://dbpedia.org/resource/Chicago_Med_(season_6)", "http://dbpedia.org/resource/Chicago_Med_(season_7)", "http://dbpedia.org/resource/Chicago_P.D._(TV_series)", "http://dbpedia.org/resource/Chicago_P.D._(season_1)", "http://dbpedia.org/resource/Chicago_P.D._(season_2)", "http://dbpedia.org/resource/Chicago_P.D._(season_3)", "http://dbpedia.org/resource/Chicago_P.D._(season_4)", "http://dbpedia.org/resource/Chicago_P.D._(season_5)", "http://dbpedia.org/resource/Chicago_P.D._(season_6)", "http://dbpedia.org/resource/Chicago_P.D._(season_7)", "http://dbpedia.org/resource/Chicago_P.D._(season_8)", "http://dbpedia.org/resource/Chicago_P.D._(season_9)", "http://dbpedia.org/resource/Chicago_Sons", "http://dbpedia.org/resource/Chicago_Story", "http://dbpedia.org/resource/Chico_and_the_Man", "http://dbpedia.org/resource/Choose_Up_Sides", "http://dbpedia.org/resource/Chuck_(TV_series)", "http://dbpedia.org/resource/Chuck_(season_1)", "http://dbpedia.org/resource/Chuck_(season_2)", "http://dbpedia.org/resource/Chuck_(season_3)", "http://dbpedia.org/resource/Chuck_(season_4)", "http://dbpedia.org/resource/Chuck_(season_5)", "http://dbpedia.org/resource/Stingray_(1985_TV_series)", "http://dbpedia.org/resource/Storybook_Squares", "http://dbpedia.org/resource/Strong_(TV_series)", "http://dbpedia.org/resource/Studio_60_on_the_Sunset_Strip", "http://dbpedia.org/resource/Suddenly_Susan", "http://dbpedia.org/resource/Sultan_and_the_Rock_Star", "http://dbpedia.org/resource/Summer_Breeze_(TV_series)", "http://dbpedia.org/resource/Summer_of_My_German_Soldier_(film)", "http://dbpedia.org/resource/Sunday_Night_with_Megyn_Kelly", "http://dbpedia.org/resource/Sunnyside_(American_TV_series)", "http://dbpedia.org/resource/Sunset_Beach_(TV_series)", "http://dbpedia.org/resource/Sunshine_(American_TV_series)", "http://dbpedia.org/resource/Super_President", "http://dbpedia.org/resource/Superstars_of_Dance", "http://dbpedia.org/resource/Superstore_(season_6)", "http://dbpedia.org/resource/Supertrain", "http://dbpedia.org/resource/Surface_(2005_TV_series)", "http://dbpedia.org/resource/Sweet_Justice", "http://dbpedia.org/resource/Sweet_Surrender_(TV_series)", "http://dbpedia.org/resource/Take_a_Chance_(American_game_show)", "http://dbpedia.org/resource/6th_Annual_Grammy_Awards", "http://dbpedia.org/resource/70th_Golden_Globe_Awards", "http://dbpedia.org/resource/70th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/77th_Golden_Globe_Awards", "http://dbpedia.org/resource/78th_Golden_Globe_Awards", "http://dbpedia.org/resource/7th_Annual_Grammy_Awards", "http://dbpedia.org/resource/7th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/7th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/8th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/9th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/Captain_N:_The_Game_Master", "http://dbpedia.org/resource/Carol_&_Company", "http://dbpedia.org/resource/Caroline_in_the_City", "http://dbpedia.org/resource/Carrie_(2002_film)", "http://dbpedia.org/resource/Casablanca_(1983_TV_series)", "http://dbpedia.org/resource/Casper's_First_Christmas", "http://dbpedia.org/resource/Casper's_Halloween_Special", "http://dbpedia.org/resource/Casper_and_the_Angels", "http://dbpedia.org/resource/Hit_Man_(American_game_show)", "http://dbpedia.org/resource/Hitched_(1971_film)", "http://dbpedia.org/resource/Hizzonner", "http://dbpedia.org/resource/Hollywood_Game_Night", "http://dbpedia.org/resource/Hollywood_Squares", "http://dbpedia.org/resource/Homeland_Security_(film)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_1)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_2)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_3)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_4)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_5)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_6)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_7)", "http://dbpedia.org/resource/Hope_&_Gloria", "http://dbpedia.org/resource/Hot_Country_Nights", "http://dbpedia.org/resource/Hot_Pursuit_(1984_TV_series)", "http://dbpedia.org/resource/House_Rules_(1998_TV_series)", "http://dbpedia.org/resource/How_Murray_Saved_Christmas", "http://dbpedia.org/resource/How_to_Eat_Like_a_Child", "http://dbpedia.org/resource/How_to_Survive_a_Marriage", "http://dbpedia.org/resource/Howdy_Doody", "http://dbpedia.org/resource/Howie_Do_It", "http://dbpedia.org/resource/Hull_High", "http://dbpedia.org/resource/L.A._Law", "http://dbpedia.org/resource/L.A._Law:_The_Movie", "http://dbpedia.org/resource/LAX_(TV_series)", "http://dbpedia.org/resource/La_Brea_(TV_series)", "http://dbpedia.org/resource/Land_of_the_Lost_(1974_TV_series)", "http://dbpedia.org/resource/Las_Vegas_(TV_series)", "http://dbpedia.org/resource/Last_Comic_Standing_(season_5)", "http://dbpedia.org/resource/Last_of_the_Mohicans_(1977_film)", "http://dbpedia.org/resource/LateLine", "http://dbpedia.org/resource/Late_Night_(franchise)", "http://dbpedia.org/resource/Late_Night_with_Conan_O'Brien", "http://dbpedia.org/resource/Late_Night_with_David_Letterman", "http://dbpedia.org/resource/Late_Night_with_Jimmy_Fallon", "http://dbpedia.org/resource/Late_Night_with_Seth_Meyers", "http://dbpedia.org/resource/Later_(talk_show)", "http://dbpedia.org/resource/Law_&_Order", "http://dbpedia.org/resource/Law_&_Order:_Criminal_Intent", "http://dbpedia.org/resource/Law_&_Order:_Criminal_Intent_(season_1)", "http://dbpedia.org/resource/Law_&_Order:_Criminal_Intent_(season_2)", "http://dbpedia.org/resource/Law_&_Order:_Criminal_Intent_(season_3)", "http://dbpedia.org/resource/Law_&_Order:_Criminal_Intent_(season_4)", "http://dbpedia.org/resource/Law_&_Order:_Criminal_Intent_(season_5)", "http://dbpedia.org/resource/Law_&_Order:_Criminal_Intent_(season_6)", "http://dbpedia.org/resource/Law_&_Order:_LA", "http://dbpedia.org/resource/Law_&_Order:_Organized_Crime", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_1)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_10)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_11)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_12)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_13)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_14)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_15)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_16)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_17)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_18)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_19)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_2)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_20)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_21)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_22)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_23)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_3)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_4)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_5)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_6)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_7)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_8)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_9)", "http://dbpedia.org/resource/Law_&_Order:_Trial_by_Jury", "http://dbpedia.org/resource/Law_&_Order_(season_10)", "http://dbpedia.org/resource/Law_&_Order_(season_11)", "http://dbpedia.org/resource/Law_&_Order_(season_12)", "http://dbpedia.org/resource/Law_&_Order_(season_13)", "http://dbpedia.org/resource/Law_&_Order_(season_14)", "http://dbpedia.org/resource/Law_&_Order_(season_15)", "http://dbpedia.org/resource/Law_&_Order_(season_16)", "http://dbpedia.org/resource/Law_&_Order_(season_17)", "http://dbpedia.org/resource/Law_&_Order_(season_18)", "http://dbpedia.org/resource/Law_&_Order_(season_19)", "http://dbpedia.org/resource/Law_&_Order_(season_20)", "http://dbpedia.org/resource/Law_&_Order_(season_21)", "http://dbpedia.org/resource/Law_&_Order_(season_22)", "http://dbpedia.org/resource/Law_&_Order_(season_9)", "http://dbpedia.org/resource/Law_&_Order_True_Crime", "http://dbpedia.org/resource/Law_of_the_Plainsman", "http://dbpedia.org/resource/Lazer_Tag_Academy", "http://dbpedia.org/resource/2015_iHeartRadio_Music_Awards", "http://dbpedia.org/resource/2017_U.S._Cellular_250", "http://dbpedia.org/resource/Doctor_Dolittle_(TV_series)", "http://dbpedia.org/resource/Dolly_Parton's_Christmas_of_Many_Colors:_Circle_of_Love", "http://dbpedia.org/resource/Dolly_Parton's_Coat_of_Many_Colors", "http://dbpedia.org/resource/Don_Carney", "http://dbpedia.org/resource/Donner_Pass:_The_Road_to_Survival", "http://dbpedia.org/resource/Dotto", "http://dbpedia.org/resource/Double_Doink", "http://dbpedia.org/resource/Double_Trouble_(American_TV_series)", "http://dbpedia.org/resource/Doug_Henning's_World_of_Magic", "http://dbpedia.org/resource/Dough_Re_Mi", "http://dbpedia.org/resource/Douglas_Fairbanks_Presents", "http://dbpedia.org/resource/Down_Home_(TV_series)", "http://dbpedia.org/resource/Dr._Kildare_(TV_series)", "http://dbpedia.org/resource/Dr._Seuss'_The_Grinch_Musical_Live!", "http://dbpedia.org/resource/Dracula_(2013_TV_series)", "http://dbpedia.org/resource/Dragnet_(1951_TV_series)", "http://dbpedia.org/resource/Dragnet_(1967_TV_series,_season_1)", "http://dbpedia.org/resource/Dragnet_(1967_TV_series,_season_2)", "http://dbpedia.org/resource/Dragnet_(1967_TV_series,_season_3)", "http://dbpedia.org/resource/Dragnet_(1967_TV_series,_season_4)", "http://dbpedia.org/resource/Dream_Street_(American_TV_series)", "http://dbpedia.org/resource/Dynasty_(film)", "http://dbpedia.org/resource/E-Ring", "http://dbpedia.org/resource/Singer_&_Sons", "http://dbpedia.org/resource/Sirota's_Court", "http://dbpedia.org/resource/Sister_Kate_(TV_series)", "http://dbpedia.org/resource/Sisters_(American_TV_series)", "http://dbpedia.org/resource/Sk8_(TV_series)", "http://dbpedia.org/resource/Skunked_TV", "http://dbpedia.org/resource/Skyward_(film)", "http://dbpedia.org/resource/Smash_(TV_series)", "http://dbpedia.org/resource/Smash_(season_1)", "http://dbpedia.org/resource/Smash_(season_2)", "http://dbpedia.org/resource/Snap_Judgment_(game_show)", "http://dbpedia.org/resource/Snip_(TV_series)", "http://dbpedia.org/resource/Someone's_Watching_Me!", "http://dbpedia.org/resource/Someone_Like_Me_(TV_series)", "http://dbpedia.org/resource/Somerset_(TV_series)", "http://dbpedia.org/resource/Something_Wilder", "http://dbpedia.org/resource/Something_for_a_Lonely_Man", "http://dbpedia.org/resource/Son-Rise:_A_Miracle_of_Love", "http://dbpedia.org/resource/Songland", "http://dbpedia.org/resource/Sonny_Spoon", "http://dbpedia.org/resource/South_Beach_(1993_TV_series)", "http://dbpedia.org/resource/People_Magazine_Awards", "http://dbpedia.org/resource/Seven_at_Eleven", "http://dbpedia.org/resource/Rex_Is_Not_Your_Lawyer", "http://dbpedia.org/resource/1st_Daytime_Emmy_Awards", "http://dbpedia.org/resource/2001_NBA_All-Star_Game", "http://dbpedia.org/resource/2003_Radio_Music_Awards", "http://dbpedia.org/resource/24th_Tony_Awards", "http://dbpedia.org/resource/25th_Academy_Awards", "http://dbpedia.org/resource/25th_NAACP_Image_Awards", "http://dbpedia.org/resource/26th_Academy_Awards", "http://dbpedia.org/resource/26th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/27th_Academy_Awards", "http://dbpedia.org/resource/28th_Academy_Awards", "http://dbpedia.org/resource/29th_Academy_Awards", "http://dbpedia.org/resource/29th_Primetime_Emmy_Awards", "http://dbpedia.org/resource/2nd_Annual_Grammy_Awards", "http://dbpedia.org/resource/30th_Academy_Awards", "http://dbpedia.org/resource/31st_Academy_Awards", "http://dbpedia.org/resource/32nd_Academy_Awards", "http://dbpedia.org/resource/43rd_Academy_Awards", "http://dbpedia.org/resource/44th_Academy_Awards", "http://dbpedia.org/resource/44th_NAACP_Image_Awards", "http://dbpedia.org/resource/45th_Academy_Awards", "http://dbpedia.org/resource/46th_Academy_Awards", "http://dbpedia.org/resource/47th_Academy_Awards", "http://dbpedia.org/resource/4th_Daytime_Emmy_Awards", "http://dbpedia.org/resource/Cotton_Candy_(film)", "http://dbpedia.org/resource/Council_of_Dads_(TV_series)", "http://dbpedia.org/resource/Coupling_(American_TV_series)", "http://dbpedia.org/resource/Crash_Course_(film)", "http://dbpedia.org/resource/Crime_&_Punishment", "http://dbpedia.org/resource/Crime_&_Punishment_(1993_TV_series)", "http://dbpedia.org/resource/Crime_Story_(American_TV_series)", "http://dbpedia.org/resource/Crisis_(TV_series)", "http://dbpedia.org/resource/Crisis_Center", "http://dbpedia.org/resource/Crossbones_(TV_series)", "http://dbpedia.org/resource/Crossing_Jordan", "http://dbpedia.org/resource/Cruel_Doubt", "http://dbpedia.org/resource/Crusoe_(TV_series)", "http://dbpedia.org/resource/Cry_Vengeance!", "http://dbpedia.org/resource/Cursed_(2000_TV_series)", "http://dbpedia.org/resource/Cycling_on_NBC", "http://dbpedia.org/resource/DAG_(American_TV_series)", "http://dbpedia.org/resource/Grady_(American_TV_series)", "http://dbpedia.org/resource/Grand_Crew", "http://dbpedia.org/resource/Grandpa_Goes_to_Washington", "http://dbpedia.org/resource/Grease:_You're_the_One_That_I_Want!", "http://dbpedia.org/resource/Great_Ghost_Tales", "http://dbpedia.org/resource/Grimm_(TV_series)", "http://dbpedia.org/resource/Grimm_(season_1)", "http://dbpedia.org/resource/Grimm_(season_2)", "http://dbpedia.org/resource/Grimm_(season_3)", "http://dbpedia.org/resource/Grimm_(season_4)", "http://dbpedia.org/resource/Grimm_(season_5)", "http://dbpedia.org/resource/Grimm_(season_6)", "http://dbpedia.org/resource/Growing_Up_Brady_(film)", "http://dbpedia.org/resource/Growing_Up_Fisher", "http://dbpedia.org/resource/Gulf_Playhouse", "http://dbpedia.org/resource/Guys_with_Kids", "http://dbpedia.org/resource/H.R._Pufnstuf", "http://dbpedia.org/resource/Hec_Ramsey", "http://dbpedia.org/resource/Heist_(TV_series)", "http://dbpedia.org/resource/Hell_Town_(TV_series)", "http://dbpedia.org/resource/Hello,_Larry", "http://dbpedia.org/resource/Hercules_(miniseries)", "http://dbpedia.org/resource/Here's_Boomer", "http://dbpedia.org/resource/Here_Comes_the_Grump", "http://dbpedia.org/resource/Hero_High", "http://dbpedia.org/resource/Heroes_(American_TV_series)", "http://dbpedia.org/resource/Heroes_(season_1)", "http://dbpedia.org/resource/Heroes_(season_2)", "http://dbpedia.org/resource/Heroes_(season_3)", "http://dbpedia.org/resource/Heroes_(season_4)", "http://dbpedia.org/resource/Heroes_Reborn_(miniseries)", "http://dbpedia.org/resource/Hey,_Landlord", "http://dbpedia.org/resource/Hidden_Faces_(American_TV_series)", "http://dbpedia.org/resource/Hidden_Hills", "http://dbpedia.org/resource/High-Low_(game_show)", "http://dbpedia.org/resource/High_Ice_(film)", "http://dbpedia.org/resource/High_Rollers", "http://dbpedia.org/resource/Highway_to_Heaven", "http://dbpedia.org/resource/Hill_Street_Blues", "http://dbpedia.org/resource/M.Y.O.B._(TV_series)", "http://dbpedia.org/resource/MLB_Sunday_Leadoff", "http://dbpedia.org/resource/MLS_on_NBC", "http://dbpedia.org/resource/Macy's_Thanksgiving_Day_Parade", "http://dbpedia.org/resource/Madigan_(TV_series)", "http://dbpedia.org/resource/Madman_of_the_People", "http://dbpedia.org/resource/Magnavox_Presents_Frank_Sinatra", "http://dbpedia.org/resource/Major_League_Baseball:_An_Inside_Look", "http://dbpedia.org/resource/Major_League_Baseball_on_NBC", "http://dbpedia.org/resource/Make_Your_Own_Kind_of_Music_(TV_series)", "http://dbpedia.org/resource/Make_the_Connection", "http://dbpedia.org/resource/Malibu_Shores", "http://dbpedia.org/resource/Mama's_Boy_(TV_series)", "http://dbpedia.org/resource/Man_from_Atlantis", "http://dbpedia.org/resource/Man_from_Interpol", "http://dbpedia.org/resource/Man_of_the_People_(TV_series)", "http://dbpedia.org/resource/Mancuso,_F.B.I.", "http://dbpedia.org/resource/Manifest_(TV_series)", "http://dbpedia.org/resource/Manimal", "http://dbpedia.org/resource/Mann_&_Machine", "http://dbpedia.org/resource/Rhythm_&_Blues_(TV_series)", "http://dbpedia.org/resource/Richie_Brockelman,_Private_Eye", "http://dbpedia.org/resource/Ringo_(1978_film)", "http://dbpedia.org/resource/Rise_(American_TV_series)", "http://dbpedia.org/resource/Ritual_of_Evil", "http://dbpedia.org/resource/Riverboat_(TV_series)", "http://dbpedia.org/resource/Rock_Center_with_Brian_Williams", "http://dbpedia.org/resource/Rockin'_Through_the_Decades", "http://dbpedia.org/resource/Rod_O'Connor_(announcer)", "http://dbpedia.org/resource/Everything's_Relative_(1999_TV_series)", "http://dbpedia.org/resource/Exiled:_A_Law_&_Order_Movie", "http://dbpedia.org/resource/Eye_Guess", "http://dbpedia.org/resource/FM_(American_TV_series)", "http://dbpedia.org/resource/Fallen_Champ:_The_Untold_Story_of_Mike_Tyson", "http://dbpedia.org/resource/Fame_Is_the_Name_of_the_Game", "http://dbpedia.org/resource/Family_Album_(miniseries)", "http://dbpedia.org/resource/Family_Game_Fight!", "http://dbpedia.org/resource/Family_Movie_Night", "http://dbpedia.org/resource/Family_Secrets_(1984_film)", "http://dbpedia.org/resource/Family_Secrets_(game_show)", "http://dbpedia.org/resource/Fashion_Star_(season_1)", "http://dbpedia.org/resource/Fashion_Star_(season_2)", "http://dbpedia.org/resource/Fatal_Deception:_Mrs._Lee_Harvey_Oswald", "http://dbpedia.org/resource/Fatal_Vision_(miniseries)", "http://dbpedia.org/resource/Father_&_Son:_Dangerous_Relations", "http://dbpedia.org/resource/Father_Murphy", "http://dbpedia.org/resource/Father_of_the_Pride", "http://dbpedia.org/resource/Fathers_and_Sons_(1986_TV_series)", "http://dbpedia.org/resource/Fear_Factor", "http://dbpedia.org/resource/Fear_Itself_(TV_series)", "http://dbpedia.org/resource/Fear_No_Evil_(1969_film)", "http://dbpedia.org/resource/Ferris_Bueller_(TV_series)", "http://dbpedia.org/resource/Fire!_(1977_film)", "http://dbpedia.org/resource/Fire_on_the_Mountain_(1981_film)", "http://dbpedia.org/resource/Fired_Up_(TV_series)", "http://dbpedia.org/resource/First_to_Die", "http://dbpedia.org/resource/Five_Fingers_(American_TV_series)", "http://dbpedia.org/resource/Flamingo_Road_(TV_series)", "http://dbpedia.org/resource/Flesh_'n'_Blood_(TV_series)", "http://dbpedia.org/resource/Flesh_and_Blood_(1968_film)", "http://dbpedia.org/resource/Flipper_(1964_TV_series)", "http://dbpedia.org/resource/Flood!", "http://dbpedia.org/resource/Food_Fighters_(TV_series)", "http://dbpedia.org/resource/Foofur", "http://dbpedia.org/resource/Football_Night_in_America", "http://dbpedia.org/resource/Jennifer_Slept_Here", "http://dbpedia.org/resource/Jeopardy!", "http://dbpedia.org/resource/Jesse_(TV_series)", "http://dbpedia.org/resource/Jesus_Christ_Superstar_Live_in_Concert", "http://dbpedia.org/resource/Jesus_of_Nazareth_(TV_series)", "http://dbpedia.org/resource/Jigsaw_John_(TV_series)", "http://dbpedia.org/resource/Joe's_World", "http://dbpedia.org/resource/Joe_&_Valerie", "http://dbpedia.org/resource/Joe_Dancer", "http://dbpedia.org/resource/Joe_Forrester", "http://dbpedia.org/resource/Leeza", "http://dbpedia.org/resource/Legmen", "http://dbpedia.org/resource/Lego_Jurassic_World:_The_Secret_Exhibit", "http://dbpedia.org/resource/Liberty_(1986_film)", "http://dbpedia.org/resource/Life_(American_TV_series)", "http://dbpedia.org/resource/Lifestories", "http://dbpedia.org/resource/Lincoln_Rhyme:_Hunt_for_the_Bone_Collector", "http://dbpedia.org/resource/Line_of_Fire:_The_Morris_Dees_Story", "http://dbpedia.org/resource/Lipstick_Jungle_(TV_series)", "http://dbpedia.org/resource/List_of_Alfred_Hitchcock_Presents_episodes", "http://dbpedia.org/resource/List_of_Brooklyn_Nine-Nine_episodes", "http://dbpedia.org/resource/National_Heads-Up_Poker_Championship", "http://dbpedia.org/resource/National_Lampoon's_Christmas_Vacation_2", "http://dbpedia.org/resource/Nearly_Departed", "http://dbpedia.org/resource/Needles_and_Pins_(TV_series)", "http://dbpedia.org/resource/Nero_Wolfe_(1981_TV_series)", "http://dbpedia.org/resource/New_Amsterdam_(2018_TV_series)", "http://dbpedia.org/resource/NewsRadio", "http://dbpedia.org/resource/Night_Court", "http://dbpedia.org/resource/Night_Court_(upcoming_TV_series)", "http://dbpedia.org/resource/Night_Gallery", "http://dbpedia.org/resource/Night_Gallery_(film)", "http://dbpedia.org/resource/Nightingales_(American_TV_series)", "http://dbpedia.org/resource/Nightmare_Cafe", "http://dbpedia.org/resource/Nightmare_in_Chicago", "http://dbpedia.org/resource/People's_Choice_Awards", "http://dbpedia.org/resource/People_Will_Talk_(game_show)", "http://dbpedia.org/resource/Perfect_Couples", "http://dbpedia.org/resource/Perfect_Harmony_(TV_series)", "http://dbpedia.org/resource/Perry_Mason_(TV_film_series)", "http://dbpedia.org/resource/Persons_Unknown_(TV_series)", "http://dbpedia.org/resource/Peter_Pan_(1976_musical)", "http://dbpedia.org/resource/Peter_the_Great_(miniseries)", "http://dbpedia.org/resource/Petrocelli", "http://dbpedia.org/resource/Phenomenon_(TV_program)", "http://dbpedia.org/resource/Private_Eye_(TV_series)", "http://dbpedia.org/resource/ProStars", "http://dbpedia.org/resource/Probe_(film)", "http://dbpedia.org/resource/Problem_Child_3:_Junior_in_Love", "http://dbpedia.org/resource/Profiler_(TV_series)", "http://dbpedia.org/resource/Project_U.F.O.", "http://dbpedia.org/resource/Quantum_Leap", "http://dbpedia.org/resource/Quantum_Leap_(season_1)", "http://dbpedia.org/resource/Quantum_Leap_(season_2)", "http://dbpedia.org/resource/Quantum_Leap_(season_3)", "http://dbpedia.org/resource/Quantum_Leap_(season_4)", "http://dbpedia.org/resource/Quantum_Leap_(season_5)", "http://dbpedia.org/resource/Quark_(TV_series)", "http://dbpedia.org/resource/Quarterlife", "http://dbpedia.org/resource/Quincy,_M.E.", "http://dbpedia.org/resource/Quincy,_M.E._(season_1)", "http://dbpedia.org/resource/Quincy,_M.E._(season_2)", "http://dbpedia.org/resource/Quincy,_M.E._(season_3)", "http://dbpedia.org/resource/Quincy,_M.E._(season_4)", "http://dbpedia.org/resource/Quincy,_M.E._(season_5)", "http://dbpedia.org/resource/Quincy,_M.E._(season_6)", "http://dbpedia.org/resource/Quincy,_M.E._(season_7)", "http://dbpedia.org/resource/Quincy,_M.E._(season_8)", "http://dbpedia.org/resource/Race_to_the_Altar", "http://dbpedia.org/resource/Rags_to_Riches_(TV_series)", "http://dbpedia.org/resource/Raid_on_Entebbe_(film)", "http://dbpedia.org/resource/Third_Watch", "http://dbpedia.org/resource/This_Is_Us", "http://dbpedia.org/resource/This_Is_Us_(season_1)", "http://dbpedia.org/resource/This_Is_Us_(season_2)", "http://dbpedia.org/resource/This_Is_Us_(season_3)", "http://dbpedia.org/resource/This_Is_Us_(season_4)", "http://dbpedia.org/resource/This_Is_Us_(season_5)", "http://dbpedia.org/resource/This_Is_Us_(season_6)", "http://dbpedia.org/resource/This_Is_Your_Life", "http://dbpedia.org/resource/Thoroughbred_Racing_on_NBC", "http://dbpedia.org/resource/Those_She_Left_Behind", "http://dbpedia.org/resource/Three_Sisters_(American_TV_series)", "http://dbpedia.org/resource/Three_Wishes_(American_TV_series)", "http://dbpedia.org/resource/Three_for_the_Money", "http://dbpedia.org/resource/Thunder_(TV_series)", "http://dbpedia.org/resource/Time_Machine_(game_show)", "http://dbpedia.org/resource/Timeless_(TV_series)", "http://dbpedia.org/resource/Titans_(2000_TV_series)", "http://dbpedia.org/resource/To_Say_the_Least", "http://dbpedia.org/resource/Today_(American_TV_program)", "http://dbpedia.org/resource/Today_with_Hoda_&_Jenna", "http://dbpedia.org/resource/Tom,_Dick,_and_Mary", "http://dbpedia.org/resource/Tom_Clancy's_Op_Center_(film)", "http://dbpedia.org/resource/Tommy_Lee_Goes_to_College", "http://dbpedia.org/resource/Windfall_(TV_series)", "http://dbpedia.org/resource/Wings_(1990_TV_series)", "http://dbpedia.org/resource/Wings_of_Fire_(film)", "http://dbpedia.org/resource/Winner_Take_All_(game_show)", "http://dbpedia.org/resource/Winnetka_Road", "http://dbpedia.org/resource/Wish_Kid", "http://dbpedia.org/resource/Witch's_Night_Out", "http://dbpedia.org/resource/Woman_on_the_Run:_The_Lawrencia_Bembenek_Story", "http://dbpedia.org/resource/Woody_Allen_Looks_at_1967", "http://dbpedia.org/resource/Words_and_Music_(American_game_show)", "http://dbpedia.org/resource/Working_(TV_series)", "http://dbpedia.org/resource/Working_Girl_(TV_series)", "http://dbpedia.org/resource/Working_It_Out", "http://dbpedia.org/resource/Working_the_Engels", "http://dbpedia.org/resource/World_of_Dance_(TV_series)", "http://dbpedia.org/resource/World_of_Dance_(season_1)", "http://dbpedia.org/resource/World_of_Dance_(season_2)", "http://dbpedia.org/resource/World_of_Dance_(season_3)", "http://dbpedia.org/resource/World_of_Dance_(season_4)", "http://dbpedia.org/resource/Wrangler_(TV_series)", "http://dbpedia.org/resource/Y2K_(film)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_24)", "http://dbpedia.org/resource/ER_(TV_series)", "http://dbpedia.org/resource/ER_(season_1)", "http://dbpedia.org/resource/ER_(season_10)", "http://dbpedia.org/resource/ER_(season_11)", "http://dbpedia.org/resource/ER_(season_12)", "http://dbpedia.org/resource/ER_(season_13)", "http://dbpedia.org/resource/ER_(season_14)", "http://dbpedia.org/resource/ER_(season_15)", "http://dbpedia.org/resource/ER_(season_2)", "http://dbpedia.org/resource/ER_(season_3)", "http://dbpedia.org/resource/ER_(season_4)", "http://dbpedia.org/resource/ER_(season_5)", "http://dbpedia.org/resource/ER_(season_6)", "http://dbpedia.org/resource/ER_(season_7)", "http://dbpedia.org/resource/ER_(season_8)", "http://dbpedia.org/resource/ER_(season_9)", "http://dbpedia.org/resource/Early_Today", "http://dbpedia.org/resource/Earth_2_(TV_series)", "http://dbpedia.org/resource/Easy_Street_(TV_series)", "http://dbpedia.org/resource/Ed_(TV_series)", "http://dbpedia.org/resource/Ed_Herlihy", "http://dbpedia.org/resource/Eerie,_Indiana", "http://dbpedia.org/resource/Eischied", "http://dbpedia.org/resource/Elf:_Buddy's_Musical_Christmas", "http://dbpedia.org/resource/Ellery_Queen_(TV_series)", "http://dbpedia.org/resource/Just_Deal", "http://dbpedia.org/resource/Just_Men!", "http://dbpedia.org/resource/Just_Shoot_Me!", "http://dbpedia.org/resource/Karen_(1964_TV_series)", "http://dbpedia.org/resource/Livin'_for_Love:_The_Natalie_Cole_Story", "http://dbpedia.org/resource/Living_Proof:_The_Hank_Williams_Jr._Story", "http://dbpedia.org/resource/Liza_with_a_Z", "http://dbpedia.org/resource/London_Suite_(film)", "http://dbpedia.org/resource/Lookwell", "http://dbpedia.org/resource/Lost_(game_show)", "http://dbpedia.org/resource/Love's_Deadly_Triangle:_The_Texas_Cadet_Murder", "http://dbpedia.org/resource/Love,_Lies_and_Murder", "http://dbpedia.org/resource/Love,_Sidney", "http://dbpedia.org/resource/Love_in_the_Wild", "http://dbpedia.org/resource/Lucas_Tanner", "http://dbpedia.org/resource/One_Big_Happy_(TV_series)", "http://dbpedia.org/resource/One_Happy_Family", "http://dbpedia.org/resource/One_Hour_in_Wonderland", "http://dbpedia.org/resource/One_of_the_Boys_(1982_TV_series)", "http://dbpedia.org/resource/One_of_the_Boys_(1989_TV_series)", "http://dbpedia.org/resource/One_to_Grow_On", "http://dbpedia.org/resource/Opposites_Attract_(film)", "http://dbpedia.org/resource/Ordinary_Joe", "http://dbpedia.org/resource/Our_House_(American_TV_series)", "http://dbpedia.org/resource/Our_Shining_Moment", "http://dbpedia.org/resource/Outlaw_(TV_series)", "http://dbpedia.org/resource/Outsourced_(TV_series)", "http://dbpedia.org/resource/Serving_in_Silence:_The_Margarethe_Cammermeyer_Story", "http://dbpedia.org/resource/Shades_of_Blue_(TV_series)", "http://dbpedia.org/resource/Shannon's_Deal", "http://dbpedia.org/resource/Shattered_Trust:_The_Shari_Karney_Story", "http://dbpedia.org/resource/She's_Dressed_to_Kill", "http://dbpedia.org/resource/Shirley_(TV_series)", "http://dbpedia.org/resource/Shirley_Temple's_Storybook", "http://dbpedia.org/resource/Shirt_Tales", "http://dbpedia.org/resource/Shootdown_(film)", "http://dbpedia.org/resource/Short_Story_Playhouse", "http://dbpedia.org/resource/Sh\u014dgun_(1980_miniseries)", "http://dbpedia.org/resource/Siberia_(TV_series)", "http://dbpedia.org/resource/Sidney_Shorr:_A_Girl's_Best_Friend", "http://dbpedia.org/resource/Sierra_(TV_series)", "http://dbpedia.org/resource/Sigmund_and_the_Sea_Monsters", "http://dbpedia.org/resource/Silver_Spoons", "http://dbpedia.org/resource/Space_Cats", "http://dbpedia.org/resource/Space_Force_(TV_pilot)", "http://dbpedia.org/resource/Space_Sentinels", "http://dbpedia.org/resource/Space_Stars", "http://dbpedia.org/resource/Special_Treat", "http://dbpedia.org/resource/Spencer_(TV_series)", "http://dbpedia.org/resource/Spider-Man_and_His_Amazing_Friends_(1981_TV_series)", "http://dbpedia.org/resource/Sportsworld_(American_TV_series)", "http://dbpedia.org/resource/St._Elsewhere", "http://dbpedia.org/resource/Stand_Against_Fear", "http://dbpedia.org/resource/Stanley_(1956_TV_series)", "http://dbpedia.org/resource/Star_Trek:_The_Animated_Series", "http://dbpedia.org/resource/Star_Trek:_The_Original_Series_(season_1)", "http://dbpedia.org/resource/Star_Trek:_The_Original_Series_(season_2)", "http://dbpedia.org/resource/Star_Trek:_The_Original_Series_(season_3)", "http://dbpedia.org/resource/Stark_Raving_Mad_(TV_series)", "http://dbpedia.org/resource/Stars_Earn_Stripes", "http://dbpedia.org/resource/The_Mystery_Chef", "http://dbpedia.org/resource/Secret_Squirrel", "http://dbpedia.org/resource/Youth_Wants_To_Know", "http://dbpedia.org/resource/Big_Bird_in_China", "http://dbpedia.org/resource/Big_Hawaii", "http://dbpedia.org/resource/Big_John,_Little_John", "http://dbpedia.org/resource/Bionic_Woman_(2007_TV_series)", "http://dbpedia.org/resource/Bitter_Harvest_(1981_film)", "http://dbpedia.org/resource/Black_Tie_Affair_(TV_series)", "http://dbpedia.org/resource/Black_Widow_Murders:_The_Blanche_Taylor_Moore_Story", "http://dbpedia.org/resource/Blacke's_Magic", "http://dbpedia.org/resource/Blank_Check_(game_show)", "http://dbpedia.org/resource/Blind_Faith_(miniseries)", "http://dbpedia.org/resource/Blind_Side_(1993_film)", "http://dbpedia.org/resource/Blossom_(TV_series)", "http://dbpedia.org/resource/Bluff_City_Law", "http://dbpedia.org/resource/Bonino_(TV_series)", "http://dbpedia.org/resource/Hunter_(1984_American_TV_series)", "http://dbpedia.org/resource/Hurricane_Saturday", "http://dbpedia.org/resource/I'll_Be_Home_for_Christmas_(1988_film)", "http://dbpedia.org/resource/I'll_Bet", "http://dbpedia.org/resource/I'll_Fly_Away_(TV_series)", "http://dbpedia.org/resource/I'm_Telling!", "http://dbpedia.org/resource/I'm_a_Celebrity...Get_Me_Out_of_Here!_(American_season_2)", "http://dbpedia.org/resource/IHeartRadio_Music_Awards", "http://dbpedia.org/resource/I_Dream_of_Jeannie", "http://dbpedia.org/resource/I_Feel_Bad", "http://dbpedia.org/resource/I_Know_My_First_Name_Is_Steven", "http://dbpedia.org/resource/I_Married_Joan", "http://dbpedia.org/resource/I_Married_Wyatt_Earp_(film)", "http://dbpedia.org/resource/I_Spy_(1965_TV_series)", "http://dbpedia.org/resource/I_Still_Dream_of_Jeannie", "http://dbpedia.org/resource/I_Witness_Video", "http://dbpedia.org/resource/Identity_(game_show)", "http://dbpedia.org/resource/Imagine_That_(TV_series)", "http://dbpedia.org/resource/In-Laws", "http://dbpedia.org/resource/In_Broad_Daylight_(1991_film)", "http://dbpedia.org/resource/In_the_Beginning_(miniseries)", "http://dbpedia.org/resource/In_the_Heat_of_the_Night_(TV_series)", "http://dbpedia.org/resource/In_the_Nick_of_Time_(1991_film)", "http://dbpedia.org/resource/Inch_High,_Private_Eye", "http://dbpedia.org/resource/Inconceivable_(TV_series)", "http://dbpedia.org/resource/Indebted", "http://dbpedia.org/resource/IndyCar_Series_on_NBC", "http://dbpedia.org/resource/King_Leonardo_and_His_Short_Subjects", "http://dbpedia.org/resource/Kingpin_(TV_series)", "http://dbpedia.org/resource/Kings_(American_TV_series)", "http://dbpedia.org/resource/Kiss_Meets_the_Phantom_of_the_Park", "http://dbpedia.org/resource/Kissyfur", "http://dbpedia.org/resource/Knight_Rider_(1982_TV_series)", "http://dbpedia.org/resource/Knight_Rider_(2008_TV_series)", "http://dbpedia.org/resource/Knight_Rider_(2008_film)", "http://dbpedia.org/resource/Knight_Rider_(season_1)", "http://dbpedia.org/resource/Knight_Rider_(season_2)", "http://dbpedia.org/resource/Knight_Rider_(season_3)", "http://dbpedia.org/resource/Knight_Rider_(season_4)", "http://dbpedia.org/resource/Kristin_(TV_series)", "http://dbpedia.org/resource/Kung_Fu_Panda_Holiday", "http://dbpedia.org/resource/List_of_Community_episodes", "http://dbpedia.org/resource/List_of_Fame_(1982_TV_series)_episodes", "http://dbpedia.org/resource/List_of_Friday_Night_Lights_episodes", "http://dbpedia.org/resource/List_of_Friends_episodes", "http://dbpedia.org/resource/List_of_Get_Smart_episodes", "http://dbpedia.org/resource/List_of_Hazel_episodes", "http://dbpedia.org/resource/List_of_In_the_Heat_of_the_Night_episodes", "http://dbpedia.org/resource/List_of_In_the_House_episodes", "http://dbpedia.org/resource/List_of_JAG_episodes", "http://dbpedia.org/resource/List_of_Late_Night_with_Jimmy_Fallon_episodes_(2009)", "http://dbpedia.org/resource/List_of_Late_Night_with_Jimmy_Fallon_episodes_(2010)", "http://dbpedia.org/resource/List_of_Late_Night_with_Jimmy_Fallon_episodes_(2011)", "http://dbpedia.org/resource/List_of_Late_Night_with_Jimmy_Fallon_episodes_(2012)", "http://dbpedia.org/resource/List_of_Late_Night_with_Jimmy_Fallon_episodes_(2013\u201314)", "http://dbpedia.org/resource/List_of_Late_Night_with_Seth_Meyers_episodes_(2014)", "http://dbpedia.org/resource/List_of_Late_Night_with_Seth_Meyers_episodes_(2015)", "http://dbpedia.org/resource/List_of_Late_Night_with_Seth_Meyers_episodes_(2016)", "http://dbpedia.org/resource/List_of_Late_Night_with_Seth_Meyers_episodes_(2017)", "http://dbpedia.org/resource/List_of_Late_Night_with_Seth_Meyers_episodes_(2018)", "http://dbpedia.org/resource/List_of_Late_Night_with_Seth_Meyers_episodes_(2019)", "http://dbpedia.org/resource/List_of_Late_Night_with_Seth_Meyers_episodes_(2020)", "http://dbpedia.org/resource/List_of_Late_Night_with_Seth_Meyers_episodes_(2021)", "http://dbpedia.org/resource/List_of_Late_Night_with_Seth_Meyers_episodes_(2022)", "http://dbpedia.org/resource/List_of_Law_&_Order:_Criminal_Intent_episodes", "http://dbpedia.org/resource/List_of_Mad_About_You_episodes", "http://dbpedia.org/resource/List_of_Mario_television_episodes", "http://dbpedia.org/resource/List_of_Medium_episodes", "http://dbpedia.org/resource/List_of_Monster_Jam_episodes", "http://dbpedia.org/resource/List_of_Punky_Brewster_episodes", "http://dbpedia.org/resource/List_of_Southland_episodes", "http://dbpedia.org/resource/List_of_The_Hogan_Family_episodes", "http://dbpedia.org/resource/List_of_The_Jack_Benny_Program_episodes", "http://dbpedia.org/resource/List_of_The_Joey_Bishop_Show_episodes", "http://dbpedia.org/resource/List_of_The_Pretender_episodes", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Jimmy_Fallon_episodes_(2014)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Jimmy_Fallon_episodes_(2015)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Jimmy_Fallon_episodes_(2016)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Jimmy_Fallon_episodes_(2017)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Jimmy_Fallon_episodes_(2018)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Jimmy_Fallon_episodes_(2019)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Jimmy_Fallon_episodes_(2020)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Jimmy_Fallon_episodes_(2021)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Jimmy_Fallon_episodes_(2022)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1962)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1963)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1964)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1965)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1966)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1967)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1968)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1969)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1970)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1971)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1972)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1973)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1974)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1975)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1976)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1977)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1978)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1979)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1980)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1981)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1982)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1983)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1984)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1985)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1986)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1987)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1988)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1989)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1990)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1991)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_Starring_Johnny_Carson_episodes_(1992)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_with_Jay_Leno_episodes_(1992\u20131995)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_with_Jay_Leno_episodes_(1996\u20131999)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_with_Jay_Leno_episodes_(2000\u20132009)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_with_Jay_Leno_episodes_(2010)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_with_Jay_Leno_episodes_(2011)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_with_Jay_Leno_episodes_(2012)", "http://dbpedia.org/resource/List_of_The_Tonight_Show_with_Jay_Leno_episodes_(2013\u201314)", "http://dbpedia.org/resource/Little_Big_Shots", "http://dbpedia.org/resource/Little_Gloria..._Happy_at_Last", "http://dbpedia.org/resource/Little_House_on_the_Prairie_(film)", "http://dbpedia.org/resource/Little_Richard_(film)", "http://dbpedia.org/resource/Miami_Vice", "http://dbpedia.org/resource/Michael_Bubl\u00e9's_Christmas_in_the_City", "http://dbpedia.org/resource/Michael_Shayne", "http://dbpedia.org/resource/Mickey's_60th_Birthday", "http://dbpedia.org/resource/Micro_Ventures", "http://dbpedia.org/resource/Midnight,_Texas", "http://dbpedia.org/resource/Midnight_Caller", "http://dbpedia.org/resource/Million_Dollar_Game", "http://dbpedia.org/resource/Mindreaders", "http://dbpedia.org/resource/Minute_to_Win_It_(American_game_show)", "http://dbpedia.org/resource/Miracle_Child_(film)", "http://dbpedia.org/resource/PDQ_(game_show)", "http://dbpedia.org/resource/Pacific_Station_(TV_series)", "http://dbpedia.org/resource/Parent_Trap:_Hawaiian_Honeymoon", "http://dbpedia.org/resource/Parent_Trap_III", "http://dbpedia.org/resource/Parenthood_(1990_TV_series)", "http://dbpedia.org/resource/Parenthood_(2010_TV_series)", "http://dbpedia.org/resource/Parenthood_(season_1)", "http://dbpedia.org/resource/Parenthood_(season_2)", "http://dbpedia.org/resource/Parenthood_(season_3)", "http://dbpedia.org/resource/Parenthood_(season_4)", "http://dbpedia.org/resource/Parenthood_(season_5)", "http://dbpedia.org/resource/Parenthood_(season_6)", "http://dbpedia.org/resource/Parks_and_Recreation_(season_1)", "http://dbpedia.org/resource/Parks_and_Recreation_(season_2)", "http://dbpedia.org/resource/Parks_and_Recreation_(season_3)", "http://dbpedia.org/resource/Parks_and_Recreation_(season_4)", "http://dbpedia.org/resource/Parks_and_Recreation_(season_5)", "http://dbpedia.org/resource/Parks_and_Recreation_(season_6)", "http://dbpedia.org/resource/Parks_and_Recreation_(season_7)", "http://dbpedia.org/resource/Partners_in_Crime_(American_TV_series)", "http://dbpedia.org/resource/Passions", "http://dbpedia.org/resource/Password_Plus_and_Super_Password", "http://dbpedia.org/resource/Roomies_(TV_series)", "http://dbpedia.org/resource/Roommates_(1994_film)", "http://dbpedia.org/resource/Rosetti_and_Ryan", "http://dbpedia.org/resource/Route_66_(1993_TV_series)", "http://dbpedia.org/resource/Rowan_&_Martin's_Laugh-In", "http://dbpedia.org/resource/Run,_Joe,_Run", "http://dbpedia.org/resource/Run_for_Your_Life_(TV_series)", "http://dbpedia.org/resource/Running_Wild_with_Bear_Grylls", "http://dbpedia.org/resource/Running_the_Halls", "http://dbpedia.org/resource/Yo_Yogi!", "http://dbpedia.org/resource/Yogi's_Space_Race", "http://dbpedia.org/resource/You're_Putting_Me_On", "http://dbpedia.org/resource/You,_Me_and_the_Apocalypse", "http://dbpedia.org/resource/Young_Rock", "http://dbpedia.org/resource/Your_First_Impression", "http://dbpedia.org/resource/Your_Prize_Story", "http://dbpedia.org/resource/Your_Show_of_Shows", "http://dbpedia.org/resource/Zoey's_Extraordinary_Playlist", "http://dbpedia.org/resource/Soccer_on_NBC_Sports", "http://dbpedia.org/resource/Sox_Appeal", "http://dbpedia.org/resource/2022_NHL_Entry_Draft", "http://dbpedia.org/resource/NHL_Network_Showcase", "http://dbpedia.org/resource/Day_Zero:_The_Series", "http://dbpedia.org/resource/Before_the_Impact", "http://dbpedia.org/resource/Inside_MMA", "http://dbpedia.org/resource/Strong_Style_Evolved", "http://dbpedia.org/resource/Drinking_Made_Easy", "http://dbpedia.org/resource/Ring_of_Honor_Wrestling", "http://dbpedia.org/resource/Dallas_Cowboys_Cheerleaders:_Making_the_Team", "http://dbpedia.org/resource/Whiskey_Business_(film)", "http://dbpedia.org/resource/Trick_My_Truck", "http://dbpedia.org/resource/2002_CMT_Flameworthy_Awards", "http://dbpedia.org/resource/2018_CMT_Music_Awards", "http://dbpedia.org/resource/2019_CMT_Music_Awards", "http://dbpedia.org/resource/2020_CMT_Music_Awards", "http://dbpedia.org/resource/Fernando_del_Rinc\u00f3n", "http://dbpedia.org/resource/Canap\u00e9_(TV_series)", "http://dbpedia.org/resource/WOW:_The_CatholicTV_Challenge", "http://dbpedia.org/resource/2021_Americana_Music_Honors_&_Awards", "http://dbpedia.org/resource/2022_Americana_Music_Honors_&_Awards", "http://dbpedia.org/resource/Victor_and_Valentino", "http://dbpedia.org/resource/Destroy_Build_Destroy", "http://dbpedia.org/resource/Dexter's_Laboratory", "http://dbpedia.org/resource/Dino:_Stay_Out!", "http://dbpedia.org/resource/Dino:_The_Great_Egg-Scape", "http://dbpedia.org/resource/Ben_10:_Alien_Force", "http://dbpedia.org/resource/Ben_10:_Destroy_All_Aliens", "http://dbpedia.org/resource/Ben_10:_Ultimate_Alien", "http://dbpedia.org/resource/Ben_10_(2005_TV_series)", "http://dbpedia.org/resource/Ben_10_(2016_TV_series)", "http://dbpedia.org/resource/Beware_the_Batman", "http://dbpedia.org/resource/Foster's_Home_for_Imaginary_Friends", "http://dbpedia.org/resource/George_of_the_Jungle_(2007_TV_series)", "http://dbpedia.org/resource/Team_Hot_Wheels", "http://dbpedia.org/resource/Teen_Titans:_Trouble_in_Tokyo", "http://dbpedia.org/resource/Teen_Titans_(TV_series)", "http://dbpedia.org/resource/Teen_Titans_(season_3)", "http://dbpedia.org/resource/Teen_Titans_(season_4)", "http://dbpedia.org/resource/Teen_Titans_Go!", "http://dbpedia.org/resource/We_Baby_Bears", "http://dbpedia.org/resource/We_Bare_Bears", "http://dbpedia.org/resource/What's_New,_Scooby-Doo%3F", "http://dbpedia.org/resource/Whatever_Happened_to..._Robot_Jones%3F", "http://dbpedia.org/resource/12_Tiny_Christmas_Tales", "http://dbpedia.org/resource/Apple_&_Onion", "http://dbpedia.org/resource/Aqua_Teen_Hunger_Force", "http://dbpedia.org/resource/Aquaman:_King_of_Atlantis", "http://dbpedia.org/resource/Gerald_McBoing-Boing_(TV_series)", "http://dbpedia.org/resource/Gormiti_Nature_Unleashed", "http://dbpedia.org/resource/Pink_Panther_and_Pals", "http://dbpedia.org/resource/The_Amazing_World_of_Gumball", "http://dbpedia.org/resource/The_Amazing_World_of_Gumball_(season_1)", "http://dbpedia.org/resource/The_Amazing_World_of_Gumball_(season_2)", "http://dbpedia.org/resource/The_Amazing_World_of_Gumball_(season_3)", "http://dbpedia.org/resource/The_Amazing_World_of_Gumball_(season_4)", "http://dbpedia.org/resource/The_Amazing_World_of_Gumball_(season_5)", "http://dbpedia.org/resource/The_Amazing_World_of_Gumball_(season_6)", "http://dbpedia.org/resource/The_Big_Field_Trip", "http://dbpedia.org/resource/The_Bob_Clampett_Show", "http://dbpedia.org/resource/Unnatural_History_(TV_series)", "http://dbpedia.org/resource/Max_Steel", "http://dbpedia.org/resource/Boomerang_(TV_network)", "http://dbpedia.org/resource/BrainRush", "http://dbpedia.org/resource/Max_Steel_(2013_TV_series)", "http://dbpedia.org/resource/Megas_XLR", "http://dbpedia.org/resource/Re-Animated", "http://dbpedia.org/resource/Regular_Show", "http://dbpedia.org/resource/Regular_Show_(season_1)", "http://dbpedia.org/resource/Regular_Show_(season_2)", "http://dbpedia.org/resource/Regular_Show_(season_3)", "http://dbpedia.org/resource/Regular_Show_(season_4)", "http://dbpedia.org/resource/Regular_Show_(season_5)", "http://dbpedia.org/resource/Regular_Show_(season_6)", "http://dbpedia.org/resource/Regular_Show_(season_7)", "http://dbpedia.org/resource/Regular_Show_(season_8)", "http://dbpedia.org/resource/The_Fantastic_Voyages_of_Sinbad_the_Sailor", "http://dbpedia.org/resource/The_Grim_Adventures_of_Billy_&_Mandy", "http://dbpedia.org/resource/The_Grim_Adventures_of_Billy_&_Mandy_(season_1)", "http://dbpedia.org/resource/The_High_Fructose_Adventures_of_Annoying_Orange", "http://dbpedia.org/resource/The_Land_Before_Time_(TV_series)", "http://dbpedia.org/resource/The_Life_and_Times_of_Juniper_Lee", "http://dbpedia.org/resource/The_Looney_Tunes_Show", "http://dbpedia.org/resource/The_Othersiders", "http://dbpedia.org/resource/The_Popeye_Show", "http://dbpedia.org/resource/The_Powerpuff_Girls", "http://dbpedia.org/resource/The_Powerpuff_Girls_(2016_TV_series)", "http://dbpedia.org/resource/The_Problem_Solverz", "http://dbpedia.org/resource/The_Real_Adventures_of_Jonny_Quest", "http://dbpedia.org/resource/The_Secret_Saturdays", "http://dbpedia.org/resource/The_Super_Hero_Squad_Show", "http://dbpedia.org/resource/The_Sylvester_&_Tweety_Mysteries", "http://dbpedia.org/resource/The_Tex_Avery_Show", "http://dbpedia.org/resource/6teen", "http://dbpedia.org/resource/Ninjago:_Day_of_the_Departed", "http://dbpedia.org/resource/Ninjago:_Hands_of_Time", "http://dbpedia.org/resource/Ninjago:_Hunted", "http://dbpedia.org/resource/Ninjago:_Legacy_of_the_Green_Ninja", "http://dbpedia.org/resource/Ninjago:_March_of_the_Oni", "http://dbpedia.org/resource/Ninjago:_Master_of_the_Mountain", "http://dbpedia.org/resource/Ninjago:_Masters_of_Spinjitzu_(pilot_episodes)", "http://dbpedia.org/resource/Ninjago:_Possession", "http://dbpedia.org/resource/Ninjago:_Prime_Empire", "http://dbpedia.org/resource/Ninjago:_Rebooted", "http://dbpedia.org/resource/Ninjago:_Rise_of_the_Snakes", "http://dbpedia.org/resource/Ninjago:_Seabound", "http://dbpedia.org/resource/Ninjago:_Secrets_of_the_Forbidden_Spinjitzu", "http://dbpedia.org/resource/Ninjago:_Skybound", "http://dbpedia.org/resource/Ninjago:_Sons_of_Garmadon", "http://dbpedia.org/resource/Ninjago:_The_Island", "http://dbpedia.org/resource/Ninjago:_Tournament_of_Elements", "http://dbpedia.org/resource/O_Canada_(TV_series)", "http://dbpedia.org/resource/Clarence_(American_TV_series)", "http://dbpedia.org/resource/Class_of_3000", "http://dbpedia.org/resource/Codename:_Kids_Next_Door", "http://dbpedia.org/resource/Johnny_Bravo", "http://dbpedia.org/resource/Johnny_Test_(season_4)", "http://dbpedia.org/resource/Scooby-Doo!_Curse_of_the_Lake_Monster", "http://dbpedia.org/resource/Scooby-Doo!_Mystery_Incorporated", "http://dbpedia.org/resource/Scooby-Doo!_The_Mystery_Begins", "http://dbpedia.org/resource/Secret_Mountain_Fort_Awesome", "http://dbpedia.org/resource/Sendokai_Champions", "http://dbpedia.org/resource/Bakugan:_Armored_Alliance", "http://dbpedia.org/resource/Bakugan:_Gundalian_Invaders", "http://dbpedia.org/resource/Bakugan:_Mechtanium_Surge", "http://dbpedia.org/resource/Bakugan_Battle_Brawlers:_New_Vestroia", "http://dbpedia.org/resource/Bakugan_Battle_Brawlers_(season_1)", "http://dbpedia.org/resource/Infinity_Train", "http://dbpedia.org/resource/Izzy_(mascot)", "http://dbpedia.org/resource/Mixels", "http://dbpedia.org/resource/Total_Drama", "http://dbpedia.org/resource/Total_Drama:_Revenge_of_the_Island", "http://dbpedia.org/resource/Total_DramaRama", "http://dbpedia.org/resource/Total_Drama_Action", "http://dbpedia.org/resource/Total_Drama_All-Stars_and_Pahkitew_Island", "http://dbpedia.org/resource/Total_Drama_World_Tour", "http://dbpedia.org/resource/Transformers:_Robots_in_Disguise_(2015_TV_series)", "http://dbpedia.org/resource/A_Kitty_Bobo_Show", "http://dbpedia.org/resource/Ace_Ventura_Jr.:_Pet_Detective", "http://dbpedia.org/resource/Adventure_Time", "http://dbpedia.org/resource/Adventure_Time_(season_1)", "http://dbpedia.org/resource/Adventure_Time_(season_10)", "http://dbpedia.org/resource/Adventure_Time_(season_2)", "http://dbpedia.org/resource/Adventure_Time_(season_3)", "http://dbpedia.org/resource/Adventure_Time_(season_4)", "http://dbpedia.org/resource/Adventure_Time_(season_5)", "http://dbpedia.org/resource/Adventure_Time_(season_6)", "http://dbpedia.org/resource/Adventure_Time_(season_7)", "http://dbpedia.org/resource/Adventure_Time_(season_8)", "http://dbpedia.org/resource/Adventure_Time_(season_9)", "http://dbpedia.org/resource/Chaotic_(TV_series)", "http://dbpedia.org/resource/Chowder_(TV_series)", "http://dbpedia.org/resource/Steven_Universe", "http://dbpedia.org/resource/Steven_Universe:_The_Movie", "http://dbpedia.org/resource/Steven_Universe_Future", "http://dbpedia.org/resource/Storm_Hawks", "http://dbpedia.org/resource/Summer_Camp_Island", "http://dbpedia.org/resource/Cartoon_Network_(Central_and_Eastern_Europe)", "http://dbpedia.org/resource/Casper's_Scare_School_(TV_series)", "http://dbpedia.org/resource/Dragon_Hunters", "http://dbpedia.org/resource/Duck_Dodgers_(TV_series)", "http://dbpedia.org/resource/Sitting_Ducks_(TV_series)", "http://dbpedia.org/resource/Courage_the_Cowardly_Dog", "http://dbpedia.org/resource/Craig_of_the_Creek", "http://dbpedia.org/resource/DC_Nation_Shorts", "http://dbpedia.org/resource/DC_Super_Hero_Girls", "http://dbpedia.org/resource/DC_Super_Hero_Girls_(TV_series)", "http://dbpedia.org/resource/Green_Lantern:_The_Animated_Series", "http://dbpedia.org/resource/He-Man_and_the_Masters_of_the_Universe_(2002_TV_series)", "http://dbpedia.org/resource/Hi_Hi_Puffy_AmiYumi", "http://dbpedia.org/resource/High_Noon_Toons", "http://dbpedia.org/resource/Robotech_(TV_series)", "http://dbpedia.org/resource/Robotomy", "http://dbpedia.org/resource/Fantastic_Four:_World's_Greatest_Heroes", "http://dbpedia.org/resource/Firehouse_Tales", "http://dbpedia.org/resource/Lego_Scooby-Doo!_Knight_Time_Terror", "http://dbpedia.org/resource/Lego_Star_Wars:_The_Quest_for_R2-D2", "http://dbpedia.org/resource/Level_Up_(American_TV_series)", "http://dbpedia.org/resource/List_of_Adventure_Time_episodes", "http://dbpedia.org/resource/List_of_Aqua_Teen_Hunger_Force_episodes", "http://dbpedia.org/resource/List_of_Baby_Looney_Tunes_episodes", "http://dbpedia.org/resource/Night_of_the_Living_Doo", "http://dbpedia.org/resource/Pet_Alien", "http://dbpedia.org/resource/ThunderCats_(2011_TV_series)", "http://dbpedia.org/resource/Ed,_Edd_n_Eddy", "http://dbpedia.org/resource/Ed,_Edd_n_Eddy_(season_1)", "http://dbpedia.org/resource/Ed,_Edd_n_Eddy_(season_2)", "http://dbpedia.org/resource/Ellen's_Acres", "http://dbpedia.org/resource/Justice_League_(TV_series)", "http://dbpedia.org/resource/Justice_League_Action", "http://dbpedia.org/resource/Lucas_the_Spider", "http://dbpedia.org/resource/Out_of_Jimmy's_Head", "http://dbpedia.org/resource/Sheep_in_the_Big_City", "http://dbpedia.org/resource/Sherlock_Yack", "http://dbpedia.org/resource/Squirrel_Boy", "http://dbpedia.org/resource/Star_Wars:_Clone_Wars_(2003_TV_series)", "http://dbpedia.org/resource/Bobb'e_Says", "http://dbpedia.org/resource/Kit_and_Kate", "http://dbpedia.org/resource/List_of_DreamWorks_Dragons_episodes", "http://dbpedia.org/resource/List_of_Infinity_Train_episodes", "http://dbpedia.org/resource/List_of_Johnny_Bravo_episodes", "http://dbpedia.org/resource/List_of_Johnny_Test_episodes", "http://dbpedia.org/resource/List_of_New_Looney_Tunes_episodes", "http://dbpedia.org/resource/List_of_Samurai_Jack_episodes", "http://dbpedia.org/resource/List_of_Space_Ghost_Coast_to_Coast_episodes", "http://dbpedia.org/resource/List_of_Star_Wars:_The_Clone_Wars_episodes", "http://dbpedia.org/resource/List_of_The_Garfield_Show_episodes", "http://dbpedia.org/resource/List_of_The_Tom_and_Jerry_Show_(2014_TV_series)_episodes", "http://dbpedia.org/resource/List_of_Young_Justice_episodes", "http://dbpedia.org/resource/YooHoo_&_Friends_(2012_TV_series)", "http://dbpedia.org/resource/Zoids:_Genesis", "http://dbpedia.org/resource/Ceasar_and_Chuy", "http://dbpedia.org/resource/The_Adventures_of_Marco_&_Gina", "http://dbpedia.org/resource/All_Aboard!_Rosie's_Family_Cruise", "http://dbpedia.org/resource/All_the_Rivers_Run", "http://dbpedia.org/resource/All_the_Way_(film)", "http://dbpedia.org/resource/America's_Dream", "http://dbpedia.org/resource/Amy_Schumer:_Live_at_the_Apollo", "http://dbpedia.org/resource/An_American_Girl:_Chrissa_Stands_Strong", "http://dbpedia.org/resource/And_Starring_Pancho_Villa_as_Himself", "http://dbpedia.org/resource/Dave_Chappelle:_Killin'_Them_Softly", "http://dbpedia.org/resource/Dead_Silence_(1997_film)", "http://dbpedia.org/resource/Deadwood_(TV_series)", "http://dbpedia.org/resource/Death_on_a_Factory_Farm", "http://dbpedia.org/resource/Vanities_(TV_program)", "http://dbpedia.org/resource/Veep", "http://dbpedia.org/resource/Veep_(season_4)", "http://dbpedia.org/resource/Veep_(season_5)", "http://dbpedia.org/resource/Vice_(TV_series)", "http://dbpedia.org/resource/Vice_Principals_(Season_1)", "http://dbpedia.org/resource/Video_Jukebox_(TV_series)", "http://dbpedia.org/resource/Warm_Springs_(film)", "http://dbpedia.org/resource/Wataha", "http://dbpedia.org/resource/Watchmen_(TV_series)", "http://dbpedia.org/resource/Def_Poetry_Jam", "http://dbpedia.org/resource/Dennis_Miller_Live", "http://dbpedia.org/resource/Dinner_with_Friends_(film)", "http://dbpedia.org/resource/As_Summers_Die", "http://dbpedia.org/resource/Attack_of_the_50_Ft._Woman_(1993_film)", "http://dbpedia.org/resource/Becoming_Mike_Nichols", "http://dbpedia.org/resource/Beethoven_Lives_Upstairs", "http://dbpedia.org/resource/Bessie_(film)", "http://dbpedia.org/resource/Betty_(TV_series)", "http://dbpedia.org/resource/For_Love_or_Country:_The_Arturo_Sandoval_Story", "http://dbpedia.org/resource/Freddie_the_Freeloader's_Christmas_Dinner", "http://dbpedia.org/resource/Friends_of_God:_A_Road_Trip_with_Alexandra_Pelosi", "http://dbpedia.org/resource/From_the_Earth_to_the_Moon_(miniseries)", "http://dbpedia.org/resource/Game_of_Thrones", "http://dbpedia.org/resource/Game_of_Thrones_(season_1)", "http://dbpedia.org/resource/Game_of_Thrones_(season_2)", "http://dbpedia.org/resource/Game_of_Thrones_(season_3)", "http://dbpedia.org/resource/Game_of_Thrones_(season_4)", "http://dbpedia.org/resource/Game_of_Thrones_(season_5)", "http://dbpedia.org/resource/Game_of_Thrones_(season_6)", "http://dbpedia.org/resource/Game_of_Thrones_(season_7)", "http://dbpedia.org/resource/Game_of_Thrones_(season_8)", "http://dbpedia.org/resource/Generation_Kill_(miniseries)", "http://dbpedia.org/resource/George_Carlin's_American_Dream", "http://dbpedia.org/resource/George_Carlin_at_USC", "http://dbpedia.org/resource/Handel's_Last_Chance", "http://dbpedia.org/resource/Hard_Knocks_(2001_TV_series)", "http://dbpedia.org/resource/Sakharov_(film)", "http://dbpedia.org/resource/Taking_Chance", "http://dbpedia.org/resource/Tales_from_the_Crypt_(TV_series)", "http://dbpedia.org/resource/Talking_Funny_(television_special)", "http://dbpedia.org/resource/Tanner_'88", "http://dbpedia.org/resource/Teamster_Boss:_The_Jackie_Presser_Story", "http://dbpedia.org/resource/Tell_Me_You_Love_Me_(TV_series)", "http://dbpedia.org/resource/Tell_Them_Anything_You_Want:_A_Portrait_of_Maurice_Sendak", "http://dbpedia.org/resource/We're_Here", "http://dbpedia.org/resource/Westworld_(TV_series)", "http://dbpedia.org/resource/Westworld_(season_1)", "http://dbpedia.org/resource/Westworld_(season_2)", "http://dbpedia.org/resource/Westworld_(season_3)", "http://dbpedia.org/resource/Westworld_(season_4)", "http://dbpedia.org/resource/When_the_Levees_Broke", "http://dbpedia.org/resource/100_Foot_Wave", "http://dbpedia.org/resource/12_Miles_of_Bad_Road", "http://dbpedia.org/resource/Angels_in_America_(miniseries)", "http://dbpedia.org/resource/Animals_(American_TV_series)", "http://dbpedia.org/resource/Arliss_(TV_series)", "http://dbpedia.org/resource/Empire_Falls_(miniseries)", "http://dbpedia.org/resource/Encyclopedia_(TV_series)", "http://dbpedia.org/resource/Entourage_(American_TV_series)", "http://dbpedia.org/resource/Gia", "http://dbpedia.org/resource/Girls_(season_1)", "http://dbpedia.org/resource/Go,_Diego,_Go!", "http://dbpedia.org/resource/Gorilla_and_the_Bird", "http://dbpedia.org/resource/Mare_of_Easttown", "http://dbpedia.org/resource/Pray,_Obey,_Kill", "http://dbpedia.org/resource/Temple_Grandin_(film)", "http://dbpedia.org/resource/Tenacious_D_(TV_series)", "http://dbpedia.org/resource/The_Adventures_of_Tintin_(TV_series)", "http://dbpedia.org/resource/The_Atlantis_Conspiracy", "http://dbpedia.org/resource/The_Baby_(TV_series)", "http://dbpedia.org/resource/The_Blood_of_Others_(film)", "http://dbpedia.org/resource/The_Cherokee_Kid", "http://dbpedia.org/resource/The_Christmas_Wife", "http://dbpedia.org/resource/Undefeated_(2003_film)", "http://dbpedia.org/resource/Bored_to_Death", "http://dbpedia.org/resource/Boxing_After_Dark", "http://dbpedia.org/resource/Boycott_(2001_film)", "http://dbpedia.org/resource/Braingames_(1983_TV_series)", "http://dbpedia.org/resource/Broad_Street_Bullies_(film)", "http://dbpedia.org/resource/Maximum_Security_(TV_series)", "http://dbpedia.org/resource/McMillions", "http://dbpedia.org/resource/Random_Acts_of_Flyness", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_1)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_10)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_11)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_12)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_13)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_14)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_15)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_16)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_17)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_18)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_19)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_2)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_20)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_3)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_4)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_5)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_6)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_7)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_8)", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher_(season_9)", "http://dbpedia.org/resource/Red_King,_White_Knight", "http://dbpedia.org/resource/Reunion_at_Fairborough", "http://dbpedia.org/resource/Reverb_(TV_series)", "http://dbpedia.org/resource/The_Cleaning_Lady_(Mexican_TV_series)", "http://dbpedia.org/resource/The_Cold_Room", "http://dbpedia.org/resource/The_Comeback_(TV_series)", "http://dbpedia.org/resource/The_Corner", "http://dbpedia.org/resource/The_Country_Mouse_and_the_City_Mouse:_A_Christmas_Tale", "http://dbpedia.org/resource/The_Country_Mouse_and_the_City_Mouse_Adventures", "http://dbpedia.org/resource/The_Deuce_(TV_series)", "http://dbpedia.org/resource/The_Gilded_Age_(TV_series)", "http://dbpedia.org/resource/The_Girl_(2012_TV_film)", "http://dbpedia.org/resource/The_High_Life_(American_TV_series)", "http://dbpedia.org/resource/The_Hound_of_the_Baskervilles_(1983_film)", "http://dbpedia.org/resource/The_Idol_(TV_series)", "http://dbpedia.org/resource/The_Image_(1990_film)", "http://dbpedia.org/resource/The_Larry_Sanders_Show", "http://dbpedia.org/resource/The_Last_Innocent_Man", "http://dbpedia.org/resource/The_Last_Polka", "http://dbpedia.org/resource/The_Last_of_His_Tribe", "http://dbpedia.org/resource/The_Last_of_Us_(TV_series)", "http://dbpedia.org/resource/The_Laundromat_(1985_film)", "http://dbpedia.org/resource/The_Lazarus_Effect_(2010_film)", "http://dbpedia.org/resource/The_Leftovers_(TV_series)", "http://dbpedia.org/resource/The_Life_and_Death_of_Peter_Sellers", "http://dbpedia.org/resource/The_Lion_of_Africa", "http://dbpedia.org/resource/The_Little_Lulu_Show", "http://dbpedia.org/resource/The_Man_Who_Broke_1,000_Chains", "http://dbpedia.org/resource/The_Mind_of_the_Married_Man", "http://dbpedia.org/resource/The_Nevers", "http://dbpedia.org/resource/The_No._1_Ladies'_Detective_Agency_(TV_series)", "http://dbpedia.org/resource/The_Outsider_(miniseries)", "http://dbpedia.org/resource/The_Pacific_(miniseries)", "http://dbpedia.org/resource/The_Park_Is_Mine_(1986_film)", "http://dbpedia.org/resource/The_Pee-wee_Herman_Show", "http://dbpedia.org/resource/The_Plot_Against_America_(miniseries)", "http://dbpedia.org/resource/The_Quick_and_the_Dead_(1987_film)", "http://dbpedia.org/resource/The_Ray_Bradbury_Theater", "http://dbpedia.org/resource/The_Rehearsal_(TV_series)", "http://dbpedia.org/resource/The_Ricky_Gervais_Show_(TV_series)", "http://dbpedia.org/resource/The_Righteous_Gemstones", "http://dbpedia.org/resource/The_Rock_&_Roll_Hall_of_Fame_2020_Inductions", "http://dbpedia.org/resource/The_Sign_of_Four_(1983_film)", "http://dbpedia.org/resource/The_Sopranos", "http://dbpedia.org/resource/The_Sopranos_(season_1)", "http://dbpedia.org/resource/The_Sopranos_(season_2)", "http://dbpedia.org/resource/The_Sopranos_(season_3)", "http://dbpedia.org/resource/The_Sopranos_(season_4)", "http://dbpedia.org/resource/The_Sopranos_(season_5)", "http://dbpedia.org/resource/The_Sopranos_(season_6)", "http://dbpedia.org/resource/The_Special_Relationship_(film)", "http://dbpedia.org/resource/The_Sunset_Limited_(film)", "http://dbpedia.org/resource/The_Tale_of_the_Bunny_Picnic", "http://dbpedia.org/resource/The_Third_Day_(TV_series)", "http://dbpedia.org/resource/The_Time_Traveler's_Wife_(TV_series)", "http://dbpedia.org/resource/The_Tragedy_of_Flight_103:_The_Inside_Story", "http://dbpedia.org/resource/The_Trolls_and_the_Christmas_Express", "http://dbpedia.org/resource/The_Undoing", "http://dbpedia.org/resource/The_White_House_Plumbers", "http://dbpedia.org/resource/The_White_Lotus", "http://dbpedia.org/resource/The_Wire_(season_1)", "http://dbpedia.org/resource/The_Wire_(season_2)", "http://dbpedia.org/resource/The_Wire_(season_3)", "http://dbpedia.org/resource/The_Wire_(season_4)", "http://dbpedia.org/resource/The_Wire_(season_5)", "http://dbpedia.org/resource/The_Wizard_of_Lies", "http://dbpedia.org/resource/The_Wonderful_Maladys", "http://dbpedia.org/resource/One_Night_Stand_(American_TV_series)", "http://dbpedia.org/resource/1st_&_Ten_(1984_TV_series)", "http://dbpedia.org/resource/24/7_(American_TV_program)", "http://dbpedia.org/resource/61*", "http://dbpedia.org/resource/7_Days_in_Hell", "http://dbpedia.org/resource/Normal_(2003_film)", "http://dbpedia.org/resource/Not_Necessarily_the_News", "http://dbpedia.org/resource/Nuclear_Family_(TV_series)", "http://dbpedia.org/resource/Obama:_In_Pursuit_of_a_More_Perfect_Union", "http://dbpedia.org/resource/Classical_Baby", "http://dbpedia.org/resource/Clear_History", "http://dbpedia.org/resource/Condominium_(film)", "http://dbpedia.org/resource/Confirmation_(film)", "http://dbpedia.org/resource/Conspiracy_(2001_film)", "http://dbpedia.org/resource/All_Signs_of_Death", "http://dbpedia.org/resource/John_from_Cincinnati", "http://dbpedia.org/resource/Santos_Dumont_(miniseries)", "http://dbpedia.org/resource/Saving_My_Tomorrow", "http://dbpedia.org/resource/Scenes_from_a_Marriage_(American_miniseries)", "http://dbpedia.org/resource/Seabert", "http://dbpedia.org/resource/Band_of_Brothers_(miniseries)", "http://dbpedia.org/resource/Barbarians_at_the_Gate_(film)", "http://dbpedia.org/resource/Barry_(TV_series)", "http://dbpedia.org/resource/Into_the_Homeland", "http://dbpedia.org/resource/Introducing_Dorothy_Dandridge", "http://dbpedia.org/resource/Miss_Evers'_Boys", "http://dbpedia.org/resource/Mommy_Dead_and_Dearest", "http://dbpedia.org/resource/Monty_Python_Live_at_Aspen", "http://dbpedia.org/resource/Mr._Show_with_Bob_and_David", "http://dbpedia.org/resource/Mrs._Fletcher", "http://dbpedia.org/resource/Mrs._Harris", "http://dbpedia.org/resource/Muhammad_Ali's_Greatest_Fight", "http://dbpedia.org/resource/Murderers_Among_Us:_The_Simon_Wiesenthal_Story", "http://dbpedia.org/resource/Mussolini_and_I", "http://dbpedia.org/resource/My_Dinner_with_Herv\u00e9", "http://dbpedia.org/resource/My_House_in_Umbria", "http://dbpedia.org/resource/NYC_Epicenters_9/11\u21922021\u00bd", "http://dbpedia.org/resource/Namath:_From_Beaver_Falls_to_Broadway", "http://dbpedia.org/resource/Too_Big_to_Fail_(film)", "http://dbpedia.org/resource/Tour_de_Pharmacy", "http://dbpedia.org/resource/Tracey_Ullman:_Live_and_Exposed", "http://dbpedia.org/resource/Tracey_Ullman_Takes_on_New_York", "http://dbpedia.org/resource/Tracey_Ullman_in_the_Trailer_Tales", "http://dbpedia.org/resource/Traveling_Man_(film)", "http://dbpedia.org/resource/Treme_(TV_series)", "http://dbpedia.org/resource/True_Blood_(season_1)", "http://dbpedia.org/resource/True_Blood_(season_2)", "http://dbpedia.org/resource/True_Blood_(season_3)", "http://dbpedia.org/resource/True_Blood_(season_4)", "http://dbpedia.org/resource/True_Blood_(season_5)", "http://dbpedia.org/resource/True_Blood_(season_6)", "http://dbpedia.org/resource/True_Blood_(season_7)", "http://dbpedia.org/resource/True_Detective_(season_1)", "http://dbpedia.org/resource/True_Detective_(season_2)", "http://dbpedia.org/resource/True_Detective_(season_3)", "http://dbpedia.org/resource/A_Black_Lady_Sketch_Show", "http://dbpedia.org/resource/A_Dog_Year", "http://dbpedia.org/resource/A_Lesson_Before_Dying_(film)", "http://dbpedia.org/resource/A_Matter_of_Taste", "http://dbpedia.org/resource/Act_of_Vengeance_(1986_film)", "http://dbpedia.org/resource/After_the_Thrones", "http://dbpedia.org/resource/Afterburn_(film)", "http://dbpedia.org/resource/Age-Old_Friends", "http://dbpedia.org/resource/Bury_My_Heart_at_Wounded_Knee_(film)", "http://dbpedia.org/resource/Camping_(American_TV_series)", "http://dbpedia.org/resource/Chain_of_Command_(2000_film)", "http://dbpedia.org/resource/Cheaters_(2000_film)", "http://dbpedia.org/resource/Chris_Rock:_Bring_the_Pain", "http://dbpedia.org/resource/Chris_Rock:_Kill_the_Messenger", "http://dbpedia.org/resource/Stranger_Inside", "http://dbpedia.org/resource/Strip_Search_(film)", "http://dbpedia.org/resource/Stuart_Little_(TV_series)", "http://dbpedia.org/resource/Succession_(TV_series)", "http://dbpedia.org/resource/Sugartime_(film)", "http://dbpedia.org/resource/Cast_a_Deadly_Spell", "http://dbpedia.org/resource/Catch_and_Kill:_The_Podcast_Tapes", "http://dbpedia.org/resource/Hostages_(1992_film)", "http://dbpedia.org/resource/Hotel_Room", "http://dbpedia.org/resource/House_of_the_Dragon", "http://dbpedia.org/resource/How_To_with_John_Wilson", "http://dbpedia.org/resource/How_to_Make_It_in_America", "http://dbpedia.org/resource/Last_Week_Tonight_with_John_Oliver", "http://dbpedia.org/resource/Laurel_Avenue", "http://dbpedia.org/resource/Don_King:_Only_in_America", "http://dbpedia.org/resource/Doomsday_Gun", "http://dbpedia.org/resource/Doublecrossed", "http://dbpedia.org/resource/Small_Town_News:_KPVM_Pahrump", "http://dbpedia.org/resource/Somebody_Somewhere_(TV_series)", "http://dbpedia.org/resource/Something_the_Lord_Made", "http://dbpedia.org/resource/Soul_of_the_Game", "http://dbpedia.org/resource/Cosmic_Slop_(film)", "http://dbpedia.org/resource/Criminal_Justice_(film)", "http://dbpedia.org/resource/Curb_Your_Enthusiasm", "http://dbpedia.org/resource/Grand_Avenue_(film)", "http://dbpedia.org/resource/Grey_Gardens_(2009_film)", "http://dbpedia.org/resource/Gulag_(film)", "http://dbpedia.org/resource/HBO_Asia", "http://dbpedia.org/resource/HBO_World_Championship_Boxing", "http://dbpedia.org/resource/Here_and_Now_(2018_TV_series)", "http://dbpedia.org/resource/Mandela_(1987_film)", "http://dbpedia.org/resource/Rich_Little's_Christmas_Carol", "http://dbpedia.org/resource/Rock_and_a_Hard_Place_(film)", "http://dbpedia.org/resource/Fall_to_Grace_(film)", "http://dbpedia.org/resource/Fever_(1991_film)", "http://dbpedia.org/resource/Flight_of_the_Conchords_(TV_series)", "http://dbpedia.org/resource/Joe_Buck_Live", "http://dbpedia.org/resource/John_Adams_(miniseries)", "http://dbpedia.org/resource/Life_Is_But_a_Dream", "http://dbpedia.org/resource/Lifestories:_Families_in_Crisis", "http://dbpedia.org/resource/Lip_Service_(1988_film)", "http://dbpedia.org/resource/Never_Scared", "http://dbpedia.org/resource/Perfect_Witness", "http://dbpedia.org/resource/Perry_Mason_(2020_TV_series)", "http://dbpedia.org/resource/Phoenix_Rising_(American_TV_series)", "http://dbpedia.org/resource/Prison_Stories:_Women_on_the_Inside", "http://dbpedia.org/resource/Prisoner_of_Honor", "http://dbpedia.org/resource/Private_Dicks:_Men_Exposed", "http://dbpedia.org/resource/Q_Into_the_Storm", "http://dbpedia.org/resource/Race_for_the_Pennant", "http://dbpedia.org/resource/Third_Degree_Burn", "http://dbpedia.org/resource/Tig_Notaro:_Boyish_Girl_Interrupted", "http://dbpedia.org/resource/Time_Was", "http://dbpedia.org/resource/Todd_McFarlane's_Spawn", "http://dbpedia.org/resource/Winchell_(film)", "http://dbpedia.org/resource/Winning_Time:_The_Rise_of_the_Lakers_Dynasty", "http://dbpedia.org/resource/Wit_(film)", "http://dbpedia.org/resource/Without_Pity:_A_Film_About_Abilities", "http://dbpedia.org/resource/Without_Warning:_The_James_Brady_Story", "http://dbpedia.org/resource/Women_&_Men:_Stories_of_Seduction", "http://dbpedia.org/resource/Wyatt_Cenac's_Problem_Areas", "http://dbpedia.org/resource/Earthly_Possessions_(film)", "http://dbpedia.org/resource/Eddie_Murphy_Delirious", "http://dbpedia.org/resource/Elizabeth_I_(2005_TV_series)", "http://dbpedia.org/resource/K_Street_(TV_series)", "http://dbpedia.org/resource/Live_from_Baghdad_(film)", "http://dbpedia.org/resource/Lombardi_(film)", "http://dbpedia.org/resource/Lone_Hero", "http://dbpedia.org/resource/Looking_(TV_series)", "http://dbpedia.org/resource/Los_Espookys", "http://dbpedia.org/resource/Lovecraft_Country_(TV_series)", "http://dbpedia.org/resource/Luck_(TV_series)", "http://dbpedia.org/resource/Lucky_Louie", "http://dbpedia.org/resource/Olive_Kitteridge_(miniseries)", "http://dbpedia.org/resource/On_Location_(TV_series)", "http://dbpedia.org/resource/On_the_Run_Tour:_Beyonc\u00e9_and_Jay-Z_(TV_program)", "http://dbpedia.org/resource/Our_Boys_(miniseries)", "http://dbpedia.org/resource/Sesame_Street's_50th_Anniversary_Celebration", "http://dbpedia.org/resource/Sex_and_the_City", "http://dbpedia.org/resource/Sex_and_the_City_(season_1)", "http://dbpedia.org/resource/Sex_and_the_City_(season_2)", "http://dbpedia.org/resource/Sex_and_the_City_(season_3)", "http://dbpedia.org/resource/Sex_and_the_City_(season_4)", "http://dbpedia.org/resource/Sex_and_the_City_(season_5)", "http://dbpedia.org/resource/Sex_and_the_City_(season_6)", "http://dbpedia.org/resource/Sharp_Objects_(miniseries)", "http://dbpedia.org/resource/Silicon_Valley_(season_1)", "http://dbpedia.org/resource/Silicon_Valley_(season_2)", "http://dbpedia.org/resource/Silicon_Valley_(season_3)", "http://dbpedia.org/resource/Silicon_Valley_(season_4)", "http://dbpedia.org/resource/Silicon_Valley_(season_5)", "http://dbpedia.org/resource/Silicon_Valley_(season_6)", "http://dbpedia.org/resource/Stalin_(1992_film)", "http://dbpedia.org/resource/Standing_Room_Only_(TV_series)", "http://dbpedia.org/resource/Big_Little_Lies_(TV_series)", "http://dbpedia.org/resource/Big_Love", "http://dbpedia.org/resource/Bigger_&_Blacker", "http://dbpedia.org/resource/Blackout_(1985_film)", "http://dbpedia.org/resource/Boardwalk_Empire", "http://dbpedia.org/resource/Boardwalk_Empire_(season_1)", "http://dbpedia.org/resource/Boardwalk_Empire_(season_2)", "http://dbpedia.org/resource/Boardwalk_Empire_(season_3)", "http://dbpedia.org/resource/Boardwalk_Empire_(season_4)", "http://dbpedia.org/resource/Boardwalk_Empire_(season_5)", "http://dbpedia.org/resource/Hysterical_Blindness_(film)", "http://dbpedia.org/resource/I_Know_This_Much_Is_True_(miniseries)", "http://dbpedia.org/resource/I_Spy_(2002_TV_series)", "http://dbpedia.org/resource/If_God_Is_Willing_and_da_Creek_Don't_Rise", "http://dbpedia.org/resource/If_These_Walls_Could_Talk", "http://dbpedia.org/resource/In_Treatment", "http://dbpedia.org/resource/In_the_Gloaming_(film)", "http://dbpedia.org/resource/Indictment:_The_McMartin_Trial", "http://dbpedia.org/resource/List_of_Esme_&_Roy_episodes", "http://dbpedia.org/resource/List_of_High_Maintenance_episodes", "http://dbpedia.org/resource/List_of_Ray_Bradbury_Theater_episodes", "http://dbpedia.org/resource/List_of_Vice_episodes", "http://dbpedia.org/resource/Mildred_Pierce_(miniseries)", "http://dbpedia.org/resource/Mind_Over_Murder_(TV_series)", "http://dbpedia.org/resource/Oz_(TV_series)", "http://dbpedia.org/resource/Painting_with_John", "http://dbpedia.org/resource/Room_104", "http://dbpedia.org/resource/Route_9_(film)", "http://dbpedia.org/resource/Run_(American_TV_series)", "http://dbpedia.org/resource/You_Don't_Know_Jack_(film)", "http://dbpedia.org/resource/Yuri_Nosenko:_Double_Agent", "http://dbpedia.org/resource/Alone_(season_1)", "http://dbpedia.org/resource/Digging_for_the_Truth", "http://dbpedia.org/resource/Brad_Meltzer's_Decoded", "http://dbpedia.org/resource/Cities_of_the_Underworld", "http://dbpedia.org/resource/Moonshot_(2009_film)", "http://dbpedia.org/resource/Mail_Call", "http://dbpedia.org/resource/List_of_Ax_Men_episodes", "http://dbpedia.org/resource/Project_Blue_Book_(TV_series)", "http://dbpedia.org/resource/2022_Rust-Oleum_Automotive_Finishes_100", "http://dbpedia.org/resource/2021_Zinsser_SmartCoat_200", "http://dbpedia.org/resource/2022_Atlas_100", "http://dbpedia.org/resource/2022_Calypso_Lemonade_150", "http://dbpedia.org/resource/2022_General_Tire_150_(Phoenix)", "http://dbpedia.org/resource/2022_Henry_Ford_Health_200", "http://dbpedia.org/resource/2022_Menards_250", "http://dbpedia.org/resource/2022_Sprecher_150", "http://dbpedia.org/resource/2022_Zinsser_SmartCoat_200", "http://dbpedia.org/resource/2019_ARCA_Pensacola_200", "http://dbpedia.org/resource/2019_Kentuckiana_Ford_Dealers_ARCA_200", "http://dbpedia.org/resource/2020_Calypso_Lemonade_200", "http://dbpedia.org/resource/2020_Dutch_Boy_150", "http://dbpedia.org/resource/2020_General_Tire_100", "http://dbpedia.org/resource/2020_Illinois_Truck_&_Equipment_Allen_Crowe_100", "http://dbpedia.org/resource/2020_Menards.com_200", "http://dbpedia.org/resource/2020_Menards_200", "http://dbpedia.org/resource/2020_Royal_Truck_&_Trailer_200", "http://dbpedia.org/resource/2020_Shore_Lunch_150", "http://dbpedia.org/resource/2020_Sioux_Chief_PowerPEX_200", "http://dbpedia.org/resource/2020_Toyota_200_presented_by_Crosley_Brands", "http://dbpedia.org/resource/2020_VizCom_200", "http://dbpedia.org/resource/2020_Zinsser_SmartCoat_200", "http://dbpedia.org/resource/2021_Allen_Crowe_100", "http://dbpedia.org/resource/2021_Calypso_Lemonade_200", "http://dbpedia.org/resource/2021_Henry_Ford_Health_System_200", "http://dbpedia.org/resource/2021_Herr's_Potato_Chips_200", "http://dbpedia.org/resource/2021_Menards_250", "http://dbpedia.org/resource/2021_Reese's_150", "http://dbpedia.org/resource/2021_Shore_Lunch_150", "http://dbpedia.org/resource/2021_Sioux_Chief_PowerPEX_200", "http://dbpedia.org/resource/2021_Southern_Illinois_100", "http://dbpedia.org/resource/2021_Sprecher_150", "http://dbpedia.org/resource/WWF_on_MSG_Network", "http://dbpedia.org/resource/1984_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1985_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1986_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1987_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1988_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2010_MTV_Movie_Awards", "http://dbpedia.org/resource/2012_MTV_Video_Music_Awards", "http://dbpedia.org/resource/Alternative_Nation", "http://dbpedia.org/resource/Aly_&_AJ:_Sister_Act", "http://dbpedia.org/resource/Amazingness", "http://dbpedia.org/resource/America's_Best_Dance_Crew", "http://dbpedia.org/resource/America's_Best_Dance_Crew_(season_1)", "http://dbpedia.org/resource/America's_Best_Dance_Crew_(season_2)", "http://dbpedia.org/resource/America's_Best_Dance_Crew_(season_3)", "http://dbpedia.org/resource/America's_Best_Dance_Crew_(season_4)", "http://dbpedia.org/resource/America's_Best_Dance_Crew_(season_5)", "http://dbpedia.org/resource/America's_Best_Dance_Crew_(season_6)", "http://dbpedia.org/resource/America's_Best_Dance_Crew_(season_7)", "http://dbpedia.org/resource/America's_Best_Dance_Crew_(season_8)", "http://dbpedia.org/resource/Amp_(TV_series)", "http://dbpedia.org/resource/Anatomy_of_a_Hate_Crime", "http://dbpedia.org/resource/DanceLife", "http://dbpedia.org/resource/Daria", "http://dbpedia.org/resource/Date_My_Mom", "http://dbpedia.org/resource/De_F\u00e9rias_com_o_Ex_(season_4)", "http://dbpedia.org/resource/Dead_at_21", "http://dbpedia.org/resource/Valemont", "http://dbpedia.org/resource/Virgin_Territory_(TV_series)", "http://dbpedia.org/resource/Viva_La_Bam", "http://dbpedia.org/resource/WWE_Heat", "http://dbpedia.org/resource/Wanna_Be_a_VJ", "http://dbpedia.org/resource/Washington_Heights_(TV_series)", "http://dbpedia.org/resource/Demi_Lovato:_Stay_Strong", "http://dbpedia.org/resource/Diary_(American_TV_series)", "http://dbpedia.org/resource/2020_MTV_Europe_Music_Awards", "http://dbpedia.org/resource/2021_MTV_Europe_Music_Awards", "http://dbpedia.org/resource/Austin_Stories", "http://dbpedia.org/resource/Becoming_A_Popstar", "http://dbpedia.org/resource/From_G's_to_Gents", "http://dbpedia.org/resource/From_G's_to_Gents_(season_1)", "http://dbpedia.org/resource/From_G's_to_Gents_(season_2)", "http://dbpedia.org/resource/Game_of_Clones", "http://dbpedia.org/resource/Geordie_Shore_(series_5)", "http://dbpedia.org/resource/Geordie_Shore_(series_7)", "http://dbpedia.org/resource/TRL_UK", "http://dbpedia.org/resource/Taking_the_Stage", "http://dbpedia.org/resource/Taking_the_Stage_(season_1)", "http://dbpedia.org/resource/Taking_the_Stage_(season_2)", "http://dbpedia.org/resource/Taquita_+_Kaui", "http://dbpedia.org/resource/Teen_Mom:_Family_Reunion", "http://dbpedia.org/resource/Teen_Mom_2", "http://dbpedia.org/resource/Teen_Wolf_(2011_TV_series)", "http://dbpedia.org/resource/Teen_Wolf_(season_1)", "http://dbpedia.org/resource/Teen_Wolf_(season_2)", "http://dbpedia.org/resource/Teen_Wolf_(season_3)", "http://dbpedia.org/resource/Teen_Wolf_(season_4)", "http://dbpedia.org/resource/Teen_Wolf_(season_5)", "http://dbpedia.org/resource/Teen_Wolf_(season_6)", "http://dbpedia.org/resource/When_Spicy_Meets_Sweet", "http://dbpedia.org/resource/MTV_Africa_Music_Awards_2016", "http://dbpedia.org/resource/'Til_Death_Do_Us_Part:_Carmen_and_Dave", "http://dbpedia.org/resource/120_Minutes", "http://dbpedia.org/resource/12_Angry_Viewers", "http://dbpedia.org/resource/Apartment_2F", "http://dbpedia.org/resource/Are_You_the_One%3F", "http://dbpedia.org/resource/Are_You_the_One%3F_(season_1)", "http://dbpedia.org/resource/Are_You_the_One%3F_(season_2)", "http://dbpedia.org/resource/Are_You_the_One%3F_(season_3)", "http://dbpedia.org/resource/Are_You_the_One%3F_(season_4)", "http://dbpedia.org/resource/Are_You_the_One%3F_(season_5)", "http://dbpedia.org/resource/Are_You_the_One%3F_(season_6)", "http://dbpedia.org/resource/Are_You_the_One%3F_(season_7)", "http://dbpedia.org/resource/Are_You_the_One%3F_(season_8)", "http://dbpedia.org/resource/Ghosted:_Love_Gone_Missing", "http://dbpedia.org/resource/Gone_Too_Far_(TV_series)", "http://dbpedia.org/resource/Mary_+_Jane", "http://dbpedia.org/resource/Pimp_My_Ride", "http://dbpedia.org/resource/Popzilla", "http://dbpedia.org/resource/Pranked", "http://dbpedia.org/resource/That's_Amore!_(TV_series)", "http://dbpedia.org/resource/The_American_Mall", "http://dbpedia.org/resource/The_Andy_Milonakis_Show", "http://dbpedia.org/resource/The_Ashlee_Simpson_Show", "http://dbpedia.org/resource/The_Buried_Life", "http://dbpedia.org/resource/The_Busch_Family_Brewed", "http://dbpedia.org/resource/The_Challenge:_Battle_of_the_Bloodlines", "http://dbpedia.org/resource/The_Challenge:_Battle_of_the_Exes", "http://dbpedia.org/resource/The_Challenge:_Battle_of_the_Exes_II", "http://dbpedia.org/resource/The_Challenge:_Battle_of_the_Seasons", "http://dbpedia.org/resource/The_Challenge:_Champs_vs._Pros", "http://dbpedia.org/resource/The_Challenge:_Champs_vs._Stars_(season_1)", "http://dbpedia.org/resource/The_Challenge:_Champs_vs._Stars_(season_2)", "http://dbpedia.org/resource/The_Challenge:_Cutthroat", "http://dbpedia.org/resource/The_Challenge:_Double_Agents", "http://dbpedia.org/resource/The_Challenge:_Final_Reckoning", "http://dbpedia.org/resource/The_Challenge:_Free_Agents", "http://dbpedia.org/resource/The_Challenge:_Fresh_Meat_II", "http://dbpedia.org/resource/The_Challenge:_Invasion_of_the_Champions", "http://dbpedia.org/resource/The_Challenge:_Rivals", "http://dbpedia.org/resource/The_Challenge:_Rivals_II", "http://dbpedia.org/resource/The_Challenge:_Rivals_III", "http://dbpedia.org/resource/The_Challenge:_Spies,_Lies_&_Allies", "http://dbpedia.org/resource/The_Challenge:_Total_Madness", "http://dbpedia.org/resource/The_Challenge:_Vendettas", "http://dbpedia.org/resource/The_Challenge:_War_of_the_Worlds", "http://dbpedia.org/resource/The_Challenge:_War_of_the_Worlds_2", "http://dbpedia.org/resource/The_Challenge_(TV_series)", "http://dbpedia.org/resource/The_Challenge_XXX:_Dirty_30", "http://dbpedia.org/resource/The_City_(season_1)", "http://dbpedia.org/resource/The_City_(season_2)", "http://dbpedia.org/resource/Ultimate_Parkour_Challenge", "http://dbpedia.org/resource/Undergrads", "http://dbpedia.org/resource/16_and_Pregnant", "http://dbpedia.org/resource/Buckhead_Shore", "http://dbpedia.org/resource/Buckwild_(TV_series)", "http://dbpedia.org/resource/Kesha:_My_Crazy_Beautiful_Life", "http://dbpedia.org/resource/Maui_Fever", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_Battle_of_the_Seasons", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_Battle_of_the_Sexes", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_Battle_of_the_Sexes_2", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_Fresh_Meat", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_The_Duel", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_The_Duel_II", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_The_Gauntlet", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_The_Gauntlet_2", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_The_Gauntlet_III", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_The_Inferno", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_The_Inferno_3", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_The_Inferno_II", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_The_Island", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge:_The_Ruins", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge_(season)", "http://dbpedia.org/resource/Real_World/Road_Rules_Challenge_2000", "http://dbpedia.org/resource/Real_World/Road_Rules_Extreme_Challenge", "http://dbpedia.org/resource/Real_World:_Ex-Plosion", "http://dbpedia.org/resource/Real_World:_Go_Big_or_Go_Home", "http://dbpedia.org/resource/Real_World:_Skeletons", "http://dbpedia.org/resource/Real_World_Seattle:_Bad_Blood", "http://dbpedia.org/resource/Reunited:_The_Real_World_Las_Vegas", "http://dbpedia.org/resource/The_CollegeHumor_Show", "http://dbpedia.org/resource/The_Cut_(1998_TV_series)", "http://dbpedia.org/resource/The_Gamekillers", "http://dbpedia.org/resource/The_Girls_of_Hedsor_Hall", "http://dbpedia.org/resource/The_Grind_(TV_series)", "http://dbpedia.org/resource/The_Hard_Times_of_RJ_Berger", "http://dbpedia.org/resource/The_Head_(1994_TV_series)", "http://dbpedia.org/resource/The_Hills:_New_Beginnings", "http://dbpedia.org/resource/The_Hills_(season_1)", "http://dbpedia.org/resource/The_Hills_(season_2)", "http://dbpedia.org/resource/The_Hills_(season_3)", "http://dbpedia.org/resource/The_Hills_(season_4)", "http://dbpedia.org/resource/The_Hills_(season_5)", "http://dbpedia.org/resource/The_Hills_(season_6)", "http://dbpedia.org/resource/The_Idiot_Box_(TV_series)", "http://dbpedia.org/resource/The_Jenny_McCarthy_Show_(1997_TV_series)", "http://dbpedia.org/resource/The_Maxx", "http://dbpedia.org/resource/The_Osbournes", "http://dbpedia.org/resource/The_Osbournes_(season_1)", "http://dbpedia.org/resource/The_Osbournes_(season_2)", "http://dbpedia.org/resource/The_Paper_(TV_series)", "http://dbpedia.org/resource/The_Phone_(American_TV_series)", "http://dbpedia.org/resource/The_Real_World:_Austin", "http://dbpedia.org/resource/The_Real_World:_Back_to_New_York", "http://dbpedia.org/resource/The_Real_World:_Boston", "http://dbpedia.org/resource/The_Real_World:_Brooklyn", "http://dbpedia.org/resource/The_Real_World:_Cancun", "http://dbpedia.org/resource/The_Real_World:_Chicago", "http://dbpedia.org/resource/The_Real_World:_D.C.", "http://dbpedia.org/resource/The_Real_World:_Denver", "http://dbpedia.org/resource/The_Real_World:_Hawaii", "http://dbpedia.org/resource/The_Real_World:_Hollywood", "http://dbpedia.org/resource/The_Real_World:_Key_West", "http://dbpedia.org/resource/The_Real_World:_Las_Vegas_(2002_season)", "http://dbpedia.org/resource/The_Real_World:_Las_Vegas_(2011_season)", "http://dbpedia.org/resource/The_Real_World:_London", "http://dbpedia.org/resource/The_Real_World:_Los_Angeles", "http://dbpedia.org/resource/The_Real_World:_Miami", "http://dbpedia.org/resource/The_Real_World:_New_Orleans_(2000_season)", "http://dbpedia.org/resource/The_Real_World:_New_Orleans_(2010_season)", "http://dbpedia.org/resource/The_Real_World:_New_York", "http://dbpedia.org/resource/The_Real_World:_Paris", "http://dbpedia.org/resource/The_Real_World:_Philadelphia", "http://dbpedia.org/resource/The_Real_World:_Portland", "http://dbpedia.org/resource/The_Real_World:_San_Diego_(2004_season)", "http://dbpedia.org/resource/The_Real_World:_San_Diego_(2011_season)", "http://dbpedia.org/resource/The_Real_World:_San_Francisco", "http://dbpedia.org/resource/The_Real_World:_Seattle", "http://dbpedia.org/resource/The_Real_World:_St._Thomas", "http://dbpedia.org/resource/The_Real_World:_Sydney", "http://dbpedia.org/resource/The_Rodman_World_Tour", "http://dbpedia.org/resource/The_Shannara_Chronicles", "http://dbpedia.org/resource/The_Show_with_Vinny", "http://dbpedia.org/resource/The_State_(American_TV_series)", "http://dbpedia.org/resource/The_Tom_Green_Show", "http://dbpedia.org/resource/The_Valleys_(series_1)", "http://dbpedia.org/resource/The_Valleys_(series_2)", "http://dbpedia.org/resource/The_Valleys_(series_3)", "http://dbpedia.org/resource/2022_MTV_Movie_&_TV_Awards", "http://dbpedia.org/resource/2gether:_The_Series_(American_TV_series)", "http://dbpedia.org/resource/3-South", "http://dbpedia.org/resource/50_Cent:_The_Money_and_the_Power", "http://dbpedia.org/resource/90's_House", "http://dbpedia.org/resource/AMTV", "http://dbpedia.org/resource/2005_MTV_Movie_Awards", "http://dbpedia.org/resource/2005_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2006_MTV_Movie_Awards", "http://dbpedia.org/resource/2006_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2007_MTV_Movie_Awards", "http://dbpedia.org/resource/2007_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2008_MTV_Movie_Awards", "http://dbpedia.org/resource/2008_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2009_MTV_Movie_Awards", "http://dbpedia.org/resource/Nitro_Circus", "http://dbpedia.org/resource/Oddville,_MTV", "http://dbpedia.org/resource/1989_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1990_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1991_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1992_MTV_Movie_Awards", "http://dbpedia.org/resource/1992_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1993_MTV_Movie_Awards", "http://dbpedia.org/resource/1993_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1994_MTV_Movie_Awards", "http://dbpedia.org/resource/1994_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1995_MTV_Movie_Awards", "http://dbpedia.org/resource/1995_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1996_MTV_Movie_Awards", "http://dbpedia.org/resource/1996_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1997_MTV_Movie_Awards", "http://dbpedia.org/resource/1997_MTV_Video_Music_Awards", "http://dbpedia.org/resource/1998_MTV_Movie_Awards", "http://dbpedia.org/resource/1998_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2021_MTV_Movie_&_TV_Awards", "http://dbpedia.org/resource/Savage_U", "http://dbpedia.org/resource/Scarred_(TV_series)", "http://dbpedia.org/resource/Bam's_Unholy_Union", "http://dbpedia.org/resource/Is_It_College_Yet%3F", "http://dbpedia.org/resource/Is_It_Fall_Yet%3F", "http://dbpedia.org/resource/It's_On_with_Alexa_Chung", "http://dbpedia.org/resource/My_Super_Psycho_Sweet_16", "http://dbpedia.org/resource/My_Super_Psycho_Sweet_16:_Part_2", "http://dbpedia.org/resource/My_Super_Psycho_Sweet_16:_Part_3", "http://dbpedia.org/resource/My_Super_Sweet_16", "http://dbpedia.org/resource/Too_Stupid_to_Die", "http://dbpedia.org/resource/Total_Request", "http://dbpedia.org/resource/Total_Request_Live", "http://dbpedia.org/resource/Trashed_(game_show)", "http://dbpedia.org/resource/Trippin'", "http://dbpedia.org/resource/Turn_It_Up!", "http://dbpedia.org/resource/Turn_the_Beat_Around_(film)", "http://dbpedia.org/resource/Twentyfourseven", "http://dbpedia.org/resource/Two-A-Days", "http://dbpedia.org/resource/A_Double_Shot_at_Love", "http://dbpedia.org/resource/A_Shot_at_Love_II_with_Tila_Tequila", "http://dbpedia.org/resource/A_Shot_at_Love_with_Tila_Tequila", "http://dbpedia.org/resource/Adventures_in_Hollyhood", "http://dbpedia.org/resource/2014_MTV_Europe_Music_Awards", "http://dbpedia.org/resource/2014_MTV_Fandom_Awards", "http://dbpedia.org/resource/2015_BET_Hip_Hop_Awards", "http://dbpedia.org/resource/2015_MTV_Europe_Music_Awards", "http://dbpedia.org/resource/2016_BET_Hip_Hop_Awards", "http://dbpedia.org/resource/2016_MTV_Europe_Music_Awards", "http://dbpedia.org/resource/Bully_Beatdown", "http://dbpedia.org/resource/Buzzin'_(TV_series)", "http://dbpedia.org/resource/Buzzkill_(TV_series)", "http://dbpedia.org/resource/Call_to_Greatness", "http://dbpedia.org/resource/Celebrity_Deathmatch", "http://dbpedia.org/resource/Celebrity_Rap_Superstar", "http://dbpedia.org/resource/Stranded_with_a_Million_Dollars", "http://dbpedia.org/resource/Sucker_Free", "http://dbpedia.org/resource/Super_Adventure_Team", "http://dbpedia.org/resource/Super_Sweet_16:_The_Movie", "http://dbpedia.org/resource/Superock", "http://dbpedia.org/resource/Sweet/Vicious", "http://dbpedia.org/resource/2013_MTV_Europe_Music_Awards", "http://dbpedia.org/resource/2013_MTV_Video_Music_Awards", "http://dbpedia.org/resource/Carmen:_A_Hip_Hopera", "http://dbpedia.org/resource/Cartoon_Sushi", "http://dbpedia.org/resource/How's_Your_News%3F", "http://dbpedia.org/resource/How_Far_Is_Tattoo_Far%3F", "http://dbpedia.org/resource/Human_Giant", "http://dbpedia.org/resource/Becoming_(TV_series)", "http://dbpedia.org/resource/Laguna_Beach_(season_3)", "http://dbpedia.org/resource/Dogg_After_Dark", "http://dbpedia.org/resource/Doggy_Fizzle_Televizzle", "http://dbpedia.org/resource/Double_Shot_at_Love_(2019_TV_series)", "http://dbpedia.org/resource/Downtown_(1999_TV_series)", "http://dbpedia.org/resource/Downtown_Girls", "http://dbpedia.org/resource/Singled_Out", "http://dbpedia.org/resource/Skins_(American_TV_series)", "http://dbpedia.org/resource/Slednecks", "http://dbpedia.org/resource/Snooki_&_Jwoww", "http://dbpedia.org/resource/Sorority_Life", "http://dbpedia.org/resource/1999_MTV_Movie_Awards", "http://dbpedia.org/resource/1999_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2000_MTV_Movie_Awards", "http://dbpedia.org/resource/2000_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2001_MTV_Movie_Awards", "http://dbpedia.org/resource/2001_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2002_MTV_Movie_Awards", "http://dbpedia.org/resource/2002_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2003_MTV_Movie_Awards", "http://dbpedia.org/resource/2003_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2004_MTV_Movie_Awards", "http://dbpedia.org/resource/2004_MTV_Video_Music_Awards", "http://dbpedia.org/resource/2017_MTV_Europe_Music_Awards", "http://dbpedia.org/resource/2018_MTV_Europe_Music_Awards", "http://dbpedia.org/resource/2019_MTV_Europe_Music_Awards", "http://dbpedia.org/resource/DJ_&_the_Fro", "http://dbpedia.org/resource/Daddy's_Girls_(2009_TV_series)", "http://dbpedia.org/resource/Headbangers_Ball", "http://dbpedia.org/resource/Hilary_Duff:_This_Is_Now", "http://dbpedia.org/resource/MTV's_The_70s_House", "http://dbpedia.org/resource/MTV's_Top_Pop_Group", "http://dbpedia.org/resource/MTV_(Greek_TV_channel)", "http://dbpedia.org/resource/MTV_Africa_Music_Awards_2014", "http://dbpedia.org/resource/MTV_Africa_Music_Awards_2015", "http://dbpedia.org/resource/MTV_Asia_Hitlist", "http://dbpedia.org/resource/MTV_Fandom_Awards", "http://dbpedia.org/resource/MTV_New_Year's_Eve_specials", "http://dbpedia.org/resource/MTV_Rock_N'_Jock", "http://dbpedia.org/resource/MTV_Spit", "http://dbpedia.org/resource/MTV_Sports", "http://dbpedia.org/resource/MTV_Unplugged", "http://dbpedia.org/resource/MTV_Wonder_Girls", "http://dbpedia.org/resource/MTV_Woodies", "http://dbpedia.org/resource/Made_(TV_series)", "http://dbpedia.org/resource/Made_in_Staten_Island", "http://dbpedia.org/resource/Road_Rules:_All_Stars", "http://dbpedia.org/resource/Road_Rules:_Campus_Crawl", "http://dbpedia.org/resource/Road_Rules:_Down_Under", "http://dbpedia.org/resource/Road_Rules:_Europe", "http://dbpedia.org/resource/Road_Rules:_Islands", "http://dbpedia.org/resource/Road_Rules:_Latin_America", "http://dbpedia.org/resource/Road_Rules:_Maximum_Velocity_Tour", "http://dbpedia.org/resource/Road_Rules:_Northern_Trail", "http://dbpedia.org/resource/Road_Rules:_Semester_at_Sea", "http://dbpedia.org/resource/Road_Rules:_South_Pacific", "http://dbpedia.org/resource/Road_Rules:_The_Quest", "http://dbpedia.org/resource/Road_Rules:_USA_\u2013_The_First_Adventure", "http://dbpedia.org/resource/Road_Rules:_USA_\u2013_The_Second_Adventure", "http://dbpedia.org/resource/Road_Rules:_X-Treme", "http://dbpedia.org/resource/Road_Rules_2007:_Viewers'_Revenge", "http://dbpedia.org/resource/Ex_on_the_Beach:_Peak_of_Love", "http://dbpedia.org/resource/Ex_on_the_Beach_(American_TV_series)", "http://dbpedia.org/resource/Ex_on_the_Beach_(American_season_1)", "http://dbpedia.org/resource/Ex_on_the_Beach_(American_season_2)", "http://dbpedia.org/resource/Ex_on_the_Beach_(American_season_3)", "http://dbpedia.org/resource/Ex_on_the_Beach_(American_season_5)", "http://dbpedia.org/resource/Exposed_(American_game_show)", "http://dbpedia.org/resource/FANatic", "http://dbpedia.org/resource/FNMTV", "http://dbpedia.org/resource/Failosophy", "http://dbpedia.org/resource/Faking_It_(American_TV_series)", "http://dbpedia.org/resource/Faking_It_(season_1)", "http://dbpedia.org/resource/Faking_It_(season_2)", "http://dbpedia.org/resource/Faking_It_(season_3)", "http://dbpedia.org/resource/Families_of_the_Mafia", "http://dbpedia.org/resource/Fear_(TV_series)", "http://dbpedia.org/resource/Floribama_Shore", "http://dbpedia.org/resource/Jersey_Shore:_Family_Vacation", "http://dbpedia.org/resource/Jersey_Shore_(TV_series)", "http://dbpedia.org/resource/Life_of_Ryan", "http://dbpedia.org/resource/Lindsay_Lohan's_Beach_Club", "http://dbpedia.org/resource/Liquid_Television", "http://dbpedia.org/resource/Newlyweds:_Nick_and_Jessica", "http://dbpedia.org/resource/Next_(2005_TV_series)", "http://dbpedia.org/resource/Nick_Cannon_Presents:_Short_Circuitz", "http://dbpedia.org/resource/Promposal_(TV_series)", "http://dbpedia.org/resource/Punk'd", "http://dbpedia.org/resource/There_&_Back_(TV_series)", "http://dbpedia.org/resource/Todrick_(TV_series)", "http://dbpedia.org/resource/World_of_Jenks", "http://dbpedia.org/resource/Wrestling_Society_X", "http://dbpedia.org/resource/Wuthering_Heights_(2003_film)", "http://dbpedia.org/resource/Just_Say_Julie", "http://dbpedia.org/resource/Juvies", "http://dbpedia.org/resource/Living_Lahaina", "http://dbpedia.org/resource/Loosely_Exactly_Nicole", "http://dbpedia.org/resource/Loveline_(TV_series)", "http://dbpedia.org/resource/Silent_Library_(TV_series)", "http://dbpedia.org/resource/Spider-Man:_The_New_Animated_Series", "http://dbpedia.org/resource/Spyder_Games", "http://dbpedia.org/resource/Station_Zero", "http://dbpedia.org/resource/Blowin'_Up", "http://dbpedia.org/resource/I.R.S._Records_Presents_The_Cutting_Edge", "http://dbpedia.org/resource/I_Just_Want_My_Pants_Back", "http://dbpedia.org/resource/I_Used_to_Be_Fat", "http://dbpedia.org/resource/I_Want_a_Famous_Face", "http://dbpedia.org/resource/List_of_The_State_episodes", "http://dbpedia.org/resource/Live_Through_This_(TV_series)", "http://dbpedia.org/resource/Miley:_The_Movement", "http://dbpedia.org/resource/P._Diddy's_Starmaker", "http://dbpedia.org/resource/Parental_Control", "http://dbpedia.org/resource/Paris_Hilton's_Dubai_BFF", "http://dbpedia.org/resource/Paris_Hilton's_My_New_BFF", "http://dbpedia.org/resource/Paris_Hilton's_My_New_BFF_(season_1)", "http://dbpedia.org/resource/Room_401", "http://dbpedia.org/resource/Room_Raiders", "http://dbpedia.org/resource/Ryan_Kahn", "http://dbpedia.org/resource/Yo!_MTV_Raps", "http://dbpedia.org/resource/Yo_Momma", "http://dbpedia.org/resource/\u00c6on_Flux", "http://dbpedia.org/resource/Lugar_Heights", "http://dbpedia.org/resource/On_Harvard_Time", "http://dbpedia.org/resource/Dave_(TV_series)", "http://dbpedia.org/resource/Dicktown_(TV_series)", "http://dbpedia.org/resource/Axe_Cop_(TV_series)", "http://dbpedia.org/resource/Wilfred_(American_season_4)", "http://dbpedia.org/resource/71st_Primetime_Creative_Arts_Emmy_Awards", "http://dbpedia.org/resource/72nd_Primetime_Creative_Arts_Emmy_Awards", "http://dbpedia.org/resource/73rd_Primetime_Creative_Arts_Emmy_Awards", "http://dbpedia.org/resource/74th_Primetime_Creative_Arts_Emmy_Awards", "http://dbpedia.org/resource/It's_Always_Sunny_in_Philadelphia_(season_10)", "http://dbpedia.org/resource/It's_Always_Sunny_in_Philadelphia_(season_11)", "http://dbpedia.org/resource/It's_Always_Sunny_in_Philadelphia_(season_12)", "http://dbpedia.org/resource/It's_Always_Sunny_in_Philadelphia_(season_13)", "http://dbpedia.org/resource/It's_Always_Sunny_in_Philadelphia_(season_14)", "http://dbpedia.org/resource/It's_Always_Sunny_in_Philadelphia_(season_15)", "http://dbpedia.org/resource/It's_Always_Sunny_in_Philadelphia_(season_9)", "http://dbpedia.org/resource/Cake_(2019_TV_series)", "http://dbpedia.org/resource/Legit_(2013_TV_series)", "http://dbpedia.org/resource/List_of_Archer_episodes", "http://dbpedia.org/resource/Lucas_Bros._Moving_Co.", "http://dbpedia.org/resource/List_of_It's_Always_Sunny_in_Philadelphia_episodes", "http://dbpedia.org/resource/List_of_The_League_episodes", "http://dbpedia.org/resource/List_of_Totally_Biased_with_W._Kamau_Bell_episodes", "http://dbpedia.org/resource/List_of_You're_the_Worst_episodes", "http://dbpedia.org/resource/Little_Demon_(TV_series)", "http://dbpedia.org/resource/American_Horror_Stories", "http://dbpedia.org/resource/Devs", "http://dbpedia.org/resource/Pistol_(miniseries)", "http://dbpedia.org/resource/The_Bear_(TV_series)", "http://dbpedia.org/resource/Under_the_Banner_of_Heaven_(miniseries)", "http://dbpedia.org/resource/The_Patient", "http://dbpedia.org/resource/The_Premise", "http://dbpedia.org/resource/Mrs._America_(miniseries)", "http://dbpedia.org/resource/A_Teacher_(miniseries)", "http://dbpedia.org/resource/Fleishman_Is_in_Trouble_(miniseries)", "http://dbpedia.org/resource/Y:_The_Last_Man_(TV_series)", "http://dbpedia.org/resource/Nanna's_Cottage", "http://dbpedia.org/resource/Twisted_Tales_(web_series)", "http://dbpedia.org/resource/Todd_and_the_Book_of_Pure_Evil", "http://dbpedia.org/resource/Amy_Schumer_Learns_to_Cook", "http://dbpedia.org/resource/Dinner:_Impossible", "http://dbpedia.org/resource/Will_Work_for_Food_(TV_series)", "http://dbpedia.org/resource/Ask_Aida", "http://dbpedia.org/resource/Beat_Bobby_Flay", "http://dbpedia.org/resource/Halloween_Wars", "http://dbpedia.org/resource/Ham_on_the_Street", "http://dbpedia.org/resource/What_Would_Brian_Boitano_Make%3F", "http://dbpedia.org/resource/$24_in_24", "http://dbpedia.org/resource/$40_a_Day", "http://dbpedia.org/resource/Emeril_Live", "http://dbpedia.org/resource/Giada_at_Home", "http://dbpedia.org/resource/Good_Eats", "http://dbpedia.org/resource/The_Best_Thing_I_Ever_Ate", "http://dbpedia.org/resource/Kids_Baking_Championship", "http://dbpedia.org/resource/Ready..._Set..._Cook!", "http://dbpedia.org/resource/Restaurant:_Impossible", "http://dbpedia.org/resource/Restaurant_Express", "http://dbpedia.org/resource/The_Great_Food_Truck_Race_(season_11)", "http://dbpedia.org/resource/The_Next_Food_Network_Star_(season_4)", "http://dbpedia.org/resource/The_Next_Food_Network_Star_(season_5)", "http://dbpedia.org/resource/The_Next_Food_Network_Star_(season_6)", "http://dbpedia.org/resource/The_Next_Iron_Chef", "http://dbpedia.org/resource/24_Hour_Restaurant_Battle", "http://dbpedia.org/resource/30_Minute_Meals", "http://dbpedia.org/resource/3_Days_to_Open_with_Bobby_Flay", "http://dbpedia.org/resource/Feasting_on_Asphalt", "http://dbpedia.org/resource/Giada's_Weekend_Getaways", "http://dbpedia.org/resource/Giada_in_Paradise", "http://dbpedia.org/resource/Sara's_Secrets", "http://dbpedia.org/resource/Quick_Fix_Meals_with_Robin_Miller", "http://dbpedia.org/resource/Barefoot_Contessa", "http://dbpedia.org/resource/Iron_Chef_America", "http://dbpedia.org/resource/Iron_Chef_Gauntlet", "http://dbpedia.org/resource/Iron_Chef_Showdown", "http://dbpedia.org/resource/Chefography", "http://dbpedia.org/resource/A_Cook's_Tour_(TV_series)", "http://dbpedia.org/resource/Ace_of_Cakes", "http://dbpedia.org/resource/Cake_Wars", "http://dbpedia.org/resource/Chefs_vs._City", "http://dbpedia.org/resource/Chopped_(TV_series)", "http://dbpedia.org/resource/Chopped_Junior", "http://dbpedia.org/resource/5_Ingredient_Fix", "http://dbpedia.org/resource/Holiday_Baking_Championship", "http://dbpedia.org/resource/Cupcake_Wars", "http://dbpedia.org/resource/Cutthroat_Kitchen", "http://dbpedia.org/resource/Guilty_Pleasures_(TV_series)", "http://dbpedia.org/resource/Guy's_Big_Bite", "http://dbpedia.org/resource/Guy_Off_the_Hook", "http://dbpedia.org/resource/Health_Inspectors", "http://dbpedia.org/resource/Healthy_Appetite_with_Ellie_Krieger", "http://dbpedia.org/resource/Everyday_Italian", "http://dbpedia.org/resource/Food_Network_Challenge", "http://dbpedia.org/resource/Food_Network_Star", "http://dbpedia.org/resource/Food_Network_Star_(season_10)", "http://dbpedia.org/resource/Food_Network_Star_(season_11)", "http://dbpedia.org/resource/Food_Network_Star_(season_12)", "http://dbpedia.org/resource/Food_Network_Star_(season_13)", "http://dbpedia.org/resource/Food_Network_Star_(season_14)", "http://dbpedia.org/resource/Food_Network_Star_(season_7)", "http://dbpedia.org/resource/Food_Network_Star_(season_8)", "http://dbpedia.org/resource/Food_Network_Star_(season_9)", "http://dbpedia.org/resource/Jerseylicious", "http://dbpedia.org/resource/Throwdown!_with_Bobby_Flay", "http://dbpedia.org/resource/Worst_Bakers_in_America", "http://dbpedia.org/resource/Oliver's_Twist", "http://dbpedia.org/resource/Down_Home_with_the_Neelys", "http://dbpedia.org/resource/Ten_Dollar_Dinners", "http://dbpedia.org/resource/Big_Daddy's_House", "http://dbpedia.org/resource/List_of_Guy's_Grocery_Games_episodes", "http://dbpedia.org/resource/Paula's_Best_Dishes", "http://dbpedia.org/resource/Paula's_Home_Cooking", "http://dbpedia.org/resource/Paula's_Party", "http://dbpedia.org/resource/East_Meets_West_(TV_series)", "http://dbpedia.org/resource/Road_Tasted", "http://dbpedia.org/resource/Party_Line_with_the_Hearty_Boys", "http://dbpedia.org/resource/America's_Most_Wanted", "http://dbpedia.org/resource/America's_Supernanny", "http://dbpedia.org/resource/America_(2009_film)", "http://dbpedia.org/resource/American_Princess_(2019_TV_series)", "http://dbpedia.org/resource/Amores_que_enga\u00f1an", "http://dbpedia.org/resource/An_American_Daughter_(film)", "http://dbpedia.org/resource/An_Unexpected_Love", "http://dbpedia.org/resource/Dance_Moms", "http://dbpedia.org/resource/Dance_Moms_(season_1)", "http://dbpedia.org/resource/Dance_Moms_(season_2)", "http://dbpedia.org/resource/Dance_Moms_(season_3)", "http://dbpedia.org/resource/Dance_Moms_(season_4)", "http://dbpedia.org/resource/Dance_Moms_(season_5)", "http://dbpedia.org/resource/Dance_Moms_(season_6)", "http://dbpedia.org/resource/Dance_Moms_(season_7)", "http://dbpedia.org/resource/Dance_Moms_(season_8)", "http://dbpedia.org/resource/Deadly_Love", "http://dbpedia.org/resource/Dear_Mom,_Love_Cher", "http://dbpedia.org/resource/Debt_(game_show)", "http://dbpedia.org/resource/Veronica_Clare", "http://dbpedia.org/resource/WNBA_on_Lifetime", "http://dbpedia.org/resource/Deliverance_Creek", "http://dbpedia.org/resource/Devious_Maids_(season_1)", "http://dbpedia.org/resource/Devious_Maids_(season_2)", "http://dbpedia.org/resource/Devious_Maids_(season_3)", "http://dbpedia.org/resource/Devious_Maids_(season_4)", "http://dbpedia.org/resource/21st_Critics'_Choice_Awards", "http://dbpedia.org/resource/Attitudes_(talk_show)", "http://dbpedia.org/resource/Beaches_(2017_film)", "http://dbpedia.org/resource/Beautiful_&_Twisted", "http://dbpedia.org/resource/Betty_&_Coretta", "http://dbpedia.org/resource/For_the_People_(2002_TV_series)", "http://dbpedia.org/resource/Four_of_a_Kind_(TV_series)", "http://dbpedia.org/resource/Georgia_O'Keeffe_(film)", "http://dbpedia.org/resource/Happy_Face_Killer_(film)", "http://dbpedia.org/resource/Taken:_The_Search_for_Sophie_Parker", "http://dbpedia.org/resource/Wendy_Williams:_The_Movie", "http://dbpedia.org/resource/Who_Is_Clark_Rockefeller%3F", "http://dbpedia.org/resource/Wildflower_(1991_film)", "http://dbpedia.org/resource/Will_You_Merry_Me%3F", "http://dbpedia.org/resource/12_Men_of_Christmas", "http://dbpedia.org/resource/Angela's_Eyes", "http://dbpedia.org/resource/Angels_Fall_(film)", "http://dbpedia.org/resource/Any_Day_Now_(TV_series)", "http://dbpedia.org/resource/Army_Wives", "http://dbpedia.org/resource/Married_at_First_Sight_(American_TV_series)", "http://dbpedia.org/resource/Marry_Me_(miniseries)", "http://dbpedia.org/resource/Marrying_Millions", "http://dbpedia.org/resource/Pitch_Slapped", "http://dbpedia.org/resource/Poison_Ivy:_The_Secret_Society", "http://dbpedia.org/resource/Preachers'_Daughters", "http://dbpedia.org/resource/Tempting_Fate_(2019_film)", "http://dbpedia.org/resource/The_Bad_Seed_(2018_film)", "http://dbpedia.org/resource/The_Bad_Seed_Returns", "http://dbpedia.org/resource/The_Christmas_Hope", "http://dbpedia.org/resource/The_Christmas_Setup", "http://dbpedia.org/resource/Under_the_Christmas_Tree", "http://dbpedia.org/resource/Born_Lucky", "http://dbpedia.org/resource/Bristol_Palin:_Life's_a_Tripp", "http://dbpedia.org/resource/Britney_Ever_After", "http://dbpedia.org/resource/Killer_Hair", "http://dbpedia.org/resource/Kim_of_Queens", "http://dbpedia.org/resource/Memories_of_Murder_(1990_film)", "http://dbpedia.org/resource/The_Client_List", "http://dbpedia.org/resource/The_Client_List_(TV_series)", "http://dbpedia.org/resource/The_Craigslist_Killer_(film)", "http://dbpedia.org/resource/The_Designing_Women_Reunion", "http://dbpedia.org/resource/The_Division", "http://dbpedia.org/resource/The_Fairy_Jobmother", "http://dbpedia.org/resource/The_Familiar_Stranger", "http://dbpedia.org/resource/The_Golden_Girls:_Their_Greatest_Moments", "http://dbpedia.org/resource/The_Hidden_Room_(TV_series)", "http://dbpedia.org/resource/The_Husband_She_Met_Online", "http://dbpedia.org/resource/The_Lizzie_Borden_Chronicles", "http://dbpedia.org/resource/The_Lottery_(TV_series)", "http://dbpedia.org/resource/The_Mermaid_Chair_(film)", "http://dbpedia.org/resource/The_Perfect_Assistant", "http://dbpedia.org/resource/The_Protector_(American_TV_series)", "http://dbpedia.org/resource/The_Red_Tent_(miniseries)", "http://dbpedia.org/resource/The_Road_to_Christmas", "http://dbpedia.org/resource/The_Sisterhood:_Becoming_Nuns", "http://dbpedia.org/resource/The_Tenth_Circle_(film)", "http://dbpedia.org/resource/The_Two_Mr._Kissels", "http://dbpedia.org/resource/The_Unauthorized_Beverly_Hills,_90210_Story", "http://dbpedia.org/resource/The_Unauthorized_Full_House_Story", "http://dbpedia.org/resource/The_Unauthorized_Melrose_Place_Story", "http://dbpedia.org/resource/The_Unauthorized_Saved_by_the_Bell_Story", "http://dbpedia.org/resource/The_Watcher_in_the_Woods_(2017_film)", "http://dbpedia.org/resource/The_Secret_of_Hidden_Lake", "http://dbpedia.org/resource/No_One_Would_Tell_(2018_film)", "http://dbpedia.org/resource/Northern_Lights_(2009_film)", "http://dbpedia.org/resource/Not_Like_Everyone_Else", "http://dbpedia.org/resource/Coco_Chanel_(film)", "http://dbpedia.org/resource/Coming_Home_(American_TV_series)", "http://dbpedia.org/resource/Confessions_of_Crime", "http://dbpedia.org/resource/Saving_Sarah_Cain", "http://dbpedia.org/resource/Seeds_of_Yesterday_(film)", "http://dbpedia.org/resource/Models_of_the_Runway", "http://dbpedia.org/resource/Mother,_May_I_Sleep_with_Danger%3F_(2016_film)", "http://dbpedia.org/resource/My_Baby_Is_Missing", "http://dbpedia.org/resource/My_Life_is_a_Lifetime_Movie", "http://dbpedia.org/resource/Natalee_Holloway_(film)", "http://dbpedia.org/resource/Too_Young_to_Marry", "http://dbpedia.org/resource/Trial_by_Fire_(2008_film)", "http://dbpedia.org/resource/Tribute_(2009_film)", "http://dbpedia.org/resource/True_Confessions_of_a_Hollywood_Starlet", "http://dbpedia.org/resource/Twice_Upon_a_Time_(1998_film)", "http://dbpedia.org/resource/Twist_of_Faith_(2013_film)", "http://dbpedia.org/resource/A_Christmas_Wedding", "http://dbpedia.org/resource/A_Date_with_Darkness:_The_Trial_and_Capture_of_Andrew_Luster", "http://dbpedia.org/resource/A_Daughter's_Nightmare", "http://dbpedia.org/resource/A_Girl_Like_Me:_The_Gwen_Araujo_Story", "http://dbpedia.org/resource/A_Life_Interrupted", "http://dbpedia.org/resource/A_Recipe_for_Seduction", "http://dbpedia.org/resource/Aaliyah:_The_Princess_of_R&B", "http://dbpedia.org/resource/Abby's_Ultimate_Dance_Competition", "http://dbpedia.org/resource/Against_the_Wall_(TV_series)", "http://dbpedia.org/resource/Call_Me_Crazy:_A_Five_Film", "http://dbpedia.org/resource/Caught_(2015_film)", "http://dbpedia.org/resource/Center_Stage:_On_Pointe", "http://dbpedia.org/resource/Cheerleader_Nation", "http://dbpedia.org/resource/Child_Genius_(American_TV_series)", "http://dbpedia.org/resource/Strong_Medicine", "http://dbpedia.org/resource/Sudie_and_Simpson", "http://dbpedia.org/resource/Suite_7", "http://dbpedia.org/resource/Surviving_R._Kelly", "http://dbpedia.org/resource/Holiday_in_Santa_Fe", "http://dbpedia.org/resource/Hostile_Advances", "http://dbpedia.org/resource/Hostile_Makeover", "http://dbpedia.org/resource/House_of_Versace", "http://dbpedia.org/resource/Labor_of_Love_(1998_film)", "http://dbpedia.org/resource/Double_Wedding_(2010_film)", "http://dbpedia.org/resource/Drop_Dead_Diva", "http://dbpedia.org/resource/Drop_Dead_Diva_(season_1)", "http://dbpedia.org/resource/Drop_Dead_Diva_(season_2)", "http://dbpedia.org/resource/Drop_Dead_Diva_(season_3)", "http://dbpedia.org/resource/Drop_Dead_Diva_(season_4)", "http://dbpedia.org/resource/Drop_Dead_Diva_(season_5)", "http://dbpedia.org/resource/Drop_Dead_Diva_(season_6)", "http://dbpedia.org/resource/Single_Black_Female", "http://dbpedia.org/resource/Sister_Cities_(film)", "http://dbpedia.org/resource/Sorority_Wars", "http://dbpedia.org/resource/Grumpy_Cat's_Worst_Christmas_Ever", "http://dbpedia.org/resource/Heart_of_the_Storm_(film)", "http://dbpedia.org/resource/Her_Only_Child", "http://dbpedia.org/resource/High_Noon_(2009_film)", "http://dbpedia.org/resource/High_School_Possession", "http://dbpedia.org/resource/Fab_Five:_The_Texas_Cheerleader_Scandal", "http://dbpedia.org/resource/Fifteen_and_Pregnant", "http://dbpedia.org/resource/Five_(2011_film)", "http://dbpedia.org/resource/Flirting_with_Forty", "http://dbpedia.org/resource/Flowers_in_the_Attic_(2014_film)", "http://dbpedia.org/resource/Lies_My_Mother_Told_Me", "http://dbpedia.org/resource/Petals_on_the_Wind_(film)", "http://dbpedia.org/resource/Picker_Sisters", "http://dbpedia.org/resource/Project_Accessory", "http://dbpedia.org/resource/Project_Runway:_Junior", "http://dbpedia.org/resource/Project_Runway:_Junior_(season_2)", "http://dbpedia.org/resource/Project_Runway_(season_10)", "http://dbpedia.org/resource/Project_Runway_(season_11)", "http://dbpedia.org/resource/Project_Runway_(season_12)", "http://dbpedia.org/resource/Project_Runway_(season_13)", "http://dbpedia.org/resource/Project_Runway_(season_14)", "http://dbpedia.org/resource/Project_Runway_(season_15)", "http://dbpedia.org/resource/Project_Runway_(season_16)", "http://dbpedia.org/resource/Project_Runway_(season_6)", "http://dbpedia.org/resource/Project_Runway_(season_7)", "http://dbpedia.org/resource/Project_Runway_(season_8)", "http://dbpedia.org/resource/Project_Runway_(season_9)", "http://dbpedia.org/resource/Project_Runway_All_Stars_(season_1)", "http://dbpedia.org/resource/Project_Runway_All_Stars_(season_2)", "http://dbpedia.org/resource/Project_Runway_All_Stars_(season_3)", "http://dbpedia.org/resource/Project_Runway_All_Stars_(season_4)", "http://dbpedia.org/resource/Project_Runway_All_Stars_(season_5)", "http://dbpedia.org/resource/Project_Runway_All_Stars_(season_6)", "http://dbpedia.org/resource/Project_Runway_All_Stars_(season_7)", "http://dbpedia.org/resource/Prosecuting_Casey_Anthony", "http://dbpedia.org/resource/Time_to_Say_Goodbye%3F", "http://dbpedia.org/resource/To_Be_Fat_like_Me", "http://dbpedia.org/resource/Wisegal", "http://dbpedia.org/resource/Witches_of_East_End_(season_1)", "http://dbpedia.org/resource/Witches_of_East_End_(season_2)", "http://dbpedia.org/resource/Women_of_the_House", "http://dbpedia.org/resource/Wuthering_High_School", "http://dbpedia.org/resource/Liz_&_Dick", "http://dbpedia.org/resource/Lizzie_Borden_Took_an_Ax", "http://dbpedia.org/resource/Love_You_to_Death_(2019_film)", "http://dbpedia.org/resource/Of_Two_Minds_(2012_television_film)", "http://dbpedia.org/resource/Oh_Baby_(TV_series)", "http://dbpedia.org/resource/On_the_Road_with_Austin_&_Santino", "http://dbpedia.org/resource/Sex,_Lies_&_Obsession", "http://dbpedia.org/resource/Sherri", "http://dbpedia.org/resource/Shop_'til_You_Drop", "http://dbpedia.org/resource/Side_Order_of_Life", "http://dbpedia.org/resource/Big_Driver_(film)", "http://dbpedia.org/resource/Blood_Ties_(TV_series)", "http://dbpedia.org/resource/Blue_Eyed_Butcher", "http://dbpedia.org/resource/Blue_Lagoon:_The_Awakening", "http://dbpedia.org/resource/Blue_Valley_Songbird", "http://dbpedia.org/resource/Bonnie_&_Clyde_(miniseries)", "http://dbpedia.org/resource/I_Was_Lorena_Bobbitt", "http://dbpedia.org/resource/If_There_Be_Thorns_(film)", "http://dbpedia.org/resource/Kristin's_Christmas_Past", "http://dbpedia.org/resource/List_of_Unreal_episodes", "http://dbpedia.org/resource/List_of_Unsolved_Mysteries_episodes", "http://dbpedia.org/resource/Little_Women:_Atlanta", "http://dbpedia.org/resource/Live_PD_Presents:_Women_on_Patrol", "http://dbpedia.org/resource/Midnight_Bayou", "http://dbpedia.org/resource/Pajama_Friends", "http://dbpedia.org/resource/Roseanne's_Nuts", "http://dbpedia.org/resource/Russian_Dolls_(2011_TV_series)", "http://dbpedia.org/resource/Death_of_a_Cheerleader_(2019_film)", "http://dbpedia.org/resource/You_(TV_series)", "http://dbpedia.org/resource/You_(season_1)", "http://dbpedia.org/resource/Due_Process_(TV_series)", "http://dbpedia.org/resource/Secrets_of_the_Dead", "http://dbpedia.org/resource/Mr._Pennsylvania_Football", "http://dbpedia.org/resource/Mr._and_Miss_Pennsylvania_Basketball", "http://dbpedia.org/resource/Mega64", "http://dbpedia.org/resource/Let's_Paint_TV", "http://dbpedia.org/resource/1980_NFL_Draft", "http://dbpedia.org/resource/1981_NFL_Draft", "http://dbpedia.org/resource/1982_NFL_Draft", "http://dbpedia.org/resource/1983_NBA_draft", "http://dbpedia.org/resource/1983_NFL_Draft", "http://dbpedia.org/resource/1984_NBA_All-Star_Game", "http://dbpedia.org/resource/1984_NFL_Draft", "http://dbpedia.org/resource/1985_NFL_Draft", "http://dbpedia.org/resource/1986_NFL_Draft", "http://dbpedia.org/resource/1987_NFL_Draft", "http://dbpedia.org/resource/2010_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2011_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2011_WNBA_draft", "http://dbpedia.org/resource/2012_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2013_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/ArenaBowl_I", "http://dbpedia.org/resource/ArenaBowl_II", "http://dbpedia.org/resource/ArenaBowl_IX", "http://dbpedia.org/resource/ArenaBowl_VII", "http://dbpedia.org/resource/ArenaBowl_VIII", "http://dbpedia.org/resource/ArenaBowl_X", "http://dbpedia.org/resource/ArenaBowl_XI", "http://dbpedia.org/resource/ArenaBowl_XXIX", "http://dbpedia.org/resource/ArenaBowl_XXVII", "http://dbpedia.org/resource/ArenaBowl_XXVIII", "http://dbpedia.org/resource/WNBA_on_ESPN", "http://dbpedia.org/resource/2020_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2022_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2023_NFL_Draft", "http://dbpedia.org/resource/2024_NFL_Draft", "http://dbpedia.org/resource/Beg,_Borrow_&_Deal", "http://dbpedia.org/resource/Wednesday_Night_Baseball", "http://dbpedia.org/resource/ArenaBowl_VI", "http://dbpedia.org/resource/Arena_Football_League_on_ESPN", "http://dbpedia.org/resource/Around_the_Horn", "http://dbpedia.org/resource/Get_Up_(TV_program)", "http://dbpedia.org/resource/Golf_on_ESPN", "http://dbpedia.org/resource/Tennis_on_ESPN", "http://dbpedia.org/resource/The_Bronx_Is_Burning", "http://dbpedia.org/resource/The_Contender_(season_2)", "http://dbpedia.org/resource/The_Contender_(season_3)", "http://dbpedia.org/resource/The_Contender_Challenge:_UK_vs._USA", "http://dbpedia.org/resource/The_Jump_(ESPN_talk_show)", "http://dbpedia.org/resource/The_Junction_Boys_(film)", "http://dbpedia.org/resource/The_Sports_Reporters", "http://dbpedia.org/resource/1996_Tyson_Holly_Farms_400", "http://dbpedia.org/resource/1997_NFL_Draft", "http://dbpedia.org/resource/1997_Winston_500", "http://dbpedia.org/resource/1998_NFL_Draft", "http://dbpedia.org/resource/1998_Pepsi_Southern_500", "http://dbpedia.org/resource/1999_Exide_NASCAR_Select_Batteries_400", "http://dbpedia.org/resource/1999_Frontier_@_the_Glen", "http://dbpedia.org/resource/1999_NFL_Draft", "http://dbpedia.org/resource/1999_Pepsi_400_presented_by_Meijer", "http://dbpedia.org/resource/1999_Save_Mart/Kragen_350", "http://dbpedia.org/resource/1999_The_50th_Pepsi_Southern_500", "http://dbpedia.org/resource/1999_TranSouth_Financial_400", "http://dbpedia.org/resource/1st_and_10_(2003_TV_series)", "http://dbpedia.org/resource/2000_NFL_Draft", "http://dbpedia.org/resource/2000_Pepsi_Southern_500", "http://dbpedia.org/resource/2000_Winston_500", "http://dbpedia.org/resource/2001_NFL_Draft", "http://dbpedia.org/resource/2002_NFL_Draft", "http://dbpedia.org/resource/2003_NFL_Draft", "http://dbpedia.org/resource/2004_NFL_Draft", "http://dbpedia.org/resource/2005_NFL_Draft", "http://dbpedia.org/resource/2006_NFL_Draft", "http://dbpedia.org/resource/2007_Brickyard_400", "http://dbpedia.org/resource/2007_Centurion_Boats_at_the_Glen", "http://dbpedia.org/resource/2007_NFL_Draft", "http://dbpedia.org/resource/2007_Pennsylvania_500", "http://dbpedia.org/resource/2007_Sharp_AQUOS_500", "http://dbpedia.org/resource/2007_Sharpie_500", "http://dbpedia.org/resource/2021_in_Professional_Fighters_League", "http://dbpedia.org/resource/2022_NFL_Draft", "http://dbpedia.org/resource/2022_in_Professional_Fighters_League", "http://dbpedia.org/resource/2_Minute_Drill_(game_show)", "http://dbpedia.org/resource/3:_The_Dale_Earnhardt_Story", "http://dbpedia.org/resource/2005_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2005_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2005_Pro_Bowl", "http://dbpedia.org/resource/2006_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2006_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2007_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2007_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2008_Major_League_Baseball_draft", "http://dbpedia.org/resource/2008_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2008_NBA_draft", "http://dbpedia.org/resource/2009_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2009_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/Nine_for_IX", "http://dbpedia.org/resource/1988_NFL_Draft", "http://dbpedia.org/resource/1989_NFL_Draft", "http://dbpedia.org/resource/1990_NFL_Draft", "http://dbpedia.org/resource/1991_NFL_Draft", "http://dbpedia.org/resource/1992_NFL_Draft", "http://dbpedia.org/resource/1998_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2018_NFL_Draft", "http://dbpedia.org/resource/2018_in_Professional_Fighters_League", "http://dbpedia.org/resource/2019_NFL_Draft", "http://dbpedia.org/resource/2019_in_Professional_Fighters_League", "http://dbpedia.org/resource/2020_ESPY_Awards", "http://dbpedia.org/resource/2020_NFL_Draft", "http://dbpedia.org/resource/2021_NFL_Draft", "http://dbpedia.org/resource/Code_Breakers_(film)", "http://dbpedia.org/resource/College_Football_Final", "http://dbpedia.org/resource/College_Football_Live", "http://dbpedia.org/resource/College_Football_Scoreboard", "http://dbpedia.org/resource/College_GameDay_(football_TV_program)", "http://dbpedia.org/resource/Saturday_Primetime", "http://dbpedia.org/resource/Baseball_Tonight", "http://dbpedia.org/resource/Basketball:_A_Love_Story", "http://dbpedia.org/resource/Monday_Night_Countdown", "http://dbpedia.org/resource/NASCAR_Countdown", "http://dbpedia.org/resource/NASCAR_on_ESPN", "http://dbpedia.org/resource/NBA_Today", "http://dbpedia.org/resource/NBA_Wednesday", "http://dbpedia.org/resource/NBA_on_ESPN", "http://dbpedia.org/resource/NFL_Insiders", "http://dbpedia.org/resource/NFL_Matchup", "http://dbpedia.org/resource/NHL_on_ESPN", "http://dbpedia.org/resource/1985_Southern_500", "http://dbpedia.org/resource/1986_Champion_Spark_Plug_400", "http://dbpedia.org/resource/1987_Southern_500", "http://dbpedia.org/resource/1987_Winston_500", "http://dbpedia.org/resource/1989_Heinz_Southern_500", "http://dbpedia.org/resource/1990_Heinz_Southern_500", "http://dbpedia.org/resource/1991_Heinz_Southern_500", "http://dbpedia.org/resource/1992_Champion_Spark_Plug_400", "http://dbpedia.org/resource/1992_Hooters_500", "http://dbpedia.org/resource/1992_Major_League_Baseball_expansion_draft", "http://dbpedia.org/resource/1992_Mountain_Dew_Southern_500", "http://dbpedia.org/resource/1993_First_Union_400", "http://dbpedia.org/resource/1993_Mountain_Dew_Southern_500", "http://dbpedia.org/resource/1993_NFL_Draft", "http://dbpedia.org/resource/1993_Winston_500", "http://dbpedia.org/resource/1994_Mountain_Dew_Southern_500", "http://dbpedia.org/resource/1994_NFL_Draft", "http://dbpedia.org/resource/1994_Winston_Select_500", "http://dbpedia.org/resource/1995_Brickyard_400", "http://dbpedia.org/resource/1995_Mountain_Dew_Southern_500", "http://dbpedia.org/resource/1995_NFL_Draft", "http://dbpedia.org/resource/1996_Mountain_Dew_Southern_500", "http://dbpedia.org/resource/1996_NFL_Draft", "http://dbpedia.org/resource/2014_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2015_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2016_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/Sunday_NFL_Countdown", "http://dbpedia.org/resource/Sunday_Night_Baseball", "http://dbpedia.org/resource/Super_Tuesday_(TV_program)", "http://dbpedia.org/resource/2008_3M_Performance_400", "http://dbpedia.org/resource/2008_Brickyard_400", "http://dbpedia.org/resource/2008_Centurion_Boats_at_the_Glen", "http://dbpedia.org/resource/2008_NFL_Draft", "http://dbpedia.org/resource/2008_Pepsi_500", "http://dbpedia.org/resource/2008_Sharpie_500", "http://dbpedia.org/resource/2008_Sunoco_Red_Cross_Pennsylvania_500", "http://dbpedia.org/resource/2009_AAA_400", "http://dbpedia.org/resource/2009_Brickyard_400", "http://dbpedia.org/resource/2009_Carfax_400", "http://dbpedia.org/resource/2009_Checker_O'Reilly_Auto_Parts_500", "http://dbpedia.org/resource/2009_Heluva_Good!_Sour_Cream_Dips_at_The_Glen", "http://dbpedia.org/resource/2009_NFL_Draft", "http://dbpedia.org/resource/2009_Pep_Boys_Auto_500", "http://dbpedia.org/resource/2009_Sharpie_500", "http://dbpedia.org/resource/2009_Sylvania_300", "http://dbpedia.org/resource/2009_TUMS_Fast_Relief_500", "http://dbpedia.org/resource/2010_AAA_400", "http://dbpedia.org/resource/2010_AAA_Texas_500", "http://dbpedia.org/resource/2010_AMP_Energy_Juice_500", "http://dbpedia.org/resource/2010_Carfax_400", "http://dbpedia.org/resource/2010_Emory_Healthcare_500", "http://dbpedia.org/resource/2010_Ford_400", "http://dbpedia.org/resource/2010_Heluva_Good!_Sour_Cream_Dips_at_the_Glen", "http://dbpedia.org/resource/2010_Kobalt_Tools_500_(Phoenix)", "http://dbpedia.org/resource/2010_NFL_Draft", "http://dbpedia.org/resource/2010_Pepsi_Max_400", "http://dbpedia.org/resource/2010_Price_Chopper_400", "http://dbpedia.org/resource/2010_Sylvania_300", "http://dbpedia.org/resource/2010_TUMS_Fast_Relief_500", "http://dbpedia.org/resource/2011_5-hour_Energy_200", "http://dbpedia.org/resource/2011_AAA_400", "http://dbpedia.org/resource/2011_AAA_Texas_500", "http://dbpedia.org/resource/2011_AdvoCare_500", "http://dbpedia.org/resource/2011_Brickyard_400", "http://dbpedia.org/resource/2011_Food_City_250", "http://dbpedia.org/resource/2011_Ford_400", "http://dbpedia.org/resource/2011_GEICO_400", "http://dbpedia.org/resource/2011_Good_Sam_Club_500", "http://dbpedia.org/resource/2011_Good_Sam_RV_Insurance_500", "http://dbpedia.org/resource/2011_Heluva_Good!_Sour_Cream_Dips_at_The_Glen", "http://dbpedia.org/resource/2011_Hollywood_Casino_400", "http://dbpedia.org/resource/2011_Kobalt_Tools_500", "http://dbpedia.org/resource/2011_NFL_Draft", "http://dbpedia.org/resource/2011_Pure_Michigan_400", "http://dbpedia.org/resource/2011_Sylvania_300", "http://dbpedia.org/resource/2011_Tums_Fast_Relief_500", "http://dbpedia.org/resource/2012_AAA_400", "http://dbpedia.org/resource/2012_AAA_Texas_500", "http://dbpedia.org/resource/2012_AdvoCare_500_(Atlanta)", "http://dbpedia.org/resource/2012_AdvoCare_500_(Phoenix)", "http://dbpedia.org/resource/2012_Brickyard_400", "http://dbpedia.org/resource/2012_DRIVE4COPD_300", "http://dbpedia.org/resource/2012_Finger_Lakes_355_at_The_Glen", "http://dbpedia.org/resource/2012_Ford_EcoBoost_400", "http://dbpedia.org/resource/2012_GEICO_400", "http://dbpedia.org/resource/2012_Good_Sam_Roadside_Assistance_500", "http://dbpedia.org/resource/2012_Hollywood_Casino_400", "http://dbpedia.org/resource/2012_NFL_Draft", "http://dbpedia.org/resource/2012_Pennsylvania_400", "http://dbpedia.org/resource/2012_Pure_Michigan_400", "http://dbpedia.org/resource/2012_Sylvania_300", "http://dbpedia.org/resource/2012_Tums_Fast_Relief_500", "http://dbpedia.org/resource/2013_AAA_Texas_500", "http://dbpedia.org/resource/2013_AdvoCare_500_(Phoenix)", "http://dbpedia.org/resource/2013_Brickyard_400", "http://dbpedia.org/resource/2013_DRIVE4COPD_300", "http://dbpedia.org/resource/2013_Ford_EcoBoost_400", "http://dbpedia.org/resource/2013_Gobowling.com_400", "http://dbpedia.org/resource/2013_Goody's_Headache_Relief_Shot_500", "http://dbpedia.org/resource/2013_NFL_Draft", "http://dbpedia.org/resource/2013_Sylvania_300", "http://dbpedia.org/resource/Homecoming_with_Rick_Reilly", "http://dbpedia.org/resource/2014_AAA_Texas_500", "http://dbpedia.org/resource/2014_Aaron's_312", "http://dbpedia.org/resource/2014_Brickyard_400", "http://dbpedia.org/resource/2014_Ford_EcoBoost_400", "http://dbpedia.org/resource/2014_Gobowling.com_400", "http://dbpedia.org/resource/2014_NFL_Draft", "http://dbpedia.org/resource/2014_Quicken_Loans_Race_for_Heroes_500", "http://dbpedia.org/resource/2015_NFL_Draft", "http://dbpedia.org/resource/2015_Pro_Bowl", "http://dbpedia.org/resource/2016_NFL_Draft", "http://dbpedia.org/resource/2017_NBA_draft", "http://dbpedia.org/resource/2017_NFL_Draft", "http://dbpedia.org/resource/Dream_Job", "http://dbpedia.org/resource/1999_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2000_Food_City_500", "http://dbpedia.org/resource/2000_Goody's_Body_Pain_500", "http://dbpedia.org/resource/2000_Mall.com_400", "http://dbpedia.org/resource/2000_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2001_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2002_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2003_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2004_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/2017_McDonald's_All-American_Boys_Game", "http://dbpedia.org/resource/Cycling_on_ESPN", "http://dbpedia.org/resource/Highly_Questionable", "http://dbpedia.org/resource/MLS_Soccer_Sunday", "http://dbpedia.org/resource/MMA_Live", "http://dbpedia.org/resource/First_Take_(talk_show)", "http://dbpedia.org/resource/Perfect_Match_(1994_game_show)", "http://dbpedia.org/resource/This_Just_In_with_Max_Kellerman", "http://dbpedia.org/resource/Thursday_Night_Showcase", "http://dbpedia.org/resource/Tilt_(American_TV_series)", "http://dbpedia.org/resource/ESPN_(Latin_America)", "http://dbpedia.org/resource/ESPN_(Netherlands)", "http://dbpedia.org/resource/ESPN_Africa", "http://dbpedia.org/resource/ESPN_College_Football_Saturday_Primetime", "http://dbpedia.org/resource/ESPN_Major_League_Baseball", "http://dbpedia.org/resource/ESPN_Sunday_Night_Football", "http://dbpedia.org/resource/Outside_the_Lines", "http://dbpedia.org/resource/Shaquille_(TV_series)", "http://dbpedia.org/resource/SpeedWeek", "http://dbpedia.org/resource/SportsCentury", "http://dbpedia.org/resource/SportsNation_(TV_program)", "http://dbpedia.org/resource/Big_Monday", "http://dbpedia.org/resource/Bill_Dance_Outdoors", "http://dbpedia.org/resource/Bishop_Sycamore_High_School_scandal", "http://dbpedia.org/resource/Bonds_on_Bonds", "http://dbpedia.org/resource/I'd_Do_Anything_(2004_TV_series)", "http://dbpedia.org/resource/Knight_School_(American_TV_series)", "http://dbpedia.org/resource/Pardon_the_Interruption", "http://dbpedia.org/resource/ESPN_Australia", "http://dbpedia.org/resource/ESPN_Caribbean", "http://dbpedia.org/resource/Soccer_on_ESPN/ABC", "http://dbpedia.org/resource/2013_MLS_SuperDraft", "http://dbpedia.org/resource/2013_NPF_Draft", "http://dbpedia.org/resource/2014_Bank_of_America_500", "http://dbpedia.org/resource/2010_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2010_WNBA_draft", "http://dbpedia.org/resource/2011_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2012_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2012_WNBA_draft", "http://dbpedia.org/resource/2013_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2013_WNBA_draft", "http://dbpedia.org/resource/2006_WNBA_draft", "http://dbpedia.org/resource/2007_WNBA_draft", "http://dbpedia.org/resource/2008_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2008_WNBA_draft", "http://dbpedia.org/resource/2009_WNBA_draft", "http://dbpedia.org/resource/2014_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2014_WNBA_draft", "http://dbpedia.org/resource/2015_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2015_WNBA_draft", "http://dbpedia.org/resource/2016_McDonald's_All-American_Girls_Game", "http://dbpedia.org/resource/2016_WNBA_draft", "http://dbpedia.org/resource/Summer_House_(2006_TV_series)", "http://dbpedia.org/resource/2017_WNBA_draft", "http://dbpedia.org/resource/2018_WNBA_draft", "http://dbpedia.org/resource/2019_WNBA_draft", "http://dbpedia.org/resource/ESPNU_College_Basketball", "http://dbpedia.org/resource/ESPNU_College_Football", "http://dbpedia.org/resource/Dave_and_Steve's_Video_Game_Explosion", "http://dbpedia.org/resource/NY1", "http://dbpedia.org/resource/NY1_Noticias", "http://dbpedia.org/resource/NY1_Rail_and_Road", "http://dbpedia.org/resource/Spectrum_News_1_Buffalo", "http://dbpedia.org/resource/Spectrum_News_1_Capital_Region", "http://dbpedia.org/resource/Spectrum_News_1_Central_New_York", "http://dbpedia.org/resource/Spectrum_News_1_North_Carolina", "http://dbpedia.org/resource/Spectrum_News_1_Rochester", "http://dbpedia.org/resource/Spectrum_Sports_(New_York)", "http://dbpedia.org/resource/Spectrum_Sports_(Ohio)", "http://dbpedia.org/resource/Spectrum_Sports_(Wisconsin)", "http://dbpedia.org/resource/Spectrum_Sports_(Carolinas)", "http://dbpedia.org/resource/Spectrum_Sports_(Texas)", "http://dbpedia.org/resource/2011_NextEra_Energy_Resources_250", "http://dbpedia.org/resource/2011_WinStar_World_Casino_350K", "http://dbpedia.org/resource/2012_NextEra_Energy_Resources_250", "http://dbpedia.org/resource/2013_Mudsummer_Classic", "http://dbpedia.org/resource/2018_in_RXF", "http://dbpedia.org/resource/2019_in_RXF", "http://dbpedia.org/resource/2020_in_RXF", "http://dbpedia.org/resource/America_to_Me", "http://dbpedia.org/resource/American_Gods_(TV_series)", "http://dbpedia.org/resource/American_Gods_(season_1)", "http://dbpedia.org/resource/American_Gods_(season_2)", "http://dbpedia.org/resource/American_Gods_(season_3)", "http://dbpedia.org/resource/Dangerous_Liaisons_(TV_series)", "http://dbpedia.org/resource/Vida_(TV_series)", "http://dbpedia.org/resource/Becoming_Elizabeth", "http://dbpedia.org/resource/Gaslit_(TV_series)", "http://dbpedia.org/resource/Power_Book_II:_Ghost", "http://dbpedia.org/resource/Power_Book_III:_Raising_Kanan", "http://dbpedia.org/resource/Power_Book_IV:_Force", "http://dbpedia.org/resource/Men_in_Kilts:_A_Roadtrip_with_Sam_and_Graham", "http://dbpedia.org/resource/The_Rook_(miniseries)", "http://dbpedia.org/resource/The_Serpent_Queen", "http://dbpedia.org/resource/The_Spanish_Princess", "http://dbpedia.org/resource/Now_Apocalypse", "http://dbpedia.org/resource/BMF_(TV_series)", "http://dbpedia.org/resource/Torchwood", "http://dbpedia.org/resource/A_Prince_for_Christmas", "http://dbpedia.org/resource/Camelot_(TV_series)", "http://dbpedia.org/resource/Sweetbitter_(TV_series)", "http://dbpedia.org/resource/Heels_(TV_series)", "http://dbpedia.org/resource/Hightown_(TV_series)", "http://dbpedia.org/resource/Shining_Vale", "http://dbpedia.org/resource/Blindspotting_(TV_series)", "http://dbpedia.org/resource/P-Valley", "http://dbpedia.org/resource/Party_Down", "http://dbpedia.org/resource/Run_the_World_(TV_series)", "http://dbpedia.org/resource/Wild_Things:_Diamonds_in_the_Rough", "http://dbpedia.org/resource/Wild_Things_2", "http://dbpedia.org/resource/Starship_Troopers_2:_Hero_of_the_Federation", "http://dbpedia.org/resource/Big_Ten_Icons", "http://dbpedia.org/resource/The_Cowboy_Way_(TV_series)", "http://dbpedia.org/resource/Amanpour_&_Company", "http://dbpedia.org/resource/America's_Great_Divide", "http://dbpedia.org/resource/America_After_9/11", "http://dbpedia.org/resource/American_Experience_(season_1)", "http://dbpedia.org/resource/American_Experience_(season_10)", "http://dbpedia.org/resource/American_Experience_(season_11)", "http://dbpedia.org/resource/American_Experience_(season_12)", "http://dbpedia.org/resource/American_Experience_(season_13)", "http://dbpedia.org/resource/American_Experience_(season_14)", "http://dbpedia.org/resource/American_Experience_(season_15)", "http://dbpedia.org/resource/American_Experience_(season_16)", "http://dbpedia.org/resource/American_Experience_(season_17)", "http://dbpedia.org/resource/American_Experience_(season_18)", "http://dbpedia.org/resource/American_Experience_(season_19)", "http://dbpedia.org/resource/American_Experience_(season_2)", "http://dbpedia.org/resource/American_Experience_(season_20)", "http://dbpedia.org/resource/American_Experience_(season_21)", "http://dbpedia.org/resource/American_Experience_(season_22)", "http://dbpedia.org/resource/American_Experience_(season_23)", "http://dbpedia.org/resource/American_Experience_(season_24)", "http://dbpedia.org/resource/American_Experience_(season_25)", "http://dbpedia.org/resource/American_Experience_(season_26)", "http://dbpedia.org/resource/American_Experience_(season_27)", "http://dbpedia.org/resource/American_Experience_(season_28)", "http://dbpedia.org/resource/American_Experience_(season_29)", "http://dbpedia.org/resource/American_Experience_(season_3)", "http://dbpedia.org/resource/American_Experience_(season_30)", "http://dbpedia.org/resource/American_Experience_(season_31)", "http://dbpedia.org/resource/American_Experience_(season_32)", "http://dbpedia.org/resource/American_Experience_(season_33)", "http://dbpedia.org/resource/American_Experience_(season_34)", "http://dbpedia.org/resource/American_Experience_(season_4)", "http://dbpedia.org/resource/American_Experience_(season_5)", "http://dbpedia.org/resource/American_Experience_(season_6)", "http://dbpedia.org/resource/American_Experience_(season_7)", "http://dbpedia.org/resource/American_Experience_(season_8)", "http://dbpedia.org/resource/American_Experience_(season_9)", "http://dbpedia.org/resource/American_Family_(2002_TV_series)", "http://dbpedia.org/resource/Andre's_Mother", "http://dbpedia.org/resource/Dave_Chappelle:_The_Kennedy_Center_Mark_Twain_Prize_for_American_Humor", "http://dbpedia.org/resource/Dawn_of_Humanity", "http://dbpedia.org/resource/Decoding_COVID-19", "http://dbpedia.org/resource/Visions_(TV_series)", "http://dbpedia.org/resource/Walt_Disney_(film)", "http://dbpedia.org/resource/War_Feels_Like_War", "http://dbpedia.org/resource/Washington_Week", "http://dbpedia.org/resource/Defying_the_Nazis:_The_Sharps'_War", "http://dbpedia.org/resource/Degrassi_Junior_High", "http://dbpedia.org/resource/20th_AARP_Movies_for_Grownups_Awards", "http://dbpedia.org/resource/20th_International_Emmy_Awards", "http://dbpedia.org/resource/21st_AARP_Movies_for_Grownups_Awards", "http://dbpedia.org/resource/Arthur_(season_1)", "http://dbpedia.org/resource/Arthur_(season_10)", "http://dbpedia.org/resource/Arthur_(season_11)", "http://dbpedia.org/resource/Arthur_(season_12)", "http://dbpedia.org/resource/Arthur_(season_13)", "http://dbpedia.org/resource/Arthur_(season_14)", "http://dbpedia.org/resource/Arthur_(season_15)", "http://dbpedia.org/resource/Arthur_(season_16)", "http://dbpedia.org/resource/Arthur_(season_17)", "http://dbpedia.org/resource/Arthur_(season_18)", "http://dbpedia.org/resource/Arthur_(season_19)", "http://dbpedia.org/resource/Arthur_(season_2)", "http://dbpedia.org/resource/Arthur_(season_20)", "http://dbpedia.org/resource/Arthur_(season_3)", "http://dbpedia.org/resource/Arthur_(season_4)", "http://dbpedia.org/resource/Arthur_(season_5)", "http://dbpedia.org/resource/Arthur_(season_6)", "http://dbpedia.org/resource/Arthur_(season_7)", "http://dbpedia.org/resource/Arthur_(season_8)", "http://dbpedia.org/resource/Arthur_(season_9)", "http://dbpedia.org/resource/Austin_City_Limits", "http://dbpedia.org/resource/Auto-B-Good", "http://dbpedia.org/resource/Battlefield_(American_TV_series)", "http://dbpedia.org/resource/Bert_and_Ernie's_Great_Adventures", "http://dbpedia.org/resource/French_in_Action", "http://dbpedia.org/resource/Frog_(film)", "http://dbpedia.org/resource/Frontline_(American_TV_program)", "http://dbpedia.org/resource/George_H.W._Bush_(film)", "http://dbpedia.org/resource/George_W._Bush_(film)", "http://dbpedia.org/resource/We'll_Meet_Again_with_Ann_Curry", "http://dbpedia.org/resource/We_Shall_Remain", "http://dbpedia.org/resource/Where_in_Time_Is_Carmen_Sandiego%3F_(game_show)", "http://dbpedia.org/resource/Where_in_the_World_Is_Carmen_Sandiego%3F_(game_show)", "http://dbpedia.org/resource/Who_Am_I_This_Time%3F_(film)", "http://dbpedia.org/resource/Globe_Trekker", "http://dbpedia.org/resource/Go_Tell_It_on_the_Mountain_(film)", "http://dbpedia.org/resource/Mark_Kistler's_Imagination_Station", "http://dbpedia.org/resource/Press_(TV_series)", "http://dbpedia.org/resource/The_1900_House", "http://dbpedia.org/resource/The_Armenian_Genocide_(film)", "http://dbpedia.org/resource/The_Big_Comfy_Couch", "http://dbpedia.org/resource/The_Bomb_(film)", "http://dbpedia.org/resource/The_Brain_with_David_Eagleman", "http://dbpedia.org/resource/The_Choice_2020", "http://dbpedia.org/resource/Ulysses_S._Grant_(film)", "http://dbpedia.org/resource/Uncommon_Women_and_Others_(film)", "http://dbpedia.org/resource/James_Levine's_25th_Anniversary_Metropolitan_Opera_Gala", "http://dbpedia.org/resource/Jazz_(miniseries)", "http://dbpedia.org/resource/Mercy_Street_(TV_series)", "http://dbpedia.org/resource/Merry_Christmas,_George_Bailey", "http://dbpedia.org/resource/Reading_Rainbow", "http://dbpedia.org/resource/Rebecca_(1997_TV_series)", "http://dbpedia.org/resource/The_Daytripper", "http://dbpedia.org/resource/The_Dinosaurs!", "http://dbpedia.org/resource/The_Electric_Company", "http://dbpedia.org/resource/The_Five_Forty-Eight", "http://dbpedia.org/resource/The_Green_Planet_(TV_series)", "http://dbpedia.org/resource/The_House_of_Blue_Leaves_(film)", "http://dbpedia.org/resource/The_Huggabug_Club", "http://dbpedia.org/resource/The_Joy_That_Kills", "http://dbpedia.org/resource/The_Joy_of_Painting", "http://dbpedia.org/resource/The_Kate", "http://dbpedia.org/resource/The_Long_Song_(TV_series)", "http://dbpedia.org/resource/The_Magic_School_Bus_(TV_series)", "http://dbpedia.org/resource/The_Mind_of_a_Chef", "http://dbpedia.org/resource/The_Moonstone_(1996_film)", "http://dbpedia.org/resource/The_Mystery_of_Matter", "http://dbpedia.org/resource/The_New_Yankee_Workshop", "http://dbpedia.org/resource/The_Private_History_of_a_Campaign_That_Failed", "http://dbpedia.org/resource/The_Red_Green_Show", "http://dbpedia.org/resource/The_Reppies", "http://dbpedia.org/resource/The_Vietnam_War_(TV_series)", "http://dbpedia.org/resource/The_Virgin_Queen_(TV_serial)", "http://dbpedia.org/resource/The_Wright_Stuff_(film)", "http://dbpedia.org/resource/Discover:_The_World_of_Science", "http://dbpedia.org/resource/17th_AARP_Movies_for_Grownups_Awards", "http://dbpedia.org/resource/18th_AARP_Movies_for_Grownups_Awards", "http://dbpedia.org/resource/3-2-1_Contact", "http://dbpedia.org/resource/A.M._Weather", "http://dbpedia.org/resource/Nova_(American_TV_program)", "http://dbpedia.org/resource/Click_and_Clack's_As_the_Wrench_Turns", "http://dbpedia.org/resource/College_Behind_Bars", "http://dbpedia.org/resource/Cookin'_Cheap", "http://dbpedia.org/resource/John_and_Abigail_Adams", "http://dbpedia.org/resource/Jon_Stewart:_The_Kennedy_Center_Mark_Twain_Prize_for_American_Humor", "http://dbpedia.org/resource/Scientific_American_Frontiers", "http://dbpedia.org/resource/Search_for_the_Super_Battery", "http://dbpedia.org/resource/BBC_OS", "http://dbpedia.org/resource/Barbecue_America", "http://dbpedia.org/resource/Barney_&_Friends", "http://dbpedia.org/resource/Bataan_Rescue", "http://dbpedia.org/resource/Inside/Out_(American_TV_series)", "http://dbpedia.org/resource/Islamic_Art:_Mirror_of_the_Invisible_World", "http://dbpedia.org/resource/Miss_Scarlet_and_The_Duke", "http://dbpedia.org/resource/Mister_Rogers'_Neighborhood", "http://dbpedia.org/resource/Monsterpiece_Theater", "http://dbpedia.org/resource/MotorWeek", "http://dbpedia.org/resource/Mr_Selfridge", "http://dbpedia.org/resource/Muhammad:_Legacy_of_a_Prophet", "http://dbpedia.org/resource/Muhammad_Ali_(miniseries)", "http://dbpedia.org/resource/Mystery!", "http://dbpedia.org/resource/Tony_Brown's_Journal", "http://dbpedia.org/resource/Truman_(1997_film)", "http://dbpedia.org/resource/A_Capitol_Fourth", "http://dbpedia.org/resource/A_Chef's_Life", "http://dbpedia.org/resource/A_Christmas_Calendar", "http://dbpedia.org/resource/A_Life_in_the_Theatre_(1979_film)", "http://dbpedia.org/resource/A_Place_of_Our_Own", "http://dbpedia.org/resource/A_Waltz_Through_the_Hills", "http://dbpedia.org/resource/Adventures_from_the_Book_of_Virtues", "http://dbpedia.org/resource/Africa's_Great_Civilizations", "http://dbpedia.org/resource/Cancer_(film)", "http://dbpedia.org/resource/China:_A_Century_of_Revolution", "http://dbpedia.org/resource/Christmas_Eve_on_Sesame_Street", "http://dbpedia.org/resource/Chuck_Jones:_Extremes_&_Inbetweens_\u2013_A_Life_in_Animation", "http://dbpedia.org/resource/How_to_Be_a_Perfect_Person_in_Just_Three_Days", "http://dbpedia.org/resource/LBJ_(1991_film)", "http://dbpedia.org/resource/SkyWeek", "http://dbpedia.org/resource/Soccer_Made_in_Germany", "http://dbpedia.org/resource/Soldier's_Home_(film)", "http://dbpedia.org/resource/Solomon_Northup's_Odyssey", "http://dbpedia.org/resource/Sondheim!_The_Birthday_Concert", "http://dbpedia.org/resource/Soul!", "http://dbpedia.org/resource/Soundstage_(TV_series)", "http://dbpedia.org/resource/19th_AARP_Movies_for_Grownups_Awards", "http://dbpedia.org/resource/Country_Music_(miniseries)", "http://dbpedia.org/resource/Crucible_of_Empire", "http://dbpedia.org/resource/Grannies_on_Safari", "http://dbpedia.org/resource/MacArthur_(1999_film)", "http://dbpedia.org/resource/Making_North_America", "http://dbpedia.org/resource/Ridley_Road_(TV_series)", "http://dbpedia.org/resource/Rock_&_Roll_(TV_series)", "http://dbpedia.org/resource/Fit_2_Stitch", "http://dbpedia.org/resource/Jimmy_Carter_(film)", "http://dbpedia.org/resource/NerdTV", "http://dbpedia.org/resource/Nerds_2.0.1", "http://dbpedia.org/resource/New_York_Television_Theatre", "http://dbpedia.org/resource/Nichols_and_May:_Take_Two", "http://dbpedia.org/resource/Philly_D.A.", "http://dbpedia.org/resource/Theodore_Tugboat", "http://dbpedia.org/resource/There_Goes_a...", "http://dbpedia.org/resource/Think_Twice_(game_show)", "http://dbpedia.org/resource/Time_Scanners", "http://dbpedia.org/resource/Wishbone_(TV_series)", "http://dbpedia.org/resource/WonderWorks", "http://dbpedia.org/resource/Woody_Allen:_A_Documentary", "http://dbpedia.org/resource/World_News_Today", "http://dbpedia.org/resource/EGG,_the_Arts_Show", "http://dbpedia.org/resource/Elmo_Saves_Christmas", "http://dbpedia.org/resource/Live_from_the_Metropolitan_Opera", "http://dbpedia.org/resource/Once_Upon_a_Classic", "http://dbpedia.org/resource/Sesame_Street,_Special", "http://dbpedia.org/resource/Shining_Time_Station", "http://dbpedia.org/resource/Space_Chase_USA", "http://dbpedia.org/resource/Spidey_Super_Stories", "http://dbpedia.org/resource/Splash_and_Bubbles", "http://dbpedia.org/resource/Square_One_Television", "http://dbpedia.org/resource/Stage_on_Screen", "http://dbpedia.org/resource/Big_Bird's_Birthday_or_Let_Me_Eat_Cake", "http://dbpedia.org/resource/Big_Bird_in_Japan", "http://dbpedia.org/resource/Bill_Moyers_Journal", "http://dbpedia.org/resource/Bill_Nye_the_Science_Guy", "http://dbpedia.org/resource/Black_in_Latin_America", "http://dbpedia.org/resource/Bluegrass_Underground", "http://dbpedia.org/resource/Idomeneo_(film)", "http://dbpedia.org/resource/Independent_Lens", "http://dbpedia.org/resource/Kino's_Storytime", "http://dbpedia.org/resource/Mike_Nichols:_American_Masters", "http://dbpedia.org/resource/Miracle_at_Moreaux", "http://dbpedia.org/resource/PBS_NewsHour", "http://dbpedia.org/resource/POV_(TV_series)", "http://dbpedia.org/resource/Painted_Lady_(TV_series)", "http://dbpedia.org/resource/Pappyland", "http://dbpedia.org/resource/Roots_of_Resistance:_The_Story_of_the_Underground_Railroad", "http://dbpedia.org/resource/Zoom_(1999_TV_series)", "http://dbpedia.org/resource/MoneyHunt", "http://dbpedia.org/resource/The_Metropolitan_Opera_Centennial_Gala", "http://dbpedia.org/resource/Alma's_Way", "http://dbpedia.org/resource/Danger_Rangers", "http://dbpedia.org/resource/Daniel_Tiger's_Neighborhood", "http://dbpedia.org/resource/Dinosaur_Train", "http://dbpedia.org/resource/Arthur_(season_21)", "http://dbpedia.org/resource/Arthur_(season_22)", "http://dbpedia.org/resource/Arthur_(season_23)", "http://dbpedia.org/resource/Arthur_(season_24)", "http://dbpedia.org/resource/Arthur_(season_25)", "http://dbpedia.org/resource/Betsy's_Kindergarten_Adventures", "http://dbpedia.org/resource/Between_the_Lions", "http://dbpedia.org/resource/George_Shrinks", "http://dbpedia.org/resource/Sagwa,_the_Chinese_Siamese_Cat", "http://dbpedia.org/resource/Anne_of_Green_Gables:_The_Animated_Series", "http://dbpedia.org/resource/Martha_Speaks_(TV_series)", "http://dbpedia.org/resource/Pinkalicious_&_Peterrific", "http://dbpedia.org/resource/The_Berenstain_Bears_(2003_TV_series)", "http://dbpedia.org/resource/The_Cat_in_the_Hat_Knows_a_Lot_About_That!", "http://dbpedia.org/resource/Ready_Jet_Go!", "http://dbpedia.org/resource/The_Puzzle_Place", "http://dbpedia.org/resource/The_Ruff_Ruffman_Show", "http://dbpedia.org/resource/The_Zula_Patrol", "http://dbpedia.org/resource/Clifford's_Puppy_Days", "http://dbpedia.org/resource/SciGirls", "http://dbpedia.org/resource/SeeMore's_Playhouse", "http://dbpedia.org/resource/It's_a_Big_Big_World", "http://dbpedia.org/resource/Molly_of_Denali", "http://dbpedia.org/resource/Adventures_with_Kanga_Roddy", "http://dbpedia.org/resource/Donkey_Hodie_(TV_series)", "http://dbpedia.org/resource/Dragon_Tales", "http://dbpedia.org/resource/DragonflyTV", "http://dbpedia.org/resource/Curiosity_Quest", "http://dbpedia.org/resource/Cyberchase", "http://dbpedia.org/resource/Hello_Mrs._Cherrywinkle", "http://dbpedia.org/resource/Mack_&_Moxy", "http://dbpedia.org/resource/Make_Way_for_Noddy", "http://dbpedia.org/resource/Let's_Go_Luna!", "http://dbpedia.org/resource/Peep_and_the_Big_Wide_World", "http://dbpedia.org/resource/Peg_+_Cat", "http://dbpedia.org/resource/Timothy_Goes_to_School", "http://dbpedia.org/resource/Wimzie's_House", "http://dbpedia.org/resource/WordGirl", "http://dbpedia.org/resource/WordGirl_(season_1)", "http://dbpedia.org/resource/WordGirl_(season_2)", "http://dbpedia.org/resource/WordGirl_(season_3)", "http://dbpedia.org/resource/WordGirl_(season_4)", "http://dbpedia.org/resource/WordGirl_(season_5)", "http://dbpedia.org/resource/WordGirl_(season_6)", "http://dbpedia.org/resource/WordGirl_(season_7)", "http://dbpedia.org/resource/WordGirl_(season_8)", "http://dbpedia.org/resource/WordWorld", "http://dbpedia.org/resource/Xavier_Riddle_and_the_Secret_Museum", "http://dbpedia.org/resource/Elinor_Wonders_Why", "http://dbpedia.org/resource/Lomax,_the_Hound_of_Music", "http://dbpedia.org/resource/Seven_Little_Monsters_(TV_series)", "http://dbpedia.org/resource/Sid_the_Science_Kid", "http://dbpedia.org/resource/Signing_Time!", "http://dbpedia.org/resource/Space_Racers", "http://dbpedia.org/resource/Biz_Kids", "http://dbpedia.org/resource/Kratts'_Creatures", "http://dbpedia.org/resource/List_of_Curious_George_episodes", "http://dbpedia.org/resource/List_of_Space_Racers_episodes", "http://dbpedia.org/resource/Zoboomafoo", "http://dbpedia.org/resource/The_Drive_(TV_series)", "http://dbpedia.org/resource/American_Digger_(TV_series)", "http://dbpedia.org/resource/American_Woman_(TV_series)", "http://dbpedia.org/resource/WWE_Afterburn", "http://dbpedia.org/resource/WWE_Confidential", "http://dbpedia.org/resource/WWE_Raw", "http://dbpedia.org/resource/WWF_LiveWire", "http://dbpedia.org/resource/Waco_(miniseries)", "http://dbpedia.org/resource/Friday_Night_Lights_Out", "http://dbpedia.org/resource/Gary_the_Rat", "http://dbpedia.org/resource/TNA_Reaction", "http://dbpedia.org/resource/Wild_World_of_Spike", "http://dbpedia.org/resource/1000_Ways_to_Die", "http://dbpedia.org/resource/1000_Ways_to_Lie", "http://dbpedia.org/resource/10_Million_Dollar_Bigfoot_Bounty", "http://dbpedia.org/resource/Players_(2010_TV_series)", "http://dbpedia.org/resource/18_Wheels_of_Justice", "http://dbpedia.org/resource/Ren_&_Stimpy_%22Adult_Party_Cartoon%22", "http://dbpedia.org/resource/Rest_in_Power:_The_Trayvon_Martin_Story", "http://dbpedia.org/resource/The_Kill_Point", "http://dbpedia.org/resource/The_Mist_(TV_series)", "http://dbpedia.org/resource/The_Ultimate_Fighter", "http://dbpedia.org/resource/68_Whiskey", "http://dbpedia.org/resource/Bar_Rescue_(season_1)", "http://dbpedia.org/resource/Bar_Rescue_(season_3)", "http://dbpedia.org/resource/Bar_Rescue_(season_4)", "http://dbpedia.org/resource/Bar_Rescue_(season_5)", "http://dbpedia.org/resource/Bar_Rescue_(season_6)", "http://dbpedia.org/resource/Bar_Rescue_(season_7)", "http://dbpedia.org/resource/Bar_Rescue_(season_8)", "http://dbpedia.org/resource/Ink_Master_(season_11)", "http://dbpedia.org/resource/Ink_Master_(season_12)", "http://dbpedia.org/resource/Ink_Master_(season_13)", "http://dbpedia.org/resource/It_Was_Him:_The_Many_Murders_of_Ed_Edwards", "http://dbpedia.org/resource/Most_Extreme_Elimination_Challenge", "http://dbpedia.org/resource/Stripperella", "http://dbpedia.org/resource/Cops_(TV_program)", "http://dbpedia.org/resource/Guys_Choice:_Perfect_10", "http://dbpedia.org/resource/Fight_Master:_Bellator_MMA", "http://dbpedia.org/resource/Lip_Sync_Battle", "http://dbpedia.org/resource/List_of_Bar_Rescue_episodes", "http://dbpedia.org/resource/R_(TV_series)", "http://dbpedia.org/resource/This_Just_In!", "http://dbpedia.org/resource/World's_Wildest_Police_Videos", "http://dbpedia.org/resource/World's_Worst_Tenants", "http://dbpedia.org/resource/Yellowstone_(American_TV_series)", "http://dbpedia.org/resource/Blade:_The_Series", "http://dbpedia.org/resource/Paramount_Network_(Dutch_TV_channel)", "http://dbpedia.org/resource/Star_Trek:_Phase_II", "http://dbpedia.org/resource/Campfire_Caf\u00e9", "http://dbpedia.org/resource/2021_Heat_Latin_Music_Awards", "http://dbpedia.org/resource/The_Jet_Set_(TV_program)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri <http://dbpedia.org/ontology/editing> <http://dbpedia.org/resource/Hulian_Doyle> . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rouen_Business_School> <http://dbpedia.org/property/province> ?uri } "}, "answers": ["http://dbpedia.org/resource/Normandy"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordedIn> <http://dbpedia.org/resource/Miami> . ?uri <http://dbpedia.org/property/music> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Bangkok> . ?x <http://dbpedia.org/property/religion> ?uri }"}, "answers": ["4"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Tony_Allen_(musician)> . ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . }"}, "answers": ["http://dbpedia.org/resource/Fela_Kuti"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://dbpedia.org/property/license> <http://dbpedia.org/resource/Mac_OS> } "}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Martin_Molony> <http://dbpedia.org/property/race> ?uri . <http://dbpedia.org/resource/Coneygree> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Race>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/arena> <http://dbpedia.org/resource/The_Palace_of_Auburn_Hills> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SportsTeam>}"}, "answers": ["http://dbpedia.org/resource/Detroit_Shock", "http://dbpedia.org/resource/Detroit_Vipers"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/Playtone> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/The_2000s_(miniseries)", "http://dbpedia.org/resource/The_Eighties_(miniseries)", "http://dbpedia.org/resource/The_Movies_(miniseries)", "http://dbpedia.org/resource/The_Nineties_(miniseries)", "http://dbpedia.org/resource/The_Pacific_(miniseries)", "http://dbpedia.org/resource/The_Seventies_(miniseries)", "http://dbpedia.org/resource/The_Sixties_(miniseries)", "http://dbpedia.org/resource/Band_of_Brothers_(miniseries)", "http://dbpedia.org/resource/My_Big_Fat_Greek_Life", "http://dbpedia.org/resource/Electric_City_(web_series)", "http://dbpedia.org/resource/Olive_Kitteridge_(miniseries)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Darth_Vader> <http://dbpedia.org/ontology/family> ?uri . <http://dbpedia.org/resource/Padm\u00e9_Amidala> <http://dbpedia.org/property/starring> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Microsoft_Azure> <http://dbpedia.org/property/services> ?uri } "}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Scuderia_Ferrari> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FormulaOneRacer>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/presenter> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["10"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/club> <http://dbpedia.org/resource/Liang_Chow> } "}, "answers": ["http://dbpedia.org/resource/Shawn_Johnson_East"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Zurich_Affoltern_am_Albis_Zug> <http://dbpedia.org/property/line> ?x . ?x <http://dbpedia.org/ontology/country> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Julian_Leow_Beng_Kim> <http://dbpedia.org/property/almaMater> ?uri . }"}, "answers": ["7"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/almaMater> <http://dbpedia.org/resource/Burbank_High_School> . ?uri <http://dbpedia.org/ontology/director> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Vesak> <http://dbpedia.org/property/type> ?uri } "}, "answers": ["http://dbpedia.org/resource/Buddhism"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Anna_Bergman> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Goethe_Prize", "http://dbpedia.org/resource/BAFTA_Fellowship", "http://dbpedia.org/resource/Praemium_Imperiale", "http://dbpedia.org/resource/Academy_Award", ""]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/New_York> . ?x <http://dbpedia.org/property/board> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/placeOfDeath> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/musical> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/C++> . ?uri <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/Windows> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/French_language> . ?x <http://dbpedia.org/ontology/currency> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x otherParty <http://dbpedia.org/resource/Janata_Party> . ?x <http://dbpedia.org/ontology/otherParty> ?uri }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_Legislative_Assembly_of_Uttar_Pradesh> <http://dbpedia.org/property/leader> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Jimmy_Wales> <http://dbpedia.org/property/name> ?x . ?x <http://dbpedia.org/ontology/owner> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Army_Group_Oberrhein_(Germany)> <http://dbpedia.org/ontology/notableCommander> ?uri } "}, "answers": ["http://dbpedia.org/resource/Heinrich_Himmler", "http://dbpedia.org/resource/Paul_Hausser"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Qaqun> <http://dbpedia.org/ontology/place> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/World_of_Tomorrow_(film)> <http://dbpedia.org/ontology/editing> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["*2001 Academy Award nominee for Best Animated Short Film \n* 1999 Short Film Palme d'Or nominee: Cannes Film Festival\n* 2007 Grand Jury Prize for Short Film: Sundance Film Festival\n* 2015 Grand Jury Prize for Short Film: Sundance Film Festival\n* 2015 Academy Award nominee for Best Animated Short Film \n* Winner of over 250 other film festival awards"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/locatedInArea> <http://dbpedia.org/resource/Inyo_National_Forest> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mountain>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/spouse> <http://dbpedia.org/resource/Fr\u00e9d\u00e9ric_Joliot-Curie> . ?uri <http://dbpedia.org/property/children> ?x . }"}, "answers": ["http://dbpedia.org/resource/Marie_Curie", "http://dbpedia.org/resource/Pierre_Curie"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_National_Bank_and_Trust_Building_(Lima,_Ohio)> <http://dbpedia.org/property/architecturalStyle> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/presenter> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/primeminister> <http://dbpedia.org/resource/Gough_Whitlam> . ?uri <http://dbpedia.org/property/position> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kim_Sawchuk> <http://dbpedia.org/ontology/locationCountry> ?uri . <http://dbpedia.org/resource/Vuelta_Mexico_Telmex> <http://dbpedia.org/property/region> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Stockholm> . }"}, "answers": ["111"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Salthill> <http://dbpedia.org/property/nationality> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Baco_noir> <http://dbpedia.org/ontology/wineRegion> ?uri . }"}, "answers": ["8"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jerusalem_Institute_of_Justice> <http://dbpedia.org/property/service> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/tenants> <http://dbpedia.org/resource/Boston_Red_Sox> . ?x <http://dbpedia.org/ontology/founded> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Battle_of_Fort_Stephenson> <http://dbpedia.org/ontology/commander> ?uri } "}, "answers": ["http://dbpedia.org/resource/George_Croghan_(soldier)", "http://dbpedia.org/resource/Henry_Procter_(British_Army_officer)", "http://dbpedia.org/resource/Robert_Dickson_(fur_trader)"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Prodigal_Son_(play)> <http://dbpedia.org/property/subject> ?uri } "}, "answers": ["http://dbpedia.org/resource/Jesus"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/architecturalStyle> <http://dbpedia.org/resource/ARM_architecture> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/creator> <http://dbpedia.org/resource/Clamp_(manga_artists)> . }"}, "answers": ["18"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/training> <http://dbpedia.org/resource/University_of_Oxford> . ?x <http://dbpedia.org/ontology/education> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Montecito_Inn> <http://dbpedia.org/property/developer> ?uri } "}, "answers": ["http://dbpedia.org/resource/Charlie_Chaplin"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/Point_Blank_Records> . ?uri <http://dbpedia.org/property/starring> ?x . }"}, "answers": ["http://dbpedia.org/resource/The_Blues_(film_series)", "http://dbpedia.org/resource/Muscle_Shoals_(film)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Craig_Van_Tilbury> <http://dbpedia.org/ontology/occupation> ?uri . <http://dbpedia.org/resource/Karen_Grigorian> <http://dbpedia.org/property/profession> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Christopher_Franke> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/Babylon_5"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Beasley> <http://dbpedia.org/property/race> ?uri } "}, "answers": ["http://dbpedia.org/resource/Galway_Plate", "http://dbpedia.org/resource/Grand_National", "Cheltenham Gold Cup", "National Hunt"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/North_Sea> <http://dbpedia.org/property/inflow> ?uri } "}, "answers": ["http://dbpedia.org/resource/Waal_(river)", "http://dbpedia.org/resource/Weser", "http://dbpedia.org/resource/Ems_(river)", "http://dbpedia.org/resource/Rhine", "http://dbpedia.org/resource/Scheldt", "http://dbpedia.org/resource/Baltic_Sea", "http://dbpedia.org/resource/River_Dee,_Aberdeenshire", "http://dbpedia.org/resource/River_Don,_Aberdeenshire", "http://dbpedia.org/resource/River_Forth", "http://dbpedia.org/resource/River_Spey", "http://dbpedia.org/resource/River_Tay", "http://dbpedia.org/resource/River_Tees", "http://dbpedia.org/resource/River_Thames", "http://dbpedia.org/resource/River_Tyne", "http://dbpedia.org/resource/River_Wear", "http://dbpedia.org/resource/Elbe", "http://dbpedia.org/resource/Humber", "http://dbpedia.org/resource/Meuse"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/head> <http://dbpedia.org/resource/Nazi_Germany> . ?x <http://dbpedia.org/ontology/leader> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wilfred_McDonald> <http://dbpedia.org/property/playedFor> ?uri } "}, "answers": ["http://dbpedia.org/resource/Detroit_Red_Wings", "http://dbpedia.org/resource/Toronto_Maple_Leafs", "http://dbpedia.org/resource/New_York_Rangers"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/2013\u201314_La_Liga> . ?uri <http://dbpedia.org/property/youthclubs> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Atlantic_Ocean> . ?x <http://dbpedia.org/property/cities> ?uri }"}, "answers": ["95"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/John_Derek> . ?x <http://dbpedia.org/ontology/starring> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cam_Plante> <http://dbpedia.org/property/playedFor> ?uri } "}, "answers": ["http://dbpedia.org/resource/Toronto_Maple_Leafs"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deathCause> <http://dbpedia.org/resource/Lung_cancer> . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ashot_Barseghyan> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/occupation> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/K._Terry_Dornbush> <http://dbpedia.org/ontology/almaMater> ?uri } "}, "answers": ["http://dbpedia.org/resource/Vanderbilt_University"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Brian_Peddle> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/knownFor> <http://dbpedia.org/resource/Dragons'_Den_(UK_TV_series)> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Jump_Square> . ?x <http://dbpedia.org/ontology/writer> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/European_Go_Federation> <http://dbpedia.org/property/membership> ?uri } "}, "answers": ["http://dbpedia.org/resource/Denmark", "http://dbpedia.org/resource/Austria", "http://dbpedia.org/resource/Belarus", "http://dbpedia.org/resource/Belgium", "http://dbpedia.org/resource/France", "http://dbpedia.org/resource/Georgia_(country)", "http://dbpedia.org/resource/Armenia", "http://dbpedia.org/resource/Germany", "http://dbpedia.org/resource/Poland", "http://dbpedia.org/resource/Portugal", "http://dbpedia.org/resource/Ukraine", "http://dbpedia.org/resource/United_Kingdom", "http://dbpedia.org/resource/Kazakhstan", "http://dbpedia.org/resource/Bosnia", "http://dbpedia.org/resource/Norway", "http://dbpedia.org/resource/Serbia", "http://dbpedia.org/resource/Ireland", "http://dbpedia.org/resource/Israel", "http://dbpedia.org/resource/Italy", "http://dbpedia.org/resource/Turkey", "http://dbpedia.org/resource/Bulgaria", "http://dbpedia.org/resource/Sweden", "http://dbpedia.org/resource/Switzerland", "http://dbpedia.org/resource/Slovakia", "http://dbpedia.org/resource/Slovenia", "http://dbpedia.org/resource/Croatia", "http://dbpedia.org/resource/Cyprus", "http://dbpedia.org/resource/Czech_Republic", "http://dbpedia.org/resource/Finland", "http://dbpedia.org/resource/Netherlands", "http://dbpedia.org/resource/Luxembourg", "http://dbpedia.org/resource/Spain", "http://dbpedia.org/resource/Hungary", "http://dbpedia.org/resource/Iceland", "http://dbpedia.org/resource/Lithuania", "http://dbpedia.org/resource/Romania", "http://dbpedia.org/resource/Russia"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/National_Basketball_Association> <http://dbpedia.org/property/name> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/NBAPlayer>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/operator> <http://dbpedia.org/resource/Norfolk_Southern_Railway> . ?x <http://dbpedia.org/property/servingRailwayLine> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Toluca> . ?x <http://dbpedia.org/ontology/related> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/product> <http://dbpedia.org/resource/Wealth_management> . ?x <http://dbpedia.org/ontology/product> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Julie_Gardner> . ?uri <http://dbpedia.org/property/related> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/cinematography> <http://dbpedia.org/resource/Jordan_Cronenweth> . }"}, "answers": ["21"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Brian_Graden> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/residence> ?uri . }"}, "answers": ["52564"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/starring> <http://dbpedia.org/resource/Stella_Kowalski> . ?x <http://dbpedia.org/property/author> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kim_Sawchuk> <http://dbpedia.org/ontology/region> ?uri } "}, "answers": ["http://dbpedia.org/resource/North_America", "http://dbpedia.org/resource/Canada"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Krasnye_Vorota_(Moscow_Metro)> . ?x <http://dbpedia.org/ontology/notableBuilding> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Newton_Hall> <http://dbpedia.org/ontology/institution> ?uri . <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/property/workName> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Pablo_Records> . ?uri <http://dbpedia.org/ontology/spouse> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BMW_M43> <http://dbpedia.org/property/engine> ?x . ?x <http://dbpedia.org/ontology/predecessor> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/New_Taipei_City> . ?uri <http://dbpedia.org/ontology/manufacturer> ?x . }"}, "answers": ["http://dbpedia.org/resource/NanoBook", "http://dbpedia.org/resource/Tegra_Note_7", "http://dbpedia.org/resource/Gigabyte_M912"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wan_Air> <http://dbpedia.org/property/hubs> ?uri } "}, "answers": ["http://dbpedia.org/resource/France", "http://dbpedia.org/resource/Tahiti", "http://dbpedia.org/resource/Fa'a'\u0101_International_Airport"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Amstelveen> . ?x <http://dbpedia.org/ontology/membership> ?uri . }"}, "answers": ["Armenia,Austria,Belarus,Belgium,Bosnia,Bulgaria,Croatia,Cyprus,Czech Republic,Denmark,Finland,France,Germany,Georgia,Hungary,Iceland,Ireland,Israel,Italy,Kazakhstan,Lithuania,Luxembourg,Netherlands,Norway,Poland,Portugal,Romania,Russia,Serbia,Slovakia,Slovenia,Spain,Sweden,Switzerland,Turkey,Ukraine,United Kingdom"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/club> <http://dbpedia.org/resource/Middlesbrough_F.C.> . ?x <http://dbpedia.org/ontology/manager> ?uri . }"}, "answers": ["44"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Toronto> . ?x <http://dbpedia.org/ontology/tenant> ?uri . }"}, "answers": ["http://dbpedia.org/resource/GTA_Grizzlies", "http://dbpedia.org/resource/Toronto_Lady_Lynx", "http://dbpedia.org/resource/Toronto_Lynx", "http://dbpedia.org/resource/Toronto_Atomic_FC", "http://dbpedia.org/resource/Serbian_White_Eagles_FC", "http://dbpedia.org/resource/FC_Ukraine_United", "http://dbpedia.org/resource/SC_Toronto", "http://dbpedia.org/resource/Etobicoke_Eagles", "http://dbpedia.org/resource/Hamilton_Nationals", "http://dbpedia.org/resource/TMU_Bold", "http://dbpedia.org/resource/Toronto_Arrows", "http://dbpedia.org/resource/Toronto_FC_Academy", "http://dbpedia.org/resource/Toronto_FC_II", "http://dbpedia.org/resource/Toronto_Wolfpack", "http://dbpedia.org/resource/Canada_national_rugby_league_team", "http://dbpedia.org/resource/Internacional_de_Toronto"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_O._Moseley> <http://dbpedia.org/property/mascot> ?x . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/nationality> <http://dbpedia.org/resource/Oslo> . ?uri <http://dbpedia.org/ontology/owners> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/King_Crimson> . ?x <http://dbpedia.org/property/recordedIn> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/associatedActs> <http://dbpedia.org/resource/Johnny_Cash> . }"}, "answers": ["35"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/neighboringMunicipalities> <http://dbpedia.org/resource/Pregny-Chamb\u00e9sy> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/Unix> . ?x <http://dbpedia.org/property/developer> ?uri . }"}, "answers": ["302"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dschinghis_Khan_(song)> <http://dbpedia.org/ontology/trackNumber> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/restingPlace> <http://dbpedia.org/resource/Beeleigh_Abbey> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Royalty>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chidambaram_Subramaniam> <http://dbpedia.org/property/minister> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Park_Bridge> <http://dbpedia.org/property/maintainedBy> ?x . ?x <http://dbpedia.org/ontology/capital> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/LG_Optimus_Vu> <http://dbpedia.org/ontology/operatingSystem> ?uri . <http://dbpedia.org/resource/Dart_(programming_language)> <http://dbpedia.org/property/developer> ?uri} "}, "answers": ["http://dbpedia.org/resource/Google"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/origin> <http://dbpedia.org/resource/England> . }"}, "answers": ["61"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/King_County,_Washington> <http://dbpedia.org/ontology/countySeat> ?uri } "}, "answers": ["http://dbpedia.org/resource/Seattle"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/occupation> <http://dbpedia.org/resource/Federal_Bureau_of_Investigation> . }"}, "answers": ["25"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/headquarter> <http://dbpedia.org/resource/California> . ?uri <http://dbpedia.org/property/training> ?x . }"}, "answers": ["1"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/QF_in_War> <http://dbpedia.org/property/usedInWar> ?x . ?x <http://dbpedia.org/ontology/combatant> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/Samuel_W._McCall> . ?uri <http://dbpedia.org/property/office> <http://dbpedia.org/resource/Massachusetts_House_of_Representatives> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WCSE-LP> <http://dbpedia.org/ontology/sisterStation> ?x . ?x <http://dbpedia.org/property/location> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Michael_Jackson_(producer)> . ?x <http://dbpedia.org/ontology/producer> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Joan_Laporta> . ?x <http://dbpedia.org/property/name> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Andr\u00e9s_Iniesta", "http://dbpedia.org/resource/Dani_Garc\u00eda_(footballer,_born_1974)", "http://dbpedia.org/resource/Dani_Tortolero", "http://dbpedia.org/resource/David_S\u00e1nchez_(footballer,_born_1982)", "http://dbpedia.org/resource/V\u00edctor_Vald\u00e9s", "http://dbpedia.org/resource/Frank_de_Boer", "http://dbpedia.org/resource/F\u00e1bio_Rochemback", "http://dbpedia.org/resource/Gabri_Garc\u00eda", "http://dbpedia.org/resource/Gaizka_Mendieta", "http://dbpedia.org/resource/Gerard_L\u00f3pez", "http://dbpedia.org/resource/Marc_Overmars", "http://dbpedia.org/resource/Javier_Saviola", "http://dbpedia.org/resource/Juan_Pablo_Sor\u00edn", "http://dbpedia.org/resource/Juan_Rom\u00e1n_Riquelme", "http://dbpedia.org/resource/Sergio_Garc\u00eda_(footballer,_born_1983)", "http://dbpedia.org/resource/Carles_Puyol", "http://dbpedia.org/resource/Robert_Enke", "http://dbpedia.org/resource/Roberto_Bonano", "http://dbpedia.org/resource/Nano_(Spanish_footballer,_born_1982)", "http://dbpedia.org/resource/Fernando_Navarro_(Spanish_footballer)", "http://dbpedia.org/resource/Philippe_Christanval", "http://dbpedia.org/resource/Phillip_Cocu", "http://dbpedia.org/resource/Thiago_Motta", "http://dbpedia.org/resource/Xavi", "http://dbpedia.org/resource/Luis_Enrique_(footballer)", "http://dbpedia.org/resource/Oleguer_Presas", "http://dbpedia.org/resource/Michael_Reiziger", "http://dbpedia.org/resource/Patrick_Kluivert", "http://dbpedia.org/resource/Patrik_Andersson", "http://dbpedia.org/resource/\u00d3scar_L\u00f3pez_(footballer,_born_1980)", "http://dbpedia.org/resource/Albert_Jorquera", "http://dbpedia.org/resource/Giovanni_van_Bronckhorst", "http://dbpedia.org/resource/Pedro_Mario_\u00c1lvarez", "http://dbpedia.org/resource/Ram\u00f3n_Ros", "http://dbpedia.org/resource/Sergio_Santamar\u00eda", "http://dbpedia.org/resource/Ricardo_Quaresma", "http://dbpedia.org/resource/Rafael_M\u00e1rquez", "http://dbpedia.org/resource/Edgar_Davids", "http://dbpedia.org/resource/Luis_Enrique", "http://dbpedia.org/resource/Luis_Garc\u00eda_(footballer,_born_1978)", "http://dbpedia.org/resource/Ronaldinho", "http://dbpedia.org/resource/R\u00fc\u015ft\u00fc_Re\u00e7ber", "http://dbpedia.org/resource/Dami\u00e0_Abella", "http://dbpedia.org/resource/Deco", "http://dbpedia.org/resource/Demetrio_Albertini", "http://dbpedia.org/resource/Samuel_Eto'o", "http://dbpedia.org/resource/Sylvinho", "http://dbpedia.org/resource/Javito", "http://dbpedia.org/resource/Maxi_L\u00f3pez", "http://dbpedia.org/resource/Henrik_Larsson", "http://dbpedia.org/resource/Joan_Verd\u00fa", "http://dbpedia.org/resource/Lionel_Messi", "http://dbpedia.org/resource/Edm\u00edlson", "http://dbpedia.org/resource/Juliano_Belletti", "http://dbpedia.org/resource/Ludovic_Giuly", "http://dbpedia.org/resource/Sergio_Rodr\u00edguez_Garc\u00eda", "http://dbpedia.org/resource/Rub\u00e9n_Iv\u00e1n_Mart\u00ednez", "http://dbpedia.org/resource/Andrea_Orlandi", "http://dbpedia.org/resource/Francisco_Monta\u00f1\u00e9s", "http://dbpedia.org/resource/Mark_van_Bommel", "http://dbpedia.org/resource/Pitu_(footballer)", "http://dbpedia.org/resource/Ram\u00f3n_Mas\u00f3", "http://dbpedia.org/resource/Jordi_G\u00f3mez", "http://dbpedia.org/resource/Santiago_Ezquerro", "http://dbpedia.org/resource/Carlos_Pe\u00f1a_(Spanish_footballer)", "http://dbpedia.org/resource/Francisco_Martos", "http://dbpedia.org/resource/Cristian_Hidalgo", "http://dbpedia.org/resource/Jes\u00fas_Olmo", "http://dbpedia.org/resource/Ludovic_Sylvestre", "http://dbpedia.org/resource/Ariadna_Mingueza", "http://dbpedia.org/resource/J\u00falia_Bartel", "http://dbpedia.org/resource/Ona_Baradad", "http://dbpedia.org/resource/Paula_L\u00f3pez_(footballer)", "http://dbpedia.org/resource/Roc\u00edo_Garc\u00eda", "http://dbpedia.org/resource/Adriana_Ranera", "http://dbpedia.org/resource/Alba_Ca\u00f1o", "http://dbpedia.org/resource/Berta_Bou", "http://dbpedia.org/resource/Berta_Doltra", "http://dbpedia.org/resource/Clara_Rodr\u00edguez_(footballer)", "http://dbpedia.org/resource/Claudia_Riumall\u00f3", "http://dbpedia.org/resource/Esther_Laborde", "http://dbpedia.org/resource/Judit_Pujols", "http://dbpedia.org/resource/Laia_Martret", "http://dbpedia.org/resource/Laura_Coronado", "http://dbpedia.org/resource/Laura_Lobo", "http://dbpedia.org/resource/Laura_Mas_Serra", "http://dbpedia.org/resource/Lucia_Corrales", "http://dbpedia.org/resource/Mar_Perez", "http://dbpedia.org/resource/Marta_Llopis", "http://dbpedia.org/resource/Martina_Fern\u00e1ndez_(footballer)", "http://dbpedia.org/resource/Mar\u00eda_Molina_(footballer)", "http://dbpedia.org/resource/Mar\u00eda_P\u00e9rez_(Spanish_footballer)", "http://dbpedia.org/resource/Meritxell_Font", "http://dbpedia.org/resource/Meritxell_Mu\u00f1oz", "http://dbpedia.org/resource/Nina_Pou", "http://dbpedia.org/resource/Noah_Bezis", "http://dbpedia.org/resource/Ornella_Vignola", "http://dbpedia.org/resource/Sara_Ismael", "http://dbpedia.org/resource/Viktoria_Adrianova", "http://dbpedia.org/resource/Ana-Maria_Crnogor\u010devi\u0107", "http://dbpedia.org/resource/Andrea_Pereira", "http://dbpedia.org/resource/Aitana_Bonmat\u00ed", "http://dbpedia.org/resource/Alexia_Putellas", "http://dbpedia.org/resource/Asisat_Oshoala", "http://dbpedia.org/resource/Fridolina_Rolf\u00f6", "http://dbpedia.org/resource/Gemma_Font", "http://dbpedia.org/resource/Sandra_Pa\u00f1os", "http://dbpedia.org/resource/Mariona_Caldentey", "http://dbpedia.org/resource/Marta_Torrej\u00f3n", "http://dbpedia.org/resource/Mar\u00eda_Pilar_Le\u00f3n", "http://dbpedia.org/resource/Bruna_Vilamala", "http://dbpedia.org/resource/Jana_Fern\u00e1ndez", "http://dbpedia.org/resource/Melanie_Serrano", "http://dbpedia.org/resource/Cl\u00e0udia_Pina", "http://dbpedia.org/resource/Ingrid_Syrstad_Engen", "http://dbpedia.org/resource/Irene_Paredes", "http://dbpedia.org/resource/Caroline_Graham_Hansen", "http://dbpedia.org/resource/Cata_Coll", "http://dbpedia.org/resource/Jennifer_Hermoso", "http://dbpedia.org/resource/Leila_Ouahabi", "http://dbpedia.org/resource/Lieke_Martens", "http://dbpedia.org/resource/Patricia_Guijarro", "http://dbpedia.org/resource/Salma_Paralluelo", "http://dbpedia.org/resource/Emma_Ram\u00edrez", "http://dbpedia.org/resource/Geyse_Ferreira", "http://dbpedia.org/resource/Nuria_R\u00e1bano", "http://dbpedia.org/resource/Laia_Codina", "http://dbpedia.org/resource/Lucy_Bronze", "http://dbpedia.org/resource/Dejan_Stankovic_(beach_soccer)", "http://dbpedia.org/resource/Ramiro_Figueiras_Amarelle", "http://dbpedia.org/resource/Jonathan_Torohia", "http://dbpedia.org/resource/Antonio_Mayor_Hern\u00e1ndez", "http://dbpedia.org/resource/Bruno_da_Silva_Xavier", "http://dbpedia.org/resource/Cristian_M\u00e9ndez", "http://dbpedia.org/resource/Cristian_Torres_Medina", "http://dbpedia.org/resource/Daniel_Paj\u00f3n_G\u00f3mez", "http://dbpedia.org/resource/Dario_Ramacciotti", "http://dbpedia.org/resource/Francisco_Jesus_Donaire", "http://dbpedia.org/resource/Jos\u00e9_Eliodoro_Portillo", "http://dbpedia.org/resource/Juan_Martin_Lima", "http://dbpedia.org/resource/Lloren\u00e7_Gomez", "http://dbpedia.org/resource/Miguel_Beiro_Costa", "http://dbpedia.org/resource/Moreira_Ozu", "http://dbpedia.org/resource/Nicol\u00e1s_Alvarado_Caporale", "http://dbpedia.org/resource/Phillipp_Borer", "http://dbpedia.org/resource/Raul_Merida", "Bane", "http://dbpedia.org/resource/Vicky_L\u00f3pez", "http://dbpedia.org/resource/Ariana_Arias", "http://dbpedia.org/resource/Mar_P\u00e9rez", "http://dbpedia.org/resource/Roc\u00edo_Garc\u00eda_Fern\u00e1ndez", "Laura Martin", "Andrea Cano", "Adriana Ranera", "Aicha Camara", "Aina Roman", "Celia Segura", "Clara Casajuna", "Clara Serajordi", "Emma Galvez", "Gadea Blanco", "Judit Pujols", "Laia Martret", "Laura Mas", "Lorena Cubo", "Magali Capdevila", "Mar Perez", "Martina Gonzalez", "Maya Ann Henley", "Nina Pou", "Noa Ortega", "Noah Bezis", "Raquel Cpadevila", "Rocio Romano", "http://dbpedia.org/resource/Andreu_Font\u00e0s", "http://dbpedia.org/resource/V\u00edctor_V\u00e1zquez_Solsona", "http://dbpedia.org/resource/Gai_Assulin", "http://dbpedia.org/resource/Marc_Bartra", "http://dbpedia.org/resource/Marc_Muniesa", "http://dbpedia.org/resource/Jonathan_Soriano", "http://dbpedia.org/resource/Jonathan_dos_Santos", "http://dbpedia.org/resource/Thiago_Alc\u00e2ntara", "http://dbpedia.org/resource/Rub\u00e9n_Mi\u00f1o", "http://dbpedia.org/resource/Andreas_Christensen", "http://dbpedia.org/resource/Alejandro_Balde", "http://dbpedia.org/resource/Francisco_Trinc\u00e3o", "http://dbpedia.org/resource/Franck_Kessi\u00e9", "http://dbpedia.org/resource/Frenkie_de_Jong", "http://dbpedia.org/resource/Gavi_(footballer)", "http://dbpedia.org/resource/Samuel_Umtiti", "http://dbpedia.org/resource/Ansu_Fati", "http://dbpedia.org/resource/Antoine_Griezmann", "http://dbpedia.org/resource/Arnau_Tenas", "http://dbpedia.org/resource/Eric_Garc\u00eda_(footballer,_born_2001)", "http://dbpedia.org/resource/Gerard_Piqu\u00e9", "http://dbpedia.org/resource/Marc-Andr\u00e9_ter_Stegen", "http://dbpedia.org/resource/Martin_Braithwaite", "http://dbpedia.org/resource/Memphis_Depay", "http://dbpedia.org/resource/Raphinha", "http://dbpedia.org/resource/Cl\u00e9ment_Lenglet", "http://dbpedia.org/resource/Jordi_Alba", "http://dbpedia.org/resource/Jules_Kound\u00e9", "http://dbpedia.org/resource/Sergi_Roberto", "http://dbpedia.org/resource/Sergio_Busquets", "http://dbpedia.org/resource/Sergi\u00f1o_Dest", "http://dbpedia.org/resource/I\u00f1aki_Pe\u00f1a", "http://dbpedia.org/resource/Robert_Lewandowski", "http://dbpedia.org/resource/Ferran_Torres", "http://dbpedia.org/resource/Nico_Gonz\u00e1lez_(footballer,_born_2002)", "http://dbpedia.org/resource/Pedri", "http://dbpedia.org/resource/Pierre-Emerick_Aubameyang", "http://dbpedia.org/resource/Ousmane_Demb\u00e9l\u00e9", "http://dbpedia.org/resource/Miralem_Pjani\u0107", "http://dbpedia.org/resource/Pablo_Torre_(footballer)", "http://dbpedia.org/resource/Ronald_Ara\u00fajo", "http://dbpedia.org/resource/\u00c1lex_Collado", "FC Barcelona", "http://dbpedia.org/resource/Diego_Almeida", "http://dbpedia.org/resource/Martin_Georgiev", "http://dbpedia.org/resource/Rub\u00e9n_Cantero", "http://dbpedia.org/resource/Niko_Takahashi", "http://dbpedia.org/resource/Adrian_Gill_(footballer)", "http://dbpedia.org/resource/Aleix_Garrido", "http://dbpedia.org/resource/Alejandro_Ramos_Pinazo", "http://dbpedia.org/resource/Alexis_Olmedo", "http://dbpedia.org/resource/Ander_Astr\u00e1laga", "http://dbpedia.org/resource/Antonio_G\u00f3mez_del_Castillo", "http://dbpedia.org/resource/Antonio_Martin_(footballer)", "http://dbpedia.org/resource/Arnau_Casas", "http://dbpedia.org/resource/Arnau_Pradas", "http://dbpedia.org/resource/Brian_Fari\u00f1as", "http://dbpedia.org/resource/Cristo_Mu\u00f1oz", "http://dbpedia.org/resource/Dani_Rodr\u00edguez_Crespo", "http://dbpedia.org/resource/Derek_Cuevas", "http://dbpedia.org/resource/Diego_Kochen", "http://dbpedia.org/resource/Fabi\u00e1n_Luzzi", "http://dbpedia.org/resource/Gerard_Gonz\u00e1lez", "http://dbpedia.org/resource/Gerard_Hern\u00e1ndez", "http://dbpedia.org/resource/Hugo_Alba", "http://dbpedia.org/resource/H\u00e9ctor_Fort", "http://dbpedia.org/resource/H\u00e9ctor_Rangel_(footballer)", "http://dbpedia.org/resource/Iker_C\u00f3rdoba", "http://dbpedia.org/resource/Jan_Coca", "http://dbpedia.org/resource/Jan_Colom\u00e9", "http://dbpedia.org/resource/Jan_Molina", "http://dbpedia.org/resource/Javi_Alba", "http://dbpedia.org/resource/Joan_Anaya", "http://dbpedia.org/resource/Jorge_Espinal", "http://dbpedia.org/resource/Josep_Cerd\u00e0", "http://dbpedia.org/resource/Lamine_Yamal", "http://dbpedia.org/resource/Manuel_Vila", "http://dbpedia.org/resource/Marc_Guiu", "http://dbpedia.org/resource/Nil_Calder\u00f3", "http://dbpedia.org/resource/Oriol_Palomino", "http://dbpedia.org/resource/Pablo_L\u00f3pez_(footballer)", "http://dbpedia.org/resource/Pau_Prim", "http://dbpedia.org/resource/Ricard_Pulido", "http://dbpedia.org/resource/Sergi_Dom\u00ednguez", "http://dbpedia.org/resource/Toni_Caravaca", "http://dbpedia.org/resource/Victor_Barber\u00e1", "http://dbpedia.org/resource/Wesley_Dual", "http://dbpedia.org/resource/Xavi_Moreno_(footballer,_born_2004)", "http://dbpedia.org/resource/\u00c1lex_Valle", "http://dbpedia.org/resource/\u00c1ngel_Alarc\u00f3n", "http://dbpedia.org/resource/\u00c1ron_Yaakobishvili", "http://dbpedia.org/resource/Unai_Hern\u00e1ndez", "http://dbpedia.org/resource/Biel_Vicens", "http://dbpedia.org/resource/Arnau_Sol\u00e0", "http://dbpedia.org/resource/Alpha_Diounkou", "http://dbpedia.org/resource/Emre_Demir", "http://dbpedia.org/resource/Estanis_Pedrola", "http://dbpedia.org/resource/Abde_Ezzalzouli", "http://dbpedia.org/resource/Chadi_Riad", "http://dbpedia.org/resource/Gustavo_Maia", "http://dbpedia.org/resource/Hiroki_Abe", "http://dbpedia.org/resource/Roberto_Fern\u00e1ndez_(footballer,_born_2002)", "http://dbpedia.org/resource/Luismi_Cruz", "http://dbpedia.org/resource/Ilias_Akhomach", "http://dbpedia.org/resource/\u00c1lex_Carbonell", "http://dbpedia.org/resource/\u00c1lvaro_Sanz", "Antonio Aranda", "Rom\u00e1n Vega", "Aleix Garrido", "Arnau Casas", "Fabio Blanco", "Ferm\u00edn L\u00f3pez", "Josep Cerd\u00e0", "Juanda Fuentes", "Mamadou Sa\u00efdou Bah", "Marc Casad\u00f3", "Nil Ruiz", "Pelayo Fern\u00e1ndez", "Sergi Rosanas", "Txus Alba", "V\u00edctor Barber\u00e0", "Zacarias Ghail\u00e1n", "\u00c1lex Valle", "\u00c1lvaro N\u00fa\u00f1ez", "http://dbpedia.org/resource/Giovana_Queiroz"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Harvard-Westlake_School> . }"}, "answers": ["http://dbpedia.org/resource/Gloria_McMillan", "http://dbpedia.org/resource/Pepi_Lederer"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/gender> <http://dbpedia.org/resource/Feminism> . ?x <http://dbpedia.org/property/nationality> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Heinz_Kokott> <http://dbpedia.org/ontology/relative> ?uri . <http://dbpedia.org/resource/Nazi_in_Army> <http://dbpedia.org/property/regionServed> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Brynn_Carman> <http://dbpedia.org/property/formerPartner> ?x . ?x <http://dbpedia.org/ontology/spouse> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/governmentType> <http://dbpedia.org/resource/Unitary> . ?x <http://dbpedia.org/property/state> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Entertainment_One_Music> . ?uri <http://dbpedia.org/ontology/bandMember> ?x . }"}, "answers": ["29"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/almaMater> <http://dbpedia.org/resource/Somerville_College,_Oxford> . ?x <http://dbpedia.org/ontology/party> ?uri . }"}, "answers": ["14"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/James_Horner> . ?xdbp:producer ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Isaacs_(writer)> <http://dbpedia.org/ontology/notableWork> ?uri } "}, "answers": ["http://dbpedia.org/resource/Frasier", "http://dbpedia.org/resource/Cheers", "http://dbpedia.org/resource/M*A*S*H_(TV_series)", "http://dbpedia.org/resource/Mad_Men"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Egypt_Nanotechnology_Center> <http://dbpedia.org/ontology/province> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/manager> <http://dbpedia.org/resource/John_Spencer> . ?x <http://dbpedia.org/ontology/homeStadium> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/Winchester_Cathedral> . }"}, "answers": ["3"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Stephen_Ambrose_Traversari> . ?uri <http://dbpedia.org/property/producers> <http://dbpedia.org/resource/Erik_Bork> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Boston_Bruins> . ?x <http://dbpedia.org/property/playedFor> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Boston_Bruins", "http://dbpedia.org/resource/Montreal_Maroons", "http://dbpedia.org/resource/New_York_Americans", "http://dbpedia.org/resource/Philadelphia_Quakers_(NHL)", "http://dbpedia.org/resource/Ottawa_Senators_(original)", "http://dbpedia.org/resource/Chicago_Black_Hawks", "http://dbpedia.org/resource/Toronto_Maple_Leafs", "http://dbpedia.org/resource/New_York_Rangers", "http://dbpedia.org/resource/Philadelphia_Flyers", "http://dbpedia.org/resource/New_Jersey_Devils", "http://dbpedia.org/resource/V\u00e5lerenga_Ishockey", "http://dbpedia.org/resource/Detroit_Red_Wings", "http://dbpedia.org/resource/Djurg\u00e5rdens_IF_Hockey", "http://dbpedia.org/resource/Colorado_Avalanche", "http://dbpedia.org/resource/New_York_Islanders", "http://dbpedia.org/resource/Stavanger_Oilers", "http://dbpedia.org/resource/F\u00e4rjestads_BK", "http://dbpedia.org/resource/Frisk_Tigers", "http://dbpedia.org/resource/Stjernen", "http://dbpedia.org/resource/AIK_Hockey", "Elitserien", "NHL", "http://dbpedia.org/resource/Malm\u00f6_Redhawks", "http://dbpedia.org/resource/Thomas_Sabo_Ice_Tigers", "http://dbpedia.org/resource/Avangard_Omsk", "http://dbpedia.org/resource/Montreal_Canadiens", "http://dbpedia.org/resource/Torpedo_Nizhny_Novgorod", "http://dbpedia.org/resource/Carolina_Hurricanes", "http://dbpedia.org/resource/HC_CSKA_Moscow", "http://dbpedia.org/resource/HC_Lada_Togliatti", "http://dbpedia.org/resource/Quebec_Nordiques", "http://dbpedia.org/resource/Edmonton_Oilers", "http://dbpedia.org/resource/Lokomotiv_Yaroslavl", "http://dbpedia.org/resource/Severstal_Cherepovets", "http://dbpedia.org/resource/Anaheim_Ducks", "http://dbpedia.org/resource/San_Jose_Sharks", "http://dbpedia.org/resource/Tampa_Bay_Lightning", "http://dbpedia.org/resource/Metallurg_Novokuznetsk", "http://dbpedia.org/resource/Phoenix_Coyotes", "http://dbpedia.org/resource/Calgary_Flames", "http://dbpedia.org/resource/HC_Dynamo_Moscow", "http://dbpedia.org/resource/Minnesota_Wild", "http://dbpedia.org/resource/Pittsburgh_Penguins", "http://dbpedia.org/resource/HC_\u010cesk\u00e9_Bud\u011bjovice", "http://dbpedia.org/resource/Dallas_Stars", "http://dbpedia.org/resource/Vancouver_Canucks", "http://dbpedia.org/resource/Hockey_Milano_Rossoblu", "http://dbpedia.org/resource/IF_Bj\u00f6rkl\u00f6ven", "http://dbpedia.org/resource/Minnesota_North_Stars", "http://dbpedia.org/resource/Ottawa_Senators", "http://dbpedia.org/resource/Buffalo_Sabres", "http://dbpedia.org/resource/Winnipeg_Jets_(1972\u20131996)", "http://dbpedia.org/resource/Chicago_Blackhawks", "http://dbpedia.org/resource/EV_Zug", "http://dbpedia.org/resource/St._Louis_Blues", "http://dbpedia.org/resource/EHC_M\u00fcnchen", "http://dbpedia.org/resource/HC_Davos", "http://dbpedia.org/resource/HC_Lugano", "http://dbpedia.org/resource/L\u00f8renskog_IK", "http://dbpedia.org/resource/Barys_Astana", "http://dbpedia.org/resource/Adler_Mannheim", "http://dbpedia.org/resource/Winnipeg_Jets", "http://dbpedia.org/resource/Los_Angeles_Kings", "http://dbpedia.org/resource/Bryn\u00e4s_IF", "http://dbpedia.org/resource/Ilves_Tampere", "Adirondack Red Wings", "London Knights", "Portland Pirates", "Providence Bruins", "Salt Lake Golden Eagles", "Detroit Falcons", "Fort Wayne Komets", "Knoxville Cherokees", "Las Vegas Thunder", "Detroit Vipers", "Qu\u00e9bec Rafales", "San Antonio Dragons", "Phoenix Mustangs", "Port Huron Border Cats", "Knoxville Speed", "Jacksonville Barracudas", "Kansas City Outlaws", "Utica Blizzard", "http://dbpedia.org/resource/Hamburg_Freezers", "http://dbpedia.org/resource/Columbus_Blue_Jackets", "http://dbpedia.org/resource/Florida_Panthers", "http://dbpedia.org/resource/DEG_Metro_Stars", "http://dbpedia.org/resource/Mighty_Ducks_of_Anaheim", "http://dbpedia.org/resource/Quebec_Aces", "http://dbpedia.org/resource/Binghamton_Dusters", "http://dbpedia.org/resource/Kansas_City_Blues_(ice_hockey)", "http://dbpedia.org/resource/Hershey_Bears", "http://dbpedia.org/resource/Rochester_Americans", "http://dbpedia.org/resource/Hartford_Whalers", "http://dbpedia.org/resource/Washington_Capitals", "http://dbpedia.org/resource/Winnipeg_Jets_(1972\u201396)", "http://dbpedia.org/resource/EV_Landshut", "http://dbpedia.org/resource/KalPa", "http://dbpedia.org/resource/Cincinnati_Stingers", "http://dbpedia.org/resource/R\u00f6gle_BK", "http://dbpedia.org/resource/Nashville_Predators", "http://dbpedia.org/resource/BSC_Preussen", "Eishockey-Bundesliga", "Boston Bruins", "Edmonton Oilers", "Minnesota North Stars", "New York Rangers", "Tampa Bay Lightning", "http://dbpedia.org/resource/Rapperswil-Jona_Lakers", "http://dbpedia.org/resource/Kloten_Flyers", "Swiss", "New York Islanders", "http://dbpedia.org/resource/St._Louis_Eagles", "Detroit Red Wings", "http://dbpedia.org/resource/HK_Dukla_Tren\u010d\u00edn", "http://dbpedia.org/resource/HC_Slavia_Praha", "http://dbpedia.org/resource/CHZ_Litvinov", "http://dbpedia.org/resource/Cleveland_Barons_(NHL)", "http://dbpedia.org/resource/Colorado_Rockies_(NHL)", "http://dbpedia.org/resource/California_Golden_Seals", "http://dbpedia.org/resource/VIK_V\u00e4ster\u00e5s_HK", "http://dbpedia.org/resource/Dinamo_Riga_(original)", "http://dbpedia.org/resource/Hannover_Scorpions", "http://dbpedia.org/resource/Tappara", "http://dbpedia.org/resource/Porin_\u00c4ss\u00e4t_(men's_ice_hockey)", "http://dbpedia.org/resource/Lukko", "http://dbpedia.org/resource/SKA_Saint_Petersburg", "http://dbpedia.org/resource/Capital_District_Islanders", "http://dbpedia.org/resource/Providence_Bruins", "http://dbpedia.org/resource/Arizona_Coyotes", "http://dbpedia.org/resource/Philadelphia_Blazers", "http://dbpedia.org/resource/Wembley_Monarchs", "http://dbpedia.org/resource/Wembley_Lions", "http://dbpedia.org/resource/Atlanta_Flames", "http://dbpedia.org/resource/St.Louis_Blues", "http://dbpedia.org/resource/Metallurg_Magnitogorsk", "http://dbpedia.org/resource/Sokil_Kyiv", "http://dbpedia.org/resource/Ak_Bars_Kazan", "http://dbpedia.org/resource/Jokerit", "http://dbpedia.org/resource/Krylya_Sovetov_Moscow", "http://dbpedia.org/resource/HC_Ambri-Piotta", "http://dbpedia.org/resource/HC_Khimik_Voskresensk", "http://dbpedia.org/resource/Klagenfurt_AC", "SKA Kalinin", "http://dbpedia.org/resource/Springfield_Indians", "http://dbpedia.org/resource/Chicago_Wolves", "IHL", "AHL", "http://dbpedia.org/resource/EC_Red_Bull_Salzburg", "http://dbpedia.org/resource/Vancouver_Millionaires", "http://dbpedia.org/resource/Pittsburgh_Pirates_(NHL)", "http://dbpedia.org/resource/Montreal_Wanderers", "http://dbpedia.org/resource/Toronto_Arenas", "http://dbpedia.org/resource/Toronto_Blueshirts", "http://dbpedia.org/resource/Toronto_Shamrocks", "http://dbpedia.org/resource/Duluth_Hornets", "http://dbpedia.org/resource/Kitchener_Flying_Dutchmen", "http://dbpedia.org/resource/Kitchener_Millionaires", "NHA", "PCHA", "AHA", "CPHL", "http://dbpedia.org/resource/Regina_Capitals", "http://dbpedia.org/resource/Edmonton_Eskimos_(ice_hockey)", "http://dbpedia.org/resource/Oakland_Seals", "http://dbpedia.org/resource/Val_Pusteria_Wolves", "http://dbpedia.org/resource/Nippon_Paper_Cranes", "http://dbpedia.org/resource/EC_VSV", "http://dbpedia.org/resource/\u00d6rebro_HK", "http://dbpedia.org/resource/Victoria_Cougars", "http://dbpedia.org/resource/Seattle_Metropolitans", "http://dbpedia.org/resource/Calgary_Tigers", "http://dbpedia.org/resource/Detroit_Falcons_(NHL)", "http://dbpedia.org/resource/Victoria_Aristocrats", "http://dbpedia.org/resource/New_Haven_Eagles", "http://dbpedia.org/resource/Pacific_Coast_Hockey_League", "http://dbpedia.org/resource/Seattle_Seahawks_(ice_hockey)", "http://dbpedia.org/resource/Boston_Cubs", "CAHL", "IAHL", "PCHL", "http://dbpedia.org/resource/Indianapolis_Racers", "http://dbpedia.org/resource/New_England_Whalers", "http://dbpedia.org/resource/New_York_Golden_Blades", "Philadelphia Flyers", "http://dbpedia.org/resource/Toronto_St._Pats", "http://dbpedia.org/resource/Vaasan_Sport", "http://dbpedia.org/resource/HIFK_(ice_hockey)", "http://dbpedia.org/resource/HPK", "http://dbpedia.org/resource/SaiPa", "http://dbpedia.org/resource/Odense_Bulldogs", "http://dbpedia.org/resource/Graz_99ers", "http://dbpedia.org/resource/Maine_Mariners_(ECHL)", "http://dbpedia.org/resource/Ilves", "http://dbpedia.org/resource/Detroit_Falcons_(hockey)", "Pittsburgh Pirates", "Pittsburgh Shamrocks", "Toronto Maple Leafs", "Philadelphia Quakers", "Syracuse Stars", "Detroit Cougars", "http://dbpedia.org/resource/Modo_Hockey", "HIFK", "Los Angeles Kings", "SM-liiga", "Schwenninger Wild Wings", "\u00c4ss\u00e4t", "DEL", "Krefeld Pinguine", "http://dbpedia.org/resource/Tacoma_Rockets", "http://dbpedia.org/resource/Seattle_Bombers", "http://dbpedia.org/resource/Ottawa_Nationals", "http://dbpedia.org/resource/Birmingham_Bulls_(WHA)", "http://dbpedia.org/resource/Toronto_Toros", "WHA", "http://dbpedia.org/resource/Minnesota_Fighting_Saints", "http://dbpedia.org/resource/Calgary_Cowboys", "http://dbpedia.org/resource/Cleveland_Crusaders", "http://dbpedia.org/resource/Montreal_Voyageurs", "http://dbpedia.org/resource/San_Francisco_Seals_(hockey)", "http://dbpedia.org/resource/Springfield_Kings", "WHL", "San Diego Mariners", "http://dbpedia.org/resource/HC_Fribourg-Gott\u00e9ron", "http://dbpedia.org/resource/Winnipeg_61st_Battalion", "http://dbpedia.org/resource/EHC_Black_Wings_Linz", "http://dbpedia.org/resource/SCL_Tigers", "http://dbpedia.org/resource/ERC_Ingolstadt", "http://dbpedia.org/resource/Brooklyn_Americans", "Chicago Black Hawks", "http://dbpedia.org/resource/Atlanta_Thrashers", "http://dbpedia.org/resource/SC_Bern", "http://dbpedia.org/resource/HC_Bolzano", "http://dbpedia.org/resource/SC_Riessersee", "http://dbpedia.org/resource/K\u00f6lner_Haie", "http://dbpedia.org/resource/GKS_Tychy", "http://dbpedia.org/resource/Kiekko-Espoo", "Chicago Blackhawks", "Ottawa Senators", "http://dbpedia.org/resource/Admiral_Vladivostok", "http://dbpedia.org/resource/Lausanne_HC", "http://dbpedia.org/resource/Duna\u00fajv\u00e1rosi_Ac\u00e9lbik\u00e1k", "http://dbpedia.org/resource/Kunlun_Red_Star", "http://dbpedia.org/resource/DVTK_Jegesmedv\u00e9k", "http://dbpedia.org/resource/HC_Neftekhimik_Nizhnekamsk", "http://dbpedia.org/resource/HC_Slovan_Bratislava", "http://dbpedia.org/resource/KHL_Medve\u0161\u010dak_Zagreb", "http://dbpedia.org/resource/Sheffield_Steelers", "http://dbpedia.org/resource/HC_Atlant_Moscow_Oblast", "http://dbpedia.org/resource/K\u00e4rp\u00e4t", "http://dbpedia.org/resource/Houston_Aeros_(WHA)", "http://dbpedia.org/resource/Pittsburgh_Hornets", "http://dbpedia.org/resource/Innsbrucker_EV", "http://dbpedia.org/resource/HC_TWK_Innsbruck", "http://dbpedia.org/resource/EHC_Chur", "http://dbpedia.org/resource/EHC_Lustenau", "http://dbpedia.org/resource/Newcastle_Vipers", "http://dbpedia.org/resource/Vityaz_Chekhov", "http://dbpedia.org/resource/HC_Spartak_Moscow", "http://dbpedia.org/resource/KHL_Medve\u0161\u010dak", "http://dbpedia.org/resource/S\u00f6dert\u00e4lje_SK", "http://dbpedia.org/resource/Mora_IK", "http://dbpedia.org/resource/KooKoo_(Liiga)", "Espoo Blues", "Nashville Predators", "Mighty Ducks of Anaheim", "http://dbpedia.org/resource/Augsburger_Panther", "http://dbpedia.org/resource/Frankfurt_Lions", "http://dbpedia.org/resource/Nottingham_Panthers", "Calgary Flames", "Vancouver Canucks", "http://dbpedia.org/resource/New_Haven_Nighthawks", "http://dbpedia.org/resource/Buffalo_Bisons_(AHL)", "St. Louis Blues", "http://dbpedia.org/resource/AIK_IF", "http://dbpedia.org/resource/Coventry_Blaze", "http://dbpedia.org/resource/Lahti_Pelicans", "http://dbpedia.org/resource/Boxers_de_Bordeaux", "http://dbpedia.org/resource/EC_KAC", "http://dbpedia.org/resource/HC_Donbass", "Colorado Avalanche", "http://dbpedia.org/resource/HC_Salzburg", "http://dbpedia.org/resource/Boston_Olympics", "http://dbpedia.org/resource/Minneapolis_Millers_(AHA)", "http://dbpedia.org/resource/Pittsburgh_Shamrocks", "http://dbpedia.org/resource/Tulsa_Oilers", "http://dbpedia.org/resource/Johnstown_Blue_Birds", "http://dbpedia.org/resource/Cleveland_Falcons", "http://dbpedia.org/resource/St._Paul_Saints_(AHA)", "EHL", "http://dbpedia.org/resource/Hamilton_Tigers", "http://dbpedia.org/resource/Maine_Mariners_(AHL)", "http://dbpedia.org/resource/HC_Milano", "http://dbpedia.org/resource/HC_Alleghe", "Italy", "http://dbpedia.org/resource/Chicago_Cougars", "http://dbpedia.org/resource/Toronto_St._Patricks", "http://dbpedia.org/resource/Vancouver_Blazers", "http://dbpedia.org/resource/HC_Sparta_Praha", "New York Americans", "http://dbpedia.org/resource/Ratingen_Lions", "http://dbpedia.org/resource/HC_Gherd\u00ebina", "http://dbpedia.org/resource/F\u00e4rjestad_BK", "http://dbpedia.org/resource/Link\u00f6ping_HC", "http://dbpedia.org/resource/Gen\u00e8ve-Servette_HC", "http://dbpedia.org/resource/Schwenninger_Wild_Wings", "http://dbpedia.org/resource/HC_Sibir_Novosibirsk", "http://dbpedia.org/resource/Krefeld_Pinguine", "http://dbpedia.org/resource/Vienna_Capitals", "http://dbpedia.org/resource/V\u00e4xj\u00f6_Lakers", "http://dbpedia.org/resource/HC_Vityaz", "http://dbpedia.org/resource/HC_Plze\u0148_1929", "http://dbpedia.org/resource/HK_Nitra", "http://dbpedia.org/resource/HC_Dinamo_Minsk", "KHL", "Tipos extraliga", "http://dbpedia.org/resource/Utah_Grizzlies", "http://dbpedia.org/resource/San_Diego_Gulls_(1990\u20131995)", "http://dbpedia.org/resource/Houston_Aeros_(1994\u20132013)", "http://dbpedia.org/resource/Manitoba_Moose", "http://dbpedia.org/resource/N\u00fcrnberg_Ice_Tigers", "http://dbpedia.org/resource/Traktor_Chelyabinsk", "http://dbpedia.org/resource/HK_Riga_2000", "http://dbpedia.org/resource/Salavat_Yulaev_Ufa", "Ak Bars Kazan", "http://dbpedia.org/resource/Link\u00f6pings_HC", "Pittsburgh Penguins", "http://dbpedia.org/resource/Phoenix_Roadrunners_(WHA)", "http://dbpedia.org/resource/Eisb\u00e4ren_Berlin", "http://dbpedia.org/resource/Belfast_Giants", "http://dbpedia.org/resource/Espoo_Blues", "http://dbpedia.org/resource/HC_Kladno", "http://dbpedia.org/resource/HC_Kometa_Brno", "http://dbpedia.org/resource/HC_\u0160koda_Plze\u0148", "http://dbpedia.org/resource/Saskatoon_Crescents", "http://dbpedia.org/resource/F\u00fcchse_Duisburg", "Hamilton Tigers", "Toronto Dentals", "http://dbpedia.org/resource/California_Seals", "http://dbpedia.org/resource/Atlant_Moscow_Oblast", "http://dbpedia.org/resource/EHC_Biel", "http://dbpedia.org/resource/Scorpions_de_Mulhouse", "Atlanta Thrashers", "Florida Panthers", "San Jose Sharks", "http://dbpedia.org/resource/HC_Asiago", "Serie A", "http://dbpedia.org/resource/Toronto_Granites", "Montreal Maroons", "http://dbpedia.org/resource/Blues_(Espoo)", "http://dbpedia.org/resource/ZSC_Lions", "Colorado Rockies", "Montreal Canadiens", "http://dbpedia.org/resource/Manchester_Storm_(1995\u20132002)", "http://dbpedia.org/resource/VEU_Feldkirch", "http://dbpedia.org/resource/Brandon_Wheat_Kings", "http://dbpedia.org/resource/Adirondack_Red_Wings", "http://dbpedia.org/resource/Moncton_Golden_Flames", "http://dbpedia.org/resource/Kamloops_Junior_Oilers", "http://dbpedia.org/resource/New_Westminster_Bruins", "http://dbpedia.org/resource/HC_Merano", "Cleveland Crusaders", "http://dbpedia.org/resource/Portland_Rosebuds_(ice_hockey)", "Maine Mariners", "Peoria Rivermen", "Fredericton Express", "http://dbpedia.org/resource/HC_TPS", "http://dbpedia.org/resource/Spokane_Canaries", "http://dbpedia.org/resource/Lule\u00e5_HF", "NLA", "EBEL", "http://dbpedia.org/resource/JYP_Jyv\u00e4skyl\u00e4", "http://dbpedia.org/resource/EHC_Basel", "http://dbpedia.org/resource/Bolzano_HC", "http://dbpedia.org/resource/HC_Litv\u00ednov", "http://dbpedia.org/resource/HC_Devils_Milano", "http://dbpedia.org/resource/HC_Meran", "http://dbpedia.org/resource/HC_MVD", "http://dbpedia.org/resource/Yugra_Khanty-Mansiysk", "http://dbpedia.org/resource/Syracuse_Stars_(ice_hockey)", "http://dbpedia.org/resource/Buffalo_Bisons_(IHL)", "http://dbpedia.org/resource/Boston_Bruin_Cubs", "Buffalo Sabres", "http://dbpedia.org/resource/EHC_Wolfsburg", "http://dbpedia.org/resource/HC_Pardubice", "http://dbpedia.org/resource/KLH_Chomutov", "http://dbpedia.org/resource/Frisk_Asker_Ishockey", "WHA/NHL", "http://dbpedia.org/resource/Binghamton_Whalers", "http://dbpedia.org/resource/Detroit_Cougars_(NHL)", "http://dbpedia.org/resource/Cleveland_Barons_(1937\u20131973)", "IAHL/AHL", "http://dbpedia.org/resource/San_Diego_Mariners", "http://dbpedia.org/resource/Windsor_Bulldogs", "OHASr", "http://dbpedia.org/resource/Seibu_Prince_Rabbits", "http://dbpedia.org/resource/Minnesota_Golden_Gophers_men's_ice_hockey", "http://dbpedia.org/resource/Straubing_Tigers", "http://dbpedia.org/resource/Skellefte\u00e5_AIK", "http://dbpedia.org/resource/Tappara_Tampere", "http://dbpedia.org/resource/Leksands_IF", "http://dbpedia.org/resource/Br\u00fbleurs_de_Loups", "http://dbpedia.org/resource/Herning_Blue_Fox", "http://dbpedia.org/resource/KS_Cracovia_(ice_hockey)", "http://dbpedia.org/resource/Orli_Znojmo", "http://dbpedia.org/resource/HC_Vitkovice", "http://dbpedia.org/resource/Sportiva_Hockey_Club_Fassa", "http://dbpedia.org/resource/Saskatoon_Sheiks", "Oakland Sheiks", "http://dbpedia.org/resource/HK_Acroni_Jesenice", "http://dbpedia.org/resource/HDD_Olimpija_Ljubljana", "http://dbpedia.org/resource/Innsbruck_EV", "New England Whalers", "http://dbpedia.org/resource/HC_V\u00edtkovice_Ridera", "http://dbpedia.org/resource/Providence_Reds", "http://dbpedia.org/resource/Indianapolis_Capitals", "http://dbpedia.org/resource/Detroit_Olympics", "http://dbpedia.org/resource/Clinton_Comets", "http://dbpedia.org/resource/Portland_Buckaroos", "http://dbpedia.org/resource/St._Louis_Flyers", "http://dbpedia.org/resource/Cleveland_Barons_(1937-73)", "http://dbpedia.org/resource/Malm\u00f6_IF", "http://dbpedia.org/resource/Renfrew_Hockey_Club", "Newark Bulldogs", "http://dbpedia.org/resource/Hamilton_Tigers_(ice_hockey)", "http://dbpedia.org/resource/Grand_Rapids_Rockets", "http://dbpedia.org/resource/Chatham_Maroons", "http://dbpedia.org/resource/Cleveland_Barons_(1937\u201373)", "http://dbpedia.org/resource/Washington_Lions", "http://dbpedia.org/resource/Winnipeg_Jets_(1972-96)", "http://dbpedia.org/resource/Los_Angeles_Sharks", "http://dbpedia.org/resource/Renfrew_Creamery_Kings", "http://dbpedia.org/resource/Portage_Lakes_Hockey_Club", "http://dbpedia.org/resource/GKS_Tychy_(ice_hockey)", "http://dbpedia.org/resource/Podhale_Nowy_Targ", "http://dbpedia.org/resource/GKS_Katowice_(ice_hockey)", "http://dbpedia.org/resource/EHC_Kloten", "http://dbpedia.org/resource/Oulun_K\u00e4rp\u00e4t", "SEL", "http://dbpedia.org/resource/Cape_Breton_Oilers", "http://dbpedia.org/resource/Erie_Blades", "http://dbpedia.org/resource/Kassel_Huskies", "http://dbpedia.org/resource/ESV_Kaufbeuren", "", "http://dbpedia.org/resource/SC_Rapperswil-Jona", "http://dbpedia.org/resource/Fr\u00f6lunda_HC", "Brooklyn Americans", "http://dbpedia.org/resource/Brantford_Smoke", "http://dbpedia.org/resource/HC_Milano_Saima", "http://dbpedia.org/resource/Ratinger_L\u00f6wen", "http://dbpedia.org/resource/Star_Bulls_Rosenheim", "http://dbpedia.org/resource/TuS_Geretsried", "Anaheim Ducks", "Phoenix Coyotes", "'''Birmingham Bulls", "'''WHA", "http://dbpedia.org/resource/Toronto_Balmy_Beach_Beachers", "http://dbpedia.org/resource/Hannover_Indians", "http://dbpedia.org/resource/HC_Dukla_Tren\u010d\u00edn", "http://dbpedia.org/resource/Dornbirner_EC", "http://dbpedia.org/resource/HC_Ambr\u00ec-Piotta", "http://dbpedia.org/resource/HC_B\u00edl\u00ed_Tyg\u0159i_Liberec", "http://dbpedia.org/resource/HC_Ko\u0161ice", "http://dbpedia.org/resource/Frederikshavn_White_Hawks"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Stockholm> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}"}, "answers": ["http://dbpedia.org/resource/Dagens_Nyheter", "http://dbpedia.org/resource/Dagsposten_(Swedish_newspaper)", "http://dbpedia.org/resource/Stockholms-Tidningen", "http://dbpedia.org/resource/Post-_och_Inrikes_Tidningar", "http://dbpedia.org/resource/Aftonbladet", "http://dbpedia.org/resource/Stockholms_Dagblad", "http://dbpedia.org/resource/Flamman", "http://dbpedia.org/resource/Ny_Illustrerad_Tidning", "http://dbpedia.org/resource/Dagen_(1896-1920)", "http://dbpedia.org/resource/Expressen", "http://dbpedia.org/resource/Nationen_(weekly_newspaper)", "http://dbpedia.org/resource/Metro_(Swedish_newspaper)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Fort_Lauderdale,_Florida> . ?x <http://dbpedia.org/property/homeStadium> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Purnima_Banerjee> <http://dbpedia.org/ontology/party> ?uri } "}, "answers": ["http://dbpedia.org/resource/Indian_National_Congress"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ganz_UV> <http://dbpedia.org/ontology/operator> ?uri . <http://dbpedia.org/resource/The_Gza_Horvth> <http://dbpedia.org/property/nationality> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Larry_J._Franco> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["4"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Nihoa> <http://dbpedia.org/property/nearestCity> ?uri . <http://dbpedia.org/resource/Jim_Brady_(quarterback)> <http://dbpedia.org/ontology/deathPlace> ?uri} "}, "answers": ["http://dbpedia.org/resource/Hawaii"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Commodore_64> . ?x <http://dbpedia.org/property/genre> ?uri . }"}, "answers": ["1693"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steven_Palazzo> <http://dbpedia.org/property/battles> ?uri } "}, "answers": ["http://dbpedia.org/resource/Gulf_War"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/discipline> ?uri . }"}, "answers": ["Public health, Medicine", "African-American literature and African-American culture", "http://dbpedia.org/resource/Archaeology", "http://dbpedia.org/resource/Prehistory", "http://dbpedia.org/resource/Africa", "http://dbpedia.org/resource/Chemistry", "http://dbpedia.org/resource/Law", "Biology", "http://dbpedia.org/resource/Biophysics", "http://dbpedia.org/resource/Biochemistry", "http://dbpedia.org/resource/Botany", "http://dbpedia.org/resource/Library_Science", "http://dbpedia.org/resource/Sociology", "http://dbpedia.org/resource/Education", "http://dbpedia.org/resource/Literary_magazine", "http://dbpedia.org/resource/Literary_journal", "http://dbpedia.org/resource/Engineering", "http://dbpedia.org/resource/Jurisprudence", "http://dbpedia.org/resource/Social_justice", "http://dbpedia.org/resource/Economics", "http://dbpedia.org/resource/Anthropology", "http://dbpedia.org/resource/Geology", "http://dbpedia.org/resource/Oceanography", "http://dbpedia.org/resource/Philosophy", "http://dbpedia.org/resource/Computer_Science", "http://dbpedia.org/resource/New_Testament", "http://dbpedia.org/resource/Water_resources", "http://dbpedia.org/resource/Political_science", "http://dbpedia.org/resource/Mathematics_education", "http://dbpedia.org/resource/Psychoanalysis", "http://dbpedia.org/resource/Cardiology", "http://dbpedia.org/resource/Cardiothoracic_surgery", "http://dbpedia.org/resource/Pulmonary_disease", "http://dbpedia.org/resource/Ophthalmology", "Process of synthesis in organic chemistry", "http://dbpedia.org/resource/Neurology", "http://dbpedia.org/resource/Gender_studies", "Mathematics", "http://dbpedia.org/resource/Semiotics", "http://dbpedia.org/resource/Poetry", "http://dbpedia.org/resource/Photography", "http://dbpedia.org/resource/International_relations", "http://dbpedia.org/resource/Culture", "http://dbpedia.org/resource/Literature", "http://dbpedia.org/resource/Fiction", "http://dbpedia.org/resource/Nonfiction", "http://dbpedia.org/resource/Social_issues", "Educational psychology and school psychology", "http://dbpedia.org/resource/Sociologist", "http://dbpedia.org/resource/Law_review", "http://dbpedia.org/resource/Game_theory", "http://dbpedia.org/resource/Genetics", "http://dbpedia.org/resource/Computer_science", "Demography and Social epidemiology", "http://dbpedia.org/resource/Medicine", "http://dbpedia.org/resource/Biogeography", "http://dbpedia.org/resource/Biography", "http://dbpedia.org/resource/Biomedicine", "Molecular structure of organisms; drug action", "Literary magazine", "http://dbpedia.org/resource/Chirality_(chemistry)", "http://dbpedia.org/resource/Library_and_information_science", "http://dbpedia.org/resource/Molecular_biology", "Feminist speculative fiction", "http://dbpedia.org/resource/History", "http://dbpedia.org/resource/History_of_philosophy", "http://dbpedia.org/resource/Oriental_studies", "http://dbpedia.org/resource/Mycology", "http://dbpedia.org/resource/American_studies", "http://dbpedia.org/resource/Art_history", "http://dbpedia.org/resource/Art", "http://dbpedia.org/resource/Art_criticism", "Literature", "http://dbpedia.org/resource/Meteorology", "Meteorology and Climatology", "http://dbpedia.org/resource/Pulmonology", "http://dbpedia.org/resource/Neuroscience", "http://dbpedia.org/resource/Virology", "http://dbpedia.org/resource/Hematology", "http://dbpedia.org/resource/Oncology", "http://dbpedia.org/resource/Pediatry", "http://dbpedia.org/resource/Pacific_studies", "http://dbpedia.org/resource/International_law", "http://dbpedia.org/resource/Cultural_studies", "http://dbpedia.org/resource/Critical_theory", "http://dbpedia.org/resource/Comparative_law", "http://dbpedia.org/resource/Admiralty_law", "http://dbpedia.org/resource/Civil_law_(legal_system)", "http://dbpedia.org/resource/Labor_Studies", "http://dbpedia.org/resource/Language_acquisition", "http://dbpedia.org/resource/Psychology", "English literature", "http://dbpedia.org/resource/Cognitive_neuroscience", "http://dbpedia.org/resource/Psychophysiology", "http://dbpedia.org/resource/Pathology", "http://dbpedia.org/resource/Epidemiology_of_cancer", "http://dbpedia.org/resource/History_of_Christianity", "http://dbpedia.org/resource/Theology", "http://dbpedia.org/resource/Biblical_studies", "http://dbpedia.org/resource/Endocrinology", "Perception and motor skills", "http://dbpedia.org/resource/Religious_studies", "Philosophy", "Greek archaeology, art, epigraphy, history, and literature", "http://dbpedia.org/resource/Planetary_science", "http://dbpedia.org/resource/Immunology", "http://dbpedia.org/resource/Business", "Motorcycling culture", "http://dbpedia.org/resource/Linguistics", "History", "http://dbpedia.org/resource/Political_Science", "http://dbpedia.org/resource/Labor_movement", "http://dbpedia.org/resource/Industrial_relations", "http://dbpedia.org/resource/Worker_rights", "http://dbpedia.org/resource/Pre-hospital_emergency_medicine", "http://dbpedia.org/resource/Child_psychiatry", "Rheumatology", "http://dbpedia.org/resource/History_of_education", "http://dbpedia.org/resource/Pharmacy_practice", "http://dbpedia.org/resource/Pharmacy", "http://dbpedia.org/resource/Physiology", "http://dbpedia.org/resource/Radiology", "Geology", "Physics", "Physiology", "http://dbpedia.org/resource/Chemical_Engineering", "http://dbpedia.org/resource/Physics", "Music", "http://dbpedia.org/resource/Intellectual_property_law", "http://dbpedia.org/resource/Popular_science", "http://dbpedia.org/resource/Social_psychology", "http://dbpedia.org/resource/Environmental_psychology", "http://dbpedia.org/resource/Social_history", "http://dbpedia.org/resource/Political_history", "http://dbpedia.org/resource/Economic_history", "http://dbpedia.org/resource/Gender_roles", "http://dbpedia.org/resource/Social_sciences", "http://dbpedia.org/resource/Latin_American_studies", "http://dbpedia.org/resource/Evolutionary_biology", "http://dbpedia.org/resource/Phylogeny", "http://dbpedia.org/resource/Information_Systems", "http://dbpedia.org/resource/Entomology", "http://dbpedia.org/resource/Animal_law", "http://dbpedia.org/resource/Communication_theory", "http://dbpedia.org/resource/Computer_network", "http://dbpedia.org/resource/Computers", "Communications", "http://dbpedia.org/resource/Men's_studies", "http://dbpedia.org/resource/Foreign_affairs", "http://dbpedia.org/resource/Organic_chemistry", "http://dbpedia.org/resource/Cyberpsychology", "http://dbpedia.org/resource/Human-computer_interaction", "http://dbpedia.org/resource/Ethnology", "Psychology, applied behavior analysis", "http://dbpedia.org/resource/Old_Testament", "http://dbpedia.org/resource/Analytical_Chemistry", "http://dbpedia.org/resource/Food_science", "http://dbpedia.org/resource/Surgery", "http://dbpedia.org/resource/Hydrology", "Economics", "http://dbpedia.org/resource/Pharmacology", "http://dbpedia.org/resource/Therapeutics", "http://dbpedia.org/resource/Statistics", "Psychoanalysis", "Law", "http://dbpedia.org/resource/Constitutional_law", "Laser and photonics", "http://dbpedia.org/resource/Mathematics", "Sociologist", "http://dbpedia.org/resource/Consciousness", "http://dbpedia.org/resource/Digital_typography", "http://dbpedia.org/resource/United_States_labor_law", "http://dbpedia.org/resource/Library_science", "http://dbpedia.org/resource/Media_studies", "http://dbpedia.org/resource/Environmental_law", "http://dbpedia.org/resource/Geriatrics", "http://dbpedia.org/resource/Gerontology", "http://dbpedia.org/resource/Computer_clustering", "http://dbpedia.org/resource/East_Asian_studies", "http://dbpedia.org/resource/Obstetrics", "http://dbpedia.org/resource/Gynaecology", "http://dbpedia.org/resource/Science_fiction_studies", "http://dbpedia.org/resource/Recreational_mathematics", "http://dbpedia.org/resource/Visual_perception", "http://dbpedia.org/resource/Primatology", "http://dbpedia.org/resource/Orthodontics", "http://dbpedia.org/resource/Southern_literature", "http://dbpedia.org/resource/Ornithology", "Science humor", "http://dbpedia.org/resource/Science", "Cultural and ethnic studies", "http://dbpedia.org/resource/Mormon_studies", "Law and feminism", "http://dbpedia.org/resource/Hebrew", "http://dbpedia.org/resource/Periodical", "Entomology", "Electrical engineering, Computer science and Communications", "http://dbpedia.org/resource/Machine_learning", "Shakespearean scholar", "Political Scientist", "http://dbpedia.org/resource/Cross-cultural_studies", "http://dbpedia.org/resource/English_literature", "http://dbpedia.org/resource/Information_science", "http://dbpedia.org/resource/Missiology", "http://dbpedia.org/resource/Middle_Eastern_studies", "http://dbpedia.org/resource/Plant_Sciences", "http://dbpedia.org/resource/Sports_medicine", "http://dbpedia.org/resource/Mathematical_physics", "http://dbpedia.org/resource/Psychiatry", "psychology and statistics", "http://dbpedia.org/resource/Systematics", "http://dbpedia.org/resource/American_literature", "http://dbpedia.org/resource/Human_resource_management", "International law", "http://dbpedia.org/resource/Armenian_studies", "http://dbpedia.org/resource/Chess", "http://dbpedia.org/resource/Comparative_literature", "http://dbpedia.org/resource/Cryptography", "http://dbpedia.org/resource/Commercial_law", "http://dbpedia.org/resource/Approximation_theory", "Atmospheric sciences and Physical oceanography", "http://dbpedia.org/resource/Cell_biology", "http://dbpedia.org/resource/Biotechnology", "http://dbpedia.org/resource/Psychotherapy_&_Counseling", "http://dbpedia.org/resource/Environmental_engineering", "http://dbpedia.org/resource/Development_studies", "http://dbpedia.org/resource/International_development", "http://dbpedia.org/resource/Neonatology", "http://dbpedia.org/resource/Women's_studies", "http://dbpedia.org/resource/Paleontology", "http://dbpedia.org/resource/Public_policy", "http://dbpedia.org/resource/Finance", "http://dbpedia.org/resource/Investment", "http://dbpedia.org/resource/Urban_studies", "http://dbpedia.org/resource/Interventional_Radiology", "http://dbpedia.org/resource/Family_medicine", "Literary journal", "http://dbpedia.org/resource/Korean_studies", "French", "http://dbpedia.org/resource/Classics", "Science policy", "Byzantine art and medieval art", "http://dbpedia.org/resource/Ecology", "http://dbpedia.org/resource/Economic_anthropology", "English language arts for middle and high school", "http://dbpedia.org/resource/Evolutionary_Biology", "http://dbpedia.org/resource/Maritime_law", "http://dbpedia.org/resource/France", "http://dbpedia.org/resource/Humanities", "Culture", "Chemical biology", "http://dbpedia.org/resource/Microbiology", "Area studies on the Southern United States", "http://dbpedia.org/resource/History_of_Pennsylvania", "http://dbpedia.org/resource/Sexualization", "http://dbpedia.org/resource/Chemical_physics", "http://dbpedia.org/resource/Physical_Chemistry", "http://dbpedia.org/resource/Politics", "http://dbpedia.org/resource/Violence", "http://dbpedia.org/resource/Victimisation", "http://dbpedia.org/resource/Music", "http://dbpedia.org/resource/European_law", "Sociology", "http://dbpedia.org/resource/Multidisciplinary_approach", "Women and the media", "Ophthalmology"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/voices> <http://dbpedia.org/resource/Mona_Marshall> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/Rambo:_The_Force_of_Freedom", "http://dbpedia.org/resource/The_Glo_Friends", "http://dbpedia.org/resource/Eagle_Riders", "http://dbpedia.org/resource/Kissyfur"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Gregg_Toland> . ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . }"}, "answers": ["http://dbpedia.org/resource/Citizen_Kane"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Cancun_conference_(disambiguation)> . ?x <http://dbpedia.org/ontology/destinations> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/format> <http://dbpedia.org/resource/5.1_surround_sound> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/He's_a_Liar> <http://dbpedia.org/ontology/subsequentWork> ?x . ?x <http://dbpedia.org/property/producer> ?uri . }"}, "answers": ["Bee Gees, Albhy Galuten, Karl Richardson"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Simon_Fuller> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/American_Idol", "http://dbpedia.org/resource/American_Juniors", "http://dbpedia.org/resource/Vietnam_Idol", "http://dbpedia.org/resource/Asian_Idol", "http://dbpedia.org/resource/Australian_Idol", "http://dbpedia.org/resource/Geostar", "http://dbpedia.org/resource/Hay_Superstar", "http://dbpedia.org/resource/Telugu_Indian_Idol", "http://dbpedia.org/resource/Arab_Idol", "http://dbpedia.org/resource/Pinoy_Idol", "http://dbpedia.org/resource/Pop_Idol", "http://dbpedia.org/resource/Popworld", "http://dbpedia.org/resource/The_Next_Great_American_Band", "http://dbpedia.org/resource/Nouvelle_Star", "http://dbpedia.org/resource/Bangladeshi_Idol", "http://dbpedia.org/resource/Italian_Idol", "http://dbpedia.org/resource/Music_Idol", "http://dbpedia.org/resource/Cambodian_Idol", "http://dbpedia.org/resource/Canadian_Idol", "http://dbpedia.org/resource/Chinese_Idol", "http://dbpedia.org/resource/SuperStar_(Arabic_TV_series)", "http://dbpedia.org/resource/SuperStar_(Czech_and_Slovak_TV_series)", "http://dbpedia.org/resource/SuperStar_Search_Slovakia", "http://dbpedia.org/resource/Latin_American_Idol", "http://dbpedia.org/resource/Singapore_Idol", "http://dbpedia.org/resource/So_You_Think_You_Can_Dance_(British_TV_series)", "http://dbpedia.org/resource/So_You_Think_You_Can_Dance_(China)", "http://dbpedia.org/resource/So_You_Think_You_Can_Dance_(Greek_TV_series)", "http://dbpedia.org/resource/So_You_Think_You_Can_Dance_Australia", "http://dbpedia.org/resource/So_You_Think_You_Can_Dance_Canada", "http://dbpedia.org/resource/Malaysian_Idol", "http://dbpedia.org/resource/Maldivian_Idol", "http://dbpedia.org/resource/New_Zealand_Idol", "http://dbpedia.org/resource/Nigerian_Idol", "http://dbpedia.org/resource/Philippine_Idol", "http://dbpedia.org/resource/Q'Viva!_The_Chosen", "http://dbpedia.org/resource/World_Idol", "http://dbpedia.org/resource/Eesti_otsib_superstaari", "http://dbpedia.org/resource/Star_Search_Croatia", "http://dbpedia.org/resource/I_Dream", "http://dbpedia.org/resource/Idol_(Norwegian_TV_series)", "http://dbpedia.org/resource/Idol_(Serbian-Montenegrin_and_Macedonian_TV_series)", "http://dbpedia.org/resource/Idol_(Swedish_TV_series)", "http://dbpedia.org/resource/Idol_Philippines", "http://dbpedia.org/resource/Idol_Puerto_Rico", "http://dbpedia.org/resource/Idols_(Danish_TV_series)", "http://dbpedia.org/resource/Idols_(East_African_TV_series)", "http://dbpedia.org/resource/Idols_(Finnish_TV_series)", "http://dbpedia.org/resource/Idols_(West_African_TV_series)", "http://dbpedia.org/resource/Idols_South_Africa", "http://dbpedia.org/resource/Idool_(TV_series)", "http://dbpedia.org/resource/If_I_Can_Dream_(web_series)", "http://dbpedia.org/resource/Indian_Idol_(Hindi_TV_series)", "http://dbpedia.org/resource/Indian_Idol_Marathi", "http://dbpedia.org/resource/Indonesian_Idol", "http://dbpedia.org/resource/Indonesian_Idol_Junior", "http://dbpedia.org/resource/Kokhav_Nolad", "http://dbpedia.org/resource/Little_Britain_USA", "http://dbpedia.org/resource/Pakistan_Idol", "http://dbpedia.org/resource/You_Can_Dance:_Po_prostu_ta\u0144cz!", "http://dbpedia.org/resource/\u00cddolos_(Brazilian_TV_series)"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/V8_engine> . ?x <http://dbpedia.org/ontology/related> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/opponent> <http://dbpedia.org/resource/Dwight_D._Eisenhower> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Thud!> <http://dbpedia.org/ontology/nonFictionSubject> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Harlan_Mathews> <http://dbpedia.org/property/education> ?uri . <http://dbpedia.org/resource/Richard_Merrill_Atkinson> <http://dbpedia.org/ontology/almaMater> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Pyusawhti> . ?x <http://dbpedia.org/property/buildings> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sony_Financial> <http://dbpedia.org/property/parent> ?x . ?x <http://dbpedia.org/ontology/owningCompany> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cooper_Mountain_Vineyards> <http://dbpedia.org/ontology/locatedInArea> ?uri . <http://dbpedia.org/resource/Mt_Bachelor_ski_area> <http://dbpedia.org/property/locationCountry> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Mercedes-Benz_Superdome> <http://dbpedia.org/ontology/tenant> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alfred_Blalock> <http://dbpedia.org/property/affiliation> ?x . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Hospital>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/citizenship> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/ontology/deathCause> ?uri . }"}, "answers": ["2"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Czech_Extraliga> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }"}, "answers": ["1017"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/artwork> <http://dbpedia.org/resource/Lithuanian_Students_Basketball_League> . ?uri <http://dbpedia.org/ontology/restingplace> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alpine_skiing_at_the_1964_Winter_Olympics_\u2013_Men's_slalom> <http://dbpedia.org/property/bronzesMedalist> ?x . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mouse_Morris> <http://dbpedia.org/property/race> ?uri } "}, "answers": ["http://dbpedia.org/resource/Queen_Mother_Champion_Chase", "http://dbpedia.org/resource/Supreme_Novices'_Hurdle", "http://dbpedia.org/resource/Neptune_Investment_Management_Novices'_Hurdle", "http://dbpedia.org/resource/Irish_Grand_National", "http://dbpedia.org/resource/Cheltenham_Gold_Cup", "http://dbpedia.org/resource/World_Hurdle", "http://dbpedia.org/resource/Johnny_Henderson_Grand_Annual_Chase", "http://dbpedia.org/resource/The_Grand_National", "http://dbpedia.org/resource/Christie's_Foxhunter_Chase"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Park:_The_Stick_of_Truth> <http://dbpedia.org/ontology/writer> ?uri } "}, "answers": ["http://dbpedia.org/resource/Matt_Stone", "http://dbpedia.org/resource/Trey_Parker"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/type> <http://dbpedia.org/resource/Typically_Tropical> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/NCAA_Division_I_Football_Bowl_Subdivision> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Texas> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}"}, "answers": ["95"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Deane> <http://dbpedia.org/property/primeminister> ?uri . <http://dbpedia.org/resource/Mark_Latham> <http://dbpedia.org/ontology/keyPerson> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/Metro_Manila> . ?x <http://dbpedia.org/property/athletics> ?uri . }"}, "answers": ["3"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/property/mainter> ?uri . <http://dbpedia.org/resource/King_County,_Washington> <http://dbpedia.org/ontology/countySeat> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/destinations> <http://dbpedia.org/resource/TranStar_Airlines> . ?x <http://dbpedia.org/ontology/largestCity> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/writers> <http://dbpedia.org/resource/Neil_Gaiman> . ?x <http://dbpedia.org/ontology/notableWork> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/youthclubs> <http://dbpedia.org/resource/FC_Barcelona> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SoccerClub>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Alexander_Lippisch> . ?x <http://dbpedia.org/ontology/country> ?uri }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Carmela_Soprano> <http://dbpedia.org/ontology/relative> ?x . ?x <http://dbpedia.org/property/religion> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Evangelism", "http://dbpedia.org/resource/Born_again_(Christianity)", "http://dbpedia.org/resource/Buddhist", "http://dbpedia.org/resource/Roman_Catholic", "http://dbpedia.org/resource/Roman_Catholicism", "Roman Catholicism"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Scuderia_Ferrari> . ?x <http://dbpedia.org/ontology/poleDriver> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Antonio_Brivio", "http://dbpedia.org/resource/Jos\u00e9_Froil\u00e1n_Gonz\u00e1lez", "http://dbpedia.org/resource/Juan_Manuel_Fangio", "http://dbpedia.org/resource/Alberto_Ascari", "http://dbpedia.org/resource/Louis_Rosier", "http://dbpedia.org/resource/Luigi_Villoresi", "http://dbpedia.org/resource/Rudi_Fischer", "http://dbpedia.org/resource/Stirling_Moss", "http://dbpedia.org/resource/Giuseppe_Farina", "http://dbpedia.org/resource/Robert_Manzon", "http://dbpedia.org/resource/Piero_Taruffi", "http://dbpedia.org/resource/Jacques_Swaters", "http://dbpedia.org/resource/Mike_Hawthorn", "http://dbpedia.org/resource/Maurice_Trintignant", "http://dbpedia.org/resource/Tony_Brooks_(racing_driver)", "http://dbpedia.org/resource/Phil_Hill", "http://dbpedia.org/resource/Jim_Clark", "http://dbpedia.org/resource/Graham_Hill", "http://dbpedia.org/resource/John_Surtees", "http://dbpedia.org/resource/Mike_Parkes", "http://dbpedia.org/resource/Jochen_Rindt", "http://dbpedia.org/resource/Jackie_Stewart", "http://dbpedia.org/resource/Jacky_Ickx", "http://dbpedia.org/resource/Clay_Regazzoni", "http://dbpedia.org/resource/Niki_Lauda", "http://dbpedia.org/resource/Vittorio_Brambilla", "http://dbpedia.org/resource/James_Hunt", "http://dbpedia.org/resource/Jean-Pierre_Jarier", "http://dbpedia.org/resource/Damon_Hill", "http://dbpedia.org/resource/Jacques_Villeneuve", "http://dbpedia.org/resource/Michael_Schumacher", "http://dbpedia.org/resource/Heinz-Harald_Frentzen", "http://dbpedia.org/resource/David_Coulthard", "http://dbpedia.org/resource/Mika_H\u00e4kkinen", "http://dbpedia.org/resource/Juan_Pablo_Montoya", "http://dbpedia.org/resource/Ralf_Schumacher", "http://dbpedia.org/resource/Rubens_Barrichello", "http://dbpedia.org/resource/Kimi_R\u00e4ikk\u00f6nen", "http://dbpedia.org/resource/Fernando_Alonso", "http://dbpedia.org/resource/Jenson_Button", "http://dbpedia.org/resource/Jarno_Trulli", "http://dbpedia.org/resource/Felipe_Massa", "http://dbpedia.org/resource/Lewis_Hamilton", "http://dbpedia.org/resource/Toulo_de_Graffenried", "http://dbpedia.org/resource/Gerry_Dunham", "http://dbpedia.org/resource/Reg_Parnell", "http://dbpedia.org/resource/Roy_Salvadori", "http://dbpedia.org/resource/Onofre_Marim\u00f3n", "http://dbpedia.org/resource/Stan_Jones_(racing_driver)", "http://dbpedia.org/resource/Peter_Collins_(racing_driver)", "http://dbpedia.org/resource/Luigi_Musso", "http://dbpedia.org/resource/Masten_Gregory", "http://dbpedia.org/resource/Gerry_Ashmore", "http://dbpedia.org/resource/Dan_Gurney", "http://dbpedia.org/resource/Lorenzo_Bandini", "http://dbpedia.org/resource/Chris_Amon", "http://dbpedia.org/resource/Charles_Leclerc", "http://dbpedia.org/resource/Max_Verstappen", "http://dbpedia.org/resource/Carlos_Sainz_Jr.", "http://dbpedia.org/resource/Sebastian_Vettel", "http://dbpedia.org/resource/Marcel_Lehoux", "http://dbpedia.org/resource/David_Hampshire", "http://dbpedia.org/resource/Brian_Shawe-Taylor", "http://dbpedia.org/resource/Mario_Andretti", "http://dbpedia.org/resource/Jody_Scheckter", "http://dbpedia.org/resource/Ronnie_Peterson", "http://dbpedia.org/resource/Carlos_Reutemann", "http://dbpedia.org/resource/Jacques_Laffite", "http://dbpedia.org/resource/Jean-Pierre_Jabouille", "http://dbpedia.org/resource/Alan_Jones_(racing_driver)", "http://dbpedia.org/resource/Gilles_Villeneuve", "http://dbpedia.org/resource/Nelson_Piquet", "http://dbpedia.org/resource/Ren\u00e9_Arnoux", "http://dbpedia.org/resource/Didier_Pironi", "http://dbpedia.org/resource/Patrick_Tambay", "http://dbpedia.org/resource/Michele_Alboreto", "http://dbpedia.org/resource/Elio_de_Angelis", "http://dbpedia.org/resource/Teo_Fabi", "http://dbpedia.org/resource/Gerhard_Berger", "http://dbpedia.org/resource/Ayrton_Senna", "http://dbpedia.org/resource/Riccardo_Patrese", "http://dbpedia.org/resource/Nigel_Mansell", "http://dbpedia.org/resource/Robert_Kubica", "http://dbpedia.org/resource/Giancarlo_Fisichella", "http://dbpedia.org/resource/Mark_Webber_(racing_driver)", "http://dbpedia.org/resource/Nico_Rosberg", "http://dbpedia.org/resource/Valtteri_Bottas"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erastus_Wiman> <http://dbpedia.org/ontology/citizenship> ?uri } "}, "answers": ["http://dbpedia.org/resource/Canadians"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/stateOfOrigin> <http://dbpedia.org/resource/French_people> . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_William_Wilcox> <http://dbpedia.org/property/district> ?uri } "}, "answers": ["AL"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/subsidiary> <http://dbpedia.org/resource/Tandem_Computers> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/Best_Friends_(1982_film)", "http://dbpedia.org/resource/Gable_and_Lombard", "http://dbpedia.org/resource/Gardens_of_Stone", "http://dbpedia.org/resource/Handle_with_Care_(1977_film)", "http://dbpedia.org/resource/Play_It_as_It_Lays_(film)", "http://dbpedia.org/resource/Brewster_McCloud", "http://dbpedia.org/resource/The_Front_Page_(1974_film)", "http://dbpedia.org/resource/The_Nickel_Ride", "http://dbpedia.org/resource/Trilogy_(film)", "http://dbpedia.org/resource/Stop_Making_Sense", "http://dbpedia.org/resource/The_Touch_of_Satan", "http://dbpedia.org/resource/Zandy's_Bride", "http://dbpedia.org/resource/Cutter's_Way", "http://dbpedia.org/resource/Rolling_Thunder_(film)", "http://dbpedia.org/resource/Final_Analysis", "http://dbpedia.org/resource/Peggy_Sue_Got_Married", "http://dbpedia.org/resource/Just_Between_Friends", "http://dbpedia.org/resource/One_in_a_Million:_The_Ron_LeFlore_Story", "http://dbpedia.org/resource/State_of_Grace_(1990_film)", "http://dbpedia.org/resource/Birds_of_Prey_(1973_film)", "http://dbpedia.org/resource/Blade_Runner"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/riverEnd> <http://dbpedia.org/resource/Thames_Estuary> . ?uri <http://dbpedia.org/property/riverMouth> <http://dbpedia.org/resource/North_Sea> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}"}, "answers": ["144"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Westwood,_Los_Angeles> . ?uri <http://dbpedia.org/property/editing> ?x . }"}, "answers": ["http://dbpedia.org/resource/Dance,_Girl,_Dance", "http://dbpedia.org/resource/The_Devil_and_Daniel_Webster_(film)", "http://dbpedia.org/resource/The_Fallen_Sparrow", "http://dbpedia.org/resource/The_Hunchback_of_Notre_Dame_(1939_film)", "http://dbpedia.org/resource/The_Iron_Major", "http://dbpedia.org/resource/The_Magnificent_Ambersons_(film)", "http://dbpedia.org/resource/Citizen_Kane", "http://dbpedia.org/resource/Bachelor_Mother", "http://dbpedia.org/resource/My_Favorite_Wife", "http://dbpedia.org/resource/Fifth_Avenue_Girl", "http://dbpedia.org/resource/Seven_Days'_Leave_(1942_film)", "http://dbpedia.org/resource/Bombardier_(film)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Presidio_Santa_Cruz_de_Terrenate> <http://dbpedia.org/ontology/builder> ?uri } "}, "answers": ["http://dbpedia.org/resource/Spain"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/sisterStation> <http://dbpedia.org/resource/WXME> . ?x <http://dbpedia.org/property/broadcastArea> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/Comedy_Central> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["87"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt> . ?uri <http://dbpedia.org/property/affiliation> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/branch> <http://dbpedia.org/resource/United_States_Senate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Huey,_Dewey,_and_Louie> . ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Duck_family_(Disney)> . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bloomington_Viaduct> <http://dbpedia.org/property/crosses> ?uri } "}, "answers": ["http://dbpedia.org/resource/North_Branch_Potomac_River"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/residence> <http://dbpedia.org/resource/Cape_Town> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}"}, "answers": ["1"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parent> <http://dbpedia.org/resource/BBC> . ?x <http://dbpedia.org/property/products> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Martin_Pugh> <http://dbpedia.org/property/spouse> ?uri . <http://dbpedia.org/resource/Alana_Stewart> <http://dbpedia.org/ontology/associatedActs> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/coach> <http://dbpedia.org/resource/Old_Boys> . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Antoine_Bibeaudbp:draftTeam> ?uri . <http://dbpedia.org/resource/Nathan_Dempsey> <http://dbpedia.org/property/playedFor> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionStation>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/deputy> <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> } "}, "answers": ["http://dbpedia.org/resource/John_Howard__Tenure__6", "http://dbpedia.org/resource/John_Howard__Tenure__8"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/deathPlace> <http://dbpedia.org/resource/Los_Angeles> . ?x <http://dbpedia.org/ontology/debutteam> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/operator> <http://dbpedia.org/resource/Budapest> . ?x <http://dbpedia.org/ontology/operator> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Puss_in_Boots_(film)> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/Militia> . ?x <http://dbpedia.org/ontology/leaderName> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/garrison> <http://dbpedia.org/resource/Minister_of_Defense_(Saudi_Arabia)> . ?x <http://dbpedia.org/property/combatant> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/opponent> <http://dbpedia.org/resource/John_G._Schmitz> . ?uri <http://dbpedia.org/property/president> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Artist_(film)> <http://dbpedia.org/ontology/associatedBand> ?x . ?x <http://dbpedia.org/property/associatedMusicalArtist> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/team> <http://dbpedia.org/resource/Dallas_Cowboys> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballPlayer>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/Cell_(microprocessor)> . ?uri <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/PlayStation_2> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutTeam> <http://dbpedia.org/resource/Houston_Astros> . ?uri <http://dbpedia.org/property/name> ?x . }"}, "answers": ["http://dbpedia.org/resource/2006_World_Baseball_Classic_rosters", "http://dbpedia.org/resource/2015_WBSC_Premier12_rosters", "http://dbpedia.org/resource/List_of_University_of_Notre_Dame_athletes", "http://dbpedia.org/resource/List_of_University_of_Houston_people", "http://dbpedia.org/resource/2009_World_Baseball_Classic_rosters", "http://dbpedia.org/resource/South_Alabama_Jaguars_baseball"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Washington_DC> . ?x <http://dbpedia.org/ontology/themeMusicComposer> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Russell_T_Davies> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/1933_Australia_rugby_union_tour_of_South_Africa_and_Rhodesia", "http://dbpedia.org/resource/1933_Home_Nations_Championship", "http://dbpedia.org/resource/1934_Home_Nations_Championship", "http://dbpedia.org/resource/1935_Home_Nations_Championship", "http://dbpedia.org/resource/1935_Series_(banknotes)", "http://dbpedia.org/resource/1936_British_Lions_tour_to_Argentina", "http://dbpedia.org/resource/1936_Home_Nations_Championship", "http://dbpedia.org/resource/1937_Home_Nations_Championship", "http://dbpedia.org/resource/1937_Series_(banknotes)", "http://dbpedia.org/resource/1938_All-Ireland_Senior_Hurling_Championship", "http://dbpedia.org/resource/1938_Detroit_Red_Wings\u2013Montreal_Canadiens_European_tour", "http://dbpedia.org/resource/1938_Home_Nations_Championship", "http://dbpedia.org/resource/1938_Stanley_Cup_Finals", "http://dbpedia.org/resource/1939_Amateur_World_Series", "http://dbpedia.org/resource/1939_Home_Nations_Championship", "http://dbpedia.org/resource/1940_Amateur_World_Series", "http://dbpedia.org/resource/1941_Amateur_World_Series", "http://dbpedia.org/resource/1944_World_Series", "http://dbpedia.org/resource/1947_Five_Nations_Championship", "http://dbpedia.org/resource/1948_Five_Nations_Championship", "http://dbpedia.org/resource/1948_Oxford-Cambridge_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1949_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1949_Five_Nations_Championship", "http://dbpedia.org/resource/1949_France_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1950_Five_Nations_Championship", "http://dbpedia.org/resource/1950_World_Series", "http://dbpedia.org/resource/1951_East_Rift_Valley_earthquakes", "http://dbpedia.org/resource/1951_Five_Nations_Championship", "http://dbpedia.org/resource/1951_National_League_tie-breaker_series", "http://dbpedia.org/resource/1952_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1952_Five_Nations_Championship", "http://dbpedia.org/resource/1952_Ireland_rugby_union_tour_of_South_America", "http://dbpedia.org/resource/1952_Washington,_D.C._UFO_incident", "http://dbpedia.org/resource/1953_Australia_rugby_union_tour_of_South_Africa_and_Rhodesia", "http://dbpedia.org/resource/1953_Five_Nations_Championship", "http://dbpedia.org/resource/1953_Lahore_riots", "http://dbpedia.org/resource/1953_Waco_tornado_outbreak", "http://dbpedia.org/resource/1954_Five_Nations_Championship", "http://dbpedia.org/resource/1954_France_rugby_union_tour_of_Argentina_and_Chile", "http://dbpedia.org/resource/1954_Series_(banknotes)", "http://dbpedia.org/resource/1954_Yangtze_River_floods", "http://dbpedia.org/resource/1955_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1955_Five_Nations_Championship", "http://dbpedia.org/resource/1956_Five_Nations_Championship", "http://dbpedia.org/resource/1956_Oxford-Cambridge_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1956_South_Africa_rugby_union_tour_of_Australia_and_New_Zealand", "http://dbpedia.org/resource/1957_Barbarians_tour_of_Canada", "http://dbpedia.org/resource/1957_Five_Nations_Championship", "http://dbpedia.org/resource/1957_Rebel_300", "http://dbpedia.org/resource/1958_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1958_Five_Nations_Championship", "http://dbpedia.org/resource/1959_Five_Nations_Championship", "http://dbpedia.org/resource/1959_Junior_Springboks_tour_of_South_America", "http://dbpedia.org/resource/1959_National_League_tie-breaker_series", "http://dbpedia.org/resource/195_Lewis", "http://dbpedia.org/resource/1960_Copa_Libertadores_Finals", "http://dbpedia.org/resource/1960_Five_Nations_Championship", "http://dbpedia.org/resource/1960_France_rugby_union_tour_of_Argentina_and_Uruguay", "http://dbpedia.org/resource/1960_New_Zealand_rugby_union_tour_of_Australia_and_South_Africa", "http://dbpedia.org/resource/1961_Australia_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1961_Copa_Libertadores_Finals", "http://dbpedia.org/resource/1961_Five_Nations_Championship", "http://dbpedia.org/resource/1961_France_rugby_union_tour_of_New_Zealand_and_Australia", "http://dbpedia.org/resource/1962:_The_War_in_the_Hills", "http://dbpedia.org/resource/1962_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1962_Copa_Libertadores_Finals", "http://dbpedia.org/resource/1962_Five_Nations_Championship", "http://dbpedia.org/resource/1962_National_League_tie-breaker_series", "http://dbpedia.org/resource/1962_Rangoon_University_protests", "http://dbpedia.org/resource/1963_Australia_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1963_Copa_Libertadores_Finals", "http://dbpedia.org/resource/1963_Five_Nations_Championship", "http://dbpedia.org/resource/1964_(film)", "http://dbpedia.org/resource/1964_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1964_Brazilian_coup_d'\u00e9tat", "http://dbpedia.org/resource/1964_Fiji_rugby_union_tour_of_Europe_and_Canada", "http://dbpedia.org/resource/1964_Five_Nations_Championship", "http://dbpedia.org/resource/1964_Rosais_earthquake", "http://dbpedia.org/resource/1964_race_riots_in_Singapore", "http://dbpedia.org/resource/1965_Argentina_rugby_union_tour_of_Rhodesia_and_South_Africa", "http://dbpedia.org/resource/1965_Five_Nations_Championship", "http://dbpedia.org/resource/1965_Oxford-Cambridge_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1965_South_Africa_rugby_union_tour_of_Australasia", "http://dbpedia.org/resource/1965_South_Africa_rugby_union_tour_of_Scotland_and_Ireland", "http://dbpedia.org/resource/1966_Five_Nations_Championship", "http://dbpedia.org/resource/1966_South_African_Gazelles_rugby_union_tour_in_Argentina", "http://dbpedia.org/resource/1966_anti-Igbo_pogrom", "http://dbpedia.org/resource/1967_Five_Nations_Championship", "http://dbpedia.org/resource/1967_France_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1967_Ireland_rugby_union_tour_of_Australia", "http://dbpedia.org/resource/1967_Stanley_Cup_Finals", "http://dbpedia.org/resource/1968_Australia_rugby_union_tour_of_British_Isles", "http://dbpedia.org/resource/1968_Five_Nations_Championship", "http://dbpedia.org/resource/1968_Pittsburgh_riots", "http://dbpedia.org/resource/1968_Stanley_Cup_Finals", "http://dbpedia.org/resource/1969_(TV_series)", "http://dbpedia.org/resource/1969_Australia_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1969_Five_Nations_Championship", "http://dbpedia.org/resource/1969_Scotland_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1969_Stanley_Cup_Finals", "http://dbpedia.org/resource/1970_Five_Nations_Championship", "http://dbpedia.org/resource/1970_Ireland_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1970_New_Zealand_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1971_Argentina_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1971_Asheville_300", "http://dbpedia.org/resource/1971_Australia_rugby_union_tour_of_France", "http://dbpedia.org/resource/1971_Dixie_500", "http://dbpedia.org/resource/1971_Five_Nations_Championship", "http://dbpedia.org/resource/1971_Georgia_500", "http://dbpedia.org/resource/1971_Kingsport_300", "http://dbpedia.org/resource/1971_May_Day_protests", "http://dbpedia.org/resource/1971_Nashville_420", "http://dbpedia.org/resource/1971_National_500", "http://dbpedia.org/resource/1971_National_League_Championship_Series", "http://dbpedia.org/resource/1971_Oxford-Cambridge_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1971_Sandlapper_200", "http://dbpedia.org/resource/1971_Space_City_300", "http://dbpedia.org/resource/1971_Volunteer_500", "http://dbpedia.org/resource/1971_West_Virginia_500", "http://dbpedia.org/resource/1971_World_600", "http://dbpedia.org/resource/1971_World_Series_of_Poker", "http://dbpedia.org/resource/1972_American_500", "http://dbpedia.org/resource/1972_Australia_rugby_union_tour_of_New_Zealand_and_Fiji", "http://dbpedia.org/resource/1972_Carolina_500", "http://dbpedia.org/resource/1972_Five_Nations_Championship", "http://dbpedia.org/resource/1972_France_rugby_union_tour_of_Australia", "http://dbpedia.org/resource/1972_Miller_High_Life_500", "http://dbpedia.org/resource/1972_Old_Dominion_500", "http://dbpedia.org/resource/1972_South_African_Gazelles_rugby_union_tour_in_Argentina", "http://dbpedia.org/resource/1972_Texas_500", "http://dbpedia.org/resource/1972_Winston_500", "http://dbpedia.org/resource/1972_World_600", "http://dbpedia.org/resource/1972_World_Series_of_Poker", "http://dbpedia.org/resource/1973_Alamo_500", "http://dbpedia.org/resource/1973_American_500", "http://dbpedia.org/resource/1973_Argentina_rugby_union_tour_of_Ireland_and_Scotland", "http://dbpedia.org/resource/1973_Australia_rugby_union_tour_of_Europe", "http://dbpedia.org/resource/1973_Capital_City_500", "http://dbpedia.org/resource/1973_Dixie_500", "http://dbpedia.org/resource/1973_England_rugby_union_tour_of_Fiji_and_New_Zealand", "http://dbpedia.org/resource/1973_Five_Nations_Championship", "http://dbpedia.org/resource/1973_Gwyn_Staley_400", "http://dbpedia.org/resource/1973_Italy_rugby_union_tour_of_Rhodesia_and_South_Africa", "http://dbpedia.org/resource/1973_Japan_rugby_union_tour_of_Wales,_England_and_France", "http://dbpedia.org/resource/1973_National_500", "http://dbpedia.org/resource/1973_Richmond_500", "http://dbpedia.org/resource/1973_Romania_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1973_Southern_500", "http://dbpedia.org/resource/1973_Tuborg_400", "http://dbpedia.org/resource/1973_World_600", "http://dbpedia.org/resource/1973_World_Series_of_Poker", "http://dbpedia.org/resource/1974_American_500", "http://dbpedia.org/resource/1974_Dixie_500", "http://dbpedia.org/resource/1974_Fiji_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1974_Five_Nations_Championship", "http://dbpedia.org/resource/1974_France_rugby_union_tour_of_Brazil_and_Argentina", "http://dbpedia.org/resource/1974_Japan_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1974_National_500", "http://dbpedia.org/resource/1974_National_League_Championship_Series", "http://dbpedia.org/resource/1974_New_Zealand_rugby_union_tour_of_Ireland,_Wales_and_England", "http://dbpedia.org/resource/1974_Southeastern_500", "http://dbpedia.org/resource/1974_Southern_500", "http://dbpedia.org/resource/1974_Winston_500", "http://dbpedia.org/resource/1974_World_Series_of_Poker", "http://dbpedia.org/resource/1975_Argentina_rugby_union_tour_of_France", "http://dbpedia.org/resource/1975_England_rugby_union_tour_of_Australia", "http://dbpedia.org/resource/1975_Five_Nations_Championship", "http://dbpedia.org/resource/1975_France_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1975_Japan_rugby_union_tour_of_Australia", "http://dbpedia.org/resource/1975_Los_Angeles_Times_500", "http://dbpedia.org/resource/1975_Music_City_USA_420", "http://dbpedia.org/resource/1975_National_500", "http://dbpedia.org/resource/1975_Scotland_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1975_Spring_Offensive", "http://dbpedia.org/resource/1975_Wales_rugby_union_tour_of_the_Far_East", "http://dbpedia.org/resource/1975_Winston_Western_500", "http://dbpedia.org/resource/1975_World_600", "http://dbpedia.org/resource/1975_World_Series_of_Poker", "http://dbpedia.org/resource/1974_Australian_Rally_Championship", "http://dbpedia.org/resource/1974_Railway_Cup_Hurling_Championship", "http://dbpedia.org/resource/1974_Trans-AMA_motocross_series", "http://dbpedia.org/resource/1975_Australian_Rally_Championship", "http://dbpedia.org/resource/1975_PBA_First_Conference_Finals", "http://dbpedia.org/resource/1975_PBA_Second_Conference_Finals", "http://dbpedia.org/resource/1975_Romania_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1976_Australian_Rally_Championship", "http://dbpedia.org/resource/1977_Australian_Rally_Championship", "http://dbpedia.org/resource/1977_Moscow_bombings", "http://dbpedia.org/resource/1977_PBA_Open_Conference_Finals", "http://dbpedia.org/resource/1978_Australian_Rally_Championship", "http://dbpedia.org/resource/1979_Australian_Rally_Championship", "http://dbpedia.org/resource/1979_Nepalese_student_protests", "http://dbpedia.org/resource/1979_PBA_All-Filipino_Conference_Finals", "http://dbpedia.org/resource/1980_Australian_Rally_Championship", "http://dbpedia.org/resource/1980_NBL_Finals", "http://dbpedia.org/resource/1980_Railway_Cup_Hurling_Championship", "http://dbpedia.org/resource/1981_Italy_rugby_union_tour_of_Australia", "http://dbpedia.org/resource/1981_NBL_Finals", "http://dbpedia.org/resource/1982_Australian_Rally_Championship", "http://dbpedia.org/resource/1982_NBL_Finals", "http://dbpedia.org/resource/1982_New_Zealand_M\u0101ori_rugby_union_tour_of_Wales_and_Spain", "http://dbpedia.org/resource/1983_Australian_Football_Championships", "http://dbpedia.org/resource/1983_Australian_Rally_Championship", "http://dbpedia.org/resource/1983_NBL_Finals", "http://dbpedia.org/resource/1984_Australian_Football_Championships", "http://dbpedia.org/resource/1984_Australian_Rally_Championship", "http://dbpedia.org/resource/1984_International_Rules_Series", "http://dbpedia.org/resource/1984_NBL_Finals", "http://dbpedia.org/resource/1985_Australian_Football_Championships", "http://dbpedia.org/resource/1985_Australian_Rally_Championship", "http://dbpedia.org/resource/1985_NBL_Finals", "http://dbpedia.org/resource/1985_Scotland_rugby_union_tour_of_North_America", "http://dbpedia.org/resource/1986_(Portuguese_TV_series)", "http://dbpedia.org/resource/1986_Australian_Football_Championships", "http://dbpedia.org/resource/1986_Damascus_bombings", "http://dbpedia.org/resource/1986_International_Rules_Series", "http://dbpedia.org/resource/1986_NBL_Finals", "http://dbpedia.org/resource/1987_Australian_Football_Championships", "http://dbpedia.org/resource/1987_International_Rules_Series", "http://dbpedia.org/resource/1987_NBL_Finals", "http://dbpedia.org/resource/1988_Canoe_Slalom_World_Cup", "http://dbpedia.org/resource/1988_Japan_Series", "http://dbpedia.org/resource/1988_Malaysian_constitutional_crisis", "http://dbpedia.org/resource/2010_LPGA_of_Korea_Tour", "http://dbpedia.org/resource/2010_Legends_Tour", "http://dbpedia.org/resource/2010_Nobel_Peace_Prize", "http://dbpedia.org/resource/2010_PSA_Super_Series", "http://dbpedia.org/resource/2010_Red_Bull_Air_Race_World_Championship", "http://dbpedia.org/resource/2010_Scream_Awards", "http://dbpedia.org/resource/2010_UCI_ProTour", "http://dbpedia.org/resource/2010_United_Kingdom_student_protests", "http://dbpedia.org/resource/2010_V8_Supercar_season", "http://dbpedia.org/resource/2010_WISPA_World_Series", "http://dbpedia.org/resource/2010_Western_Australian_storms", "http://dbpedia.org/resource/2010\u201311_ISU_Speed_Skating_World_Cup", "http://dbpedia.org/resource/2011_Australian_Rally_Championship", "http://dbpedia.org/resource/2011_BBC_Sports_Personality_of_the_Year_Award", "http://dbpedia.org/resource/2011_BSN_Finals", "http://dbpedia.org/resource/2011_Bohai_Bay_oil_spill", "http://dbpedia.org/resource/2011_Canoe_Slalom_World_Cup", "http://dbpedia.org/resource/2011_China_floods", "http://dbpedia.org/resource/2011_Durango_massacres", "http://dbpedia.org/resource/2011_FINA_Swimming_World_Cup", "http://dbpedia.org/resource/2011_ITU_Triathlon_World_Cup", "http://dbpedia.org/resource/2011_Kashgar_attacks", "http://dbpedia.org/resource/2011_Kohistan_floods", "http://dbpedia.org/resource/2011_Kurdish_protests_in_Iraq", "http://dbpedia.org/resource/2011_LPGA_Futures_Tour", "http://dbpedia.org/resource/2011_Lake_Champlain_and_Richelieu_River_floods", "http://dbpedia.org/resource/2011_Legends_Tour", "http://dbpedia.org/resource/2011_NASCAR_Stock_V6_Series", "http://dbpedia.org/resource/2011_New_Zealand_snowstorms", "http://dbpedia.org/resource/2011_Northern_Ireland_riots", "http://dbpedia.org/resource/2011_PSA_World_Series", "http://dbpedia.org/resource/2011_UK_public_sector_strikes", "http://dbpedia.org/resource/2011_WSA_World_Series", "http://dbpedia.org/resource/2011_Wollongong_floods", "http://dbpedia.org/resource/2011\u201312_ISU_Grand_Prix_of_Figure_Skating", "http://dbpedia.org/resource/2011\u201312_ISU_Speed_Skating_World_Cup", "http://dbpedia.org/resource/2011\u201312_Los_Angeles_arson_attacks", "http://dbpedia.org/resource/2011\u201312_NCAA_football_bowl_games", "http://dbpedia.org/resource/2012_Araucan\u00eda_wildfires", "http://dbpedia.org/resource/2012_BBC_Sports_Personality_of_the_Year_Award", "http://dbpedia.org/resource/2012_Bangkok_bombings", "http://dbpedia.org/resource/2012_Canoe_Slalom_World_Cup", "http://dbpedia.org/resource/2012_Cultural_Olympiad", "http://dbpedia.org/resource/2012_Dnipropetrovsk_explosions", "http://dbpedia.org/resource/2012_FINA_Swimming_World_Cup", "http://dbpedia.org/resource/2012_Great_Britain_and_Ireland_floods", "http://dbpedia.org/resource/2012_ITU_Triathlon_World_Cup", "http://dbpedia.org/resource/2012_Interprovincial_Hurling_Championship", "http://dbpedia.org/resource/2012_Legends_Tour", "http://dbpedia.org/resource/2012_May_Day_protests", "http://dbpedia.org/resource/2012_PSA_World_Series", "http://dbpedia.org/resource/2012_Sorta_Unofficial_New_Zealand_Film_Awards", "http://dbpedia.org/resource/2012_Southern_Thailand_bombings", "http://dbpedia.org/resource/2012_Symetra_Tour", "http://dbpedia.org/resource/2012_University_of_Pittsburgh_bomb_threats", "http://dbpedia.org/resource/2012_WSA_World_Series", "http://dbpedia.org/resource/2012\u201313_ISU_Grand_Prix_of_Figure_Skating", "http://dbpedia.org/resource/2012\u201313_ISU_Speed_Skating_World_Cup", "http://dbpedia.org/resource/2012\u201313_NCAA_football_bowl_games", "http://dbpedia.org/resource/2013_British_Champions_Series", "http://dbpedia.org/resource/2013_British_National_Track_Championships", "http://dbpedia.org/resource/2013_Canoe_Slalom_World_Cup", "http://dbpedia.org/resource/2013_Dominican_Republic\u2013Haiti_diplomatic_crisis", "http://dbpedia.org/resource/2013_FINA_Swimming_World_Cup", "http://dbpedia.org/resource/2013_Festival_of_World_Cups", "http://dbpedia.org/resource/2013_Legends_Tour", "http://dbpedia.org/resource/2013_May_Day_protests", "http://dbpedia.org/resource/2013_NBL_Canada_Finals", "http://dbpedia.org/resource/2013_National_League_Division_Series", "http://dbpedia.org/resource/2013_Nordic_storms", "http://dbpedia.org/resource/2013_PSA_World_Series", "http://dbpedia.org/resource/2013_Rialto_Channel_New_Zealand_Film_Awards", "http://dbpedia.org/resource/2013_Symetra_Tour", "http://dbpedia.org/resource/2013_UEFA_European_Under-21_Championship_qualification", "http://dbpedia.org/resource/2013_WSA_World_Series", "http://dbpedia.org/resource/2013_YouTube_Music_Awards", "http://dbpedia.org/resource/2013\u201314_ISU_Grand_Prix_of_Figure_Skating", "http://dbpedia.org/resource/2013\u201314_ISU_Speed_Skating_World_Cup", "http://dbpedia.org/resource/2013\u201314_NCAA_football_bowl_games", "http://dbpedia.org/resource/2014_American_League_Division_Series", "http://dbpedia.org/resource/2014_BBC_Music_Awards", "http://dbpedia.org/resource/2014_Ben_Gurion_Airport_flight_bans", "http://dbpedia.org/resource/2014_British_National_Track_Championships", "http://dbpedia.org/resource/2014_Canoe_Slalom_World_Cup", "http://dbpedia.org/resource/Alisto", "http://dbpedia.org/resource/Alitho_Saradaga", "http://dbpedia.org/resource/Alivaltiosihteeri_valvoo", "http://dbpedia.org/resource/Alive:_The_Final_Evolution", "http://dbpedia.org/resource/Alive_Day_Memories", "http://dbpedia.org/resource/Alive_and_Cooking", "http://dbpedia.org/resource/Alive_and_Kicking_(TV_series)", "http://dbpedia.org/resource/Alive_from_Off_Center", "http://dbpedia.org/resource/Aliyan_vs_Aliyan", "http://dbpedia.org/resource/Aliyans", "http://dbpedia.org/resource/All's_Fair", "http://dbpedia.org/resource/All'ultimo_minuto", "http://dbpedia.org/resource/All-American_Girl:_The_Mary_Kay_Letourneau_Story", "http://dbpedia.org/resource/All-American_Girl_(1994_TV_series)", "http://dbpedia.org/resource/All-American_Girl_(TV_series)", "http://dbpedia.org/resource/All-American_Muslim", "http://dbpedia.org/resource/All-Ireland_Intermediate_Hurling_Championship", "http://dbpedia.org/resource/All-Ireland_Senior_Football_Championship", "http://dbpedia.org/resource/All-Ireland_Senior_Hurling_Championship", "http://dbpedia.org/resource/All-New_Dennis_the_Menace", "http://dbpedia.org/resource/All-New_X-Men", "http://dbpedia.org/resource/All-Out_Sundays", "http://dbpedia.org/resource/All-Star_Blitz", "http://dbpedia.org/resource/All-Star_Cup", "http://dbpedia.org/resource/All-Star_K!", "http://dbpedia.org/resource/All-Star_Squares", "http://dbpedia.org/resource/All-Star_Thanksgiving", "http://dbpedia.org/resource/All-Star_Videoke", "http://dbpedia.org/resource/All_Aboard!_Rosie's_Family_Cruise", "http://dbpedia.org/resource/All_Aboard_(TV_series)", "http://dbpedia.org/resource/All_About_Adam_(TV_series)", "http://dbpedia.org/resource/All_About_Aubrey", "http://dbpedia.org/resource/All_About_Baby", "http://dbpedia.org/resource/All_About_Eve_(Philippine_TV_series)", "http://dbpedia.org/resource/All_About_Eve_(South_Korean_TV_series)", "http://dbpedia.org/resource/All_About_Faces", "http://dbpedia.org/resource/All_About_Me", "http://dbpedia.org/resource/All_About_My_Mom", "http://dbpedia.org/resource/All_About_My_Romance", "http://dbpedia.org/resource/All_About_Sex", "http://dbpedia.org/resource/All_About_Two", "http://dbpedia.org/resource/All_About_Us_(TV_series)", "http://dbpedia.org/resource/All_About_You_(TV_series)", "http://dbpedia.org/resource/All_About_the_Andersons", "http://dbpedia.org/resource/All_About_the_Washingtons", "http://dbpedia.org/resource/All_Along_the_Watchtower_(TV_series)", "http://dbpedia.org/resource/All_American:_Homecoming", "http://dbpedia.org/resource/All_American_(TV_series)", "http://dbpedia.org/resource/All_American_Handyman", "http://dbpedia.org/resource/All_Around_the_Circle", "http://dbpedia.org/resource/All_Aussie_Adventures", "http://dbpedia.org/resource/All_Clued_Up", "http://dbpedia.org/resource/All_Costs_Paid", "http://dbpedia.org/resource/All_Creatures_Great_and_Small_(1978_TV_series)", "http://dbpedia.org/resource/All_Creatures_Great_and_Small_(2020_TV_series)", "http://dbpedia.org/resource/All_Def_Comedy", "http://dbpedia.org/resource/All_Dogs_Go_to_Heaven:_The_Series", "http://dbpedia.org/resource/All_Esper_Dayo!_SP", "http://dbpedia.org/resource/All_For_One_Caribbean", "http://dbpedia.org/resource/All_Gas_No_Brakes", "http://dbpedia.org/resource/All_Gas_and_Gaiters", "http://dbpedia.org/resource/All_Good_Things_(TV_series)", "http://dbpedia.org/resource/All_Grown_Up!", "http://dbpedia.org/resource/All_Hail_King_Julien", "http://dbpedia.org/resource/All_In_(TV_series)", "http://dbpedia.org/resource/All_In_All_Alamelu", "http://dbpedia.org/resource/All_In_The_Best_Possible_Taste_with_Grayson_Perry", "http://dbpedia.org/resource/All_In_with_Chris_Hayes", "http://dbpedia.org/resource/All_India_Bakchod_Knockout", "http://dbpedia.org/resource/All_Is_Forgiven_(TV_series)", "http://dbpedia.org/resource/All_Is_Well_(TV_series)", "http://dbpedia.org/resource/All_Kinds_of_Everything_(game_show)", "http://dbpedia.org/resource/All_Men_Are_Brothers_(TV_series)", "http://dbpedia.org/resource/All_My_Children", "http://dbpedia.org/resource/All_My_Life_(TV_series)", "http://dbpedia.org/resource/All_My_Love_For_You", "http://dbpedia.org/resource/All_Night_(TV_series)", "http://dbpedia.org/resource/All_Night_Fuji", "http://dbpedia.org/resource/All_Night_Long_(TV_series)", "http://dbpedia.org/resource/All_Night_Nippon", "http://dbpedia.org/resource/All_Our_Saturdays", "http://dbpedia.org/resource/All_Out_for_Kangaroo_Valley", "http://dbpedia.org/resource/All_Out_of_Love_(TV_series)", "http://dbpedia.org/resource/All_Over_the_Place_(TV_programme)", "http://dbpedia.org/resource/All_Over_the_Workplace", "http://dbpedia.org/resource/All_Purpose_Cultural_Cat_Girl_Nuku_Nuku", "http://dbpedia.org/resource/All_Quiet_on_the_Preston_Front", "http://dbpedia.org/resource/All_Quiet_on_the_Western_Front_(1979_film)", "http://dbpedia.org/resource/All_Rise_(TV_series)", "http://dbpedia.org/resource/All_Rise_for_Julian_Clary", "http://dbpedia.org/resource/All_Round_to_Mrs._Brown's", "http://dbpedia.org/resource/All_Saints_(TV_series)", "http://dbpedia.org/resource/All_She_Ever_Wanted", "http://dbpedia.org/resource/All_Souls_(TV_series)", "http://dbpedia.org/resource/All_Star_Family_Feud", "http://dbpedia.org/resource/All_Star_Glam_Exam", "http://dbpedia.org/resource/All_Star_K!", "http://dbpedia.org/resource/All_Star_Mr_&_Mrs", "http://dbpedia.org/resource/All_Star_Secrets", "http://dbpedia.org/resource/All_Star_Shore", "http://dbpedia.org/resource/All_That", "http://dbpedia.org/resource/All_That_Cube", "http://dbpedia.org/resource/All_That_Glitters_(TV_series)", "http://dbpedia.org/resource/All_That_Is_Bitter_Is_Sweet", "http://dbpedia.org/resource/All_Things_Considered", "http://dbpedia.org/resource/All_Things_Considered_(BBC_radio_show)", "http://dbpedia.org/resource/All_Together_(professional_wrestling)", "http://dbpedia.org/resource/All_Together_Now_(1991_Australian_TV_series)", "http://dbpedia.org/resource/All_Together_Now_(2018_Australian_TV_series)", "http://dbpedia.org/resource/All_Together_Now_(British_TV_series)", "http://dbpedia.org/resource/All_Together_Now_(German_TV_series)", "http://dbpedia.org/resource/All_Together_Now_(Italian_TV_series)", "http://dbpedia.org/resource/All_Together_Now_(Philippine_TV_series)", "http://dbpedia.org/resource/All_Together_Now_Malaysia", "http://dbpedia.org/resource/All_Watched_Over_by_Machines_of_Loving_Grace_(TV_series)", "http://dbpedia.org/resource/All_Worked_Up", "http://dbpedia.org/resource/All_You've_Got", "http://dbpedia.org/resource/All_You_Need_Is_Love:_Meine_Schwiegertochter_ist_ein_Mann", "http://dbpedia.org/resource/All_You_Need_Is_Love:_The_Story_of_Popular_Music", "http://dbpedia.org/resource/All_at_No_20", "http://dbpedia.org/resource/All_at_Sea_(TV_series)", "http://dbpedia.org/resource/All_for_Kids", "http://dbpedia.org/resource/All_for_Love_(British_TV_series)", "http://dbpedia.org/resource/All_for_Love_(Colombian_TV_series)", "http://dbpedia.org/resource/All_for_Nothing%3F", "http://dbpedia.org/resource/All_for_One_(TV_series)", "http://dbpedia.org/resource/All_in_700", "http://dbpedia.org/resource/All_in_Good_Faith", "http://dbpedia.org/resource/All_in_a_Family", "http://dbpedia.org/resource/All_in_the_Best_Possible_Taste_with_Grayson_Perry", "http://dbpedia.org/resource/All_in_the_Family", "http://dbpedia.org/resource/All_in_the_Method", "http://dbpedia.org/resource/All_in_with_Cam_Newton", "http://dbpedia.org/resource/All_of_Me_(TV_series)", "http://dbpedia.org/resource/All_of_Us", "http://dbpedia.org/resource/All_of_Us_Are_Dead", "http://dbpedia.org/resource/All_or_Nothing:_Arsenal", "http://dbpedia.org/resource/All_or_Nothing:_Brazil_National_Team", "http://dbpedia.org/resource/All_or_Nothing:_Juventus", "http://dbpedia.org/resource/All_or_Nothing:_Manchester_City", "http://dbpedia.org/resource/All_or_Nothing:_Tottenham_Hotspur", "http://dbpedia.org/resource/All_or_Nothing_(game_show)", "http://dbpedia.org/resource/All_the_Green_Year", "http://dbpedia.org/resource/All_the_K-pop", "http://dbpedia.org/resource/All_the_Kind_Strangers", "http://dbpedia.org/resource/All_the_Prime_Minister's_Men", "http://dbpedia.org/resource/All_the_Queen's_Men_(TV_series)", "http://dbpedia.org/resource/All_the_Rivers_Run", "http://dbpedia.org/resource/All_the_Same..._or_Not", "http://dbpedia.org/resource/All_the_Sins", "http://dbpedia.org/resource/All_the_Small_Things_(TV_series)", "http://dbpedia.org/resource/All_the_Stations", "http://dbpedia.org/resource/All_the_Way..._A_Decade_of_Song_(TV_program)", "http://dbpedia.org/resource/All_the_Way_(TV_series)", "http://dbpedia.org/resource/All_the_Way_(film)", "http://dbpedia.org/resource/All_the_Way_from_Memphis_(radio_show)", "http://dbpedia.org/resource/All_the_Way_with_You", "http://dbpedia.org/resource/All_the_World_in_a_Design_School", "http://dbpedia.org/resource/Alla_mot_en", "http://dbpedia.org/resource/Allan_Quatermain", "http://dbpedia.org/resource/Alle_meine_Tiere", "http://dbpedia.org/resource/Allegiance_(TV_series)", "http://dbpedia.org/resource/Allegra's_Window", "http://dbpedia.org/resource/Allein_gegen_die_Zeit", "http://dbpedia.org/resource/Allen_Gregory", "http://dbpedia.org/resource/Allen_Ludden's_Gallery", "http://dbpedia.org/resource/Allen_v._Farrow", "http://dbpedia.org/resource/Allerud_VGS", "http://dbpedia.org/resource/Alles_Atze", "http://dbpedia.org/resource/Alles_Kan_Beter", "http://dbpedia.org/resource/Alles_au\u00dfer_Mord", "http://dbpedia.org/resource/Alles_in_Ordnung_\u2013_Mit_dem_Wahnsinn_auf_Streife", "http://dbpedia.org/resource/Alles_was_z\u00e4hlt", "http://dbpedia.org/resource/Alley_Cats_Strike", "http://dbpedia.org/resource/Allison_&_Lillia", "http://dbpedia.org/resource/Alliyambal", "http://dbpedia.org/resource/Allrams_h\u00f6jdarpaket", "http://dbpedia.org/resource/Allsang_p\u00e5_Grensen", "http://dbpedia.org/resource/Allsorts_(TV_series)", "http://dbpedia.org/resource/Alls\u00e5ng_p\u00e5_Skansen", "http://dbpedia.org/resource/Allt_f\u00f6r_Sverige", "http://dbpedia.org/resource/Ally_McBeal", "http://dbpedia.org/resource/Ally_McBeal_(season_4)", "http://dbpedia.org/resource/Ally_McBeal_(season_5)", "http://dbpedia.org/resource/All\u00e1_te_espero", "http://dbpedia.org/resource/All\u00ed_abajo", "http://dbpedia.org/resource/Alma's_Not_Normal", "http://dbpedia.org/resource/Alma's_Way", "http://dbpedia.org/resource/Alma_G\u00eamea", "http://dbpedia.org/resource/Alma_Matters:_Inside_the_IIT_Dream", "http://dbpedia.org/resource/Alma_Pirata", "http://dbpedia.org/resource/Alma_de_hierro", "http://dbpedia.org/resource/Alma_de_\u00e1ngel", "http://dbpedia.org/resource/Alma_e_Cora\u00e7\u00e3o", "http://dbpedia.org/resource/Alma_indomable", "http://dbpedia.org/resource/Alma_rebelde", "http://dbpedia.org/resource/Almanac_(American_TV_series)", "http://dbpedia.org/resource/Almanac_(Canadian_TV_series)", "http://dbpedia.org/resource/Almohad_reforms", "http://dbpedia.org/resource/Almost_Family", "http://dbpedia.org/resource/Almost_Genius", "http://dbpedia.org/resource/Almost_Grown_(TV_series)", "http://dbpedia.org/resource/Almost_Happy_(TV_series)", "http://dbpedia.org/resource/Almost_Heroes_(TV_series)", "http://dbpedia.org/resource/Almost_Human_(TV_series)", "http://dbpedia.org/resource/Almost_Live!", "http://dbpedia.org/resource/Almost_Naked_Animals", "http://dbpedia.org/resource/Almost_Never_(TV_series)", "http://dbpedia.org/resource/Almost_Paradise_(TV_series)", "http://dbpedia.org/resource/Almost_Perfect", "http://dbpedia.org/resource/Almost_Royal", "http://dbpedia.org/resource/Almost_a_Woman", "http://dbpedia.org/resource/Alo_Chhaya", "http://dbpedia.org/resource/Aloha_Festivals", "http://dbpedia.org/resource/Aloha_Paradise", "http://dbpedia.org/resource/Aloha_Vet", "http://dbpedia.org/resource/Alondra_(TV_series)", "http://dbpedia.org/resource/Alone_(TV_series)", "http://dbpedia.org/resource/Alone_Together_(TV_series)", "http://dbpedia.org/resource/Alone_in_Love", "http://dbpedia.org/resource/Alone_in_the_Dark", "http://dbpedia.org/resource/Alone_in_the_Wild", "http://dbpedia.org/resource/Along_the_Way_(TV_series)", "http://dbpedia.org/resource/Alosha_series", "http://dbpedia.org/resource/Alparslan:_B\u00fcy\u00fck_Sel\u00e7uklu", "http://dbpedia.org/resource/Alpha_Alpha", "http://dbpedia.org/resource/Alpha_Bravo_Charlie", "http://dbpedia.org/resource/Alpha_House", "http://dbpedia.org/resource/Alpha_Man:_The_Brotherhood_of_MLK", "http://dbpedia.org/resource/Alpha_Scorpio", "http://dbpedia.org/resource/Alphabet_Soup_(TV_series)", "http://dbpedia.org/resource/Alphabetical_(game_show)", "http://dbpedia.org/resource/Alphablocks", "http://dbpedia.org/resource/Alphas", "http://dbpedia.org/resource/Alpine_Space_Programme", "http://dbpedia.org/resource/Alright_Already_(TV_series)", "http://dbpedia.org/resource/Alt.news_26:46", "http://dbpedia.org/resource/Alt_for_Norge", "http://dbpedia.org/resource/Altar_(film)", "http://dbpedia.org/resource/Altar_of_Domitius_Ahenobarbus", "http://dbpedia.org/resource/Alter_Ego_(TV_series)", "http://dbpedia.org/resource/Altered_Carbon_(TV_series)", "http://dbpedia.org/resource/Alternate_Reality_(series)", "http://dbpedia.org/resource/Alternatino_with_Arturo_Castro", "http://dbpedia.org/resource/Alternative_3", "http://dbpedia.org/resource/Alternative_Nation", "http://dbpedia.org/resource/Alternatywy_4", "http://dbpedia.org/resource/Altes_Geld", "http://dbpedia.org/resource/Alto_Astral", "http://dbpedia.org/resource/Altogether_(TV_series)", "http://dbpedia.org/resource/Alvida", "http://dbpedia.org/resource/Alvin_Purple_(TV_series)", "http://dbpedia.org/resource/Alvin_and_the_Chipmunks_(1983_TV_series)", "http://dbpedia.org/resource/Alvin_and_the_Chipmunks_(2015_TV_series)", "http://dbpedia.org/resource/Alvinnn!!!_and_the_Chipmunks", "http://dbpedia.org/resource/Always_Afternoon", "http://dbpedia.org/resource/Always_Cantare", "http://dbpedia.org/resource/Always_Greener", "http://dbpedia.org/resource/Always_Jane", "http://dbpedia.org/resource/Always_Outnumbered", "http://dbpedia.org/resource/Always_Ready_(TV_series)", "http://dbpedia.org/resource/Always_Remember_I_Love_You", "http://dbpedia.org/resource/Always_a_Witch", "http://dbpedia.org/resource/Always_and_Ever", "http://dbpedia.org/resource/Always_and_Everyone", "http://dbpedia.org/resource/Always_on_the_Road", "http://dbpedia.org/resource/Alwin_Schockem\u00f6hle", "http://dbpedia.org/resource/Aly_&_AJ:_Sister_Act", "http://dbpedia.org/resource/Alyas_Robin_Hood", "http://dbpedia.org/resource/Alyna", "http://dbpedia.org/resource/Alyna_(TV_series)", "http://dbpedia.org/resource/Alys_(TV_series)", "http://dbpedia.org/resource/Alzira_(opera)", "http://dbpedia.org/resource/Al\u00e9m_da_Ilha", "http://dbpedia.org/resource/Al\u00e9m_da_Ilus\u00e3o", "http://dbpedia.org/resource/Al\u00e9m_do_Horizonte", "http://dbpedia.org/resource/Al\u00e9m_do_Tempo", "http://dbpedia.org/resource/Al\u00f3_Ciudadano", "http://dbpedia.org/resource/Al\u00f3_Presidente", "http://dbpedia.org/resource/Am,_Antes_del_Mediod\u00eda", "http://dbpedia.org/resource/Am_Dam_Des", "http://dbpedia.org/resource/Am_gr\u00fcnen_Strand_der_Spree", "http://dbpedia.org/resource/Amaan_Ramazan", "http://dbpedia.org/resource/Amachan", "http://dbpedia.org/resource/Amada_enemiga", "http://dbpedia.org/resource/Amadis_(Massenet)", "http://dbpedia.org/resource/Amagi-class_battlecruiser", "http://dbpedia.org/resource/Amagi_Brilliant_Park", "http://dbpedia.org/resource/Amahl_and_the_Night_Visitors", "http://dbpedia.org/resource/Amala_(TV_series)", "http://dbpedia.org/resource/Amalia_Batista", "http://dbpedia.org/resource/Amanah_dalam_Cinta", "http://dbpedia.org/resource/Amanat_(2017_TV_series)", "http://dbpedia.org/resource/Amanat_(2021_TV_series)", "http://dbpedia.org/resource/Amanat_(Indian_TV_series)", "http://dbpedia.org/resource/Amanda's", "http://dbpedia.org/resource/Amanda_(Chilean_TV_series)", "http://dbpedia.org/resource/Amanda_(TV_program)", "http://dbpedia.org/resource/Amanda_Fallon", "http://dbpedia.org/resource/Amanda_Knox:_Murder_on_Trial_in_Italy", "http://dbpedia.org/resource/Amanda_O", "http://dbpedia.org/resource/Amanda_Sabater", "http://dbpedia.org/resource/Amanda_and_the_Alien", "http://dbpedia.org/resource/Amanpour", "http://dbpedia.org/resource/Amanpour_&_Company", "http://dbpedia.org/resource/Amantes_(TV_series)", "http://dbpedia.org/resource/Amantes_de_luna_llena", "http://dbpedia.org/resource/Amantes_del_desierto", "http://dbpedia.org/resource/Amanza", "http://dbpedia.org/resource/Amar_Demais", "http://dbpedia.org/resource/Amar_Depois_de_Amar", "http://dbpedia.org/resource/Amar_a_morir_(TV_series)", "http://dbpedia.org/resource/Amar_de_nuevo_(TV_series)", "http://dbpedia.org/resource/Amar_despu\u00e9s_de_amar", "http://dbpedia.org/resource/Amar_en_tiempos_revueltos", "http://dbpedia.org/resource/Amar_es_para_siempre", "http://dbpedia.org/resource/Amar_fue_su_pecado", "http://dbpedia.org/resource/Amar_otra_vez", "http://dbpedia.org/resource/Amar_profundo", "http://dbpedia.org/resource/Amar_sin_l\u00edmites", "http://dbpedia.org/resource/Amar_y_temer", "http://dbpedia.org/resource/Amaras_a_tu_pr\u00f3jimo", "http://dbpedia.org/resource/Amaravati_ki_Kathayein", "http://dbpedia.org/resource/Amarres", "http://dbpedia.org/resource/Amarte_as\u00ed,_Frijolito", "http://dbpedia.org/resource/Amarte_es_mi_Pecado", "http://dbpedia.org/resource/Amas_de_casa_desesperadas_(American_TV_series)", "http://dbpedia.org/resource/Amas_de_casa_desesperadas_(Argentine_TV_series)", "http://dbpedia.org/resource/Amateur's_Guide_to_Love", "http://dbpedia.org/resource/Amateur_Boxing_Fight_Club", "http://dbpedia.org/resource/Amatsuki", "http://dbpedia.org/resource/Amaya_(TV_series)", "http://dbpedia.org/resource/Amazing_Adventures_of_a_Nobody", "http://dbpedia.org/resource/Amazing_Agent_Luna", "http://dbpedia.org/resource/Amazing_America_with_Sarah_Palin", "http://dbpedia.org/resource/Amazing_Animals", "http://dbpedia.org/resource/Amazing_Cooking_Kids", "http://dbpedia.org/resource/Amazing_Detective_Di_Renjie", "http://dbpedia.org/resource/Amazing_Detective_Di_Renjie_2", "http://dbpedia.org/resource/Amazing_Detective_Di_Renjie_3", "http://dbpedia.org/resource/Amazing_Earth", "http://dbpedia.org/resource/Amazing_Eats", "http://dbpedia.org/resource/Amazing_Grace_(American_TV_series)", "http://dbpedia.org/resource/Amazing_Grace_(Australian_TV_series)", "http://dbpedia.org/resource/Amazing_Greys", "http://dbpedia.org/resource/Amazing_Hotels:_Life_Beyond_the_Lobby", "http://dbpedia.org/resource/Amazing_Interiors", "http://dbpedia.org/resource/Amazing_Stories_(1985_TV_series)", "http://dbpedia.org/resource/Amazing_Stories_(2020_TV_series)", "http://dbpedia.org/resource/Amazing_Vacation_Homes", "http://dbpedia.org/resource/Amazing_Wedding_Cakes", "http://dbpedia.org/resource/Amazingness", "http://dbpedia.org/resource/Amazon_(1999_TV_series)", "http://dbpedia.org/resource/Amazon_(2008_TV_series)", "http://dbpedia.org/resource/Amazon_Kindle", "http://dbpedia.org/resource/Amazons_(1984_film)", "http://dbpedia.org/resource/Ambassadors_(TV_series)", "http://dbpedia.org/resource/Amber_(TV_series)", "http://dbpedia.org/resource/Amber_Brown_(TV_series)", "http://dbpedia.org/resource/Amber_Dhara", "http://dbpedia.org/resource/Ambici\u00f3n_(TV_series)", "http://dbpedia.org/resource/Ambition_(TV_series)", "http://dbpedia.org/resource/Ambitions_(TV_series)", "http://dbpedia.org/resource/Ambulance_(TV_programme)", "http://dbpedia.org/resource/Ambulance_Australia", "http://dbpedia.org/resource/Ambush_Makeover", "http://dbpedia.org/resource/Ambushed_(1998_film)", "http://dbpedia.org/resource/Amelia_(opera)", "http://dbpedia.org/resource/Amelia_Earhart:_The_Final_Flight", "http://dbpedia.org/resource/Amelia_Earhart_(film)", "http://dbpedia.org/resource/Amelia_Earhart_(miniseries)", "http://dbpedia.org/resource/Amen_(TV_series)", "http://dbpedia.org/resource/Amend:_The_Fight_for_America", "http://dbpedia.org/resource/America's_Ballroom_Challenge", "http://dbpedia.org/resource/America's_Best_Dance_Crew", "http://dbpedia.org/resource/America's_Big_Deal", "http://dbpedia.org/resource/America's_Book_of_Secrets", "http://dbpedia.org/resource/America's_Castles", "http://dbpedia.org/resource/America's_Court_with_Judge_Ross", "http://dbpedia.org/resource/America's_Dream", "http://dbpedia.org/resource/America's_Dumbest_Criminals", "http://dbpedia.org/resource/America's_Election_Headquarters", "http://dbpedia.org/resource/America's_Funniest_Home_Videos", "http://dbpedia.org/resource/America's_Funniest_Home_Videos:_Animal_Edition", "http://dbpedia.org/resource/America's_Funniest_People", "http://dbpedia.org/resource/America's_Game:_The_Super_Bowl_Champions", "http://dbpedia.org/resource/America's_Got_Talent", "http://dbpedia.org/resource/America's_Got_Talent:_Extreme", "http://dbpedia.org/resource/America's_Got_Talent:_The_Champions", "http://dbpedia.org/resource/America's_Great_Divide", "http://dbpedia.org/resource/America's_Heartland", "http://dbpedia.org/resource/America's_Medicated_Kids", "http://dbpedia.org/resource/America's_Morning_Headquarters", "http://dbpedia.org/resource/America's_Most_Dangerous_Pets", "http://dbpedia.org/resource/America's_Most_Hated_Family_in_Crisis", "http://dbpedia.org/resource/America's_Most_Musical_Family", "http://dbpedia.org/resource/America's_Most_Smartest_Model", "http://dbpedia.org/resource/America's_Most_Talented_Kid", "http://dbpedia.org/resource/America's_Most_Wanted", "http://dbpedia.org/resource/America's_News_Headquarters", "http://dbpedia.org/resource/America's_Newsroom", "http://dbpedia.org/resource/America's_Next_Great_Restaurant", "http://dbpedia.org/resource/America's_Next_Producer", "http://dbpedia.org/resource/America's_Next_Top_Model", "http://dbpedia.org/resource/America's_Prince:_The_John_F._Kennedy_Jr._Story", "http://dbpedia.org/resource/America's_Prom_Queen", "http://dbpedia.org/resource/America's_Supernanny", "http://dbpedia.org/resource/America's_Test_Kitchen", "http://dbpedia.org/resource/America's_Top_10", "http://dbpedia.org/resource/America's_Top_Dog", "http://dbpedia.org/resource/America's_Toughest_Jobs", "http://dbpedia.org/resource/America's_Town_Meeting_of_the_Air", "http://dbpedia.org/resource/America's_War_on_Abortion", "http://dbpedia.org/resource/America's_Worst_Driver", "http://dbpedia.org/resource/America:_A_Personal_History_of_the_United_States", "http://dbpedia.org/resource/America:_The_Story_of_Us", "http://dbpedia.org/resource/America_(2009_film)", "http://dbpedia.org/resource/America_(American_TV_series)", "http://dbpedia.org/resource/America_2-Night", "http://dbpedia.org/resource/America_2040", "http://dbpedia.org/resource/America_After_9/11", "http://dbpedia.org/resource/America_Alive!", "http://dbpedia.org/resource/America_Ammayi_(TV_series)", "http://dbpedia.org/resource/America_By_the_Numbers_with_Maria_Hinojosa:_Clarkston_Georgia", "http://dbpedia.org/resource/America_Divided", "http://dbpedia.org/resource/America_Goes_Bananaz", "http://dbpedia.org/resource/America_Live_with_Megyn_Kelly", "http://dbpedia.org/resource/America_Mappillai", "http://dbpedia.org/resource/America_Now", "http://dbpedia.org/resource/America_ReFramed", "http://dbpedia.org/resource/America_Reports", "http://dbpedia.org/resource/America_Says", "http://dbpedia.org/resource/America_This_Morning", "http://dbpedia.org/resource/America_Tonight", "http://dbpedia.org/resource/America_Undercover", "http://dbpedia.org/resource/America_Unearthed", "http://dbpedia.org/resource/America_in_Primetime", "http://dbpedia.org/resource/America_to_Me", "http://dbpedia.org/resource/American_Arts_Commemorative_Series_medallions", "http://dbpedia.org/resource/American_Auto", "http://dbpedia.org/resource/American_Bandstand", "http://dbpedia.org/resource/American_Beauty_Star", "http://dbpedia.org/resource/American_Body_Shop", "http://dbpedia.org/resource/American_Born_Chinese_(TV_series)", "http://dbpedia.org/resource/American_Candidate", "http://dbpedia.org/resource/American_Casino", "http://dbpedia.org/resource/American_Chess_Congress", "http://dbpedia.org/resource/American_Chopper", "http://dbpedia.org/resource/American_Chronicles", "http://dbpedia.org/resource/American_Country_Countdown", "http://dbpedia.org/resource/American_Crime_(TV_series)", "http://dbpedia.org/resource/American_Crime_Story", "http://dbpedia.org/resource/American_Dad!", "http://dbpedia.org/resource/American_Detective", "http://dbpedia.org/resource/American_Digger_(TV_series)", "http://dbpedia.org/resource/American_Dragon:_Jake_Long", "http://dbpedia.org/resource/American_Dream/American_Knightmare", "http://dbpedia.org/resource/American_Dream_(TV_series)", "http://dbpedia.org/resource/American_Dream_Builders", "http://dbpedia.org/resource/American_Dream_Derby", "http://dbpedia.org/resource/American_Dreamer_(TV_series)", "http://dbpedia.org/resource/American_Dreams", "http://dbpedia.org/resource/American_Eats", "http://dbpedia.org/resource/American_Experience", "http://dbpedia.org/resource/American_Family_(2002_TV_series)", "http://dbpedia.org/resource/American_Gangster:_Trap_Queens", "http://dbpedia.org/resource/American_Gangster_(TV_series)", "http://dbpedia.org/resource/American_Genius", "http://dbpedia.org/resource/American_Gigolo_(TV_series)", "http://dbpedia.org/resource/American_Gladiators_(1989_TV_series)", "http://dbpedia.org/resource/American_Gladiators_(2008_TV_series)", "http://dbpedia.org/resource/American_Gods_(TV_series)", "http://dbpedia.org/resource/American_Gothic_(1995_TV_series)", "http://dbpedia.org/resource/American_Gothic_(2016_TV_series)", "http://dbpedia.org/resource/American_Greed", "http://dbpedia.org/resource/American_Grit", "http://dbpedia.org/resource/American_Guns", "http://dbpedia.org/resource/American_Gypsies", "http://dbpedia.org/resource/American_Heiress", "http://dbpedia.org/resource/American_High_(TV_series)", "http://dbpedia.org/resource/American_Hoggers", "http://dbpedia.org/resource/American_Horror_Stories", "http://dbpedia.org/resource/American_Horror_Story", "http://dbpedia.org/resource/American_Hot_Rod", "http://dbpedia.org/resource/American_Housewife", "http://dbpedia.org/resource/American_Idol", "http://dbpedia.org/resource/American_Idol_Extra", "http://dbpedia.org/resource/American_Institute_of_Chemists_Gold_Medal", "http://dbpedia.org/resource/American_International_Toy_Fair", "http://dbpedia.org/resource/American_Inventor", "http://dbpedia.org/resource/American_Journal", "http://dbpedia.org/resource/American_Juniors", "http://dbpedia.org/resource/American_Justice", "http://dbpedia.org/resource/American_League_Championship_Series", "http://dbpedia.org/resource/American_Masters", "http://dbpedia.org/resource/American_Morning", "http://dbpedia.org/resource/American_Muscle_Car", "http://dbpedia.org/resource/American_Ninja_Challenge", "http://dbpedia.org/resource/American_Ninja_Warrior", "http://dbpedia.org/resource/American_Ninja_Warrior:_Ninja_vs._Ninja", "http://dbpedia.org/resource/American_Ninja_Warrior:_USA_vs._The_World", "http://dbpedia.org/resource/American_Ninja_Warrior_Junior", "http://dbpedia.org/resource/American_Odyssey", "http://dbpedia.org/resource/American_Pickers", "http://dbpedia.org/resource/American_Playboy:_The_Hugh_Hefner_Story", "http://dbpedia.org/resource/American_Playhouse", "http://dbpedia.org/resource/American_Presidents:_Life_Portraits", "http://dbpedia.org/resource/American_Princess_(2005_TV_series)", "http://dbpedia.org/resource/American_Princess_(2019_TV_series)", "http://dbpedia.org/resource/American_Refugee", "http://dbpedia.org/resource/American_Restoration", "http://dbpedia.org/resource/American_Ride_(TV_series)", "http://dbpedia.org/resource/American_Royal", "http://dbpedia.org/resource/American_Rust_(TV_series)", "http://dbpedia.org/resource/American_Song_Contest", "http://dbpedia.org/resource/American_Soul", "http://dbpedia.org/resource/American_Stuffers", "http://dbpedia.org/resource/American_Tongues", "http://dbpedia.org/resource/American_Top_40", "http://dbpedia.org/resource/American_Tragedy_(film)", "http://dbpedia.org/resource/American_Treasures", "http://dbpedia.org/resource/American_Trucker", "http://dbpedia.org/resource/American_Vandal", "http://dbpedia.org/resource/American_Weed", "http://dbpedia.org/resource/American_Whiskey_Bar", "http://dbpedia.org/resource/American_Woman_(TV_series)", "http://dbpedia.org/resource/American_Writers:_A_Journey_Through_History", "http://dbpedia.org/resource/Americana_(1992_TV_series)", "http://dbpedia.org/resource/Americana_(game_show)", "http://dbpedia.org/resource/Americana_(radio_series)", "http://dbpedia.org/resource/Americana_Unplugged", "http://dbpedia.org/resource/Amerika_(miniseries)", "http://dbpedia.org/resource/Ameryka_Express", "http://dbpedia.org/resource/Ametalk!", "http://dbpedia.org/resource/Amethyst,_Princess_of_Gemworld", "http://dbpedia.org/resource/Ami_Sirajer_Begum", "http://dbpedia.org/resource/Amica_(opera)", "http://dbpedia.org/resource/Amiche_mie", "http://dbpedia.org/resource/Amici_di_Maria_De_Filippi", "http://dbpedia.org/resource/Amico_mio", "http://dbpedia.org/resource/Amigas_&_Rivais", "http://dbpedia.org/resource/Amigas_y_rivales", "http://dbpedia.org/resource/Amigasa_J\u016bbei", "http://dbpedia.org/resource/Amigo_(game_show)", "http://dbpedia.org/resource/Amigo_and_Friends", "http://dbpedia.org/resource/Amigo_de_Aluguel", "http://dbpedia.org/resource/Amigos_x_siempre", "http://dbpedia.org/resource/Amilie,_or_the_Love_Test", "http://dbpedia.org/resource/Amish_Grace", "http://dbpedia.org/resource/Amish_Mafia", "http://dbpedia.org/resource/Amish_in_the_City", "http://dbpedia.org/resource/Amistades_peligrosas_(TV_series)", "http://dbpedia.org/resource/Amityville_4:_The_Evil_Escapes", "http://dbpedia.org/resource/Amleto", "http://dbpedia.org/resource/Amma_(TV_series)", "http://dbpedia.org/resource/Amma_Ke_Babu_Ki_Baby", "http://dbpedia.org/resource/Amma_Makal", "http://dbpedia.org/resource/Ammaji_Ki_Galli", "http://dbpedia.org/resource/Ammaku_Teliyani_Koilamma", "http://dbpedia.org/resource/Amman_(TV_series)", "http://dbpedia.org/resource/Ammayariyathe", "http://dbpedia.org/resource/Ammayi_Kaapuram", "http://dbpedia.org/resource/Ammuvinte_Amma", "http://dbpedia.org/resource/Amnesia_(TV_series)", "http://dbpedia.org/resource/Amnesia_(game_show)", "http://dbpedia.org/resource/Amnesia_(visual_novel)", "http://dbpedia.org/resource/Amo_(TV_series)", "http://dbpedia.org/resource/Among_Nonbelievers", "http://dbpedia.org/resource/Amongst_Men", "http://dbpedia.org/resource/Amor_Amor_(TV_series)", "http://dbpedia.org/resource/Amor_Comprado", "http://dbpedia.org/resource/Amor_Descarado", "http://dbpedia.org/resource/Amor_Eterno_Amor", "http://dbpedia.org/resource/Amor_Fati_(TV_series)", "http://dbpedia.org/resource/Amor_Maior", "http://dbpedia.org/resource/Amor_a_Ciegas", "http://dbpedia.org/resource/Amor_a_la_Catal\u00e1n", "http://dbpedia.org/resource/Amor_a_mil", "http://dbpedia.org/resource/Amor_a_palos", "http://dbpedia.org/resource/Amor_brav\u00edo", "http://dbpedia.org/resource/Amor_cautivo", "http://dbpedia.org/resource/Amor_com_Amor_Se_Paga", "http://dbpedia.org/resource/Amor_de_Abril", "http://dbpedia.org/resource/Amor_de_M\u00e3e", "http://dbpedia.org/resource/Amor_de_Perdi\u00e7\u00e3o_(TV_series)", "http://dbpedia.org/resource/Amor_de_Tarapaca", "http://dbpedia.org/resource/Amor_de_barrio", "http://dbpedia.org/resource/Amor_de_madre", "http://dbpedia.org/resource/Amor_de_nadie", "http://dbpedia.org/resource/Amor_del_bueno", "http://dbpedia.org/resource/Amor_dividido", "http://dbpedia.org/resource/Amor_e_Revolu\u00e7\u00e3o", "http://dbpedia.org/resource/Amor_e_Sexo", "http://dbpedia.org/resource/Amor_en_custodia_(Mexican_TV_series)", "http://dbpedia.org/resource/Amor_en_el_desierto", "http://dbpedia.org/resource/Amor_en_silencio", "http://dbpedia.org/resource/Amor_gitano_(TV_series)", "http://dbpedia.org/resource/Amor_m\u00edo_(Argentine_TV_series)", "http://dbpedia.org/resource/Amor_m\u00edo_(Mexican_TV_series)", "http://dbpedia.org/resource/Amor_m\u00edo_(Venezuelan_TV_series)", "http://dbpedia.org/resource/Amor_prohibido_(TV_series)", "http://dbpedia.org/resource/Amor_real", "http://dbpedia.org/resource/Amor_secreto_(TV_series)", "http://dbpedia.org/resource/Amor_sem_Igual", "http://dbpedia.org/resource/Amor_sin_fronteras", "http://dbpedia.org/resource/Amor_sin_maquillaje", "http://dbpedia.org/resource/Amor_sublime", "http://dbpedia.org/resource/Amor_y_orgullo", "http://dbpedia.org/resource/Amor_\u00e0_Vida", "http://dbpedia.org/resource/Amorcito_coraz\u00f3n", "http://dbpedia.org/resource/Amores,_querer_con_alevos\u00eda", "http://dbpedia.org/resource/Amores_Roubados", "http://dbpedia.org/resource/Amores_con_trampa", "http://dbpedia.org/resource/Amores_cruzados", "http://dbpedia.org/resource/Amores_de_fin_de_siglo", "http://dbpedia.org/resource/Amores_de_mercado_(2006_TV_series)", "http://dbpedia.org/resource/Amores_de_mercado_(Chilean_TV_series)", "http://dbpedia.org/resource/Amores_que_enga\u00f1an", "http://dbpedia.org/resource/Amores_verdaderos", "http://dbpedia.org/resource/Amos_(film)", "http://dbpedia.org/resource/Amos_(satellite)", "http://dbpedia.org/resource/Amour_et_P\u00e2tisserie", "http://dbpedia.org/resource/Amp_(TV_series)", "http://dbpedia.org/resource/Ampang_Medikal", "http://dbpedia.org/resource/Amphibia_(TV_series)", "http://dbpedia.org/resource/Amrit_Manthan", "http://dbpedia.org/resource/Amrutham_(TV_series)", "http://dbpedia.org/resource/Amrutham_Dhvitheeyam", "http://dbpedia.org/resource/Amser_Te", "http://dbpedia.org/resource/Amstrad_CPC", "http://dbpedia.org/resource/Amudha_Oru_Aacharyakuri", "http://dbpedia.org/resource/Amudhavum_Annalakshmiyum", "http://dbpedia.org/resource/Amy's_Choice_(Doctor_Who)", "http://dbpedia.org/resource/Amy,_la_ni\u00f1a_de_la_mochila_azul", "http://dbpedia.org/resource/Amy_&_Isabelle", "http://dbpedia.org/resource/Amy_(1984_film)", "http://dbpedia.org/resource/Amy_Fisher:_My_Story", "http://dbpedia.org/resource/Amy_Prentiss", "http://dbpedia.org/resource/Amy_Schumer:_Growing", "http://dbpedia.org/resource/Amy_Schumer:_Live_at_the_Apollo", "http://dbpedia.org/resource/Amy_Schumer:_The_Leather_Special", "http://dbpedia.org/resource/Amy_Schumer_Learns_to_Cook", "http://dbpedia.org/resource/Amy_Winehouse:_Back_to_Black", "http://dbpedia.org/resource/Am\u00e9rica_(Brazilian_TV_series)", "http://dbpedia.org/resource/An_Accidental_Soldier", "http://dbpedia.org/resource/An_Actor's_Life_For_Me", "http://dbpedia.org/resource/An_Adventure_in_Space_and_Time", "http://dbpedia.org/resource/An_African_City", "http://dbpedia.org/resource/An_Afternoon_with_SCTV", "http://dbpedia.org/resource/An_Age_of_Kings", "http://dbpedia.org/resource/An_American_Christmas_Carol", "http://dbpedia.org/resource/An_American_Daughter_(film)", "http://dbpedia.org/resource/An_American_Family", "http://dbpedia.org/resource/An_American_Girl:_Chrissa_Stands_Strong", "http://dbpedia.org/resource/An_American_Girl:_Saige_Paints_the_Sky", "http://dbpedia.org/resource/An_American_Portrait", "http://dbpedia.org/resource/An_American_Tragedy_(opera)", "http://dbpedia.org/resource/An_American_in_Canada", "http://dbpedia.org/resource/An_Audience_with...", "http://dbpedia.org/resource/An_Aussie_Goes_Barmy", "http://dbpedia.org/resource/An_Aussie_Goes_Bolly", "http://dbpedia.org/resource/An_Aussie_Goes_Calypso", "http://dbpedia.org/resource/An_Avonlea_Christmas", "http://dbpedia.org/resource/An_Awfully_Beastly_Business", "http://dbpedia.org/resource/An_Crisis", "http://dbpedia.org/resource/An_Early_Frost", "http://dbpedia.org/resource/An_Emmy_for_Megan", "http://dbpedia.org/resource/An_Enemy_of_the_People_(1958_film)", "http://dbpedia.org/resource/An_Englishman's_Castle", "http://dbpedia.org/resource/An_Englishman_Abroad", "http://dbpedia.org/resource/An_Equal_Playing_Field", "http://dbpedia.org/resource/An_Evening_with_Fred_Astaire", "http://dbpedia.org/resource/An_Evening_with_Kevin_Smith", "http://dbpedia.org/resource/An_Evening_with_Kevin_Smith_2:_Evening_Harder", "http://dbpedia.org/resource/An_Evening_with_Marlene_Dietrich", "http://dbpedia.org/resource/An_Evening_with_Raoul", "http://dbpedia.org/resource/An_Evening_with_the_Dixie_Chicks", "http://dbpedia.org/resource/An_Icelandic_Odyssey", "http://dbpedia.org/resource/An_Idiot_Abroad", "http://dbpedia.org/resource/An_Innocent_Love", "http://dbpedia.org/resource/An_Inspector_Calls_(2015_TV_film)", "http://dbpedia.org/resource/An_Inspector_Calls_(TV_series)", "http://dbpedia.org/resource/An_Island_Parish", "http://dbpedia.org/resource/An_Klondike", "http://dbpedia.org/resource/An_L\u00e0", "http://dbpedia.org/resource/An_Ocean_Apart", "http://dbpedia.org/resource/An_Ode_to_Life", "http://dbpedia.org/resource/An_Officer_and_a_Car_Salesman", "http://dbpedia.org/resource/An_Officer_and_a_Murderer", "http://dbpedia.org/resource/An_Old_Fashioned_Thanksgiving", "http://dbpedia.org/resource/An_Unexpected_Love", "http://dbpedia.org/resource/An_Unfinished_Affair", "http://dbpedia.org/resource/An_Ungentlemanly_Act", "http://dbpedia.org/resource/An_Unsuitable_Job_for_a_Woman_(TV_series)", "http://dbpedia.org/resource/Ana_(1984_TV_series)", "http://dbpedia.org/resource/Ana_(2004_TV_series)", "http://dbpedia.org/resource/Ana_(2020_TV_series)", "http://dbpedia.org/resource/Ana_del_aire", "http://dbpedia.org/resource/Anaa_(TV_series)", "http://dbpedia.org/resource/Anaana's_Tent", "http://dbpedia.org/resource/Anabel_(Brazilian_TV_series)", "http://dbpedia.org/resource/Anaconda_3:_Offspring", "http://dbpedia.org/resource/Anacondas:_Trail_of_Blood", "http://dbpedia.org/resource/Anacostia_(web_series)", "http://dbpedia.org/resource/Anaganaga", "http://dbpedia.org/resource/Anak_Jalanan", "http://dbpedia.org/resource/Anak_Langit", "http://dbpedia.org/resource/Anak_ni_Waray_vs._Anak_ni_Biday", "http://dbpedia.org/resource/Analog_(TV_series)", "http://dbpedia.org/resource/Analog_Trip", "http://dbpedia.org/resource/Anamika_(TV_series)", "http://dbpedia.org/resource/Anandham_(TV_series)", "http://dbpedia.org/resource/Anandibaa_Aur_Emily", "http://dbpedia.org/resource/Anansi_Boys_(TV_series)", "http://dbpedia.org/resource/Anantham_(web_series)", "http://dbpedia.org/resource/Anarky_(comic_book)", "http://dbpedia.org/resource/Anastasia:_The_Mystery_of_Anna", "http://dbpedia.org/resource/Anastasia_(TV_series)", "http://dbpedia.org/resource/Anast\u00e1cia,_a_Mulher_sem_Destino", "http://dbpedia.org/resource/Anatane:_Saving_the_Children_of_Okura", "http://dbpedia.org/resource/Anatole_(TV_series)", "http://dbpedia.org/resource/Anatomy_of_Crime", "http://dbpedia.org/resource/Anatomy_of_a_Disaster", "http://dbpedia.org/resource/Anatomy_of_a_Hate_Crime", "http://dbpedia.org/resource/Anatomy_of_a_Scandal", "http://dbpedia.org/resource/Anaya_Tumhari_Hui", "http://dbpedia.org/resource/Anbe_Sivam_(TV_series)", "http://dbpedia.org/resource/Anbe_Vaa_(2009_TV_series)", "http://dbpedia.org/resource/Anbe_Vaa_(2020_TV_series)", "http://dbpedia.org/resource/Anbudan_DD", "http://dbpedia.org/resource/Anbudan_Kushi", "http://dbpedia.org/resource/Anbulla_Ghilli", "http://dbpedia.org/resource/Ancestral_Temple_(TV_series)", "http://dbpedia.org/resource/Anchorage-class_dock_landing_ship", "http://dbpedia.org/resource/Anchorwoman_(TV_series)", "http://dbpedia.org/resource/Ancient_Aliens", "http://dbpedia.org/resource/Ancient_Discoveries", "http://dbpedia.org/resource/Ancient_Egyptians_(TV_series)", "http://dbpedia.org/resource/Ancient_Empires_(mobile_game)", "http://dbpedia.org/resource/Ancient_Inventions", "http://dbpedia.org/resource/Ancient_Kings", "http://dbpedia.org/resource/Ancient_Legends", "http://dbpedia.org/resource/Ancient_Macedonian_calendar", "http://dbpedia.org/resource/Ancient_Mysteries", "http://dbpedia.org/resource/Ancient_Rome:_The_Rise_and_Fall_of_an_Empire", "http://dbpedia.org/resource/Ancient_Warriors", "http://dbpedia.org/resource/Ancient_Warriors_(TV_series)", "http://dbpedia.org/resource/Ancient_X-Files", "http://dbpedia.org/resource/Anclados", "http://dbpedia.org/resource/And_Everything_Nice", "http://dbpedia.org/resource/And_Here_Comes_Bucknuckle", "http://dbpedia.org/resource/And_I_Love_You_So_(TV_series)", "http://dbpedia.org/resource/And_Just_Like_That...", "http://dbpedia.org/resource/And_Millions_Will_Die", "http://dbpedia.org/resource/And_No_One_Could_Save_Her", "http://dbpedia.org/resource/And_Starring_Pancho_Villa_as_Himself", "http://dbpedia.org/resource/And_Then_There_Was_One_(1994_film)", "http://dbpedia.org/resource/And_Then_There_Were_None_(TV_series)", "http://dbpedia.org/resource/And_Then_You_Die_(TV_series)", "http://dbpedia.org/resource/And_There's_More", "http://dbpedia.org/resource/And_They're_Off!", "http://dbpedia.org/resource/And_the_Band_Played_On_(film)", "http://dbpedia.org/resource/And_the_Winner_Is_Love", "http://dbpedia.org/resource/Anda_Pa'l_Car\u00e1", "http://dbpedia.org/resource/Andaaz-e-Sitam", "http://dbpedia.org/resource/Andal_Azhagar", "http://dbpedia.org/resource/Andando_nas_Nuvens", "http://dbpedia.org/resource/Andante_(TV_series)", "http://dbpedia.org/resource/Andar_ng_mga_Balita_(TV_program)", "http://dbpedia.org/resource/Andar_ng_mga_Balita_(radio)", "http://dbpedia.org/resource/Andarmahal", "http://dbpedia.org/resource/Andata_e_ritorno_(TV_series)", "http://dbpedia.org/resource/Anderland", "http://dbpedia.org/resource/Andersen_Monogatari_(TV_series)", "http://dbpedia.org/resource/Anderson_Cooper_360\u00b0", "http://dbpedia.org/resource/Anderson_Cooper_Full_Circle", "http://dbpedia.org/resource/Anderson_Live", "http://dbpedia.org/resource/Andersonville_(film)", "http://dbpedia.org/resource/Andes_to_Amazon", "http://dbpedia.org/resource/Andha_Pathu_Naatkal", "http://dbpedia.org/resource/Andhera_Ujala", "http://dbpedia.org/resource/Andi_Mack", "http://dbpedia.org/resource/Ando-Roid", "http://dbpedia.org/resource/Andor_(TV_series)", "http://dbpedia.org/resource/Andra_(TV_series)", "http://dbpedia.org/resource/Andra_Avenyn", "http://dbpedia.org/resource/Andre's_Mother", "http://dbpedia.org/resource/Andrea_Ch\u00e9nier", "http://dbpedia.org/resource/Andrea_Mitchell_Reports", "http://dbpedia.org/resource/Andrei_Sakharov_Freedom_Award", "http://dbpedia.org/resource/Andres_de_Saya", "http://dbpedia.org/resource/Andrew_Denton's_Interview", "http://dbpedia.org/resource/Andrew_Lost", "http://dbpedia.org/resource/Andrew_Marr's_History_of_Modern_Britain", "http://dbpedia.org/resource/Andrew_Marr's_History_of_the_World", "http://dbpedia.org/resource/Andrew_Marr's_The_Making_of_Modern_Britain", "http://dbpedia.org/resource/Andrew_Zimmern's_Bizarre_World", "http://dbpedia.org/resource/Andrija_i_An\u0111elka", "http://dbpedia.org/resource/Andrina_(film)", "http://dbpedia.org/resource/Andro_Melos", "http://dbpedia.org/resource/Android_Apocalypse", "http://dbpedia.org/resource/Android_Kikaider", "http://dbpedia.org/resource/Andromeda_(TV_series)", "http://dbpedia.org/resource/Andr\u00e9_the_Giant_(film)", "http://dbpedia.org/resource/Andr\u00e9s_L\u00f3pez_de_Noche", "http://dbpedia.org/resource/Andy's_Dinosaur_Adventures", "http://dbpedia.org/resource/Andy_Barker,_P.I.", "http://dbpedia.org/resource/Andy_Capp_(TV_series)", "http://dbpedia.org/resource/Andy_McNab's_Tour_of_Duty", "http://dbpedia.org/resource/Andy_Pandy", "http://dbpedia.org/resource/Andy_Pirki", "http://dbpedia.org/resource/Andy_Richter_Controls_the_Universe", "http://dbpedia.org/resource/Andy_Robson", "http://dbpedia.org/resource/Andy_Warhol's_Fifteen_Minutes", "http://dbpedia.org/resource/Andy_Warhol:_A_Documentary_Film", "http://dbpedia.org/resource/Adrenalina_Skateboard_Marathon", "http://dbpedia.org/resource/Adrian_der_Tulpendieb", "http://dbpedia.org/resource/Adrienne_Clarkson_Presents", "http://dbpedia.org/resource/Advance_Credit_Administration_Program", "http://dbpedia.org/resource/Advanced_Combat_Optical_Gunsight", "http://dbpedia.org/resource/Advanced_Dungeons_&_Dragons_Adventure_Gamebooks", "http://dbpedia.org/resource/Advances_in_Experimental_Medicine_and_Biology", "http://dbpedia.org/resource/Advances_in_Mass_Spectrometry", "http://dbpedia.org/resource/Advances_in_Public_Interest_Accounting", "http://dbpedia.org/resource/Advent_calendar", "http://dbpedia.org/resource/Adventist_Health_Studies", "http://dbpedia.org/resource/Adventure_Florida", "http://dbpedia.org/resource/Adventure_Path", "http://dbpedia.org/resource/Adventure_People", "http://dbpedia.org/resource/Adventure_in_Dairyland", "http://dbpedia.org/resource/Adventures_by_Morse", "http://dbpedia.org/resource/Adventures_in_Africa", "http://dbpedia.org/resource/Adventures_into_the_Unknown", "http://dbpedia.org/resource/Adventures_of_Captain_America", "http://dbpedia.org/resource/Adventures_of_Cow", "http://dbpedia.org/resource/Adventures_of_the_Sea_Hawk", "http://dbpedia.org/resource/Adversus_Judaeos", "http://dbpedia.org/resource/Ad\u00e8le_de_Ponthieu_(La_Borde_and_Berton)", "http://dbpedia.org/resource/Aerial_China", "http://dbpedia.org/resource/Aeroscope", "http://dbpedia.org/resource/Aesop_World", "http://dbpedia.org/resource/Aeterna_(TV_series)", "http://dbpedia.org/resource/Affair_of_the_Spanish_Marriages", "http://dbpedia.org/resource/Affari_tuoi", "http://dbpedia.org/resource/Afflictions:_Culture_&_Mental_Illness_in_Indonesia", "http://dbpedia.org/resource/African_American_Short_Films", "http://dbpedia.org/resource/African_Sources_for_African_History", "http://dbpedia.org/resource/Afro-Asian_Games", "http://dbpedia.org/resource/After_Hours_(1958_British_TV_series)", "http://dbpedia.org/resource/After_Hours_(2015_British_TV_series)", "http://dbpedia.org/resource/After_Nine", "http://dbpedia.org/resource/Agahi_Award", "http://dbpedia.org/resource/Against_the_Flow", "http://dbpedia.org/resource/Agamemnon_(opera)", "http://dbpedia.org/resource/Agatha_Christie_(video_game_series)", "http://dbpedia.org/resource/Age_of_Empires", "http://dbpedia.org/resource/Age_of_Mortals", "http://dbpedia.org/resource/Agenda_2000", "http://dbpedia.org/resource/Agenda_2010", "http://dbpedia.org/resource/Agent_13:_The_Midnight_Avenger", "http://dbpedia.org/resource/Agent_327", "http://dbpedia.org/resource/Agents_of_Law", "http://dbpedia.org/resource/Agfa_Clack", "http://dbpedia.org/resource/Agfa_Optima_1535_Sensor", "http://dbpedia.org/resource/Agfa_Optima_Flash_Sensor", "http://dbpedia.org/resource/Aldwych_farce", "http://dbpedia.org/resource/Aleksis_Kivi_(opera)", "http://dbpedia.org/resource/Aleppo_soap", "http://dbpedia.org/resource/Alesha's_Street_Dance_Stars", "http://dbpedia.org/resource/Alessandro_(opera)", "http://dbpedia.org/resource/Alex_+_Ada", "http://dbpedia.org/resource/Alex_Delaware", "http://dbpedia.org/resource/Alex_Kidd", "http://dbpedia.org/resource/Alex_McKnight_series", "http://dbpedia.org/resource/Alex_Rider", "http://dbpedia.org/resource/Alexandre_aux_Indes", "http://dbpedia.org/resource/Alexandre_de_Betak", "http://dbpedia.org/resource/Alexandre_et_Roxane", "http://dbpedia.org/resource/Alfa_Papa_Tango", "http://dbpedia.org/resource/Alfie_Atkins", "http://dbpedia.org/resource/Alfred_(Dvo\u0159\u00e1k)", "http://dbpedia.org/resource/Alfred_Kropp_series", "http://dbpedia.org/resource/Dallas:_J.R._Returns", "http://dbpedia.org/resource/Dallas:_The_Early_Years", "http://dbpedia.org/resource/Dallas:_War_of_the_Ewings", "http://dbpedia.org/resource/Dallas_&_Robo", "http://dbpedia.org/resource/Dallas_(1978_TV_series)", "http://dbpedia.org/resource/Dallas_(2012_TV_series)", "http://dbpedia.org/resource/Dallas_Car_Sharks", "http://dbpedia.org/resource/Dallas_Cowboys_Cheerleaders:_Making_the_Team", "http://dbpedia.org/resource/Dallas_Divas_&_Daughters", "http://dbpedia.org/resource/Dallas_Reunion:_The_Return_to_Southfork", "http://dbpedia.org/resource/Dallas_SWAT", "http://dbpedia.org/resource/Dalsa_Origin", "http://dbpedia.org/resource/Dalva", "http://dbpedia.org/resource/Dalva_e_Herivelto:_uma_Can\u00e7\u00e3o_de_Amor", "http://dbpedia.org/resource/Dalziel_and_Pascoe_(TV_series)", "http://dbpedia.org/resource/Dam_Dama_Dam", "http://dbpedia.org/resource/Dama_y_obrero_(American_TV_series)", "http://dbpedia.org/resource/Dama_y_obrero_(Chilean_TV_series)", "http://dbpedia.org/resource/Damage_Control_(TV_series)", "http://dbpedia.org/resource/Damages_(TV_series)", "http://dbpedia.org/resource/Damages_(season_5)", "http://dbpedia.org/resource/Damals_in_der_DDR", "http://dbpedia.org/resource/Damascenone", "http://dbpedia.org/resource/Damascone", "http://dbpedia.org/resource/Damayan", "http://dbpedia.org/resource/Damayanti_(web_series)", "http://dbpedia.org/resource/Dame_Chocolate", "http://dbpedia.org/resource/Dame_Edna's_Neighbourhood_Watch", "http://dbpedia.org/resource/Dame_na_Watashi_ni_Koishite_Kudasai", "http://dbpedia.org/resource/Dames_in_de_Dop", "http://dbpedia.org/resource/Dames_in_de_Dop_1", "http://dbpedia.org/resource/Dames_in_de_Dop_2", "http://dbpedia.org/resource/Damien_(TV_series)", "http://dbpedia.org/resource/Damilola,_Our_Loved_Boy", "http://dbpedia.org/resource/Damn_Yankees!_(1967_film)", "http://dbpedia.org/resource/Damnation_(TV_series)", "http://dbpedia.org/resource/Damned_(TV_series)", "http://dbpedia.org/resource/Damo_(TV_series)", "http://dbpedia.org/resource/Damon_(TV_series)", "http://dbpedia.org/resource/Damon_Runyon_Theater", "http://dbpedia.org/resource/Damon_and_Debbie", "http://dbpedia.org/resource/Damsa", "http://dbpedia.org/resource/DanSing_for_You", "http://dbpedia.org/resource/Dan_&_Becs", "http://dbpedia.org/resource/Dan_August", "http://dbpedia.org/resource/Dan_Dare:_Pilot_of_the_Future_(TV_series)", "http://dbpedia.org/resource/Dan_Deacon:_U.S.A.", "http://dbpedia.org/resource/Dan_Harding's_Wife", "http://dbpedia.org/resource/Dan_Raven", "http://dbpedia.org/resource/Dan_Vs.", "http://dbpedia.org/resource/Dan_and_Nick:_The_Wildebeest_Years", "http://dbpedia.org/resource/Dan_and_Phil", "http://dbpedia.org/resource/Dan_for_Mayor", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Brazil", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_1", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_2", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_3", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_4", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_5", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_6", "http://dbpedia.org/resource/Dance!_La_Fuerza_del_Coraz\u00f3n", "http://dbpedia.org/resource/Dance-2-Nite", "http://dbpedia.org/resource/DanceLife", "http://dbpedia.org/resource/DanceX", "http://dbpedia.org/resource/Dance_'til_Dawn", "http://dbpedia.org/resource/Dance_360", "http://dbpedia.org/resource/Dance_Academy", "http://dbpedia.org/resource/Dance_Boss", "http://dbpedia.org/resource/Dance_Central_(series)", "http://dbpedia.org/resource/Dance_Champions", "http://dbpedia.org/resource/Dance_Dance_(TV_series)", "http://dbpedia.org/resource/Dance_Dance_Dance_(British_TV_series)", "http://dbpedia.org/resource/Dance_Deewane", "http://dbpedia.org/resource/Dance_Factory", "http://dbpedia.org/resource/Dance_Fever", "http://dbpedia.org/resource/Dance_Fever_(2003_TV_series)", "http://dbpedia.org/resource/Dance_India_Dance", "http://dbpedia.org/resource/Dance_Jodi_Dance", "http://dbpedia.org/resource/Dance_Kids", "http://dbpedia.org/resource/Dance_Machine", "http://dbpedia.org/resource/Dance_Moms", "http://dbpedia.org/resource/Dance_Moms:_Miami", "http://dbpedia.org/resource/Dance_Mums_with_Jennifer_Ellison", "http://dbpedia.org/resource/Dance_Party_USA", "http://dbpedia.org/resource/Dance_Plus", "http://dbpedia.org/resource/Dance_Premier_League", "http://dbpedia.org/resource/Dance_Revolution", "http://dbpedia.org/resource/Dance_Se_Puder", "http://dbpedia.org/resource/Dance_Showdown", "http://dbpedia.org/resource/Dance_Suomi", "http://dbpedia.org/resource/Dance_USA_Dance", "http://dbpedia.org/resource/Dance_War:_Bruno_vs._Carrie_Ann", "http://dbpedia.org/resource/Dance_Your_Ass_Off", "http://dbpedia.org/resource/Dance_of_the_Phoenix", "http://dbpedia.org/resource/Dance_of_the_Sky_Empire", "http://dbpedia.org/resource/Dance_on_Sunset", "http://dbpedia.org/resource/Dance_till_Tomorrow", "http://dbpedia.org/resource/Dance_with_Valentino", "http://dbpedia.org/resource/Dancee_Plus", "http://dbpedia.org/resource/Dancer's_Series:_Steps", "http://dbpedia.org/resource/Danchigai", "http://dbpedia.org/resource/Dancin'_Days_(1978_TV_series)", "http://dbpedia.org/resource/Dancin'_Days_(2012_TV_series)", "http://dbpedia.org/resource/Dancin'_to_the_Hits", "http://dbpedia.org/resource/Dancing_9", "http://dbpedia.org/resource/Dancing_Brasil", "http://dbpedia.org/resource/Dancing_Brasil_J\u00fanior", "http://dbpedia.org/resource/Dancing_Champion", "http://dbpedia.org/resource/Dancing_Daze", "http://dbpedia.org/resource/Dancing_Khilladies", "http://dbpedia.org/resource/Dancing_Queen_(American_TV_series)", "http://dbpedia.org/resource/Dancing_Queen_(Indian_TV_series)", "http://dbpedia.org/resource/Dancing_Stars_(Austrian_TV_series)", "http://dbpedia.org/resource/Dancing_Stars_(Bulgarian_TV_series)", "http://dbpedia.org/resource/Dancing_Storybook", "http://dbpedia.org/resource/Dancing_at_the_Harvest_Moon", "http://dbpedia.org/resource/Dancing_on_Ice", "http://dbpedia.org/resource/Dancing_on_Ice_(German_TV_series)", "http://dbpedia.org/resource/Dancing_on_Ice_(Greek_TV_series)", "http://dbpedia.org/resource/Dancing_on_Wheels", "http://dbpedia.org/resource/Dancing_on_the_Edge_(TV_series)", "http://dbpedia.org/resource/Dancing_with_Myself_(TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars", "http://dbpedia.org/resource/Dancing_with_the_Stars:_Juniors", "http://dbpedia.org/resource/Dancing_with_the_Stars:_Taniec_z_gwiazdami", "http://dbpedia.org/resource/Dancing_with_the_Stars_(Albanian_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(Australian_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(Greek_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(Irish_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(New_Zealand_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(South_African_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(South_Korean_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(Thai_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_Myanmar", "http://dbpedia.org/resource/Dancing_with_the_Stars_Nepal", "http://dbpedia.org/resource/Dancouga_\u2013_Super_Beast_Machine_God", "http://dbpedia.org/resource/Dandelion_Dead", "http://dbpedia.org/resource/Dandelion_Family", "http://dbpedia.org/resource/Dangaioh", "http://dbpedia.org/resource/Dangal_(TV_series)", "http://dbpedia.org/resource/Danganronpa", "http://dbpedia.org/resource/Danger_&_Eggs", "http://dbpedia.org/resource/Danger_(TV_series)", "http://dbpedia.org/resource/Danger_5", "http://dbpedia.org/resource/Danger_Bay", "http://dbpedia.org/resource/Danger_Beneath_the_Sea", "http://dbpedia.org/resource/Danger_Boy", "http://dbpedia.org/resource/Danger_Force", "http://dbpedia.org/resource/Danger_Island_(TV_series)", "http://dbpedia.org/resource/Danger_Island_(film)", "http://dbpedia.org/resource/Danger_Man", "http://dbpedia.org/resource/Danger_Mouse_(1981_TV_series)", "http://dbpedia.org/resource/Danger_Mouse_(2015_TV_series)", "http://dbpedia.org/resource/Danger_Rangers", "http://dbpedia.org/resource/Danger_Theatre", "http://dbpedia.org/resource/Danger_UXB", "http://dbpedia.org/resource/Dangerfield_(TV_series)", "http://dbpedia.org/resource/Dangerous_(TV_series)", "http://dbpedia.org/resource/Dangerous_(web_series)", "http://dbpedia.org/resource/Dangerous_Angels", "http://dbpedia.org/resource/Dangerous_Beauty_(TV_series)", "http://dbpedia.org/resource/Dangerous_Curves_(TV_series)", "http://dbpedia.org/resource/Dangerous_Drives", "http://dbpedia.org/resource/Dangerous_Edge:_A_Life_of_Graham_Greene", "http://dbpedia.org/resource/Dangerous_Flights", "http://dbpedia.org/resource/Dangerous_Game_(TV_series)", "http://dbpedia.org/resource/Dangerous_Games_(Armenian_TV_series)", "http://dbpedia.org/resource/Dangerous_Games_(TV_series)", "http://dbpedia.org/resource/Dangerous_Intentions", "http://dbpedia.org/resource/Dangerous_Lady", "http://dbpedia.org/resource/Dangerous_Liaisons_(TV_series)", "http://dbpedia.org/resource/Dangerous_Mind", "http://dbpedia.org/resource/Dangerous_Minds_(TV_series)", "http://dbpedia.org/resource/Dangerous_Passion", "http://dbpedia.org/resource/Dangerous_Woman_(South_Korean_TV_series)", "http://dbpedia.org/resource/Dangerous_Women_(American_TV_series)", "http://dbpedia.org/resource/Dangwa", "http://dbpedia.org/resource/Dani's_Castle", "http://dbpedia.org/resource/Dani's_House", "http://dbpedia.org/resource/Dani_Who%3F", "http://dbpedia.org/resource/Daniel's_Daughter", "http://dbpedia.org/resource/Daniel_Boone_(1964_TV_series)", "http://dbpedia.org/resource/Daniel_Deronda_(TV_series)", "http://dbpedia.org/resource/Daniel_Olin_(TV_program)", "http://dbpedia.org/resource/Daniel_Tiger's_Neighborhood", "http://dbpedia.org/resource/Daniela_(1976_TV_series)", "http://dbpedia.org/resource/Daniela_(2002_TV_series)", "http://dbpedia.org/resource/Danielle_Cable:_Eyewitness", "http://dbpedia.org/resource/Danielle_Steel's_'Palomino'", "http://dbpedia.org/resource/Danielle_Steel's_Star", "http://dbpedia.org/resource/Danmark_Har_Talent", "http://dbpedia.org/resource/Danmarks_N\u00e6ste_Topmodel", "http://dbpedia.org/resource/Danni_Lowinski", "http://dbpedia.org/resource/Danny_(TV_series)", "http://dbpedia.org/resource/Danny_(talk_show)", "http://dbpedia.org/resource/Danny_Detective_INC", "http://dbpedia.org/resource/Danny_Dyer's_Deadliest_Men", "http://dbpedia.org/resource/Danny_Phantom", "http://dbpedia.org/resource/Danny_Wen", "http://dbpedia.org/resource/Danny_and_the_Human_Zoo", "http://dbpedia.org/resource/Dans_Eder_misin%3F", "http://dbpedia.org/resource/Dansbandskampen", "http://dbpedia.org/resource/Danse_avec_les_stars", "http://dbpedia.org/resource/Dansefeber", "http://dbpedia.org/resource/Dansez_pentru_tine", "http://dbpedia.org/resource/Dante's_Cove", "http://dbpedia.org/resource/Dante's_Inferno_(1967_film)", "http://dbpedia.org/resource/Dante_(TV_series)", "http://dbpedia.org/resource/Danz_Showdown", "http://dbpedia.org/resource/Dan\u00e7a_dos_Famosos", "http://dbpedia.org/resource/Dapat_Alam_Mo!", "http://dbpedia.org/resource/Dapat_Ka_Bang_Mahalin%3F", "http://dbpedia.org/resource/Daphne_(2007_film)", "http://dbpedia.org/resource/Daphne_in_the_Brilliant_Blue", "http://dbpedia.org/resource/Daphnis_et_Alcimadure", "http://dbpedia.org/resource/Dapper_Laughs:_On_the_Pull", "http://dbpedia.org/resource/Dappledown_Farm", "http://dbpedia.org/resource/Dapur_Devina", "http://dbpedia.org/resource/Dar_Chashm-e_Baad", "http://dbpedia.org/resource/Dar_El_Bahdja", "http://dbpedia.org/resource/Dar_Si_Jaati_Hai_Sila", "http://dbpedia.org/resource/Dar_mar", "http://dbpedia.org/resource/Dara_O_Briain's_Go_8_Bit", "http://dbpedia.org/resource/Dara_\u00d3_Briain's_Science_Club", "http://dbpedia.org/resource/Dara_\u00d3_Briain:_School_of_Hard_Sums", "http://dbpedia.org/resource/Daraa_Governorate_clashes_(2011\u201313)", "http://dbpedia.org/resource/Daraar_(TV_series)", "http://dbpedia.org/resource/Darating_ang_Umaga", "http://dbpedia.org/resource/Daray_Daray_Naina", "http://dbpedia.org/resource/Darbadar_Tere_Liye", "http://dbpedia.org/resource/Darby_and_Joan_(TV_series)", "http://dbpedia.org/resource/Darcey_&_Stacey", "http://dbpedia.org/resource/Darcy's_Wild_Life", "http://dbpedia.org/resource/Dardanus_(Sacchini)", "http://dbpedia.org/resource/Dare_2_Dance", "http://dbpedia.org/resource/Dare_Me_(TV_series)", "http://dbpedia.org/resource/Dare_Stones", "http://dbpedia.org/resource/Dare_to_Dream:_The_Story_of_the_U.S._Women's_Soccer_Team", "http://dbpedia.org/resource/Daredevil:_End_of_Days", "http://dbpedia.org/resource/Daredevil_(TV_series)", "http://dbpedia.org/resource/Daredevil_(season_1)", "http://dbpedia.org/resource/Dareecha", "http://dbpedia.org/resource/Daria", "http://dbpedia.org/resource/Daridra_Lakshmiyaru", "http://dbpedia.org/resource/Daring_Women", "http://dbpedia.org/resource/Dark_(TV_series)", "http://dbpedia.org/resource/Dark_7_White", "http://dbpedia.org/resource/Dark_Ages_(TV_series)", "http://dbpedia.org/resource/Dark_Angel_(American_TV_series)", "http://dbpedia.org/resource/Dark_Angel_(British_TV_series)", "http://dbpedia.org/resource/Dark_Blue_(TV_series)", "http://dbpedia.org/resource/Dark_Blue_Kiss", "http://dbpedia.org/resource/Dark_Brown_(1963_film)", "http://dbpedia.org/resource/Dark_Days_in_Monkey_City", "http://dbpedia.org/resource/Dark_Desire_(TV_series)", "http://dbpedia.org/resource/Dark_Edge", "http://dbpedia.org/resource/Dark_Fantasy_(series)", "http://dbpedia.org/resource/Dark_Heart_(TV_series)", "http://dbpedia.org/resource/Dark_Hole", "http://dbpedia.org/resource/Dark_Holiday", "http://dbpedia.org/resource/Dark_Justice", "http://dbpedia.org/resource/Dark_Kingdom:_The_Dragon_King", "http://dbpedia.org/resource/Dark_Knight_(TV_series)", "http://dbpedia.org/resource/Dark_Mansions", "http://dbpedia.org/resource/Dark_Matter_(TV_series)", "http://dbpedia.org/resource/Dark_Matters:_Twisted_But_True", "http://dbpedia.org/resource/Dark_Mirror_(1984_film)", "http://dbpedia.org/resource/Dark_Money_(TV_series)", "http://dbpedia.org/resource/Dark_Net_(TV_series)", "http://dbpedia.org/resource/Dark_Night_of_the_Scarecrow", "http://dbpedia.org/resource/Dark_Oracle", "http://dbpedia.org/resource/Dark_Prince:_The_True_Story_of_Dracula", "http://dbpedia.org/resource/Dark_Realm", "http://dbpedia.org/resource/Dark_Relic", "http://dbpedia.org/resource/Dark_Season", "http://dbpedia.org/resource/Dark_Shadows", "http://dbpedia.org/resource/Dark_Shadows_(1991_TV_series)", "http://dbpedia.org/resource/Dark_Shadows_(2004_TV_pilot)", "http://dbpedia.org/resource/Dark_Side_of_the_90's", "http://dbpedia.org/resource/Dark_Side_of_the_Moon_(2002_film)", "http://dbpedia.org/resource/Dark_Side_of_the_Ring", "http://dbpedia.org/resource/Dark_Skies", "http://dbpedia.org/resource/Dark_Sunset", "http://dbpedia.org/resource/Dark_Tales", "http://dbpedia.org/resource/Dark_Tourist_(TV_series)", "http://dbpedia.org/resource/Dark_Towers", "http://dbpedia.org/resource/Dark_Under_the_Sun", "http://dbpedia.org/resource/Dark_Winds", "http://dbpedia.org/resource/Dark_of_Night", "http://dbpedia.org/resource/Darker_than_Black", "http://dbpedia.org/resource/Darknet_(TV_series)", "http://dbpedia.org/resource/Darkover_series", "http://dbpedia.org/resource/Darkroom_(TV_series)", "http://dbpedia.org/resource/Darkside_Blues", "http://dbpedia.org/resource/Darkstalkers", "http://dbpedia.org/resource/Darkstalkers_(TV_series)", "http://dbpedia.org/resource/Darkwing_Duck", "http://dbpedia.org/resource/Darling_Darling_(TV_series)", "http://dbpedia.org/resource/Darlings_of_the_Gods", "http://dbpedia.org/resource/Darna_(2005_TV_series)", "http://dbpedia.org/resource/Darna_(2009_TV_series)", "http://dbpedia.org/resource/Darna_(2022_TV_series)", "http://dbpedia.org/resource/Darndale:_The_Edge_of_Town", "http://dbpedia.org/resource/Darr_Khuda_Say", "http://dbpedia.org/resource/Darr_Sabko_Lagta_Hai", "http://dbpedia.org/resource/Darren_&_Brose_(TV_series)", "http://dbpedia.org/resource/Dartmoor_crosses", "http://dbpedia.org/resource/Das_Blaue_Palais", "http://dbpedia.org/resource/Das_Boot_(TV_series)", "http://dbpedia.org/resource/Das_Christ-Elflein", "http://dbpedia.org/resource/Das_Duo", "http://dbpedia.org/resource/Das_Erbe_der_Guldenburgs", "http://dbpedia.org/resource/Das_Geheimnis_meiner_Familie", "http://dbpedia.org/resource/Das_Haus_Anubis", "http://dbpedia.org/resource/Das_Haus_der_Krokodile", "http://dbpedia.org/resource/Das_Keyboard", "http://dbpedia.org/resource/Das_Kriminalmuseum", "http://dbpedia.org/resource/Das_Liebesverbot", "http://dbpedia.org/resource/Das_Nachtlager_in_Granada", "http://dbpedia.org/resource/Das_Nusch-Nuschi", "http://dbpedia.org/resource/Das_Phantom", "http://dbpedia.org/resource/Das_Rendezvous", "http://dbpedia.org/resource/Das_R\u00e4tsel_der_Sandbank", "http://dbpedia.org/resource/Das_Spielhaus", "http://dbpedia.org/resource/Das_Supertalent", "http://dbpedia.org/resource/Das_Traumschiff", "http://dbpedia.org/resource/Das_Wunder_der_Heliane", "http://dbpedia.org/resource/Das_aktuelle_sportstudio", "http://dbpedia.org/resource/Das_feuerrote_Spielmobil", "http://dbpedia.org/resource/Das_gro\u00dfe_Abenteuer_des_Kaspar_Schmeck", "http://dbpedia.org/resource/Das_kann_ja_heiter_werden", "http://dbpedia.org/resource/Das_unsichtbare_Visier", "http://dbpedia.org/resource/Das_verratene_Meer", "http://dbpedia.org/resource/Dasa_Purandara", "http://dbpedia.org/resource/Dasada_(TV_series)", "http://dbpedia.org/resource/Dash_&_Lily", "http://dbpedia.org/resource/Dash_Dolls", "http://dbpedia.org/resource/Dash_and_Lilly", "http://dbpedia.org/resource/Dasht_(TV_series)", "http://dbpedia.org/resource/Daskon", "http://dbpedia.org/resource/Dastaan-E-Mohabbat_Salim_Anarkali", "http://dbpedia.org/resource/Dastaan_(1995_TV_series)", "http://dbpedia.org/resource/Dastaan_(2010_TV_series)", "http://dbpedia.org/resource/Dastardly_and_Muttley_in_Their_Flying_Machines", "http://dbpedia.org/resource/Dastoor", "http://dbpedia.org/resource/DataGueule", "http://dbpedia.org/resource/Date_A_Live", "http://dbpedia.org/resource/Date_My_Dad", "http://dbpedia.org/resource/Date_My_Ex:_Jo_&_Slade", "http://dbpedia.org/resource/Date_My_Mom", "http://dbpedia.org/resource/Date_Night_(TV_series)", "http://dbpedia.org/resource/Date_with_the_Angels", "http://dbpedia.org/resource/Dateline_(Australian_TV_program)", "http://dbpedia.org/resource/Dateline_(TV_series)", "http://dbpedia.org/resource/Dateline_London", "http://dbpedia.org/resource/Dateline_NBC", "http://dbpedia.org/resource/Dateline_Philippines", "http://dbpedia.org/resource/Dateline_Scotland", "http://dbpedia.org/resource/Dates_(TV_series)", "http://dbpedia.org/resource/Dating_Aaj_Kal", "http://dbpedia.org/resource/Dating_Agency:_Cyrano", "http://dbpedia.org/resource/Dating_Alone", "http://dbpedia.org/resource/Dating_Around", "http://dbpedia.org/resource/Dating_Game_Killer_(film)", "http://dbpedia.org/resource/Dating_Naked", "http://dbpedia.org/resource/Dating_NoFilter", "http://dbpedia.org/resource/Dating_in_the_Dark_(American_TV_series)", "http://dbpedia.org/resource/Dating_in_the_Dark_(British_TV_series)", "http://dbpedia.org/resource/Dating_in_the_Dark_Australia", "http://dbpedia.org/resource/Dating_with_the_Parents", "http://dbpedia.org/resource/Dato'_Siti_Nurhaliza_Unplugged_2015", "http://dbpedia.org/resource/Datong\u2013Jining_Campaign", "http://dbpedia.org/resource/Datsun_510", "http://dbpedia.org/resource/Datsun_Sports", "http://dbpedia.org/resource/Daughter_from_Another_Mother", "http://dbpedia.org/resource/Daughter_of_Darkness_(1990_film)", "http://dbpedia.org/resource/Daughter_of_the_Mind", "http://dbpedia.org/resource/Daughters-in-Law", "http://dbpedia.org/resource/Daughters_(film)", "http://dbpedia.org/resource/Daughters_of_Destiny_(TV_series)", "http://dbpedia.org/resource/Daughters_of_the_Moon", "http://dbpedia.org/resource/Daung_Yin_Pyan_Bon_Nabay_Mhar_Sar_Yay_Loh_Htar_Chin_Dal", "http://dbpedia.org/resource/Davam_Ya_Tamam", "http://dbpedia.org/resource/Dave's_Old_Porn", "http://dbpedia.org/resource/Dave's_One_Night_Stand", "http://dbpedia.org/resource/Dave's_World", "http://dbpedia.org/resource/Dave,_Shelly,_and_Chainsaw", "http://dbpedia.org/resource/Dave_(TV_series)", "http://dbpedia.org/resource/Dave_Brubeck:_In_His_Own_Sweet_Way", "http://dbpedia.org/resource/Dave_Chappelle:_Killin'_Them_Softly", "http://dbpedia.org/resource/Dave_Chappelle:_The_Kennedy_Center_Mark_Twain_Prize_for_American_Humor", "http://dbpedia.org/resource/Dave_Gorman's_Important_Astrology_Experiment", "http://dbpedia.org/resource/Dave_Gorman:_Modern_Life_Is_Goodish", "http://dbpedia.org/resource/Dave_Matthews_Band_Caravan", "http://dbpedia.org/resource/Dave_in_the_Life", "http://dbpedia.org/resource/Dave_the_Barbarian", "http://dbpedia.org/resource/Davey_and_Goliath", "http://dbpedia.org/resource/David's_Mother", "http://dbpedia.org/resource/David_(1988_film)", "http://dbpedia.org/resource/David_(TV_series)", "http://dbpedia.org/resource/David_Attenborough's_Conquest_of_the_Skies_3D", "http://dbpedia.org/resource/David_Attenborough's_Life_Stories", "http://dbpedia.org/resource/David_Attenborough's_Natural_Curiosities", "http://dbpedia.org/resource/David_Attenborough's_Natural_History_Museum_Alive", "http://dbpedia.org/resource/David_Attenborough's_Rise_of_Animals:_Triumph_of_the_Vertebrates", "http://dbpedia.org/resource/David_Attenborough:_A_Life_on_Our_Planet", "http://dbpedia.org/resource/David_Beckham's_Soccer_USA", "http://dbpedia.org/resource/David_Broome", "http://dbpedia.org/resource/David_Cassidy:_Man_Undercover", "http://dbpedia.org/resource/David_Copperfield_(1956_TV_serial)", "http://dbpedia.org/resource/David_Copperfield_(1966_TV_serial)", "http://dbpedia.org/resource/David_Copperfield_(1986_TV_serial)", "http://dbpedia.org/resource/David_Copperfield_(1993_film)", "http://dbpedia.org/resource/David_Copperfield_(1999_film)", "http://dbpedia.org/resource/David_Copperfield_(2000_film)", "http://dbpedia.org/resource/David_Easter", "http://dbpedia.org/resource/David_Makes_Man", "http://dbpedia.org/resource/David_Tench_Tonight", "http://dbpedia.org/resource/David_Tutera's_Celebrations", "http://dbpedia.org/resource/Davina_(talk_show)", "http://dbpedia.org/resource/Davis_Rules", "http://dbpedia.org/resource/Davis_at_Large", "http://dbpedia.org/resource/Davy_Crockett_(miniseries)", "http://dbpedia.org/resource/Dawn:_Portrait_of_a_Teenage_Runaway", "http://dbpedia.org/resource/Dawn_Anna", "http://dbpedia.org/resource/Dawn_of_Humanity", "http://dbpedia.org/resource/Dawn_of_the_Croods", "http://dbpedia.org/resource/Dawson's_Creek", "http://dbpedia.org/resource/Dawson's_Weekly", "http://dbpedia.org/resource/Day-O_(film)", "http://dbpedia.org/resource/Day_&_Date", "http://dbpedia.org/resource/Day_5", "http://dbpedia.org/resource/Day_Break", "http://dbpedia.org/resource/Day_Break_Illusion", "http://dbpedia.org/resource/Day_Day_Up", "http://dbpedia.org/resource/Day_Off_(TV_program)", "http://dbpedia.org/resource/Day_One_(1989_film)", "http://dbpedia.org/resource/Day_One_(TV_series)", "http://dbpedia.org/resource/Day_One_(Torchwood)", "http://dbpedia.org/resource/Day_Planner", "http://dbpedia.org/resource/Day_To_Remember", "http://dbpedia.org/resource/Day_Zero:_The_Series", "http://dbpedia.org/resource/Day_and_Night_(TV_series)", "http://dbpedia.org/resource/Day_and_night_camera", "http://dbpedia.org/resource/Day_by_Day_(American_TV_series)", "http://dbpedia.org/resource/Day_in_Court", "http://dbpedia.org/resource/Day_in_Court_(TV_series)", "http://dbpedia.org/resource/Day_of_Decision", "http://dbpedia.org/resource/Day_of_Reckoning_(2016_film)", "http://dbpedia.org/resource/Day_of_the_Dead_(TV_series)", "http://dbpedia.org/resource/Day_of_the_Moon", "http://dbpedia.org/resource/Daya:_Chentheeyil_Chalicha_Kumkumapottu", "http://dbpedia.org/resource/Daybreak_(1993_film)", "http://dbpedia.org/resource/Daybreak_(2010_TV_programme)", "http://dbpedia.org/resource/Daybreak_(2019_TV_series)", "http://dbpedia.org/resource/Daybreak_(Philippine_TV_program)", "http://dbpedia.org/resource/Daybreak_Northern_Ireland", "http://dbpedia.org/resource/Daybreak_Scotland", "http://dbpedia.org/resource/Daydi_qizning_daftari", "http://dbpedia.org/resource/Daylight_Robbery_(TV_series)", "http://dbpedia.org/resource/Days_Like_These_(TV_series)", "http://dbpedia.org/resource/Days_That_Shook_the_World", "http://dbpedia.org/resource/Days_of_Hope", "http://dbpedia.org/resource/Days_of_Our_Lives", "http://dbpedia.org/resource/Days_of_Our_Lives:_Beyond_Salem", "http://dbpedia.org/resource/Daytime_Divas", "http://dbpedia.org/resource/Daytime_Emmy_Award", "http://dbpedia.org/resource/Daytona_Aircraft_D-200", "http://dbpedia.org/resource/DayxDay", "http://dbpedia.org/resource/Dazu_Rock_Carvings", "http://dbpedia.org/resource/DeMarcus_Family_Rules", "http://dbpedia.org/resource/DeSoto_Caverns", "http://dbpedia.org/resource/DeVanity", "http://dbpedia.org/resource/De_Biker_Boys", "http://dbpedia.org/resource/De_Club_van_Sinterklaas", "http://dbpedia.org/resource/De_Cock_Late_Night", "http://dbpedia.org/resource/De_Collega's", "http://dbpedia.org/resource/De_Corpo_e_Alma_(TV_series)", "http://dbpedia.org/resource/De_F\u00e9rias_com_o_Ex", "http://dbpedia.org/resource/De_F\u00e9rias_com_o_Ex:_Caribe", "http://dbpedia.org/resource/De_Ijazat", "http://dbpedia.org/resource/De_Ijazat_Jo_Tu", "http://dbpedia.org/resource/De_Jongens_tegen_de_Meisjes", "http://dbpedia.org/resource/De_Kist", "http://dbpedia.org/resource/De_Lama's", "http://dbpedia.org/resource/De_Luizenmoeder", "http://dbpedia.org/resource/De_Mol_(TV_series)", "http://dbpedia.org/resource/De_Pfaffs", "http://dbpedia.org/resource/De_Primera_Mano", "http://dbpedia.org/resource/De_Stille_Kracht_(TV_series)", "http://dbpedia.org/resource/De_Stratemakeropzeeshow", "http://dbpedia.org/resource/De_Verraders", "http://dbpedia.org/resource/De_Wereld_Draait_Door", "http://dbpedia.org/resource/De_Wereld_van_K3", "http://dbpedia.org/resource/De_bedenkers", "http://dbpedia.org/resource/De_brutas,_nada", "http://dbpedia.org/resource/De_drabbade", "http://dbpedia.org/resource/De_frente_al_sol", "http://dbpedia.org/resource/De_mujeres", "http://dbpedia.org/resource/De_oro_puro", "http://dbpedia.org/resource/De_pocas,_pocas_pulgas", "http://dbpedia.org/resource/De_pura_sangre", "http://dbpedia.org/resource/De_que_te_quiero,_te_quiero", "http://dbpedia.org/resource/De_todas_maneras_Rosa", "http://dbpedia.org/resource/De_t\u00fa_a_t\u00fa", "http://dbpedia.org/resource/De_viaje_con_los_Derbez", "http://dbpedia.org/resource/De_vuelta_al_barrio", "http://dbpedia.org/resource/Deacons_for_Defense_(film)", "http://dbpedia.org/resource/Dead_7", "http://dbpedia.org/resource/Dead_Ahead:_The_Exxon_Valdez_Disaster", "http://dbpedia.org/resource/Dead_Before_Dawn_(1993_film)", "http://dbpedia.org/resource/Dead_Boss", "http://dbpedia.org/resource/Dead_End:_Paranormal_Park", "http://dbpedia.org/resource/Dead_Famous_(TV_series)", "http://dbpedia.org/resource/Dead_Gorgeous", "http://dbpedia.org/resource/Dead_Grandma", "http://dbpedia.org/resource/Dead_Head_(TV_series)", "http://dbpedia.org/resource/Dead_Husbands", "http://dbpedia.org/resource/Dead_Island_(series)", "http://dbpedia.org/resource/Dead_Kansas", "http://dbpedia.org/resource/Dead_Lake_(TV_series)", "http://dbpedia.org/resource/Dead_Last", "http://dbpedia.org/resource/Dead_Like_Me", "http://dbpedia.org/resource/Dead_Lucky_(TV_series)", "http://dbpedia.org/resource/Dead_Man's_Folly_(film)", "http://dbpedia.org/resource/Dead_Man's_Gun", "http://dbpedia.org/resource/Dead_Man's_Island", "http://dbpedia.org/resource/Dead_Man's_Walk_(miniseries)", "http://dbpedia.org/resource/Dead_Man_Out", "http://dbpedia.org/resource/Dead_Man_Walking_(Torchwood)", "http://dbpedia.org/resource/Dead_Man_Walking_(opera)", "http://dbpedia.org/resource/Dead_Men_Running", "http://dbpedia.org/resource/Dead_Pixels", "http://dbpedia.org/resource/Dead_Reckoning_(1990_film)", "http://dbpedia.org/resource/Dead_Ringers_(series)", "http://dbpedia.org/resource/Dead_Rising", "http://dbpedia.org/resource/Dead_Set", "http://dbpedia.org/resource/Dead_Silence_(1997_film)", "http://dbpedia.org/resource/Dead_Solid_Perfect", "http://dbpedia.org/resource/Dead_Space_(series)", "http://dbpedia.org/resource/Dead_Still", "http://dbpedia.org/resource/Dead_Wrong_(TV_series)", "http://dbpedia.org/resource/Dead_and_Deader", "http://dbpedia.org/resource/Dead_at_21", "http://dbpedia.org/resource/Dead_in_a_Heartbeat", "http://dbpedia.org/resource/Dead_in_the_Water_(1991_film)", "http://dbpedia.org/resource/Dead_of_Night_(1977_film)", "http://dbpedia.org/resource/Dead_of_Night_(TV_series)", "http://dbpedia.org/resource/Dead_of_Night_(Torchwood)", "http://dbpedia.org/resource/Dead_of_Summer_(TV_series)", "http://dbpedia.org/resource/Dead_on_Target_(film)", "http://dbpedia.org/resource/Dead_to_Me_(TV_series)", "http://dbpedia.org/resource/Dead_to_Rights_(series)", "http://dbpedia.org/resource/Deadbeat_(TV_series)", "http://dbpedia.org/resource/Deadbolt_(film)", "http://dbpedia.org/resource/Deadliest_Catch", "http://dbpedia.org/resource/Deadliest_Catch:_Bloodline", "http://dbpedia.org/resource/Deadliest_Warrior", "http://dbpedia.org/resource/Deadline:_White_House", "http://dbpedia.org/resource/Deadline_(1995_TV_series)", "http://dbpedia.org/resource/Deadline_(2000_TV_series)", "http://dbpedia.org/resource/Deadline_(2007_TV_series)", "http://dbpedia.org/resource/Deadline_(2022_TV_series)", "http://dbpedia.org/resource/Deadline_Design_with_Shaynna_Blaze", "http://dbpedia.org/resource/Deadline_Gallipoli", "http://dbpedia.org/resource/Deadline_Midnight_(TV_series)", "http://dbpedia.org/resource/Deadline_to_Disaster", "http://dbpedia.org/resource/Deadly_Affairs", "http://dbpedia.org/resource/Deadly_Care", "http://dbpedia.org/resource/Deadly_Class_(TV_series)", "http://dbpedia.org/resource/Deadly_Desire", "http://dbpedia.org/resource/Deadly_Down_Under", "http://dbpedia.org/resource/Deadly_Force_(TV_series)", "http://dbpedia.org/resource/Deadly_Games_(TV_series)", "http://dbpedia.org/resource/Deadly_Intentions", "http://dbpedia.org/resource/Deadly_Intentions..._Again%3F", "http://dbpedia.org/resource/Deadly_Invasion:_The_Killer_Bee_Nightmare", "http://dbpedia.org/resource/Deadly_Lessons", "http://dbpedia.org/resource/Deadly_Love", "http://dbpedia.org/resource/Deadly_Messages", "http://dbpedia.org/resource/Deadly_Possessions", "http://dbpedia.org/resource/Deadly_Relations", "http://dbpedia.org/resource/Deadly_Secret", "http://dbpedia.org/resource/Deadly_Sins_(TV_series)", "http://dbpedia.org/resource/Deadly_Visions", "http://dbpedia.org/resource/Deadly_Voyage", "http://dbpedia.org/resource/Deadly_Whispers", "http://dbpedia.org/resource/Deadly_Women", "http://dbpedia.org/resource/Deadman's_Curve", "http://dbpedia.org/resource/Deadman_Wonderland", "http://dbpedia.org/resource/Deadpool_(TV_series)", "http://dbpedia.org/resource/Deadtime_Stories_(TV_series)", "http://dbpedia.org/resource/Deadwater_Fell", "http://dbpedia.org/resource/Deadwax", "http://dbpedia.org/resource/Deadwind", "http://dbpedia.org/resource/Deadwood:_The_Movie", "http://dbpedia.org/resource/Deadwood_(TV_series)", "http://dbpedia.org/resource/Deaf_U", "http://dbpedia.org/resource/Deafplanet", "http://dbpedia.org/resource/Deal_(Greek_game_show)", "http://dbpedia.org/resource/Deal_Or_No_Deal_Indonesia", "http://dbpedia.org/resource/Deal_Ya_No_Deal", "http://dbpedia.org/resource/Deal_or_No_Deal_(American_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Arab_world)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Australian_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(British_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Iranian_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Irish_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Maltese_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(New_Zealand_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Singaporean_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Tunisian_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(U.S._game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_Canada", "http://dbpedia.org/resource/Deal_or_No_Deal_Malaysia_(English-language_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_Malaysia_(Mandarin-language_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_Nigeria", "http://dbpedia.org/resource/Deal_with_It_(TV_series)", "http://dbpedia.org/resource/Dealer's_Choice_(game_show)", "http://dbpedia.org/resource/Dealer_(TV_series)", "http://dbpedia.org/resource/Dealers_(TV_series)", "http://dbpedia.org/resource/Deals_on_Wheels", "http://dbpedia.org/resource/Dean_Edge", "http://dbpedia.org/resource/Dear,_Dear_Son-In-Law", "http://dbpedia.org/resource/Dear..._(TV_series)", "http://dbpedia.org/resource/Dear._M", "http://dbpedia.org/resource/Dear_Archimedes", "http://dbpedia.org/resource/Dear_Aunt_Agnes", "http://dbpedia.org/resource/Dear_Class_of_2020", "http://dbpedia.org/resource/Dear_Diary_(FM_Static_album)", "http://dbpedia.org/resource/Dear_Dumb_Diary_(film)", "http://dbpedia.org/resource/Dear_Edward_(TV_series)", "http://dbpedia.org/resource/Dear_Friend:_Bakasyonistas", "http://dbpedia.org/resource/Dear_Friend:_Karibal", "http://dbpedia.org/resource/Dear_Friend:_Kay_Tagal_Kitang_Hinintay", "http://dbpedia.org/resource/Dear_Friend:_Madrasta", "http://dbpedia.org/resource/Dear_Friend_(TV_series)", "http://dbpedia.org/resource/Dear_Genevieve", "http://dbpedia.org/resource/Dear_Green_Place", "http://dbpedia.org/resource/Dear_Heaven", "http://dbpedia.org/resource/Dear_John_(American_TV_series)", "http://dbpedia.org/resource/Dear_John_(British_TV_series)", "http://dbpedia.org/resource/Dear_Ladies", "http://dbpedia.org/resource/Dear_Mayang_Street", "http://dbpedia.org/resource/Dear_Mom,_Love_Cher", "http://dbpedia.org/resource/Dear_Mom_(TV_series)", "http://dbpedia.org/resource/Dear_Mother...Love_Albert", "http://dbpedia.org/resource/Dear_Mr._Gacy", "http://dbpedia.org/resource/Dear_My_Friends", "http://dbpedia.org/resource/Dear_My_Friends_(Chinese_TV_series)", "http://dbpedia.org/resource/Dear_My_Sister", "http://dbpedia.org/resource/Dear_Phoebe", "http://dbpedia.org/resource/Dear_Prudence_(2008_film)", "http://dbpedia.org/resource/Dear_Santa_(2011_film)", "http://dbpedia.org/resource/Dear_Sister", "http://dbpedia.org/resource/Dear_Uge", "http://dbpedia.org/resource/Dear_White_People_(TV_series)", "http://dbpedia.org/resource/Dear_X_Who_Doesn't_Love_Me", "http://dbpedia.org/resource/Dearest_Enemy_(TV_series)", "http://dbpedia.org/resource/Death's_Head_(series)", "http://dbpedia.org/resource/Death_By_Gossip_with_Wendy_Williams", "http://dbpedia.org/resource/Death_Car_on_the_Freeway", "http://dbpedia.org/resource/Death_Comes_to_Pemberley_(TV_series)", "http://dbpedia.org/resource/Death_Cruise", "http://dbpedia.org/resource/Death_Game_(1996_film)", "http://dbpedia.org/resource/Death_Has_a_Bad_Reputation", "http://dbpedia.org/resource/Death_Is_the_Only_Answer", "http://dbpedia.org/resource/Death_Note", "http://dbpedia.org/resource/Death_Note:_New_Generation", "http://dbpedia.org/resource/Death_Note_(2015_TV_series)", "http://dbpedia.org/resource/Death_Parade", "http://dbpedia.org/resource/Death_Race_(1973_film)", "http://dbpedia.org/resource/Death_Saved_My_Life", "http://dbpedia.org/resource/Death_Scream", "http://dbpedia.org/resource/Death_Sentence_(1974_film)", "http://dbpedia.org/resource/Death_Takes_a_Holiday_(1971_film)", "http://dbpedia.org/resource/Death_Train", "http://dbpedia.org/resource/Death_Unexplained", "http://dbpedia.org/resource/Death_Valley_(TV_series)", "http://dbpedia.org/resource/Death_Valley_Days", "http://dbpedia.org/resource/Death_Wish_(film_series)", "http://dbpedia.org/resource/Death_and_Nightingales_(TV_series)", "http://dbpedia.org/resource/Death_at_Love_House", "http://dbpedia.org/resource/Death_by_Magic", "http://dbpedia.org/resource/Death_in_Paradise_(TV_series)", "http://dbpedia.org/resource/Death_in_Small_Doses_(1995_film)", "http://dbpedia.org/resource/Death_in_Venice_(opera)", "http://dbpedia.org/resource/Death_of_Apartheid", "http://dbpedia.org/resource/Death_of_a_Centerfold", "http://dbpedia.org/resource/Death_of_a_Princess", "http://dbpedia.org/resource/Death_of_a_Prophet", "http://dbpedia.org/resource/Death_of_a_Salesman_(1966_American_film)", "http://dbpedia.org/resource/Death_of_a_Salesman_(1985_film)", "http://dbpedia.org/resource/Death_of_the_Doctor", "http://dbpedia.org/resource/Death_on_a_Factory_Farm", "http://dbpedia.org/resource/Death_or_Canada", "http://dbpedia.org/resource/Deathlands", "http://dbpedia.org/resource/Deathlands:_Homeward_Bound", "http://dbpedia.org/resource/Deathmoon", "http://dbpedia.org/resource/Deathstroke:_Knights_&_Dragons", "http://dbpedia.org/resource/Debatable_(game_show)", "http://dbpedia.org/resource/Debate_Night", "http://dbpedia.org/resource/Debate_Wars", "http://dbpedia.org/resource/Debate_on_traditional_and_simplified_Chinese_characters", "http://dbpedia.org/resource/Debate_with_Mare_at_Pare", "http://dbpedia.org/resource/Debi_Choudhurani", "http://dbpedia.org/resource/Debiera_haber_obispas", "http://dbpedia.org/resource/Debipaksha_(TV_series)", "http://dbpedia.org/resource/Deborah_(TV_series)", "http://dbpedia.org/resource/Deborah_Polaski", "http://dbpedia.org/resource/Debra!", "http://dbpedia.org/resource/Debris_(TV_series)", "http://dbpedia.org/resource/Debt_(game_show)", "http://dbpedia.org/resource/Decadence_(TV_series)", "http://dbpedia.org/resource/Decad\u00eancia", "http://dbpedia.org/resource/Deceit_(2000_miniseries)", "http://dbpedia.org/resource/Deceit_(2021_miniseries)", "http://dbpedia.org/resource/Deceived_by_Trust", "http://dbpedia.org/resource/December_2009_Lahore_attacks", "http://dbpedia.org/resource/December_Bride", "http://dbpedia.org/resource/December_Flower", "http://dbpedia.org/resource/December_Massacres_of_1950_in_the_Korean_War", "http://dbpedia.org/resource/Deception_(2004_film)", "http://dbpedia.org/resource/Deception_(2013_American_TV_series)", "http://dbpedia.org/resource/Deception_(2018_TV_series)", "http://dbpedia.org/resource/Deception_(Irish_TV_series)", "http://dbpedia.org/resource/Deception_(U.S._TV_series)", "http://dbpedia.org/resource/Deception_(Ugandan_TV_series)", "http://dbpedia.org/resource/Deceptions", "http://dbpedia.org/resource/Dechrau_Canu,_Dechrau_Canmol", "http://dbpedia.org/resource/Decimate_(game_show)", "http://dbpedia.org/resource/Decisiones", "http://dbpedia.org/resource/Decisiones_extremas", "http://dbpedia.org/resource/Decisions!_Decisions!", "http://dbpedia.org/resource/Deck_the_Halls_with_Wacky_Walls", "http://dbpedia.org/resource/Decker_(TV_series)", "http://dbpedia.org/resource/Declassified_(2004_TV_series)", "http://dbpedia.org/resource/Declassified_(2016_TV_series)", "http://dbpedia.org/resource/Decline_and_Fall_(TV_series)", "http://dbpedia.org/resource/Decoded_(Chinese_TV_series)", "http://dbpedia.org/resource/Decoding_COVID-19", "http://dbpedia.org/resource/Decoding_the_Past", "http://dbpedia.org/resource/Decoration_Day_(film)", "http://dbpedia.org/resource/Decoupled", "http://dbpedia.org/resource/Decoy_(TV_series)", "http://dbpedia.org/resource/Decreed_by_Fate", "http://dbpedia.org/resource/Deedan", "http://dbpedia.org/resource/Deemak", "http://dbpedia.org/resource/Deep_Dungeon", "http://dbpedia.org/resource/Deep_Family_Secrets", "http://dbpedia.org/resource/Deep_Garden", "http://dbpedia.org/resource/Deep_Jungle", "http://dbpedia.org/resource/Anupam_(supercomputer)", "http://dbpedia.org/resource/Any_Questions_(Australian_TV_series)", "http://dbpedia.org/resource/Anyone_for_Denis%3F_(video)", "http://dbpedia.org/resource/Anyuta", "http://dbpedia.org/resource/Anza_(missile)", "http://dbpedia.org/resource/Ao_no_F\u016bin", "http://dbpedia.org/resource/Aoi_House", "http://dbpedia.org/resource/Aoki_\u014ckami_to_Shiroki_Mejika", "http://dbpedia.org/resource/Aortic_arches", "http://dbpedia.org/resource/Aphrodite_IX", "http://dbpedia.org/resource/Api_Nodanna_Live", "http://dbpedia.org/resource/Apni_Khushian_Apne_Gham", "http://dbpedia.org/resource/Apno_Nepal_Apno_Gaurab", "http://dbpedia.org/resource/Apocalypse_(D\u00fcrer)", "http://dbpedia.org/resource/Apparel_Lesotho_Alliance_to_fight_AIDS", "http://dbpedia.org/resource/Appeal_for_Courage", "http://dbpedia.org/resource/Appenzell_Wars", "http://dbpedia.org/resource/Appetite_for_Democracy_(Tour)", "http://dbpedia.org/resource/Apple_Music_Festival", "http://dbpedia.org/resource/Apple_OneScanner", "http://dbpedia.org/resource/Appointment_with_Drama", "http://dbpedia.org/resource/Appointment_with_Fear_(radio)", "http://dbpedia.org/resource/Approach_and_Landing_Tests", "http://dbpedia.org/resource/Appusami", "http://dbpedia.org/resource/April_2010_Baghdad_bombings", "http://dbpedia.org/resource/April_Theses", "http://dbpedia.org/resource/Aquamid", "http://dbpedia.org/resource/Aquarius_(British_TV_series)", "http://dbpedia.org/resource/Arabic_Numeral_Series", "http://dbpedia.org/resource/Arag\u00f3n_Sat", "http://dbpedia.org/resource/Arak_gorges", "http://dbpedia.org/resource/Arash_(rocket)", "http://dbpedia.org/resource/Arbeidsvitaminen", "http://dbpedia.org/resource/Arch_Oboler's_Plays", "http://dbpedia.org/resource/Archaic_(comics)", "http://dbpedia.org/resource/Archie_(TV_series)", "http://dbpedia.org/resource/Archie_(comic_book)", "http://dbpedia.org/resource/Archie_Americana_Series", "http://dbpedia.org/resource/Archiv_des_Todes", "http://dbpedia.org/resource/Archos_Generation_4", "http://dbpedia.org/resource/Archos_Generation_5", "http://dbpedia.org/resource/Archos_Gmini_series", "http://dbpedia.org/resource/Archos_Jukebox_series", "http://dbpedia.org/resource/Archpriest_Controversy", "http://dbpedia.org/resource/Arclight_(novel)", "http://dbpedia.org/resource/Arco_Birthday_Party", "http://dbpedia.org/resource/Arctic_Boosh", "http://dbpedia.org/resource/Arctic_Equestrian_Games", "http://dbpedia.org/resource/Arctic_Thunder_Air_Show", "http://dbpedia.org/resource/Ardath_Hit_Parade", "http://dbpedia.org/resource/Arden_Shakespeare", "http://dbpedia.org/resource/Ardjachie_Stone", "http://dbpedia.org/resource/Are_You_My_Brother%3F", "http://dbpedia.org/resource/Area_51_(series)", "http://dbpedia.org/resource/Arenal_Hanging_Bridges", "http://dbpedia.org/resource/Argentina_Bicentennial", "http://dbpedia.org/resource/Argentine_military_trials_of_2009", "http://dbpedia.org/resource/Argument", "http://dbpedia.org/resource/Argumentation_and_Debate", "http://dbpedia.org/resource/Argus_C3", "http://dbpedia.org/resource/Ariane_(Mouret)", "http://dbpedia.org/resource/Ariane_(rocket_family)", "http://dbpedia.org/resource/Arianna_(Marcello)", "http://dbpedia.org/resource/Ariel_Award_for_Best_Actress", "http://dbpedia.org/resource/Arif'in_Hilesi", "http://dbpedia.org/resource/Arion_(Matho)", "http://dbpedia.org/resource/Aristotle_and_the_Gun", "http://dbpedia.org/resource/AM5-M2", "http://dbpedia.org/resource/APF_TV_Fun", "http://dbpedia.org/resource/ARCA_98.9", "http://dbpedia.org/resource/ARCA_Racing_Series", "http://dbpedia.org/resource/ASUS_Transformer", "http://dbpedia.org/resource/ATP_Masters_Series", "http://dbpedia.org/resource/ATP_World_Tour_250_series", "http://dbpedia.org/resource/ATP_World_Tour_Masters_1000", "http://dbpedia.org/resource/A_Casa_das_Sete_Mulheres_(TV_series)", "http://dbpedia.org/resource/A_Christmas_Calendar_(TV_special)", "http://dbpedia.org/resource/A_Coraz\u00f3n_Abierto_(Colombian_telenovela)", "http://dbpedia.org/resource/A_Coraz\u00f3n_Abierto_(Mexican_telenovela)", "http://dbpedia.org/resource/A_Current_Affair", "http://dbpedia.org/resource/A_Current_Affair_(U.S._TV_series)", "http://dbpedia.org/resource/A_Descant_for_Gossips", "http://dbpedia.org/resource/A_Escrava_Isaura_(2004_telenovela)", "http://dbpedia.org/resource/A_Good_Day_for_the_Wind_to_Blow", "http://dbpedia.org/resource/A_History_of_Scotland_(TV_series)", "http://dbpedia.org/resource/A_J_Wentworth,_BA", "http://dbpedia.org/resource/A_League_of_Their_Own_(TV_series)", "http://dbpedia.org/resource/A_League_of_Their_Own_(UK_game_show)", "http://dbpedia.org/resource/A_Muralha_(1968_telenovela)", "http://dbpedia.org/resource/A_New_Life_(1991_TV_series)", "http://dbpedia.org/resource/A_New_Life_(TV_series)", "http://dbpedia.org/resource/A_Place_in_the_Sun_(TV_series)", "http://dbpedia.org/resource/A_Sucessora_(telenovela)", "http://dbpedia.org/resource/A_Way_Out", "http://dbpedia.org/resource/A_calz\u00f3n_quitao", "http://dbpedia.org/resource/A_coraz\u00f3n_abierto_(telenovela)", "http://dbpedia.org/resource/A_flor_de_piel", "http://dbpedia.org/resource/Aadesh_Class_Fast_Patrol_Vessel", "http://dbpedia.org/resource/Boothby_Graffoe_In_No_Particular_Order", "http://dbpedia.org/resource/Border_Rico", "http://dbpedia.org/resource/Bordes_scene", "http://dbpedia.org/resource/Borestone_Mountain_Poetry_Awards", "http://dbpedia.org/resource/Boretronix", "http://dbpedia.org/resource/Born_(comics)", "http://dbpedia.org/resource/Born_Stylish", "http://dbpedia.org/resource/Born_Talking:_A_Personal_Inquiry_into_Language", "http://dbpedia.org/resource/Born_the_Hard_Way", "http://dbpedia.org/resource/Born_to_Spy", "http://dbpedia.org/resource/Bosnia_and_Herzegovina_football_league_system", "http://dbpedia.org/resource/Boss_DR-220", "http://dbpedia.org/resource/Boston_Ideal_Opera_Company", "http://dbpedia.org/resource/Boston_Women's_Heritage_Trail", "http://dbpedia.org/resource/Boswellic_acid", "http://dbpedia.org/resource/Botanica_(series)", "http://dbpedia.org/resource/Bottle_Fairy", "http://dbpedia.org/resource/Bound_for_Glory_(TV_series)", "http://dbpedia.org/resource/Boundless_(Canadian_TV_series)", "http://dbpedia.org/resource/Bouquet_of_Barbed_Wire", "http://dbpedia.org/resource/Bourassa_(automobile)", "http://dbpedia.org/resource/Bourbon_Kid", "http://dbpedia.org/resource/Bourne_(novel_series)", "http://dbpedia.org/resource/Bowl_Challenge_Cup", "http://dbpedia.org/resource/Bowling_Green_Studies_in_Applied_Philosophy", "http://dbpedia.org/resource/Bowling_King", "http://dbpedia.org/resource/Bowraville_murders", "http://dbpedia.org/resource/Boy_Soldier_Series", "http://dbpedia.org/resource/Boy_at_War", "http://dbpedia.org/resource/Boyarina_Morozova_(opera)", "http://dbpedia.org/resource/Boyfriend_(manga)", "http://dbpedia.org/resource/Boys'_Ranch", "http://dbpedia.org/resource/Brace_for_Impact", "http://dbpedia.org/resource/Asgaard_(Mexican_TV_series)", "http://dbpedia.org/resource/Ash,_Kip_and_Luttsy", "http://dbpedia.org/resource/Ashes_to_Ashes_(TV_series)", "http://dbpedia.org/resource/Asian_Australian", "http://dbpedia.org/resource/Asian_Sevens_Series", "http://dbpedia.org/resource/Asmara_(soap_opera)", "http://dbpedia.org/resource/Assault_Suits_series", "http://dbpedia.org/resource/Assyrians_in_the_United_Kingdom", "http://dbpedia.org/resource/Asturian_people", "http://dbpedia.org/resource/Asylum_(BBC_TV_series)", "http://dbpedia.org/resource/Asylum_(Maximum)", "http://dbpedia.org/resource/At_Home_With_Love", "http://dbpedia.org/resource/At_the_Movies_(1982\u201390_TV_series)", "http://dbpedia.org/resource/At_the_Movies_(Australian_TV_series)", "http://dbpedia.org/resource/At_the_Movies_(U.S._TV_series)", "http://dbpedia.org/resource/Atat\u00fcrk's_Reforms", "http://dbpedia.org/resource/Atelier_(series)", "http://dbpedia.org/resource/Carolina_Maneuvers", "http://dbpedia.org/resource/Caroline_Overdrive", "http://dbpedia.org/resource/Carolyn_Gardner", "http://dbpedia.org/resource/Carousel_(comics)", "http://dbpedia.org/resource/Carpinteria_Tar_Pits", "http://dbpedia.org/resource/Carry_On_Christmas_Specials", "http://dbpedia.org/resource/Carryy_on_Shekhar", "http://dbpedia.org/resource/Cars_(painting)", "http://dbpedia.org/resource/Cartas_Chilenas", "http://dbpedia.org/resource/Carter_bonds", "http://dbpedia.org/resource/Cartoon_KAT-TUN", "http://dbpedia.org/resource/Cartoonists_Remember_9/11", "http://dbpedia.org/resource/Carus_Lectures", "http://dbpedia.org/resource/Carus_Mathematical_Monographs", "http://dbpedia.org/resource/Casa_Club_Magazine", "http://dbpedia.org/resource/Casa_de_Vecindad_(TV_series)", "http://dbpedia.org/resource/Casa_de_las_Am\u00e9ricas_Prize", "http://dbpedia.org/resource/Casanova's_Homecoming", "http://dbpedia.org/resource/Casanova_sin_Amor", "http://dbpedia.org/resource/Casca_(series)", "http://dbpedia.org/resource/Cascade_effect_(ecology)", "http://dbpedia.org/resource/Cascina_Vianello", "http://dbpedia.org/resource/Case_Closed_discography", "http://dbpedia.org/resource/Cashcows", "http://dbpedia.org/resource/Casio_9850_series", "http://dbpedia.org/resource/Casio_9860_series", "http://dbpedia.org/resource/Casio_Databank", "http://dbpedia.org/resource/Casio_G'zOne", "http://dbpedia.org/resource/Casos_e_Acasos", "http://dbpedia.org/resource/Casper_and_the_Spectrals", "http://dbpedia.org/resource/Cassandre_(opera)", "http://dbpedia.org/resource/Cassell's_National_Library", "http://dbpedia.org/resource/Caster_Chronicles", "http://dbpedia.org/resource/Castizo", "http://dbpedia.org/resource/Castle_&_Castle", "http://dbpedia.org/resource/Castle_Perilous_(series)", "http://dbpedia.org/resource/Castle_series_stamps", "http://dbpedia.org/resource/Cat's_cradle", "http://dbpedia.org/resource/Cat_Royal", "http://dbpedia.org/resource/Cat_Street_(manga)", "http://dbpedia.org/resource/Cat_the_Cat", "http://dbpedia.org/resource/Catacombs_of_London", "http://dbpedia.org/resource/Catalogues_of_Fundamental_Stars", "http://dbpedia.org/resource/Catalyst_Conference", "http://dbpedia.org/resource/Community_Dateline", "http://dbpedia.org/resource/Community_Development_Council", "http://dbpedia.org/resource/Community_Innovation_Survey", "http://dbpedia.org/resource/Communitybuilders", "http://dbpedia.org/resource/Companions_Quartet", "http://dbpedia.org/resource/Comparison_of_American_and_British_English", "http://dbpedia.org/resource/Compilation_of_Final_Fantasy_VII", "http://dbpedia.org/resource/Complete_Collection_of_Russian_Chronicles", "http://dbpedia.org/resource/Compliance_requirements", "http://dbpedia.org/resource/Composer's_Voice_Concert_Series", "http://dbpedia.org/resource/Compound_refractive_lens", "http://dbpedia.org/resource/Computer-assisted_proof", "http://dbpedia.org/resource/Computer_Stew", "http://dbpedia.org/resource/Computer_Warrior", "http://dbpedia.org/resource/Computer_Warriors", "http://dbpedia.org/resource/Comrades_(TV_series)", "http://dbpedia.org/resource/Con_alma_de_tango", "http://dbpedia.org/resource/Conan_(books)", "http://dbpedia.org/resource/Conan_the_Adventurer_(comics)", "http://dbpedia.org/resource/Conan_the_Barbarian", "http://dbpedia.org/resource/Conceptions_of_Library_and_Information_Science", "http://dbpedia.org/resource/Concert_Spirituel", "http://dbpedia.org/resource/Concerts_of_Antient_Music", "http://dbpedia.org/resource/Concierto_de_almas_(TV_series)", "http://dbpedia.org/resource/Conclave_of_Shadows", "http://dbpedia.org/resource/Concord_School_of_Philosophy", "http://dbpedia.org/resource/Concrete_(comics)", "http://dbpedia.org/resource/Concrete_Series", "http://dbpedia.org/resource/Condesa_por_amor", "http://dbpedia.org/resource/Conditional_proof", "http://dbpedia.org/resource/Condor_Trilogy", "http://dbpedia.org/resource/Conductors_Without_Borders", "http://dbpedia.org/resource/Cones_Series", "http://dbpedia.org/resource/Conexpo-Con/Agg", "http://dbpedia.org/resource/Confederate_Military_History", "http://dbpedia.org/resource/Confederate_States_Army_revival", "http://dbpedia.org/resource/Confessions_of_a_Matchmaker", "http://dbpedia.org/resource/Confessions_of_a_Sociopathic_Social_Climber", "http://dbpedia.org/resource/Conflict_(series)", "http://dbpedia.org/resource/Confluence_Project", "http://dbpedia.org/resource/Conker_(series)", "http://dbpedia.org/resource/Connect_With_English", "http://dbpedia.org/resource/Connection_Machine", "http://dbpedia.org/resource/Connors\u2013McEnroe_rivalry", "http://dbpedia.org/resource/Conqueror_(novel_series)", "http://dbpedia.org/resource/Conquerors'", "http://dbpedia.org/resource/Conquest_of_America_(miniseries)", "http://dbpedia.org/resource/Constantijn_Huygens_Prize", "http://dbpedia.org/resource/Constantinian_bronzes", "http://dbpedia.org/resource/Constellations_(Mir\u00f3)", "http://dbpedia.org/resource/Dell_PERC", "http://dbpedia.org/resource/Delta_Wave", "http://dbpedia.org/resource/Delta_Works", "http://dbpedia.org/resource/Deltec_Cozmo", "http://dbpedia.org/resource/Deltora_Quest_1", "http://dbpedia.org/resource/Deltora_Quest_2", "http://dbpedia.org/resource/Deltora_Quest_3", "http://dbpedia.org/resource/Delusional_Downtown_Divas", "http://dbpedia.org/resource/Demetan_Croaker,_The_Boy_Frog", "http://dbpedia.org/resource/Demetrio_(1773)", "http://dbpedia.org/resource/Demetrio_(1779)", "http://dbpedia.org/resource/Demo_(comics)", "http://dbpedia.org/resource/Democracy_promotion", "http://dbpedia.org/resource/Democratic_National_Convention", "http://dbpedia.org/resource/Demographics_of_Guatemala", "http://dbpedia.org/resource/Demographics_of_Malaysia", "http://dbpedia.org/resource/Demolition_(TV_series)", "http://dbpedia.org/resource/Demon_Princes", "http://dbpedia.org/resource/Den_of_Shadows", "http://dbpedia.org/resource/Den_rette_for_Tor", "http://dbpedia.org/resource/Dene", "http://dbpedia.org/resource/Deng_Xiaoping_Theory", "http://dbpedia.org/resource/Dengeki_Taish\u014d", "http://dbpedia.org/resource/Denney_Kitfox", "http://dbpedia.org/resource/Dennis_Beaches", "http://dbpedia.org/resource/Dentyne", "http://dbpedia.org/resource/Deportations_of_Hungarians_to_the_Czech_lands", "http://dbpedia.org/resource/Deportations_of_the_Ingrian_Finns", "http://dbpedia.org/resource/Dept._Heaven", "http://dbpedia.org/resource/Deputy_Seraph", "http://dbpedia.org/resource/Der_Androj\u00e4ger", "http://dbpedia.org/resource/Der_Bergdoktor_(1992_TV_series)", "http://dbpedia.org/resource/Der_Bulle_von_T\u00f6lz", "http://dbpedia.org/resource/Der_Dativ_ist_dem_Genitiv_sein_Tod", "http://dbpedia.org/resource/Der_Dicke_und_der_Belgier", "http://dbpedia.org/resource/Der_Ermittler", "http://dbpedia.org/resource/Der_Eugen", "http://dbpedia.org/resource/Der_Evangelimann", "http://dbpedia.org/resource/Der_Fall_von_nebenan", "http://dbpedia.org/resource/Der_Fuchs", "http://dbpedia.org/resource/Der_F\u00fcrst_und_das_M\u00e4dchen", "http://dbpedia.org/resource/Der_Goggolori", "http://dbpedia.org/resource/Der_Golem_(opera)", "http://dbpedia.org/resource/Der_Havelkaiser", "http://dbpedia.org/resource/Der_Heiland_auf_dem_Eiland", "http://dbpedia.org/resource/Der_Kapit\u00e4n_(TV_series)", "http://dbpedia.org/resource/Der_Kirschgarten", "http://dbpedia.org/resource/Der_Kommissar_und_das_Meer", "http://dbpedia.org/resource/Der_Kuhreigen", "http://dbpedia.org/resource/Der_K\u00f6nig", "http://dbpedia.org/resource/Der_Mann_ohne_Schatten", "http://dbpedia.org/resource/Der_Millionenerbe", "http://dbpedia.org/resource/Der_Pfundskerl", "http://dbpedia.org/resource/Der_Prins_mu\u00df_her", "http://dbpedia.org/resource/Der_Prinz_von_Pumpelonien", "http://dbpedia.org/resource/Der_Rattenf\u00e4nger_von_Hameln", "http://dbpedia.org/resource/Der_Schatz_im_Niemandsland", "http://dbpedia.org/resource/Der_Schmied_von_Ruhla", "http://dbpedia.org/resource/Der_Schwammerlk\u00f6nig", "http://dbpedia.org/resource/Der_Sonne_entgegen", "http://dbpedia.org/resource/Der_Sturm_(opera)", "http://dbpedia.org/resource/Der_Tod_ist_kein_Beinbruch", "http://dbpedia.org/resource/Der_Vampyr_(Lindpaintner)", "http://dbpedia.org/resource/Der_Widersp\u00e4nstigen_Z\u00e4hmung", "http://dbpedia.org/resource/Der_Winzerk\u00f6nig", "http://dbpedia.org/resource/Der_flie\u00dfende_Fels", "http://dbpedia.org/resource/Der_ganz_normale_Wahnsinn", "http://dbpedia.org/resource/Der_kleine_Doktor", "http://dbpedia.org/resource/Der_kleine_Mann", "http://dbpedia.org/resource/Der_kleine_M\u00f6nch", "http://dbpedia.org/resource/Der_wilde_G\u00e4rtner", "http://dbpedia.org/resource/Derby_Catacombs", "http://dbpedia.org/resource/Derbyshire_Dales_National_Nature_Reserve", "http://dbpedia.org/resource/Deryni_novels", "http://dbpedia.org/resource/Desafio_Internacional_das_Estrelas", "http://dbpedia.org/resource/Descendant_subgroup", "http://dbpedia.org/resource/Descending_tetrachord", "http://dbpedia.org/resource/Description_de_l'\u00c9gypte", "http://dbpedia.org/resource/Desert_War_(miniseries)", "http://dbpedia.org/resource/Desi_DNA", "http://dbpedia.org/resource/Design_Manual_for_Roads_and_Bridges", "http://dbpedia.org/resource/Design_Miami", "http://dbpedia.org/resource/Design_for_logistics", "http://dbpedia.org/resource/Designed_to_Sell", "http://dbpedia.org/resource/Designer_People", "http://dbpedia.org/resource/Designers'_Challenge", "http://dbpedia.org/resource/Designing_for_the_Sexes", "http://dbpedia.org/resource/Designs_of_the_Time", "http://dbpedia.org/resource/Desolation_Jones", "http://dbpedia.org/resource/Desperate_Houses!", "http://dbpedia.org/resource/Desporto_2", "http://dbpedia.org/resource/Destiny's_Children", "http://dbpedia.org/resource/Destiny_by_Love", "http://dbpedia.org/resource/Destroyermen", "http://dbpedia.org/resource/Desus_vs._Mero", "http://dbpedia.org/resource/Det_b\u00e4sta_fr\u00e5n_Idol", "http://dbpedia.org/resource/Det_femte_v\u00e4derstrecket", "http://dbpedia.org/resource/Detective_Erlendur_series", "http://dbpedia.org/resource/Detective_Quiz", "http://dbpedia.org/resource/Detroit_Autorama", "http://dbpedia.org/resource/Detroit_Industry_Murals", "http://dbpedia.org/resource/Deus_(TV_series)", "http://dbpedia.org/resource/Deutsch_Klasse", "http://dbpedia.org/resource/Developing_Unconventional_Gas", "http://dbpedia.org/resource/Deverry_Cycle", "http://dbpedia.org/resource/Devil's_Jumps,_Churt", "http://dbpedia.org/resource/Devon_Horse_Show", "http://dbpedia.org/resource/Dewey\u2013Stassen_debate", "http://dbpedia.org/resource/Dey's_Arena", "http://dbpedia.org/resource/Uruguayan_Civil_War", "http://dbpedia.org/resource/Urusei_Yatsura", "http://dbpedia.org/resource/Us,_ours_and_yours_(TV_series)", "http://dbpedia.org/resource/Us_&_Them", "http://dbpedia.org/resource/Us_(1991_film)", "http://dbpedia.org/resource/Us_(British_TV_series)", "http://dbpedia.org/resource/Us_Girls", "http://dbpedia.org/resource/Us_Girls_(TV_program)", "http://dbpedia.org/resource/Us_and_Them_(Australian_TV_series)", "http://dbpedia.org/resource/Usapang_Business", "http://dbpedia.org/resource/Usapang_Real_Life", "http://dbpedia.org/resource/Usapang_Real_Love", "http://dbpedia.org/resource/Usavich", "http://dbpedia.org/resource/Ushijima_the_Loan_Shark", "http://dbpedia.org/resource/Ushnas_Prize", "http://dbpedia.org/resource/Usogui", "http://dbpedia.org/resource/Usop_Sontorian", "http://dbpedia.org/resource/Usotsuki_Paradox", "http://dbpedia.org/resource/Usta_usta", "http://dbpedia.org/resource/Ustani_Jee", "http://dbpedia.org/resource/Utacon", "http://dbpedia.org/resource/Ute_Wars", "http://dbpedia.org/resource/Uth_Records", "http://dbpedia.org/resource/Uthiripookkal_(TV_series)", "http://dbpedia.org/resource/Uti_v\u00e5r_hage_(TV_series)", "http://dbpedia.org/resource/Utilizator", "http://dbpedia.org/resource/Utisak_nedelje", "http://dbpedia.org/resource/Utopia_(2013_film)", "http://dbpedia.org/resource/Utopia_(2014_American_TV_series)", "http://dbpedia.org/resource/Utopia_(2020_TV_series)", "http://dbpedia.org/resource/Utopia_(Australian_TV_series)", "http://dbpedia.org/resource/Utopia_(British_TV_series)", "http://dbpedia.org/resource/Utopia_(Doctor_Who)", "http://dbpedia.org/resource/Utopia_Falls", "http://dbpedia.org/resource/Uttai_Tawee", "http://dbpedia.org/resource/Uttaran", "http://dbpedia.org/resource/Uttarayana_(TV_series)", "http://dbpedia.org/resource/Uuden_Musiikin_Kilpailu", "http://dbpedia.org/resource/Uutisvuoto", "http://dbpedia.org/resource/Uwe_Schulten-Baumer", "http://dbpedia.org/resource/Uyajola_9/9", "http://dbpedia.org/resource/Uyan\u0131\u015f:_B\u00fcy\u00fck_Sel\u00e7uklu", "http://dbpedia.org/resource/Uyire_(TV_series)", "http://dbpedia.org/resource/Uyirmei", "http://dbpedia.org/resource/Uzalo", "http://dbpedia.org/resource/Uzumaki", "http://dbpedia.org/resource/V-1_(TV_series)", "http://dbpedia.org/resource/V-Focus", "http://dbpedia.org/resource/V.I.P._(American_TV_series)", "http://dbpedia.org/resource/V.I.P._(talk_show)", "http://dbpedia.org/resource/V8Star_Series", "http://dbpedia.org/resource/V8Xtra", "http://dbpedia.org/resource/VAX_7000/10000", "http://dbpedia.org/resource/VCal", "http://dbpedia.org/resource/VDNKh_(Russia)", "http://dbpedia.org/resource/VD_Blues", "http://dbpedia.org/resource/VH1's_Legends", "http://dbpedia.org/resource/VH1:_I_Love_series", "http://dbpedia.org/resource/VH1_Family_Reunion:_Love_&_Hip_Hop_Edition", "http://dbpedia.org/resource/VH1_ILL-ustrated", "http://dbpedia.org/resource/VH1_Live!", "http://dbpedia.org/resource/VH1_Storytellers", "http://dbpedia.org/resource/VH1_Top_20_Video_Countdown", "http://dbpedia.org/resource/VIC_(TV_series)", "http://dbpedia.org/resource/VIP_(South_Korean_TV_series)", "http://dbpedia.org/resource/VIP_Brother", "http://dbpedia.org/resource/VIP_Dance", "http://dbpedia.org/resource/VIP_Television", "http://dbpedia.org/resource/VMV-class_patrol_boat", "http://dbpedia.org/resource/VOMO:_Vote_or_Miss_Out", "http://dbpedia.org/resource/VR.5", "http://dbpedia.org/resource/VRT_NWS_Journaal", "http://dbpedia.org/resource/VR_Class_Sk1", "http://dbpedia.org/resource/VR_Troopers", "http://dbpedia.org/resource/VTM_Nieuws", "http://dbpedia.org/resource/V_(1983_miniseries)", "http://dbpedia.org/resource/V_(1984_TV_series)", "http://dbpedia.org/resource/V_(2009_TV_series)", "http://dbpedia.org/resource/V_Day_(film)", "http://dbpedia.org/resource/V_Entertainment", "http://dbpedia.org/resource/V_Graham_Norton", "http://dbpedia.org/resource/V_Love", "http://dbpedia.org/resource/V_The_Final_Battle", "http://dbpedia.org/resource/V_The_Serial", "http://dbpedia.org/resource/V_Wars", "http://dbpedia.org/resource/Va-Bank", "http://dbpedia.org/resource/Vacancy_in_Vaughan_Street", "http://dbpedia.org/resource/Vacation_Playhouse", "http://dbpedia.org/resource/Vacationland_(comedy_show)", "http://dbpedia.org/resource/Vaccination_Act", "http://dbpedia.org/resource/Vaccination_schedule", "http://dbpedia.org/resource/Vacuuming_Completely_Nude_in_Paradise", "http://dbpedia.org/resource/Vade_Retro", "http://dbpedia.org/resource/Vadham", "http://dbpedia.org/resource/Vadinamma", "http://dbpedia.org/resource/Vagabond_(TV_series)", "http://dbpedia.org/resource/Vagabond_(manga)", "http://dbpedia.org/resource/Vagrant_Queen", "http://dbpedia.org/resource/Vaguthu_Faaithu_Nuvanees", "http://dbpedia.org/resource/Vahum", "http://dbpedia.org/resource/Vai_Anitta", "http://dbpedia.org/resource/Vaidehi_(2006_TV_series)", "http://dbpedia.org/resource/Vaidehi_(2013_TV_series)", "http://dbpedia.org/resource/Vaidhegi_Kaathirundhaal", "http://dbpedia.org/resource/Vain_el\u00e4m\u00e4\u00e4", "http://dbpedia.org/resource/Vairoalhi_Ahves_Sirrun", "http://dbpedia.org/resource/Vaisoori", "http://dbpedia.org/resource/Vakinuvaan_Bunefaa_Vaudheh_Nuvanhey%3F", "http://dbpedia.org/resource/Vakivumuge_Kurin", "http://dbpedia.org/resource/Val_De_La_O_Show", "http://dbpedia.org/resource/Val_Falvey,_TD", "http://dbpedia.org/resource/Val_Lewton:_The_Man_in_the_Shadows", "http://dbpedia.org/resource/Val_Meets_The_VIPs", "http://dbpedia.org/resource/Valdemar_Poulsen_Gold_Medal", "http://dbpedia.org/resource/Vale_Tudo_(TV_series)", "http://dbpedia.org/resource/Vale_todo", "http://dbpedia.org/resource/Valemont", "http://dbpedia.org/resource/Valentina_(1989_TV_series)", "http://dbpedia.org/resource/Valentina_(1993_TV_series)", "http://dbpedia.org/resource/Valentine's_Day_(TV_series)", "http://dbpedia.org/resource/Valentine_(TV_series)", "http://dbpedia.org/resource/Valentino_el_argentino", "http://dbpedia.org/resource/Valeria_(1966_TV_series)", "http://dbpedia.org/resource/Valeria_(2009_TV_series)", "http://dbpedia.org/resource/Valeria_(2020_TV_series)", "http://dbpedia.org/resource/Valeria_medico_legale", "http://dbpedia.org/resource/Valeria_y_Maximiliano", "http://dbpedia.org/resource/Valerie's_Home_Cooking", "http://dbpedia.org/resource/Valiant_Lady", "http://dbpedia.org/resource/Valiente_(1992_TV_series)", "http://dbpedia.org/resource/Valiente_(2012_TV_series)", "http://dbpedia.org/resource/Valientes", "http://dbpedia.org/resource/Valisar_Trilogy", "http://dbpedia.org/resource/Vali\u00f3_la_pena_(TV_series)", "http://dbpedia.org/resource/Valkyrie_Profile_(series)", "http://dbpedia.org/resource/Valkyrien", "http://dbpedia.org/resource/Vallamai_Tharayo_(TV_series)", "http://dbpedia.org/resource/Valle_de_los_Ingenios", "http://dbpedia.org/resource/Valley_Forge_(film)", "http://dbpedia.org/resource/Valley_of_Tears_(TV_series)", "http://dbpedia.org/resource/Valley_of_the_Boom", "http://dbpedia.org/resource/Valley_of_the_Dinosaurs", "http://dbpedia.org/resource/Valley_of_the_Dolls_(TV_series)", "http://dbpedia.org/resource/Valley_of_the_T._rex", "http://dbpedia.org/resource/Valley_of_the_Wolves:_Homeland", "http://dbpedia.org/resource/Valley_of_the_Wolves_(TV_series)", "http://dbpedia.org/resource/Valli_(TV_series)", "http://dbpedia.org/resource/Valli_Thirumanam_(TV_series)", "http://dbpedia.org/resource/Valli_di_Comacchio", "http://dbpedia.org/resource/Valois_Tapestries", "http://dbpedia.org/resource/Valor_(TV_series)", "http://dbpedia.org/resource/Valor_da_Vida", "http://dbpedia.org/resource/Valores_(TV_program)", "http://dbpedia.org/resource/Valt_the_Wonder_Deer", "http://dbpedia.org/resource/Valvrave_the_Liberator", "http://dbpedia.org/resource/Val\u00f3_Vil\u00e1g", "http://dbpedia.org/resource/Vamo_Arriba", "http://dbpedia.org/resource/Vamos_Juan", "http://dbpedia.org/resource/Vamos_juntos", "http://dbpedia.org/resource/Vamp_(TV_series)", "http://dbpedia.org/resource/Vampire_(1979_film)", "http://dbpedia.org/resource/Vampire_Academy_(TV_series)", "http://dbpedia.org/resource/Vampire_Bats_(film)", "http://dbpedia.org/resource/Vampire_Beach", "http://dbpedia.org/resource/Vampire_Cheerleaders", "http://dbpedia.org/resource/Vampire_Earth", "http://dbpedia.org/resource/Vampire_Expert", "http://dbpedia.org/resource/Vampire_Heaven", "http://dbpedia.org/resource/Vampire_High", "http://dbpedia.org/resource/Vampire_Hunter_D", "http://dbpedia.org/resource/Vampire_Idol", "http://dbpedia.org/resource/Vampire_Knight", "http://dbpedia.org/resource/Vampire_Plagues_series", "http://dbpedia.org/resource/Vampire_Princess_Miyu", "http://dbpedia.org/resource/Vampire_Prosecutor", "http://dbpedia.org/resource/Vampire_ang_Daddy_Ko", "http://dbpedia.org/resource/Vampires_(TV_series)", "http://dbpedia.org/resource/Vampires_Rock", "http://dbpedia.org/resource/Vampirina", "http://dbpedia.org/resource/Vamsam_(TV_series)", "http://dbpedia.org/resource/Van-Pires", "http://dbpedia.org/resource/Van_Dyke_and_Company", "http://dbpedia.org/resource/Van_Gogh_(Kodall\u0131_opera)", "http://dbpedia.org/resource/Van_Helsing_(TV_series)", "http://dbpedia.org/resource/Van_der_Valk", "http://dbpedia.org/resource/Vanakkam_Tamizha", "http://dbpedia.org/resource/Vanambadi_(TV_series)", "http://dbpedia.org/resource/Vanathai_Pola_(TV_series)", "http://dbpedia.org/resource/Vanderpump_Dogs", "http://dbpedia.org/resource/Vanderpump_Rules", "http://dbpedia.org/resource/Vanderpump_Rules:_Jax_And_Brittany_Take_Kentucky", "http://dbpedia.org/resource/Vanderpump_Rules_After_Show", "http://dbpedia.org/resource/Vandhal_Sridevi", "http://dbpedia.org/resource/Vandread", "http://dbpedia.org/resource/Vanessa_(British_TV_series)", "http://dbpedia.org/resource/Vanessa_(Mexican_TV_series)", "http://dbpedia.org/resource/Vanessa_(opera)", "http://dbpedia.org/resource/Vanguard_(TV_series)", "http://dbpedia.org/resource/Vanhojen_tanssit", "http://dbpedia.org/resource/Vani_Rani_(TV_series)", "http://dbpedia.org/resource/Vanished_(1995_film)", "http://dbpedia.org/resource/Vanished_(TV_series)", "http://dbpedia.org/resource/Vanishing_Son", "http://dbpedia.org/resource/Vanities_(TV_program)", "http://dbpedia.org/resource/Vanity_Fair_(1956_TV_series)", "http://dbpedia.org/resource/Vanity_Fair_(1967_TV_serial)", "http://dbpedia.org/resource/Vanity_Fair_(1978_TV_series)", "http://dbpedia.org/resource/Vanity_Fair_(1987_TV_serial)", "http://dbpedia.org/resource/Vanity_Fair_(1998_TV_serial)", "http://dbpedia.org/resource/Vanity_Fair_(2018_TV_series)", "http://dbpedia.org/resource/Vanity_Lair", "http://dbpedia.org/resource/Var_m\u0131s\u0131n%3F_Yok_musun%3F", "http://dbpedia.org/resource/Variable_Geo_(anime)", "http://dbpedia.org/resource/Variety_Bandbox", "http://dbpedia.org/resource/Variety_Big_Brother", "http://dbpedia.org/resource/Variety_Studio:_Actors_on_Actors", "http://dbpedia.org/resource/Variety_in_Sepia", "http://dbpedia.org/resource/Varnappakittu_(TV_series)", "http://dbpedia.org/resource/Varney_&_Co.", "http://dbpedia.org/resource/Vartmaan", "http://dbpedia.org/resource/Varuhuset", "http://dbpedia.org/resource/Vary_Peri", "http://dbpedia.org/resource/Vas_o_No_Vas_(American_game_show)", "http://dbpedia.org/resource/Vasili's_Garden", "http://dbpedia.org/resource/Vasl_(TV_series)", "http://dbpedia.org/resource/Vassalord", "http://dbpedia.org/resource/Vatan\u0131m_Sensin", "http://dbpedia.org/resource/Vater_Seidl_und_sein_Sohn", "http://dbpedia.org/resource/Vatre_ivanjske", "http://dbpedia.org/resource/Vatta's_War", "http://dbpedia.org/resource/Vaudhey_Mee", "http://dbpedia.org/resource/Vaya_semanita", "http://dbpedia.org/resource/Vecinos", "http://dbpedia.org/resource/Vecinos_(Colombian_TV_series)", "http://dbpedia.org/resource/Vectorman", "http://dbpedia.org/resource/Ved_du_hvem_du_er%3F", "http://dbpedia.org/resource/Veep", "http://dbpedia.org/resource/Veer_Shivaji", "http://dbpedia.org/resource/Vega_4_(TV_series)", "http://dbpedia.org/resource/Vegas_(1978_TV_series)", "http://dbpedia.org/resource/Vegas_(2012_TV_series)", "http://dbpedia.org/resource/Vegas_Rat_Rods", "http://dbpedia.org/resource/Vegas_Revolution", "http://dbpedia.org/resource/Vegetable_Soup_(TV_series)", "http://dbpedia.org/resource/Vegfer\u00f0", "http://dbpedia.org/resource/VeggieTales", "http://dbpedia.org/resource/VeggieTales_in_the_City", "http://dbpedia.org/resource/VeggieTales_in_the_House", "http://dbpedia.org/resource/Veiled_Ambition", "http://dbpedia.org/resource/Veintea\u00f1ero_a_los_40", "http://dbpedia.org/resource/Velasco-class_cruiser", "http://dbpedia.org/resource/Velho_Chico", "http://dbpedia.org/resource/Vella_Raja", "http://dbpedia.org/resource/Vellai_Thamarai", "http://dbpedia.org/resource/Vellai_Yaanai", "http://dbpedia.org/resource/Velo_Sound_Station", "http://dbpedia.org/resource/Velo_de_novia", "http://dbpedia.org/resource/Velo_de_novia_(1971_TV_series)", "http://dbpedia.org/resource/Velorama_(film)", "http://dbpedia.org/resource/Velshi_(TV_program)", "http://dbpedia.org/resource/Velunachi", "http://dbpedia.org/resource/Velvet_(TV_series)", "http://dbpedia.org/resource/Velvet_(film)", "http://dbpedia.org/resource/Velvet_Colecci\u00f3n", "http://dbpedia.org/resource/Velvet_Soup", "http://dbpedia.org/resource/Velveteen_&_Mandala", "http://dbpedia.org/resource/Vem_tror_du_att_du_\u00e4r%3F", "http://dbpedia.org/resource/Vem_vet_mest%3F", "http://dbpedia.org/resource/Vem_vill_bli_miljon\u00e4r%3F", "http://dbpedia.org/resource/Ven_conmigo_(TV_series)", "http://dbpedia.org/resource/Vencer_el_desamor", "http://dbpedia.org/resource/Vencer_el_miedo", "http://dbpedia.org/resource/Vencer_el_pasado", "http://dbpedia.org/resource/Vencer_la_ausencia", "http://dbpedia.org/resource/Vendetta:_Secrets_of_a_Mafia_Bride", "http://dbpedia.org/resource/Vendetta:_Truth,_Lies_and_The_Mafia", "http://dbpedia.org/resource/Vendetta_(1999_film)", "http://dbpedia.org/resource/Vendetta_(Armenian_TV_series)", "http://dbpedia.org/resource/Veneno_(TV_series)", "http://dbpedia.org/resource/Venga_Juan", "http://dbpedia.org/resource/Venga_la_alegr\u00eda", "http://dbpedia.org/resource/Venganza_(TV_series)", "http://dbpedia.org/resource/Vengeance_Unlimited", "http://dbpedia.org/resource/Venice:_The_Series", "http://dbpedia.org/resource/Venice_24/7", "http://dbpedia.org/resource/Venice_Medical", "http://dbpedia.org/resource/Venom_(comic_book)", "http://dbpedia.org/resource/Vent_(radio_series)", "http://dbpedia.org/resource/Ventdelpl\u00e0", "http://dbpedia.org/resource/Vento_di_ponente_(TV_series)", "http://dbpedia.org/resource/Venus_5", "http://dbpedia.org/resource/Venus_Capriccio", "http://dbpedia.org/resource/Venus_Observed", "http://dbpedia.org/resource/Venus_Versus_Virus", "http://dbpedia.org/resource/Venus_Wars", "http://dbpedia.org/resource/Venus_und_Adonis", "http://dbpedia.org/resource/Veo_c\u00f3mo_cantas", "http://dbpedia.org/resource/Vera_(TV_series)", "http://dbpedia.org/resource/Vera_of_Las_Vegas", "http://dbpedia.org/resource/Vera_sto_Dexi", "http://dbpedia.org/resource/Verano_azul", "http://dbpedia.org/resource/Verano_de_amor", "http://dbpedia.org/resource/Verano_del_'98", "http://dbpedia.org/resource/Verbotene_Liebe", "http://dbpedia.org/resource/Verbum_nobile", "http://dbpedia.org/resource/Verdad_oculta", "http://dbpedia.org/resource/Verdades_Secretas", "http://dbpedia.org/resource/Verdades_Secretas_(telenovela)", "http://dbpedia.org/resource/Verdades_ocultas", "http://dbpedia.org/resource/Verdeja", "http://dbpedia.org/resource/Verdict_(TV_series)", "http://dbpedia.org/resource/Vereda_Tropical", "http://dbpedia.org/resource/Verg\u00fcenza_(TV_series)", "http://dbpedia.org/resource/Verg\u00fcenza_Ajena:_Made_in_Spain", "http://dbpedia.org/resource/Verissimo_(TV_series)", "http://dbpedia.org/resource/Veritas:_The_Quest", "http://dbpedia.org/resource/Verliebt_in_Berlin", "http://dbpedia.org/resource/Vermilion_Lakes", "http://dbpedia.org/resource/Vermilion_Pleasure_Night", "http://dbpedia.org/resource/Verminators", "http://dbpedia.org/resource/Vermont_Mozart_Festival", "http://dbpedia.org/resource/Verna:_USO_Girl", "http://dbpedia.org/resource/Veronica's_Closet", "http://dbpedia.org/resource/Veronica_Clare", "http://dbpedia.org/resource/Veronica_Mars", "http://dbpedia.org/resource/Verr\u00fcckt_nach_Clara", "http://dbpedia.org/resource/Versailles_(TV_series)", "http://dbpedia.org/resource/Versatile_Varieties", "http://dbpedia.org/resource/Verschollen", "http://dbpedia.org/resource/Versus_Debates", "http://dbpedia.org/resource/Vertige_(TV_series)", "http://dbpedia.org/resource/Very_Big_Very_Soon", "http://dbpedia.org/resource/Very_British_Problems", "http://dbpedia.org/resource/Very_Cavallari", "http://dbpedia.org/resource/Very_Important_People", "http://dbpedia.org/resource/Very_Mary-Kate", "http://dbpedia.org/resource/Very_Small_Business_(TV_series)", "http://dbpedia.org/resource/Ver\u00e3o_90", "http://dbpedia.org/resource/Ver\u00f3nica_(TV_series)", "http://dbpedia.org/resource/Vespertinas", "http://dbpedia.org/resource/Vesti_(VGTRK)", "http://dbpedia.org/resource/Vetri_(season_2)", "http://dbpedia.org/resource/Vetri_(season_3)", "http://dbpedia.org/resource/Vets_in_Practice", "http://dbpedia.org/resource/Vettai:_Pledged_to_Hunt", "http://dbpedia.org/resource/Vettai:_The_Force", "http://dbpedia.org/resource/Vettai_(TV_series)", "http://dbpedia.org/resource/Vetterli_rifle", "http://dbpedia.org/resource/Vexed", "http://dbpedia.org/resource/Ve\u010de_sa_Ivanom_Ivanovi\u0107em", "http://dbpedia.org/resource/Vi_hade_i_alla_fall_tur_med_v\u00e4dret", "http://dbpedia.org/resource/Vi_p\u00e5_Saltkr\u00e5kan", "http://dbpedia.org/resource/Via_Zanardi_33", "http://dbpedia.org/resource/Vibe_(talk_show)", "http://dbpedia.org/resource/Vic_Reeves'_House_Arrest", "http://dbpedia.org/resource/Vic_Reeves_Big_Night_Out", "http://dbpedia.org/resource/Vic_the_Viking", "http://dbpedia.org/resource/Vice_(TV_series)", "http://dbpedia.org/resource/Vice_News_Tonight", "http://dbpedia.org/resource/Vice_Principals", "http://dbpedia.org/resource/Vicini_di_casa", "http://dbpedia.org/resource/Vicious_(American_TV_series)", "http://dbpedia.org/resource/Vicious_(TV_series)", "http://dbpedia.org/resource/Vicious_Circle_(1999_film)", "http://dbpedia.org/resource/Vickers-Carden-Loyd_Light_Amphibious_Tank", "http://dbpedia.org/resource/Vickers_MBT", "http://dbpedia.org/resource/Vicki!", "http://dbpedia.org/resource/Vicky_&_Vetaal", "http://dbpedia.org/resource/Vicky_Ki_Taxi", "http://dbpedia.org/resource/Vicky_the_Viking", "http://dbpedia.org/resource/Victim_(web_series)", "http://dbpedia.org/resource/Victim_Number_8", "http://dbpedia.org/resource/Victim_of_Love_(1991_film)", "http://dbpedia.org/resource/Victims_(film)", "http://dbpedia.org/resource/Victims_for_Victims:_The_Theresa_Saldana_Story", "http://dbpedia.org/resource/Victor/Victoria_(1995_film)", "http://dbpedia.org/resource/Victor_&_Hugo:_Bunglers_in_Crime", "http://dbpedia.org/resource/Victor_&_Maria", "http://dbpedia.org/resource/Victor_(2008_film)", "http://dbpedia.org/resource/Victor_Magtanggol", "http://dbpedia.org/resource/Victor_and_Valentino", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2002", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2003", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2005", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2006", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2010", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2013", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2014", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2015", "http://dbpedia.org/resource/Victoria's_Secret_Swim_Special", "http://dbpedia.org/resource/Victoria_&_Albert_(TV_serial)", "http://dbpedia.org/resource/Victoria_(2007_TV_series)", "http://dbpedia.org/resource/Victoria_(British_TV_series)", "http://dbpedia.org/resource/Victoria_(Mexican_TV_series)", "http://dbpedia.org/resource/Victoria_(miniseries)", "http://dbpedia.org/resource/Victoria_Arches", "http://dbpedia.org/resource/Victoria_Beckham:_Coming_to_America", "http://dbpedia.org/resource/Victoria_Cross_Heroes", "http://dbpedia.org/resource/Victoria_Derbyshire_(TV_programme)", "http://dbpedia.org/resource/Victoria_International_College", "http://dbpedia.org/resource/Victoria_Regina_(film)", "http://dbpedia.org/resource/Victoria_Wood's_All_Day_Breakfast", "http://dbpedia.org/resource/Victoria_Wood's_Mid_Life_Christmas", "http://dbpedia.org/resource/Victoria_Wood:_As_Seen_on_TV", "http://dbpedia.org/resource/Victoria_Wood_(1989_TV_series)", "http://dbpedia.org/resource/Victoria_Wood_As_Seen_On_TV", "http://dbpedia.org/resource/Victoria_Wood_with_All_the_Trimmings", "http://dbpedia.org/resource/Victorian_Farm", "http://dbpedia.org/resource/Victorian_Pharmacy", "http://dbpedia.org/resource/Victorinos", "http://dbpedia.org/resource/Victorious", "http://dbpedia.org/resource/Victory_Tests", "http://dbpedia.org/resource/Victory_at_Entebbe", "http://dbpedia.org/resource/Victory_at_Sea", "http://dbpedia.org/resource/Victory_of_the_Daleks", "http://dbpedia.org/resource/Vida_(TV_series)", "http://dbpedia.org/resource/Vida_por_vida", "http://dbpedia.org/resource/Vida_robada_(1961_TV_series)", "http://dbpedia.org/resource/Vida_robada_(1991_TV_series)", "http://dbpedia.org/resource/Vidago_Palace_(TV_series)", "http://dbpedia.org/resource/Vidas_Cruzadas_(web_series)", "http://dbpedia.org/resource/Vidas_Cruzadas_(webnovela)", "http://dbpedia.org/resource/Vidas_Opostas", "http://dbpedia.org/resource/Vidas_Opostas_(TV_series)", "http://dbpedia.org/resource/Vidas_cruzadas_(1963_TV_series)", "http://dbpedia.org/resource/Vidas_em_Jogo", "http://dbpedia.org/resource/Vidas_robadas", "http://dbpedia.org/resource/Vidas_robadas_(Mexican_TV_series)", "http://dbpedia.org/resource/Vidathu_Sirippu", "http://dbpedia.org/resource/Vidbir", "http://dbpedia.org/resource/VideoGaiden", "http://dbpedia.org/resource/Video_&_Arcade_Top_10", "http://dbpedia.org/resource/Video_Game_High_School", "http://dbpedia.org/resource/Video_Games_Live", "http://dbpedia.org/resource/Video_Girl_Ai", "http://dbpedia.org/resource/Video_Gospel", "http://dbpedia.org/resource/Video_Hits_(Australian_TV_series)", "http://dbpedia.org/resource/Video_Hits_(Canadian_TV_series)", "http://dbpedia.org/resource/Video_Jukebox_(TV_series)", "http://dbpedia.org/resource/Video_Justice", "http://dbpedia.org/resource/Video_Mods", "http://dbpedia.org/resource/Video_Music_Box", "http://dbpedia.org/resource/Video_Power", "http://dbpedia.org/resource/Video_Soul", "http://dbpedia.org/resource/Video_Star", "http://dbpedia.org/resource/Video_Village", "http://dbpedia.org/resource/Video_Voyeur", "http://dbpedia.org/resource/Video_Warrior_Laserion", "http://dbpedia.org/resource/Video_loco_(Chilean_TV_program)", "http://dbpedia.org/resource/Video_on_Trial", "http://dbpedia.org/resource/Videocheck", "http://dbpedia.org/resource/Videogame_Nation_(TV_programme)", "http://dbpedia.org/resource/Videomatch", "http://dbpedia.org/resource/Videopolis_(TV_series)", "http://dbpedia.org/resource/Videos_After_Dark", "http://dbpedia.org/resource/Vidhi_(TV_series)", "http://dbpedia.org/resource/Vidhya_No.1", "http://dbpedia.org/resource/Vidiot", "http://dbpedia.org/resource/Vidrohi_(TV_series)", "http://dbpedia.org/resource/Vidya_(TV_series)", "http://dbpedia.org/resource/Vieni_via_con_me", "http://dbpedia.org/resource/Vienna_Blood_(TV_series)", "http://dbpedia.org/resource/Vier_Frauen_und_ein_Todesfall", "http://dbpedia.org/resource/Vier_gegen_Z", "http://dbpedia.org/resource/Vier_gegen_die_Bank_(1976_film)", "http://dbpedia.org/resource/Viernes_de_F\u00fatbol", "http://dbpedia.org/resource/Viestur_Kairish", "http://dbpedia.org/resource/Vietnam's_Got_Talent", "http://dbpedia.org/resource/Vietnam's_Next_Top_Model", "http://dbpedia.org/resource/Vietnam:_A_Television_History", "http://dbpedia.org/resource/Vietnam:_The_Ten_Thousand_Day_War", "http://dbpedia.org/resource/Vietnam_(miniseries)", "http://dbpedia.org/resource/Vietnam_Idol", "http://dbpedia.org/resource/Vietnam_Rose", "http://dbpedia.org/resource/Vietnam_in_HD", "http://dbpedia.org/resource/Viewpoint_(Australian_TV_program)", "http://dbpedia.org/resource/Viewpoint_(British_TV_series)", "http://dbpedia.org/resource/Viewpoint_(Canadian_TV_program)", "http://dbpedia.org/resource/Viewpoint_(Philippine_TV_program)", "http://dbpedia.org/resource/Viewpoint_(talk_show)", "http://dbpedia.org/resource/Vighnaharta_Ganesh", "http://dbpedia.org/resource/Vigil_(TV_series)", "http://dbpedia.org/resource/Vigilante_Force_(TV_series)", "http://dbpedia.org/resource/Vijay_(TV_series)", "http://dbpedia.org/resource/Vijay_Chithiram", "http://dbpedia.org/resource/Vijay_Kaaviya_Neram", "http://dbpedia.org/resource/Vijay_Stars_Kondattam", "http://dbpedia.org/resource/Vijf_tegen_Vijf", "http://dbpedia.org/resource/Viking:_The_Ultimate_Obstacle_Course", "http://dbpedia.org/resource/Vikings:_Valhalla", "http://dbpedia.org/resource/Vikings_(2012_TV_series)", "http://dbpedia.org/resource/Vikings_(TV_documentary_series)", "http://dbpedia.org/resource/Vikings_(TV_series)", "http://dbpedia.org/resource/Vikings_(season_1)", "http://dbpedia.org/resource/Vikki_RPM", "http://dbpedia.org/resource/Vikram_Aur_Betaal", "http://dbpedia.org/resource/Vikram_Betaal_Ki_Rahasya_Gatha", "http://dbpedia.org/resource/Vila_Madalena_(TV_series)", "http://dbpedia.org/resource/Vila_S\u00e9samo", "http://dbpedia.org/resource/Vilakku_Vacha_Nerathula", "http://dbpedia.org/resource/Vilangu_(web_series)", "http://dbpedia.org/resource/Vild_med_dans", "http://dbpedia.org/resource/Villa_Arzilla", "http://dbpedia.org/resource/Villa_Dulce", "http://dbpedia.org/resource/Villa_Para\u00edso", "http://dbpedia.org/resource/Villa_Quintana", "http://dbpedia.org/resource/Villa_Quintana_(2013_TV_series)", "http://dbpedia.org/resource/Villa_To_Village", "http://dbpedia.org/resource/Village_Barn", "http://dbpedia.org/resource/Village_Hall_(TV_series)", "http://dbpedia.org/resource/Village_Survival,_the_Eight", "http://dbpedia.org/resource/Village_Vets_Australia", "http://dbpedia.org/resource/Village_Wooing_(1962_film)", "http://dbpedia.org/resource/Village_of_the_Damned:_Welcome_to_Dryden", "http://dbpedia.org/resource/Village_of_the_Missing", "http://dbpedia.org/resource/Villainous_(TV_series)", "http://dbpedia.org/resource/Villains_(TV_series)", "http://dbpedia.org/resource/Ville_vesten", "http://dbpedia.org/resource/Vilma_(Philippine_TV_program)", "http://dbpedia.org/resource/Vina_Vidai_Vettai", "http://dbpedia.org/resource/Vina_Vidai_Vettai_Juniors", "http://dbpedia.org/resource/Vina_Vidai_Vettai_Juniors_(season_2)", "http://dbpedia.org/resource/Vince_Lombardi_Trophy", "http://dbpedia.org/resource/Vince_and_Kath", "http://dbpedia.org/resource/Vincent_(TV_series)", "http://dbpedia.org/resource/Vincent_(opera)", "http://dbpedia.org/resource/Vincent_and_the_Doctor", "http://dbpedia.org/resource/Vincenzo_(TV_series)", "http://dbpedia.org/resource/Vinicius_para_Crian\u00e7as_-_Arca_de_No\u00e9", "http://dbpedia.org/resource/Vinko_Coce", "http://dbpedia.org/resource/Vinland_Saga_(manga)", "http://dbpedia.org/resource/Vinnaithaandi_Varuvaayaa_(TV_series)", "http://dbpedia.org/resource/Vinnie_&_Bobby", "http://dbpedia.org/resource/Vino_el_amor", "http://dbpedia.org/resource/Vinyl_(TV_series)", "http://dbpedia.org/resource/Viola_(opera)", "http://dbpedia.org/resource/Violanta", "http://dbpedia.org/resource/Violeta_Violeta", "http://dbpedia.org/resource/Violetta_(TV_series)", "http://dbpedia.org/resource/Violine", "http://dbpedia.org/resource/Viper's_Creed", "http://dbpedia.org/resource/Viper_(TV_series)", "http://dbpedia.org/resource/Vipers_(film)", "http://dbpedia.org/resource/Vipul-class_barge", "http://dbpedia.org/resource/Viraasat_(2006_TV_series)", "http://dbpedia.org/resource/Viral_(web_series)", "http://dbpedia.org/resource/Viral_Scandal", "http://dbpedia.org/resource/Viral_Tap", "http://dbpedia.org/resource/Virals", "http://dbpedia.org/resource/Virasaat_(2002_TV_series)", "http://dbpedia.org/resource/Virgin_1_Presents....", "http://dbpedia.org/resource/Virgin_Ambient_series", "http://dbpedia.org/resource/Virgin_Bhasskar", "http://dbpedia.org/resource/Virgin_Bhasskar_2", "http://dbpedia.org/resource/Virgin_Fleet", "http://dbpedia.org/resource/Virgin_Media_News", "http://dbpedia.org/resource/Virgin_Media_News_at_5.30", "http://dbpedia.org/resource/Virgin_Media_News_at_8.00", "http://dbpedia.org/resource/Virgin_River_(TV_series)", "http://dbpedia.org/resource/Virgin_Territory_(TV_series)", "http://dbpedia.org/resource/Virgin_of_the_Secret_Service", "http://dbpedia.org/resource/Virginia,_la_monaca_di_Monza", "http://dbpedia.org/resource/Virginia-class_cruiser", "http://dbpedia.org/resource/Virginia_(Montero)", "http://dbpedia.org/resource/Virginia_Conventions", "http://dbpedia.org/resource/Virginia_Resolves", "http://dbpedia.org/resource/Virginia_Slave_Codes_of_1705", "http://dbpedia.org/resource/Virginie", "http://dbpedia.org/resource/Virrudh", "http://dbpedia.org/resource/Virtua_Fighter", "http://dbpedia.org/resource/Virtual_Hero", "http://dbpedia.org/resource/Virtual_Murder_(TV_series)", "http://dbpedia.org/resource/Virtual_Obsession", "http://dbpedia.org/resource/Virtual_Seduction", "http://dbpedia.org/resource/Virtuality_(film)", "http://dbpedia.org/resource/Virtually_Famous", "http://dbpedia.org/resource/Virtues_of_Harmony", "http://dbpedia.org/resource/Virtues_of_Harmony_II", "http://dbpedia.org/resource/Virus_(1995_film)", "http://dbpedia.org/resource/Vis_Unda_20000%3F", "http://dbpedia.org/resource/Vis_a_vis:_El_Oasis", "http://dbpedia.org/resource/Visaal", "http://dbpedia.org/resource/Vish_(TV_series)", "http://dbpedia.org/resource/Vish_Ya_Amrit:_Sitara", "http://dbpedia.org/resource/Vishkanya_Ek_Anokhi_Prem_Kahani", "http://dbpedia.org/resource/Vishnu_Puran_(TV_series)", "http://dbpedia.org/resource/Vishwamitra_(TV_series)", "http://dbpedia.org/resource/Visible:_Out_on_Television", "http://dbpedia.org/resource/Visible_Vote_'08:_A_Presidential_Forum", "http://dbpedia.org/resource/Vision_On", "http://dbpedia.org/resource/Visionaries:_Knights_of_the_Magical_Light", "http://dbpedia.org/resource/Visionaries:_Small_Solutions_to_Enormously_Large_Problems", "http://dbpedia.org/resource/Visionary:_The_Video_Singles", "http://dbpedia.org/resource/Visions_(TV_series)", "http://dbpedia.org/resource/Visions_fugitives", "http://dbpedia.org/resource/Visions_of_Murder", "http://dbpedia.org/resource/Visions_of_Passion", "http://dbpedia.org/resource/Visions_of_the_Future", "http://dbpedia.org/resource/Visit_with_the_Armed_Forces", "http://dbpedia.org/resource/Visiting_Tutor", "http://dbpedia.org/resource/Vita_l\u00f6gner", "http://dbpedia.org/resource/Vital_Signs_(TV_series)", "http://dbpedia.org/resource/Vitamin_(TV_series)", "http://dbpedia.org/resource/Vitamin_Club", "http://dbpedia.org/resource/Vitimbi", "http://dbpedia.org/resource/Vitthal_Teedi", "http://dbpedia.org/resource/Vittorio_Orlandi", "http://dbpedia.org/resource/Vit\u00f3ria_(2014_TV_series)", "http://dbpedia.org/resource/ViuTV_News", "http://dbpedia.org/resource/Viudas_e_hijos_del_Rock_&_Roll", "http://dbpedia.org/resource/Viva_Cabaret", "http://dbpedia.org/resource/Viva_La_Bam", "http://dbpedia.org/resource/Viva_Laughlin", "http://dbpedia.org/resource/Viva_Le_Famille", "http://dbpedia.org/resource/Viva_Pi\u00f1ata", "http://dbpedia.org/resource/Viva_Pi\u00f1ata_(TV_series)", "http://dbpedia.org/resource/Viva_S_Club", "http://dbpedia.org/resource/Viva_Valdez", "http://dbpedia.org/resource/Viva_Variety", "http://dbpedia.org/resource/Viva_Vietnam:_A_White_Trash_Adventure_Tour", "http://dbpedia.org/resource/Viva_el_lunes", "http://dbpedia.org/resource/Viva_la_Bands", "http://dbpedia.org/resource/Viva_la_Diva_(Darcey_Bussell_and_Katherine_Jenkins)", "http://dbpedia.org/resource/Viva_la_Ma\u00f1ana", "http://dbpedia.org/resource/Viva_la_Pepa", "http://dbpedia.org/resource/Vive_la_colo_!", "http://dbpedia.org/resource/Viver_a_Vida", "http://dbpedia.org/resource/Vivere_(TV_series)", "http://dbpedia.org/resource/Viviana_(TV_series)", "http://dbpedia.org/resource/Vividred_Operation", "http://dbpedia.org/resource/Vivimos_en_una_estrella", "http://dbpedia.org/resource/Vivir_a_destiempo", "http://dbpedia.org/resource/Vivir_enamorada", "http://dbpedia.org/resource/Vivir_para_amar", "http://dbpedia.org/resource/Vivir_un_poco", "http://dbpedia.org/resource/Vivo_Por_Elena", "http://dbpedia.org/resource/Vixen_(web_series)", "http://dbpedia.org/resource/Vixens", "http://dbpedia.org/resource/Viza_za_budu\u0107nost", "http://dbpedia.org/resource/Vi\u0146as_melo_lab\u0101k", "http://dbpedia.org/resource/Vlaamse_Hollywood_Vrouwen", "http://dbpedia.org/resource/Vlad_Taltos", "http://dbpedia.org/resource/Vlora_War", "http://dbpedia.org/resource/Vober_Hat", "http://dbpedia.org/resource/Vocal_Play", "http://dbpedia.org/resource/Vocal_War:_God's_Voice", "http://dbpedia.org/resource/Vocal_warm_up", "http://dbpedia.org/resource/Vocea_Rom\u00e2niei", "http://dbpedia.org/resource/Vocea_Rom\u00e2niei_Junior", "http://dbpedia.org/resource/Voces_en_Funci\u00f3n", "http://dbpedia.org/resource/Voc\u00ea_Decide", "http://dbpedia.org/resource/Vodafone_M.I.C", "http://dbpedia.org/resource/Voetbal_Inside", "http://dbpedia.org/resource/Voglia_di_Volare", "http://dbpedia.org/resource/Voglia_di_vivere", "http://dbpedia.org/resource/Voice:_110_Emergency_Control_Room", "http://dbpedia.org/resource/Voice_(TV_series)", "http://dbpedia.org/resource/Voice_Over_Man", "http://dbpedia.org/resource/Voice_of_Prophecy", "http://dbpedia.org/resource/Voice_of_Punjab", "http://dbpedia.org/resource/Voice_or_Noise", "http://dbpedia.org/resource/Voice_\u2013_Danmarks_st\u00f8rste_stemme", "http://dbpedia.org/resource/Voicelugger", "http://dbpedia.org/resource/Voices_Within:_The_Lives_of_Truddi_Chase", "http://dbpedia.org/resource/Voices_of_Fire_(TV_series)", "http://dbpedia.org/resource/Voices_of_Our_Future", "http://dbpedia.org/resource/Voir_(TV_series)", "http://dbpedia.org/resource/Volcano:_Fire_on_the_Mountain", "http://dbpedia.org/resource/Volcano_House", "http://dbpedia.org/resource/Volcano_Live", "http://dbpedia.org/resource/Volcano_and_Ryukyu_Islands_campaign", "http://dbpedia.org/resource/Volkswagen_Scirocco_R-Cup", "http://dbpedia.org/resource/Volleyball_Lover", "http://dbpedia.org/resource/Volo_di_notte", "http://dbpedia.org/resource/Volta_(TV_series)", "http://dbpedia.org/resource/Voltea_pa'_que_te_enamores", "http://dbpedia.org/resource/Voltea_pa'_que_te_enamores_(2014_TV_series)", "http://dbpedia.org/resource/Voltes_V:_Legacy", "http://dbpedia.org/resource/Voltron", "http://dbpedia.org/resource/Voltron:_Fleet_of_Doom", "http://dbpedia.org/resource/Voltron:_Legendary_Defender", "http://dbpedia.org/resource/Voltron:_The_Third_Dimension", "http://dbpedia.org/resource/Voltron_(TV_series)", "http://dbpedia.org/resource/Voltron_Force", "http://dbpedia.org/resource/Volume_One_(TV_series)", "http://dbpedia.org/resource/Volume_Up_(radio_show)", "http://dbpedia.org/resource/Volver_a_Empezar_(TV_series)", "http://dbpedia.org/resource/Volver_a_amar", "http://dbpedia.org/resource/Volver_a_vivir_(TV_series)", "http://dbpedia.org/resource/Volvo_Brage", "http://dbpedia.org/resource/Volvo_F85", "http://dbpedia.org/resource/Volvo_F88", "http://dbpedia.org/resource/Volvo_Snabbe", "http://dbpedia.org/resource/Von_heute_auf_morgen", "http://dbpedia.org/resource/Voodoo_Dollz", "http://dbpedia.org/resource/Voodoo_Moon", "http://dbpedia.org/resource/Vor-Tech:_Undercover_Conversion_Squad", "http://dbpedia.org/resource/Voronin's_Family", "http://dbpedia.org/resource/Vota_Juan", "http://dbpedia.org/resource/Vote_Match", "http://dbpedia.org/resource/Votre_Faust", "http://dbpedia.org/resource/Vourate_Geitonoi", "http://dbpedia.org/resource/Vox_Populi_(SBS_Current_Affairs_program)", "http://dbpedia.org/resource/Voyage_(1993_film)", "http://dbpedia.org/resource/Voyage_Trekkers", "http://dbpedia.org/resource/Voyage_of_Terror", "http://dbpedia.org/resource/Voyage_of_Terror:_The_Achille_Lauro_Affair", "http://dbpedia.org/resource/Voyage_of_the_Damned_(Doctor_Who)", "http://dbpedia.org/resource/Voyage_of_the_Space_Bubble", "http://dbpedia.org/resource/Voyage_to_the_Bottom_of_the_Sea_(TV_series)", "http://dbpedia.org/resource/Voyagers!", "http://dbpedia.org/resource/Vrati\u0107e_se_rode", "http://dbpedia.org/resource/Vremya", "http://dbpedia.org/resource/VriendenLoterij_Miljonairs", "http://dbpedia.org/resource/Vroom_Vroom_(TV_series)", "http://dbpedia.org/resource/Vru\u0107_vetar", "http://dbpedia.org/resource/Vs._(game_show)", "http://dbpedia.org/resource/Vua_ti\u1ebfng_Vi\u1ec7t", "http://dbpedia.org/resource/Vuelo_secreto", "http://dbpedia.org/resource/Vuelta_a_Mallorca", "http://dbpedia.org/resource/Vuelve_temprano", "http://dbpedia.org/resource/Vuelve_temprano_(Mexican_TV_series)", "http://dbpedia.org/resource/Vuk_Karad\u017ei\u0107_(TV_series)", "http://dbpedia.org/resource/Vurgun_(web_series)", "http://dbpedia.org/resource/Vuslat", "http://dbpedia.org/resource/Vu\u00e9lveme_a_querer_(TV_series)", "http://dbpedia.org/resource/Vzglyad_(Russian_TV_program)", "http://dbpedia.org/resource/V\u00e1lgame_Dios", "http://dbpedia.org/resource/V\u00e4gen_till_Gyllenbl\u00e5!", "http://dbpedia.org/resource/V\u00e4nner_och_fiender", "http://dbpedia.org/resource/V\u00e4rsta_spr\u00e5ket", "http://dbpedia.org/resource/V\u00e4ter_und_S\u00f6hne_\u2013_Eine_deutsche_Trag\u00f6die", "http://dbpedia.org/resource/V\u00e5g_og_vinn", "http://dbpedia.org/resource/V\u00e5r_tid_\u00e4r_nu", "http://dbpedia.org/resource/V\u00e9nus_et_Adonis", "http://dbpedia.org/resource/V\u00e9ro", "http://dbpedia.org/resource/V\u00e9rtigo_(TV_series)", "http://dbpedia.org/resource/V\u00e9u_de_Noiva", "http://dbpedia.org/resource/V\u00edctor_C\u00e1mara", "http://dbpedia.org/resource/V\u00edctor_Ros", "http://dbpedia.org/resource/V\u00eddeo_Show", "http://dbpedia.org/resource/V\u011b\u0159\u00ed\u0161_si%3F", "http://dbpedia.org/resource/W*A*L*T*E*R", "http://dbpedia.org/resource/W.E.B.", "http://dbpedia.org/resource/W.I.T.C.H._(TV_series)", "http://dbpedia.org/resource/W/_Bob_&_David", "http://dbpedia.org/resource/W00tstock", "http://dbpedia.org/resource/W1A_(TV_series)", "http://dbpedia.org/resource/W5_(TV_program)", "http://dbpedia.org/resource/WAGS_(TV_series)", "http://dbpedia.org/resource/WAGS_Atlanta", "http://dbpedia.org/resource/WAGS_Miami", "http://dbpedia.org/resource/WAG_Nation", "http://dbpedia.org/resource/WAGs_Boutique", "http://dbpedia.org/resource/WCG_Ultimate_Gamer", "http://dbpedia.org/resource/WCW_All_Nighter", "http://dbpedia.org/resource/WCW_Main_Event", "http://dbpedia.org/resource/WCW_Monday_Nitro", "http://dbpedia.org/resource/WCW_Power_Hour", "http://dbpedia.org/resource/WCW_Prime", "http://dbpedia.org/resource/WCW_Pro", "http://dbpedia.org/resource/WCW_Saturday_Night", "http://dbpedia.org/resource/WCW_Thunder", "http://dbpedia.org/resource/WCW_WorldWide", "http://dbpedia.org/resource/WDAZ-TV", "http://dbpedia.org/resource/WDIO-DT", "http://dbpedia.org/resource/WGN_Morning_News", "http://dbpedia.org/resource/WHIH_Newsfront", "http://dbpedia.org/resource/WHO_Radio_Wise_Guys", "http://dbpedia.org/resource/WIGS_(web_channel)", "http://dbpedia.org/resource/WIOU_(TV_series)", "http://dbpedia.org/resource/WITS_Academy", "http://dbpedia.org/resource/WKLL", "http://dbpedia.org/resource/WKRP_in_Cincinnati", "http://dbpedia.org/resource/WMAC_Masters", "http://dbpedia.org/resource/WMRA_World_Cup", "http://dbpedia.org/resource/WNBA_on_ABC", "http://dbpedia.org/resource/WNBA_on_ESPN", "http://dbpedia.org/resource/WNBA_on_Lifetime", "http://dbpedia.org/resource/WNBA_on_NBC", "http://dbpedia.org/resource/WNBA_on_Oxygen", "http://dbpedia.org/resource/WOMEN!", "http://dbpedia.org/resource/WOW!_(TV_series)", "http://dbpedia.org/resource/WOW:_The_CatholicTV_Challenge", "http://dbpedia.org/resource/WPC_56", "http://dbpedia.org/resource/WQMU", "http://dbpedia.org/resource/WTA_125K_series", "http://dbpedia.org/resource/WWE's_Most_Wanted_Treasures", "http://dbpedia.org/resource/WWE_205_Live", "http://dbpedia.org/resource/WWE_2K", "http://dbpedia.org/resource/WWE_Afterburn", "http://dbpedia.org/resource/WWE_Backstage", "http://dbpedia.org/resource/WWE_Bottom_Line", "http://dbpedia.org/resource/WWE_Confidential", "http://dbpedia.org/resource/WWE_Diva_Search", "http://dbpedia.org/resource/WWE_ECW", "http://dbpedia.org/resource/WWE_Experience", "http://dbpedia.org/resource/WWE_Free_for_All", "http://dbpedia.org/resource/WWE_Heat", "http://dbpedia.org/resource/WWE_Legends'_House", "http://dbpedia.org/resource/WWE_Legends_of_Wrestling", "http://dbpedia.org/resource/WWE_Madison_Square_Garden_Classics", "http://dbpedia.org/resource/WWE_Main_Event", "http://dbpedia.org/resource/WWE_Mixed_Match_Challenge", "http://dbpedia.org/resource/WWE_NXT", "http://dbpedia.org/resource/WWE_NXT_(TV_series)", "http://dbpedia.org/resource/WWE_NXT_Level_Up", "http://dbpedia.org/resource/WWE_Raw", "http://dbpedia.org/resource/WWE_Rivals", "http://dbpedia.org/resource/WWE_Saturday_Morning_Slam", "http://dbpedia.org/resource/WWE_Slam_City", "http://dbpedia.org/resource/WWE_SmackDown", "http://dbpedia.org/resource/WWE_Superstars", "http://dbpedia.org/resource/WWE_Tagged_Classics", "http://dbpedia.org/resource/WWE_Tough_Enough", "http://dbpedia.org/resource/WWE_Tribute_to_the_Troops", "http://dbpedia.org/resource/WWE_Velocity", "http://dbpedia.org/resource/WWE_Vintage", "http://dbpedia.org/resource/WWE_Wal3ooha", "http://dbpedia.org/resource/WWE_Workout_Series", "http://dbpedia.org/resource/WWE_Worlds_Collide_(series)", "http://dbpedia.org/resource/WWF_All_American_Wrestling", "http://dbpedia.org/resource/WWF_Championship_Wrestling", "http://dbpedia.org/resource/WWF_Hasbro_action_figures", "http://dbpedia.org/resource/WWF_Jakked/Metal", "http://dbpedia.org/resource/WWF_LiveWire", "http://dbpedia.org/resource/WWF_Mania", "http://dbpedia.org/resource/WWF_Prime_Time_Wrestling", "http://dbpedia.org/resource/WWF_Shotgun_Saturday_Night", "http://dbpedia.org/resource/WWF_Superstars_of_Wrestling", "http://dbpedia.org/resource/WWF_The_Main_Event", "http://dbpedia.org/resource/WWF_Wrestling_Challenge", "http://dbpedia.org/resource/WWF_on_MSG_Network", "http://dbpedia.org/resource/WWII_in_HD", "http://dbpedia.org/resource/WXSX-CA", "http://dbpedia.org/resource/WYSIWYG_(TV_series)", "http://dbpedia.org/resource/W_(TV_series)", "http://dbpedia.org/resource/W_Juliet", "http://dbpedia.org/resource/W_roli_g\u0142\u00f3wnej...", "http://dbpedia.org/resource/Wa$ted!_(American_TV_series)", "http://dbpedia.org/resource/Wa$ted!_(New_Zealand_TV_series)", "http://dbpedia.org/resource/Waada_(TV_series)", "http://dbpedia.org/resource/Waar_Parriwar", "http://dbpedia.org/resource/Waaris_(1999_TV_series)", "http://dbpedia.org/resource/Waaris_(2008_TV_series)", "http://dbpedia.org/resource/Waaris_(2008_Zee_TV_series)", "http://dbpedia.org/resource/Waaris_(2016_TV_series)", "http://dbpedia.org/resource/Wacaday", "http://dbpedia.org/resource/Wachamakulit", "http://dbpedia.org/resource/Wacko_(TV_series)", "http://dbpedia.org/resource/Wacky_Races_(1968_TV_series)", "http://dbpedia.org/resource/Wacky_Races_(2017_TV_series)", "http://dbpedia.org/resource/Waco:_Madman_or_Messiah", "http://dbpedia.org/resource/Waco_(miniseries)", "http://dbpedia.org/resource/Waco_Custom_Cabin_series", "http://dbpedia.org/resource/Waco_people", "http://dbpedia.org/resource/Wafa_(TV_series)", "http://dbpedia.org/resource/Waffle_(game_show)", "http://dbpedia.org/resource/Waffle_the_Wonder_Dog", "http://dbpedia.org/resource/Waffles_+_Mochi", "http://dbpedia.org/resource/Wag_Kukurap", "http://dbpedia.org/resource/Wagan_Land", "http://dbpedia.org/resource/Wagas", "http://dbpedia.org/resource/Wagaya_no_Rekishi", "http://dbpedia.org/resource/Wagle_Ki_Duniya", "http://dbpedia.org/resource/Wagle_Ki_Duniya_\u2013_Nayi_Peedhi_Naye_Kissey", "http://dbpedia.org/resource/Wagner_(film)", "http://dbpedia.org/resource/Wagon_Train", "http://dbpedia.org/resource/Wah!_Wah!_Kya_Baat_Hai!", "http://dbpedia.org/resource/Wah_Bhai_Wah_(TV_series)", "http://dbpedia.org/resource/Wah_Janaab", "http://dbpedia.org/resource/Wahlburgers", "http://dbpedia.org/resource/Wahlburgers_(TV_series)", "http://dbpedia.org/resource/Wahlgrens_v\u00e4rld", "http://dbpedia.org/resource/Waikiki_(film)", "http://dbpedia.org/resource/Wainwrights_On_The_Air", "http://dbpedia.org/resource/Waissman", "http://dbpedia.org/resource/Wait,_My_Youth", "http://dbpedia.org/resource/Wait_Till_Your_Father_Gets_Home", "http://dbpedia.org/resource/Wait_till_Your_Mother_Gets_Home!", "http://dbpedia.org/resource/Waiting_for_God_(TV_series)", "http://dbpedia.org/resource/Waiting_for_the_Barbarians_(opera)", "http://dbpedia.org/resource/Waiting_in_the_Summer", "http://dbpedia.org/resource/Wajh_al-Qamar", "http://dbpedia.org/resource/Waka_&_Tammy:_What_The_Flocka", "http://dbpedia.org/resource/Wakaba_Girl", "http://dbpedia.org/resource/Wakakozake", "http://dbpedia.org/resource/Wake,_Rattle,_and_Roll", "http://dbpedia.org/resource/Wake_Me_When_the_War_Is_Over", "http://dbpedia.org/resource/Wake_Up!_WA", "http://dbpedia.org/resource/Wake_Up_(TV_program)", "http://dbpedia.org/resource/Wake_Up_(TV_series)", "http://dbpedia.org/resource/Wake_Up_2", "http://dbpedia.org/resource/Wake_Up_Call_(2002_TV_program)", "http://dbpedia.org/resource/Wake_Up_Call_(2014_TV_series)", "http://dbpedia.org/resource/Wake_Up_Call_(TV_series)", "http://dbpedia.org/resource/Wake_Up_Ladies:_The_Series", "http://dbpedia.org/resource/Wake_Up_Ladies:_Very_Complicated", "http://dbpedia.org/resource/Wake_Up_with_Al", "http://dbpedia.org/resource/Wake_in_Fright_(miniseries)", "http://dbpedia.org/resource/Wakefield_(TV_series)", "http://dbpedia.org/resource/Wakey_Wakey_Campers", "http://dbpedia.org/resource/Wakfu_(TV_series)", "http://dbpedia.org/resource/Waking_the_Dead_(TV_series)", "http://dbpedia.org/resource/Wako_Wako", "http://dbpedia.org/resource/Waktu_Rehat", "http://dbpedia.org/resource/Waku_Waku_Volley", "http://dbpedia.org/resource/Wakusei_Robo_Danguard_Ace", "http://dbpedia.org/resource/Walang_Hanggan_(2003_TV_series)", "http://dbpedia.org/resource/Walang_Hanggan_(2012_TV_series)", "http://dbpedia.org/resource/Walang_Hanggang_Paalam", "http://dbpedia.org/resource/Walang_Iwanan", "http://dbpedia.org/resource/Walang_Iwanan_(TV_series)", "http://dbpedia.org/resource/Walang_Kapalit", "http://dbpedia.org/resource/Walang_Tulugan_with_the_Master_Showman", "http://dbpedia.org/resource/Walchensee-class_tanker", "http://dbpedia.org/resource/Waldheimat_(TV_series)", "http://dbpedia.org/resource/Wales_This_Week", "http://dbpedia.org/resource/Wales_Today", "http://dbpedia.org/resource/Wales_at_Six", "http://dbpedia.org/resource/Walk_cycle", "http://dbpedia.org/resource/Walk_on_the_Wild_Side_(TV_series)", "http://dbpedia.org/resource/Walk_the_Line_(TV_series)", "http://dbpedia.org/resource/Walk_the_Prank", "http://dbpedia.org/resource/Walker,_Texas_Ranger", "http://dbpedia.org/resource/Walker,_Texas_Ranger:_Trial_by_Fire", "http://dbpedia.org/resource/Walker:_Independence", "http://dbpedia.org/resource/Walker_(TV_series)", "http://dbpedia.org/resource/Walking_Britain's_Lost_Railways", "http://dbpedia.org/resource/Walking_Forward", "http://dbpedia.org/resource/Walking_Tall_(TV_series)", "http://dbpedia.org/resource/Walking_in_Circles", "http://dbpedia.org/resource/Walking_in_the_Kingdom", "http://dbpedia.org/resource/Walking_with...", "http://dbpedia.org/resource/Walking_with_Beasts", "http://dbpedia.org/resource/Walking_with_Cavemen", "http://dbpedia.org/resource/Walking_with_Dinosaurs", "http://dbpedia.org/resource/Walking_with_Monsters", "http://dbpedia.org/resource/Walkman_DD_Series", "http://dbpedia.org/resource/Walks_Around_Britain_(TV_series)", "http://dbpedia.org/resource/Wall_Street_Week", "http://dbpedia.org/resource/Wall_of_Chefs", "http://dbpedia.org/resource/Wall_of_Fame_(game_show)", "http://dbpedia.org/resource/Wallace_&_Gromit's_Musical_Marvels", "http://dbpedia.org/resource/Wallace_and_Gromit", "http://dbpedia.org/resource/Wallace_and_Gromit's_Cracking_Contraptions", "http://dbpedia.org/resource/Wallace_and_Gromit's_World_of_Invention", "http://dbpedia.org/resource/Wallander_(British_TV_series)", "http://dbpedia.org/resource/Wallander_(Swedish_TV_series)", "http://dbpedia.org/resource/Wallenberg:_A_Hero's_Story", "http://dbpedia.org/resource/Wallflowers_(web_series)", "http://dbpedia.org/resource/Walliams_&_Friend", "http://dbpedia.org/resource/Walls_of_Constantinople", "http://dbpedia.org/resource/Walls_of_Dubrovnik", "http://dbpedia.org/resource/Walls_of_Nicosia", "http://dbpedia.org/resource/Walls_of_Ston", "http://dbpedia.org/resource/Wally_Gator", "http://dbpedia.org/resource/Wallykazam!", "http://dbpedia.org/resource/Walt:_The_Man_Behind_the_Myth", "http://dbpedia.org/resource/Walt_Disney's_Mickey_Mouse", "http://dbpedia.org/resource/Walt_Disney_(film)", "http://dbpedia.org/resource/Walt_Disney_anthology_television_series", "http://dbpedia.org/resource/Walter_&_Emily", "http://dbpedia.org/resource/Walter_(1982_film)", "http://dbpedia.org/resource/Walter_(2014_film)", "http://dbpedia.org/resource/Walter_Melon_(TV_series)", "http://dbpedia.org/resource/Walter_and_Tandoori", "http://dbpedia.org/resource/Walulis_(web_series)", "http://dbpedia.org/resource/Walulis_sieht_fern", "http://dbpedia.org/resource/Wan-chun", "http://dbpedia.org/resource/Wan_Jai_Gub_Nai_Jom_Ying", "http://dbpedia.org/resource/WandaVision", "http://dbpedia.org/resource/Wanda_Does_It", "http://dbpedia.org/resource/Wanda_at_Large", "http://dbpedia.org/resource/Wander_Over_Yonder", "http://dbpedia.org/resource/Wandering_Son", "http://dbpedia.org/resource/Wanderings_of_Sanmao", "http://dbpedia.org/resource/Wanderlust_(2006_film)", "http://dbpedia.org/resource/Wanderlust_(British_TV_series)", "http://dbpedia.org/resource/Wanderlust_(Irish_TV_series)", "http://dbpedia.org/resource/Wanderly_Wagon", "http://dbpedia.org/resource/Wandjina!", "http://dbpedia.org/resource/Wang's_Family", "http://dbpedia.org/resource/Wangan_Midnight", "http://dbpedia.org/resource/Wanna-Ben", "http://dbpedia.org/resource/Wanna_Be_a_VJ", "http://dbpedia.org/resource/Wanna_Bet%3F", "http://dbpedia.org/resource/Wanna_Come_In%3F", "http://dbpedia.org/resource/Wannabe_(TV_series)", "http://dbpedia.org/resource/Wannabe_Ryan", "http://dbpedia.org/resource/Wansapanataym", "http://dbpedia.org/resource/Want_a_Taste%3F", "http://dbpedia.org/resource/Wanted_(2005_TV_series)", "http://dbpedia.org/resource/Wanted_(2013_TV_program)", "http://dbpedia.org/resource/Wanted_(2016_Australian_TV_series)", "http://dbpedia.org/resource/Wanted_(2016_TV_series)", "http://dbpedia.org/resource/Wanted_(South_Korean_TV_series)", "http://dbpedia.org/resource/Wanted_(TV_series)", "http://dbpedia.org/resource/Wanted_(TV_show)", "http://dbpedia.org/resource/Wanted_(game_show)", "http://dbpedia.org/resource/Wanted_Dead_or_Alive_(TV_series)", "http://dbpedia.org/resource/Wanted_Down_Under", "http://dbpedia.org/resource/Wapta_Glacier", "http://dbpedia.org/resource/Waqt_Batayega_Kaun_Apna_Kaun_Paraya", "http://dbpedia.org/resource/War_&_Peace_(2016_TV_series)", "http://dbpedia.org/resource/War_Art_with_Eddie_Redmayne", "http://dbpedia.org/resource/War_Between_the_Provinces", "http://dbpedia.org/resource/War_Brides_(1980_film)", "http://dbpedia.org/resource/War_Feels_Like_War", "http://dbpedia.org/resource/War_Stories_(comics)", "http://dbpedia.org/resource/War_Stories_with_Oliver_North", "http://dbpedia.org/resource/War_Walks", "http://dbpedia.org/resource/War_Wolves", "http://dbpedia.org/resource/War_and_Beauty", "http://dbpedia.org/resource/War_and_Destiny", "http://dbpedia.org/resource/War_and_Peace_(1972_TV_series)", "http://dbpedia.org/resource/War_and_Peace_(2007_miniseries)", "http://dbpedia.org/resource/War_and_Peace_(opera)", "http://dbpedia.org/resource/War_and_Remembrance_(miniseries)", "http://dbpedia.org/resource/War_in_Peace", "http://dbpedia.org/resource/War_of_Currents", "http://dbpedia.org/resource/War_of_Money", "http://dbpedia.org/resource/War_of_the_Century", "http://dbpedia.org/resource/War_of_the_Cities", "http://dbpedia.org/resource/War_of_the_Flemish_Succession", "http://dbpedia.org/resource/War_of_the_Genders", "http://dbpedia.org/resource/War_of_the_Limburg_Succession", "http://dbpedia.org/resource/War_of_the_Worlds_(1988_TV_series)", "http://dbpedia.org/resource/War_of_the_Worlds_(2019_TV_series)", "http://dbpedia.org/resource/War_of_the_Worlds_2:_The_Next_Wave", "http://dbpedia.org/resource/War_on_Waste", "http://dbpedia.org/resource/Waratte_Iitomo!", "http://dbpedia.org/resource/Warau_Inu", "http://dbpedia.org/resource/Warau_Michael", "http://dbpedia.org/resource/Warbirds_over_Wanaka", "http://dbpedia.org/resource/Warden_of_Red_Rock", "http://dbpedia.org/resource/Warehouse_13", "http://dbpedia.org/resource/Warehouse_13_(season_5)", "http://dbpedia.org/resource/Warhammer_40,000", "http://dbpedia.org/resource/Warhammer_Fantasy_(setting)", "http://dbpedia.org/resource/Wario_(franchise)", "http://dbpedia.org/resource/Waris_(serial)", "http://dbpedia.org/resource/Warm_Springs_(film)", "http://dbpedia.org/resource/Warm_and_Cozy", "http://dbpedia.org/resource/Warner_Archive_Collection", "http://dbpedia.org/resource/Warner_Bros._Presents", "http://dbpedia.org/resource/Warning:_Parental_Advisory", "http://dbpedia.org/resource/Warotenka", "http://dbpedia.org/resource/Warp_10:_Influences,_Classics,_Remixes", "http://dbpedia.org/resource/Warped!", "http://dbpedia.org/resource/Warped_Roadies", "http://dbpedia.org/resource/Warren_(TV_series)", "http://dbpedia.org/resource/Warren_Beatty:_Mister_Hollywood", "http://dbpedia.org/resource/Warren_United", "http://dbpedia.org/resource/Warren_the_Ape", "http://dbpedia.org/resource/Warrior_(TV_series)", "http://dbpedia.org/resource/Warrior_(miniseries)", "http://dbpedia.org/resource/Warrior_Baek_Dong-soo", "http://dbpedia.org/resource/Warrior_Challenge", "http://dbpedia.org/resource/Warrior_Nun_(TV_series)", "http://dbpedia.org/resource/Warrior_Queen", "http://dbpedia.org/resource/Warrior_of_Love_Rainbowman", "http://dbpedia.org/resource/Warrior_tracked_armoured_vehicle", "http://dbpedia.org/resource/Warriors_(1999_TV_series)", "http://dbpedia.org/resource/Warriors_(2009_TV_series)", "http://dbpedia.org/resource/Warriors_in_Transit", "http://dbpedia.org/resource/Warriors_of_Kudlak", "http://dbpedia.org/resource/Warriors_of_the_Yang_Clan", "http://dbpedia.org/resource/Wars_in_Lombardy", "http://dbpedia.org/resource/Wars_of_Bribery", "http://dbpedia.org/resource/Wars_of_In-Laws_II", "http://dbpedia.org/resource/Wars_of_In-laws", "http://dbpedia.org/resource/Wars_of_Li\u00e8ge", "http://dbpedia.org/resource/Wars_of_the_Delian_League", "http://dbpedia.org/resource/Wars_of_the_Diadochi", "http://dbpedia.org/resource/Wars_of_the_Roses", "http://dbpedia.org/resource/Warsaw_Shore", "http://dbpedia.org/resource/Warship_(1973_TV_series)", "http://dbpedia.org/resource/Warship_(2010_TV_series)", "http://dbpedia.org/resource/Wartime_Farm", "http://dbpedia.org/resource/Was_It_Love%3F", "http://dbpedia.org/resource/Was_It_Something_I_Said%3F_(panel_show)", "http://dbpedia.org/resource/Was_Justice_Denied%3F", "http://dbpedia.org/resource/Wasabi_Mon_Amour", "http://dbpedia.org/resource/Washington:_Behind_Closed_Doors", "http://dbpedia.org/resource/Washington_(miniseries)", "http://dbpedia.org/resource/Washington_Bridge_(Providence,_Rhode_Island)", "http://dbpedia.org/resource/Washington_Exclusive", "http://dbpedia.org/resource/Washington_Heights_(TV_series)", "http://dbpedia.org/resource/Washington_Journal", "http://dbpedia.org/resource/Washington_Report_(TV_series)", "http://dbpedia.org/resource/Washington_Watch_with_Roland_Martin", "http://dbpedia.org/resource/Washington_Week", "http://dbpedia.org/resource/Wasted_(British_TV_series)", "http://dbpedia.org/resource/Wasteland_(American_TV_series)", "http://dbpedia.org/resource/Wasteland_(Czech_TV_series)", "http://dbpedia.org/resource/Wata_Rauma", "http://dbpedia.org/resource/Wataha", "http://dbpedia.org/resource/Wataru_Seken_wa_Oni_Bakari", "http://dbpedia.org/resource/Watashi_no_Aozora", "http://dbpedia.org/resource/Watashi_wa_Shadow", "http://dbpedia.org/resource/Watatatow", "http://dbpedia.org/resource/Watch_Mr._Wizard", "http://dbpedia.org/resource/Watch_My_Chops", "http://dbpedia.org/resource/Watch_Over_Me", "http://dbpedia.org/resource/Watch_This_Space", "http://dbpedia.org/resource/Watch_What_Happens_Live_with_Andy_Cohen", "http://dbpedia.org/resource/Watch_Your_Mouth_(TV_series)", "http://dbpedia.org/resource/Watch_the_Sound_with_Mark_Ronson", "http://dbpedia.org/resource/Watch_with_Mother", "http://dbpedia.org/resource/Watchdog_(TV_programme)", "http://dbpedia.org/resource/Watchdog_(TV_series)", "http://dbpedia.org/resource/Watchdog_Test_House", "http://dbpedia.org/resource/Watcher_(TV_series)", "http://dbpedia.org/resource/Watching_(TV_series)", "http://dbpedia.org/resource/Watching_Ellie", "http://dbpedia.org/resource/Watchmen", "http://dbpedia.org/resource/Watchmen:_Motion_Comic", "http://dbpedia.org/resource/Watchmen:_The_End_Is_Nigh", "http://dbpedia.org/resource/Watchmen_(TV_series)", "http://dbpedia.org/resource/Water_(2006_film)", "http://dbpedia.org/resource/Water_Boys_(TV_series)", "http://dbpedia.org/resource/Water_Boys_2", "http://dbpedia.org/resource/Water_Boys_2005_Natsu", "http://dbpedia.org/resource/Water_Boyy:_The_Series", "http://dbpedia.org/resource/Water_Lilies_(Monet_series)", "http://dbpedia.org/resource/Water_Police_(Australian_TV_series)", "http://dbpedia.org/resource/Water_Polo_Yankees", "http://dbpedia.org/resource/Water_Rats_(TV_series)", "http://dbpedia.org/resource/Water_Under_the_Bridge_(miniseries)", "http://dbpedia.org/resource/Water_on_the_Table", "http://dbpedia.org/resource/Watercolour_Challenge", "http://dbpedia.org/resource/Waterfront_(miniseries)", "http://dbpedia.org/resource/Waterfront_Beat", "http://dbpedia.org/resource/Watergate_(TV_series)", "http://dbpedia.org/resource/Disney_Live", "http://dbpedia.org/resource/Disneymania_(series)", "http://dbpedia.org/resource/Disperatamente_Giulia", "http://dbpedia.org/resource/Display_list", "http://dbpedia.org/resource/Disposable_camera", "http://dbpedia.org/resource/Disputation_of_Barcelona", "http://dbpedia.org/resource/Distinguished_Service_to_Music_Medal", "http://dbpedia.org/resource/Dita_(TV_series)", "http://dbpedia.org/resource/Ditmar_Award", "http://dbpedia.org/resource/Dittsche", "http://dbpedia.org/resource/Diva_Las_Vegas", "http://dbpedia.org/resource/Diva_Starz", "http://dbpedia.org/resource/Dive_(TV_series)", "http://dbpedia.org/resource/Diver_Dan", "http://dbpedia.org/resource/Diversitas", "http://dbpedia.org/resource/Divide_Peaks", "http://dbpedia.org/resource/Divine_Canine", "http://dbpedia.org/resource/Divine_Right:_The_Adventures_of_Max_Faraday", "http://dbpedia.org/resource/Dixie_Series", "http://dbpedia.org/resource/Dizzy_(series)", "http://dbpedia.org/resource/Di\u00e1rio_da_Lexa", "http://dbpedia.org/resource/DjangoFest", "http://dbpedia.org/resource/Djinn_(comics)", "http://dbpedia.org/resource/Dmitry_Donskoy_(opera)", "http://dbpedia.org/resource/Dnepropetrovsk_Sputnik", "http://dbpedia.org/resource/Do_Go_On", "http://dbpedia.org/resource/Doberman_Deka", "http://dbpedia.org/resource/Dobol_A_sa_Dobol_B", "http://dbpedia.org/resource/Dobrynya_Nikitich_(opera)", "http://dbpedia.org/resource/Dobr\u00e1_\u010dtvr\u0165", "http://dbpedia.org/resource/Doc_Corkle", "http://dbpedia.org/resource/Doc_Potts", "http://dbpedia.org/resource/Doc_Savage", "http://dbpedia.org/resource/Doc_Zone", "http://dbpedia.org/resource/Dock_Walloper", "http://dbpedia.org/resource/Doctor*Ology", "http://dbpedia.org/resource/Doctor,_Doctor_(talk_show)", "http://dbpedia.org/resource/Doctor_Puppet", "http://dbpedia.org/resource/Doctor_Strange:_The_Oath", "http://dbpedia.org/resource/Doctor_Tomorrow", "http://dbpedia.org/resource/Doctor_Who:_The_Commentaries", "http://dbpedia.org/resource/Doctor_Who_Files", "http://dbpedia.org/resource/Doctor_Who_exhibitions", "http://dbpedia.org/resource/Doctors_to_Be", "http://dbpedia.org/resource/Doctors_to_Be:_20_Years_On", "http://dbpedia.org/resource/Doctrine_of_Labyrinths", "http://dbpedia.org/resource/Document_(TV_series)", "http://dbpedia.org/resource/Dog_Days_(opera)", "http://dbpedia.org/resource/Dog_Falls,_Glen_Affric", "http://dbpedia.org/resource/Dog_Star_Man", "http://dbpedia.org/resource/Dog_Tales", "http://dbpedia.org/resource/Dogs_of_War_(comics)", "http://dbpedia.org/resource/Dogwitch", "http://dbpedia.org/resource/Dogwoman", "http://dbpedia.org/resource/Doki_Doki_Penguin_Land", "http://dbpedia.org/resource/Dokkiri_Doctor", "http://dbpedia.org/resource/Doktor_Martin_(Czech_TV_series)", "http://dbpedia.org/resource/Doktor_Mugg", "http://dbpedia.org/resource/Doktor_Sleepless", "http://dbpedia.org/resource/Dolby_noise-reduction_system", "http://dbpedia.org/resource/Dolce_Vita_&_Co", "http://dbpedia.org/resource/Dolina_sunca", "http://dbpedia.org/resource/Dolores_Hernandez_Lecture_Series", "http://dbpedia.org/resource/Dolphin_Juice", "http://dbpedia.org/resource/Dom-2", "http://dbpedia.org/resource/California_Water_Wars", "http://dbpedia.org/resource/Call_911", "http://dbpedia.org/resource/Call_My_Bluff_(U.S._game_show)", "http://dbpedia.org/resource/Calypso_(telenovela)", "http://dbpedia.org/resource/Cambio_de_piel_(telenovela)", "http://dbpedia.org/resource/Cambodian_Campaign", "http://dbpedia.org/resource/Camila_(telenovela)", "http://dbpedia.org/resource/Camp_Orange_(UK_&_Ireland)", "http://dbpedia.org/resource/Campaign_at_the_Eastern_Foothills_of_Funiu_Mountain", "http://dbpedia.org/resource/Campbell_Brothers", "http://dbpedia.org/resource/Campbell_Brown_(TV_series)", "http://dbpedia.org/resource/Campeonato_Brasileiro_de_Turismo", "http://dbpedia.org/resource/Campeones_de_la_vida_(Mexican_telenovela)", "http://dbpedia.org/resource/Campion_(TV_series)", "http://dbpedia.org/resource/Can_We_Love%3F", "http://dbpedia.org/resource/Fervaal", "http://dbpedia.org/resource/Festspiel_Baden-Baden", "http://dbpedia.org/resource/Festum_Ovorum", "http://dbpedia.org/resource/Feuerdrachen", "http://dbpedia.org/resource/Fevey", "http://dbpedia.org/resource/Fiat-Abarth_750", "http://dbpedia.org/resource/Fiat_B.R.", "http://dbpedia.org/resource/Fibber_McGee_and_Molly", "http://dbpedia.org/resource/Field_camera", "http://dbpedia.org/resource/Fieracavalli", "http://dbpedia.org/resource/Fierrabras_(opera)", "http://dbpedia.org/resource/Fifth_series_of_the_new_Taiwan_dollar_banknote", "http://dbpedia.org/resource/Figaro_Gets_a_Divorce", "http://dbpedia.org/resource/Fight_Science", "http://dbpedia.org/resource/Fight_for_Fame", "http://dbpedia.org/resource/Fight_for_Tomorrow", "http://dbpedia.org/resource/Fighter's_History", "http://dbpedia.org/resource/Fighting_Beauty_Wulong", "http://dbpedia.org/resource/Fighting_Fantasy", "http://dbpedia.org/resource/File_on_4", "http://dbpedia.org/resource/FilmXtra_Uncut", "http://dbpedia.org/resource/Film_Noir_Classic_Collection", "http://dbpedia.org/resource/Film_Superlist", "http://dbpedia.org/resource/Film_chain", "http://dbpedia.org/resource/Filmfare_Award_for_Best_Director", "http://dbpedia.org/resource/Filmfare_Award_for_Best_Female_Debut", "http://dbpedia.org/resource/Filmo", "http://dbpedia.org/resource/Filum_terminale", "http://dbpedia.org/resource/Final_Crisis:_Legion_of_3_Worlds", "http://dbpedia.org/resource/Financial_roadshows", "http://dbpedia.org/resource/Finding_8", "http://dbpedia.org/resource/Finding_the_Fallen", "http://dbpedia.org/resource/FinePix_IS_Pro", "http://dbpedia.org/resource/FinePix_S1_Pro", "http://dbpedia.org/resource/FinePix_S2_Pro", "http://dbpedia.org/resource/FinePix_S3_Pro", "http://dbpedia.org/resource/FinePix_S5_Pro", "http://dbpedia.org/resource/FinePix_S9500", "http://dbpedia.org/resource/Fine_Prints_of_the_Year", "http://dbpedia.org/resource/Finkleman's_45s", "http://dbpedia.org/resource/Finnish_Touring_Car_Championship", "http://dbpedia.org/resource/Finnish_football_league_system", "http://dbpedia.org/resource/Finnish\u2013Novgorodian_wars", "http://dbpedia.org/resource/Fire_Brats", "http://dbpedia.org/resource/Fire_Crackers", "http://dbpedia.org/resource/Firekeeper_Saga", "http://dbpedia.org/resource/Fireproofing", "http://dbpedia.org/resource/Firland", "http://dbpedia.org/resource/First_Appearances", "http://dbpedia.org/resource/First_Fandom_Hall_of_Fame_award", "http://dbpedia.org/resource/Harold_Shea", "http://dbpedia.org/resource/International_Sim\u00f3n_Bol\u00edvar_Prize", "http://dbpedia.org/resource/Jersey_Shore_Shark_Attack", "http://dbpedia.org/resource/King_Sejong_the_Great_(TV_series)", "http://dbpedia.org/resource/Legends_of_Skyfall", "http://dbpedia.org/resource/Lonely_Planet_Six_Degrees", "http://dbpedia.org/resource/MLB:_The_Show", "http://dbpedia.org/resource/MLB_Slugfest", "http://dbpedia.org/resource/Maryland_Sheep_and_Wool_Festival", "http://dbpedia.org/resource/Meg_and_Seron", "http://dbpedia.org/resource/NBA_Showtime", "http://dbpedia.org/resource/Original_songs_in_Smash", "http://dbpedia.org/resource/SABC_Special_Assignment", "http://dbpedia.org/resource/SDS_Sigma_series", "http://dbpedia.org/resource/SEETAL", "http://dbpedia.org/resource/SPHERES", "http://dbpedia.org/resource/Sahasa_Simha_Comics_Series", "http://dbpedia.org/resource/Sal\u00f3n_Internacional_del_Autom\u00f3vil_M\u00e9xico", "http://dbpedia.org/resource/Scholastic_Scrimmage", "http://dbpedia.org/resource/Scourge_of_the_Underworld", "http://dbpedia.org/resource/Scream_of_the_Shalka", "http://dbpedia.org/resource/Screen_Tests", "http://dbpedia.org/resource/Screener", "http://dbpedia.org/resource/Scripted_sequence", "http://dbpedia.org/resource/Scud", "http://dbpedia.org/resource/Scylla_(Gatti)", "http://dbpedia.org/resource/Sea_Hawks_(TV_series)", "http://dbpedia.org/resource/Sea_Stories_(TV_series)", "http://dbpedia.org/resource/Search_Engine_(radio_show)", "http://dbpedia.org/resource/Seaview_(TV_series)", "http://dbpedia.org/resource/Seaview_SVII", "http://dbpedia.org/resource/Second_Chance_(musical)", "http://dbpedia.org/resource/Second_Encirclement_Campaign_against_Jiangxi_Soviet", "http://dbpedia.org/resource/Secret_Agent_(video_game)", "http://dbpedia.org/resource/Secret_History_(TV_series)", "http://dbpedia.org/resource/Secret_History_(book_series)", "http://dbpedia.org/resource/Secret_Origins", "http://dbpedia.org/resource/Secret_Warriors", "http://dbpedia.org/resource/Seducci\u00f3n_(telenovela)", "http://dbpedia.org/resource/Seekers_(novel_series)", "http://dbpedia.org/resource/Selknam_people", "http://dbpedia.org/resource/Semele_(Eccles)", "http://dbpedia.org/resource/Semitic_people", "http://dbpedia.org/resource/Sensei_(First_Comics)", "http://dbpedia.org/resource/Sensible_Soccer", "http://dbpedia.org/resource/Sensitive_Skin_(UK_TV_series)", "http://dbpedia.org/resource/Sentinel_(comic_book)", "http://dbpedia.org/resource/September_Song_(TV_series)", "http://dbpedia.org/resource/Septimus_Heap", "http://dbpedia.org/resource/Sequence_(filmmaking)", "http://dbpedia.org/resource/Sequence_(medicine)", "http://dbpedia.org/resource/Serendipity_(book_series)", "http://dbpedia.org/resource/Service_(motor_vehicle)", "http://dbpedia.org/resource/Seven_Dreams:_A_Book_of_North_American_Landscapes", "http://dbpedia.org/resource/Seven_Sisters,_Sussex", "http://dbpedia.org/resource/Seventh_Avenue_(miniseries)", "http://dbpedia.org/resource/Sex_Ed:_The_Series", "http://dbpedia.org/resource/Se\u00f1ora_(telenovela)", "http://dbpedia.org/resource/Shades_(TV_series)", "http://dbpedia.org/resource/Shades_series", "http://dbpedia.org/resource/Shadows_(anthology)", "http://dbpedia.org/resource/Shaggy_Dog_Story_(TV)", "http://dbpedia.org/resource/Shah_Ismayil_(opera)", "http://dbpedia.org/resource/Shalako", "http://dbpedia.org/resource/Shari_Flanzer", "http://dbpedia.org/resource/Shark:_Mind_of_a_Demon", "http://dbpedia.org/resource/Shark_Bay_(TV_series)", "http://dbpedia.org/resource/Sharpe_(novel_series)", "http://dbpedia.org/resource/Sherlock_Holmes_(1931_film_series)", "http://dbpedia.org/resource/Shimoda_Conference", "http://dbpedia.org/resource/Shinobi_(series)", "http://dbpedia.org/resource/Shivers_(novel_series)", "http://dbpedia.org/resource/Shock_(musical)", "http://dbpedia.org/resource/Shock_Treatment_(TV_series)", "http://dbpedia.org/resource/Shocker_(paintball_marker)", "http://dbpedia.org/resource/Shopaholic_(TV_series)", "http://dbpedia.org/resource/Shopaholic_(novels)", "http://dbpedia.org/resource/Showdown_(game)", "http://dbpedia.org/resource/Showtime_(Croatian_TV_series)", "http://dbpedia.org/resource/Shrapnel_(Radical_Comics)", "http://dbpedia.org/resource/Shuffle_(game_show)", "http://dbpedia.org/resource/SiS_(TV_series)", "http://dbpedia.org/resource/Siegfried_Lorenz", "http://dbpedia.org/resource/Siffleur_Falls", "http://dbpedia.org/resource/Silent_Hill_(comics)", "http://dbpedia.org/resource/Silo_(series)", "http://dbpedia.org/resource/Silverwing_(series)", "http://dbpedia.org/resource/Simba", "http://dbpedia.org/resource/Simplemente_Mar\u00eda_(1969_telenovela)", "http://dbpedia.org/resource/Simplemente_Mar\u00eda_(1989_telenovela)", "http://dbpedia.org/resource/Simplemente_Mar\u00eda_(2015_telenovela)", "http://dbpedia.org/resource/Simplemente_Mar\u00eda_(Venezuelan_telenovela)", "http://dbpedia.org/resource/Singles_(miniseries)", "http://dbpedia.org/resource/Sinister_Dexter", "http://dbpedia.org/resource/Sirena_(telenovela)", "http://dbpedia.org/resource/Siuslaw_people", "http://dbpedia.org/resource/Siva_(rebreather)", "http://dbpedia.org/resource/Skin_(British_TV_programme)", "http://dbpedia.org/resource/Skippers_(TV_programme)", "http://dbpedia.org/resource/Skylanders", "http://dbpedia.org/resource/Skylark_(series)", "http://dbpedia.org/resource/Skylight_Music_Theatre", "http://dbpedia.org/resource/Slavey_people", "http://dbpedia.org/resource/Sled_Storm", "http://dbpedia.org/resource/Sleeper_(comics)", "http://dbpedia.org/resource/Sleeping_Dogs_(TV_series)", "http://dbpedia.org/resource/Sleeping_Dogs_Lie_(1998_film)", "http://dbpedia.org/resource/Slide_show", "http://dbpedia.org/resource/Sloan_Fellowship", "http://dbpedia.org/resource/Slocum_(westerns)", "http://dbpedia.org/resource/Small_Change_trilogy", "http://dbpedia.org/resource/Smena_(camera)", "http://dbpedia.org/resource/Smith's_Bank", "http://dbpedia.org/resource/Smoking_Gun_-_Minkan_Kas\u014dken_Ch\u014dsa'in_Nagareda_Midori", "http://dbpedia.org/resource/Smothers_Brothers", "http://dbpedia.org/resource/Snapshots_(TV_series)", "http://dbpedia.org/resource/Sniper_(film_series)", "http://dbpedia.org/resource/Snotties_(TV_series)", "http://dbpedia.org/resource/Snowfall_Trilogy", "http://dbpedia.org/resource/So_Dark_(TV_series)", "http://dbpedia.org/resource/So_It_Goes_(TV_series)", "http://dbpedia.org/resource/Social_system", "http://dbpedia.org/resource/Soda_(TV_series)", "http://dbpedia.org/resource/Soda_(comics)", "http://dbpedia.org/resource/Software", "http://dbpedia.org/resource/Soil_(manga)", "http://dbpedia.org/resource/Sojourn_(comics)", "http://dbpedia.org/resource/Solo_(DC_Comics)", "http://dbpedia.org/resource/Solus_(comics)", "http://dbpedia.org/resource/Something_Stupid", "http://dbpedia.org/resource/Sons_and_Lovers_(1981_TV_serial)", "http://dbpedia.org/resource/Sony_Entertainment_Television", "http://dbpedia.org/resource/Soo_(puppet)", "http://dbpedia.org/resource/Soon_(musical)", "http://dbpedia.org/resource/Sooty", "http://dbpedia.org/resource/Sophie's_Choice_(opera)", "http://dbpedia.org/resource/Sophie_(book_series)", "http://dbpedia.org/resource/Sound_Advice", "http://dbpedia.org/resource/Sound_of_Colors", "http://dbpedia.org/resource/Soundings_(radio_drama)", "http://dbpedia.org/resource/Soundtrack_'08", "http://dbpedia.org/resource/Southern_Cross_Ten", "http://dbpedia.org/resource/Southern_Discomfort_(Fabian_Society_pamphlets)", "http://dbpedia.org/resource/Space_Adventures_(comics)", "http://dbpedia.org/resource/Space_Battleship_Yamato_2199", "http://dbpedia.org/resource/Space_Museum_(comics)", "http://dbpedia.org/resource/Space_Shots_(trading_cards)", "http://dbpedia.org/resource/Spartacus_Trial", "http://dbpedia.org/resource/Spartan_race", "http://dbpedia.org/resource/Spawn:_Godslayer", "http://dbpedia.org/resource/Speak_&_Spell_(toy)", "http://dbpedia.org/resource/Special_Forces_(comics)", "http://dbpedia.org/resource/Special_Power_Excursion_Reactor_Test_Program", "http://dbpedia.org/resource/Specialty_show", "http://dbpedia.org/resource/Spectra_(installation)", "http://dbpedia.org/resource/Spectrum_(radio_program)", "http://dbpedia.org/resource/Speedball_(video_game)", "http://dbpedia.org/resource/Spelling_Bee_(game_show)", "http://dbpedia.org/resource/Spetsnaz_(miniseries)", "http://dbpedia.org/resource/Spheres_(TV_series)", "http://dbpedia.org/resource/Spitfire_(New_Universe)", "http://dbpedia.org/resource/Splash!_(UK_TV_series)", "http://dbpedia.org/resource/Splatter_Theatre", "http://dbpedia.org/resource/Split_Personality_(game_show)", "http://dbpedia.org/resource/Sponge_(TV_series)", "http://dbpedia.org/resource/Sports_Racer_Series", "http://dbpedia.org/resource/Sports_Tonight_Live", "http://dbpedia.org/resource/Sportsworld_(Canada)", "http://dbpedia.org/resource/Spotlight_(BBC_Northern_Ireland_TV_programme)", "http://dbpedia.org/resource/Sprawl_trilogy", "http://dbpedia.org/resource/Sprint_Cup_Series", "http://dbpedia.org/resource/Sprite_(manga)", "http://dbpedia.org/resource/Spruce_Run_(Delaware_County,_Ohio)", "http://dbpedia.org/resource/Sputnik_(TV_programme)", "http://dbpedia.org/resource/SpyBoy", "http://dbpedia.org/resource/Spy_(2004_TV_series)", "http://dbpedia.org/resource/Square_One_(game_show)", "http://dbpedia.org/resource/St._Clare's_(series)", "http://dbpedia.org/resource/Statens_offentliga_utredningar", "http://dbpedia.org/resource/Super_Sidekicks", "http://dbpedia.org/resource/Tareq_wa_Shireen", "http://dbpedia.org/resource/The_Amazing_Spider-Man", "http://dbpedia.org/resource/The_Florida_SpringFest", "http://dbpedia.org/resource/The_Legend_of_Snow_White", "http://dbpedia.org/resource/The_Sea_of_Fertility", "http://dbpedia.org/resource/The_Secret_City_Adventures", "http://dbpedia.org/resource/The_Secret_Garden_(opera)", "http://dbpedia.org/resource/The_Secret_Seven_(Frank_Richards)", "http://dbpedia.org/resource/The_Seems", "http://dbpedia.org/resource/The_Selector", "http://dbpedia.org/resource/The_Seven_Ages_of_Man_(painting_series)", "http://dbpedia.org/resource/The_Sex_Education_Show", "http://dbpedia.org/resource/The_Siege_of_Belgrade", "http://dbpedia.org/resource/The_Siege_of_Rhodes", "http://dbpedia.org/resource/The_Silent_Service_(TV_series)", "http://dbpedia.org/resource/The_Slot_(TV_series)", "http://dbpedia.org/resource/The_Smurfs_(comics)", "http://dbpedia.org/resource/The_Smurfs_merchandising", "http://dbpedia.org/resource/The_Smurfs_music", "http://dbpedia.org/resource/The_Snow_Queen_(opera)", "http://dbpedia.org/resource/The_Social_(Canadian_TV_series)", "http://dbpedia.org/resource/The_Softwire", "http://dbpedia.org/resource/The_Son_of_a_Gunn_Show", "http://dbpedia.org/resource/The_Spire_(comics)", "http://dbpedia.org/resource/Tom_Slick_(TV_series)", "http://dbpedia.org/resource/United_Slovenia", "http://dbpedia.org/resource/Venom:_Separation_Anxiety", "http://dbpedia.org/resource/Web_series", "http://dbpedia.org/resource/Wikipedia_Seigenthaler_biography_incident", "http://dbpedia.org/resource/Gdleen", "http://dbpedia.org/resource/Gear_Fighter_Dendoh", "http://dbpedia.org/resource/Geek_Code", "http://dbpedia.org/resource/Geekfest", "http://dbpedia.org/resource/Geld.Macht.Liebe", "http://dbpedia.org/resource/Geliebte_Schwestern", "http://dbpedia.org/resource/Gem_Twist", "http://dbpedia.org/resource/Gemini_Awards", "http://dbpedia.org/resource/Gemini_Blood", "http://dbpedia.org/resource/Gen12", "http://dbpedia.org/resource/General_Electric_Summer_Originals", "http://dbpedia.org/resource/General_Foods_25th_Anniversary_Show:_A_Salute_to_Rodgers_and_Hammerstein", "http://dbpedia.org/resource/General_Motors_Motorama", "http://dbpedia.org/resource/Genes_to_Cognition_Project", "http://dbpedia.org/resource/Genesis_Survivor_Gaiarth", "http://dbpedia.org/resource/Geneva_Motor_Show", "http://dbpedia.org/resource/Genitrix_(opera)", "http://dbpedia.org/resource/Genji_Ts\u016bshin_Agedama", "http://dbpedia.org/resource/Genji_monogatari_(opera)", "http://dbpedia.org/resource/Genka_calendar", "http://dbpedia.org/resource/Genoese_colonies", "http://dbpedia.org/resource/Genoese_towers_in_Corsica", "http://dbpedia.org/resource/Genuine_Ken", "http://dbpedia.org/resource/Geoff_and_Judy", "http://dbpedia.org/resource/Geoglyphs_of_Chug-Chug", "http://dbpedia.org/resource/Georg_B\u00fcchner_Prize", "http://dbpedia.org/resource/Charlie_Brown's_All-Stars", "http://dbpedia.org/resource/Chatsbury_bushfire", "http://dbpedia.org/resource/Checkmate_(TV_series)", "http://dbpedia.org/resource/Chef_To_Go", "http://dbpedia.org/resource/Chefs", "http://dbpedia.org/resource/Chen\u2013Chiang_summit", "http://dbpedia.org/resource/Cher_(2008\u20132011_residency_show)", "http://dbpedia.org/resource/Cheshire_County_Show", "http://dbpedia.org/resource/Child_Genius_(TV_Series)", "http://dbpedia.org/resource/Chiller_Theatre_(New_York)", "http://dbpedia.org/resource/Chilula_people", "http://dbpedia.org/resource/China's_Next_Top_Model_(cycle_1)", "http://dbpedia.org/resource/China's_Next_Top_Model_(cycle_2)", "http://dbpedia.org/resource/Chinese_Music_Radio_Awards", "http://dbpedia.org/resource/Chipe_Libre", "http://dbpedia.org/resource/Chiquititas_(2013_telenovela)", "http://dbpedia.org/resource/Chiquititas_(Portugal)", "http://dbpedia.org/resource/Chispita_(telenovela)", "http://dbpedia.org/resource/Chit-Chat_(TV_series)", "http://dbpedia.org/resource/Chithiram_Pesuthadi_(TV_series)", "http://dbpedia.org/resource/Hayom_Yom", "http://dbpedia.org/resource/Hazardous_Inflight_Weather_Advisory_Service", "http://dbpedia.org/resource/Hazel_(comics)", "http://dbpedia.org/resource/Ha\u014d_Taikei_Ry\u016b_Knight", "http://dbpedia.org/resource/He_Shoots,_He_Scores", "http://dbpedia.org/resource/Health_Security_Express", "http://dbpedia.org/resource/Health_in_Latvia", "http://dbpedia.org/resource/Health_stamp", "http://dbpedia.org/resource/Hear_Word!", "http://dbpedia.org/resource/Hearst_Metrotone_News", "http://dbpedia.org/resource/HeartQuest", "http://dbpedia.org/resource/Heart_North_Wales_Coast", "http://dbpedia.org/resource/Heart_of_the_Dragon_(TV_series)", "http://dbpedia.org/resource/Heart_of_the_Matter_(TV_series)", "http://dbpedia.org/resource/Heartbeat_Love", "http://dbpedia.org/resource/Heartbreak_High_(2022_TV_series)", "http://dbpedia.org/resource/Heat_wave_of_1995_derecho_series", "http://dbpedia.org/resource/Heaven's_Will_(manga)", "http://dbpedia.org/resource/Heavenly_Court", "http://dbpedia.org/resource/Heavenly_In-Laws", "http://dbpedia.org/resource/Heavens_Cafe", "http://dbpedia.org/resource/Heavy_Metal_L-Gaim", "http://dbpedia.org/resource/Heavyweight_Champ", "http://dbpedia.org/resource/Heddiw", "http://dbpedia.org/resource/Height_Modernization", "http://dbpedia.org/resource/Heisman_Trophy", "http://dbpedia.org/resource/Helden_der_Kreisklasse", "http://dbpedia.org/resource/Cucumber_(TV_series)", "http://dbpedia.org/resource/Cuidado_con_el_\u00e1ngel_(1959_telenovela)", "http://dbpedia.org/resource/Cumbres_Borrascosas_(1964_telenovela)", "http://dbpedia.org/resource/Cumbres_Borrascosas_(1976_telenovela)", "http://dbpedia.org/resource/Cumbres_Borrascosas_(1979_telenovela)", "http://dbpedia.org/resource/Cuts", "http://dbpedia.org/resource/Cyrus-class_post_ship", "http://dbpedia.org/resource/Animals_Do_the_Funniest_Things", "http://dbpedia.org/resource/EX-treme_Dating", "http://dbpedia.org/resource/Ghostwriter_(TV_series)", "http://dbpedia.org/resource/Gofrette_(book_series)", "http://dbpedia.org/resource/Hit_List_TV", "http://dbpedia.org/resource/Hit_n_Run_Tour_(Kiss_tour)", "http://dbpedia.org/resource/Hollywood_Zombies", "http://dbpedia.org/resource/In_Verrem", "http://dbpedia.org/resource/International_Conference_on_Computer_and_Information_Technology", "http://dbpedia.org/resource/International_Conference_on_Systems_Engineering", "http://dbpedia.org/resource/Jericho_Season_3:_Civil_War", "http://dbpedia.org/resource/John_Scott_Medal", "http://dbpedia.org/resource/Junior_MasterChef_Thailand", "http://dbpedia.org/resource/La_Soir\u00e9e", "http://dbpedia.org/resource/Le_Panorama", "http://dbpedia.org/resource/Le_Pays", "http://dbpedia.org/resource/Lloyd_Hopkins_Trilogy", "http://dbpedia.org/resource/Marvel_Collectors'_Item_Classics", "http://dbpedia.org/resource/Mastropiero_que_nunca", "http://dbpedia.org/resource/My_Australian_Story", "http://dbpedia.org/resource/National_Curriculum_assessment", "http://dbpedia.org/resource/Olympus_E-30", "http://dbpedia.org/resource/PLASA_Show", "http://dbpedia.org/resource/Pass_the_Buck_(U.S._game_show)", "http://dbpedia.org/resource/Personal_Appearance_Theater", "http://dbpedia.org/resource/Pro_Athl\u00e9_Tour", "http://dbpedia.org/resource/Scotty_Iseri", "http://dbpedia.org/resource/Smash_Cuts", "http://dbpedia.org/resource/Snopes_trilogy", "http://dbpedia.org/resource/Southampton_Boat_Show", "http://dbpedia.org/resource/Tales_to_Astonish", "http://dbpedia.org/resource/Taxi_Driver_(TV_series)", "http://dbpedia.org/resource/Tessa_\u2013_Leben_f\u00fcr_die_Liebe", "http://dbpedia.org/resource/The_10_Percenters", "http://dbpedia.org/resource/The_Country_House_Revealed", "http://dbpedia.org/resource/The_Folks_on_the_Hill", "http://dbpedia.org/resource/The_Fosters_(1976_TV_series)", "http://dbpedia.org/resource/The_Gunpowder_Plot:_Exploding_The_Legend", "http://dbpedia.org/resource/The_Moment_of_Truth_(UK_game_show)", "http://dbpedia.org/resource/The_Railroad_Hour", "http://dbpedia.org/resource/The_Reality_of_Speed", "http://dbpedia.org/resource/The_Scott_and_Gary_Show", "http://dbpedia.org/resource/The_Worthing_series", "http://dbpedia.org/resource/Vackor_az_els\u0151_b\u00e9ben", "http://dbpedia.org/resource/Vampire_Ang_Daddy_Ko", "http://dbpedia.org/resource/W5_(TV_series)", "http://dbpedia.org/resource/Wish_You_Were_Here_(TV_series)", "http://dbpedia.org/resource/Yara_(telenovela)", "http://dbpedia.org/resource/Animal_Cops:_Houston", "http://dbpedia.org/resource/Crossroads_(comics)", "http://dbpedia.org/resource/Edge_of_the_Spider-Verse", "http://dbpedia.org/resource/Five_Nights_at_Freddy's_(series)", "http://dbpedia.org/resource/Fox_Sports_Central_Asia", "http://dbpedia.org/resource/G_Force_(TV_series)", "http://dbpedia.org/resource/Hawaii_Five-0_(season_1)", "http://dbpedia.org/resource/Hey,_Hey,_It's_Saturday!_(United_Kingdom)", "http://dbpedia.org/resource/Inset_day", "http://dbpedia.org/resource/Jaankhilavan_Jasoos", "http://dbpedia.org/resource/Japanese_in_Mangaland", "http://dbpedia.org/resource/Jeremy_Hardy_Speaks_to_the_Nation", "http://dbpedia.org/resource/Koecher\u2013Maass_series", "http://dbpedia.org/resource/Kondoa_Irangi_Rock_Paintings", "http://dbpedia.org/resource/Lion_comics", "http://dbpedia.org/resource/Little_Parents,_Big_Charlie", "http://dbpedia.org/resource/Luscombe_8", "http://dbpedia.org/resource/Marvel_Super-Heroes_(comics)", "http://dbpedia.org/resource/Mas_Vale_Tarde", "http://dbpedia.org/resource/Michael_Holigan's_Your_New_House", "http://dbpedia.org/resource/Monsieur_Beaucaire_(opera)", "http://dbpedia.org/resource/MusicVR", "http://dbpedia.org/resource/Music_to_See_(1957_TV_series)", "http://dbpedia.org/resource/N\u00e9vtelen_h\u0151s\u00f6k", "http://dbpedia.org/resource/Olympus_PEN_E-PL7", "http://dbpedia.org/resource/One_Way_Ticket_(2012_sitcom)", "http://dbpedia.org/resource/Phantom_Cam", "http://dbpedia.org/resource/Reisekamera", "http://dbpedia.org/resource/R\u00e9tromobile", "http://dbpedia.org/resource/San_Francisco_Flower_&_Garden_Show", "http://dbpedia.org/resource/Spider-Man:_With_Great_Power", "http://dbpedia.org/resource/Stourport_Ring", "http://dbpedia.org/resource/Strictly_Breaks", "http://dbpedia.org/resource/Tele_Cine_Awards", "http://dbpedia.org/resource/Terminator_2:_Infinity", "http://dbpedia.org/resource/The_DemonWars_Saga", "http://dbpedia.org/resource/The_Rosales_Saga", "http://dbpedia.org/resource/Time_Crisis_(series)", "http://dbpedia.org/resource/Union_Calendar", "http://dbpedia.org/resource/Without_Breasts_There_Is_No_Paradise", "http://dbpedia.org/resource/Young_Heroes_in_Love", "http://dbpedia.org/resource/Hujum", "http://dbpedia.org/resource/Hulk:_Gray", "http://dbpedia.org/resource/Hum_Award_for_Best_Actor", "http://dbpedia.org/resource/Human,_All_Too_Human_(TV_series)", "http://dbpedia.org/resource/Human_Edge", "http://dbpedia.org/resource/Human_Kindness_Day", "http://dbpedia.org/resource/Human_Prey", "http://dbpedia.org/resource/Humble_&_Fred", "http://dbpedia.org/resource/Hume\u2013Adams_dialogue", "http://dbpedia.org/resource/Humpbacks:_From_Fire_to_Ice", "http://dbpedia.org/resource/Humrahi", "http://dbpedia.org/resource/Hungarian_Folk_Tales", "http://dbpedia.org/resource/Hungarian_basketball_league_system", "http://dbpedia.org/resource/Hungarian_handball_league_system", "http://dbpedia.org/resource/Hungarian_water_polo_league_system", "http://dbpedia.org/resource/Hunslet_Mill", "http://dbpedia.org/resource/Hunters_Brooke_arson", "http://dbpedia.org/resource/Hunting_for_Bambi", "http://dbpedia.org/resource/Hunyadi_L\u00e1szl\u00f3_(opera)", "http://dbpedia.org/resource/Hush,_Hush_(series)", "http://dbpedia.org/resource/Hutchinson_Novella", "http://dbpedia.org/resource/Hutsell_Computer_War_Games", "http://dbpedia.org/resource/Hydrogen_Jukebox", "http://dbpedia.org/resource/Hydrothermal_vents_and_seamounts_of_the_Azores", "http://dbpedia.org/resource/Hyper-Actives", "http://dbpedia.org/resource/American_Xplorer", "http://dbpedia.org/resource/Barmageddon", "http://dbpedia.org/resource/Contemporary_Psychoanalytic_Studies", "http://dbpedia.org/resource/Coraz\u00f3n_salvaje_(2009_telenovela)", "http://dbpedia.org/resource/Cybersurfers", "http://dbpedia.org/resource/Database_Console_Commands_(Transact-SQL)", "http://dbpedia.org/resource/Ender's_Game_(series)", "http://dbpedia.org/resource/Foreign_Relations_Series", "http://dbpedia.org/resource/Guadalupe_(telenovela)", "http://dbpedia.org/resource/Gutierritos_(1966_telenovela)", "http://dbpedia.org/resource/Hawaii_Five-0_(season_3)", "http://dbpedia.org/resource/Independent_People_(television)", "http://dbpedia.org/resource/John_W._Campbell_Memorial_Award_for_Best_Science_Fiction_Novel", "http://dbpedia.org/resource/Kerberos_Panzer_J\u00e4ger", "http://dbpedia.org/resource/Knallerfrauen", "http://dbpedia.org/resource/Koa'e_Fault_Zone", "http://dbpedia.org/resource/Kodak_Pixpro_S-1", "http://dbpedia.org/resource/Maggie:_It's_Me", "http://dbpedia.org/resource/Make_Bradford_British", "http://dbpedia.org/resource/Man_vs._Beast", "http://dbpedia.org/resource/Manoram-class_ferry", "http://dbpedia.org/resource/Maths_Mansion", "http://dbpedia.org/resource/Melbourne_Arts_Precinct", "http://dbpedia.org/resource/Mildred_Keith", "http://dbpedia.org/resource/Monk_(CITV)", "http://dbpedia.org/resource/Montyon_Prizes", "http://dbpedia.org/resource/Morrison_Hills", "http://dbpedia.org/resource/Motiv_Liebe", "http://dbpedia.org/resource/Mozart_und_Meisel", "http://dbpedia.org/resource/Mr._Mystic", "http://dbpedia.org/resource/Mundos_opuestos_(telenovela)", "http://dbpedia.org/resource/Music_at_Plush", "http://dbpedia.org/resource/Music_from_Eighteenth-Century_Prague", "http://dbpedia.org/resource/NABC_Player_of_the_Year", "http://dbpedia.org/resource/NFL_Fever_(series)", "http://dbpedia.org/resource/NFL_Full_Contact", "http://dbpedia.org/resource/Napol\u00e9on_(miniseries)", "http://dbpedia.org/resource/Next_Top_Model_(Greece)", "http://dbpedia.org/resource/Nieuport-Delage_Sesquiplan", "http://dbpedia.org/resource/Norge_1:50000", "http://dbpedia.org/resource/Operation_Priha", "http://dbpedia.org/resource/Operation_T\u00e2n", "http://dbpedia.org/resource/Oretachi_Geasen_Zoku_Sono", "http://dbpedia.org/resource/Ottoman\u2013Hotaki_War_(1722\u201327)", "http://dbpedia.org/resource/Oxford_Fashion_Week", "http://dbpedia.org/resource/Panasonic_Lumix_DMC-FZ38", "http://dbpedia.org/resource/Pasi\u00f3n_(telenovela)", "http://dbpedia.org/resource/Pentax_Q7", "http://dbpedia.org/resource/Penthouse_(telenovela)", "http://dbpedia.org/resource/Phantom_Agents", "http://dbpedia.org/resource/Philosophy_in_90_Minutes_series", "http://dbpedia.org/resource/Players_Tour_Championship_2014/2015", "http://dbpedia.org/resource/Pretty_Deadly", "http://dbpedia.org/resource/Professor_Kitzel", "http://dbpedia.org/resource/Pulse_(TV_series)", "http://dbpedia.org/resource/Ripley's_Bureau_of_Investigation", "http://dbpedia.org/resource/Roman\u2013Etruscan_Wars", "http://dbpedia.org/resource/Salyut_programme", "http://dbpedia.org/resource/Saturday_Showcase", "http://dbpedia.org/resource/Screen_Songs", "http://dbpedia.org/resource/Sega_Mega_Drive_Classic_Collection", "http://dbpedia.org/resource/Sexi_Mong", "http://dbpedia.org/resource/Sherlock_Holmes_(puppetry)", "http://dbpedia.org/resource/Skinny_Bitch_Fitness", "http://dbpedia.org/resource/Spooksville", "http://dbpedia.org/resource/Spotlight_(1975_TV_series)", "http://dbpedia.org/resource/Stairway_to_Stardom", "http://dbpedia.org/resource/Star_Cairns", "http://dbpedia.org/resource/Star_Wars:_Jedi_Apprentice", "http://dbpedia.org/resource/Summer_Nights_(concert_tour)", "http://dbpedia.org/resource/Synopses_of_the_British_Fauna", "http://dbpedia.org/resource/Taboo-Tattoo", "http://dbpedia.org/resource/Television_Newsreel", "http://dbpedia.org/resource/The_3rd_Hospital", "http://dbpedia.org/resource/The_Apprentice_(UK_series_seven)", "http://dbpedia.org/resource/The_Astronut_Show", "http://dbpedia.org/resource/The_Beach_Crew", "http://dbpedia.org/resource/The_Brig_Society", "http://dbpedia.org/resource/The_Chase_(U.S._game_show)", "http://dbpedia.org/resource/The_Electrification_of_the_Soviet_Union", "http://dbpedia.org/resource/The_Golden_Touch_of_Frankie_Carle", "http://dbpedia.org/resource/The_Helga_Pictures", "http://dbpedia.org/resource/The_Hot_Breakfast", "http://dbpedia.org/resource/The_Indian_Picture_Opera", "http://dbpedia.org/resource/The_Magickers", "http://dbpedia.org/resource/The_National_Trust_(TV_series)", "http://dbpedia.org/resource/The_Paul_Lynde_Halloween_Special", "http://dbpedia.org/resource/The_Ran_Quadruplets", "http://dbpedia.org/resource/The_Scarlet_Letter_(opera)", "http://dbpedia.org/resource/The_Short_Oxford_History_of_the_Modern_World", "http://dbpedia.org/resource/The_Superior_Foes_of_Spider-Man", "http://dbpedia.org/resource/The_Unsellables_(TV_series)", "http://dbpedia.org/resource/The_Wanderer_(1994_TV_series)", "http://dbpedia.org/resource/The_Wicked_Years", "http://dbpedia.org/resource/The_Widower_(film)", "http://dbpedia.org/resource/The_World_About_Us", "http://dbpedia.org/resource/Toophan", "http://dbpedia.org/resource/Treasure_Hunter", "http://dbpedia.org/resource/Tutinama", "http://dbpedia.org/resource/Ultimate_Comics:_Iron_Man", "http://dbpedia.org/resource/Uncanny_X-Force", "http://dbpedia.org/resource/Variety_Tonight", "http://dbpedia.org/resource/Vater_wider_Willen", "http://dbpedia.org/resource/Vermillion_(Helix)", "http://dbpedia.org/resource/Von_Null_auf_42", "http://dbpedia.org/resource/WNBL_Grand_Final", "http://dbpedia.org/resource/Wanneroo_wetlands", "http://dbpedia.org/resource/Weird_Wars", "http://dbpedia.org/resource/Where_the_Heart_Is_(US_TV_series)", "http://dbpedia.org/resource/Wings_Over_the_World_tour", "http://dbpedia.org/resource/X-Men:_The_198", "http://dbpedia.org/resource/Eagle_series", "http://dbpedia.org/resource/Earth_Defense_Force_(series)", "http://dbpedia.org/resource/Earthsea_(book_series)", "http://dbpedia.org/resource/Dutch_Supercar_Challenge", "http://dbpedia.org/resource/E3_(disambiguation)", "http://dbpedia.org/resource/EOWS", "http://dbpedia.org/resource/ESPN2_College_Football_Friday_Primetime", "http://dbpedia.org/resource/Jasoosi_Dunya", "http://dbpedia.org/resource/Jat_reservation_agitation", "http://dbpedia.org/resource/Jazz_Casual", "http://dbpedia.org/resource/Jazz_Inspired", "http://dbpedia.org/resource/Jazz_Meets_Folk", "http://dbpedia.org/resource/Jazz_Profiles", "http://dbpedia.org/resource/Jazzmatazz", "http://dbpedia.org/resource/Jenny_Sparks:_The_Secret_History_of_the_Authority", "http://dbpedia.org/resource/Jepht\u00e9", "http://dbpedia.org/resource/Jerry_Cornelius", "http://dbpedia.org/resource/Jerry_on_the_Job", "http://dbpedia.org/resource/Jersey_International_Air_Display", "http://dbpedia.org/resource/ATTO_dyes", "http://dbpedia.org/resource/CrankyGeeks", "http://dbpedia.org/resource/Dragon_Ball_Z:_The_Legacy_of_Goku_(series)", "http://dbpedia.org/resource/Erica_Enders-Stevens", "http://dbpedia.org/resource/Kiah_&_Tara_Jean", "http://dbpedia.org/resource/MTV_Force_India_The_Fast_and_The_Gorgeous", "http://dbpedia.org/resource/Marcador_Internacional", "http://dbpedia.org/resource/Norman_Ormal", "http://dbpedia.org/resource/Ontopic", "http://dbpedia.org/resource/Our_House_(UKTV_Style)", "http://dbpedia.org/resource/PBA_on_Sports5", "http://dbpedia.org/resource/Paraquat_murders", "http://dbpedia.org/resource/Ram_Milaayi_Jodi", "http://dbpedia.org/resource/Schnell_ermittelt", "http://dbpedia.org/resource/Split_Ends_(UK_TV_series)", "http://dbpedia.org/resource/Tamer_Wa_Shaw'eyyah", "http://dbpedia.org/resource/The_Amazing_Mr._Malone", "http://dbpedia.org/resource/The_Flying_Dogtor", "http://dbpedia.org/resource/The_Frontier_(TV_series)", "http://dbpedia.org/resource/The_Story_of_Modern_Science", "http://dbpedia.org/resource/The_Unexplained_(2011_TV_series)", "http://dbpedia.org/resource/The_Worst_of_Hollywood", "http://dbpedia.org/resource/Thor_Steingraber", "http://dbpedia.org/resource/Three_Commentaries_on_the_Spring_and_Autumn_Annals", "http://dbpedia.org/resource/Travel_Sick", "http://dbpedia.org/resource/Trucks_and_Tractor_Power", "http://dbpedia.org/resource/Airline_staff_travel", "http://dbpedia.org/resource/Banjul_Cops", "http://dbpedia.org/resource/Bridge_Builder", "http://dbpedia.org/resource/DAG_(TV_series)", "http://dbpedia.org/resource/Eurofest_2007", "http://dbpedia.org/resource/Garage_Matches", "http://dbpedia.org/resource/HYDROSOL", "http://dbpedia.org/resource/I.N.V.U.", "http://dbpedia.org/resource/Judie_Byrd's_Kitchen", "http://dbpedia.org/resource/Jul_i_T\u00f8yengata", "http://dbpedia.org/resource/King_of_the_Royal_Mounted", "http://dbpedia.org/resource/Les_Femmes_en_Blanc", "http://dbpedia.org/resource/Les_plaisirs_de_Versailles", "http://dbpedia.org/resource/Lizzie_The_Lizard", "http://dbpedia.org/resource/Los_disparates", "http://dbpedia.org/resource/Love_Celeb", "http://dbpedia.org/resource/Marina_(telenovela)", "http://dbpedia.org/resource/Mickey_Mouse_and_Friends_(TV_series)", "http://dbpedia.org/resource/Modest-class_barge", "http://dbpedia.org/resource/Myth-o-Mania", "http://dbpedia.org/resource/NOOMA", "http://dbpedia.org/resource/Neptune_Presents", "http://dbpedia.org/resource/Nikon_Coolpix_7900", "http://dbpedia.org/resource/Noche_de_Gala", "http://dbpedia.org/resource/Open_Door_(BBC_TV)", "http://dbpedia.org/resource/Out_of_the_Fog_(TV_series)", "http://dbpedia.org/resource/Outriders", "http://dbpedia.org/resource/Paddington_(1975_TV_series)", "http://dbpedia.org/resource/Pals_For_Life", "http://dbpedia.org/resource/Proceedings_of_the_British_Academy", "http://dbpedia.org/resource/Project_Gotham_Racing_(series)", "http://dbpedia.org/resource/Psychedelic_States", "http://dbpedia.org/resource/RS_Integrator", "http://dbpedia.org/resource/Rajshree-class_inshore_patrol_vessel", "http://dbpedia.org/resource/Richard_Edgar", "http://dbpedia.org/resource/Sex_and_Shopping", "http://dbpedia.org/resource/Slinky_Malinki", "http://dbpedia.org/resource/Slinky_Malinki_Open_The_Door", "http://dbpedia.org/resource/Sportsline_(Sky_News)", "http://dbpedia.org/resource/Steel_Monsters", "http://dbpedia.org/resource/Story_of_the_Nations_series", "http://dbpedia.org/resource/Strat_Plus", "http://dbpedia.org/resource/Super_Kwentuhan", "http://dbpedia.org/resource/Taien_calendar", "http://dbpedia.org/resource/Telstra_Business_Awards", "http://dbpedia.org/resource/The_Allan_Stewart_Tapes", "http://dbpedia.org/resource/The_Brave_Fighter_of_Legend_Da-Garn", "http://dbpedia.org/resource/The_Calendar_of_Nature", "http://dbpedia.org/resource/The_Catholic_Hour_(TV_series)", "http://dbpedia.org/resource/The_Den_(Ireland)", "http://dbpedia.org/resource/The_Hungry_Detective", "http://dbpedia.org/resource/The_Mentor_Philosophers", "http://dbpedia.org/resource/The_Miracle_of_Bali", "http://dbpedia.org/resource/The_Pat_Kenny_Show", "http://dbpedia.org/resource/The_Queendom_of_Sol", "http://dbpedia.org/resource/The_Sierra_Jensen_Series", "http://dbpedia.org/resource/The_Silent_Ones_(comics)", "http://dbpedia.org/resource/The_Sword_of_Truth", "http://dbpedia.org/resource/The_Tommy_Hanlon_Show", "http://dbpedia.org/resource/The_Wright_Taste", "http://dbpedia.org/resource/This_Is_Your_Life_(UK_TV_series)", "http://dbpedia.org/resource/Th\u00e9\u00e2tre_Optique", "http://dbpedia.org/resource/Tonight_(TVNZ_television_programme)", "http://dbpedia.org/resource/United_States_naval_gunfire_support_debate", "http://dbpedia.org/resource/Valeria_(telenovela)", "http://dbpedia.org/resource/Venom:_Lethal_Protector", "http://dbpedia.org/resource/Wakakusa_no_Charlotte", "http://dbpedia.org/resource/Waverley_Novels", "http://dbpedia.org/resource/Weekend_Escapes_with_Warwick_Davis", "http://dbpedia.org/resource/Wil_&_Lehmo", "http://dbpedia.org/resource/Wyoming_Marathon", "http://dbpedia.org/resource/Xuanming_calendar", "http://dbpedia.org/resource/Zaregoto_Series", "http://dbpedia.org/resource/Escobar,_el_Patr\u00f3n_del_Mal", "http://dbpedia.org/resource/Esmeralda_(Brazilian_telenovela)", "http://dbpedia.org/resource/Espejismo_(telenovela)", "http://dbpedia.org/resource/Estafa_de_amor_(1968_telenovela)", "http://dbpedia.org/resource/Esther_(opera)", "http://dbpedia.org/resource/Action_Movie_Kid", "http://dbpedia.org/resource/Coliseum_Mineral,_Fossil,_Gem,_and_Jewelry_Show", "http://dbpedia.org/resource/Dog_&_Cat_Training_with_Joel_Silverman", "http://dbpedia.org/resource/Eastside_Hockey_Manager_series", "http://dbpedia.org/resource/Forever_(U.S._TV_series)", "http://dbpedia.org/resource/Full_Color_Football:_The_History_of_the_American_Football_League", "http://dbpedia.org/resource/Give_Us_This_Day_(Australian_TV_series)", "http://dbpedia.org/resource/Good_Morning,_Internet!", "http://dbpedia.org/resource/ICC_Africa_Under-19_Championships", "http://dbpedia.org/resource/In_Person_(TV_series)", "http://dbpedia.org/resource/Jinnah\u2013Mountbatten_Talks", "http://dbpedia.org/resource/June_Field", "http://dbpedia.org/resource/Keep_It_in_the_Family_(U.S._game_show)", "http://dbpedia.org/resource/La_mujer_prohibida_(1991_telenovela)", "http://dbpedia.org/resource/La_vie_secr\u00e8te_des_jeunes", "http://dbpedia.org/resource/Le_Club_des_100_Watts", "http://dbpedia.org/resource/Le_lac_des_f\u00e9es", "http://dbpedia.org/resource/Lent_Bumps_2015", "http://dbpedia.org/resource/Lepa_Brena_Live_at_Dom_sindikata", "http://dbpedia.org/resource/List_of_The_Middle_characters", "http://dbpedia.org/resource/Liverpool_Boat_Show", "http://dbpedia.org/resource/Lunar_Orbiter_program", "http://dbpedia.org/resource/Magic_Pickle", "http://dbpedia.org/resource/Manhattan_Connection", "http://dbpedia.org/resource/Marketplace_(Irish_TV_series)", "http://dbpedia.org/resource/Mati_O_Manush", "http://dbpedia.org/resource/Matri_Shree_Media_Award", "http://dbpedia.org/resource/Mi_amor_por_ti", "http://dbpedia.org/resource/Mike's_On", "http://dbpedia.org/resource/Milano-Roma", "http://dbpedia.org/resource/Mr._Interesting's_Guide_to_the_Continental_United_States", "http://dbpedia.org/resource/Mr._and_Mrs._Spider-Man", "http://dbpedia.org/resource/My_Destiny_(TV_series)", "http://dbpedia.org/resource/My_Dysfunctional_Family", "http://dbpedia.org/resource/M\u00e1s_all\u00e1_de_la_muerte", "http://dbpedia.org/resource/Neva_Enfilade_of_the_Winter_Palace", "http://dbpedia.org/resource/Ninja_Spirit_(video_series)", "http://dbpedia.org/resource/Nit\u00e9tis", "http://dbpedia.org/resource/OMAP", "http://dbpedia.org/resource/Off_to_See_the_Wizard", "http://dbpedia.org/resource/On_the_Fringe", "http://dbpedia.org/resource/Opera_Theatre_of_Lucca", "http://dbpedia.org/resource/Operation_Liberate_Men", "http://dbpedia.org/resource/Otoriyose_\u014cji_Iida_Yoshimi", "http://dbpedia.org/resource/Parent_Rescue", "http://dbpedia.org/resource/Pentax_*ist_DL", "http://dbpedia.org/resource/Periods.", "http://dbpedia.org/resource/Petrotrin_oil_spill", "http://dbpedia.org/resource/Phoenix14news", "http://dbpedia.org/resource/Planes_That_Never_Flew", "http://dbpedia.org/resource/Popstars_(UK_TV_series)", "http://dbpedia.org/resource/Power_Play_(Canadian_political_affairs_series)", "http://dbpedia.org/resource/Prime_Time_Sports", "http://dbpedia.org/resource/Product_pipeline", "http://dbpedia.org/resource/Property_Shop", "http://dbpedia.org/resource/Pupu_Tupuna", "http://dbpedia.org/resource/Russian_Dolls_(U.S._TV_series)", "http://dbpedia.org/resource/SOKO_Rhein-Main", "http://dbpedia.org/resource/Santa_Paws", "http://dbpedia.org/resource/Shadow_Hearts_(series)", "http://dbpedia.org/resource/Spell_Cast", "http://dbpedia.org/resource/SunPCi", "http://dbpedia.org/resource/Sunday_Football_(AFL)", "http://dbpedia.org/resource/Sunday_Suspense", "http://dbpedia.org/resource/Surprise_Sur_Prise", "http://dbpedia.org/resource/S\u00e1bado_Al_Mediod\u00eda", "http://dbpedia.org/resource/TVNZ_Teletext", "http://dbpedia.org/resource/TV_Patrol_Caraga", "http://dbpedia.org/resource/The_Bounty_Hunter_Wars", "http://dbpedia.org/resource/The_Catholic_Guy", "http://dbpedia.org/resource/The_Dark_Tower:_Battle_of_Jericho_Hill", "http://dbpedia.org/resource/The_Holdfast_Chronicles", "http://dbpedia.org/resource/The_Little_Revue", "http://dbpedia.org/resource/The_Parade_of_States", "http://dbpedia.org/resource/The_Shock_of_the_New", "http://dbpedia.org/resource/The_Snow_Queen_(anime)", "http://dbpedia.org/resource/The_Trek_Life", "http://dbpedia.org/resource/The_Vinyl_Cafe", "http://dbpedia.org/resource/The_Who_Tour_1965", "http://dbpedia.org/resource/Theory_of_Lie_groups", "http://dbpedia.org/resource/Think_Fast_(game_show)", "http://dbpedia.org/resource/Tuborg_GreenFest", "http://dbpedia.org/resource/Ultimate_Motorhead_Show", "http://dbpedia.org/resource/Un_si\u00e8cle_d'\u00e9crivains", "http://dbpedia.org/resource/Uncensored_from_Texas_Death_Row", "http://dbpedia.org/resource/Vanessa_(TV_series)", "http://dbpedia.org/resource/Veep_(TV_series)", "http://dbpedia.org/resource/We_Are_the_Eighties", "http://dbpedia.org/resource/Wiley_Bad_Science_Series", "http://dbpedia.org/resource/Wrestling_Spirit", "http://dbpedia.org/resource/YU_retROCKspektiva", "http://dbpedia.org/resource/Seoul_Motor_Show", "http://dbpedia.org/resource/June_2008_tornado_outbreak_sequence", "http://dbpedia.org/resource/J\u016bs\u014d_Kik\u014d_Dancouga_Nova", "http://dbpedia.org/resource/Kin'iro_no_Corda:_The_After_School_Etude", "http://dbpedia.org/resource/Kumikyoku_Nico_Nico_Douga", "http://dbpedia.org/resource/Legends_of_Hockey", "http://dbpedia.org/resource/Les_plus_grands_Belges", "http://dbpedia.org/resource/Men's_Fashion_Insider", "http://dbpedia.org/resource/Mistresses_(UK_TV_series)", "http://dbpedia.org/resource/Nokia_5200", "http://dbpedia.org/resource/Northern_Moravia_witch_trials", "http://dbpedia.org/resource/Oblivious_(U.S._game_show)", "http://dbpedia.org/resource/Piatigorsky_Cup", "http://dbpedia.org/resource/Sunday_Night_at_10", "http://dbpedia.org/resource/The_Space_Ship_Under_the_Apple_Tree", "http://dbpedia.org/resource/The_World_in_Action", "http://dbpedia.org/resource/24K_(radio_show)", "http://dbpedia.org/resource/Appointment_with_Adventure", "http://dbpedia.org/resource/Expedici\u00f3n_Robinson", "http://dbpedia.org/resource/F\u00eate_Galante_(opera)", "http://dbpedia.org/resource/Glamour_Solos", "http://dbpedia.org/resource/Greensleeves_Rhythm_Album", "http://dbpedia.org/resource/High_Score_Girl", "http://dbpedia.org/resource/ISpy", "http://dbpedia.org/resource/Kinder,_Kinder", "http://dbpedia.org/resource/La_caverne", "http://dbpedia.org/resource/Le_crescendo", "http://dbpedia.org/resource/Leica_X_Vario", "http://dbpedia.org/resource/Life_in_Progress", "http://dbpedia.org/resource/Louisville_sewer_explosions", "http://dbpedia.org/resource/MTV_World_Stage_Live_in_Malaysia", "http://dbpedia.org/resource/Main_Julian_England", "http://dbpedia.org/resource/Malta_Convoys", "http://dbpedia.org/resource/Man_Booker_International_Prize", "http://dbpedia.org/resource/Mart\u00edn_Rivas_(telenovela)", "http://dbpedia.org/resource/Meet_the_Stans", "http://dbpedia.org/resource/Mumbai_Confidential", "http://dbpedia.org/resource/Nebula_Award_for_Best_Short_Story", "http://dbpedia.org/resource/Official_National_Lampoon_Bicentennial_Calendar_1976", "http://dbpedia.org/resource/Olympus_mju", "http://dbpedia.org/resource/On_Your_Behalf", "http://dbpedia.org/resource/Oxford_Chemistry_Primers", "http://dbpedia.org/resource/P3_Dokument\u00e4r", "http://dbpedia.org/resource/PTV_Global", "http://dbpedia.org/resource/Peavey_ValveKing", "http://dbpedia.org/resource/Peter_Steiners_Theaterstadl", "http://dbpedia.org/resource/Piano_Lesson_(TV_series)", "http://dbpedia.org/resource/Priest's_Spell_Compendium", "http://dbpedia.org/resource/Proleptic_calendar", "http://dbpedia.org/resource/Rawdatu_'s-safa", "http://dbpedia.org/resource/Red_Bull_Music_Academy", "http://dbpedia.org/resource/Red_Guards_on_Honghu_Lake", "http://dbpedia.org/resource/Red_White_&_New", "http://dbpedia.org/resource/Robertson_Cup_Championship_Tournament", "http://dbpedia.org/resource/Rote_Bergsteiger_(TV_series)", "http://dbpedia.org/resource/Sail_Indonesia", "http://dbpedia.org/resource/Scaly_Adventures", "http://dbpedia.org/resource/Scania_F-series", "http://dbpedia.org/resource/Sesquicentenary_Celebrations_Series", "http://dbpedia.org/resource/Shane_(UK_TV_series)", "http://dbpedia.org/resource/Shirley_Abicair_in_Australia", "http://dbpedia.org/resource/Solaris_Urbino_10", "http://dbpedia.org/resource/Sony_Cyber-shot_DSC-RX100_IV", "http://dbpedia.org/resource/Sprite_(soft_drink)", "http://dbpedia.org/resource/Super_thermal_power_station", "http://dbpedia.org/resource/Swing_Easy_(TV_series)", "http://dbpedia.org/resource/Sylvain_et_Sylvette", "http://dbpedia.org/resource/The_Best_of_the_Post", "http://dbpedia.org/resource/The_Disney_Collection:_The_Best-Loved_Songs_from_Disney_Motion_Pictures,_Television,_and_Theme_Parks", "http://dbpedia.org/resource/The_Essentials_(TCM)", "http://dbpedia.org/resource/The_Likeaballs", "http://dbpedia.org/resource/The_Magic_School_Bus_(book_series)", "http://dbpedia.org/resource/The_Mike_Bullard_Show", "http://dbpedia.org/resource/The_New_Heroes", "http://dbpedia.org/resource/The_Pattern_of_Marriage", "http://dbpedia.org/resource/The_Star_and_the_Story", "http://dbpedia.org/resource/The_Towers_of_Bois-Maury", "http://dbpedia.org/resource/The_Wild_Soccer_Bunch", "http://dbpedia.org/resource/This_is_Your_Laugh", "http://dbpedia.org/resource/Top_Guns", "http://dbpedia.org/resource/Tsubu_Doll", "http://dbpedia.org/resource/Ultra_Marines", "http://dbpedia.org/resource/Una_mujer_(1965_telenovela)", "http://dbpedia.org/resource/Unterwegs_nach_Atlantis_(TV_series)", "http://dbpedia.org/resource/Video_Smash_Hits", "http://dbpedia.org/resource/Walter_Sutcliffe", "http://dbpedia.org/resource/Western_Holiday", "http://dbpedia.org/resource/Your_Life_in_Their_Hands", "http://dbpedia.org/resource/\u00c1gua_Viva_(telenovela)", "http://dbpedia.org/resource/2_Minute_Drill", "http://dbpedia.org/resource/America's_Money_Class_with_Suze_Orman", "http://dbpedia.org/resource/America_\u014cdan_Ultra_Quiz", "http://dbpedia.org/resource/Animal_Cops:_South_Africa", "http://dbpedia.org/resource/Associated_Shades", "http://dbpedia.org/resource/Cool_Zone", "http://dbpedia.org/resource/Die_Didi-Show", "http://dbpedia.org/resource/Fish_(U.S._TV_series)", "http://dbpedia.org/resource/Fons_and_Porter's_Love_of_Quilting", "http://dbpedia.org/resource/Friday_Island_(TV_show)", "http://dbpedia.org/resource/Give_Us_This_Day_(TV_show)", "http://dbpedia.org/resource/Grandpa_Read's_Quiet_Time_Tales", "http://dbpedia.org/resource/Happiness_(TV_series)", "http://dbpedia.org/resource/Hollywood_or_Bust_(TV_series)", "http://dbpedia.org/resource/House_Calendar", "http://dbpedia.org/resource/Japan_Academy_Prize_for_Outstanding_Performance_by_an_Actor_in_a_Leading_Role", "http://dbpedia.org/resource/Kaiki_Renai_Sakusen", "http://dbpedia.org/resource/King_of_Vegas", "http://dbpedia.org/resource/Kodak_EasyShare_DX6490", "http://dbpedia.org/resource/Korean_DMZ_Conflict_(1966\u201369)", "http://dbpedia.org/resource/La_Femme_Nikita:_Music_from_the_Television_Series", "http://dbpedia.org/resource/Larry_King_Now", "http://dbpedia.org/resource/Legacy_of_the_Drow", "http://dbpedia.org/resource/Legionnaires_3", "http://dbpedia.org/resource/Leica_M4", "http://dbpedia.org/resource/Licence_to_Grill", "http://dbpedia.org/resource/Local_Edition", "http://dbpedia.org/resource/Locus_Award_for_Best_Short_Story", "http://dbpedia.org/resource/Man-seated:_arms_in_adoration_(hieroglyph)", "http://dbpedia.org/resource/Manu_Rere", "http://dbpedia.org/resource/Marian_Engel_Award", "http://dbpedia.org/resource/Marie_de'_Medici_cycle", "http://dbpedia.org/resource/Marvel_Super_Hero_Squad", "http://dbpedia.org/resource/Mastigont_system", "http://dbpedia.org/resource/Meet_McGraw", "http://dbpedia.org/resource/Mike,_der_Taschengeldexperte", "http://dbpedia.org/resource/Mitsudomoe_(manga)", "http://dbpedia.org/resource/Mountain_Dew_Vertical_Challenge", "http://dbpedia.org/resource/Mr._Personality", "http://dbpedia.org/resource/Mutiny_Acts", "http://dbpedia.org/resource/NATO_targets", "http://dbpedia.org/resource/NForce_700", "http://dbpedia.org/resource/Naniwa_Kin'y\u016bd\u014d", "http://dbpedia.org/resource/Nathans_Circus", "http://dbpedia.org/resource/Neo_Pornographia", "http://dbpedia.org/resource/Noises,_Sounds_&_Sweet_Airs", "http://dbpedia.org/resource/Noticiero_Cript\u00f3n", "http://dbpedia.org/resource/On-ride_camera", "http://dbpedia.org/resource/On_the_Real", "http://dbpedia.org/resource/One_Night_Stand_(U.S._TV_series)", "http://dbpedia.org/resource/Pilot_&_Huxley", "http://dbpedia.org/resource/Piltdown,_East_Sussex", "http://dbpedia.org/resource/Pressure_Cooker_(game_show)", "http://dbpedia.org/resource/Provincial_Geographies_of_India", "http://dbpedia.org/resource/Reina_de_corazones_(American_telenovela)", "http://dbpedia.org/resource/Rikki_and_Me", "http://dbpedia.org/resource/Roshan_Sitara", "http://dbpedia.org/resource/Rough_Crossing_(TV_series)", "http://dbpedia.org/resource/Rugrats_Pre-School_Daze", "http://dbpedia.org/resource/Running_Man_(TV_series)", "http://dbpedia.org/resource/SD_Gundam_G_Generation", "http://dbpedia.org/resource/Sandymount_Strand", "http://dbpedia.org/resource/SevenMeters", "http://dbpedia.org/resource/Shell's_Wonderful_World_of_Golf", "http://dbpedia.org/resource/Sony_A5000", "http://dbpedia.org/resource/South_Sinai_regional_development_programme", "http://dbpedia.org/resource/Sports_Today", "http://dbpedia.org/resource/Spotlight_(2008_TV_series)", "http://dbpedia.org/resource/Strip_Poker_(game_show)", "http://dbpedia.org/resource/Sunny_Days_and_Nights", "http://dbpedia.org/resource/Sword_and_Sorceress_series", "http://dbpedia.org/resource/TEXUS", "http://dbpedia.org/resource/TV_Hell", "http://dbpedia.org/resource/TV_Patrol_Pampanga", "http://dbpedia.org/resource/Thai_lunar_calendar", "http://dbpedia.org/resource/Thanks_of_Congress", "http://dbpedia.org/resource/That'll_Be_the_Day_(musical)", "http://dbpedia.org/resource/That's_My_Desire_(TV_series)", "http://dbpedia.org/resource/The_American_Revolution_(miniseries)", "http://dbpedia.org/resource/The_Ballad_of_Canal", "http://dbpedia.org/resource/The_Black_Man's_Land_Trilogy", "http://dbpedia.org/resource/The_Dark_Tower:_The_Little_Sisters_of_Eluria", "http://dbpedia.org/resource/The_Golden_Show", "http://dbpedia.org/resource/The_Mole_(U.S._TV_series)", "http://dbpedia.org/resource/The_Morbegs", "http://dbpedia.org/resource/The_Sadhu", "http://dbpedia.org/resource/Th\u00e9s\u00e9e_(Gossec)", "http://dbpedia.org/resource/Tin_Goyenda", "http://dbpedia.org/resource/Tombs_of_Malta", "http://dbpedia.org/resource/Tonda_Couple", "http://dbpedia.org/resource/Tonight_(TV_programme)", "http://dbpedia.org/resource/Ultimate_Power", "http://dbpedia.org/resource/Un_caso_di_coscienza_(TV_series)", "http://dbpedia.org/resource/Weltflug.tv_\u2013_The_Gyrocopter_World_Tour", "http://dbpedia.org/resource/Wildfire_(TV_series)", "http://dbpedia.org/resource/Worldwide_Soccer:_Euro_Edition", "http://dbpedia.org/resource/X-Men_Unlimited", "http://dbpedia.org/resource/Yele_Sambat", "http://dbpedia.org/resource/Yuri_Seijin_Naoko-san", "http://dbpedia.org/resource/\u010cty\u0159l\u00edstek", "http://dbpedia.org/resource/Kunicon", "http://dbpedia.org/resource/Kupetzky_(TV_series)", "http://dbpedia.org/resource/Kvarteret_Skatan", "http://dbpedia.org/resource/L'Affaire_Labricole", "http://dbpedia.org/resource/L'ambassadrice", "http://dbpedia.org/resource/L'amor_coniugale", "http://dbpedia.org/resource/L'heureux_malgr\u00e9_lui", "http://dbpedia.org/resource/L'incoronazione_di_Poppea", "http://dbpedia.org/resource/L'oriflamme_(opera)", "http://dbpedia.org/resource/L'\u00c9cole_des_fans", "http://dbpedia.org/resource/L'\u00c9l\u00e8ve_Ducobu", "http://dbpedia.org/resource/L'\u00c9tat_de_Grace", "http://dbpedia.org/resource/L'\u00c9t\u00e9_indien_(TV_program)", "http://dbpedia.org/resource/After_the_Attack", "http://dbpedia.org/resource/Bagong_Umaga,_Bagong_Balita", "http://dbpedia.org/resource/CLICK_Barkada_Hunt", "http://dbpedia.org/resource/David_Haye_versus", "http://dbpedia.org/resource/E-Branch_Trilogy", "http://dbpedia.org/resource/Family_Beef", "http://dbpedia.org/resource/Grand_Slam_(1990_TV_series)", "http://dbpedia.org/resource/Grand_Slam_(U.S._game_show)", "http://dbpedia.org/resource/Greg_Anderson_(dragster_driver)", "http://dbpedia.org/resource/Horrible_Histories:_Nottingham", "http://dbpedia.org/resource/It's_a_Wise_Child", "http://dbpedia.org/resource/Jock_Jams", "http://dbpedia.org/resource/Jonah_(miniseries)", "http://dbpedia.org/resource/Kerala_State_Film_Award", "http://dbpedia.org/resource/Kick-Ass_2_(comics)", "http://dbpedia.org/resource/La_mujer_de_Judas_(Mexican_telenovela)", "http://dbpedia.org/resource/Legacy_of_the_May_Revolution", "http://dbpedia.org/resource/Lent_Bumps_2005", "http://dbpedia.org/resource/Live_by_Request", "http://dbpedia.org/resource/Los_Horcones_massacre", "http://dbpedia.org/resource/Low_Carbon_Building_Programme", "http://dbpedia.org/resource/Lucy_of_the_Southern_Rainbow", "http://dbpedia.org/resource/MTV_Video_Music_Award_for_Best_Art_Direction", "http://dbpedia.org/resource/Machos_(telenovela)", "http://dbpedia.org/resource/Magdalena_(telenovela)", "http://dbpedia.org/resource/Making_Miracles", "http://dbpedia.org/resource/Mandingo_Massacre", "http://dbpedia.org/resource/Martin_Shaw:_Aviators", "http://dbpedia.org/resource/Masters_of_Survival", "http://dbpedia.org/resource/Medita\u00e7\u00e3o_(prose)", "http://dbpedia.org/resource/Meri_Saheli_Meri_Humjoli", "http://dbpedia.org/resource/Michael_Bentine's_Potty_Time", "http://dbpedia.org/resource/Misterbnb", "http://dbpedia.org/resource/Modern_Pentathlon_World_Cup", "http://dbpedia.org/resource/Moral_Essays", "http://dbpedia.org/resource/Morning_Star_(Philippine_TV_show)", "http://dbpedia.org/resource/Music_of_the_Front_Mission_series", "http://dbpedia.org/resource/NForce_500", "http://dbpedia.org/resource/NHL_FaceOff", "http://dbpedia.org/resource/Nass_Mlah_City_2", "http://dbpedia.org/resource/Near_Death_(comics)", "http://dbpedia.org/resource/Night_Court_U.S.A.", "http://dbpedia.org/resource/Nikolai_Dante", "http://dbpedia.org/resource/Noticieros_56", "http://dbpedia.org/resource/Nzebi_languages", "http://dbpedia.org/resource/Official_DC_Index", "http://dbpedia.org/resource/Official_History_of_Australia_in_the_War_of_1914\u20131918", "http://dbpedia.org/resource/Open_de_Nice_C\u00f4te_d'Azur", "http://dbpedia.org/resource/Outside_Source", "http://dbpedia.org/resource/PUC19", "http://dbpedia.org/resource/Paddington_Bear_(1989_TV_series)", "http://dbpedia.org/resource/Panasonic_Lumix_DMC-LZ30", "http://dbpedia.org/resource/Pay_Off_Your_Mortgage_in_Two_Years", "http://dbpedia.org/resource/Pop,_Songs_&_Death", "http://dbpedia.org/resource/Princess_Fragrant", "http://dbpedia.org/resource/Proware_Epica_(RAID_series)", "http://dbpedia.org/resource/Q_&_Q", "http://dbpedia.org/resource/Quantum_and_Woody", "http://dbpedia.org/resource/Quirpa_de_Tres_Mujeres", "http://dbpedia.org/resource/Rabbit_Bites", "http://dbpedia.org/resource/Richard_Ng_six_star_gau_gau_zan", "http://dbpedia.org/resource/Rio_Del_Mar_(1999_TV_series)", "http://dbpedia.org/resource/Roland_CUBE", "http://dbpedia.org/resource/Rolleicord", "http://dbpedia.org/resource/Root_beer", "http://dbpedia.org/resource/Royal_Lancashire_Show", "http://dbpedia.org/resource/Seven_Second_Delay", "http://dbpedia.org/resource/Shaman's_Tears", "http://dbpedia.org/resource/Sicilian_Film_Festival", "http://dbpedia.org/resource/Six_Degrees", "http://dbpedia.org/resource/Sony_Handycam_NEX-VG10", "http://dbpedia.org/resource/Sony_Vaio_FW_series", "http://dbpedia.org/resource/Spaceware_Sky_Vision_II", "http://dbpedia.org/resource/Spirit_Bay", "http://dbpedia.org/resource/Sports_Tonight_(Ireland)", "http://dbpedia.org/resource/Spy_High", "http://dbpedia.org/resource/Star_Knows_My_Heart", "http://dbpedia.org/resource/Suffolk_Show", "http://dbpedia.org/resource/Super_Agent", "http://dbpedia.org/resource/Survivor_(TV_series)", "http://dbpedia.org/resource/Survivor_Live", "http://dbpedia.org/resource/Takio", "http://dbpedia.org/resource/Tales_of_the_Zombie", "http://dbpedia.org/resource/Tektronix_4050", "http://dbpedia.org/resource/The_ALTdot_COMedy_Lounge", "http://dbpedia.org/resource/The_AWA_Review", "http://dbpedia.org/resource/The_Addams_Family_(1992_animated_series)", "http://dbpedia.org/resource/The_Annual_World's_Best_SF", "http://dbpedia.org/resource/The_Back_Series", "http://dbpedia.org/resource/The_Best_American_Short_Stories", "http://dbpedia.org/resource/The_Big_Show_(with_Manic_Mike)", "http://dbpedia.org/resource/The_Blue_Octavo_Notebooks", "http://dbpedia.org/resource/The_Cartoon_History_of_the_Universe", "http://dbpedia.org/resource/The_Edge_with_Jake_Sasseville", "http://dbpedia.org/resource/The_Inheritance_Trilogy_(N.K._Jemisin)", "http://dbpedia.org/resource/The_Last_Rune", "http://dbpedia.org/resource/The_Last_Word_(TV_series)", "http://dbpedia.org/resource/The_Office_(UK_TV_series)", "http://dbpedia.org/resource/The_Sleeze_Brothers", "http://dbpedia.org/resource/The_Social_Seminar", "http://dbpedia.org/resource/The_Tribute_Show", "http://dbpedia.org/resource/The_Voice_Kids_(Greek_TV_series)", "http://dbpedia.org/resource/Timeless_Gift", "http://dbpedia.org/resource/Tiny_Titans", "http://dbpedia.org/resource/Top_Up_TV_Promotional_Channel", "http://dbpedia.org/resource/Victoria_and_Shane_Grow_Their_Own", "http://dbpedia.org/resource/Wales_on_the_Menu", "http://dbpedia.org/resource/Wide_World_of_Sports_(U.S._TV_series)", "http://dbpedia.org/resource/Wolf_Cub_Village", "http://dbpedia.org/resource/Women_Can_Do_It", "http://dbpedia.org/resource/Young_India_Fellowship", "http://dbpedia.org/resource/Young_Seven", "http://dbpedia.org/resource/Above_the_Line_(TV_series)", "http://dbpedia.org/resource/Animal_Cops:_Miami", "http://dbpedia.org/resource/Athu_Ithu_Ethu", "http://dbpedia.org/resource/Burke_(series)", "http://dbpedia.org/resource/Children's_Hospital_(2010_TV_series)", "http://dbpedia.org/resource/Digital_Arts_and_Culture", "http://dbpedia.org/resource/Express_Yourself_(TV_series)", "http://dbpedia.org/resource/GMA_Flash_Report", "http://dbpedia.org/resource/GMT_(TV_series)", "http://dbpedia.org/resource/Gin-Ryu", "http://dbpedia.org/resource/Golf_at_Altitude", "http://dbpedia.org/resource/Googoosh_Comeback_Tour", "http://dbpedia.org/resource/Grand_Theft_Auto_(series)", "http://dbpedia.org/resource/Hacked_(TV_series)", "http://dbpedia.org/resource/Hawaii_Five-O_(season_7)", "http://dbpedia.org/resource/Hollywood's_Top_Ten", "http://dbpedia.org/resource/House_Rules_(Australia_TV_series)", "http://dbpedia.org/resource/Immoral_Study", "http://dbpedia.org/resource/It_Takes_Two_(sitcom)", "http://dbpedia.org/resource/James_May's_Things_You_Need_To_Know", "http://dbpedia.org/resource/Jammin'", "http://dbpedia.org/resource/Keep_It_in_the_Family_(UK_game_show)", "http://dbpedia.org/resource/Kick-Ass_(film_series)", "http://dbpedia.org/resource/La_Intrusa_(Venezuelan_telenovela)", "http://dbpedia.org/resource/La_vestale", "http://dbpedia.org/resource/Lands_of_Lore_series", "http://dbpedia.org/resource/Legend_of_Chu_and_Han", "http://dbpedia.org/resource/Les_Anges_de_la_t\u00e9l\u00e9r\u00e9alit\u00e9", "http://dbpedia.org/resource/Lifepak", "http://dbpedia.org/resource/Love_Phones", "http://dbpedia.org/resource/M6_mine", "http://dbpedia.org/resource/Mari-chan", "http://dbpedia.org/resource/Marina_(Philippine_TV_series)", "http://dbpedia.org/resource/Melbourne_International_Flower_and_Garden_Show", "http://dbpedia.org/resource/Menus_for_Moderns", "http://dbpedia.org/resource/Mikhail_Kruglov", "http://dbpedia.org/resource/Mind_Fusion", "http://dbpedia.org/resource/Monster_Rancher", "http://dbpedia.org/resource/Munay-ki", "http://dbpedia.org/resource/Mustansiriya_University_bombings", "http://dbpedia.org/resource/Nabedache", "http://dbpedia.org/resource/No_Kitchen_Required", "http://dbpedia.org/resource/Nora_(telenovela)", "http://dbpedia.org/resource/Oi_Aparadektoi", "http://dbpedia.org/resource/Olympus_Camedia_C-700_Ultra_Zoom", "http://dbpedia.org/resource/Orson_Welles'_Great_Mysteries", "http://dbpedia.org/resource/Palibhasa_Sikat", "http://dbpedia.org/resource/Pass_the_Buck_(1998_UK_game_show)", "http://dbpedia.org/resource/Pehmed_ja_karvased", "http://dbpedia.org/resource/Pornstar_Acad\u00e9mie", "http://dbpedia.org/resource/Postal_(video_game_series)", "http://dbpedia.org/resource/Protagonistas_de_la_Fama", "http://dbpedia.org/resource/Raymondskill_Falls", "http://dbpedia.org/resource/Relaciones_geogr\u00e1ficas", "http://dbpedia.org/resource/Remembering_Bo", "http://dbpedia.org/resource/Republican_Party_presidential_debates,_2012", "http://dbpedia.org/resource/Rockgol", "http://dbpedia.org/resource/Rolls-Royce_RB282", "http://dbpedia.org/resource/Ronin_(DC_Comics)", "http://dbpedia.org/resource/Rosyjska_Ruletka", "http://dbpedia.org/resource/Safety_life_cycle", "http://dbpedia.org/resource/Scarlet_Spider_(comic_book)", "http://dbpedia.org/resource/Sony_NW-A800", "http://dbpedia.org/resource/Spycatcher_(TV_series)", "http://dbpedia.org/resource/Stadt,_Land,_Mord!", "http://dbpedia.org/resource/Sugar_Creek_Gang", "http://dbpedia.org/resource/Syncretistic_controversy", "http://dbpedia.org/resource/TITV_Everest_2007", "http://dbpedia.org/resource/TelSell", "http://dbpedia.org/resource/Thanaweya_Amma", "http://dbpedia.org/resource/The_Bird_That_Drinks_Blood", "http://dbpedia.org/resource/The_Book_of_the_New_Sun", "http://dbpedia.org/resource/The_Butterflies_of_Zagorsk", "http://dbpedia.org/resource/The_Curious_House_Guest", "http://dbpedia.org/resource/The_Dingilliad", "http://dbpedia.org/resource/The_Flip_(TV_Show)", "http://dbpedia.org/resource/The_Gisele_MacKenzie_Show", "http://dbpedia.org/resource/The_New_Annotated_Sherlock_Holmes", "http://dbpedia.org/resource/The_Race_Race", "http://dbpedia.org/resource/The_Smoke_House", "http://dbpedia.org/resource/The_Sons_of_Hercules", "http://dbpedia.org/resource/The_Spud_Goodman_Show", "http://dbpedia.org/resource/Tom_and_Jerry_Spotlight_Collection", "http://dbpedia.org/resource/Tomica_Hero_Series", "http://dbpedia.org/resource/True_Grime:_Crime_Scene_Clean_Up", "http://dbpedia.org/resource/Un_Paso_Adelante_(TV_series)", "http://dbpedia.org/resource/United_States_Road_Racing_Championship", "http://dbpedia.org/resource/Used_Car_Roadshow", "http://dbpedia.org/resource/WWE_Heroes", "http://dbpedia.org/resource/Wacky_Packages", "http://dbpedia.org/resource/Walt_Disney's_Funny_Factory", "http://dbpedia.org/resource/Welcome_Aboard_(NBC_TV_series)", "http://dbpedia.org/resource/Welsh_football_league_system", "http://dbpedia.org/resource/Zee_Gaurav_Puraskar", "http://dbpedia.org/resource/Lent_Bumps_2002", "http://dbpedia.org/resource/Lent_Bumps_2003", "http://dbpedia.org/resource/Lent_Bumps_2007", "http://dbpedia.org/resource/Lent_Bumps_2010", "http://dbpedia.org/resource/Lent_Bumps_2011", "http://dbpedia.org/resource/Lent_Bumps_2014", "http://dbpedia.org/resource/Lent_Bumps_2016", "http://dbpedia.org/resource/Les_Chemins_invisibles", "http://dbpedia.org/resource/Les_Coulisses_du_pouvoir", "http://dbpedia.org/resource/Les_Dingodossiers", "http://dbpedia.org/resource/Les_Habits_Noirs", "http://dbpedia.org/resource/Les_Pintades", "http://dbpedia.org/resource/Les_Poup\u00e9es_de_Paris", "http://dbpedia.org/resource/Les_amazones", "http://dbpedia.org/resource/Les_ann\u00e9es_lyc\u00e9e", "http://dbpedia.org/resource/Les_pieds_dans_le_plat", "http://dbpedia.org/resource/Les_sibarites", "http://dbpedia.org/resource/Les_troqueurs", "http://dbpedia.org/resource/Let's_Design", "http://dbpedia.org/resource/Let's_Do_Coffee", "http://dbpedia.org/resource/Let's_Go_Square_Dancing", "http://dbpedia.org/resource/Let's_Play_Reporter", "http://dbpedia.org/resource/Letters_of_Centinel", "http://dbpedia.org/resource/Letters_to_a_Philosophical_Unbeliever", "http://dbpedia.org/resource/Leviathan:_Political_Cabaret", "http://dbpedia.org/resource/Levyraati", "http://dbpedia.org/resource/Lewis_&_Clark:_Great_Journey_West", "http://dbpedia.org/resource/Lharn_Poo_Koo_E-Joo", "http://dbpedia.org/resource/Liaison_(TV_series)", "http://dbpedia.org/resource/Fireside_Theater", "http://dbpedia.org/resource/First_Dates_(Australia)", "http://dbpedia.org/resource/First_Dates_(Ireland)", "http://dbpedia.org/resource/First_North_Americans_(novels)", "http://dbpedia.org/resource/Flagship_Program", "http://dbpedia.org/resource/Man_bijt_hond", "http://dbpedia.org/resource/Manchester_Medieval_Studies", "http://dbpedia.org/resource/Mandeans", "http://dbpedia.org/resource/Maryland_(2022_film)", "http://dbpedia.org/resource/Guardians_of_Time_Trilogy", "http://dbpedia.org/resource/Grimm_(TV_Series)", "http://dbpedia.org/resource/Outback_ER", "http://dbpedia.org/resource/Oxford_Historical_Monographs", "http://dbpedia.org/resource/Paddle_Pop_Adventures", "http://dbpedia.org/resource/Panasonic_Lumix_DMC-GX8", "http://dbpedia.org/resource/Panpaka_Pants", "http://dbpedia.org/resource/Paper_Port_(TV_series)", "http://dbpedia.org/resource/Mindrocker_(series)", "http://dbpedia.org/resource/Mirko_and_Slavko", "http://dbpedia.org/resource/Pobre_millonaria", "http://dbpedia.org/resource/Post_Mart", "http://dbpedia.org/resource/Studio_86", "http://dbpedia.org/resource/Studio_Kafka", "http://dbpedia.org/resource/Subsequent_Nuremberg_trials", "http://dbpedia.org/resource/Sudu_Andagena_Kalu_Awidin", "http://dbpedia.org/resource/Sunagawa_Struggle", "http://dbpedia.org/resource/Suzakinishi_the_Animation", "http://dbpedia.org/resource/Svenska_nyheter", "http://dbpedia.org/resource/Tezaur_folcloric", "http://dbpedia.org/resource/The_Angel,_the_Devil_and_I", "http://dbpedia.org/resource/The_Case_Died_with_Her", "http://dbpedia.org/resource/The_Chinese_Road", "http://dbpedia.org/resource/The_Crusades,_An_Arab_Perspective", "http://dbpedia.org/resource/The_Dagger_and_the_Coin", "http://dbpedia.org/resource/The_Diana_Dors_Show", "http://dbpedia.org/resource/The_Diplomat_(TV_series)", "http://dbpedia.org/resource/The_Flying_Doctor_(TV_series)", "http://dbpedia.org/resource/The_Girl_from_the_Well", "http://dbpedia.org/resource/Panizzi_Lectures", "http://dbpedia.org/resource/Parking_Mad", "http://dbpedia.org/resource/Parliament_Hill_Rehabilitation", "http://dbpedia.org/resource/Women's_Tales", "http://dbpedia.org/resource/Women_in_German_history_series", "http://dbpedia.org/resource/Woobinda,_Animal_Doctor", "http://dbpedia.org/resource/World_Perspectives", "http://dbpedia.org/resource/World_Solar_Challenge_2013", "http://dbpedia.org/resource/Worlds_Beyond_(TV_series)", "http://dbpedia.org/resource/Wuthering_Heights_(1978_TV_serial)", "http://dbpedia.org/resource/Xochicuicatl_cuecuechtli", "http://dbpedia.org/resource/Planetary_Pebbles_(series)", "http://dbpedia.org/resource/Platonic_(TV_series)", "http://dbpedia.org/resource/Playbox_(1955_TV_series)", "http://dbpedia.org/resource/Players_Tour_Championship_2015/2016", "http://dbpedia.org/resource/Players_of_the_Faithful", "http://dbpedia.org/resource/Poori_(teledrama)", "http://dbpedia.org/resource/Karuk_people", "http://dbpedia.org/resource/Kaska_people", "http://dbpedia.org/resource/Sachi_Baat_SK_Niazi_k_Sath", "http://dbpedia.org/resource/SafeCare_(programme)", "http://dbpedia.org/resource/Sano_Ichiro", "http://dbpedia.org/resource/Sapporo_Super_Clear", "http://dbpedia.org/resource/Iraqi_Jews", "http://dbpedia.org/resource/Naagin_(TV_series)", "http://dbpedia.org/resource/Name_days_in_France", "http://dbpedia.org/resource/Agnes_Sorel_(opera)", "http://dbpedia.org/resource/Agni_(opera)", "http://dbpedia.org/resource/Agro_(puppet)", "http://dbpedia.org/resource/Ai_no_Gakko_Cuore_Monogatari", "http://dbpedia.org/resource/Aino_(opera)", "http://dbpedia.org/resource/Air-defense_experiments", "http://dbpedia.org/resource/Air_(comics)", "http://dbpedia.org/resource/Air_Creation_Fun", "http://dbpedia.org/resource/Air_Traffic_Controller_(video_game)", "http://dbpedia.org/resource/Airborne_Climax", "http://dbpedia.org/resource/Airborne_Fun", "http://dbpedia.org/resource/Airborne_Sting", "http://dbpedia.org/resource/Airport_Homes_race_riots", "http://dbpedia.org/resource/Airs_above_the_ground", "http://dbpedia.org/resource/Aisa_Karay_Ga_Toh_Maray_Ga", "http://dbpedia.org/resource/Alan_Moore's_Yuggoth_Cultures_and_Other_Growths", "http://dbpedia.org/resource/Alan_Parker_(radio_show)", "http://dbpedia.org/resource/Alara_(fairy)", "http://dbpedia.org/resource/Alarm_in_den_Bergen", "http://dbpedia.org/resource/Alasdair_Fotheringham", "http://dbpedia.org/resource/Alaska_Daily", "http://dbpedia.org/resource/Alban_(opera)", "http://dbpedia.org/resource/Albany_Fish_Traps", "http://dbpedia.org/resource/Albedo_Anthropomorphics", "http://dbpedia.org/resource/Albert_Einstein_World_Award_of_Science", "http://dbpedia.org/resource/Albert_Leon_Whiteman_Memorial_Prize", "http://dbpedia.org/resource/Albert_Pendarvis", "http://dbpedia.org/resource/Albion_(comics)", "http://dbpedia.org/resource/Albion_and_Albanius", "http://dbpedia.org/resource/Alcine", "http://dbpedia.org/resource/Aldebaran_(comics)", "http://dbpedia.org/resource/2014_Albanian_demonstrations_in_Macedonia", "http://dbpedia.org/resource/2014_Indian_Super_League_finals", "http://dbpedia.org/resource/2014\u201315_Nicaraguan_protests", "http://dbpedia.org/resource/Deep_Red_(1994_film)", "http://dbpedia.org/resource/Deep_Rooted_Tree", "http://dbpedia.org/resource/Deep_Sea_Detectives", "http://dbpedia.org/resource/Deep_Shock", "http://dbpedia.org/resource/Deep_South_Paranormal", "http://dbpedia.org/resource/Deep_State_(TV_series)", "http://dbpedia.org/resource/Deep_Time_History", "http://dbpedia.org/resource/Deep_Water_(2019_series)", "http://dbpedia.org/resource/Deep_Water_(TV_series)", "http://dbpedia.org/resource/Deep_in_My_Heart_(1999_film)", "http://dbpedia.org/resource/Deep_in_the_Realm_of_Conscience", "http://dbpedia.org/resource/Deeparadhana", "http://dbpedia.org/resource/Deer_Hunter_(series)", "http://dbpedia.org/resource/Deer_Squad", "http://dbpedia.org/resource/Deewana_(TV_series)", "http://dbpedia.org/resource/Deewangi", "http://dbpedia.org/resource/Deewar-e-Shab", "http://dbpedia.org/resource/Deewar_(TV_series)", "http://dbpedia.org/resource/Def_Comedy_Jam", "http://dbpedia.org/resource/Def_Poetry_Jam", "http://dbpedia.org/resource/Defectors_(game_show)", "http://dbpedia.org/resource/Defend_Your_Castle", "http://dbpedia.org/resource/Defenders_of_the_Earth", "http://dbpedia.org/resource/Defending_Jacob_(miniseries)", "http://dbpedia.org/resource/Defending_the_Guilty", "http://dbpedia.org/resource/Defiance_(TV_series)", "http://dbpedia.org/resource/Defiance_(season_3)", "http://dbpedia.org/resource/Definitely_Neighbors", "http://dbpedia.org/resource/Definition_(game_show)", "http://dbpedia.org/resource/Defunctland", "http://dbpedia.org/resource/Defying_Gravity_(TV_series)", "http://dbpedia.org/resource/Defying_the_Nazis:_The_Sharps'_War", "http://dbpedia.org/resource/Degrassi:_Next_Class", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_1)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_3)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_4)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_5)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_6)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_8)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_9)", "http://dbpedia.org/resource/Degrassi_(season_10)", "http://dbpedia.org/resource/Degrassi_Goes_Hollywood", "http://dbpedia.org/resource/Degrassi_High", "http://dbpedia.org/resource/Degrassi_Junior_High", "http://dbpedia.org/resource/Degrassi_Takes_Manhattan", "http://dbpedia.org/resource/Degrassi_Talks", "http://dbpedia.org/resource/Dehleez_(1981_TV_series)", "http://dbpedia.org/resource/Dehleez_(2009_TV_series)", "http://dbpedia.org/resource/Deion's_Family_Playbook", "http://dbpedia.org/resource/Deion_&_Pilar:_Prime_Time_Love", "http://dbpedia.org/resource/Deivam_Thandha_Veedu", "http://dbpedia.org/resource/Deivam_Thantha_Poove", "http://dbpedia.org/resource/Deivamagal", "http://dbpedia.org/resource/Deja_Vu_(TV_series)", "http://dbpedia.org/resource/Deja_Vu_Tour", "http://dbpedia.org/resource/Dejavu_di_Kinabalu", "http://dbpedia.org/resource/Dej\u00e9monos_de_Vargas", "http://dbpedia.org/resource/Dej\u00e9monos_de_vainas", "http://dbpedia.org/resource/Deka_Kurokawa_Suzuki", "http://dbpedia.org/resource/Dekh_Bhai_Dekh", "http://dbpedia.org/resource/Dekha_Ek_Khwaab", "http://dbpedia.org/resource/Dekho_Chaand_Aaya", "http://dbpedia.org/resource/Dekho_Magar_Pyaar_Se", "http://dbpedia.org/resource/Del_Monte_Kitchenomics", "http://dbpedia.org/resource/Del_Tierro", "http://dbpedia.org/resource/Del_altar_a_la_tumba", "http://dbpedia.org/resource/Delayed_Justice", "http://dbpedia.org/resource/Delet_Haksamim", "http://dbpedia.org/resource/Delete_(miniseries)", "http://dbpedia.org/resource/Delfy_and_His_Friends", "http://dbpedia.org/resource/Delhi_Crime", "http://dbpedia.org/resource/Delicacies_Destiny", "http://dbpedia.org/resource/Delicious_(TV_series)", "http://dbpedia.org/resource/Delicious_Gakuin", "http://dbpedia.org/resource/Delicious_Miss_Brown", "http://dbpedia.org/resource/Delicious_Proposal", "http://dbpedia.org/resource/Delicious_Rendezvous", "http://dbpedia.org/resource/Deliciousness_(TV_series)", "http://dbpedia.org/resource/Delilah:_The_Mysterious_Case_of_Delilah_Ambrose", "http://dbpedia.org/resource/Delilah_&_Julius", "http://dbpedia.org/resource/Delilah_(American_TV_series)", "http://dbpedia.org/resource/Delilah_(Canadian_TV_series)", "http://dbpedia.org/resource/Deliver_Me_(TV_series)", "http://dbpedia.org/resource/Deliver_Us_from_Evil_(1973_film)", "http://dbpedia.org/resource/Deliverance_Creek", "http://dbpedia.org/resource/Delivery_(web_series)", "http://dbpedia.org/resource/Dellaventura", "http://dbpedia.org/resource/Delocated", "http://dbpedia.org/resource/Delph_Locks", "http://dbpedia.org/resource/Delta_(American_TV_series)", "http://dbpedia.org/resource/Delta_(Australian_TV_series)", "http://dbpedia.org/resource/Delta_County,_U.S.A.", "http://dbpedia.org/resource/Delta_House", "http://dbpedia.org/resource/Delta_State_(TV_series)", "http://dbpedia.org/resource/Deltora_Quest_(series)", "http://dbpedia.org/resource/Deluxe_Paint", "http://dbpedia.org/resource/Delvecchio_(TV_series)", "http://dbpedia.org/resource/Dem_T\u00e4ter_auf_der_Spur", "http://dbpedia.org/resource/Demain_Pr\u00e9sident", "http://dbpedia.org/resource/Demente_(TV_series)", "http://dbpedia.org/resource/Demente_criminal", "http://dbpedia.org/resource/Demetri_Martin._Person.", "http://dbpedia.org/resource/Demi-Gods_and_Semi-Devils_(1982_TV_series)", "http://dbpedia.org/resource/Demi-Gods_and_Semi-Devils_(1997_TV_series)", "http://dbpedia.org/resource/Demi-Gods_and_Semi-Devils_(2003_TV_series)", "http://dbpedia.org/resource/Demi_Lovato:_Dancing_with_the_Devil", "http://dbpedia.org/resource/Demi_Lovato:_Stay_Strong", "http://dbpedia.org/resource/Demob_(TV_series)", "http://dbpedia.org/resource/Democratic_Party_(Yugoslavia)", "http://dbpedia.org/resource/Demofoonte_(Myslive\u010dek)_(1769)", "http://dbpedia.org/resource/Demofoonte_(Myslive\u010dek)_(1775)", "http://dbpedia.org/resource/Demographics_of_Argentina", "http://dbpedia.org/resource/Demographics_of_Colombia", "http://dbpedia.org/resource/Demographics_of_Greenland", "http://dbpedia.org/resource/Demographics_of_Paraguay", "http://dbpedia.org/resource/Demolition_Man_(TV_series)", "http://dbpedia.org/resource/DemonTech_series", "http://dbpedia.org/resource/Demon_Beast_Invasion", "http://dbpedia.org/resource/Demon_Fighter_Kocho", "http://dbpedia.org/resource/Demon_From_Afar", "http://dbpedia.org/resource/Demon_King_Daimao", "http://dbpedia.org/resource/Demon_Lord_Dante", "http://dbpedia.org/resource/Demonbane", "http://dbpedia.org/resource/Demons_(TV_series)", "http://dbpedia.org/resource/Demonstrations_in_Physics", "http://dbpedia.org/resource/Dempsey_(film)", "http://dbpedia.org/resource/Dempsey_and_Makepeace", "http://dbpedia.org/resource/Den_11._time", "http://dbpedia.org/resource/Den_Brother", "http://dbpedia.org/resource/Den_Kongelige_G\u00e6st", "http://dbpedia.org/resource/Den_t\u00e4nkande_brevb\u00e4raren", "http://dbpedia.org/resource/Den_vilda_bebin", "http://dbpedia.org/resource/Deng_Xiaoping_at_History's_Crossroads", "http://dbpedia.org/resource/Dengeki_G's_Radio", "http://dbpedia.org/resource/Dengeki_Sentai_Changeman", "http://dbpedia.org/resource/Denise_(TV_program)", "http://dbpedia.org/resource/Denise_Richards:_It's_Complicated", "http://dbpedia.org/resource/Denji_Sentai_Megaranger", "http://dbpedia.org/resource/Denjin_Zaborger", "http://dbpedia.org/resource/Denkigai_no_Honya-san", "http://dbpedia.org/resource/Dennis_&_Gnasher:_Unleashed!", "http://dbpedia.org/resource/Dennis_Miller_Live", "http://dbpedia.org/resource/Dennis_and_Gnasher_(1996_TV_series)", "http://dbpedia.org/resource/Dennis_the_Menace_(1959_TV_series)", "http://dbpedia.org/resource/Dennis_the_Menace_(1986_TV_series)", "http://dbpedia.org/resource/Dennis_the_Menace_(1987_film)", "http://dbpedia.org/resource/Dennis_the_Menace_and_Gnasher_(2009_TV_series)", "http://dbpedia.org/resource/Dennou_Keisatsu_Cybercop", "http://dbpedia.org/resource/Denny's_Sho", "http://dbpedia.org/resource/Denn\u014d_Coil", "http://dbpedia.org/resource/Denpa_teki_na_Kanojo", "http://dbpedia.org/resource/Dense_(film)", "http://dbpedia.org/resource/Densha_Otoko_(TV_series)", "http://dbpedia.org/resource/Denshi_Sentai_Denjiman", "http://dbpedia.org/resource/Denver,_the_Last_Dinosaur", "http://dbpedia.org/resource/Deon_Cole's_Black_Box", "http://dbpedia.org/resource/Department_S_(TV_series)", "http://dbpedia.org/resource/Departure_(TV_series)", "http://dbpedia.org/resource/Departures_(TV_series)", "http://dbpedia.org/resource/Depi_Evratesil", "http://dbpedia.org/resource/Depoe_Bay_Bridge", "http://dbpedia.org/resource/Depois_do_Adeus", "http://dbpedia.org/resource/Depositary_(film)", "http://dbpedia.org/resource/Deputy_(TV_series)", "http://dbpedia.org/resource/Deputy_Dawg", "http://dbpedia.org/resource/Der_Barbier_von_Bagdad", "http://dbpedia.org/resource/Der_Bastian", "http://dbpedia.org/resource/Der_Bergdoktor_(2008_TV_series)", "http://dbpedia.org/resource/Der_Clown", "http://dbpedia.org/resource/Der_Club_(talk_show)", "http://dbpedia.org/resource/Der_Corregidor", "http://dbpedia.org/resource/Der_Dicke", "http://dbpedia.org/resource/Der_Diktator", "http://dbpedia.org/resource/Der_Fahnder", "http://dbpedia.org/resource/Der_Forellenhof", "http://dbpedia.org/resource/Der_Hausgeist", "http://dbpedia.org/resource/Der_Jasager", "http://dbpedia.org/resource/Der_J\u00fcngste_Tag", "http://dbpedia.org/resource/Der_Kaiser_von_Atlantis", "http://dbpedia.org/resource/Der_Kaiser_von_Schexing", "http://dbpedia.org/resource/Der_Kommissar_(TV_series)", "http://dbpedia.org/resource/Der_Kom\u00f6dienstadel", "http://dbpedia.org/resource/Der_Kriminalist", "http://dbpedia.org/resource/Der_Kurier_der_Kaiserin", "http://dbpedia.org/resource/Der_K\u00f6nig_Kandaules", "http://dbpedia.org/resource/Der_Landarzt", "http://dbpedia.org/resource/Der_Lehrer", "http://dbpedia.org/resource/Der_Leihopa", "http://dbpedia.org/resource/Der_Millionenbauer", "http://dbpedia.org/resource/Der_Mond", "http://dbpedia.org/resource/Der_Nachtkurier_meldet\u2026", "http://dbpedia.org/resource/Der_Pass", "http://dbpedia.org/resource/Der_Penny-Markt_auf_der_Reeperbahn", "http://dbpedia.org/resource/Der_Prinz_von_Homburg_(opera)", "http://dbpedia.org/resource/Der_Protagonist", "http://dbpedia.org/resource/Der_Rauchfangkehrer", "http://dbpedia.org/resource/Der_Revisor", "http://dbpedia.org/resource/Der_Roland_von_Berlin_(opera)", "http://dbpedia.org/resource/Der_Schatzgr\u00e4ber", "http://dbpedia.org/resource/Der_Schw\u00e4chste_fliegt!", "http://dbpedia.org/resource/Der_Spatz_vom_Wallrafplatz", "http://dbpedia.org/resource/Der_Staatsanwalt_hat_das_Wort", "http://dbpedia.org/resource/Der_Templer_und_die_J\u00fcdin", "http://dbpedia.org/resource/Der_Traumg\u00f6rge", "http://dbpedia.org/resource/Der_Trompeter_von_S\u00e4kkingen", "http://dbpedia.org/resource/Der_Vampyr", "http://dbpedia.org/resource/Der_Waffenschmied", "http://dbpedia.org/resource/Der_Wald", "http://dbpedia.org/resource/Der_Zwerg", "http://dbpedia.org/resource/Der_ferne_Klang", "http://dbpedia.org/resource/Der_geduldige_Socrates", "http://dbpedia.org/resource/Der_junge_Lord", "http://dbpedia.org/resource/Der_kleine_Ritter_Trenk", "http://dbpedia.org/resource/Der_kleine_Vampir_\u2013_Neue_Abenteuer", "http://dbpedia.org/resource/Der_letzte_Bulle", "http://dbpedia.org/resource/Der_letzte_Zeuge", "http://dbpedia.org/resource/Der_neumodische_Liebhaber_Damon", "http://dbpedia.org/resource/Der_schwarze_Kanal", "http://dbpedia.org/resource/Derana_Dream_Star", "http://dbpedia.org/resource/Derby_Day_(light_opera)", "http://dbpedia.org/resource/Derby_Stallion", "http://dbpedia.org/resource/Derek_(TV_series)", "http://dbpedia.org/resource/Derek_Acorah's_Ghost_Towns", "http://dbpedia.org/resource/Derek_and_Simon", "http://dbpedia.org/resource/Derren_Brown:_The_Events", "http://dbpedia.org/resource/Derrick_(TV_series)", "http://dbpedia.org/resource/Derry_Girls", "http://dbpedia.org/resource/Des_(TV_series)", "http://dbpedia.org/resource/Des_Mein_Niklla_Hoga_Chand", "http://dbpedia.org/resource/Des_O'Connor_Tonight", "http://dbpedia.org/resource/Des_chiffres_et_des_lettres", "http://dbpedia.org/resource/Des_racines_et_des_ailes", "http://dbpedia.org/resource/Desafio_de_Estrellas", "http://dbpedia.org/resource/Desaf\u00edo:_La_Gran_Batalla", "http://dbpedia.org/resource/Desaf\u00edo_(TV_series)", "http://dbpedia.org/resource/Desaparecida", "http://dbpedia.org/resource/Desaparecidos_(Spanish_TV_series)", "http://dbpedia.org/resource/Desaparecidos_(TV_series)", "http://dbpedia.org/resource/Desayunos_informales", "http://dbpedia.org/resource/Descendants:_School_of_Secrets", "http://dbpedia.org/resource/Descendants:_Wicked_World", "http://dbpedia.org/resource/Descendants_(2015_film)", "http://dbpedia.org/resource/Descendants_2", "http://dbpedia.org/resource/Descendants_3", "http://dbpedia.org/resource/Descendants_of_Darkness", "http://dbpedia.org/resource/Descendants_of_the_Sun", "http://dbpedia.org/resource/Descendants_of_the_Sun:_The_Philippine_Adaptation", "http://dbpedia.org/resource/Descending_Angel", "http://dbpedia.org/resource/Descontrol_(TV_series)", "http://dbpedia.org/resource/Descubierta-class_corvette", "http://dbpedia.org/resource/Desde_Gayola", "http://dbpedia.org/resource/Desejo_Proibido", "http://dbpedia.org/resource/Desejos_de_Mulher", "http://dbpedia.org/resource/Desencuentro_(1964_TV_series)", "http://dbpedia.org/resource/Desencuentro_(1997_TV_series)", "http://dbpedia.org/resource/Desert_Car_Kings", "http://dbpedia.org/resource/Desert_Coral", "http://dbpedia.org/resource/Desert_Island_Discs", "http://dbpedia.org/resource/Desert_Punk", "http://dbpedia.org/resource/Desert_Rose_(TV_series)", "http://dbpedia.org/resource/Desert_of_Fire", "http://dbpedia.org/resource/Deserving_Design", "http://dbpedia.org/resource/Desh_Ki_Beti_Nandini", "http://dbpedia.org/resource/Desher_Maati", "http://dbpedia.org/resource/Desi_Explorers", "http://dbpedia.org/resource/Desi_Rascals", "http://dbpedia.org/resource/DesignAge", "http://dbpedia.org/resource/Design_1047_battlecruiser", "http://dbpedia.org/resource/Design_Indaba", "http://dbpedia.org/resource/Design_Rivals", "http://dbpedia.org/resource/Design_Squad", "http://dbpedia.org/resource/Design_U", "http://dbpedia.org/resource/Design_on_a_Dime", "http://dbpedia.org/resource/Designated_Survivor:_60_Days", "http://dbpedia.org/resource/Designated_Survivor_(TV_series)", "http://dbpedia.org/resource/Designer_Guys", "http://dbpedia.org/resource/Designer_Superstar_Challenge", "http://dbpedia.org/resource/Designerspirene", "http://dbpedia.org/resource/Designing_Spaces", "http://dbpedia.org/resource/Designing_Women", "http://dbpedia.org/resource/Desire_(TV_series)", "http://dbpedia.org/resource/Desmond's", "http://dbpedia.org/resource/Desmond_and_the_Channel_9-Pins", "http://dbpedia.org/resource/Desolation_Canyon_(film)", "http://dbpedia.org/resource/Despatch_Box", "http://dbpedia.org/resource/Despedida_de_Solteiro", "http://dbpedia.org/resource/Despedida_de_Solteros", "http://dbpedia.org/resource/Despera", "http://dbpedia.org/resource/Desperados_(TV_series)", "http://dbpedia.org/resource/Desperate_Choices:_To_Save_My_Child", "http://dbpedia.org/resource/Desperate_Housewives", "http://dbpedia.org/resource/Desperate_Housewives_(season_1)", "http://dbpedia.org/resource/Desperate_Housewives_(season_2)", "http://dbpedia.org/resource/Desperate_Housewives_(season_3)", "http://dbpedia.org/resource/Desperate_Housewives_(season_4)", "http://dbpedia.org/resource/Desperate_Housewives_(season_5)", "http://dbpedia.org/resource/Desperate_Housewives_(season_6)", "http://dbpedia.org/resource/Desperate_Housewives_(season_7)", "http://dbpedia.org/resource/Desperate_Housewives_(season_8)", "http://dbpedia.org/resource/Desperate_Housewives_Africa", "http://dbpedia.org/resource/Desperate_Justice", "http://dbpedia.org/resource/Desperate_Lives", "http://dbpedia.org/resource/Desperate_Rescue:_The_Cathy_Mahone_Story", "http://dbpedia.org/resource/Desperate_Romantics", "http://dbpedia.org/resource/Desperate_Scousewives", "http://dbpedia.org/resource/Desperate_for_Love", "http://dbpedia.org/resource/Desperately_Seeking_Santa", "http://dbpedia.org/resource/Desperately_Seeking_Something", "http://dbpedia.org/resource/Despertar_contigo", "http://dbpedia.org/resource/Dessert_First_with_Anne_Thornton", "http://dbpedia.org/resource/Dessert_Games", "http://dbpedia.org/resource/Destan_(TV_series)", "http://dbpedia.org/resource/Deste_Tous", "http://dbpedia.org/resource/Destilando_Amor", "http://dbpedia.org/resource/Destination:_Imagination", "http://dbpedia.org/resource/Destination_Fear", "http://dbpedia.org/resource/Destination_Fear_(2019_TV_series)", "http://dbpedia.org/resource/Destination_Tennis", "http://dbpedia.org/resource/Destination_Truth", "http://dbpedia.org/resource/Destined_to_Love_You", "http://dbpedia.org/resource/Destined_to_be_Yours", "http://dbpedia.org/resource/Destino_(1963_TV_series)", "http://dbpedia.org/resource/Destino_(2013_Mexican_TV_series)", "http://dbpedia.org/resource/Destino_(Brazilian_TV_series)", "http://dbpedia.org/resource/Destino_(Mexican_TV_series)", "http://dbpedia.org/resource/Destino_Imortal", "http://dbpedia.org/resource/Destino_de_Mujer", "http://dbpedia.org/resource/Destino_la_gloria", "http://dbpedia.org/resource/Destinos", "http://dbpedia.org/resource/Destiny_(Jan\u00e1\u010dek)", "http://dbpedia.org/resource/Destiny_Ridge", "http://dbpedia.org/resource/Destiny_Rose", "http://dbpedia.org/resource/Destiny_in_Her_Hands", "http://dbpedia.org/resource/Destroy_Build_Destroy", "http://dbpedia.org/resource/Destroyed_in_Seconds", "http://dbpedia.org/resource/Destry_(TV_series)", "http://dbpedia.org/resource/Desus_&_Mero_(2016_TV_series)", "http://dbpedia.org/resource/Desus_&_Mero_(2019_TV_series)", "http://dbpedia.org/resource/Det_R\u00f8de_Kapel", "http://dbpedia.org/resource/Det_blir_jul_p\u00e5_M\u00f6lleg\u00e5rden", "http://dbpedia.org/resource/Det_kommer_mera", "http://dbpedia.org/resource/Det_sjungande_tr\u00e4det_(opera)", "http://dbpedia.org/resource/Detective's_Wife", "http://dbpedia.org/resource/Detective_Chinatown_(web_series)", "http://dbpedia.org/resource/Detective_Didi", "http://dbpedia.org/resource/Detective_Investigation_Files", "http://dbpedia.org/resource/Detective_Investigation_Files_II", "http://dbpedia.org/resource/Detective_Investigation_Files_III", "http://dbpedia.org/resource/Detective_Investigation_Files_IV", "http://dbpedia.org/resource/Detective_Investigation_Files_Series", "http://dbpedia.org/resource/Detective_Novice", "http://dbpedia.org/resource/Detective_School", "http://dbpedia.org/resource/Detective_School_Q", "http://dbpedia.org/resource/Detective_in_the_House", "http://dbpedia.org/resource/Detectives_in_Trouble", "http://dbpedia.org/resource/Detectorists", "http://dbpedia.org/resource/Detektivb\u00fcro_Roth", "http://dbpedia.org/resource/Detention:_The_Siege_at_Johnson_High", "http://dbpedia.org/resource/Detention_(American_TV_series)", "http://dbpedia.org/resource/Detention_(Taiwanese_TV_series)", "http://dbpedia.org/resource/Detentionaire", "http://dbpedia.org/resource/Detonator_Orgun", "http://dbpedia.org/resource/Detroit_1-8-7", "http://dbpedia.org/resource/Detroit_Diesel_Series_149", "http://dbpedia.org/resource/Detroit_Diesel_Series_71", "http://dbpedia.org/resource/Detroit_Metal_City", "http://dbpedia.org/resource/Detroiters_(TV_series)", "http://dbpedia.org/resource/Detr\u00e1s_del_muro", "http://dbpedia.org/resource/Deudas", "http://dbpedia.org/resource/Deus_Salve_o_Rei", "http://dbpedia.org/resource/Deus_Vitae", "http://dbpedia.org/resource/Deutsch-les-Landes", "http://dbpedia.org/resource/Deutsche_Bank_Prize_in_Financial_Economics", "http://dbpedia.org/resource/Deutsche_Tourenwagen_Masters", "http://dbpedia.org/resource/Deutsche_Tourenwagen_Meisterschaft", "http://dbpedia.org/resource/Deutscher_Filmpreis", "http://dbpedia.org/resource/Deutscher_Jugendliteraturpreis", "http://dbpedia.org/resource/Deutschland-class_cruiser", "http://dbpedia.org/resource/Deutschland_83", "http://dbpedia.org/resource/Deutschland_86", "http://dbpedia.org/resource/Deutschland_89", "http://dbpedia.org/resource/Deutschland_sucht_den_Superstar", "http://dbpedia.org/resource/Deutschlands_MeisterKoch", "http://dbpedia.org/resource/Dev_(TV_series)", "http://dbpedia.org/resource/Dev_DD", "http://dbpedia.org/resource/Deva_Shree_Ganesha", "http://dbpedia.org/resource/Devanshi_(TV_series)", "http://dbpedia.org/resource/Devashard", "http://dbpedia.org/resource/Devathai_(2013_TV_series)", "http://dbpedia.org/resource/Devathaiyai_Kanden_(TV_series)", "http://dbpedia.org/resource/Devi_(TV_series)", "http://dbpedia.org/resource/Devi_Adi_Parashakti", "http://dbpedia.org/resource/Device_Forts", "http://dbpedia.org/resource/Devil's_Advocate_(TV_series)", "http://dbpedia.org/resource/Devil's_Diary", "http://dbpedia.org/resource/Devil's_Disciples", "http://dbpedia.org/resource/Devil's_Dust", "http://dbpedia.org/resource/Devil's_Playground_(TV_series)", "http://dbpedia.org/resource/Devil_(TV_series)", "http://dbpedia.org/resource/Devil_Beside_You", "http://dbpedia.org/resource/Devil_Dog:_The_Hound_of_Hell", "http://dbpedia.org/resource/Devil_Hunter_Yohko", "http://dbpedia.org/resource/Devil_Lady", "http://dbpedia.org/resource/Devil_May_Care_(TV_series)", "http://dbpedia.org/resource/Devil_May_Cry", "http://dbpedia.org/resource/Devil_May_Cry:_The_Animated_Series", "http://dbpedia.org/resource/Devil_May_Cry_3_(manga)", "http://dbpedia.org/resource/Devil_Sister", "http://dbpedia.org/resource/Devil_Survivor_2:_The_Animation", "http://dbpedia.org/resource/Devil_in_Ohio", "http://dbpedia.org/resource/Devilish_Charm", "http://dbpedia.org/resource/Devils_(TV_series)", "http://dbpedia.org/resource/Devils_and_Realist", "http://dbpedia.org/resource/Devilsdorp", "http://dbpedia.org/resource/Devious_Maids", "http://dbpedia.org/resource/Devlin_(TV_series)", "http://dbpedia.org/resource/Devlok_with_Devdutt_Pattanaik", "http://dbpedia.org/resource/Devmanus", "http://dbpedia.org/resource/Devon_County_Show", "http://dbpedia.org/resource/Devon_Ke_Dev...Mahadev", "http://dbpedia.org/resource/Devotion_(TV_series)", "http://dbpedia.org/resource/Devs", "http://dbpedia.org/resource/Devyani_(TV_series)", "http://dbpedia.org/resource/Dewa_(TV_series)", "http://dbpedia.org/resource/Deweni_Inima", "http://dbpedia.org/resource/Dex_Hamilton:_Alien_Entomologist", "http://dbpedia.org/resource/Dexter's_Laboratory", "http://dbpedia.org/resource/Dexter's_Laboratory:_Ego_Trip", "http://dbpedia.org/resource/Dexter:_New_Blood", "http://dbpedia.org/resource/Dexter_(TV_series)", "http://dbpedia.org/resource/Dhaani_(serial)", "http://dbpedia.org/resource/Dhadkan_(TV_series)", "http://dbpedia.org/resource/Dhadkan_Zindaggi_Kii", "http://dbpedia.org/resource/Dhani_Tackles_the_Globe", "http://dbpedia.org/resource/Dharaka", "http://dbpedia.org/resource/Dharam_Veer_(TV_series)", "http://dbpedia.org/resource/Dharampatni", "http://dbpedia.org/resource/Dharifulhu", "http://dbpedia.org/resource/Dharkan_(TV_series)", "http://dbpedia.org/resource/Dharm_Yoddha_Garud", "http://dbpedia.org/resource/Dharma_&_Greg", "http://dbpedia.org/resource/Dharmakshetra", "http://dbpedia.org/resource/Dharmayutham", "http://dbpedia.org/resource/Dharti_Ka_Veer_Yodha_Prithviraj_Chauhan", "http://dbpedia.org/resource/Dhathuputhri", "http://dbpedia.org/resource/Dhee_(TV_show)", "http://dbpedia.org/resource/Dhee_Ultimate_Dance_Show", "http://dbpedia.org/resource/Dheewanaa_Hiyy", "http://dbpedia.org/resource/Dhhai_Kilo_Prem", "http://dbpedia.org/resource/Dhimal", "http://dbpedia.org/resource/Dhimaner_Dinkaal", "http://dbpedia.org/resource/Dhindora", "http://dbpedia.org/resource/Dhirumeh_Nethas", "http://dbpedia.org/resource/Dhoadhi", "http://dbpedia.org/resource/Dhoapatta", "http://dbpedia.org/resource/Dhol_Bajnay_Laga", "http://dbpedia.org/resource/Dholkichya_Talavar", "http://dbpedia.org/resource/Dhoom_Machaao_Dhoom", "http://dbpedia.org/resource/Dhoondh_Legi_Manzil_Humein", "http://dbpedia.org/resource/Dhoop_Ki_Deewar", "http://dbpedia.org/resource/Dhoop_Kinare", "http://dbpedia.org/resource/Dhoop_Mein_Thandi_Chaav...Maa", "http://dbpedia.org/resource/Dhrubatara", "http://dbpedia.org/resource/Dhulokona", "http://dbpedia.org/resource/Dhund_(TV_series)", "http://dbpedia.org/resource/Dhuwan", "http://dbpedia.org/resource/Di-Gata_Defenders", "http://dbpedia.org/resource/DiResta", "http://dbpedia.org/resource/Di_Ba't_Ikaw", "http://dbpedia.org/resource/Di_Mana_Melani", "http://dbpedia.org/resource/Di_Na_Muli", "http://dbpedia.org/resource/Diablero", "http://dbpedia.org/resource/Diablo_Guardi\u00e1n", "http://dbpedia.org/resource/Diabolical_Women", "http://dbpedia.org/resource/Diabolik_(TV_series)", "http://dbpedia.org/resource/Diagnosis:_Murder", "http://dbpedia.org/resource/Diagnosis:_Murder_(season_1)", "http://dbpedia.org/resource/Diagnosis:_Murder_(season_2)", "http://dbpedia.org/resource/Diagnosis:_Murder_(season_4)", "http://dbpedia.org/resource/Diagnosis:_Murder_(season_6)", "http://dbpedia.org/resource/Diagnosis:_Unknown", "http://dbpedia.org/resource/Diagnosis_(American_TV_series)", "http://dbpedia.org/resource/Diagnosis_(Polish_TV_series)", "http://dbpedia.org/resource/Diagnosis_X", "http://dbpedia.org/resource/Dial_100_(TV_series)", "http://dbpedia.org/resource/Dial_Hot_Line", "http://dbpedia.org/resource/Dial_MTV", "http://dbpedia.org/resource/Dial_M_(British_TV_series)", "http://dbpedia.org/resource/Dial_M_(Philippine_TV_program)", "http://dbpedia.org/resource/Dialogues_of_the_Carmelites", "http://dbpedia.org/resource/Diamantendetektiv_Dick_Donald", "http://dbpedia.org/resource/Diammonium_phosphate", "http://dbpedia.org/resource/Diamond_Geezer", "http://dbpedia.org/resource/Diamond_Girl_(film)", "http://dbpedia.org/resource/Diamond_Lover", "http://dbpedia.org/resource/Diamonds_(British_TV_series)", "http://dbpedia.org/resource/Diamonds_(Canadian_TV_series)", "http://dbpedia.org/resource/Diamonds_(TV_series)", "http://dbpedia.org/resource/Diana,_7_Days", "http://dbpedia.org/resource/Diana,_Our_Mother:_Her_Life_and_Legacy", "http://dbpedia.org/resource/Diana:_A_Tribute_to_the_People's_Princess", "http://dbpedia.org/resource/Diana:_Her_True_Story", "http://dbpedia.org/resource/Diana_(American_TV_series)", "http://dbpedia.org/resource/Diana_(British_TV_series)", "http://dbpedia.org/resource/Diana_(camera)", "http://dbpedia.org/resource/Diana_Carolina", "http://dbpedia.org/resource/Diana_Mini_Camera", "http://dbpedia.org/resource/Diana_and_I", "http://dbpedia.org/resource/Diana_von_Solange", "http://dbpedia.org/resource/Dianne_(TV_series)", "http://dbpedia.org/resource/Diarios_de_la_cuarentena", "http://dbpedia.org/resource/Diary_(American_TV_series)", "http://dbpedia.org/resource/Diary_(Maldivian_TV_series)", "http://dbpedia.org/resource/Diary_of_a_Bad_Man", "http://dbpedia.org/resource/Diary_of_a_Future_President", "http://dbpedia.org/resource/Diary_of_a_Gigolo", "http://dbpedia.org/resource/Diary_of_a_Night_Watchman", "http://dbpedia.org/resource/Diary_of_a_Prosecutor", "http://dbpedia.org/resource/Diary_of_a_Wimpy_Kid_(film_series)", "http://dbpedia.org/resource/Diary_of_a_Young_Comic", "http://dbpedia.org/resource/Diary_of_an_Uber_Driver", "http://dbpedia.org/resource/Dice:_Undisputed", "http://dbpedia.org/resource/Dice_(TV_series)", "http://dbpedia.org/resource/Dice_(miniseries)", "http://dbpedia.org/resource/Dicey_Business", "http://dbpedia.org/resource/Dicha_robada", "http://dbpedia.org/resource/Dick_&_Dom_in_da_Bungalow", "http://dbpedia.org/resource/Dick_Cavett_Meets_ABBA", "http://dbpedia.org/resource/Dick_Clark's_New_Year's_Rockin'_Eve", "http://dbpedia.org/resource/Dick_Clark's_World_of_Talent", "http://dbpedia.org/resource/Dick_Figures", "http://dbpedia.org/resource/Dick_Powell's_Zane_Grey_Theatre", "http://dbpedia.org/resource/Dick_Spanner,_P.I.", "http://dbpedia.org/resource/Dick_Tracy_(TV_series)", "http://dbpedia.org/resource/Dick_Turpin_(TV_series)", "http://dbpedia.org/resource/Dick_and_Dom's_Funny_Business", "http://dbpedia.org/resource/Dick_and_Dom_in_da_Bungalow", "http://dbpedia.org/resource/Dickens_(TV_series)", "http://dbpedia.org/resource/Dickens_in_America", "http://dbpedia.org/resource/Dickensian_(TV_series)", "http://dbpedia.org/resource/Dickin_Medal", "http://dbpedia.org/resource/Dickinson's_Real_Deal", "http://dbpedia.org/resource/Dickinson_(TV_series)", "http://dbpedia.org/resource/Dicktown_(TV_series)", "http://dbpedia.org/resource/Dicte_(TV_series)", "http://dbpedia.org/resource/Did_We_Really_Love%3F", "http://dbpedia.org/resource/Did_You_See...%3F", "http://dbpedia.org/resource/Diddy_Movies", "http://dbpedia.org/resource/Diddy_TV", "http://dbpedia.org/resource/Didi_&_Ditto", "http://dbpedia.org/resource/Didi_No._1", "http://dbpedia.org/resource/Didi_and_B.", "http://dbpedia.org/resource/Didn't_They_Do_Well", "http://dbpedia.org/resource/Didone_abbandonata_(Albinoni)", "http://dbpedia.org/resource/Didone_abbandonata_(Sarro)", "http://dbpedia.org/resource/Die_4_da", "http://dbpedia.org/resource/Die_Abenteuer_des_braven_Soldaten_Schwejk", "http://dbpedia.org/resource/Die_Aff\u00e4re_Semmeling", "http://dbpedia.org/resource/Die_Alpensaga", "http://dbpedia.org/resource/Die_Bambus-B\u00e4ren-Bande", "http://dbpedia.org/resource/Die_Bergwacht", "http://dbpedia.org/resource/Die_Bienen_\u2013_T\u00f6dliche_Bedrohung", "http://dbpedia.org/resource/Die_B\u00fcrgschaft_(opera)", "http://dbpedia.org/resource/Die_Camper", "http://dbpedia.org/resource/Die_Chance_deines_Lebens", "http://dbpedia.org/resource/Die_Chefin", "http://dbpedia.org/resource/Die_Cleveren", "http://dbpedia.org/resource/Die_Deutschen", "http://dbpedia.org/resource/Die_Dreisten_Drei", "http://dbpedia.org/resource/Die_Fallers_\u2013_Die_SWR_Schwarzwaldserie", "http://dbpedia.org/resource/Die_Familienanw\u00e4ltin", "http://dbpedia.org/resource/Die_Fastnachtsbeichte_(opera)", "http://dbpedia.org/resource/Die_Feen", "http://dbpedia.org/resource/Die_Firma_Hesselbach", "http://dbpedia.org/resource/Die_Gezeichneten", "http://dbpedia.org/resource/Die_Gipfelzipfler", "http://dbpedia.org/resource/Die_Hamletmaschine_(opera)", "http://dbpedia.org/resource/Die_Harald_Schmidt_Show", "http://dbpedia.org/resource/Die_Harmonie_der_Welt", "http://dbpedia.org/resource/Die_Hausmeisterin", "http://dbpedia.org/resource/Die_Hesselbachs", "http://dbpedia.org/resource/Die_Kinder", "http://dbpedia.org/resource/Die_Kinder_vom_Alstertal", "http://dbpedia.org/resource/Die_Knickerbocker-Bande", "http://dbpedia.org/resource/Die_Knoff-Hoff-Show", "http://dbpedia.org/resource/Die_Kommissarin", "http://dbpedia.org/resource/Die_K\u00f6nigin_von_Saba", "http://dbpedia.org/resource/Die_Liebe_der_Danae", "http://dbpedia.org/resource/Die_Lottosieger", "http://dbpedia.org/resource/Die_Ludolfs_\u2013_4_Br\u00fcder_auf'm_Schrottplatz", "http://dbpedia.org/resource/Die_Manns_\u2013_Ein_Jahrhundertroman", "http://dbpedia.org/resource/Die_Model_WG_(Austrian_TV_series)", "http://dbpedia.org/resource/Die_Model_WG_(German_TV_series)", "http://dbpedia.org/resource/Die_Muminfamilie", "http://dbpedia.org/resource/Die_Nibelungen", "http://dbpedia.org/resource/Die_Oliver_Pocher_Show", "http://dbpedia.org/resource/Die_Pfefferk\u00f6rner", "http://dbpedia.org/resource/Die_Pilgerin", "http://dbpedia.org/resource/Die_ProSieben_M\u00e4rchenstunde", "http://dbpedia.org/resource/Die_Rettungsflieger", "http://dbpedia.org/resource/Die_Rosen_von_Dublin", "http://dbpedia.org/resource/Die_Rosenheim-Cops", "http://dbpedia.org/resource/Die_Rote_Meile", "http://dbpedia.org/resource/Die_R\u00e4uber_(opera)", "http://dbpedia.org/resource/Die_Sendung_mit_dem_Elefanten", "http://dbpedia.org/resource/Die_Sendung_mit_der_Maus", "http://dbpedia.org/resource/Die_Soldaten", "http://dbpedia.org/resource/Die_Stunde_der_Offiziere", "http://dbpedia.org/resource/Die_Unverbesserlichen", "http://dbpedia.org/resource/Die_Wache", "http://dbpedia.org/resource/Die_Wochenshow", "http://dbpedia.org/resource/Die_W\u00f6lfe", "http://dbpedia.org/resource/Die_drei_Pintos", "http://dbpedia.org/resource/Die_gro\u00dfen_Kriminalf\u00e4lle", "http://dbpedia.org/resource/Die_rote_Kapelle", "http://dbpedia.org/resource/Die_schwarze_Maske", "http://dbpedia.org/resource/Die_tote_Stadt", "http://dbpedia.org/resource/Die_t\u00f6dlichen_W\u00fcnsche", "http://dbpedia.org/resource/Diego_and_Glot", "http://dbpedia.org/resource/Dienstag_aus_Licht", "http://dbpedia.org/resource/Dieppe_(film)", "http://dbpedia.org/resource/Diese_Drombuschs", "http://dbpedia.org/resource/Diese_Kaminskis", "http://dbpedia.org/resource/Diesel_Brothers", "http://dbpedia.org/resource/Dieselr\u00e5ttor_&_sj\u00f6mansm\u00f6ss", "http://dbpedia.org/resource/DietTribe", "http://dbpedia.org/resource/Dieter:_Der_Film", "http://dbpedia.org/resource/Dietland_(TV_series)", "http://dbpedia.org/resource/Diff'rent_Strokes", "http://dbpedia.org/resource/Difference_of_Opinion", "http://dbpedia.org/resource/Different_Dreams", "http://dbpedia.org/resource/Different_Kind_of_Woman", "http://dbpedia.org/resource/Difficult_People", "http://dbpedia.org/resource/Dig_(TV_series)", "http://dbpedia.org/resource/Dig_Deeper:_The_Disappearance_of_Birgit_Meier", "http://dbpedia.org/resource/Dig_Your_Roots", "http://dbpedia.org/resource/Digby_Dragon", "http://dbpedia.org/resource/Digest_Writer", "http://dbpedia.org/resource/Diggers_(TV_series)", "http://dbpedia.org/resource/Diggiloo", "http://dbpedia.org/resource/Digging_for_Britain", "http://dbpedia.org/resource/Digging_for_the_Truth", "http://dbpedia.org/resource/Diggstown_(TV_series)", "http://dbpedia.org/resource/Digimon_Adventure", "http://dbpedia.org/resource/Digimon_Adventure_02", "http://dbpedia.org/resource/Digimon_Data_Squad", "http://dbpedia.org/resource/Digimon_Frontier", "http://dbpedia.org/resource/Digimon_Fusion", "http://dbpedia.org/resource/Digimon_Fusion_(season_1)", "http://dbpedia.org/resource/Digimon_Tamers", "http://dbpedia.org/resource/Digital_LG_Quiz", "http://dbpedia.org/resource/Digital_Tour", "http://dbpedia.org/resource/Dignity_(TV_series)", "http://dbpedia.org/resource/Dikhawa", "http://dbpedia.org/resource/Dil,_Diya,_Dehleez_(TV_series)", "http://dbpedia.org/resource/Dil-e-Beqarar", "http://dbpedia.org/resource/Dil-e-Bereham", "http://dbpedia.org/resource/Dil-e-Gumshuda", "http://dbpedia.org/resource/Dil-e-Jaanam_(2017_TV_series)", "http://dbpedia.org/resource/Dil-e-Momin", "http://dbpedia.org/resource/Dil-e-Muztar", "http://dbpedia.org/resource/Dil-e-Nadaan_(TV_series)", "http://dbpedia.org/resource/Dil-e-Veeran", "http://dbpedia.org/resource/Dil_Awaiz", "http://dbpedia.org/resource/Dil_Awaiz_(2022_TV_series)", "http://dbpedia.org/resource/Dil_Banjaara", "http://dbpedia.org/resource/Dil_Bekaraar", "http://dbpedia.org/resource/Dil_Deke_Dekho_(TV_series)", "http://dbpedia.org/resource/Dil_Dhoondta_Hai", "http://dbpedia.org/resource/Dil_Diyan_Gallan", "http://dbpedia.org/resource/Dil_Dosti_Dance", "http://dbpedia.org/resource/Dil_Dosti_Dobara", "http://dbpedia.org/resource/Dil_Dosti_Duniyadari", "http://dbpedia.org/resource/Dil_Hai_Chota_Sa_Choti_Si_Asha", "http://dbpedia.org/resource/Dil_Hai_Hindustani", "http://dbpedia.org/resource/Dil_Hi_Toh_Hai", "http://dbpedia.org/resource/Dil_Ishq", "http://dbpedia.org/resource/Dil_Jaise_Dhadke..._Dhadakne_Do", "http://dbpedia.org/resource/Dil_Jeetegi_Desi_Girl", "http://dbpedia.org/resource/Dil_Ka_Kia_Rung_Karun", "http://dbpedia.org/resource/Dil_Ki_Baatein_Dil_Hi_Jaane", "http://dbpedia.org/resource/Dil_Ki_Nazar_Se_Khoobsurat", "http://dbpedia.org/resource/Dil_Kiya_Karay", "http://dbpedia.org/resource/Dil_Lagi", "http://dbpedia.org/resource/Dil_Mom_Ka_Diya", "http://dbpedia.org/resource/Dil_Muhallay_Ki_Haveli", "http://dbpedia.org/resource/Dil_Na_Umeed_To_Nahi", "http://dbpedia.org/resource/Dil_Nawaz", "http://dbpedia.org/resource/Dil_Ruba", "http://dbpedia.org/resource/Dil_Sambhal_Jaa_Zara", "http://dbpedia.org/resource/Dil_Se_Di_Dua..._Saubhagyavati_Bhava%3F", "http://dbpedia.org/resource/Dil_Se_Dil_Tak", "http://dbpedia.org/resource/Dil_Se_Diya_Vachan", "http://dbpedia.org/resource/Dil_Tanha_Tanha", "http://dbpedia.org/resource/Dil_Tera_Hogaya", "http://dbpedia.org/resource/Dil_Tere_Naam", "http://dbpedia.org/resource/Dil_Toh_Happy_Hai_Ji", "http://dbpedia.org/resource/Dil_Yeh_Ziddi_Hai", "http://dbpedia.org/resource/Dilara_(TV_series)", "http://dbpedia.org/resource/Dilbert", "http://dbpedia.org/resource/Dilbert_(TV_series)", "http://dbpedia.org/resource/Dilfareb", "http://dbpedia.org/resource/Dill_Mill_Gayye", "http://dbpedia.org/resource/Dilli_Wali_Thakur_Gurls", "http://dbpedia.org/resource/Dillinger_(1991_film)", "http://dbpedia.org/resource/Dilya_Ghari_Tu_Sukhi_Raha", "http://dbpedia.org/resource/Dim_Dam_Dom", "http://dbpedia.org/resource/Dime_Qui\u00e9n_Soy:_Mistress_of_War", "http://dbpedia.org/resource/Dimension_20", "http://dbpedia.org/resource/Dimension_404", "http://dbpedia.org/resource/Dimension_W", "http://dbpedia.org/resource/Dimethoxyamphetamine", "http://dbpedia.org/resource/Dimitri_(Jonci\u00e8res)", "http://dbpedia.org/resource/Dimitrij", "http://dbpedia.org/resource/Dinah!", "http://dbpedia.org/resource/Diners,_Drive-Ins_and_Dives", "http://dbpedia.org/resource/Ding_Dong_School", "http://dbpedia.org/resource/Dinhing_Dapita_Sadya", "http://dbpedia.org/resource/Dining_Downunder", "http://dbpedia.org/resource/Dink,_the_Little_Dinosaur", "http://dbpedia.org/resource/Dinky_Dog", "http://dbpedia.org/resource/Dinner:_Impossible", "http://dbpedia.org/resource/Dinner_Date", "http://dbpedia.org/resource/Dinner_Date_(American_TV_series)", "http://dbpedia.org/resource/Dinner_Mate", "http://dbpedia.org/resource/Dinner_and_a_Movie", "http://dbpedia.org/resource/Dinner_at_Eight_(1989_film)", "http://dbpedia.org/resource/Dinner_at_Tiffani's", "http://dbpedia.org/resource/Dinner_for_Five", "http://dbpedia.org/resource/Dinner_with_Dani", "http://dbpedia.org/resource/Dinner_with_Don", "http://dbpedia.org/resource/Dinner_with_Friends_(film)", "http://dbpedia.org/resource/Dinner_with_Friends_with_Brett_Gelman_and_Friends", "http://dbpedia.org/resource/Dinner_with_a_Vampire", "http://dbpedia.org/resource/Dinner_with_the_Band", "http://dbpedia.org/resource/Dinner_with_the_Family", "http://dbpedia.org/resource/Dinnerladies", "http://dbpedia.org/resource/Dinnerladies_(TV_series)", "http://dbpedia.org/resource/Dino-Riders", "http://dbpedia.org/resource/Dino:_Stay_Out!", "http://dbpedia.org/resource/Dino:_The_Great_Egg-Scape", "http://dbpedia.org/resource/DinoSquad", "http://dbpedia.org/resource/Dino_Babies", "http://dbpedia.org/resource/Dino_Dan", "http://dbpedia.org/resource/Dino_Dana", "http://dbpedia.org/resource/Dino_Girl_Gauko", "http://dbpedia.org/resource/Dino_Ki_Dulhaniya", "http://dbpedia.org/resource/Dino_Ranch", "http://dbpedia.org/resource/Dinocroc_vs._Supergator", "http://dbpedia.org/resource/Dinofroz", "http://dbpedia.org/resource/Dinosapien", "http://dbpedia.org/resource/Dinosaucers", "http://dbpedia.org/resource/Dinosaur!", "http://dbpedia.org/resource/Dinosaur_Baby_Holy_Heroes", "http://dbpedia.org/resource/Dinosaur_Britain", "http://dbpedia.org/resource/Dinosaur_Corps_Koseidon", "http://dbpedia.org/resource/Dinosaur_Planet_(TV_series)", "http://dbpedia.org/resource/Dinosaur_Revolution", "http://dbpedia.org/resource/Dinosaur_Train", "http://dbpedia.org/resource/Dinosaur_Wars_(film)", "http://dbpedia.org/resource/Dinosaurs,_Myths_and_Monsters", "http://dbpedia.org/resource/Dinosaurs:_The_Final_Day_with_David_Attenborough", "http://dbpedia.org/resource/Dinosaurs_(TV_series)", "http://dbpedia.org/resource/Dinoshark", "http://dbpedia.org/resource/Dinotopia_(TV_series)", "http://dbpedia.org/resource/Dinotopia_(miniseries)", "http://dbpedia.org/resource/Dinotrux", "http://dbpedia.org/resource/Dio_vede_e_provvede", "http://dbpedia.org/resource/Diomedes,_el_cacique_de_la_junta", "http://dbpedia.org/resource/Dip_(TV_series)", "http://dbpedia.org/resource/Dipdap", "http://dbpedia.org/resource/Diplodos", "http://dbpedia.org/resource/Diplomatic_Immunity_(Canadian_TV_series)", "http://dbpedia.org/resource/Diplomatic_Immunity_(New_Zealand_TV_series)", "http://dbpedia.org/resource/Diplomatic_Passport_(TV_series)", "http://dbpedia.org/resource/Dips_(TV_series)", "http://dbpedia.org/resource/Directions_in_Music", "http://dbpedia.org/resource/Directo_USA", "http://dbpedia.org/resource/Directors_Commentary", "http://dbpedia.org/resource/Direito_de_Amar", "http://dbpedia.org/resource/Diretta_Stadio", "http://dbpedia.org/resource/Dirili\u015f:_Ertu\u011frul", "http://dbpedia.org/resource/Dirk_Gently's_Holistic_Detective_Agency_(TV_series)", "http://dbpedia.org/resource/Dirk_Gently_(TV_series)", "http://dbpedia.org/resource/Dirt_(TV_series)", "http://dbpedia.org/resource/Dirt_Game", "http://dbpedia.org/resource/Dirtgirlworld", "http://dbpedia.org/resource/Dirty_Dancing:_The_Time_of_Your_Life", "http://dbpedia.org/resource/Dirty_Dancing_(1988_TV_series)", "http://dbpedia.org/resource/Dirty_Dancing_(2006_TV_series)", "http://dbpedia.org/resource/Dirty_Dancing_(2017_film)", "http://dbpedia.org/resource/Dirty_Dancing_(reality_TV_series)", "http://dbpedia.org/resource/Dirty_Filthy_Love", "http://dbpedia.org/resource/Dirty_Harry_(film_series)", "http://dbpedia.org/resource/Dirty_Jobs", "http://dbpedia.org/resource/Dirty_Jobs_(Australian_TV_series)", "http://dbpedia.org/resource/Dirty_John_(TV_series)", "http://dbpedia.org/resource/Dirty_Laundry_Live", "http://dbpedia.org/resource/Dirty_Linen_(Philippine_TV_Series)", "http://dbpedia.org/resource/Dirty_Money:_The_Story_of_the_Criminal_Assets_Bureau", "http://dbpedia.org/resource/Dirty_Money_(2011_TV_series)", "http://dbpedia.org/resource/Dirty_Money_(2018_TV_series)", "http://dbpedia.org/resource/Dirty_Money_(game_show)", "http://dbpedia.org/resource/Dirty_Pair", "http://dbpedia.org/resource/Dirty_Pictures", "http://dbpedia.org/resource/Dirty_Rotten_Cheater", "http://dbpedia.org/resource/Dirty_Sally", "http://dbpedia.org/resource/Dirty_Sanchez_(TV_series)", "http://dbpedia.org/resource/Dirty_Sexy_Funny", "http://dbpedia.org/resource/Dirty_Sexy_Money", "http://dbpedia.org/resource/Dirty_Sexy_Things", "http://dbpedia.org/resource/Dirty_Soap", "http://dbpedia.org/resource/Dirty_War_(film)", "http://dbpedia.org/resource/Dirty_Work_(TV_series)", "http://dbpedia.org/resource/Disappearance_(2002_film)", "http://dbpedia.org/resource/Disappeared_(TV_program)", "http://dbpedia.org/resource/Disappearing_Acts", "http://dbpedia.org/resource/Disappearing_London", "http://dbpedia.org/resource/Disappearing_World_(TV_series)", "http://dbpedia.org/resource/Disaster_DIY", "http://dbpedia.org/resource/Disaster_Date", "http://dbpedia.org/resource/Disaster_Masters", "http://dbpedia.org/resource/Disaster_Zone:_Volcano_in_New_York", "http://dbpedia.org/resource/Disaster_at_Silo_7", "http://dbpedia.org/resource/Disaster_on_the_Coastliner", "http://dbpedia.org/resource/Disband_(TV_series)", "http://dbpedia.org/resource/Disclaimer_(TV_series)", "http://dbpedia.org/resource/Disclosed", "http://dbpedia.org/resource/Disco_2_(TV_series)", "http://dbpedia.org/resource/Disco_Beaver_from_Outer_Space", "http://dbpedia.org/resource/Discorama", "http://dbpedia.org/resource/Discoring", "http://dbpedia.org/resource/Discover_Tasmania", "http://dbpedia.org/resource/Discoveries_(TV_series)", "http://dbpedia.org/resource/Discovering_the_Bible", "http://dbpedia.org/resource/Discovery_(American_TV_series)", "http://dbpedia.org/resource/Discovery_(Canadian_TV_series)", "http://dbpedia.org/resource/Discovery_Atlas", "http://dbpedia.org/resource/Discovery_of_Love", "http://dbpedia.org/resource/Discworld", "http://dbpedia.org/resource/Disenchantment_(TV_series)", "http://dbpedia.org/resource/Dise\u00f1ando_tu_amor", "http://dbpedia.org/resource/Disgaea", "http://dbpedia.org/resource/Dish!", "http://dbpedia.org/resource/Dish_Nation", "http://dbpedia.org/resource/Dishayen", "http://dbpedia.org/resource/Disinformation_(TV_series)", "http://dbpedia.org/resource/Disjointed", "http://dbpedia.org/resource/Dismal_Lakes", "http://dbpedia.org/resource/Disney's_Activity_Center", "http://dbpedia.org/resource/Disney's_Aladdin:_A_Musical_Spectacular", "http://dbpedia.org/resource/Disney's_Animated_Storybook", "http://dbpedia.org/resource/Disney's_Fairy_Tale_Weddings", "http://dbpedia.org/resource/Disney's_Freaky_Friday_(1995_film)", "http://dbpedia.org/resource/Disney's_Friends_for_Change", "http://dbpedia.org/resource/Disney's_Friends_for_Change_Games", "http://dbpedia.org/resource/Disney's_House_of_Mouse", "http://dbpedia.org/resource/Disney_Channel_(UK_and_Ireland)", "http://dbpedia.org/resource/Disney_Channel_Games", "http://dbpedia.org/resource/Disney_Channel_in_Concert", "http://dbpedia.org/resource/Disney_Club", "http://dbpedia.org/resource/Disney_Fam_Jam", "http://dbpedia.org/resource/Disney_Family_Album", "http://dbpedia.org/resource/Disney_Parks_Christmas_Day_Parade", "http://dbpedia.org/resource/Disney_Q_Family_Mastermind", "http://dbpedia.org/resource/Disney_Sing-Along_Songs", "http://dbpedia.org/resource/Disney_Theatrical_Group", "http://dbpedia.org/resource/Disney_Think_Fast", "http://dbpedia.org/resource/Disney_Time", "http://dbpedia.org/resource/Disney_anthology_television_series", "http://dbpedia.org/resource/Disney_on_Ice", "http://dbpedia.org/resource/Disokkupati", "http://dbpedia.org/resource/Dispatches_(TV_programme)", "http://dbpedia.org/resource/Dispatches_from_Elsewhere", "http://dbpedia.org/resource/Dispatches_from_a_Field_Hospital", "http://dbpedia.org/resource/Disraeli_(TV_serial)", "http://dbpedia.org/resource/Disrupt_&_Dismantle", "http://dbpedia.org/resource/Disrupt_with_Karen_Finney", "http://dbpedia.org/resource/Dissenters'_March", "http://dbpedia.org/resource/Distant_Shores_(British_TV_series)", "http://dbpedia.org/resource/Distinguished_Canadians", "http://dbpedia.org/resource/Distorted_(TV_series)", "http://dbpedia.org/resource/Distraction_(game_show)", "http://dbpedia.org/resource/Distretto_di_Polizia", "http://dbpedia.org/resource/Dit_was_het_nieuws", "http://dbpedia.org/resource/Ditha_Sab", "http://dbpedia.org/resource/Ditte_&_Louise", "http://dbpedia.org/resource/Diva_(2010_TV_series)", "http://dbpedia.org/resource/Divas_Hit_the_Road", "http://dbpedia.org/resource/Divas_in_Distress", "http://dbpedia.org/resource/Dive_Club", "http://dbpedia.org/resource/Divergence_Eve", "http://dbpedia.org/resource/Divergent_trilogy", "http://dbpedia.org/resource/Diverted", "http://dbpedia.org/resource/Divided_(American_game_show)", "http://dbpedia.org/resource/Divided_(British_game_show)", "http://dbpedia.org/resource/Divided_(Indian_game_show)", "http://dbpedia.org/resource/Divina,_est\u00e1_en_tu_coraz\u00f3n", "http://dbpedia.org/resource/Divine_Design", "http://dbpedia.org/resource/Divine_Melody", "http://dbpedia.org/resource/Divine_Retribution_(TV_series)", "http://dbpedia.org/resource/Division_4", "http://dbpedia.org/resource/Divisional_Public_School_and_College", "http://dbpedia.org/resource/Divithura_(teledrama)", "http://dbpedia.org/resource/Divorce_(TV_series)", "http://dbpedia.org/resource/Divorce_Court", "http://dbpedia.org/resource/Divorce_Court_(Australian_TV_series)", "http://dbpedia.org/resource/Divorce_His,_Divorce_Hers", "http://dbpedia.org/resource/Divorce_Lawyer_in_Love", "http://dbpedia.org/resource/Divorce_Wars:_A_Love_Story", "http://dbpedia.org/resource/Divorciadas", "http://dbpedia.org/resource/Divya_Drishti", "http://dbpedia.org/resource/Dixi_(TV_series)", "http://dbpedia.org/resource/Dixieland_Jazz_(TV_series)", "http://dbpedia.org/resource/Dixon_of_Dock_Green", "http://dbpedia.org/resource/Diya_Aur_Baati_Hum", "http://dbpedia.org/resource/Diyala_campaign", "http://dbpedia.org/resource/Diyar-e-Dil", "http://dbpedia.org/resource/Diyos_at_Bayan", "http://dbpedia.org/resource/Diz_Iz_It!", "http://dbpedia.org/resource/Dizengoff_Prize", "http://dbpedia.org/resource/Dizzy_Heights_(TV_series)", "http://dbpedia.org/resource/Django_(TV_series)", "http://dbpedia.org/resource/Djemai_Family", "http://dbpedia.org/resource/Djibril_\u2013_The_Devil_Angel", "http://dbpedia.org/resource/Djihad_(film)", "http://dbpedia.org/resource/Dnevnik_HRT", "http://dbpedia.org/resource/Dnevnik_MRT", "http://dbpedia.org/resource/Do-ol_Ah-in_Going_All_Directions", "http://dbpedia.org/resource/DoDo,_The_Kid_from_Outer_Space", "http://dbpedia.org/resource/DoReMi_Market", "http://dbpedia.org/resource/Do_Bol", "http://dbpedia.org/resource/Do_Dil_Bandhe_Ek_Dori_Se", "http://dbpedia.org/resource/Do_Dil_Ek_Jaan", "http://dbpedia.org/resource/Do_Do_Sol_Sol_La_La_Sol", "http://dbpedia.org/resource/Do_Hanson_Ka_Jodaa", "http://dbpedia.org/resource/Do_It_(TV_series)", "http://dbpedia.org/resource/Do_It_for_Yourself", "http://dbpedia.org/resource/Do_Lafzon_Ki_Kahani_(TV_series)", "http://dbpedia.org/resource/Do_No_Harm_(TV_series)", "http://dbpedia.org/resource/Do_Not_Adjust_Your_Set", "http://dbpedia.org/resource/Do_Not_Disturb_(TV_series)", "http://dbpedia.org/resource/Do_Not_Fold,_Spindle_or_Mutilate", "http://dbpedia.org/resource/Do_Not_Go_Gentle_Into_That_Good_Night_(film)", "http://dbpedia.org/resource/Do_Over", "http://dbpedia.org/resource/Do_Qadam_Door_Thay", "http://dbpedia.org/resource/Do_S_Deka", "http://dbpedia.org/resource/Do_Saal_Ki_Aurat", "http://dbpedia.org/resource/Do_Saheliyaan..._Kismat_Ki_Kathputaliyaan", "http://dbpedia.org/resource/Abaza_(TV_show)", "http://dbpedia.org/resource/Abele_(Alfieri)", "http://dbpedia.org/resource/Abigail_(telenovela)", "http://dbpedia.org/resource/Abro_(TV_serial)", "http://dbpedia.org/resource/Abr\u00e1zame_muy_fuerte", "http://dbpedia.org/resource/Absolute_Power_(comedy)", "http://dbpedia.org/resource/Absolutely_(sketch_show)", "http://dbpedia.org/resource/Sturmgesch\u00fctz", "http://dbpedia.org/resource/Tailhook_scandal", "http://dbpedia.org/resource/The_Chaser_APEC_pranks", "http://dbpedia.org/resource/The_Disasters_of_War", "http://dbpedia.org/resource/The_Rose_of_Persia", "http://dbpedia.org/resource/There_is_No_Natural_Religion", "http://dbpedia.org/resource/Thirty-six_Views_of_Mount_Fuji_(Hiroshige)", "http://dbpedia.org/resource/Uno_(card_game)", "http://dbpedia.org/resource/WDR_Computerclub", "http://dbpedia.org/resource/Winter_Line", "http://dbpedia.org/resource/ABS-CBN_International_Report", "http://dbpedia.org/resource/Agora_Trilogy", "http://dbpedia.org/resource/Fantastic_Four:_1234", "http://dbpedia.org/resource/Fedora_AOS", "http://dbpedia.org/resource/GEC_4000_series", "http://dbpedia.org/resource/Hot_Air_Balloon_(rock_opera)", "http://dbpedia.org/resource/I'm_Alright_Now", "http://dbpedia.org/resource/IBM_3590", "http://dbpedia.org/resource/July_1979_Madrid_bombings", "http://dbpedia.org/resource/Kimber_Aegis", "http://dbpedia.org/resource/Kodak_DCS_400_series", "http://dbpedia.org/resource/La_Academia_(Paraguay)", "http://dbpedia.org/resource/La_Academia_USA", "http://dbpedia.org/resource/List_of_American_Idol_finalists", "http://dbpedia.org/resource/Marvel_1602", "http://dbpedia.org/resource/Marvel_1985", "http://dbpedia.org/resource/Mitsubishi_Fuso_Aero_Bus", "http://dbpedia.org/resource/Nokia_6600_slide", "http://dbpedia.org/resource/Pretty_Little_Liars_(TV_series)", "http://dbpedia.org/resource/Psychomotor_agitation", "http://dbpedia.org/resource/Quasar_2000", "http://dbpedia.org/resource/Radeon_HD_7000_Series", "http://dbpedia.org/resource/Rickenbacker_300_Series", "http://dbpedia.org/resource/Roderick_Alleyn", "http://dbpedia.org/resource/Scottish_Agricultural_Revolution", "http://dbpedia.org/resource/See_America_First", "http://dbpedia.org/resource/Sega_All-Stars_(series)", "http://dbpedia.org/resource/September_2010_Lahore_bombings", "http://dbpedia.org/resource/Sophia_Aliberti", "http://dbpedia.org/resource/Sound_BlasterAxx", "http://dbpedia.org/resource/Swallows_and_Amazons_series", "http://dbpedia.org/resource/The_180", "http://dbpedia.org/resource/The_A-List_(2007_TV_series)", "http://dbpedia.org/resource/The_A-List_(novel_series)", "http://dbpedia.org/resource/The_Africans_(radio_program)", "http://dbpedia.org/resource/The_Amazing_Joy_Buzzards", "http://dbpedia.org/resource/The_Amory_Wars", "http://dbpedia.org/resource/The_Amtrak_Wars", "http://dbpedia.org/resource/The_Chronicles_of_Amber", "http://dbpedia.org/resource/The_Stand:_American_Nightmares", "http://dbpedia.org/resource/Trial_of_the_193", "http://dbpedia.org/resource/Type_625_research_vessel", "http://dbpedia.org/resource/UFC_All_Access", "http://dbpedia.org/resource/UNESCO_Albert_Einstein_medal", "http://dbpedia.org/resource/VH1:_All_Access", "http://dbpedia.org/resource/Animal_X_(TV_series)", "http://dbpedia.org/resource/Arthurian_legend", "http://dbpedia.org/resource/Back_in_the_Day_(TV_series)", "http://dbpedia.org/resource/Bakole_people", "http://dbpedia.org/resource/Gbandi", "http://dbpedia.org/resource/Genesis_of_Aquarion_(OVA)", "http://dbpedia.org/resource/Hellblazer_Special:_Bad_Blood", "http://dbpedia.org/resource/Juno_and_Avos_(opera)", "http://dbpedia.org/resource/Le_roi_Arthus", "http://dbpedia.org/resource/List_of_Arrow_characters", "http://dbpedia.org/resource/Memory_Bank_(UK_game_show)", "http://dbpedia.org/resource/Operation_AntiSec", "http://dbpedia.org/resource/Oswald_Bastable", "http://dbpedia.org/resource/Ralphi_\u2013_Der_Schlaub\u00e4r_aus_der_Augsburger_Puppenkiste", "http://dbpedia.org/resource/Seagate_Barracuda", "http://dbpedia.org/resource/The_Apple_Tree", "http://dbpedia.org/resource/The_Appleyards", "http://dbpedia.org/resource/The_Archers", "http://dbpedia.org/resource/The_Archives_of_Anthropos", "http://dbpedia.org/resource/The_Associates_(U.S._TV_series)", "http://dbpedia.org/resource/The_Avatar_Series", "http://dbpedia.org/resource/The_Babysitter_(novel_series)", "http://dbpedia.org/resource/The_Bachelor_(Israeli_TV_series)", "http://dbpedia.org/resource/The_Ballantyne_Novels", "http://dbpedia.org/resource/The_Baroness_(novels)", "http://dbpedia.org/resource/The_Beatles_Anthology", "http://dbpedia.org/resource/The_Big_Gay_Sketch_Show", "http://dbpedia.org/resource/The_Rob,_Arnie,_and_Dawn_Show", "http://dbpedia.org/resource/Walt_Disney_Presents:_Annette", "http://dbpedia.org/resource/Green_Lantern:_Mosaic", "http://dbpedia.org/resource/Inspector_Nardone", "http://dbpedia.org/resource/La_morte_d'Orfeo", "http://dbpedia.org/resource/Lake_Miwok", "http://dbpedia.org/resource/Mi_amor_frente_al_pasado", "http://dbpedia.org/resource/Mia's_Big_Adventure_Collection", "http://dbpedia.org/resource/Michael_Bennett_(book_series)", "http://dbpedia.org/resource/Michael_Moorcock's_Multiverse", "http://dbpedia.org/resource/Micheline", "http://dbpedia.org/resource/Mickey_McGuire_(film_series)", "http://dbpedia.org/resource/Mickey_Mouse_(comic_book)", "http://dbpedia.org/resource/Midnight_Club", "http://dbpedia.org/resource/Midnighters_trilogy", "http://dbpedia.org/resource/Midweek_(BBC_Radio_4)", "http://dbpedia.org/resource/Mighty_Max_(toyline)", "http://dbpedia.org/resource/Milady_3000", "http://dbpedia.org/resource/Milagros_(telenovela)", "http://dbpedia.org/resource/Milenko_Nedelkovski_Show", "http://dbpedia.org/resource/Milgram_experiment", "http://dbpedia.org/resource/Mille_(TV_series)", "http://dbpedia.org/resource/Millennium:_Tribal_Wisdom_and_the_Modern_World", "http://dbpedia.org/resource/Millennium_(video_game_series)", "http://dbpedia.org/resource/Millennium_Technology_Prize", "http://dbpedia.org/resource/Milton_(cartoon)", "http://dbpedia.org/resource/Mimmi_(book_series)", "http://dbpedia.org/resource/MindTrap", "http://dbpedia.org/resource/Minh_Nguyen", "http://dbpedia.org/resource/Minidoka_Project", "http://dbpedia.org/resource/Misaeng_(TV_series)", "http://dbpedia.org/resource/Miss_Julie_(Alwyn_opera)", "http://dbpedia.org/resource/Miss_Julie_(Rorem_opera)", "http://dbpedia.org/resource/Miss_Prissy", "http://dbpedia.org/resource/Mit_Leib_und_Seele_(TV_series)", "http://dbpedia.org/resource/Mixed_Doubles_(play)", "http://dbpedia.org/resource/Mo's_Mischief", "http://dbpedia.org/resource/Mock_&_Sweet", "http://dbpedia.org/resource/Mock_Turtles_(opera)", "http://dbpedia.org/resource/Model_F_keyboard", "http://dbpedia.org/resource/Model_Wife", "http://dbpedia.org/resource/Modesty_Blaise", "http://dbpedia.org/resource/Moment_in_Peking_(2014_TV_series)", "http://dbpedia.org/resource/Mona_(opera)", "http://dbpedia.org/resource/Monarch:_The_Big_Bear_of_Tallac", "http://dbpedia.org/resource/Mond_Mond_Mond", "http://dbpedia.org/resource/Monday_demonstrations_in_East_Germany", "http://dbpedia.org/resource/Monkey_Business_(TV_series)", "http://dbpedia.org/resource/Monkey_Magic_(British_TV_series)", "http://dbpedia.org/resource/Mono_tribe", "http://dbpedia.org/resource/Montauk_Project", "http://dbpedia.org/resource/Monte_Carlo_(radio_programme)", "http://dbpedia.org/resource/Montmorency_series", "http://dbpedia.org/resource/Moomins", "http://dbpedia.org/resource/Moon_River_(TV_series)", "http://dbpedia.org/resource/Mooney_(radio_programme)", "http://dbpedia.org/resource/Mordant's_Need", "http://dbpedia.org/resource/More_or_Less_(radio_programme)", "http://dbpedia.org/resource/Morgen_schon", "http://dbpedia.org/resource/Morgen_und_Abend", "http://dbpedia.org/resource/Morning_Call_(CNBC)", "http://dbpedia.org/resource/Morning_Star_(TV_series)", "http://dbpedia.org/resource/Mortdecai", "http://dbpedia.org/resource/Moses_(1968)", "http://dbpedia.org/resource/Most_Haunted:_Midsummer_Murders", "http://dbpedia.org/resource/Mother_and_Child_Scheme", "http://dbpedia.org/resource/MotoGP", "http://dbpedia.org/resource/Motoring_(TV_series)", "http://dbpedia.org/resource/Mountain_Meadows_massacre", "http://dbpedia.org/resource/Moving_Pictures_(TV_series)", "http://dbpedia.org/resource/Mozu", "http://dbpedia.org/resource/Mr._President_(radio_series)", "http://dbpedia.org/resource/Mrityunjay_(TV_series)", "http://dbpedia.org/resource/Ms._Tree", "http://dbpedia.org/resource/Much_Ado_About_Nothing_(opera)", "http://dbpedia.org/resource/Muddy_River_(Massachusetts)", "http://dbpedia.org/resource/Muirhead_Library_of_Philosophy", "http://dbpedia.org/resource/Mulk_(TV_series)", "http://dbpedia.org/resource/Multiverse_(Michael_Moorcock)", "http://dbpedia.org/resource/Munk's_Roll", "http://dbpedia.org/resource/Muppet_Babies", "http://dbpedia.org/resource/Murnaghan_(programme)", "http://dbpedia.org/resource/Music_Machine_(album_series)", "http://dbpedia.org/resource/Music_of_the_United_States_of_America_(publications)", "http://dbpedia.org/resource/Mutant_(role-playing_game)", "http://dbpedia.org/resource/Mutio_Scevola", "http://dbpedia.org/resource/Muttley", "http://dbpedia.org/resource/My_Baby_(series)", "http://dbpedia.org/resource/My_Fair_Lady_(1958_TV_series)", "http://dbpedia.org/resource/My_Generation_(game_show)", "http://dbpedia.org/resource/My_Girlfriend_(TV_series)", "http://dbpedia.org/resource/My_Music_(radio)", "http://dbpedia.org/resource/My_Sister_and_I_(TV_series)", "http://dbpedia.org/resource/My_Story_(Scholastic_New_Zealand)", "http://dbpedia.org/resource/My_Story_(Scholastic_UK)", "http://dbpedia.org/resource/My_Struggle_(Knausg\u00e5rd_novels)", "http://dbpedia.org/resource/Mykyta_the_Fox", "http://dbpedia.org/resource/Mylene_Flare_Jenius", "http://dbpedia.org/resource/Mystery_Files", "http://dbpedia.org/resource/Mystery_Files_(British_TV_series)", "http://dbpedia.org/resource/Mystery_House_(radio_drama)", "http://dbpedia.org/resource/Mystery_Mansion_(board_game)", "http://dbpedia.org/resource/Mystic_Comics", "http://dbpedia.org/resource/Mystique_(Blackpool_Pleasure_Beach)", "http://dbpedia.org/resource/Myst\u00e8re_(Cirque_du_Soleil)", "http://dbpedia.org/resource/MythAdventures", "http://dbpedia.org/resource/Mythos_(Marvel_Comics)", "http://dbpedia.org/resource/Mythos_(film)", "http://dbpedia.org/resource/Mythos_Island", "http://dbpedia.org/resource/M\u00e9duse_(opera)", "http://dbpedia.org/resource/NHL_Hitz", "http://dbpedia.org/resource/Naanal", "http://dbpedia.org/resource/Nabulsi_soap", "http://dbpedia.org/resource/Nacho_(telenovela)", "http://dbpedia.org/resource/Nanako_SOS", "http://dbpedia.org/resource/Nanami-chan", "http://dbpedia.org/resource/Nancy_Drew", "http://dbpedia.org/resource/Nanosatellite_Launch_System", "http://dbpedia.org/resource/Nanta_(show)", "http://dbpedia.org/resource/Nargiz_(opera)", "http://dbpedia.org/resource/Nashorn,_Zebra_&_Co.", "http://dbpedia.org/resource/Natacha_(comics)", "http://dbpedia.org/resource/Nathan_Hills", "http://dbpedia.org/resource/Nation_Lakes", "http://dbpedia.org/resource/National_Comics_(series)", "http://dbpedia.org/resource/National_Design_Awards", "http://dbpedia.org/resource/National_Finance_Commission_Award", "http://dbpedia.org/resource/National_Lampoon_Lemmings", "http://dbpedia.org/resource/National_Learning_Network", "http://dbpedia.org/resource/National_Medal_of_Arts", "http://dbpedia.org/resource/National_Youth_Service_(Zimbabwe)", "http://dbpedia.org/resource/Natoma_(opera)", "http://dbpedia.org/resource/Nature_(radio_programme)", "http://dbpedia.org/resource/Nehi", "http://dbpedia.org/resource/New_Deal_for_Communities", "http://dbpedia.org/resource/New_Series_Adventures_(Doctor_Who)", "http://dbpedia.org/resource/New_Star_Soccer", "http://dbpedia.org/resource/Newspapers_in_Education", "http://dbpedia.org/resource/Ninja_High_School", "http://dbpedia.org/resource/Nobody_Likes_Onions", "http://dbpedia.org/resource/North_American_Challenge_Skate", "http://dbpedia.org/resource/North_American_Poker_Tour", "http://dbpedia.org/resource/Not_for_Tourists", "http://dbpedia.org/resource/Novell_Embedded_Systems_Technology", "http://dbpedia.org/resource/Rats_of_NIMH", "http://dbpedia.org/resource/Rocky_and_Mugsy", "http://dbpedia.org/resource/Samsung_NX_series", "http://dbpedia.org/resource/Shevchenko_National_Prize", "http://dbpedia.org/resource/Show_Me_the_Monet", "http://dbpedia.org/resource/Sock_Monkey", "http://dbpedia.org/resource/Strikeforce:_Morituri", "http://dbpedia.org/resource/TAG_Heuer_Monaco", "http://dbpedia.org/resource/The_'Nam", "http://dbpedia.org/resource/The_Bob_Monkhouse_Hour", "http://dbpedia.org/resource/The_Bob_Monkhouse_Show", "http://dbpedia.org/resource/The_Great_Moghuls_(film)", "http://dbpedia.org/resource/The_Mikado", "http://dbpedia.org/resource/The_Mitford_Years", "http://dbpedia.org/resource/The_Money_Machine", "http://dbpedia.org/resource/The_Monkey_King's_Daughter", "http://dbpedia.org/resource/The_Morgaine_Stories", "http://dbpedia.org/resource/The_Morland_Dynasty", "http://dbpedia.org/resource/The_Movement_(comics)", "http://dbpedia.org/resource/The_Murchison_Murders", "http://dbpedia.org/resource/The_Music_Box_(TV_series)", "http://dbpedia.org/resource/The_National_Lampoon_Radio_Hour", "http://dbpedia.org/resource/Uppo-Nalle", "http://dbpedia.org/resource/Virgin_Missing_Adventures", "http://dbpedia.org/resource/Virgin_New_Adventures", "http://dbpedia.org/resource/Yamaha_Motif", "http://dbpedia.org/resource/Fujifilm_XF1", "http://dbpedia.org/resource/Grandes_\u00e9tudes_de_Paganini", "http://dbpedia.org/resource/Guitar_Xpress", "http://dbpedia.org/resource/ITN_World_News", "http://dbpedia.org/resource/ITTF_World_Tour", "http://dbpedia.org/resource/Kapitan_\u017bbik", "http://dbpedia.org/resource/Moose_and_Zee", "http://dbpedia.org/resource/Nissan_Z-car", "http://dbpedia.org/resource/Olympus_XA", "http://dbpedia.org/resource/Qinetiq_Zephyr", "http://dbpedia.org/resource/Sharp_Wizard", "http://dbpedia.org/resource/Star_Wars:_X-wing_(book_series)", "http://dbpedia.org/resource/The_Willow_Pattern", "http://dbpedia.org/resource/The_Winchesters", "http://dbpedia.org/resource/The_Wishing_Well_(film)", "http://dbpedia.org/resource/The_Witchfinder_(TV_series)", "http://dbpedia.org/resource/The_Witching", "http://dbpedia.org/resource/The_Wizard_Knight", "http://dbpedia.org/resource/The_X_Factor_(U.S._TV_series)", "http://dbpedia.org/resource/Two-Face:_Year_One", "http://dbpedia.org/resource/Verschoten_&_Zoon", "http://dbpedia.org/resource/WOW_series", "http://dbpedia.org/resource/Wake_Up_with_Whoopi", "http://dbpedia.org/resource/Whittington_(opera)", "http://dbpedia.org/resource/Who_Gets_the_Dog%3F_(2007_film)", "http://dbpedia.org/resource/Wicked_(novel_series)", "http://dbpedia.org/resource/Wide_Wide_World", "http://dbpedia.org/resource/Wignacourt_towers", "http://dbpedia.org/resource/Wild_Decembers_(TV_series)", "http://dbpedia.org/resource/Wildbach", "http://dbpedia.org/resource/Wildbach_(TV_series)", "http://dbpedia.org/resource/Wilding_series", "http://dbpedia.org/resource/Wildsiderz", "http://dbpedia.org/resource/Wilks_Memorial_Award", "http://dbpedia.org/resource/Will_Work_for_Food_(TV_series)", "http://dbpedia.org/resource/William_Ratcliff_(Cui)", "http://dbpedia.org/resource/Windmill_(TV_series)", "http://dbpedia.org/resource/Wingfield_Series", "http://dbpedia.org/resource/Winifred_Lawson", "http://dbpedia.org/resource/Winky_Dink_and_You", "http://dbpedia.org/resource/Winning_Streak", "http://dbpedia.org/resource/Winston_Science_Fiction", "http://dbpedia.org/resource/Wisdom_(TV_series)", "http://dbpedia.org/resource/Witness:_Five_Plays_from_the_Gospel_of_Luke", "http://dbpedia.org/resource/Women's_Murder_Club_(novel_series)", "http://dbpedia.org/resource/Women's_Viewpoint", "http://dbpedia.org/resource/Wonderful_World_(TV_series)", "http://dbpedia.org/resource/Wonderstruck", "http://dbpedia.org/resource/Word_of_Mouth_(radio_programme)", "http://dbpedia.org/resource/Words_and_Music_(TV_series)", "http://dbpedia.org/resource/Wordsmith_(TV_series)", "http://dbpedia.org/resource/World_War_One_(TV_series)", "http://dbpedia.org/resource/World_Without_End_(comics)", "http://dbpedia.org/resource/Worms_(series)", "http://dbpedia.org/resource/Wormwood:_Gentleman_Corpse", "http://dbpedia.org/resource/Worst-Case_Scenario_(TV_series)", "http://dbpedia.org/resource/Would_You_Believe_(TV_series)", "http://dbpedia.org/resource/Wrecked_(UK_TV_series)", "http://dbpedia.org/resource/Wrinkles_(radio_series)", "http://dbpedia.org/resource/Write_On_(TV_series)", "http://dbpedia.org/resource/X-Change_(series)", "http://dbpedia.org/resource/X-Men:_Children_of_the_Atom_(comics)", "http://dbpedia.org/resource/X-Men_(comic_book)", "http://dbpedia.org/resource/XDCAM", "http://dbpedia.org/resource/XIII_(comics)", "http://dbpedia.org/resource/XXXenophile", "http://dbpedia.org/resource/X_(game_series)", "http://dbpedia.org/resource/X_Marks_the_Spot_(game_show)", "http://dbpedia.org/resource/Xanadu_Houses", "http://dbpedia.org/resource/Xombie_(comics)", "http://dbpedia.org/resource/Xpress_(TV_series)", "http://dbpedia.org/resource/Yacht_Rock", "http://dbpedia.org/resource/Yamaska_(TV_series)", "http://dbpedia.org/resource/Yasha_(manga)", "http://dbpedia.org/resource/Yellow_Dog_(Variety)", "http://dbpedia.org/resource/Yerukala_people", "http://dbpedia.org/resource/Yiddishkeit_(TV_series)", "http://dbpedia.org/resource/Yogi_Bear", "http://dbpedia.org/resource/Yoshimune_(anime)", "http://dbpedia.org/resource/Young_Reporters_for_the_Environment", "http://dbpedia.org/resource/Young_Sherlock_Holmes_(books)", "http://dbpedia.org/resource/Ys_(anime)", "http://dbpedia.org/resource/Yuri_(satellite)", "http://dbpedia.org/resource/ZAKA", "http://dbpedia.org/resource/ZMD:_Zombies_of_Mass_Destruction_(comics)", "http://dbpedia.org/resource/Z_series_space_suits", "http://dbpedia.org/resource/Zahra's_Blue_Eyes", "http://dbpedia.org/resource/Zap_Comix", "http://dbpedia.org/resource/Zappas_Olympics", "http://dbpedia.org/resource/Zarya_(opera)", "http://dbpedia.org/resource/Ze_(manga)", "http://dbpedia.org/resource/Zeit_genug", "http://dbpedia.org/resource/Zembla_(TV_series)", "http://dbpedia.org/resource/Zero_One_(TV_series)", "http://dbpedia.org/resource/Zero_to_Hero", "http://dbpedia.org/resource/Zig_et_Puce", "http://dbpedia.org/resource/Zigor", "http://dbpedia.org/resource/Zillion_(anime)", "http://dbpedia.org/resource/Ziyuan_(satellite)", "http://dbpedia.org/resource/Ziz_Gorges", "http://dbpedia.org/resource/Zodiac-films", "http://dbpedia.org/resource/Zonder_Ernst", "http://dbpedia.org/resource/Zoot_Suit_Riots", "http://dbpedia.org/resource/Zumba_Fitness_Dance_Party", "http://dbpedia.org/resource/\u00c1gueda_(telenovela)", "http://dbpedia.org/resource/\u00c9n\u00e9e_et_Lavinie_(Collasse)", "http://dbpedia.org/resource/\u00c9n\u00e9e_et_Lavinie_(Dauvergne)", "http://dbpedia.org/resource/\u00c9xitos_y_Recuerdos", "http://dbpedia.org/resource/Hamburger\u2013Hamilton_stages", "http://dbpedia.org/resource/Hamilton_Invaders", "http://dbpedia.org/resource/Hamilton_Town_Belt", "http://dbpedia.org/resource/Hammerin'_Harry", "http://dbpedia.org/resource/Hammering_Man", "http://dbpedia.org/resource/Hampshire_Book_Awards", "http://dbpedia.org/resource/Hamster_Vice", "http://dbpedia.org/resource/Hana_Yori_mo_Hana_no_Gotoku", "http://dbpedia.org/resource/Hana_to_Ry\u016b", "http://dbpedia.org/resource/Hanada_Sh\u014dnen_Shi", "http://dbpedia.org/resource/Hand_of_Hope", "http://dbpedia.org/resource/Handbook_of_North_American_Indians", "http://dbpedia.org/resource/Handbook_of_South_American_Indians", "http://dbpedia.org/resource/Handbook_of_the_Natural_Region_Divisions_of_Germany", "http://dbpedia.org/resource/Hanjuku-Joshi", "http://dbpedia.org/resource/Hank_Zipzer", "http://dbpedia.org/resource/Hanna_\u2013_Folge_deinem_Herzen", "http://dbpedia.org/resource/Hannibal_Lecter_(franchise)", "http://dbpedia.org/resource/Asi_es_la_Vida", "http://dbpedia.org/resource/Ford_Saturday_Night_Football", "http://dbpedia.org/resource/Herreavdelingen", "http://dbpedia.org/resource/Italian_Formula_4_Championship", "http://dbpedia.org/resource/Karl_Formes", "http://dbpedia.org/resource/La_Dolce_Vita_(TV_series)", "http://dbpedia.org/resource/Ladyland", "http://dbpedia.org/resource/Lee_and_Herring_(radio_series)", "http://dbpedia.org/resource/Lettres_provinciales", "http://dbpedia.org/resource/Magical_Hat", "http://dbpedia.org/resource/Matthew's_Best_Hit_TV", "http://dbpedia.org/resource/Olympics_Triplecast", "http://dbpedia.org/resource/Pastel_Yumi,_the_Magic_Idol", "http://dbpedia.org/resource/Primetime_Emmy_Award_for_Outstanding_Main_Title_Theme_Music", "http://dbpedia.org/resource/TV3_News", "http://dbpedia.org/resource/Taungurong", "http://dbpedia.org/resource/The_Faerie_Wars_Chronicles", "http://dbpedia.org/resource/The_Riftwar_Legacy", "http://dbpedia.org/resource/Video_magazine", "http://dbpedia.org/resource/WWE_Insurrextion", "http://dbpedia.org/resource/Weekend_Breakfast_(radio_show)", "http://dbpedia.org/resource/Wyoming_Democratic_caucuses,_2008", "http://dbpedia.org/resource/Big_Top_Ballet", "http://dbpedia.org/resource/CS1", "http://dbpedia.org/resource/Canon_XC10", "http://dbpedia.org/resource/Clever_(TV_series)", "http://dbpedia.org/resource/Do\u00f1a_B\u00e1rbara_(2008_telenovela)", "http://dbpedia.org/resource/Falling_for_Innocence", "http://dbpedia.org/resource/Fast_Money_(CNBC)", "http://dbpedia.org/resource/Franklin_6_series", "http://dbpedia.org/resource/Great_Barrier_Reef_(TV_series)", "http://dbpedia.org/resource/IBM_Electric_typewriter", "http://dbpedia.org/resource/India's_Great_Driving_Challenge", "http://dbpedia.org/resource/International_Motorsports_Hall_of_Fame_200", "http://dbpedia.org/resource/Intersection_for_the_Arts_Literary_Series", "http://dbpedia.org/resource/Jake_&_Blake", "http://dbpedia.org/resource/Kare_Baka", "http://dbpedia.org/resource/Kassai_and_Leuk", "http://dbpedia.org/resource/La_parodia", "http://dbpedia.org/resource/La_reine_Fiammette", "http://dbpedia.org/resource/Lacy's_Caves", "http://dbpedia.org/resource/Las_noticias_del_gui\u00f1ol", "http://dbpedia.org/resource/Le_Fric_Show", "http://dbpedia.org/resource/Let's_Eat_at_Home!", "http://dbpedia.org/resource/Lo_Sconosciuto", "http://dbpedia.org/resource/Luke_Nguyen's_Vietnam", "http://dbpedia.org/resource/Lupo_Alberto", "http://dbpedia.org/resource/Maggie_(1981_TV_series)", "http://dbpedia.org/resource/Maggie_(TV_series)", "http://dbpedia.org/resource/Mammals_of_Africa", "http://dbpedia.org/resource/Masterplots", "http://dbpedia.org/resource/Mental_Engineering", "http://dbpedia.org/resource/Motorola_Razr3", "http://dbpedia.org/resource/Mr._Brown_Coffee", "http://dbpedia.org/resource/My_Plaything", "http://dbpedia.org/resource/NBA_Sunday_Showcase_on_ABC", "http://dbpedia.org/resource/Nebula_Award_for_Best_Novel", "http://dbpedia.org/resource/New_Mermaids", "http://dbpedia.org/resource/New_York_State_Summer_School_of_the_Arts", "http://dbpedia.org/resource/Neynava_truck", "http://dbpedia.org/resource/Nickelodeon_UK_Kids'_Choice_Awards", "http://dbpedia.org/resource/Night_of_the_Proms", "http://dbpedia.org/resource/Nikon_Coolpix_P510", "http://dbpedia.org/resource/Ohio_Bicentennial", "http://dbpedia.org/resource/One_Hundred_Thousand_Bad_Jokes", "http://dbpedia.org/resource/Pennyland_project", "http://dbpedia.org/resource/Pentax_Q10", "http://dbpedia.org/resource/Pizarre", "http://dbpedia.org/resource/Providence_(TV_series)", "http://dbpedia.org/resource/Prudence_&_Caution", "http://dbpedia.org/resource/Radharc", "http://dbpedia.org/resource/Radio_Belgique", "http://dbpedia.org/resource/Ragged_Isle", "http://dbpedia.org/resource/Ravioli_(TV_series)", "http://dbpedia.org/resource/Robots_and_Avatars", "http://dbpedia.org/resource/Samt_und_Seide", "http://dbpedia.org/resource/Scarlett_Hill", "http://dbpedia.org/resource/Schulz_&_Schulz", "http://dbpedia.org/resource/Six_Characters_in_Search_of_an_Author_(opera)", "http://dbpedia.org/resource/Star_Radio_Network", "http://dbpedia.org/resource/Stiamo_bene_insieme", "http://dbpedia.org/resource/Super_Bowl_at_XL", "http://dbpedia.org/resource/Superdance_South_Africa_(TV_series)", "http://dbpedia.org/resource/Tales_of_the_Moonlight_Cutter", "http://dbpedia.org/resource/Teachings_of_Presidents_of_the_Church", "http://dbpedia.org/resource/Television's_Greatest_Hits", "http://dbpedia.org/resource/The_Accounts_of_Jingkang", "http://dbpedia.org/resource/The_Cavanaughs_(web_series)", "http://dbpedia.org/resource/The_Gift_(TV_series)", "http://dbpedia.org/resource/The_Second_Stage_Turbine_Blade_(comics)", "http://dbpedia.org/resource/The_Sensational_Spider-Man_(vol._2)", "http://dbpedia.org/resource/The_Tiara_Club", "http://dbpedia.org/resource/The_World_of_Beachcomber", "http://dbpedia.org/resource/Theban\u2013Spartan_War", "http://dbpedia.org/resource/Thuggee_and_Dacoity_Suppression_Acts,_1836\u20131848", "http://dbpedia.org/resource/Toda_Mujer", "http://dbpedia.org/resource/Tom_Clancy's_Net_Force_Explorers:_Shadow_of_Honor", "http://dbpedia.org/resource/Tom_Clancy's_Net_Force_Explorers:_The_Ultimate_Escape", "http://dbpedia.org/resource/Trimline_telephone", "http://dbpedia.org/resource/Tuubi", "http://dbpedia.org/resource/Two_Boys", "http://dbpedia.org/resource/Type_079_landing_ship_medium", "http://dbpedia.org/resource/Ujan_Ganger_Naiya", "http://dbpedia.org/resource/Ultraman_vs._Kamen_Rider", "http://dbpedia.org/resource/Unbeatables", "http://dbpedia.org/resource/Washington_Report_(DuMont_TV_series)", "http://dbpedia.org/resource/Wincon", "http://dbpedia.org/resource/World_Tamil_Conference", "http://dbpedia.org/resource/X\u00e1_L\u1ee3i_Pagoda_raids", "http://dbpedia.org/resource/Yalova_Peninsula_massacres_(1920\u201321)", "http://dbpedia.org/resource/Young_Doctor_Malone", "http://dbpedia.org/resource/History_of_the_Rugby_League_Conference", "http://dbpedia.org/resource/History_of_the_Squamish_people", "http://dbpedia.org/resource/History_wars", "http://dbpedia.org/resource/Hit_30", "http://dbpedia.org/resource/Hitchgathering", "http://dbpedia.org/resource/Hitler's_Bodyguard_(TV_series)", "http://dbpedia.org/resource/Hiyokoi", "http://dbpedia.org/resource/HoHoCon", "http://dbpedia.org/resource/Hobbes\u2013Wallis_controversy", "http://dbpedia.org/resource/Hockey_Central", "http://dbpedia.org/resource/Hodgepodge_Lodge", "http://dbpedia.org/resource/Hoffmann_kiln", "http://dbpedia.org/resource/Hoffnung_Music_Festival", "http://dbpedia.org/resource/Hog's_Back_Falls", "http://dbpedia.org/resource/Hogarth_Living_Poets", "http://dbpedia.org/resource/Hokum_&_Hex", "http://dbpedia.org/resource/Hold_the_Dream", "http://dbpedia.org/resource/Hole_cam", "http://dbpedia.org/resource/Holiday_Film_Festival", "http://dbpedia.org/resource/Holiday_Hit_Squad", "http://dbpedia.org/resource/Holiday_Showcase", "http://dbpedia.org/resource/Holiday_on_Ice", "http://dbpedia.org/resource/Holidays_at_Home", "http://dbpedia.org/resource/Holidays_in_the_Danger_Zone", "http://dbpedia.org/resource/Holly_the_Ghost", "http://dbpedia.org/resource/Hollywood's_Comedy_Nights", "http://dbpedia.org/resource/Hollywood_Love_Story", "http://dbpedia.org/resource/Hollywood_Star_Playhouse", "http://dbpedia.org/resource/Hollywood_Superstars", "http://dbpedia.org/resource/Hollywood_Trials", "http://dbpedia.org/resource/Holmegaard_bow", "http://dbpedia.org/resource/Holy_Avenger", "http://dbpedia.org/resource/Home_Things", "http://dbpedia.org/resource/Home_University_Library_of_Modern_Knowledge", "http://dbpedia.org/resource/Home_and_Away:_Romances", "http://dbpedia.org/resource/Home_and_Away:_Weddings", "http://dbpedia.org/resource/Homecoming_Scotland_2009", "http://dbpedia.org/resource/Homicide:_Second_Shift", "http://dbpedia.org/resource/Homofonia", "http://dbpedia.org/resource/Honda_CM_series", "http://dbpedia.org/resource/Honda_Challenge", "http://dbpedia.org/resource/Honda_NR", "http://dbpedia.org/resource/Honest_Doubt", "http://dbpedia.org/resource/Honey,_We're_Killing_the_Kids", "http://dbpedia.org/resource/Emperatriz_(1990_telenovela)", "http://dbpedia.org/resource/En_busca_del_para\u00edso_(1982_telenovela)", "http://dbpedia.org/resource/Encadenados_(1969_telenovela)", "http://dbpedia.org/resource/Encadenados_(telenovela)", "http://dbpedia.org/resource/Encirclement_Campaign_against_Hunan\u2013Jiangxi_Soviet", "http://dbpedia.org/resource/Encounter_(1960_TV_series)", "http://dbpedia.org/resource/Encounter_(TV_series)", "http://dbpedia.org/resource/Encrucijada_(telenovela)", "http://dbpedia.org/resource/Endemic_birds_of_Japan", "http://dbpedia.org/resource/Endemic_birds_of_New_Caledonia", "http://dbpedia.org/resource/Endemic_birds_of_eastern_North_America", "http://dbpedia.org/resource/Endemic_birds_of_the_Himalayas", "http://dbpedia.org/resource/Endemic_birds_of_western_North_America", "http://dbpedia.org/resource/Ender's_Game_series", "http://dbpedia.org/resource/Emcee_Africa", "http://dbpedia.org/resource/Emergency_(series)", "http://dbpedia.org/resource/Emilia_(telenovela)", "http://dbpedia.org/resource/Internet_Killed_Television", "http://dbpedia.org/resource/Nikon_S4", "http://dbpedia.org/resource/No_Manches", "http://dbpedia.org/resource/R\u00f6da_tr\u00e5den", "http://dbpedia.org/resource/Star_Awards_2005", "http://dbpedia.org/resource/Wish_Ko_Lang", "http://dbpedia.org/resource/Balita_Ngayon", "http://dbpedia.org/resource/Color_Me_a_Rainbow", "http://dbpedia.org/resource/Eurolaul", "http://dbpedia.org/resource/Fun_&_Fortune", "http://dbpedia.org/resource/Gabriela_(telenovela)", "http://dbpedia.org/resource/Generations_(U.S._TV_series)", "http://dbpedia.org/resource/Get_a_Life_(TV_series)", "http://dbpedia.org/resource/God_of_War_(series)", "http://dbpedia.org/resource/History_of_Saturday_Night_Live_(1975\u201380)", "http://dbpedia.org/resource/Homefront_(U.S._TV_series)", "http://dbpedia.org/resource/Iffet", "http://dbpedia.org/resource/Jet_Set_Radio_(series)", "http://dbpedia.org/resource/Kapag_nasa_Katwiran,_Ipaglaban_Mo!", "http://dbpedia.org/resource/Kiss_of_Rose_Princess", "http://dbpedia.org/resource/Konkan_Maratha", "http://dbpedia.org/resource/Leonardo_(TV_series)", "http://dbpedia.org/resource/Mach_a_\u0160ebestov\u00e1", "http://dbpedia.org/resource/Mainly_for_Women", "http://dbpedia.org/resource/Marie_(TV_series)", "http://dbpedia.org/resource/Marvel_Knights_4", "http://dbpedia.org/resource/MeeBOX", "http://dbpedia.org/resource/Mistborn_series", "http://dbpedia.org/resource/Moody's_Manual", "http://dbpedia.org/resource/Moses_(documentary)", "http://dbpedia.org/resource/Music_to_See_(1970s_TV_series)", "http://dbpedia.org/resource/My_Inner_Beast", "http://dbpedia.org/resource/Myst_(series)", "http://dbpedia.org/resource/NZ_on_Screen", "http://dbpedia.org/resource/Nang_Talung", "http://dbpedia.org/resource/National_Lampoon's_Class_of_'86", "http://dbpedia.org/resource/Next_Caller", "http://dbpedia.org/resource/Nowhere_Men", "http://dbpedia.org/resource/On_the_Job_(TV_series)", "http://dbpedia.org/resource/On_the_Record_(BBC_TV_series)", "http://dbpedia.org/resource/Pentax_PC35AF", "http://dbpedia.org/resource/Phish_in_Hampton", "http://dbpedia.org/resource/Phosphorus_halide", "http://dbpedia.org/resource/Pobre_Ni\u00f1a_Rica", "http://dbpedia.org/resource/Questione_Ladina", "http://dbpedia.org/resource/Results_Service", "http://dbpedia.org/resource/Revolution_618_(TV_Talk_show)", "http://dbpedia.org/resource/Risk_Takers", "http://dbpedia.org/resource/Rogue_Angel", "http://dbpedia.org/resource/Rubbery_Figures", "http://dbpedia.org/resource/Samsung_NX1", "http://dbpedia.org/resource/Savage_Sword_of_Conan", "http://dbpedia.org/resource/Showdown_with_Larry_Elder", "http://dbpedia.org/resource/Sin_Cities", "http://dbpedia.org/resource/Somaliland_Campaign", "http://dbpedia.org/resource/Star_Awards_2004", "http://dbpedia.org/resource/Sun_Belt_Conference_Men's_Basketball_Player_of_the_Year", "http://dbpedia.org/resource/Sunshine_Millions", "http://dbpedia.org/resource/Surge_Events", "http://dbpedia.org/resource/TASB_(psychedelics)", "http://dbpedia.org/resource/THPB_UAV", "http://dbpedia.org/resource/Talk2", "http://dbpedia.org/resource/Target_Luna", "http://dbpedia.org/resource/Tarim_mummies", "http://dbpedia.org/resource/Tatayet", "http://dbpedia.org/resource/Tatta_Hitotsu_no_Koi", "http://dbpedia.org/resource/Tellos", "http://dbpedia.org/resource/Telos_Doctor_Who_novellas", "http://dbpedia.org/resource/The_21_Conspiracy", "http://dbpedia.org/resource/The_Addams_Family_(1973_animated_series)", "http://dbpedia.org/resource/The_Artist's_Cottage_project", "http://dbpedia.org/resource/The_Benefactor", "http://dbpedia.org/resource/The_Bold_and_the_Beautiful_secondary_characters", "http://dbpedia.org/resource/The_Chronicles_of_Prydain", "http://dbpedia.org/resource/The_Colm_and_Lucy_Show", "http://dbpedia.org/resource/The_Cops_(TV_series)", "http://dbpedia.org/resource/The_Countess", "http://dbpedia.org/resource/The_Dark_Abode", "http://dbpedia.org/resource/The_Day_the_Music_Died_(radio)", "http://dbpedia.org/resource/The_Exclusives_(TV_show)", "http://dbpedia.org/resource/The_Firebringer_Trilogy", "http://dbpedia.org/resource/The_Good_Night_Chicago_Show", "http://dbpedia.org/resource/The_Intimates", "http://dbpedia.org/resource/The_Jimmy_Parkinson_Show", "http://dbpedia.org/resource/The_Mole_(UK_TV_series)", "http://dbpedia.org/resource/The_No._1_Ladies'_Detective_Agency", "http://dbpedia.org/resource/The_Return_of_the_Condor_Heroes_(Taiwanese_TV_series)", "http://dbpedia.org/resource/The_River_Flows_Eastwards", "http://dbpedia.org/resource/The_Robot_Johnson_Show", "http://dbpedia.org/resource/The_Royal_Diaries", "http://dbpedia.org/resource/The_Seven_Fabulous_Wonders", "http://dbpedia.org/resource/The_Ultimates_2", "http://dbpedia.org/resource/The_Un-Credible_Shrinking_Man", "http://dbpedia.org/resource/They_Go_On", "http://dbpedia.org/resource/This_I_Believe_(TV_series)", "http://dbpedia.org/resource/This_Is_That", "http://dbpedia.org/resource/Tierarzt_Dr._Engel", "http://dbpedia.org/resource/Today_(Irish_TV_series)", "http://dbpedia.org/resource/Tom-Tom_and_Nana", "http://dbpedia.org/resource/T\u00e9l\u00e8phe", "http://dbpedia.org/resource/Ultra_Quiz", "http://dbpedia.org/resource/Valeria_(1966_telenovela)", "http://dbpedia.org/resource/Vietnam:_The_Camera_at_War", "http://dbpedia.org/resource/West_Coast_Live", "http://dbpedia.org/resource/Westside_(TV_series)", "http://dbpedia.org/resource/Winning_Lines_(U.S._game_show)", "http://dbpedia.org/resource/Zaporizhian_March_(music)", "http://dbpedia.org/resource/Zoorama", "http://dbpedia.org/resource/Marvel_Superheroes:_What_the--%3F!", "http://dbpedia.org/resource/George_of_the_Jungle_(Season_2)", "http://dbpedia.org/resource/German_Mexican", "http://dbpedia.org/resource/Those_Who_Kill_(U.S._TV_series)", "http://dbpedia.org/resource/Medieval_World_Series", "http://dbpedia.org/resource/Meet_the_Izzards", "http://dbpedia.org/resource/Rivers_of_New_South_Wales", "http://dbpedia.org/resource/Not_Love_Alone", "http://dbpedia.org/resource/The_Twilight_Children", "http://dbpedia.org/resource/The_Tyrant_King", "http://dbpedia.org/resource/The_Way_It_Is_(radio_programme)", "http://dbpedia.org/resource/The_Wingfeather_Saga", "http://dbpedia.org/resource/Theatre_Date", "http://dbpedia.org/resource/This_Is_Your_Right", "http://dbpedia.org/resource/Thou_Shalt_Not_Kill_(TV_series)", "http://dbpedia.org/resource/Integration_tv", "http://dbpedia.org/resource/Jamaican_Canadian", "http://dbpedia.org/resource/Jamaicans_of_African_ancestry", "http://dbpedia.org/resource/James_Bond_in_film", "http://dbpedia.org/resource/Chambers_(series)__30_minutes__1", "http://dbpedia.org/resource/Sapphire_Films__UK-tv-prog-stub__1", "http://dbpedia.org/resource/Sarah_the_Teen_Princess__Sarah_the_Teen_Princess__1", "http://dbpedia.org/resource/Saturday_Night's_Main_Event__Saturday_Night's_Main_Event__1", "http://dbpedia.org/resource/Saturday_Primetime__Saturday_Primetime__1", "http://dbpedia.org/resource/Saved_by_the_Bell__Saved_by_the_Bell__1", "http://dbpedia.org/resource/Saving_Emily__Saving_Emily__1", "http://dbpedia.org/resource/Saving_Milly__Saving_Milly__1", "http://dbpedia.org/resource/Say_It_with_Music_(1957_TV_series)__Say_It_with_Music__1", "http://dbpedia.org/resource/School_Wars:_Hero__School_Wars__1", "http://dbpedia.org/resource/Scream_Street_(TV_series)__Scream_Street__1", "http://dbpedia.org/resource/Seachd_L\u00e0__Seachd_L\u00e0__1", "http://dbpedia.org/resource/Second_Sight_(Midsomer_Murders)__UK-tv-prog-stub__1", "http://dbpedia.org/resource/Spartan_Race_(TV_series)", "http://dbpedia.org/resource/Spatterjay", "http://dbpedia.org/resource/UNHhhh__Trixie_and_Katya_Save_the_World__1", "http://dbpedia.org/resource/USA_Today__:_The_Television_Show__1", "http://dbpedia.org/resource/VBirds__1", "http://dbpedia.org/resource/VBirds__:_Perfect__1", "http://dbpedia.org/resource/Val_Meets_The_VIPs__In_The_Limelight_With_Lesley__1", "http://dbpedia.org/resource/Vibe_Australia__Move_it_Mob_Style__1", "http://dbpedia.org/resource/Vickers_Wellington_LN514__Wellington_Bomber__1", "http://dbpedia.org/resource/Ukrainian_Brazilian", "http://dbpedia.org/resource/Ukrainian_diaspora_in_the_United_Kingdom", "http://dbpedia.org/resource/Ultra_Rich_Asian_Girls", "http://dbpedia.org/resource/Underground_(2016_TV_series)", "http://dbpedia.org/resource/Untitled_Film_Stills_(photograph_series)", "http://dbpedia.org/resource/Ute_Tribe", "http://dbpedia.org/resource/Uthiri_Pookal_(TV_series)", "http://dbpedia.org/resource/Uw_Oykangand_people", "http://dbpedia.org/resource/Uzboi-Landon-Morava_(ULM)", "http://dbpedia.org/resource/Vaidehi_(Tamil_TV_series)", "http://dbpedia.org/resource/Skins_(TV_series)", "http://dbpedia.org/resource/Wess'Har_Series", "http://dbpedia.org/resource/Hamshenis", "http://dbpedia.org/resource/Creek_people", "http://dbpedia.org/resource/Arab_British", "http://dbpedia.org/resource/British_Iranian", "http://dbpedia.org/resource/Lebanese_British", "http://dbpedia.org/resource/World's_Worst_Driver", "http://dbpedia.org/resource/List_of_Command_&_Conquer_factions", "http://dbpedia.org/resource/Gelivable_Sunday", "http://dbpedia.org/resource/Lachlan_Fox", "http://dbpedia.org/resource/Mabi", "http://dbpedia.org/resource/Mundhanai_Mudichu_(2010_TV_series)", "http://dbpedia.org/resource/Sisterhood_of_the_Travelling_Pants", "http://dbpedia.org/resource/Unnamed_Planet", "http://dbpedia.org/resource/Fear_Factor:_Khatron_Ke_Khiladi_(season_7)", "http://dbpedia.org/resource/List_of_Top_20_Countdown:_Most_Shocking_episodes", "http://dbpedia.org/resource/Rome:_Rise_and_fall_of_an_empire", "http://dbpedia.org/resource/The_Flintstones_(film_series)", "http://dbpedia.org/resource/Ai_to_Makoto", "http://dbpedia.org/resource/Aida", "http://dbpedia.org/resource/Aifric", "http://dbpedia.org/resource/Aik_Aur_Munafiq", "http://dbpedia.org/resource/Aik_Aur_Sitam_Hai", "http://dbpedia.org/resource/Aik_Din_Geo_Kay_Sath", "http://dbpedia.org/resource/Aik_Din_Geo_Ke_Saath", "http://dbpedia.org/resource/Aik_Hai_Nigar", "http://dbpedia.org/resource/Aik_Larki_Aam_Si", "http://dbpedia.org/resource/Aik_Nayee_Cinderella", "http://dbpedia.org/resource/Aik_Pal", "http://dbpedia.org/resource/Aik_Sitam_Aur", "http://dbpedia.org/resource/Aik_Thi_Misaal", "http://dbpedia.org/resource/Aik_Thi_Rania", "http://dbpedia.org/resource/Aika_R-16:_Virgin_Mission", "http://dbpedia.org/resource/Aikatsu_Planet!", "http://dbpedia.org/resource/Aikotoba_wa_Y\u016bki", "http://dbpedia.org/resource/Aikurushii", "http://dbpedia.org/resource/Aim_High_(TV_series)", "http://dbpedia.org/resource/Aim_in_Life", "http://dbpedia.org/resource/Aiman_(TV_program)", "http://dbpedia.org/resource/Ain't_Misbehavin'_(TV_series)", "http://dbpedia.org/resource/Ain't_That_America", "http://dbpedia.org/resource/Ain't_That_America_(TV_series)", "http://dbpedia.org/resource/Ainadamar", "http://dbpedia.org/resource/Ainak_Wala_Jin", "http://dbpedia.org/resource/Ainori", "http://dbpedia.org/resource/Ainsi_soient-ils", "http://dbpedia.org/resource/Aion_(manga)", "http://dbpedia.org/resource/Air_&_Sea_Show", "http://dbpedia.org/resource/Air_Aces", "http://dbpedia.org/resource/Air_America_(TV_series)", "http://dbpedia.org/resource/Air_City", "http://dbpedia.org/resource/Air_Creation_GT", "http://dbpedia.org/resource/Air_Force_One_Is_Down", "http://dbpedia.org/resource/Air_Guitar_in_Oulu", "http://dbpedia.org/resource/Air_Hostess_(TV_series)", "http://dbpedia.org/resource/Air_Power_(TV_series)", "http://dbpedia.org/resource/Air_Time_'57", "http://dbpedia.org/resource/Air_Ways", "http://dbpedia.org/resource/Airborne_XT", "http://dbpedia.org/resource/Airbus_A320neo_family", "http://dbpedia.org/resource/Aircraft_Apprentice_Scheme", "http://dbpedia.org/resource/Airforce_(TV_series)", "http://dbpedia.org/resource/Airline_(1982_TV_series)", "http://dbpedia.org/resource/Airline_(1998_TV_series)", "http://dbpedia.org/resource/Airline_(American_TV_series)", "http://dbpedia.org/resource/Airlines_(Indian_TV_series)", "http://dbpedia.org/resource/Airmageddon", "http://dbpedia.org/resource/Airplane_Repo", "http://dbpedia.org/resource/Airplay40", "http://dbpedia.org/resource/Airport_(TV_series)", "http://dbpedia.org/resource/Airport_24/7:_Miami", "http://dbpedia.org/resource/Airport_Core_Programme", "http://dbpedia.org/resource/Airport_Live", "http://dbpedia.org/resource/Airshow_(TV_series)", "http://dbpedia.org/resource/Airwaves_(TV_series)", "http://dbpedia.org/resource/Airwolf", "http://dbpedia.org/resource/Aisa_Des_Hai_Mera_(TV_series)", "http://dbpedia.org/resource/Aisay_Nahi_Chalay_Ga", "http://dbpedia.org/resource/Aise_Karo_Naa_Vidaa", "http://dbpedia.org/resource/Aiseki_Shokud\u014d", "http://dbpedia.org/resource/Aisha_(TV_series)", "http://dbpedia.org/resource/Aishiteiru_to_Itte_Kure", "http://dbpedia.org/resource/Aishiteru:_Kaiy\u014d", "http://dbpedia.org/resource/Aisi_Deewangi_Dekhi_Nahi_Kahi", "http://dbpedia.org/resource/Aisi_Hai_Tanhai", "http://dbpedia.org/resource/Aisyah_Putri_The_Series:_Jilbab_In_Love", "http://dbpedia.org/resource/Aitebaar", "http://dbpedia.org/resource/Aiura", "http://dbpedia.org/resource/Aizliegtais_pa\u0146\u0113miens", "http://dbpedia.org/resource/Aja_Aja_Tayo!", "http://dbpedia.org/resource/Ajax,_dit_is_mijn_club", "http://dbpedia.org/resource/Ajaxjournaal", "http://dbpedia.org/resource/Ajeeb_(TV_series)", "http://dbpedia.org/resource/Ajeeb_Daastaan_Hai_Ye", "http://dbpedia.org/resource/Aji_Sunte_Ho", "http://dbpedia.org/resource/Ajithana_Sahasagalu", "http://dbpedia.org/resource/Ajnabi", "http://dbpedia.org/resource/Ajnabi_Lage_Zindagi", "http://dbpedia.org/resource/Ajooni", "http://dbpedia.org/resource/Ajunahi_Barsaat_Aahe", "http://dbpedia.org/resource/Ajyal", "http://dbpedia.org/resource/Akademi_Fantasi_Indosiar", "http://dbpedia.org/resource/Akademi_Fantasia", "http://dbpedia.org/resource/Akai_Meiro", "http://dbpedia.org/resource/Akash_Vaani", "http://dbpedia.org/resource/Akashadoothu_(TV_series)", "http://dbpedia.org/resource/Akasya_Dura\u011f\u0131", "http://dbpedia.org/resource/Akatsuki-iro_no_Senpuku_Majo", "http://dbpedia.org/resource/Akatsuki_(TV_series)", "http://dbpedia.org/resource/Akazukin_Chacha", "http://dbpedia.org/resource/Akbar_Birbal_Remixed", "http://dbpedia.org/resource/Akbar_Ka_Bal_Birbal", "http://dbpedia.org/resource/Akbari_Asghari", "http://dbpedia.org/resource/Akeli_(TV_series)", "http://dbpedia.org/resource/Aker_Peaks", "http://dbpedia.org/resource/Akhnaten_(opera)", "http://dbpedia.org/resource/Akhri_Barish", "http://dbpedia.org/resource/Aki_Sora", "http://dbpedia.org/resource/Akin_Pa_Rin_ang_Bukas", "http://dbpedia.org/resource/Akira_(manga)", "http://dbpedia.org/resource/Akira_Toriyama's_Manga_Theater", "http://dbpedia.org/resource/Akis_(TV_series)", "http://dbpedia.org/resource/Akka_(TV_series)", "http://dbpedia.org/resource/Akka_Chellelu_(TV_series)", "http://dbpedia.org/resource/Akka_Mogudu", "http://dbpedia.org/resource/Akkad_Bakkad_Bambey_Bo", "http://dbpedia.org/resource/Akkamma_Stalinum_Pathrose_Gandhiyum", "http://dbpedia.org/resource/Akkara_Kazhchakal", "http://dbpedia.org/resource/Ako_Ang_Simula", "http://dbpedia.org/resource/Ako_si_Kim_Samsoon", "http://dbpedia.org/resource/Akoon_Aw_La", "http://dbpedia.org/resource/Aks_(TV_series)", "http://dbpedia.org/resource/Aksharathettu_(TV_series)", "http://dbpedia.org/resource/Aksyon_(TV_program)", "http://dbpedia.org/resource/Aksyon_Bisaya", "http://dbpedia.org/resource/Aksyon_Dabaw", "http://dbpedia.org/resource/Aksyon_JournalisMO", "http://dbpedia.org/resource/Akte_Gr\u00fcninger", "http://dbpedia.org/resource/Aktenzeichen_XY_\u2026_ungel\u00f6st", "http://dbpedia.org/resource/Aktenzeichen_XY\u2026_ungel\u00f6st", "http://dbpedia.org/resource/Aktuelle_Kamera", "http://dbpedia.org/resource/Aktuellt", "http://dbpedia.org/resource/Aku_Titipkan_Cinta", "http://dbpedia.org/resource/Akuma-kun", "http://dbpedia.org/resource/Akumaizer_3", "http://dbpedia.org/resource/Akumetsu", "http://dbpedia.org/resource/Akumu-chan", "http://dbpedia.org/resource/Akumy\u014d", "http://dbpedia.org/resource/Ak\u014d_R\u014dshi_(1964_TV_series)", "http://dbpedia.org/resource/Ak\u014d_R\u014dshi_(1979_TV_series)", "http://dbpedia.org/resource/Al-Ababeed", "http://dbpedia.org/resource/Al-Gama'a", "http://dbpedia.org/resource/Al-Taghreba_al-Falastenya", "http://dbpedia.org/resource/AlRawabi_School_for_Girls", "http://dbpedia.org/resource/Al_Bernameg", "http://dbpedia.org/resource/Al_Cappuccino", "http://dbpedia.org/resource/Al_Hayba", "http://dbpedia.org/resource/Al_Jazeera_America_News", "http://dbpedia.org/resource/Al_Jazeera_Investigates", "http://dbpedia.org/resource/Al_Murray's_Compete_for_the_Meat", "http://dbpedia.org/resource/Al_Murray's_Great_British_Pub_Quiz", "http://dbpedia.org/resource/Al_Murray's_Happy_Hour", "http://dbpedia.org/resource/Al_Murray's_Multiple_Personality_Disorder", "http://dbpedia.org/resource/Al_Oeming_\u2013_Man_of_the_North", "http://dbpedia.org/resource/Al_Paradise", "http://dbpedia.org/resource/Al_Punto", "http://dbpedia.org/resource/Al_Qahera_Al_Youm", "http://dbpedia.org/resource/Al_Ramsay_Shield", "http://dbpedia.org/resource/Al_Rojo_Vivo_(2002_TV_program)", "http://dbpedia.org/resource/Al_TV", "http://dbpedia.org/resource/Al_Yazmal\u0131m", "http://dbpedia.org/resource/Al_borde_del_deseo", "http://dbpedia.org/resource/Al_di_l\u00e0_del_lago", "http://dbpedia.org/resource/Al_diablo_con_los_guapos", "http://dbpedia.org/resource/Al_filo_de_la_muerte", "http://dbpedia.org/resource/Al_final_del_arco_iris", "http://dbpedia.org/resource/Al_fondo_hay_sitio", "http://dbpedia.org/resource/Al_gran_sole_carico_d'amore", "http://dbpedia.org/resource/Al_otro_lado_(2005_film)", "http://dbpedia.org/resource/Al_otro_lado_del_muro", "http://dbpedia.org/resource/Al_ritmo_de_tu_coraz\u00f3n", "http://dbpedia.org/resource/Al_rojo_vivo_(1980_TV_series)", "http://dbpedia.org/resource/Al_salir_de_clase", "http://dbpedia.org/resource/Ala_Al_Hilwa_Wa_Al_Morra", "http://dbpedia.org/resource/Alabang_Girls", "http://dbpedia.org/resource/Alabaster_(manga)", "http://dbpedia.org/resource/Aladdin_(1958_film)", "http://dbpedia.org/resource/Aladdin_(Indian_TV_series)", "http://dbpedia.org/resource/Aladdin_(animated_TV_series)", "http://dbpedia.org/resource/Aladdin_\u2013_Naam_Toh_Suna_Hoga", "http://dbpedia.org/resource/Aladin_&_Alakadam", "http://dbpedia.org/resource/Alagang_Kapatid", "http://dbpedia.org/resource/Alahor_in_Granata", "http://dbpedia.org/resource/Alaigal_(TV_series)", "http://dbpedia.org/resource/Alaipayuthey_(TV_series)", "http://dbpedia.org/resource/Alakdana", "http://dbpedia.org/resource/Alam_Simsim", "http://dbpedia.org/resource/Alamat_(TV_program)", "http://dbpedia.org/resource/Alan_Carr's_Celebrity_Ding_Dong", "http://dbpedia.org/resource/Alan_Carr's_Epic_Gameshow", "http://dbpedia.org/resource/Alan_Carr's_Happy_Hour", "http://dbpedia.org/resource/Alan_Carr's_Specstacular", "http://dbpedia.org/resource/Alan_Carr:_Chatty_Man", "http://dbpedia.org/resource/Alan_Davies:_As_Yet_Untitled", "http://dbpedia.org/resource/Alan_Davies_Apr\u00e8s-Ski", "http://dbpedia.org/resource/Alan_Jones_Live", "http://dbpedia.org/resource/Alan_Partridge:_Welcome_to_the_Places_of_My_Life", "http://dbpedia.org/resource/Alang-Alang_(TV_series)", "http://dbpedia.org/resource/Alans", "http://dbpedia.org/resource/Alarm_f\u00fcr_Cobra_11_\u2013_Die_Autobahnpolizei", "http://dbpedia.org/resource/Alas_Dose_sa_Trese", "http://dbpedia.org/resource/Alas_Smith_and_Jones", "http://dbpedia.org/resource/Alaska:_The_Last_Frontier", "http://dbpedia.org/resource/Alaska_Off-Road_Warriors", "http://dbpedia.org/resource/Alaska_State_Troopers_(TV_series)", "http://dbpedia.org/resource/Alaska_Wing_Men", "http://dbpedia.org/resource/Alaska_y_Mario", "http://dbpedia.org/resource/Alaskan_Bush_People", "http://dbpedia.org/resource/Alaskan_Killer_Bigfoot", "http://dbpedia.org/resource/Alaskan_Women_Looking_for_Love", "http://dbpedia.org/resource/Alaxmi_Ka_Super_Parivaar", "http://dbpedia.org/resource/Alba_(TV_series)", "http://dbpedia.org/resource/Alba_Marina", "http://dbpedia.org/resource/Alba_Roversi", "http://dbpedia.org/resource/Albanian_passport", "http://dbpedia.org/resource/Albanians_Got_Talent", "http://dbpedia.org/resource/Albasheer_Show", "http://dbpedia.org/resource/Albert's_Place", "http://dbpedia.org/resource/Albert_&_Herbert", "http://dbpedia.org/resource/Albert_(1985_film)", "http://dbpedia.org/resource/Albert_(2016_film)", "http://dbpedia.org/resource/Albert_Says..._Nature_Knows_Best", "http://dbpedia.org/resource/Albert_and_Me", "http://dbpedia.org/resource/Albert_and_Victoria", "http://dbpedia.org/resource/Albert_the_Fifth_Musketeer", "http://dbpedia.org/resource/Albertano_contra_los_mostros", "http://dbpedia.org/resource/Alberto_Agnesi", "http://dbpedia.org/resource/Albie_(TV_series)", "http://dbpedia.org/resource/Albion_Market", "http://dbpedia.org/resource/Alborada_(TV_series)", "http://dbpedia.org/resource/Album_of_History", "http://dbpedia.org/resource/Alcanzar_una_estrella", "http://dbpedia.org/resource/Alcanzar_una_estrella_II", "http://dbpedia.org/resource/Alcatraz:_The_Whole_Shocking_Story", "http://dbpedia.org/resource/Alcatraz_(TV_series)", "http://dbpedia.org/resource/Alceste_(Schweitzer)", "http://dbpedia.org/resource/Alchemy_of_Souls", "http://dbpedia.org/resource/Alcoa_Premiere", "http://dbpedia.org/resource/Alcoa_Presents:_One_Step_Beyond", "http://dbpedia.org/resource/Alcoa_Theatre", "http://dbpedia.org/resource/Alcock_and_Gander", "http://dbpedia.org/resource/Alcyone_(opera)", "http://dbpedia.org/resource/Alderamin_on_the_Sky", "http://dbpedia.org/resource/Aldermen's_wars", "http://dbpedia.org/resource/Aldnoah.Zero", "http://dbpedia.org/resource/AleX", "http://dbpedia.org/resource/Alec_Mapa:_Baby_Daddy", "http://dbpedia.org/resource/Alegrijes_y_Rebujos", "http://dbpedia.org/resource/Alegr\u00edas_De_Mediod\u00eda", "http://dbpedia.org/resource/Alejandra_(TV_series)", "http://dbpedia.org/resource/Alejo_&_Valentina", "http://dbpedia.org/resource/Alessandro_Cattelan:_One_Simple_Question", "http://dbpedia.org/resource/Alessandro_Severo", "http://dbpedia.org/resource/Alessandro_Stradella_(opera)", "http://dbpedia.org/resource/Alev_Alev_(TV_series)", "http://dbpedia.org/resource/Alex,_Inc.", "http://dbpedia.org/resource/Alex_&_Amie", "http://dbpedia.org/resource/Alex_&_Co.", "http://dbpedia.org/resource/Alex_Cross_(novel_series)", "http://dbpedia.org/resource/Alex_Haley's_Queen", "http://dbpedia.org/resource/Alex_Polizzi:_Chefs_on_Trial", "http://dbpedia.org/resource/Alex_Polizzi:_The_Fixer", "http://dbpedia.org/resource/Alex_Rider_(TV_series)", "http://dbpedia.org/resource/Alex_Wagner_Tonight", "http://dbpedia.org/resource/Alex_Wheatle_(film)", "http://dbpedia.org/resource/Alex_Witt_Reports", "http://dbpedia.org/resource/Alex_in_Wonderland_(TV_series)", "http://dbpedia.org/resource/Alexa_&_Katie", "http://dbpedia.org/resource/Alexander:_The_Other_Side_of_Dawn", "http://dbpedia.org/resource/Alexander_Armstrong's_Big_Ask", "http://dbpedia.org/resource/Alexander_Davydov_(singer)", "http://dbpedia.org/resource/Alexander_Zwo", "http://dbpedia.org/resource/Alexander_the_Great_(miniseries)", "http://dbpedia.org/resource/Alexander_the_Greatest", "http://dbpedia.org/resource/Alexandre_bis", "http://dbpedia.org/resource/Alexei_Sayle's_Merry-Go-Round", "http://dbpedia.org/resource/Alexei_Sayle's_Stuff", "http://dbpedia.org/resource/Alfa_Romeo_Disco_Volante", "http://dbpedia.org/resource/Alfonso_Bonzo", "http://dbpedia.org/resource/Alfonso_XII-class_cruiser", "http://dbpedia.org/resource/Alfonso_und_Estrella", "http://dbpedia.org/resource/Alfred_Chicken", "http://dbpedia.org/resource/Alfred_Hitchcock_Presents", "http://dbpedia.org/resource/Alfred_Hitchcock_Presents_(1985_TV_series)", "http://dbpedia.org/resource/Alfred_I._duPont\u2013Columbia_University_Award", "http://dbpedia.org/resource/Alfred_J._Kwak", "http://dbpedia.org/resource/Alfresco_(TV_series)", "http://dbpedia.org/resource/Algeria,_History_and_Civilization", "http://dbpedia.org/resource/Alguien_que_me_quiera", "http://dbpedia.org/resource/Alguien_te_mira_(American_TV_series)", "http://dbpedia.org/resource/Alguna_Pregunta_M\u00e9s%3F", "http://dbpedia.org/resource/Alguna_vez_tendremos_alas", "http://dbpedia.org/resource/Alhola", "http://dbpedia.org/resource/Ali:_An_American_Hero", "http://dbpedia.org/resource/Ali_Baba:_Dastaan-E-Kabul", "http://dbpedia.org/resource/Ali_Ki_Ammi", "http://dbpedia.org/resource/Ali_Velshi_on_Target", "http://dbpedia.org/resource/Aliados", "http://dbpedia.org/resource/Alias_(TV_series)", "http://dbpedia.org/resource/Alias_(season_3)", "http://dbpedia.org/resource/Alias_(season_4)", "http://dbpedia.org/resource/Alias_(season_5)", "http://dbpedia.org/resource/Alias_Grace_(miniseries)", "http://dbpedia.org/resource/Alias_Smith_and_Jones", "http://dbpedia.org/resource/Alias_the_Jester", "http://dbpedia.org/resource/Alice's_Wonderland_Bakery", "http://dbpedia.org/resource/Alice,_I_Think_(TV_series)", "http://dbpedia.org/resource/Alice_(American_TV_series)", "http://dbpedia.org/resource/Alice_(Brazilian_TV_series)", "http://dbpedia.org/resource/Alice_(South_Korean_TV_series)", "http://dbpedia.org/resource/Alice_(miniseries)", "http://dbpedia.org/resource/Alice_Bungisngis_and_Her_Wonder_Walis", "http://dbpedia.org/resource/Alice_Comedies", "http://dbpedia.org/resource/Alice_in_Borderland", "http://dbpedia.org/resource/Alice_in_Borderland_(TV_series)", "http://dbpedia.org/resource/Alice_in_Murderland_(manga)", "http://dbpedia.org/resource/Alice_in_Wonderland_(1983_film)", "http://dbpedia.org/resource/Alice_in_Wonderland_(1985_film)", "http://dbpedia.org/resource/Alice_in_Wonderland_(1999_film)", "http://dbpedia.org/resource/Alice_in_Wonderland_or_What's_a_Nice_Kid_like_You_Doing_in_a_Place_like_This%3F", "http://dbpedia.org/resource/Alice_on_Deadlines", "http://dbpedia.org/resource/Alice_series", "http://dbpedia.org/resource/Alice_through_the_Looking_Glass_(1998_film)", "http://dbpedia.org/resource/Alice_to_Nowhere", "http://dbpedia.org/resource/Alice_\u2013_A_Fight_For_Life", "http://dbpedia.org/resource/Alicia_en_el_pa\u00eds_de_las_maravillas", "http://dbpedia.org/resource/Alien:_Isolation_\u2013_The_Digital_Series", "http://dbpedia.org/resource/Alien_(Armenian_TV_series)", "http://dbpedia.org/resource/Alien_(franchise)", "http://dbpedia.org/resource/Alien_Abduction:_Incident_in_Lake_County", "http://dbpedia.org/resource/Alien_Apocalypse", "http://dbpedia.org/resource/Alien_Arsenal", "http://dbpedia.org/resource/Alien_Avengers", "http://dbpedia.org/resource/Alien_Breed_(series)", "http://dbpedia.org/resource/Alien_Dawn", "http://dbpedia.org/resource/Alien_Encounters_(TV_series)", "http://dbpedia.org/resource/Alien_Express", "http://dbpedia.org/resource/Alien_Investigations", "http://dbpedia.org/resource/Alien_Lockdown", "http://dbpedia.org/resource/Alien_Mom,_Alien_Dad", "http://dbpedia.org/resource/Alien_Nation:_Body_and_Soul", "http://dbpedia.org/resource/Alien_Nation:_Dark_Horizon", "http://dbpedia.org/resource/Alien_Nation:_Millennium", "http://dbpedia.org/resource/Alien_Nation:_The_Enemy_Within", "http://dbpedia.org/resource/Alien_Nation:_The_Udara_Legacy", "http://dbpedia.org/resource/Alien_Nation_(TV_series)", "http://dbpedia.org/resource/Alien_News_Desk", "http://dbpedia.org/resource/Alien_Opponent", "http://dbpedia.org/resource/Alien_Planet", "http://dbpedia.org/resource/Alien_Racers", "http://dbpedia.org/resource/Alien_Siege", "http://dbpedia.org/resource/Alien_TV", "http://dbpedia.org/resource/Alien_Worlds_(TV_series)", "http://dbpedia.org/resource/Alien_vs._Predator_(franchise)", "http://dbpedia.org/resource/Alienated_(TV_series)", "http://dbpedia.org/resource/Alienators:_Evolution_Continues", "http://dbpedia.org/resource/Aliens_in_America", "http://dbpedia.org/resource/Aliens_in_the_Family", "http://dbpedia.org/resource/Aliens_of_London", "http://dbpedia.org/resource/Alif_(TV_series)", "http://dbpedia.org/resource/Alif_Allah_Aur_Insaan", "http://dbpedia.org/resource/Alif_Laila", "http://dbpedia.org/resource/Alif_Laila_(2020_TV_series)", "http://dbpedia.org/resource/Alif_Noon", "http://dbpedia.org/resource/Alina,_regina_di_Golconda", "http://dbpedia.org/resource/Alisa_(TV_series)", "http://dbpedia.org/resource/Alisa_Knows_What_to_Do!", "http://dbpedia.org/resource/2099:_World_of_Tomorrow", "http://dbpedia.org/resource/20_September_Samarra_attack", "http://dbpedia.org/resource/20_Years_of_Hell", "http://dbpedia.org/resource/20th_Anniversary_Series", "http://dbpedia.org/resource/21_Beacon_Street", "http://dbpedia.org/resource/21c_(TV_series)", "http://dbpedia.org/resource/21st_GLAAD_Media_Awards", "http://dbpedia.org/resource/21st_Precinct", "http://dbpedia.org/resource/22_December_2013_South_Thailand_bombings", "http://dbpedia.org/resource/22nd_GLAAD_Media_Awards", "http://dbpedia.org/resource/Arriba,_Arriba!", "http://dbpedia.org/resource/Arriba_Argentinos", "http://dbpedia.org/resource/Arriba_gente", "http://dbpedia.org/resource/Arrighetto", "http://dbpedia.org/resource/Arriva_Cristina", "http://dbpedia.org/resource/Arrivano_i_Rossi", "http://dbpedia.org/resource/Arrow_(TV_series)", "http://dbpedia.org/resource/Arrows_(TV_series)", "http://dbpedia.org/resource/Arrowverse", "http://dbpedia.org/resource/Arroz_con_leche_(TV_series)", "http://dbpedia.org/resource/Arsenal_Military_Academy", "http://dbpedia.org/resource/Arsenic_&_Old_Lace", "http://dbpedia.org/resource/Arsenio_(TV_series)", "http://dbpedia.org/resource/Arslaan", "http://dbpedia.org/resource/Ars\u00e8ne_Lupin_(TV_series)", "http://dbpedia.org/resource/Art_Angel", "http://dbpedia.org/resource/Art_Attack", "http://dbpedia.org/resource/Art_Bell's_Dark_Matter", "http://dbpedia.org/resource/Art_Jam", "http://dbpedia.org/resource/Art_Mann_Presents", "http://dbpedia.org/resource/Art_Ninja", "http://dbpedia.org/resource/Art_in_Action_(TV_series)", "http://dbpedia.org/resource/Art_of_Persia_(TV_series)", "http://dbpedia.org/resource/Art_of_Spain_(TV_series)", "http://dbpedia.org/resource/Artaxerxes_(opera)", "http://dbpedia.org/resource/Arthdal_Chronicles", "http://dbpedia.org/resource/Arthrogram", "http://dbpedia.org/resource/Arthur!_and_the_Square_Knights_of_the_Round_Table", "http://dbpedia.org/resource/Arthur's_Treasured_Volumes", "http://dbpedia.org/resource/Arthur_&_George_(TV_series)", "http://dbpedia.org/resource/Arthur_(TV_series)", "http://dbpedia.org/resource/Arthur_C._Clarke's_Mysterious_Universe", "http://dbpedia.org/resource/Arthur_C._Clarke's_Mysterious_World", "http://dbpedia.org/resource/Arthur_C._Clarke's_World_of_Strange_Powers", "http://dbpedia.org/resource/Arthur_Godfrey_and_His_Friends", "http://dbpedia.org/resource/Arthur_of_the_Britons", "http://dbpedia.org/resource/Articulate_(TV_series)", "http://dbpedia.org/resource/Artificial_Beauty", "http://dbpedia.org/resource/Artificial_Breathing", "http://dbpedia.org/resource/Artificial_City", "http://dbpedia.org/resource/Artikulo_247", "http://dbpedia.org/resource/Artist_of_the_Year", "http://dbpedia.org/resource/Artista_Academy", "http://dbpedia.org/resource/Artistic_Differences", "http://dbpedia.org/resource/Artists_(radio_series)", "http://dbpedia.org/resource/Artit_Ching_Duang", "http://dbpedia.org/resource/Artois-class_frigate", "http://dbpedia.org/resource/Arts_'73", "http://dbpedia.org/resource/Artstar", "http://dbpedia.org/resource/Arturo_&_Kiwi", "http://dbpedia.org/resource/Artzooka!", "http://dbpedia.org/resource/Aruanas", "http://dbpedia.org/resource/Arundhathi_(TV_series)", "http://dbpedia.org/resource/Arundhati_(2011_TV_series)", "http://dbpedia.org/resource/Arundhati_(2016_TV_series)", "http://dbpedia.org/resource/Aruvi_(TV_series)", "http://dbpedia.org/resource/Arvire_et_\u00c9v\u00e9lina", "http://dbpedia.org/resource/Arya", "http://dbpedia.org/resource/Aryamaan_\u2013_Brahmaand_Ka_Yodha", "http://dbpedia.org/resource/Aryana_(TV_series)", "http://dbpedia.org/resource/Arzoo_Hai_Tu", "http://dbpedia.org/resource/As_Aventuras_de_Gui_&_Estopa", "http://dbpedia.org/resource/As_Aventuras_de_Poliana", "http://dbpedia.org/resource/As_Brasileiras", "http://dbpedia.org/resource/As_Cariocas", "http://dbpedia.org/resource/As_Far_as_My_Feet_Will_Carry_Me_(TV_series)", "http://dbpedia.org/resource/As_Filhas_da_M\u00e3e", "http://dbpedia.org/resource/As_Five", "http://dbpedia.org/resource/As_Good_Cooks_Go", "http://dbpedia.org/resource/As_Good_as_Dead_(1995_film)", "http://dbpedia.org/resource/As_I'm_Suffering_From_Kadhal", "http://dbpedia.org/resource/As_If_(American_TV_series)", "http://dbpedia.org/resource/As_If_(British_TV_series)", "http://dbpedia.org/resource/As_Is_(film)", "http://dbpedia.org/resource/As_It_Happens", "http://dbpedia.org/resource/As_Schools_Match_Wits", "http://dbpedia.org/resource/As_Seen_on_TV_(game_show)", "http://dbpedia.org/resource/As_Summers_Die", "http://dbpedia.org/resource/As_Sure_as_Fate", "http://dbpedia.org/resource/As_Time_Goes_By_(TV_series)", "http://dbpedia.org/resource/As_Told_by_Ginger", "http://dbpedia.org/resource/As_We_See_It", "http://dbpedia.org/resource/As_You_Like_It_(TV_series)", "http://dbpedia.org/resource/As_for_Me_and_My_House_(TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(American_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Australian_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(British_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Chinese_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Japanese_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Russian_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Singaporean_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Taiwanese_TV_series)", "http://dbpedia.org/resource/As_the_Cookie_Crumbles", "http://dbpedia.org/resource/As_the_World_Turns", "http://dbpedia.org/resource/Asa_ga_Kita", "http://dbpedia.org/resource/Asaichi", "http://dbpedia.org/resource/Asambhav_(TV_series)", "http://dbpedia.org/resource/Asar_Talo_Lahat_Panalo!", "http://dbpedia.org/resource/Asatha_Povathu_Yaaru%3F", "http://dbpedia.org/resource/Asawa_Ko,_Karibal_Ko", "http://dbpedia.org/resource/Asayan", "http://dbpedia.org/resource/Ascanio", "http://dbpedia.org/resource/Ascanio_in_Alba", "http://dbpedia.org/resource/Ascension_(miniseries)", "http://dbpedia.org/resource/Aseerzadi", "http://dbpedia.org/resource/Asemane_shab", "http://dbpedia.org/resource/Asenso_Pinoy", "http://dbpedia.org/resource/Asfur", "http://dbpedia.org/resource/Asgaard_(game_show)", "http://dbpedia.org/resource/Ash_Wednesday_bushfires", "http://dbpedia.org/resource/Ash_vs_Evil_Dead", "http://dbpedia.org/resource/Ashenden_(TV_series)", "http://dbpedia.org/resource/Ashes_of_Love_(TV_series)", "http://dbpedia.org/resource/Ashes_to_Ashes_(British_TV_series)", "http://dbpedia.org/resource/Ashford_Caves", "http://dbpedia.org/resource/Ashita,_Mama_ga_Inai", "http://dbpedia.org/resource/Ashita_Ga_Arusa_(TV_series)", "http://dbpedia.org/resource/Ashiyana", "http://dbpedia.org/resource/Ashk_(TV_series)", "http://dbpedia.org/resource/Ashlee_+_Evan_(TV_series)", "http://dbpedia.org/resource/Ashley_Banjo's_Secret_Street_Crew", "http://dbpedia.org/resource/Ashokan_Edicts_in_Delhi", "http://dbpedia.org/resource/Ashura_no_Gotoku_(TV_series)", "http://dbpedia.org/resource/Asi_(TV_series)", "http://dbpedia.org/resource/Asia's_Got_Talent", "http://dbpedia.org/resource/Asia's_Next_Top_Model", "http://dbpedia.org/resource/Asia-Pacific_Rally_Championship", "http://dbpedia.org/resource/Asia_Bagus", "http://dbpedia.org/resource/Asia_Business_Report", "http://dbpedia.org/resource/Asia_Market_Week", "http://dbpedia.org/resource/Asia_Market_Wrap", "http://dbpedia.org/resource/Asia_Pacific_Poker_Tour", "http://dbpedia.org/resource/Asia_Pacific_Screen_Awards", "http://dbpedia.org/resource/Asia_Squawk_Box", "http://dbpedia.org/resource/Asia_Today", "http://dbpedia.org/resource/Asia_Uncut", "http://dbpedia.org/resource/Asian_Formula_Three_Championship", "http://dbpedia.org/resource/Asian_Idol", "http://dbpedia.org/resource/Asian_Le_Mans_Series", "http://dbpedia.org/resource/Asian_Magazine", "http://dbpedia.org/resource/Asian_Provocateur", "http://dbpedia.org/resource/Asian_Treasures", "http://dbpedia.org/resource/Asian_Wave", "http://dbpedia.org/resource/Asintado", "http://dbpedia.org/resource/Asisten_Rumah_Tangga", "http://dbpedia.org/resource/Ask_Aida", "http://dbpedia.org/resource/Ask_Aspel", "http://dbpedia.org/resource/Ask_Harriet", "http://dbpedia.org/resource/Ask_Max", "http://dbpedia.org/resource/Ask_My_Mom", "http://dbpedia.org/resource/Ask_No_Questions", "http://dbpedia.org/resource/Ask_Rhod_Gilbert", "http://dbpedia.org/resource/Ask_a_Silly_Answer", "http://dbpedia.org/resource/Ask_a_silly_Answer", "http://dbpedia.org/resource/Ask_the_Doctor", "http://dbpedia.org/resource/Ask_the_Family", "http://dbpedia.org/resource/Ask_the_Leyland_Brothers", "http://dbpedia.org/resource/Ask_the_Stars", "http://dbpedia.org/resource/Ask_the_StoryBots", "http://dbpedia.org/resource/Askold's_Grave_(opera)", "http://dbpedia.org/resource/Asla_Vazge\u00e7mem", "http://dbpedia.org/resource/Asmal\u0131_Konak", "http://dbpedia.org/resource/Asmara_(TV_series)", "http://dbpedia.org/resource/Asmaradana", "http://dbpedia.org/resource/Aso_ni_San_Roque", "http://dbpedia.org/resource/Asphalt_(series)", "http://dbpedia.org/resource/Asphalt_Man", "http://dbpedia.org/resource/Aspirants_(web_series)", "http://dbpedia.org/resource/Aspirin_(TV_series)", "http://dbpedia.org/resource/Assassin's_Creed_Chronicles", "http://dbpedia.org/resource/Assassination_Classroom", "http://dbpedia.org/resource/Assassinator_Jing_Ke", "http://dbpedia.org/resource/Assassinio_nella_cattedrale", "http://dbpedia.org/resource/Assault!_Human!!", "http://dbpedia.org/resource/Assault_at_West_Point:_The_Court-Martial_of_Johnson_Whittaker", "http://dbpedia.org/resource/Assault_on_the_Wayne", "http://dbpedia.org/resource/Assaulted_Nuts_(TV_series)", "http://dbpedia.org/resource/Assemble_Insert", "http://dbpedia.org/resource/Assembly_(TV_series)", "http://dbpedia.org/resource/Assignment:_Underwater", "http://dbpedia.org/resource/Assignment_(TV_program)", "http://dbpedia.org/resource/Assignment_Vienna", "http://dbpedia.org/resource/Associates_Triangular_Series_in_West_Indies_in_2006\u201307", "http://dbpedia.org/resource/Assorted_Gems", "http://dbpedia.org/resource/Assume_the_Position_with_Mr._Wuhl", "http://dbpedia.org/resource/Assy_McGee", "http://dbpedia.org/resource/Ass\u00e9dio", "http://dbpedia.org/resource/Astaghfaar", "http://dbpedia.org/resource/Asteroid_(film)", "http://dbpedia.org/resource/Asteroid_Terrestrial-impact_Last_Alert_System", "http://dbpedia.org/resource/Astey_Ladies", "http://dbpedia.org/resource/Astigs", "http://dbpedia.org/resource/Astitva...Ek_Prem_Kahani", "http://dbpedia.org/resource/Aston_Martin_Vantage_(2005)", "http://dbpedia.org/resource/Astonishia_Story", "http://dbpedia.org/resource/Astor_Showcase", "http://dbpedia.org/resource/Astra_Force", "http://dbpedia.org/resource/Astral_Project_(manga)", "http://dbpedia.org/resource/Astrid_and_Lilly_Save_the_World", "http://dbpedia.org/resource/Astrid_in_Wonderland", "http://dbpedia.org/resource/Astro_Boy", "http://dbpedia.org/resource/Astro_Boy_(1963_TV_series)", "http://dbpedia.org/resource/Astro_Farm", "http://dbpedia.org/resource/Astro_Plan", "http://dbpedia.org/resource/Astro_Ria", "http://dbpedia.org/resource/Astroblast!", "http://dbpedia.org/resource/Astroganger", "http://dbpedia.org/resource/Astronarium", "http://dbpedia.org/resource/Astronauts_(TV_series)", "http://dbpedia.org/resource/Astronomy_Club:_The_Sketch_Show", "http://dbpedia.org/resource/Astronomy_Today", "http://dbpedia.org/resource/Asu_no_Hikari_o_Tsukame", "http://dbpedia.org/resource/Asur_(web_series)", "http://dbpedia.org/resource/Asura_Cryin'", "http://dbpedia.org/resource/Asus_Fonepad", "http://dbpedia.org/resource/Asus_VivoTab", "http://dbpedia.org/resource/Asus_ZenFone", "http://dbpedia.org/resource/Aswamedham", "http://dbpedia.org/resource/Aswat_(TV_program)", "http://dbpedia.org/resource/Asylum_(2015_TV_series)", "http://dbpedia.org/resource/As\u00ed_en_el_barrio_como_en_el_cielo", "http://dbpedia.org/resource/As\u00ed_se_baila", "http://dbpedia.org/resource/As\u00ed_son_ellas", "http://dbpedia.org/resource/At_Ease_(TV_series)", "http://dbpedia.org/resource/At_Eighteen", "http://dbpedia.org/resource/At_Home_Ka_Dito", "http://dbpedia.org/resource/At_Home_With_Julia", "http://dbpedia.org/resource/At_Home_with_Amy_Sedaris", "http://dbpedia.org/resource/At_Home_with_Billie_Burke", "http://dbpedia.org/resource/At_Home_with_GMA_Regional_TV", "http://dbpedia.org/resource/At_Home_with_John_Newmark", "http://dbpedia.org/resource/At_Home_with_Julia", "http://dbpedia.org/resource/At_Home_with_Love", "http://dbpedia.org/resource/At_Home_with_the_Braithwaites", "http://dbpedia.org/resource/At_Home_with_the_Eubanks", "http://dbpedia.org/resource/At_Home_with_the_Noonans", "http://dbpedia.org/resource/At_Home_with_the_Webbers", "http://dbpedia.org/resource/At_Last_the_1948_Show", "http://dbpedia.org/resource/At_Mother's_Request", "http://dbpedia.org/resource/At_Point_Blank_(TV_series)", "http://dbpedia.org/resource/At_Risk_(2010_film)", "http://dbpedia.org/resource/At_Seven_on_7", "http://dbpedia.org/resource/At_Your_Service-Star_Power", "http://dbpedia.org/resource/At_Your_Service_(TV_series)", "http://dbpedia.org/resource/At_a_Distance,_Spring_Is_Green", "http://dbpedia.org/resource/At_the_Dolphin_Bay", "http://dbpedia.org/resource/At_the_End_of_My_Leash", "http://dbpedia.org/resource/At_the_Hotel", "http://dbpedia.org/resource/At_the_Movies_(1982_TV_program)", "http://dbpedia.org/resource/At_the_Movies_(1986_TV_program)", "http://dbpedia.org/resource/At_the_Movies_(Australian_TV_program)", "http://dbpedia.org/resource/At_the_Threshold_of_an_Era", "http://dbpedia.org/resource/Atamania", "http://dbpedia.org/resource/Atamasthana", "http://dbpedia.org/resource/Atari_8-bit_family", "http://dbpedia.org/resource/Atari_Flashback", "http://dbpedia.org/resource/Ataru_(TV_series)", "http://dbpedia.org/resource/Atashinchi_no_Danshi", "http://dbpedia.org/resource/Ate_ng_Ate_Ko", "http://dbpedia.org/resource/Atelier_Fontana_-_Le_sorelle_della_moda", "http://dbpedia.org/resource/Atenaide_(Vivaldi)", "http://dbpedia.org/resource/Athabasca_System_Hydroelectric_Stations", "http://dbpedia.org/resource/Atheism:_A_Rough_History_of_Disbelief", "http://dbpedia.org/resource/Athena:_Goddess_of_War", "http://dbpedia.org/resource/Athina-Thessaloniki", "http://dbpedia.org/resource/Athipookal", "http://dbpedia.org/resource/Athiyaayam", "http://dbpedia.org/resource/Athmasakhi", "http://dbpedia.org/resource/Atholl-class_corvette", "http://dbpedia.org/resource/Ating_Alamin", "http://dbpedia.org/resource/Atlanta_(TV_series)", "http://dbpedia.org/resource/Atlanta_Exes", "http://dbpedia.org/resource/Atlantic:_The_Wildest_Ocean_on_Earth", "http://dbpedia.org/resource/Atlantic_Championship", "http://dbpedia.org/resource/Atlantic_Crossing_(TV_series)", "http://dbpedia.org/resource/Atlantic_Summer", "http://dbpedia.org/resource/Atlantic_campaign_of_1806", "http://dbpedia.org/resource/Atlantic_campaign_of_May_1794", "http://dbpedia.org/resource/Atlantika", "http://dbpedia.org/resource/Atlantis_(2011_film)", "http://dbpedia.org/resource/Atlantis_(TV_series)", "http://dbpedia.org/resource/Atlantis_High", "http://dbpedia.org/resource/Atletico_Partick", "http://dbpedia.org/resource/Atl\u00e1ntida_(opera)", "http://dbpedia.org/resource/Atmen_gibt_das_Leben", "http://dbpedia.org/resource/Atmospheres_(TV_series)", "http://dbpedia.org/resource/Atom_Ant", "http://dbpedia.org/resource/Atom_Squad", "http://dbpedia.org/resource/Atom_TV", "http://dbpedia.org/resource/Atomic_Betty", "http://dbpedia.org/resource/Atomic_Dog_(film)", "http://dbpedia.org/resource/Atomic_Puppet", "http://dbpedia.org/resource/Atomic_Train", "http://dbpedia.org/resource/Atomic_Twister", "http://dbpedia.org/resource/Ator", "http://dbpedia.org/resource/Atormentada", "http://dbpedia.org/resource/Atracci\u00f3n_x4", "http://dbpedia.org/resource/Atrapa_los_Millones", "http://dbpedia.org/resource/Atrapada_(1991_TV_series)", "http://dbpedia.org/resource/Atrapada_(2018_TV_series)", "http://dbpedia.org/resource/Atrevidos", "http://dbpedia.org/resource/Atr\u00e9vete", "http://dbpedia.org/resource/Atr\u00e9vete_a_olvidarme", "http://dbpedia.org/resource/Atr\u00e9vete_a_so\u00f1ar", "http://dbpedia.org/resource/Atsuhime_(TV_series)", "http://dbpedia.org/resource/Attachments_(TV_series)", "http://dbpedia.org/resource/Attack_of_the_50_Ft._Woman_(1993_film)", "http://dbpedia.org/resource/Attack_of_the_5_Ft._2_In._Women", "http://dbpedia.org/resource/Attack_of_the_Graske", "http://dbpedia.org/resource/Attack_of_the_Killer_Tomatoes_(TV_series)", "http://dbpedia.org/resource/Attack_of_the_Sabretooth", "http://dbpedia.org/resource/Attack_of_the_Show!", "http://dbpedia.org/resource/Attack_on_Fear", "http://dbpedia.org/resource/Attack_on_Terror:_The_FBI_vs._the_Ku_Klux_Klan", "http://dbpedia.org/resource/Attack_on_Titan:_Before_the_Fall", "http://dbpedia.org/resource/Attack_on_Titan:_Counter_Rockets", "http://dbpedia.org/resource/Attack_on_Titan:_Junior_High", "http://dbpedia.org/resource/Attack_on_Tomorrow", "http://dbpedia.org/resource/Attacks_from_the_Future:_Rinoplasticos", "http://dbpedia.org/resource/Attagirl_(TV_series)", "http://dbpedia.org/resource/Attenborough:_60_Years_in_the_Wild", "http://dbpedia.org/resource/Attenborough_in_Paradise", "http://dbpedia.org/resource/Attention,_Love!", "http://dbpedia.org/resource/Attention_Scum", "http://dbpedia.org/resource/Attic_Gold", "http://dbpedia.org/resource/Attica_(1980_film)", "http://dbpedia.org/resource/Attila_(miniseries)", "http://dbpedia.org/resource/Attila_(opera)", "http://dbpedia.org/resource/Attitude_Pictures_Ltd", "http://dbpedia.org/resource/Attitudes_(talk_show)", "http://dbpedia.org/resource/Atunda_Ayenda", "http://dbpedia.org/resource/Atypical", "http://dbpedia.org/resource/At\u00ednale_Al_Precio", "http://dbpedia.org/resource/At\u00f3mico", "http://dbpedia.org/resource/At\u00f3mico_(television_program)", "http://dbpedia.org/resource/Au_Pair_(film)", "http://dbpedia.org/resource/Au_Pair_3:_Adventure_in_Paradise", "http://dbpedia.org/resource/Au_Pair_II", "http://dbpedia.org/resource/Au_nom_de_la_loi", "http://dbpedia.org/resource/Aubrey_and_Gus", "http://dbpedia.org/resource/Auction_Hunters", "http://dbpedia.org/resource/Auction_Kings", "http://dbpedia.org/resource/Auction_Room", "http://dbpedia.org/resource/Auction_Squad", "http://dbpedia.org/resource/Audience_Award_for_Most_Popular_Show", "http://dbpedia.org/resource/Audio-Files", "http://dbpedia.org/resource/Audrina", "http://dbpedia.org/resource/Audubon_Wildlife_Theatre", "http://dbpedia.org/resource/Auf_Achse_(TV_series)", "http://dbpedia.org/resource/Auf_Wiedersehen,_Pet", "http://dbpedia.org/resource/Auf_Wiedersehen_My_Pet", "http://dbpedia.org/resource/Augie_Doggie_and_Doggie_Daddy", "http://dbpedia.org/resource/August_14_(TV_series)", "http://dbpedia.org/resource/August_1991_(film)", "http://dbpedia.org/resource/August_2015_Egypt_bombings", "http://dbpedia.org/resource/Augustine:_The_Decline_of_the_Roman_Empire", "http://dbpedia.org/resource/Auld_Ones", "http://dbpedia.org/resource/Aunn_Zara", "http://dbpedia.org/resource/Aunque_mal_paguen", "http://dbpedia.org/resource/Aunque_me_Cueste_la_Vida", "http://dbpedia.org/resource/Auntie's_Bloomers", "http://dbpedia.org/resource/Auntie_Boss!", "http://dbpedia.org/resource/Aunty_Donna's_Big_Ol'_House_of_Fun", "http://dbpedia.org/resource/Aur_Pyaar_Ho_Gaya_(TV_series)", "http://dbpedia.org/resource/Aura_Battler_Dunbine", "http://dbpedia.org/resource/Aurealis_Award_for_best_children's_fiction_(told_primarily_through_words)", "http://dbpedia.org/resource/Aurealis_Award_for_best_horror_novel", "http://dbpedia.org/resource/Aurealis_Award_for_best_illustrated_book_or_graphic_novel", "http://dbpedia.org/resource/Aurelia_(TV_series)", "http://dbpedia.org/resource/Aurelia_(telenovela)", "http://dbpedia.org/resource/Aurora_(1984_film)", "http://dbpedia.org/resource/Aurora_(TV_series)", "http://dbpedia.org/resource/Auschwitz:_The_Nazis_and_'The_Final_Solution'", "http://dbpedia.org/resource/Aussie_Barbecue_Heroes", "http://dbpedia.org/resource/Aussie_Gold", "http://dbpedia.org/resource/Aussie_Gold_Hunters", "http://dbpedia.org/resource/Aussie_Ladette_to_Lady", "http://dbpedia.org/resource/Aussie_Lobster_Men", "http://dbpedia.org/resource/Aussie_Pickers", "http://dbpedia.org/resource/Aussie_Queer_Eye_for_the_Straight_Guy", "http://dbpedia.org/resource/Austin_&_Ally", "http://dbpedia.org/resource/Austin_City_Limits", "http://dbpedia.org/resource/Austin_Mahone_Takeover", "http://dbpedia.org/resource/Austin_Powers_(film_series)", "http://dbpedia.org/resource/Austin_Powers_series", "http://dbpedia.org/resource/Austin_Princess", "http://dbpedia.org/resource/Austin_Stories", "http://dbpedia.org/resource/Australasian_New_Car_Assessment_Program", "http://dbpedia.org/resource/Australia's_Amateur_Hour", "http://dbpedia.org/resource/Australia's_Best_Backyards", "http://dbpedia.org/resource/Australia's_Brainiest", "http://dbpedia.org/resource/Australia's_Cheapest_Weddings", "http://dbpedia.org/resource/Australia's_Funniest_Home_Videos", "http://dbpedia.org/resource/Australia's_Got_Talent", "http://dbpedia.org/resource/Australia's_Got_Talent:_Challengers_&_Champions", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_3)", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_4)", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_5)", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_6)", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_7)", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_8)", "http://dbpedia.org/resource/Australia's_Greatest_Athlete", "http://dbpedia.org/resource/Australia's_Most_Wanted", "http://dbpedia.org/resource/Australia's_Naughtiest_Home_Videos", "http://dbpedia.org/resource/Australia's_Next_Top_Model", "http://dbpedia.org/resource/Australia's_Perfect_Couple", "http://dbpedia.org/resource/Australia's_Sexiest_Tradie", "http://dbpedia.org/resource/Australia:_The_Story_of_Us", "http://dbpedia.org/resource/Australia_This_Week", "http://dbpedia.org/resource/Australia_Unites:_Reach_Out_to_Asia", "http://dbpedia.org/resource/Australia_Unlimited", "http://dbpedia.org/resource/Australia_Versus", "http://dbpedia.org/resource/Australia_Wide", "http://dbpedia.org/resource/Australia_You're_Standing_In_It", "http://dbpedia.org/resource/Australian_Families_of_Crime", "http://dbpedia.org/resource/Australian_GT_Championship", "http://dbpedia.org/resource/Australian_Gangster", "http://dbpedia.org/resource/Australian_Idol", "http://dbpedia.org/resource/Australian_International_Airshow", "http://dbpedia.org/resource/Australian_Ninja_Warrior", "http://dbpedia.org/resource/Australian_Playhouse", "http://dbpedia.org/resource/Australian_Plays", "http://dbpedia.org/resource/Australian_Princess", "http://dbpedia.org/resource/Australian_Rally_Championship", "http://dbpedia.org/resource/Australian_Spartan", "http://dbpedia.org/resource/Australian_Story", "http://dbpedia.org/resource/Australian_Survivor", "http://dbpedia.org/resource/Australian_Survivor_(season_3)", "http://dbpedia.org/resource/Australian_Walkabout", "http://dbpedia.org/resource/Australian_diaspora", "http://dbpedia.org/resource/Australian_frontier_wars", "http://dbpedia.org/resource/Austria's_Next_Topmodel", "http://dbpedia.org/resource/Austroasiatic_languages", "http://dbpedia.org/resource/Author_Meets_the_Critics", "http://dbpedia.org/resource/Autism_Is_a_World", "http://dbpedia.org/resource/Auto-B-Good", "http://dbpedia.org/resource/AutoMan", "http://dbpedia.org/resource/Auto_Mobil_International", "http://dbpedia.org/resource/Auto_Shankar_(web_series)", "http://dbpedia.org/resource/Auto_Trader_(TV_series)", "http://dbpedia.org/resource/Autoline_Detroit", "http://dbpedia.org/resource/Automan", "http://dbpedia.org/resource/Automaniac", "http://dbpedia.org/resource/Automatic_Terminal_Information_Service", "http://dbpedia.org/resource/Auton_(film_series)", "http://dbpedia.org/resource/Autonomies", "http://dbpedia.org/resource/Autopsy:_The_Last_Hours_of...", "http://dbpedia.org/resource/Autumn's_Concerto", "http://dbpedia.org/resource/Autumn_Affair", "http://dbpedia.org/resource/Autumn_Offensive_of_1947_in_Northeast_China", "http://dbpedia.org/resource/Autumn_Shower", "http://dbpedia.org/resource/Autumn_in_My_Heart", "http://dbpedia.org/resource/Auwers_synthesis", "http://dbpedia.org/resource/Aux_fronti\u00e8res_du_possible", "http://dbpedia.org/resource/Avaghachi_Sansar", "http://dbpedia.org/resource/Avahteriya", "http://dbpedia.org/resource/Aval_(TV_series)", "http://dbpedia.org/resource/Aval_Appadithan_(TV_series)", "http://dbpedia.org/resource/Avalanche_(1994_film)", "http://dbpedia.org/resource/Avalanche_Alley", "http://dbpedia.org/resource/Avalanche_Sharks", "http://dbpedia.org/resource/Avalon_High_(film)", "http://dbpedia.org/resource/Avalum_Naanum", "http://dbpedia.org/resource/Avanti!_Avanti!", "http://dbpedia.org/resource/Avanti_un_altro!", "http://dbpedia.org/resource/Avatar:_The_Last_Airbender", "http://dbpedia.org/resource/Avatar:_The_Last_Airbender_(season_1)", "http://dbpedia.org/resource/Avatar:_The_Last_Airbender_(season_3)", "http://dbpedia.org/resource/Avatar:_The_Last_Airbender_(upcoming_TV_series)", "http://dbpedia.org/resource/Avataro_Sentai_Donbrothers", "http://dbpedia.org/resource/Ave_F\u00e9nix_(TV_series)", "http://dbpedia.org/resource/Avec_un_grand_A", "http://dbpedia.org/resource/Avenger_(film)", "http://dbpedia.org/resource/Avenger_Penguins", "http://dbpedia.org/resource/Avengers_Assemble_(TV_series)", "http://dbpedia.org/resource/Avengers_Social_Club", "http://dbpedia.org/resource/Avenging_Angel_(2007_film)", "http://dbpedia.org/resource/Avenida_Brasil_(TV_series)", "http://dbpedia.org/resource/Avenida_Per\u00fa", "http://dbpedia.org/resource/Aventura_(TV_series)", "http://dbpedia.org/resource/Aventuras_en_el_tiempo", "http://dbpedia.org/resource/Avenue_5", "http://dbpedia.org/resource/Average_Joe_(TV_series)", "http://dbpedia.org/resource/Avernum", "http://dbpedia.org/resource/Aviation_Nation", "http://dbpedia.org/resource/Avon_Voices", "http://dbpedia.org/resource/Avro_Avian", "http://dbpedia.org/resource/Avrodh:_The_Siege_Within", "http://dbpedia.org/resource/Avrodh:_The_Siege_Within_2", "http://dbpedia.org/resource/Avrupa_Yakas\u0131", "http://dbpedia.org/resource/Awadhi_people", "http://dbpedia.org/resource/Awaiting_Kirin", "http://dbpedia.org/resource/Awake:_The_Million_Dollar_Game", "http://dbpedia.org/resource/Awake_(TV_series)", "http://dbpedia.org/resource/Awaken_(TV_series)", "http://dbpedia.org/resource/Awantura_o_kas\u0119", "http://dbpedia.org/resource/Away_(TV_series)", "http://dbpedia.org/resource/Awaz_-_Dil_Se_Dil_Tak", "http://dbpedia.org/resource/Awdat_Asoid", "http://dbpedia.org/resource/Awesome_Adventures", "http://dbpedia.org/resource/Awesome_Magical_Tales", "http://dbpedia.org/resource/AwesomenessTV_(TV_series)", "http://dbpedia.org/resource/Awfully_Lawful", "http://dbpedia.org/resource/Awkwafina_Is_Nora_from_Queens", "http://dbpedia.org/resource/Awkward_(TV_series)", "http://dbpedia.org/resource/Awkward_Black_Girl", "http://dbpedia.org/resource/Ax_Men", "http://dbpedia.org/resource/Axe_Cop_(TV_series)", "http://dbpedia.org/resource/Axis_&_Allies", "http://dbpedia.org/resource/Ay_Mar\u00eda_qu\u00e9_punter\u00eda", "http://dbpedia.org/resource/Ayakashi:_Samurai_Horror_Tales", "http://dbpedia.org/resource/Ayane's_High_Kick", "http://dbpedia.org/resource/Aye_Mere_Humsafar", "http://dbpedia.org/resource/Aye_Musht-e-Khaak", "http://dbpedia.org/resource/Aye_Zindagi_(TV_series)", "http://dbpedia.org/resource/Ayesha_(TV_series)", "http://dbpedia.org/resource/Ayodhya_dispute", "http://dbpedia.org/resource/Ayomoy", "http://dbpedia.org/resource/Ayr\u0131l\u0131k", "http://dbpedia.org/resource/Ayuready%3F", "http://dbpedia.org/resource/Ayushmaan", "http://dbpedia.org/resource/Ayushman_Bhava_(TV_series)", "http://dbpedia.org/resource/Ayutha_Ezhuthu_(TV_series)", "http://dbpedia.org/resource/Azar_Ki_Ayegi_Baraat", "http://dbpedia.org/resource/Azeroth_Choppers", "http://dbpedia.org/resource/Azhagi_(TV_series)", "http://dbpedia.org/resource/Azhagiya_Tamil_Magal", "http://dbpedia.org/resource/Azhagiya_Thamizh_Magal", "http://dbpedia.org/resource/Azhagu_(TV_series)", "http://dbpedia.org/resource/Azhdar_Show", "http://dbpedia.org/resource/Azmaish", "http://dbpedia.org/resource/1997_Ireland_rugby_union_tour", "http://dbpedia.org/resource/1997_Wales_rugby_union_tour", "http://dbpedia.org/resource/1998_Australia_rugby_union_tour", "http://dbpedia.org/resource/1998_Wales_rugby_union_tour", "http://dbpedia.org/resource/1999_United_States_rugby_union_tour", "http://dbpedia.org/resource/1N58xx_schottky_diodes", "http://dbpedia.org/resource/1_For_3", "http://dbpedia.org/resource/1_vs._100_(U.S._game_show)", "http://dbpedia.org/resource/1_vs._100_(UK_game_show)", "http://dbpedia.org/resource/1st_iHeartRadio_Music_Awards", "http://dbpedia.org/resource/20/20_(Canadian_TV_series)", "http://dbpedia.org/resource/20/20_(New_Zealand)", "http://dbpedia.org/resource/20/20_(U.S._TV_series)", "http://dbpedia.org/resource/2000_Cochabamba_protests", "http://dbpedia.org/resource/2000_Italy_rugby_union_tour", "http://dbpedia.org/resource/Battle_of_Klyastitsy", "http://dbpedia.org/resource/Battle_of_Komaki_and_Nagakute", "http://dbpedia.org/resource/Battle_of_Krasnoi", "http://dbpedia.org/resource/Battle_of_Kunlun_Pass", "http://dbpedia.org/resource/Battle_of_Lum\u00eb", "http://dbpedia.org/resource/Battle_of_Marietta", "http://dbpedia.org/resource/Battle_of_Mogadishu_(November_2007)", "http://dbpedia.org/resource/Battle_of_Monte_Cassino", "http://dbpedia.org/resource/Battle_of_Monte_Grappa", "http://dbpedia.org/resource/Battle_of_Moscow_(1612)", "http://dbpedia.org/resource/Battle_of_Mount_Tambu", "http://dbpedia.org/resource/Battle_of_Mouscron", "http://dbpedia.org/resource/Battle_of_Mubo", "http://dbpedia.org/resource/Battle_of_M\u00f6ckern", "http://dbpedia.org/resource/Battle_of_Nauplia_(1822)", "http://dbpedia.org/resource/Battle_of_Noonday_Creek", "http://dbpedia.org/resource/Battle_of_Norwalk", "http://dbpedia.org/resource/Battle_of_Okinawa", "http://dbpedia.org/resource/Battle_of_Ormoc_Bay", "http://dbpedia.org/resource/Battle_of_Pasong_Tamo", "http://dbpedia.org/resource/Battle_of_Pliska", "http://dbpedia.org/resource/Battle_of_Pokoku_and_Irrawaddy_River_operations", "http://dbpedia.org/resource/Battle_of_Radzymin_(1944)", "http://dbpedia.org/resource/Battle_of_Route_Bismarck", "http://dbpedia.org/resource/Battle_of_R\u00f8denes", "http://dbpedia.org/resource/Battle_of_Santa_Clara", "http://dbpedia.org/resource/Battle_of_Shangcai", "http://dbpedia.org/resource/Battle_of_Sittimungulum", "http://dbpedia.org/resource/Battle_of_Tang'erli", "http://dbpedia.org/resource/Battle_of_Tangtou\u2013Guocun", "http://dbpedia.org/resource/Battle_of_Tongues", "http://dbpedia.org/resource/Battle_of_Trebeshina", "http://dbpedia.org/resource/Battle_of_Two_Flowers", "http://dbpedia.org/resource/Battle_of_Ulm", "http://dbpedia.org/resource/Battle_of_Unsan", "http://dbpedia.org/resource/Battle_of_Verri\u00e8res_Ridge", "http://dbpedia.org/resource/Battle_of_Vy\u0161ehrad", "http://dbpedia.org/resource/Battle_of_Wawon", "http://dbpedia.org/resource/Battle_of_the_Ages", "http://dbpedia.org/resource/Battle_of_the_Barracks", "http://dbpedia.org/resource/Battle_of_the_Black_River", "http://dbpedia.org/resource/Battle_of_the_Blades", "http://dbpedia.org/resource/Battle_of_the_Brains_(British_game_show)", "http://dbpedia.org/resource/Battle_of_the_Brains_(Philippine_game_show)", "http://dbpedia.org/resource/Battle_of_the_Chefs:_Harare", "http://dbpedia.org/resource/Battle_of_the_Choirs", "http://dbpedia.org/resource/Battle_of_the_Ex_Besties", "http://dbpedia.org/resource/Battle_of_the_Frontiers", "http://dbpedia.org/resource/Battle_of_the_Network_Reality_Stars", "http://dbpedia.org/resource/Battle_of_the_Network_Stars", "http://dbpedia.org/resource/Battle_of_the_Planets", "http://dbpedia.org/resource/Battle_of_the_Supercars", "http://dbpedia.org/resource/Battle_of_\u0141om\u017ca_(1939)", "http://dbpedia.org/resource/Battledogs", "http://dbpedia.org/resource/Battlefield_(American_TV_series)", "http://dbpedia.org/resource/Battlefield_Britain", "http://dbpedia.org/resource/Battlefield_Detectives", "http://dbpedia.org/resource/Battlefield_Network", "http://dbpedia.org/resource/Battlefish", "http://dbpedia.org/resource/Battlefronts", "http://dbpedia.org/resource/Battleground_(TV_program)", "http://dbpedia.org/resource/Battleground_(TV_series)", "http://dbpedia.org/resource/Battleground_Earth", "http://dbpedia.org/resource/Battles_BC", "http://dbpedia.org/resource/Battles_of_La_Naval_de_Manila", "http://dbpedia.org/resource/Battles_of_Latrun_(1948)", "http://dbpedia.org/resource/Battles_of_Negba", "http://dbpedia.org/resource/Battles_of_Rzhev", "http://dbpedia.org/resource/Battles_of_Viminacium", "http://dbpedia.org/resource/Battles_of_the_Isonzo", "http://dbpedia.org/resource/Battlestar_Galactica", "http://dbpedia.org/resource/Battlestar_Galactica:_Blood_&_Chrome", "http://dbpedia.org/resource/Battlestar_Galactica:_Razor", "http://dbpedia.org/resource/Battlestar_Galactica:_Razor_Flashbacks", "http://dbpedia.org/resource/Battlestar_Galactica:_The_Face_of_the_Enemy", "http://dbpedia.org/resource/Battlestar_Galactica:_The_Plan", "http://dbpedia.org/resource/Battlestar_Galactica:_The_Resistance", "http://dbpedia.org/resource/Battlestar_Galactica_(1978_TV_series)", "http://dbpedia.org/resource/Battlestar_Galactica_(2004_TV_series)", "http://dbpedia.org/resource/Battlestar_Galactica_(miniseries)", "http://dbpedia.org/resource/Battlestars_(game_show)", "http://dbpedia.org/resource/Battletoads", "http://dbpedia.org/resource/Batwoman_(TV_series)", "http://dbpedia.org/resource/Bawal_Na_Game_Show", "http://dbpedia.org/resource/Bawal_ang_Pasaway_kay_Mareng_Winnie", "http://dbpedia.org/resource/Bawang_Merah_Bawang_Putih_(TV_series)", "http://dbpedia.org/resource/Bawara_Dil", "http://dbpedia.org/resource/Baxter_(TV_series)", "http://dbpedia.org/resource/Bay_Aib", "http://dbpedia.org/resource/Bay_Bridge_Series", "http://dbpedia.org/resource/Bay_City_Blues", "http://dbpedia.org/resource/Bay_Dardi", "http://dbpedia.org/resource/Bay_Khudi", "http://dbpedia.org/resource/Bay_Qasoor", "http://dbpedia.org/resource/Bay_State_(TV_series)", "http://dbpedia.org/resource/Bay_\u00d6nder", "http://dbpedia.org/resource/Bayan_Ko_(TV_series)", "http://dbpedia.org/resource/Bayani_(TV_series)", "http://dbpedia.org/resource/Bayly_(talk_show)", "http://dbpedia.org/resource/Baymax!", "http://dbpedia.org/resource/Bayou_Romance", "http://dbpedia.org/resource/Bayside_Shakedown", "http://dbpedia.org/resource/Bayttaab_Dil_Kee_Tamanna_Hai", "http://dbpedia.org/resource/Bayu_Cinta_Luna", "http://dbpedia.org/resource/Baywatch", "http://dbpedia.org/resource/Baywatch:_Hawaiian_Wedding", "http://dbpedia.org/resource/Baywatch_Nights", "http://dbpedia.org/resource/Baz's_Culture_Clash", "http://dbpedia.org/resource/Bazm_E_Tariq_Aziz", "http://dbpedia.org/resource/BeTipul", "http://dbpedia.org/resource/Be_Aitbaar", "http://dbpedia.org/resource/Be_Careful_with_My_Heart", "http://dbpedia.org/resource/Be_Cool,_Scooby-Doo!", "http://dbpedia.org/resource/Be_Happy_(TV_series)", "http://dbpedia.org/resource/Be_Home_for_Dinner", "http://dbpedia.org/resource/Be_Inteha", "http://dbpedia.org/resource/Be_Melodramatic", "http://dbpedia.org/resource/Be_My_Baby_(web_series)", "http://dbpedia.org/resource/Be_My_Dream_Family", "http://dbpedia.org/resource/Be_My_Guest_(Australian_TV_series)", "http://dbpedia.org/resource/Be_My_Guest_(talk_show)", "http://dbpedia.org/resource/Be_My_Lady", "http://dbpedia.org/resource/Be_My_Princess", "http://dbpedia.org/resource/Be_My_Valentine,_Charlie_Brown", "http://dbpedia.org/resource/Be_Our_Guest_(TV_series)", "http://dbpedia.org/resource/Be_Positive", "http://dbpedia.org/resource/Be_Real_with_JR_Digs", "http://dbpedia.org/resource/Be_Rehem", "http://dbpedia.org/resource/Be_Strong,_Geum-soon!", "http://dbpedia.org/resource/Be_Winner", "http://dbpedia.org/resource/Be_the_Boss", "http://dbpedia.org/resource/Be_the_Creature", "http://dbpedia.org/resource/Be_with_You_(TV_series)", "http://dbpedia.org/resource/Beach.Ball.Babes", "http://dbpedia.org/resource/Beach_Bites_with_Katie_Lee", "http://dbpedia.org/resource/Beach_Bros", "http://dbpedia.org/resource/Beach_Clash", "http://dbpedia.org/resource/Beach_Cops", "http://dbpedia.org/resource/Beach_Girls_(American_TV_series)", "http://dbpedia.org/resource/Beach_Girls_(Indian_TV_series)", "http://dbpedia.org/resource/Beach_Heat:_Miami", "http://dbpedia.org/resource/Beach_Patrol", "http://dbpedia.org/resource/Beach_Patrol_(film)", "http://dbpedia.org/resource/Beached_Az", "http://dbpedia.org/resource/Beaches_(2017_film)", "http://dbpedia.org/resource/Beacon_23", "http://dbpedia.org/resource/Beacon_Hill_(TV_series)", "http://dbpedia.org/resource/Beacon_Hill_(web_series)", "http://dbpedia.org/resource/Beaconsfield_(film)", "http://dbpedia.org/resource/Beadle's_About", "http://dbpedia.org/resource/Beagle:_In_Darwin's_wake", "http://dbpedia.org/resource/Beakman's_World", "http://dbpedia.org/resource/Beany_and_Cecil", "http://dbpedia.org/resource/Bear_Behaving_Badly", "http://dbpedia.org/resource/Bear_Grylls:_Face_the_Wild", "http://dbpedia.org/resource/Bear_Grylls:_Mission_Survive", "http://dbpedia.org/resource/Bear_Whisperer", "http://dbpedia.org/resource/Bear_in_the_Big_Blue_House", "http://dbpedia.org/resource/Bearcats!", "http://dbpedia.org/resource/Bearing_Witness", "http://dbpedia.org/resource/Beast_(TV_series)", "http://dbpedia.org/resource/Beast_Hunter", "http://dbpedia.org/resource/Beast_King_GoLion", "http://dbpedia.org/resource/Beast_Legends", "http://dbpedia.org/resource/Beast_Machines:_Transformers", "http://dbpedia.org/resource/Beast_Wars:_Transformers", "http://dbpedia.org/resource/Beast_Wars_(IDW_Publishing)", "http://dbpedia.org/resource/Beastly_Boyz", "http://dbpedia.org/resource/Beastmaster_(TV_series)", "http://dbpedia.org/resource/Beastmaster_III:_The_Eye_of_Braxus", "http://dbpedia.org/resource/Beasts_(TV_series)", "http://dbpedia.org/resource/Beasts_of_Asia_(TV_series)", "http://dbpedia.org/resource/Beat-Club", "http://dbpedia.org/resource/Beat_(TV_series)", "http://dbpedia.org/resource/Beat_Angel_Escalayer", "http://dbpedia.org/resource/Beat_Bobby_Flay", "http://dbpedia.org/resource/Beat_Bugs", "http://dbpedia.org/resource/Beat_Konducta", "http://dbpedia.org/resource/Beat_Shazam", "http://dbpedia.org/resource/Beat_TV", "http://dbpedia.org/resource/Beat_The_Blondes", "http://dbpedia.org/resource/Beat_The_Genius", "http://dbpedia.org/resource/Beat_of_the_City", "http://dbpedia.org/resource/Beat_the_Boss", "http://dbpedia.org/resource/Beat_the_Brain", "http://dbpedia.org/resource/Beat_the_Chef", "http://dbpedia.org/resource/Beat_the_Chefs", "http://dbpedia.org/resource/Beat_the_Clock", "http://dbpedia.org/resource/Beat_the_Crusher", "http://dbpedia.org/resource/Beat_the_Geeks", "http://dbpedia.org/resource/Beat_the_House", "http://dbpedia.org/resource/Beat_the_Odds", "http://dbpedia.org/resource/Beat_the_Star", "http://dbpedia.org/resource/Beat_the_Star_(Australian_game_show)", "http://dbpedia.org/resource/Beat_the_Teacher", "http://dbpedia.org/resource/Beating_Again", "http://dbpedia.org/resource/Beating_Heart_(TV_series)", "http://dbpedia.org/resource/Beatmania_IIDX", "http://dbpedia.org/resource/Beatrice_di_Tenda", "http://dbpedia.org/resource/Beatrix_Cenci", "http://dbpedia.org/resource/Beau_Brummell:_This_Charming_Man", "http://dbpedia.org/resource/Beau_Geste_(TV_series)", "http://dbpedia.org/resource/Beautiful_&_Twisted", "http://dbpedia.org/resource/Beautiful_Bones:_Sakurako's_Investigation", "http://dbpedia.org/resource/Beautiful_Connection", "http://dbpedia.org/resource/Beautiful_Cooking", "http://dbpedia.org/resource/Beautiful_Daughters", "http://dbpedia.org/resource/Beautiful_Days_(TV_series)", "http://dbpedia.org/resource/Beautiful_Girl_(film)", "http://dbpedia.org/resource/Beautiful_Gong_Shim", "http://dbpedia.org/resource/Beautiful_Illusions", "http://dbpedia.org/resource/Beautiful_Justice", "http://dbpedia.org/resource/Beautiful_Life_(Chinese_TV_series)", "http://dbpedia.org/resource/Beautiful_Life_(Japanese_TV_series)", "http://dbpedia.org/resource/Beautiful_Love,_Wonderful_Life", "http://dbpedia.org/resource/Beautiful_Minds_(TV_programme)", "http://dbpedia.org/resource/Beautiful_People_(American_TV_series)", "http://dbpedia.org/resource/Beautiful_People_(British_TV_series)", "http://dbpedia.org/resource/Beautiful_Rain", "http://dbpedia.org/resource/Beautiful_Secret", "http://dbpedia.org/resource/Beautiful_Strangers_(TV_series)", "http://dbpedia.org/resource/Beautiful_Trio", "http://dbpedia.org/resource/Beautiful_Wilhelmine", "http://dbpedia.org/resource/Beautiful_Wives_Club", "http://dbpedia.org/resource/Beautiful_World_(TV_series)", "http://dbpedia.org/resource/Beautiful_Young_Minds", "http://dbpedia.org/resource/Beauty's_Rival_in_Palace", "http://dbpedia.org/resource/Beauty_&_the_Beast_(2012_TV_series)", "http://dbpedia.org/resource/Beauty_&_the_Briefcase", "http://dbpedia.org/resource/Beauty_Knows_No_Pain", "http://dbpedia.org/resource/Beauty_Pop", "http://dbpedia.org/resource/Beauty_Queen_(TV_series)", "http://dbpedia.org/resource/Beauty_Queen_of_Jerusalem_(TV_show)", "http://dbpedia.org/resource/Beauty_School_Cop_Outs", "http://dbpedia.org/resource/Beauty_World_(TV_series)", "http://dbpedia.org/resource/Beauty_and_the_Baker", "http://dbpedia.org/resource/Beauty_and_the_Beast:_Ugly_Face_of_Prejudice", "http://dbpedia.org/resource/Beauty_and_the_Beast_(1976_TV_film)", "http://dbpedia.org/resource/Beauty_and_the_Beast_(1987_TV_series)", "http://dbpedia.org/resource/Beauty_and_the_Beast_(talk_show)", "http://dbpedia.org/resource/Beauty_and_the_Boss_(TV_series)", "http://dbpedia.org/resource/Beauty_and_the_Geek", "http://dbpedia.org/resource/Beauty_and_the_Geek_(British_TV_series)", "http://dbpedia.org/resource/Beauty_and_the_Geek_Australia", "http://dbpedia.org/resource/Beauty_at_War", "http://dbpedia.org/resource/Beauty_is_My_Business", "http://dbpedia.org/resource/Beaver_Falls_(TV_series)", "http://dbpedia.org/resource/Beavis_and_Butt-Head", "http://dbpedia.org/resource/Bebaak_(2021)", "http://dbpedia.org/resource/Bebaakee", "http://dbpedia.org/resource/Bebasi", "http://dbpedia.org/resource/Bebe_and_Me", "http://dbpedia.org/resource/Beb\u00ea_a_Bordo", "http://dbpedia.org/resource/Because_I_Said_So_(TV_series)", "http://dbpedia.org/resource/Because_This_Is_My_First_Life", "http://dbpedia.org/resource/Because_This_Is_My_First_Twenty", "http://dbpedia.org/resource/Because_of_You_(TV_series)", "http://dbpedia.org/resource/Becca's_Bunch", "http://dbpedia.org/resource/Bechari_Mehrunnisa", "http://dbpedia.org/resource/Bechari_Qudsia", "http://dbpedia.org/resource/Beck:_The_Eye_of_the_Storm", "http://dbpedia.org/resource/Beck_(British_TV_series)", "http://dbpedia.org/resource/Beck_(Swedish_TV_series)", "http://dbpedia.org/resource/Beck_(film)", "http://dbpedia.org/resource/Beck_(manga)", "http://dbpedia.org/resource/Beck_is_Back!", "http://dbpedia.org/resource/Beck_\u2013_Annonsmannen", "http://dbpedia.org/resource/Beck_\u2013_Enslingen", "http://dbpedia.org/resource/Beck_\u2013_H\u00e4mndens_pris", "http://dbpedia.org/resource/Beck_\u2013_Kartellen", "http://dbpedia.org/resource/Beck_\u2013_Levande_begravd", "http://dbpedia.org/resource/Beck_\u2013_Mannen_med_ikonerna", "http://dbpedia.org/resource/Beck_\u2013_Mannen_utan_ansikte", "http://dbpedia.org/resource/Beck_\u2013_Monstret", "http://dbpedia.org/resource/Beck_\u2013_Ok\u00e4nd_avs\u00e4ndare", "http://dbpedia.org/resource/Beck_\u2013_Pensionat_P\u00e4rlan", "http://dbpedia.org/resource/Beck_\u2013_Pojken_i_glaskulan", "http://dbpedia.org/resource/Beck_\u2013_Sista_vittnet", "http://dbpedia.org/resource/Beck_\u2013_Sp\u00e5r_i_m\u00f6rker", "http://dbpedia.org/resource/Beck_\u2013_The_Money_Man", "http://dbpedia.org/resource/Beck_\u2013_Vita_n\u00e4tter", "http://dbpedia.org/resource/Beck_\u2013_\u00d6ga_f\u00f6r_\u00f6ga", "http://dbpedia.org/resource/Becker_(TV_series)", "http://dbpedia.org/resource/Beckinfield", "http://dbpedia.org/resource/Beckman_Young_Investigators_Award", "http://dbpedia.org/resource/Becky's_Back", "http://dbpedia.org/resource/Becky_and_Barnaby_Bear", "http://dbpedia.org/resource/Becoming_A_Popstar", "http://dbpedia.org/resource/Becoming_Dick", "http://dbpedia.org/resource/Becoming_Elizabeth", "http://dbpedia.org/resource/Becoming_Human", "http://dbpedia.org/resource/Becoming_Mike_Nichols", "http://dbpedia.org/resource/Becoming_Us", "http://dbpedia.org/resource/Becoming_Warren_Buffett", "http://dbpedia.org/resource/Becoming_Witch", "http://dbpedia.org/resource/Becoming_You", "http://dbpedia.org/resource/Becoming_a_Billionaire", "http://dbpedia.org/resource/BedHead", "http://dbpedia.org/resource/Bed_Stories_(TV_series)", "http://dbpedia.org/resource/Bed_of_Roses_(TV_series)", "http://dbpedia.org/resource/Bedardi_Saiyaan", "http://dbpedia.org/resource/Bede_BD-5", "http://dbpedia.org/resource/Beder_Meye_Jyotsna_(TV_series)", "http://dbpedia.org/resource/Bedford_QL", "http://dbpedia.org/resource/Bedlam_(2011_TV_series)", "http://dbpedia.org/resource/Bedlam_(2013_TV_series)", "http://dbpedia.org/resource/Bedre_skilt_end_aldrig", "http://dbpedia.org/resource/Bedsitcom", "http://dbpedia.org/resource/Bedtime_(TV_series)", "http://dbpedia.org/resource/Bee_and_PuppyCat", "http://dbpedia.org/resource/Beecham_House", "http://dbpedia.org/resource/Beechgrove_(TV_series)", "http://dbpedia.org/resource/Beef:_The_Series", "http://dbpedia.org/resource/Beef_House", "http://dbpedia.org/resource/Beehive_(TV_series)", "http://dbpedia.org/resource/Beelzebub_(manga)", "http://dbpedia.org/resource/Beend_Banoongaa_Ghodi_Chadhunga", "http://dbpedia.org/resource/Beerland", "http://dbpedia.org/resource/Beet_the_Vandel_Buster", "http://dbpedia.org/resource/Beethoven's_Last_Night", "http://dbpedia.org/resource/Beethoven_(TV_series)", "http://dbpedia.org/resource/Beethoven_Lives_Upstairs", "http://dbpedia.org/resource/Beethoven_Virus", "http://dbpedia.org/resource/Beetlejuice_(TV_series)", "http://dbpedia.org/resource/Beezie_Madden", "http://dbpedia.org/resource/Before_30", "http://dbpedia.org/resource/Before_They_Were_Stars", "http://dbpedia.org/resource/Before_We_Get_Married", "http://dbpedia.org/resource/Before_We_Ruled_the_Earth", "http://dbpedia.org/resource/Before_You_Say_I_Do", "http://dbpedia.org/resource/Before_the_Game", "http://dbpedia.org/resource/Before_the_Impact", "http://dbpedia.org/resource/Before_the_League", "http://dbpedia.org/resource/Beforeigners", "http://dbpedia.org/resource/Beg,_Borrow_&_Deal", "http://dbpedia.org/resource/Beggar_My_Neighbour_(TV_series)", "http://dbpedia.org/resource/Beggars_and_Choosers_(TV_series)", "http://dbpedia.org/resource/Begin_A_Game", "http://dbpedia.org/resource/Begin_Again_(TV_series)", "http://dbpedia.org/resource/Begram_ivories", "http://dbpedia.org/resource/Begusarai_(TV_series)", "http://dbpedia.org/resource/Beh_Bote_Nga", "http://dbpedia.org/resource/Behadd", "http://dbpedia.org/resource/Beharbari_Outpost", "http://dbpedia.org/resource/Behave_Yourself!_(TV_series)", "http://dbpedia.org/resource/Behaving_Badly_(TV_serial)", "http://dbpedia.org/resource/Behemoth_(2011_film)", "http://dbpedia.org/resource/Behenein", "http://dbpedia.org/resource/Behind_Closed_Doors_(1958_TV_series)", "http://dbpedia.org/resource/Behind_Closed_Doors_(1996_TV_series)", "http://dbpedia.org/resource/Behind_Closed_Doors_(2003_film)", "http://dbpedia.org/resource/Behind_Her_Eyes_(TV_series)", "http://dbpedia.org/resource/Behind_Mansion_Walls", "http://dbpedia.org/resource/Behind_Silk_Curtains", "http://dbpedia.org/resource/Behind_Your_Smile", "http://dbpedia.org/resource/Behind_the_Attraction", "http://dbpedia.org/resource/Behind_the_Bash", "http://dbpedia.org/resource/Behind_the_Camera:_The_Unauthorized_Story_of_Charlie's_Angels", "http://dbpedia.org/resource/Behind_the_Candelabra", "http://dbpedia.org/resource/Behind_the_Legend", "http://dbpedia.org/resource/Behind_the_Mask_(TV_series)", "http://dbpedia.org/resource/Behind_the_Music", "http://dbpedia.org/resource/Behind_the_News", "http://dbpedia.org/resource/Behind_the_Scenes_(American_TV_series)", "http://dbpedia.org/resource/Behind_the_Scenes_(SPACE_TV_series)", "http://dbpedia.org/resource/Behind_the_Screen_(TV_series)", "http://dbpedia.org/resource/Behind_the_Wall:_Bubba_Wallace", "http://dbpedia.org/resource/Behind_the_Water", "http://dbpedia.org/resource/Behind_the_White_Tower", "http://dbpedia.org/resource/Behkawa", "http://dbpedia.org/resource/Behula_(TV_series)", "http://dbpedia.org/resource/Behzat_\u00c7._Bir_Ankara_Polisiyesi", "http://dbpedia.org/resource/Beija_Sapo", "http://dbpedia.org/resource/Beijing_Love_Story_(TV_series)", "http://dbpedia.org/resource/Being..._N-Dubz", "http://dbpedia.org/resource/Being:_Liverpool", "http://dbpedia.org/resource/Being_Bobby_Brown", "http://dbpedia.org/resource/Being_Eileen", "http://dbpedia.org/resource/Being_Erica", "http://dbpedia.org/resource/Being_Eve", "http://dbpedia.org/resource/Being_Human_(British_TV_series)", "http://dbpedia.org/resource/Being_Human_(North_American_TV_series)", "http://dbpedia.org/resource/Being_Human_(North_American_season_1)", "http://dbpedia.org/resource/Being_Human_(North_American_season_2)", "http://dbpedia.org/resource/Being_Human_(North_American_season_3)", "http://dbpedia.org/resource/Being_Human_(North_American_season_4)", "http://dbpedia.org/resource/Being_Human_novels", "http://dbpedia.org/resource/Being_Ian", "http://dbpedia.org/resource/Being_Jewish_in_France", "http://dbpedia.org/resource/Being_Lara_Bingle", "http://dbpedia.org/resource/Being_Mary_Jane", "http://dbpedia.org/resource/Being_Mick", "http://dbpedia.org/resource/Being_Victor", "http://dbpedia.org/resource/Beintehaa", "http://dbpedia.org/resource/Beki_Boxer", "http://dbpedia.org/resource/Bel-Air_(TV_series)", "http://dbpedia.org/resource/BelAZ_75600", "http://dbpedia.org/resource/Bel_Ami_(South_Korean_TV_series)", "http://dbpedia.org/resource/Bela,_a_Feia", "http://dbpedia.org/resource/Bela_Rahma", "http://dbpedia.org/resource/Belan_Wali_Bahu", "http://dbpedia.org/resource/Belapur_Ki_Dayan", "http://dbpedia.org/resource/Belaventura", "http://dbpedia.org/resource/Beleza_Pura", "http://dbpedia.org/resource/Belfagor", "http://dbpedia.org/resource/Belfer_(TV_series)", "http://dbpedia.org/resource/Belfry_Witches", "http://dbpedia.org/resource/Belgium's_Got_Talent_(Wallonia)", "http://dbpedia.org/resource/Belgium's_Got_Talent_(Walloon_TV_series)", "http://dbpedia.org/resource/Belgrade\u2013Pristina_negotiations", "http://dbpedia.org/resource/Belgravia_(TV_series)", "http://dbpedia.org/resource/Belief_(TV_series)", "http://dbpedia.org/resource/Believe_(TV_series)", "http://dbpedia.org/resource/Believe_Me:_The_Abduction_of_Lisa_McVey", "http://dbpedia.org/resource/Believe_Nothing", "http://dbpedia.org/resource/Belize_Barrier_Reef", "http://dbpedia.org/resource/Belkin_Wemo", "http://dbpedia.org/resource/Bella_Block", "http://dbpedia.org/resource/Bella_Germania", "http://dbpedia.org/resource/Bella_Mafia", "http://dbpedia.org/resource/Bella_and_the_Bulldogs", "http://dbpedia.org/resource/Bella_calamidades", "http://dbpedia.org/resource/Bellamy's_Backyard_Safari", "http://dbpedia.org/resource/Bellamy's_People", "http://dbpedia.org/resource/Bellamy_(TV_series)", "http://dbpedia.org/resource/Bellanca_Viking", "http://dbpedia.org/resource/Bellator_Fighting_Championships:_Season_One", "http://dbpedia.org/resource/Bellator_MMA:_Season_Eight", "http://dbpedia.org/resource/Bellator_MMA_in_2015", "http://dbpedia.org/resource/Bellbird_(TV_series)", "http://dbpedia.org/resource/Belle's", "http://dbpedia.org/resource/Belle,_Sebastian_and_the_Horses", "http://dbpedia.org/resource/Belle_Collective", "http://dbpedia.org/resource/Belle_and_Sebastian_(1965_TV_series)", "http://dbpedia.org/resource/Belle_and_Sebastian_(2017_TV_series)", "http://dbpedia.org/resource/Bellerbys_College", "http://dbpedia.org/resource/Bellevue_(TV_series)", "http://dbpedia.org/resource/Bellezas_Indomables", "http://dbpedia.org/resource/Bellum_Batonianum", "http://dbpedia.org/resource/Bell\u00edsima", "http://dbpedia.org/resource/Belmonte_(TV_series)", "http://dbpedia.org/resource/Belonging_(TV_series)", "http://dbpedia.org/resource/Below_Deck", "http://dbpedia.org/resource/Below_Deck_Down_Under", "http://dbpedia.org/resource/Below_Deck_Mediterranean", "http://dbpedia.org/resource/Below_Deck_Sailing_Yacht", "http://dbpedia.org/resource/Below_the_Lion_Rock", "http://dbpedia.org/resource/Below_the_Surface_(Danish_TV_series)", "http://dbpedia.org/resource/Belphegor,_or_Phantom_of_the_Louvre_(1965_miniseries)", "http://dbpedia.org/resource/Belt_Parkway", "http://dbpedia.org/resource/Beltway_Series", "http://dbpedia.org/resource/Bel\u00edssima", "http://dbpedia.org/resource/Bem-Vindos_a_Beirais", "http://dbpedia.org/resource/Bem_me_Quer", "http://dbpedia.org/resource/Ben's_Menu", "http://dbpedia.org/resource/Ben's_Mill", "http://dbpedia.org/resource/Ben-Gurion_-Jabotinsky_Agreements_(London_Agreements)", "http://dbpedia.org/resource/Ben-To", "http://dbpedia.org/resource/Ben_&_Holly's_Little_Kingdom", "http://dbpedia.org/resource/Ben_10", "http://dbpedia.org/resource/Ben_10:_Alien_Force", "http://dbpedia.org/resource/Ben_10:_Destroy_All_Aliens", "http://dbpedia.org/resource/Ben_10:_Omniverse", "http://dbpedia.org/resource/Ben_10:_Ultimate_Alien", "http://dbpedia.org/resource/Ben_10:_Ultimate_Challenge", "http://dbpedia.org/resource/Ben_10_(2005_TV_series)", "http://dbpedia.org/resource/Ben_10_(2016_TV_series)", "http://dbpedia.org/resource/Ben_10_Versus_the_Universe:_The_Movie", "http://dbpedia.org/resource/Ben_Casey", "http://dbpedia.org/resource/Ben_Elton:_The_Man_from_Auntie", "http://dbpedia.org/resource/Ben_Elton_Live_from_Planet_Earth", "http://dbpedia.org/resource/Ben_Fogle:_New_Lives_in_the_Wild", "http://dbpedia.org/resource/Ben_Hall_(TV_series)", "http://dbpedia.org/resource/Ben_Hur_(miniseries)", "http://dbpedia.org/resource/Ben_Jerrod", "http://dbpedia.org/resource/Ben_Onu_\u00c7ok_Sevdim", "http://dbpedia.org/resource/Ben_Phillips_Blows_Up", "http://dbpedia.org/resource/Ben_Sorensen's_Real_Country", "http://dbpedia.org/resource/Ben_X_Jim", "http://dbpedia.org/resource/Ben_and_Kate", "http://dbpedia.org/resource/Ben_et_Thomas", "http://dbpedia.org/resource/Benaam_(TV_series)", "http://dbpedia.org/resource/Benched_(TV_series)", "http://dbpedia.org/resource/Benchmark_(game_show)", "http://dbpedia.org/resource/Benders_(TV_series)", "http://dbpedia.org/resource/Bendita_mentira", "http://dbpedia.org/resource/Bene_Bou", "http://dbpedia.org/resource/Beneath_The_Lies_-_The_Series", "http://dbpedia.org/resource/Beneath_the_Lies_\u2013_The_Series", "http://dbpedia.org/resource/Benedict_Arnold:_A_Question_of_Honor", "http://dbpedia.org/resource/Benefis", "http://dbpedia.org/resource/Benefit_Busters", "http://dbpedia.org/resource/Benefits_Street", "http://dbpedia.org/resource/Benelli_Sei", "http://dbpedia.org/resource/Benelux'_Next_Top_Model", "http://dbpedia.org/resource/Bene\u0161_decrees", "http://dbpedia.org/resource/Bengaluru_Benne_Dose", "http://dbpedia.org/resource/Benidorm_(Belgian_TV_series)", "http://dbpedia.org/resource/Benidorm_(British_TV_series)", "http://dbpedia.org/resource/Benidorm_Bastards", "http://dbpedia.org/resource/Benidorm_Fest", "http://dbpedia.org/resource/Benim_Hala_Umudum_Var", "http://dbpedia.org/resource/Benito_(film)", "http://dbpedia.org/resource/Benjamin_Franklin_(film)", "http://dbpedia.org/resource/Benjamin_Franklin_(miniseries)", "http://dbpedia.org/resource/Benji's_Very_Own_Christmas_Story", "http://dbpedia.org/resource/Benji,_Zax_&_the_Alien_Prince", "http://dbpedia.org/resource/Benner_&_Benner", "http://dbpedia.org/resource/Bennington_(radio_show)", "http://dbpedia.org/resource/Benson_(TV_series)", "http://dbpedia.org/resource/Bent_(TV_series)", "http://dbpedia.org/resource/Bentley_R_Type", "http://dbpedia.org/resource/Benza_English", "http://dbpedia.org/resource/Beovizija", "http://dbpedia.org/resource/Beowulf:_Return_to_the_Shieldlands", "http://dbpedia.org/resource/Bepanah_Pyaar", "http://dbpedia.org/resource/Bepannah", "http://dbpedia.org/resource/Beppinsan", "http://dbpedia.org/resource/Berdeen_Falls", "http://dbpedia.org/resource/Bereft_(film)", "http://dbpedia.org/resource/Beretta_70", "http://dbpedia.org/resource/Beretta_90two", "http://dbpedia.org/resource/Beretta_92", "http://dbpedia.org/resource/Beretta_Model_38", "http://dbpedia.org/resource/Bergerac_(TV_series)", "http://dbpedia.org/resource/Bering_Sea_Beast", "http://dbpedia.org/resource/Bering_Sea_Gold", "http://dbpedia.org/resource/Berkeley_Square_(TV_series)", "http://dbpedia.org/resource/Berks_(TV_series)", "http://dbpedia.org/resource/Berlin,_Berlin", "http://dbpedia.org/resource/Berlin-class_replenishment_ship", "http://dbpedia.org/resource/Berlin_(TV_series)", "http://dbpedia.org/resource/Berlin_Station_(TV_series)", "http://dbpedia.org/resource/Bermuda_Tentacles", "http://dbpedia.org/resource/Berm\u00fadez_(TV_series)", "http://dbpedia.org/resource/Bernard's_Watch", "http://dbpedia.org/resource/Bernard_(TV_series)", "http://dbpedia.org/resource/Bernard_and_the_Genie", "http://dbpedia.org/resource/Bernardo_Alves", "http://dbpedia.org/resource/Bernds_Hexe", "http://dbpedia.org/resource/Bernhard,_schavuit_van_Oranje", "http://dbpedia.org/resource/Bernice_Summerfield", "http://dbpedia.org/resource/Berrenger's", "http://dbpedia.org/resource/Berry_Bees_(TV_series)", "http://dbpedia.org/resource/Berry_and_Dolly", "http://dbpedia.org/resource/Bersama_Meraih_Mimpi", "http://dbpedia.org/resource/Berserk_(manga)", "http://dbpedia.org/resource/Bert's_Family_Feud", "http://dbpedia.org/resource/Bert_(TV_series)", "http://dbpedia.org/resource/Bert_D'Angelo/Superstar", "http://dbpedia.org/resource/Bert_and_Dickie", "http://dbpedia.org/resource/Bert_and_Ernie's_Great_Adventures", "http://dbpedia.org/resource/Bert_the_Conqueror", "http://dbpedia.org/resource/Bertha_(TV_series)", "http://dbpedia.org/resource/Bertie_(TV_series)", "http://dbpedia.org/resource/Bertrand_(film)", "http://dbpedia.org/resource/Berukhi", "http://dbpedia.org/resource/Beryl's_Lot", "http://dbpedia.org/resource/Besharam_(TV_series)", "http://dbpedia.org/resource/Bessie_(film)", "http://dbpedia.org/resource/Best!_Movies!_Ever!", "http://dbpedia.org/resource/Best.Worst.Weekend.Ever.", "http://dbpedia.org/resource/Best:_His_Mother's_Son", "http://dbpedia.org/resource/Best_Baker_in_America", "http://dbpedia.org/resource/Best_Bet", "http://dbpedia.org/resource/Best_Bits_(Australian_TV_series)", "http://dbpedia.org/resource/Best_Bits_(New_Zealand_TV_series)", "http://dbpedia.org/resource/Best_Chicken", "http://dbpedia.org/resource/Best_Ed", "http://dbpedia.org/resource/Best_Friend's_Date", "http://dbpedia.org/resource/Best_Friends_Forever%3F", "http://dbpedia.org/resource/Best_Friends_Forever_(American_TV_series)", "http://dbpedia.org/resource/Best_Friends_Forever_(Indonesian_TV_series)", "http://dbpedia.org/resource/Best_Friends_Whenever", "http://dbpedia.org/resource/Best_Funeral_Ever", "http://dbpedia.org/resource/Best_Hits_Kayosai", "http://dbpedia.org/resource/Best_Home_Cook", "http://dbpedia.org/resource/Best_Ink", "http://dbpedia.org/resource/Best_Leftovers_Ever!", "http://dbpedia.org/resource/Best_New_Restaurant", "http://dbpedia.org/resource/Best_Player", "http://dbpedia.org/resource/Best_Recipes_Ever", "http://dbpedia.org/resource/Best_Selling_Secrets", "http://dbpedia.org/resource/Best_Shot_(TV_series)", "http://dbpedia.org/resource/Best_Student_Council", "http://dbpedia.org/resource/Best_Time", "http://dbpedia.org/resource/Best_Time_Ever_with_Neil_Patrick_Harris", "http://dbpedia.org/resource/Best_Week_Ever", "http://dbpedia.org/resource/Best_of_2Pac", "http://dbpedia.org/resource/Best_of_British_(TV_series)", "http://dbpedia.org/resource/Best_of_Enemies_(TV_series)", "http://dbpedia.org/resource/Best_of_Friends", "http://dbpedia.org/resource/Best_of_I_Love_the...", "http://dbpedia.org/resource/Best_of_Luck_Nikki", "http://dbpedia.org/resource/Best_of_World_Championship_Wrestling", "http://dbpedia.org/resource/Best_of_the_West", "http://dbpedia.org/resource/Best_of_the_Worst_(TV_program)", "http://dbpedia.org/resource/Best_of_the_Worst_(game_show)", "http://dbpedia.org/resource/Bestsellers_(web_series)", "http://dbpedia.org/resource/Bet_ng_Bayan", "http://dbpedia.org/resource/Bet_on_Your_Baby", "http://dbpedia.org/resource/Beta_Hi_Chahiye", "http://dbpedia.org/resource/Betaal", "http://dbpedia.org/resource/Betaal_Pachisi_(TV_series)", "http://dbpedia.org/resource/Betas", "http://dbpedia.org/resource/Bethenny_&_Fredrik", "http://dbpedia.org/resource/Bethenny_(talk_show)", "http://dbpedia.org/resource/Bethenny_Ever_After", "http://dbpedia.org/resource/Bethpage_Air_Show", "http://dbpedia.org/resource/Beti_(TV_series)", "http://dbpedia.org/resource/Beti_Jaisi", "http://dbpedia.org/resource/Betiyaan_Apni_Yaa_Paraaya_Dhan", "http://dbpedia.org/resource/Beto_Rockfeller", "http://dbpedia.org/resource/Betoch", "http://dbpedia.org/resource/Betrayal_(1974_film)", "http://dbpedia.org/resource/Betrayal_(1978_film)", "http://dbpedia.org/resource/Betrayal_(TV_series)", "http://dbpedia.org/resource/Betrayer_(film)", "http://dbpedia.org/resource/Betsy's_Kindergarten_Adventures", "http://dbpedia.org/resource/Betsy-Tacy", "http://dbpedia.org/resource/Bette_(TV_series)", "http://dbpedia.org/resource/Better_(talk_show)", "http://dbpedia.org/resource/Better_Call_Saul", "http://dbpedia.org/resource/Better_Days_(TV_series)", "http://dbpedia.org/resource/Better_Halves_(TV_series)", "http://dbpedia.org/resource/Better_Homes", "http://dbpedia.org/resource/Better_Homes_and_Gardens_(TV_program)", "http://dbpedia.org/resource/Better_Late_Than_Never_(1979_film)", "http://dbpedia.org/resource/Better_Late_Than_Never_(TV_series)", "http://dbpedia.org/resource/Better_Living_TV_Theater", "http://dbpedia.org/resource/Better_Man_(2016_TV_series)", "http://dbpedia.org/resource/Better_Man_(miniseries)", "http://dbpedia.org/resource/Better_Off_Ted", "http://dbpedia.org/resource/Better_Things_(TV_series)", "http://dbpedia.org/resource/Better_Tomorrow_(TV_series)", "http://dbpedia.org/resource/Better_than_Us", "http://dbpedia.org/resource/Better_with_You", "http://dbpedia.org/resource/Betterman_(TV_series)", "http://dbpedia.org/resource/Bettina_S.", "http://dbpedia.org/resource/Betty's_Bunch", "http://dbpedia.org/resource/Betty_&_Coretta", "http://dbpedia.org/resource/Betty_(TV_series)", "http://dbpedia.org/resource/Betty_Toons", "http://dbpedia.org/resource/Betty_White's_Off_Their_Rockers", "http://dbpedia.org/resource/Betty_en_NY", "http://dbpedia.org/resource/Bettys_Diagnose", "http://dbpedia.org/resource/Betul_ke_bohong%3F", "http://dbpedia.org/resource/Between_(TV_series)", "http://dbpedia.org/resource/Between_Brothers", "http://dbpedia.org/resource/Between_Friends_(1983_film)", "http://dbpedia.org/resource/Between_Love_&_Desire", "http://dbpedia.org/resource/Between_Love_and_Hate_(1993_film)", "http://dbpedia.org/resource/Between_Two_Ferns_with_Zach_Galifianakis", "http://dbpedia.org/resource/Between_Two_Women_(1986_film)", "http://dbpedia.org/resource/Between_Two_Worlds_(TV_series)", "http://dbpedia.org/resource/Between_the_Covers_(TV_programme)", "http://dbpedia.org/resource/Between_the_Lines_(TV_series)", "http://dbpedia.org/resource/Between_the_Lines_(game_show)", "http://dbpedia.org/resource/Between_the_Lions", "http://dbpedia.org/resource/Between_the_Sheets_(TV_series)", "http://dbpedia.org/resource/Beugr\u00f3", "http://dbpedia.org/resource/Beulah_(series)", "http://dbpedia.org/resource/Beulah_Land_(miniseries)", "http://dbpedia.org/resource/Beverly's_Full_House", "http://dbpedia.org/resource/Beverly_Hills,_90210", "http://dbpedia.org/resource/Beverly_Hills,_90210_(season_10)", "http://dbpedia.org/resource/Beverly_Hills,_90210_(season_9)", "http://dbpedia.org/resource/Beverly_Hills_Bordello", "http://dbpedia.org/resource/Beverly_Hills_Buntz", "http://dbpedia.org/resource/Beverly_Hills_Chihuahua_(film_series)", "http://dbpedia.org/resource/Beverly_Hills_Fabulous", "http://dbpedia.org/resource/Beverly_Hills_Family_Robinson", "http://dbpedia.org/resource/Beverly_Hills_Madam", "http://dbpedia.org/resource/Beverly_Hills_Nannies", "http://dbpedia.org/resource/Beverly_Hills_Pawn", "http://dbpedia.org/resource/Beverly_Hills_Teens", "http://dbpedia.org/resource/Beverly_Hills_Vet", "http://dbpedia.org/resource/Bewafa_(TV_series)", "http://dbpedia.org/resource/Bewafaa_sii_Wafaa", "http://dbpedia.org/resource/Beware_of_Dog_(TV_series)", "http://dbpedia.org/resource/Beware_the_Batman", "http://dbpedia.org/resource/Bewegte_M\u00e4nner", "http://dbpedia.org/resource/Bewitched", "http://dbpedia.org/resource/BeyWarriors:_BeyRaiderz", "http://dbpedia.org/resource/BeyWarriors:_Cyborg", "http://dbpedia.org/resource/BeyWheelz", "http://dbpedia.org/resource/Beyblade", "http://dbpedia.org/resource/Beyhadh", "http://dbpedia.org/resource/Beyhadh_2", "http://dbpedia.org/resource/Beyonc\u00e9:_Lemonade", "http://dbpedia.org/resource/Beyond_(American_TV_series)", "http://dbpedia.org/resource/Beyond_(Canadian_TV_series)", "http://dbpedia.org/resource/Beyond_(Singaporean_TV_series)", "http://dbpedia.org/resource/Beyond_Belief:_Fact_or_Fiction", "http://dbpedia.org/resource/Beyond_Betrayal", "http://dbpedia.org/resource/Beyond_Evil_(TV_series)", "http://dbpedia.org/resource/Beyond_Fear_(film)", "http://dbpedia.org/resource/Beyond_Geek", "http://dbpedia.org/resource/Beyond_Human_(TV_series)", "http://dbpedia.org/resource/Beyond_Invention", "http://dbpedia.org/resource/Beyond_My_Touch", "http://dbpedia.org/resource/Beyond_Our_Control", "http://dbpedia.org/resource/Beyond_Our_Ken", "http://dbpedia.org/resource/Beyond_Reality_(TV_series)", "http://dbpedia.org/resource/Beyond_Reason_(TV_series)", "http://dbpedia.org/resource/Beyond_River_Cottage", "http://dbpedia.org/resource/Beyond_Scared_Straight", "http://dbpedia.org/resource/Beyond_Survival", "http://dbpedia.org/resource/Beyond_Tomorrow_(TV_series)", "http://dbpedia.org/resource/Beyond_Vaudeville", "http://dbpedia.org/resource/Beyond_Westworld", "http://dbpedia.org/resource/Beyond_Words_(TV_series)", "http://dbpedia.org/resource/Beyond_a_Joke_(2009_TV_series)", "http://dbpedia.org/resource/Beyond_the_Axis_of_Truth", "http://dbpedia.org/resource/Beyond_the_Beyond_(manga)", "http://dbpedia.org/resource/Beyond_the_Blackboard", "http://dbpedia.org/resource/Beyond_the_Boundary", "http://dbpedia.org/resource/Beyond_the_Break", "http://dbpedia.org/resource/Beyond_the_Clouds_(TV_series)", "http://dbpedia.org/resource/Beyond_the_Darklands_(Australian_TV_series)", "http://dbpedia.org/resource/Beyond_the_Darklands_(New_Zealand_TV_series)", "http://dbpedia.org/resource/Beyond_the_Edge_(TV_series)", "http://dbpedia.org/resource/Beyond_the_Glory", "http://dbpedia.org/resource/Beyond_the_Prairie:_The_True_Story_of_Laura_Ingalls_Wilder", "http://dbpedia.org/resource/Beyond_the_Rainbow_(TV_series)", "http://dbpedia.org/resource/Beyond_the_Realm_of_Conscience", "http://dbpedia.org/resource/Beyond_the_Tank", "http://dbpedia.org/resource/Beyond_the_Walls_(TV_series)", "http://dbpedia.org/resource/Beyond_the_aXis_of_Truth_II", "http://dbpedia.org/resource/Bh_Se_Bhade", "http://dbpedia.org/resource/Bhaag_Bakool_Bhaag", "http://dbpedia.org/resource/Bhaag_Beanie_Bhaag", "http://dbpedia.org/resource/Bhaage_Re_Mann", "http://dbpedia.org/resource/Bhaago_KK_Aaya", "http://dbpedia.org/resource/Bhabhi_(TV_series)", "http://dbpedia.org/resource/Bhabiji_Ghar_Par_Hain!", "http://dbpedia.org/resource/Bhadra_(2019_TV_series)", "http://dbpedia.org/resource/Bhadragol", "http://dbpedia.org/resource/Bhaggolokkhi", "http://dbpedia.org/resource/Bhagonwali-Baante_Apni_Taqdeer", "http://dbpedia.org/resource/Bhagya_Lakshmi", "http://dbpedia.org/resource/Bhagyadevatha_(TV_series)", "http://dbpedia.org/resource/Bhagyajathakam_(TV_series)", "http://dbpedia.org/resource/Bhagyalaxmi", "http://dbpedia.org/resource/Bhagyarekha_(TV_series)", "http://dbpedia.org/resource/Bhagyavidhaata", "http://dbpedia.org/resource/Bhai_(TV_series)", "http://dbpedia.org/resource/Bhai_Bhaiya_Aur_Brother", "http://dbpedia.org/resource/Bhairavi_Aavigalukku_Priyamanaval", "http://dbpedia.org/resource/Bhakharwadi_(TV_series)", "http://dbpedia.org/resource/Bhakter_Bhogobaan_Shri_Krishna", "http://dbpedia.org/resource/Bhakton_Ki_Bhakti_Mein_Shakti", "http://dbpedia.org/resource/Bhalobasha_Bhalobasha", "http://dbpedia.org/resource/Bhama_Vijayam", "http://dbpedia.org/resource/Bhanumotir_Khel", "http://dbpedia.org/resource/Bhanwar_(TV_series)", "http://dbpedia.org/resource/Bharaas", "http://dbpedia.org/resource/Bharaghar", "http://dbpedia.org/resource/Bharam", "http://dbpedia.org/resource/Bharat_Ek_Khoj", "http://dbpedia.org/resource/Bharat_Ka_Veer_Putra_\u2013_Maharana_Pratap", "http://dbpedia.org/resource/Bharat_Ki_Shaan:_Singing_Star", "http://dbpedia.org/resource/Bharat_ki_Chhap", "http://dbpedia.org/resource/Bharathi_Kannamma_(2014_TV_series)", "http://dbpedia.org/resource/Bharathi_Kannamma_(2019_TV_series)", "http://dbpedia.org/resource/Bharati-class_interceptor_boat", "http://dbpedia.org/resource/Bharatidasan_Colony", "http://dbpedia.org/resource/Bharatvarsh_(TV_series)", "http://dbpedia.org/resource/Bharosa_Pyar_Tera", "http://dbpedia.org/resource/Bharya_(TV_series)", "http://dbpedia.org/resource/Bhasha", "http://dbpedia.org/resource/Bhaskar_Bharti", "http://dbpedia.org/resource/Bhaukaal_(web_series)", "http://dbpedia.org/resource/Bhavani_(TV_series)", "http://dbpedia.org/resource/Bheja_Fry_(film_series)", "http://dbpedia.org/resource/Bhim-class_tugboat", "http://dbpedia.org/resource/Bhima_Jewels_Comedy_Festival", "http://dbpedia.org/resource/Bholi_Bano", "http://dbpedia.org/resource/Bhoojo_to_Jeeto", "http://dbpedia.org/resource/Bhook_(TV_series)", "http://dbpedia.org/resource/Bhool", "http://dbpedia.org/resource/Bhool_(2014_TV_series)", "http://dbpedia.org/resource/Bhool_(2019_TV_series)", "http://dbpedia.org/resource/Bhoomikanya", "http://dbpedia.org/resource/Bhoot_Aaya", "http://dbpedia.org/resource/Bhootu", "http://dbpedia.org/resource/Bhootwala_Serial", "http://dbpedia.org/resource/Bhram_(web_series)", "http://dbpedia.org/resource/Bhramanam", "http://dbpedia.org/resource/Bia_(TV_series)", "http://dbpedia.org/resource/Aix-en-Provence_possessions", "http://dbpedia.org/resource/Ajankohtainen_kakkonen", "http://dbpedia.org/resource/Ajoneuvos", "http://dbpedia.org/resource/Akane-chan", "http://dbpedia.org/resource/Akiko_(comic_book)", "http://dbpedia.org/resource/Akkaa_p\u00e4\u00e4lle", "http://dbpedia.org/resource/Akuma_na_Eros", "http://dbpedia.org/resource/Al-Quds_TV", "http://dbpedia.org/resource/Al-Rawi", "http://dbpedia.org/resource/Al-Yamamah_arms_deal", "http://dbpedia.org/resource/Al_Maktab_Raqam_19", "http://dbpedia.org/resource/Al_Mouaallima_Wal_Oustaz_(The_teacher_and_the_professor)", "http://dbpedia.org/resource/Al_Murray's_Road_to_Berlin", "http://dbpedia.org/resource/Alabama_Claims", "http://dbpedia.org/resource/Alaca_H\u00f6y\u00fck_bronze_standards", "http://dbpedia.org/resource/Alan's_Big_One", "http://dbpedia.org/resource/Alan_Hamel's_Comedy_Bag", "http://dbpedia.org/resource/Football_on_5", "http://dbpedia.org/resource/Footballer_Wants_a_Wife", "http://dbpedia.org/resource/Footballers'_Wives", "http://dbpedia.org/resource/Footballers'_Wives:_Extra_Time", "http://dbpedia.org/resource/Footballism", "http://dbpedia.org/resource/Footprints_in_the_Sand_(TV_series)", "http://dbpedia.org/resource/Footsteps_(film)", "http://dbpedia.org/resource/Footy_Classified", "http://dbpedia.org/resource/For-Profit_Online_University", "http://dbpedia.org/resource/For_&_Against", "http://dbpedia.org/resource/For_All_Mankind_(TV_series)", "http://dbpedia.org/resource/For_All_Time", "http://dbpedia.org/resource/For_Better_or_Worse_(1959_TV_series)", "http://dbpedia.org/resource/For_Better_or_Worse_(2011_TV_series)", "http://dbpedia.org/resource/For_Dummies", "http://dbpedia.org/resource/For_Hope", "http://dbpedia.org/resource/For_Life_(TV_series)", "http://dbpedia.org/resource/For_Love_or_Country:_The_Arturo_Sandoval_Story", "http://dbpedia.org/resource/For_Love_or_Money_(2013_TV_series)", "http://dbpedia.org/resource/For_Love_or_Money_(American_TV_series)", "http://dbpedia.org/resource/For_Love_or_Money_(Australian_TV_program)", "http://dbpedia.org/resource/For_Love_or_Money_(Australian_TV_series)", "http://dbpedia.org/resource/For_Love_or_Money_(Philippine_TV_series)", "http://dbpedia.org/resource/For_Love_or_Money_(game_show)", "http://dbpedia.org/resource/For_M", "http://dbpedia.org/resource/For_Maddie_with_Love", "http://dbpedia.org/resource/For_My_Daughter's_Honor", "http://dbpedia.org/resource/For_One_Night", "http://dbpedia.org/resource/For_One_Night_Only_(Irish_TV_series)", "http://dbpedia.org/resource/For_One_Night_Only_(TV_series)", "http://dbpedia.org/resource/For_Peete's_Sake", "http://dbpedia.org/resource/For_Richer,_for_Poorer_(film)", "http://dbpedia.org/resource/For_Richer...For_Poorer", "http://dbpedia.org/resource/For_Us_the_Living:_The_Medgar_Evers_Story", "http://dbpedia.org/resource/For_What_It's_Worth_(game_show)", "http://dbpedia.org/resource/For_Whom_the_Bell_Tolls_(TV_series)", "http://dbpedia.org/resource/For_Your_Love_(TV_series)", "http://dbpedia.org/resource/For_the_First_Time_in_Forever:_A_Frozen_Sing-Along_Celebration", "http://dbpedia.org/resource/For_the_Last_Time", "http://dbpedia.org/resource/For_the_Love_of_Ada", "http://dbpedia.org/resource/For_the_Love_of_Cars", "http://dbpedia.org/resource/For_the_Love_of_Nancy", "http://dbpedia.org/resource/For_the_Love_of_Ray_J", "http://dbpedia.org/resource/For_the_Love_of_Ray_J_(season_1)", "http://dbpedia.org/resource/For_the_Love_of_Ray_J_(season_2)", "http://dbpedia.org/resource/For_the_People_(1965_TV_series)", "http://dbpedia.org/resource/For_the_People_(2002_TV_series)", "http://dbpedia.org/resource/For_the_People_(2018_TV_series)", "http://dbpedia.org/resource/For_the_Record_(Canadian_TV_series)", "http://dbpedia.org/resource/For_the_Record_with_Greta", "http://dbpedia.org/resource/For_the_Rest_of_His_Life", "http://dbpedia.org/resource/For_the_Rest_of_Your_Life", "http://dbpedia.org/resource/For_the_Term_of_His_Natural_Life_(miniseries)", "http://dbpedia.org/resource/Forbidden_(1984_film)", "http://dbpedia.org/resource/Forbidden_Iran", "http://dbpedia.org/resource/Forbidden_Love_(1982_film)", "http://dbpedia.org/resource/Forbidden_Love_(2004_TV_series)", "http://dbpedia.org/resource/Forbidden_Love_(web_series)", "http://dbpedia.org/resource/Forbidden_Nights", "http://dbpedia.org/resource/Forbidden_Science", "http://dbpedia.org/resource/Force_Five", "http://dbpedia.org/resource/Force_Motors_Trax", "http://dbpedia.org/resource/Forces_of_Nature_(TV_series)", "http://dbpedia.org/resource/Ford:_The_Man_and_the_Machine", "http://dbpedia.org/resource/Ford_Cologne_V6_engine", "http://dbpedia.org/resource/Ford_Credit_125", "http://dbpedia.org/resource/Ford_Festival", "http://dbpedia.org/resource/Ford_Nation", "http://dbpedia.org/resource/Ford_Star_Jubilee", "http://dbpedia.org/resource/Forecast_Earth", "http://dbpedia.org/resource/Forecasting_Love_and_Weather", "http://dbpedia.org/resource/Foreign_Affairs_(1964_TV_series)", "http://dbpedia.org/resource/Foreign_Affairs_(1966_TV_series)", "http://dbpedia.org/resource/Foreign_Body_(web_series)", "http://dbpedia.org/resource/Foreign_Correspondent_(TV_series)", "http://dbpedia.org/resource/Foreign_Exchange_(1970_film)", "http://dbpedia.org/resource/Foreign_Exchange_(Australian_TV_series)", "http://dbpedia.org/resource/Foreign_Exchange_(CNBC_World_TV_program)", "http://dbpedia.org/resource/Foreign_Exchange_(PBS_TV_program)", "http://dbpedia.org/resource/Foreign_Exchange_(TV_series)", "http://dbpedia.org/resource/Foreign_Intrigue", "http://dbpedia.org/resource/Foreign_Objects_(TV_series)", "http://dbpedia.org/resource/Forensic_Factor", "http://dbpedia.org/resource/Forensic_Files", "http://dbpedia.org/resource/Forensic_Files_(season_1)", "http://dbpedia.org/resource/Forensic_Files_(season_10)", "http://dbpedia.org/resource/Forensic_Files_(season_11)", "http://dbpedia.org/resource/Forensic_Files_(season_12)", "http://dbpedia.org/resource/Forensic_Files_(season_14)", "http://dbpedia.org/resource/Forensic_Files_(season_2)", "http://dbpedia.org/resource/Forensic_Files_(season_3)", "http://dbpedia.org/resource/Forensic_Files_(season_4)", "http://dbpedia.org/resource/Forensic_Files_(season_5)", "http://dbpedia.org/resource/Forensic_Files_(season_6)", "http://dbpedia.org/resource/Forensic_Files_(season_7)", "http://dbpedia.org/resource/Forensic_Files_(season_8)", "http://dbpedia.org/resource/Forensic_Files_(season_9)", "http://dbpedia.org/resource/Forensic_Files_II", "http://dbpedia.org/resource/Forensic_Heroes", "http://dbpedia.org/resource/Forensic_Heroes_II", "http://dbpedia.org/resource/Forensic_Heroes_III", "http://dbpedia.org/resource/Forensic_Heroes_IV", "http://dbpedia.org/resource/Forensic_Investigators", "http://dbpedia.org/resource/Forest_(TV_series)", "http://dbpedia.org/resource/Forest_Friends", "http://dbpedia.org/resource/Forest_Hills_Drive:_Homecoming", "http://dbpedia.org/resource/Forest_of_the_Dead", "http://dbpedia.org/resource/Forever_(1978_film)", "http://dbpedia.org/resource/Forever_(2014_TV_series)", "http://dbpedia.org/resource/Forever_(2018_TV_series)", "http://dbpedia.org/resource/Forever_(Dutch_TV_series)", "http://dbpedia.org/resource/Forever_(Philippine_TV_series)", "http://dbpedia.org/resource/Forever_Eden", "http://dbpedia.org/resource/Forever_Green", "http://dbpedia.org/resource/Forever_Knight", "http://dbpedia.org/resource/Forever_Love_(1998_film)", "http://dbpedia.org/resource/Forever_Mandalay", "http://dbpedia.org/resource/Forever_Summer:_Hamptons", "http://dbpedia.org/resource/Forever_Young_(2014_TV_series)", "http://dbpedia.org/resource/Forever_Young_(American_TV_series)", "http://dbpedia.org/resource/Forever_Young_(TV_series)", "http://dbpedia.org/resource/Forever_and_Ever_(TV_series)", "http://dbpedia.org/resource/Forever_in_My_Heart", "http://dbpedia.org/resource/Forevermore_(TV_series)", "http://dbpedia.org/resource/Forged_in_Fire", "http://dbpedia.org/resource/Forged_in_Fire_(TV_series)", "http://dbpedia.org/resource/Forget_Me_Not_(TV_series)", "http://dbpedia.org/resource/Forget_Me_Not_Farm", "http://dbpedia.org/resource/Forget_You_Remember_Love", "http://dbpedia.org/resource/Forget_and_Forgive", "http://dbpedia.org/resource/Forgive_Me_(TV_series)", "http://dbpedia.org/resource/Forgive_or_Forget", "http://dbpedia.org/resource/Forgotten_(2012_film)", "http://dbpedia.org/resource/Forgotten_(TV_series)", "http://dbpedia.org/resource/Forgotten_Four:_The_Integration_of_Pro_Football", "http://dbpedia.org/resource/Forgotten_Sins", "http://dbpedia.org/resource/Forgotten_Weapons", "http://dbpedia.org/resource/Forky_Asks_a_Question", "http://dbpedia.org/resource/Formal_Wars", "http://dbpedia.org/resource/Formula_1:_Drive_to_Survive", "http://dbpedia.org/resource/Formula_1_Debrief", "http://dbpedia.org/resource/Formula_1_Decade", "http://dbpedia.org/resource/Formula_3_Euro_Series", "http://dbpedia.org/resource/Formula_3_Sudamericana", "http://dbpedia.org/resource/Formula_Crane_45", "http://dbpedia.org/resource/Formula_D", "http://dbpedia.org/resource/Formula_E", "http://dbpedia.org/resource/Formula_Masters_China", "http://dbpedia.org/resource/Formula_One_Decade", "http://dbpedia.org/resource/Formula_One_coverage_on_ITV", "http://dbpedia.org/resource/Formula_Volkswagen_Germany", "http://dbpedia.org/resource/Fort_Boyard:_Ultimate_Challenge", "http://dbpedia.org/resource/Fort_Boyard_(game_show)", "http://dbpedia.org/resource/Fort_Laramie_(radio)", "http://dbpedia.org/resource/Fort_Moultrie", "http://dbpedia.org/resource/Fortean_TV", "http://dbpedia.org/resource/Fortier_(TV_series)", "http://dbpedia.org/resource/Fortifications_of_Birgu", "http://dbpedia.org/resource/Fortifications_of_Chania", "http://dbpedia.org/resource/Fortifications_of_Famagusta", "http://dbpedia.org/resource/Fortifications_of_Heraklion", "http://dbpedia.org/resource/Fortifications_of_Mdina", "http://dbpedia.org/resource/Fortifications_of_Messina", "http://dbpedia.org/resource/Fortifications_of_Senglea", "http://dbpedia.org/resource/Fortifications_of_Valletta", "http://dbpedia.org/resource/Fortitude_(TV_series)", "http://dbpedia.org/resource/Fortress_Wall_of_Seoul", "http://dbpedia.org/resource/Fortuna_(TV_series)", "http://dbpedia.org/resource/Fortunata_y_Jacinta_(TV_series)", "http://dbpedia.org/resource/Fortunate_Son_(TV_series)", "http://dbpedia.org/resource/Fortune:_Million_Pound_Giveaway", "http://dbpedia.org/resource/Fortune_Dane", "http://dbpedia.org/resource/Fortune_Hunter_(TV_series)", "http://dbpedia.org/resource/Fortune_Street", "http://dbpedia.org/resource/Fortunes_of_War_(TV_series)", "http://dbpedia.org/resource/Fortycoats_&_Co.", "http://dbpedia.org/resource/Fortysomething_(TV_series)", "http://dbpedia.org/resource/Forza_(series)", "http://dbpedia.org/resource/For\u00e7a-Tarefa", "http://dbpedia.org/resource/For\u00e7a_de_um_Desejo", "http://dbpedia.org/resource/Fos_Sto_Tounel", "http://dbpedia.org/resource/Fosse/Verdon", "http://dbpedia.org/resource/Fossil_Detectives", "http://dbpedia.org/resource/Foster's_Home_for_Imaginary_Friends", "http://dbpedia.org/resource/Foster_and_Laurie", "http://dbpedia.org/resource/Foul_Play_(TV_series)", "http://dbpedia.org/resource/Foundation_(TV_series)", "http://dbpedia.org/resource/Foundation_Series", "http://dbpedia.org/resource/Foundation_of_the_Kingdom", "http://dbpedia.org/resource/Foundation_series", "http://dbpedia.org/resource/Founding_Emperor_of_Ming_Dynasty", "http://dbpedia.org/resource/Four_(TV_series)", "http://dbpedia.org/resource/Four_Brothers_(mountain_range)", "http://dbpedia.org/resource/Four_Corners_(American_TV_series)", "http://dbpedia.org/resource/Four_Corners_(Australian_TV_program)", "http://dbpedia.org/resource/Four_Days_in_July", "http://dbpedia.org/resource/Four_Days_in_October", "http://dbpedia.org/resource/Four_Directions_(TV_series)", "http://dbpedia.org/resource/Four_Eyes!", "http://dbpedia.org/resource/Four_Eyes_and_Six_Guns", "http://dbpedia.org/resource/Four_Falls_of_Buffalo", "http://dbpedia.org/resource/Four_Feather_Falls", "http://dbpedia.org/resource/Four_Freedoms_(Norman_Rockwell)", "http://dbpedia.org/resource/Four_Hours_at_the_Capitol", "http://dbpedia.org/resource/Four_Hours_in_My_Lai", "http://dbpedia.org/resource/Four_Kings", "http://dbpedia.org/resource/Four_Ladies_(TV_series)", "http://dbpedia.org/resource/Four_Live_(Irish_TV_programme)", "http://dbpedia.org/resource/Four_Live_(New_Zealand_TV_programme)", "http://dbpedia.org/resource/Four_Lives", "http://dbpedia.org/resource/Four_More_Shots_Please!", "http://dbpedia.org/resource/Four_Rooms_(TV_series)", "http://dbpedia.org/resource/Four_Seasons_in_Havana", "http://dbpedia.org/resource/Four_Sisters", "http://dbpedia.org/resource/Four_Star_Playhouse", "http://dbpedia.org/resource/Four_Star_Revue", "http://dbpedia.org/resource/Four_Tank-Men_and_a_Dog", "http://dbpedia.org/resource/Four_Times_of_the_Day", "http://dbpedia.org/resource/Four_Times_of_the_Day_(Joseph_Vernet)", "http://dbpedia.org/resource/Four_Weddings", "http://dbpedia.org/resource/Four_Weddings_(Australian_TV_series)", "http://dbpedia.org/resource/Four_Weddings_and_a_Funeral_(miniseries)", "http://dbpedia.org/resource/Four_in_a_Bed", "http://dbpedia.org/resource/Four_in_a_Bed_(series_6)", "http://dbpedia.org/resource/Four_in_the_Morning_(TV_series)", "http://dbpedia.org/resource/Four_of_a_Kind_(TV_series)", "http://dbpedia.org/resource/Four_on_the_Floor_(American_TV_program)", "http://dbpedia.org/resource/Four_on_the_Floor_(Canadian_TV_series)", "http://dbpedia.org/resource/Four_to_the_Floor_(TV_series)", "http://dbpedia.org/resource/Fourplay_(web_series)", "http://dbpedia.org/resource/Foursome_(2006_TV_series)", "http://dbpedia.org/resource/Foursome_(2016_TV_series)", "http://dbpedia.org/resource/Foursome_(TV_series)", "http://dbpedia.org/resource/Fourteen_Locks", "http://dbpedia.org/resource/Fourways_Farm", "http://dbpedia.org/resource/Fox's_Peter_Pan_&_the_Pirates", "http://dbpedia.org/resource/Fox_&_Friends", "http://dbpedia.org/resource/Fox_&_Friends_First", "http://dbpedia.org/resource/Fox_(TV_series)", "http://dbpedia.org/resource/Fox_College_Football", "http://dbpedia.org/resource/Fox_College_Hoops", "http://dbpedia.org/resource/Fox_Football_Fone-in", "http://dbpedia.org/resource/Fox_Major_League_Baseball", "http://dbpedia.org/resource/Fox_NASCAR", "http://dbpedia.org/resource/Fox_NFL", "http://dbpedia.org/resource/Fox_NFL_Kickoff", "http://dbpedia.org/resource/Fox_NFL_Sunday", "http://dbpedia.org/resource/Fox_New_Year's_Eve_specials", "http://dbpedia.org/resource/Fox_News_@_Night", "http://dbpedia.org/resource/Fox_News_Live", "http://dbpedia.org/resource/Fox_News_Specialists", "http://dbpedia.org/resource/Fox_News_Sunday", "http://dbpedia.org/resource/Fox_News_Update", "http://dbpedia.org/resource/Fox_News_Watch", "http://dbpedia.org/resource/Fox_Online", "http://dbpedia.org/resource/Fox_Report", "http://dbpedia.org/resource/Fox_Soccer_Report", "http://dbpedia.org/resource/Fox_Spirit_Matchmaker", "http://dbpedia.org/resource/Fox_Sports_FC", "http://dbpedia.org/resource/Fox_Sports_Live", "http://dbpedia.org/resource/Fox_UFC", "http://dbpedia.org/resource/Fox_Volant_of_the_Snowy_Mountain_(2006_TV_series)", "http://dbpedia.org/resource/Fox_Wars_(TV_programme)", "http://dbpedia.org/resource/Foxfire_(1987_film)", "http://dbpedia.org/resource/Foxhunter", "http://dbpedia.org/resource/Foxy_Fables", "http://dbpedia.org/resource/Foxy_Lady_(TV_series)", "http://dbpedia.org/resource/Foyle's_War", "http://dbpedia.org/resource/Fra_Gherardo", "http://dbpedia.org/resource/Fractured_Flickers", "http://dbpedia.org/resource/Frafra_people", "http://dbpedia.org/resource/Fraggle_Rock", "http://dbpedia.org/resource/Fraggle_Rock:_Back_to_the_Rock", "http://dbpedia.org/resource/Fraggle_Rock:_The_Animated_Series", "http://dbpedia.org/resource/Fragments_(Torchwood)", "http://dbpedia.org/resource/Fraidy_Cat_(TV_series)", "http://dbpedia.org/resource/Framed!_A_Sicilian_Murder_Mystery", "http://dbpedia.org/resource/Framed_(1990_film)", "http://dbpedia.org/resource/Framed_(American_TV_program)", "http://dbpedia.org/resource/Framed_(TV_series)", "http://dbpedia.org/resource/Framing_Britney_Spears", "http://dbpedia.org/resource/Frammenti", "http://dbpedia.org/resource/Frammenti_(TV_series)", "http://dbpedia.org/resource/France_Five", "http://dbpedia.org/resource/Frances_Farmer_Presents", "http://dbpedia.org/resource/Francesco's_Italy:_Top_to_Toe", "http://dbpedia.org/resource/Francie_and_Josie", "http://dbpedia.org/resource/Francis_Albert_Sinatra_Does_His_Thing", "http://dbpedia.org/resource/Francis_Brennan's_Grand_Tour", "http://dbpedia.org/resource/Francis_Storm_Investigates", "http://dbpedia.org/resource/Francisco,_El_Jesuita", "http://dbpedia.org/resource/Francisco_el_Matem\u00e1tico", "http://dbpedia.org/resource/Francisco_el_Matem\u00e1tico:_Clase_2017", "http://dbpedia.org/resource/Franco-Turkish_War", "http://dbpedia.org/resource/Frank's_Place", "http://dbpedia.org/resource/Frank_Herbert's_Children_of_Dune", "http://dbpedia.org/resource/Frank_Herbert's_Dune", "http://dbpedia.org/resource/Frank_Leaves_for_the_Orient", "http://dbpedia.org/resource/Frank_Pappa_Show", "http://dbpedia.org/resource/Frank_Sinatra:_A_Man_and_His_Music", "http://dbpedia.org/resource/Frank_Skinner's_Opinionated", "http://dbpedia.org/resource/Frank_Stewart_Gospel_Hour", "http://dbpedia.org/resource/Frank_Stubbs_Promotes", "http://dbpedia.org/resource/Frank_TV", "http://dbpedia.org/resource/Frank_Wesson_Rifles", "http://dbpedia.org/resource/Frank_and_Francesca", "http://dbpedia.org/resource/Frank_of_Ireland", "http://dbpedia.org/resource/Frank_the_Entertainer_in_a_Basement_Affair", "http://dbpedia.org/resource/Franke_Sloothaak", "http://dbpedia.org/resource/Frankelda's_Book_of_Spooks", "http://dbpedia.org/resource/Franken_Fran", "http://dbpedia.org/resource/Frankenstein's_Aunt", "http://dbpedia.org/resource/Frankenstein's_Wedding", "http://dbpedia.org/resource/Frankenstein,_MD", "http://dbpedia.org/resource/Frankenstein:_The_True_Story", "http://dbpedia.org/resource/Frankenstein_(1973_film)", "http://dbpedia.org/resource/Frankenstein_(1992_film)", "http://dbpedia.org/resource/Frankenstein_(2004_film)", "http://dbpedia.org/resource/Frankenstein_(2007_film)", "http://dbpedia.org/resource/Frankenstein_(miniseries)", "http://dbpedia.org/resource/Frankenstein_Jr._and_The_Impossibles", "http://dbpedia.org/resource/Frankfurt_Documents", "http://dbpedia.org/resource/Frankie's_House_(TV_series)", "http://dbpedia.org/resource/Frankie_&_Neffe", "http://dbpedia.org/resource/Frankie_(TV_series)", "http://dbpedia.org/resource/Frankie_Boyle's_New_World_Order", "http://dbpedia.org/resource/Frankie_Boyle's_Tour_of_Scotland", "http://dbpedia.org/resource/Frankie_Boyle's_Tramadol_Nights", "http://dbpedia.org/resource/Frankie_Drake_Mysteries", "http://dbpedia.org/resource/Frankie_Edgar_vs._Gray_Maynard", "http://dbpedia.org/resource/Franklin_&_Bash", "http://dbpedia.org/resource/Franklin_(TV_series)", "http://dbpedia.org/resource/Franklin_(miniseries)", "http://dbpedia.org/resource/Franklin_O-335", "http://dbpedia.org/resource/Franklin_and_Friends", "http://dbpedia.org/resource/Frankly_Howerd", "http://dbpedia.org/resource/Frannie's_Turn", "http://dbpedia.org/resource/Franny's_Feet", "http://dbpedia.org/resource/Franny_K._Stein", "http://dbpedia.org/resource/Fran\u00e7oise_Durocher,_Waitress", "http://dbpedia.org/resource/Fraochy_Bay", "http://dbpedia.org/resource/Frasier", "http://dbpedia.org/resource/Frasier_(season_9)", "http://dbpedia.org/resource/Frat_House", "http://dbpedia.org/resource/Fratelli_Benvenuti", "http://dbpedia.org/resource/Fraternity_Life", "http://dbpedia.org/resource/Frau_Margot", "http://dbpedia.org/resource/Fraud_(TV_series)", "http://dbpedia.org/resource/Fraud_Squad_TV", "http://dbpedia.org/resource/Frauentausch", "http://dbpedia.org/resource/Frayed_(TV_series)", "http://dbpedia.org/resource/Freak_(web_series)", "http://dbpedia.org/resource/Freak_Out_(TV_series)", "http://dbpedia.org/resource/Freak_Show_(TV_series)", "http://dbpedia.org/resource/Freakazoid!", "http://dbpedia.org/resource/Freakish_(TV_series)", "http://dbpedia.org/resource/Freaknik:_The_Musical", "http://dbpedia.org/resource/Freakonomics_Radio", "http://dbpedia.org/resource/Freaks_(manga)", "http://dbpedia.org/resource/Freaks_and_Geeks", "http://dbpedia.org/resource/Freakshow_(TV_series)", "http://dbpedia.org/resource/Freaktown", "http://dbpedia.org/resource/FreakyLinks", "http://dbpedia.org/resource/Freaky_(TV_series)", "http://dbpedia.org/resource/Freaky_Eaters_(American_TV_program)", "http://dbpedia.org/resource/Freaky_Eaters_(British_TV_programme)", "http://dbpedia.org/resource/Freaky_Friday_(2018_film)", "http://dbpedia.org/resource/Freaky_Stories", "http://dbpedia.org/resource/Fred's_Head", "http://dbpedia.org/resource/Fred:_The_Movie", "http://dbpedia.org/resource/Fred:_The_Show", "http://dbpedia.org/resource/Fred_3:_Camp_Fred", "http://dbpedia.org/resource/Fred_Flintstone_and_Friends", "http://dbpedia.org/resource/Fred_Penner's_Place", "http://dbpedia.org/resource/Fred_and_Barney_Meet_The_Thing", "http://dbpedia.org/resource/Fred_and_Barney_Meet_the_Shmoo", "http://dbpedia.org/resource/Fred_and_Barney_Meet_the_Thing", "http://dbpedia.org/resource/Fredag_hela_veckan", "http://dbpedia.org/resource/Fredd_Bear's_Breakfast-A-Go-Go", "http://dbpedia.org/resource/Freddi_Fish", "http://dbpedia.org/resource/Freddie", "http://dbpedia.org/resource/Freddie_(TV_series)", "http://dbpedia.org/resource/Freddie_Mercury:_The_Great_Pretender", "http://dbpedia.org/resource/Freddie_the_Freeloader's_Christmas_Dinner", "http://dbpedia.org/resource/Freddy's_Nightmares", "http://dbpedia.org/resource/Frederick_Armory", "http://dbpedia.org/resource/Frederick_Douglass_(Ulysses_Kay_opera)", "http://dbpedia.org/resource/Frederick_Forsyth_Presents", "http://dbpedia.org/resource/FreeRayshawn", "http://dbpedia.org/resource/Free_Agents", "http://dbpedia.org/resource/Free_Agents_(American_TV_series)", "http://dbpedia.org/resource/Free_Collars_Kingdom", "http://dbpedia.org/resource/Free_Country_(TV_series)", "http://dbpedia.org/resource/Free_European_Song_Contest", "http://dbpedia.org/resource/Free_Meek", "http://dbpedia.org/resource/Free_Radio", "http://dbpedia.org/resource/Free_Radio_(TV_series)", "http://dbpedia.org/resource/Free_Rein", "http://dbpedia.org/resource/Free_Ride_(TV_series)", "http://dbpedia.org/resource/Free_Sh!t_Men", "http://dbpedia.org/resource/Free_Spirit_(TV_series)", "http://dbpedia.org/resource/Free_State\u2013Basotho_Wars", "http://dbpedia.org/resource/Free_Stuff", "http://dbpedia.org/resource/Free_The_Army_tour", "http://dbpedia.org/resource/Free_Willy_(TV_series)", "http://dbpedia.org/resource/Free_Willy_(film_series)", "http://dbpedia.org/resource/Free_for_All_(TV_series)", "http://dbpedia.org/resource/Freebie_and_the_Bean_(TV_series)", "http://dbpedia.org/resource/Freedom_(1981_film)", "http://dbpedia.org/resource/Freedom_(TV_series)", "http://dbpedia.org/resource/Freedom_Fighter,_Lee_Hoe-young", "http://dbpedia.org/resource/Freedom_Fighters:_The_Ray", "http://dbpedia.org/resource/Freedom_Machines", "http://dbpedia.org/resource/Freedom_Road", "http://dbpedia.org/resource/Freedom_Song_(film)", "http://dbpedia.org/resource/Freedom_Watch_with_Judge_Napolitano", "http://dbpedia.org/resource/Freefonix", "http://dbpedia.org/resource/Freej", "http://dbpedia.org/resource/Freelancers_(TV_series)", "http://dbpedia.org/resource/Freeman's_Mind", "http://dbpedia.org/resource/Freeman_(TV_pilot)", "http://dbpedia.org/resource/Freeter,_Ie_wo_Kau", "http://dbpedia.org/resource/Freetime_(TV_series)", "http://dbpedia.org/resource/Freeway_Face-Off", "http://dbpedia.org/resource/Freeway_Warrior", "http://dbpedia.org/resource/Freewheelers", "http://dbpedia.org/resource/Freeze_(TV_series)", "http://dbpedia.org/resource/Freeze_Frame_(1992_film)", "http://dbpedia.org/resource/Freeze_Out_(game_show)", "http://dbpedia.org/resource/Freeze_the_Fear_with_Wim_Hof", "http://dbpedia.org/resource/Freezerburns", "http://dbpedia.org/resource/French_600_Series_submarines", "http://dbpedia.org/resource/French_F4_Championship", "http://dbpedia.org/resource/French_Fields", "http://dbpedia.org/resource/French_Food_at_Home", "http://dbpedia.org/resource/French_Republican_Calendar", "http://dbpedia.org/resource/French_Revolutionary_Wars", "http://dbpedia.org/resource/French_Silk_(film)", "http://dbpedia.org/resource/French_and_Saunders", "http://dbpedia.org/resource/French_diaspora", "http://dbpedia.org/resource/French_for_Love", "http://dbpedia.org/resource/French_in_Action", "http://dbpedia.org/resource/Frenemies:_Loyalty_Turned_Lethal", "http://dbpedia.org/resource/Frenemies_(film)", "http://dbpedia.org/resource/Frequency_(TV_series)", "http://dbpedia.org/resource/Fresh,_Fried_and_Crispy", "http://dbpedia.org/resource/Fresh_Air", "http://dbpedia.org/resource/Fresh_Beat_Band_of_Spies", "http://dbpedia.org/resource/Fresh_Fields", "http://dbpedia.org/resource/Fresh_Gear", "http://dbpedia.org/resource/Fresh_Meat_(TV_series)", "http://dbpedia.org/resource/Fresh_Off_the_Boat", "http://dbpedia.org/resource/Fresh_Water_(film)", "http://dbpedia.org/resource/Fresh_with_the_Australian_Women's_Weekly", "http://dbpedia.org/resource/Freshers_(British_TV_series)", "http://dbpedia.org/resource/Freshers_(Indian_TV_series)", "http://dbpedia.org/resource/Freshers_(TV_series)", "http://dbpedia.org/resource/Freshly_Squeezed", "http://dbpedia.org/resource/Freshman_Dorm", "http://dbpedia.org/resource/Freshman_Father", "http://dbpedia.org/resource/Freshwater_Blue", "http://dbpedia.org/resource/Fresno_(miniseries)", "http://dbpedia.org/resource/Freud_(TV_series)", "http://dbpedia.org/resource/Freunde_(TV_series)", "http://dbpedia.org/resource/Frida,_en_trotj\u00e4narinna", "http://dbpedia.org/resource/Friday_Download", "http://dbpedia.org/resource/Friday_Island_(TV_series)", "http://dbpedia.org/resource/Friday_Joy_Package", "http://dbpedia.org/resource/Friday_Live", "http://dbpedia.org/resource/Friday_Night!_with_Ralph_Benmergui", "http://dbpedia.org/resource/Friday_Night,_Saturday_Morning", "http://dbpedia.org/resource/Friday_Night_Baseball", "http://dbpedia.org/resource/Friday_Night_Dinner", "http://dbpedia.org/resource/Friday_Night_Football_(AFL)", "http://dbpedia.org/resource/Friday_Night_Football_(NRL)", "http://dbpedia.org/resource/Friday_Night_Footy", "http://dbpedia.org/resource/Friday_Night_Games", "http://dbpedia.org/resource/Friday_Night_Lights_(TV_series)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_3)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_5)", "http://dbpedia.org/resource/Friday_Night_Lights_Out", "http://dbpedia.org/resource/Friday_Night_Tykes", "http://dbpedia.org/resource/Friday_Night_Videos", "http://dbpedia.org/resource/Friday_Night_with_Jonathan_Ross", "http://dbpedia.org/resource/Friday_on_My_Mind_(miniseries)", "http://dbpedia.org/resource/Friday_the_13th:_The_Series", "http://dbpedia.org/resource/Fridays_(TV_series)", "http://dbpedia.org/resource/Fridge_Wars", "http://dbpedia.org/resource/Fried_(2015_TV_series)", "http://dbpedia.org/resource/Friedenstag", "http://dbpedia.org/resource/Friend,_Our_Legend", "http://dbpedia.org/resource/Friend.ship_with_Krist-Singto", "http://dbpedia.org/resource/Friend_Club", "http://dbpedia.org/resource/Friend_Zone_(TV_series)", "http://dbpedia.org/resource/Friend_Zone_2:_Dangerous_Area", "http://dbpedia.org/resource/Friend_or_Foe%3F_(game_show)", "http://dbpedia.org/resource/Friendly_Driver", "http://dbpedia.org/resource/Friendly_Fire_(1979_film)", "http://dbpedia.org/resource/Friendly_Fire_(TV_series)", "http://dbpedia.org/resource/Friendly_Fire_(event)", "http://dbpedia.org/resource/Friendly_Neighborhood_Spider-Man", "http://dbpedia.org/resource/Friendly_Persuasion_(1975_film)", "http://dbpedia.org/resource/Friends", "http://dbpedia.org/resource/Friends:_Conditions_Apply", "http://dbpedia.org/resource/Friends:_The_Reunion", "http://dbpedia.org/resource/Friends_&_Enemies", "http://dbpedia.org/resource/Friends_'Til_the_End", "http://dbpedia.org/resource/Friends_(1979_TV_series)", "http://dbpedia.org/resource/Friends_(2002_TV_series)", "http://dbpedia.org/resource/Friends_(2021_TV_program)", "http://dbpedia.org/resource/Friends_(Polish_TV_series)", "http://dbpedia.org/resource/Friends_(season_1)", "http://dbpedia.org/resource/Friends_(season_10)", "http://dbpedia.org/resource/Friends_(season_2)", "http://dbpedia.org/resource/Friends_(season_3)", "http://dbpedia.org/resource/Friends_(season_4)", "http://dbpedia.org/resource/Friends_(season_5)", "http://dbpedia.org/resource/Friends_(season_6)", "http://dbpedia.org/resource/Friends_(season_7)", "http://dbpedia.org/resource/Friends_(season_8)", "http://dbpedia.org/resource/Friends_(season_9)", "http://dbpedia.org/resource/Friends_After_3.11", "http://dbpedia.org/resource/Friends_Again_(TV_series)", "http://dbpedia.org/resource/Friends_Forever_(TV_series)", "http://dbpedia.org/resource/Friends_Like_These", "http://dbpedia.org/resource/Friends_and_Crocodiles", "http://dbpedia.org/resource/Friends_and_Heroes", "http://dbpedia.org/resource/Friends_and_Lovers_(TV_series)", "http://dbpedia.org/resource/Friends_from_College", "http://dbpedia.org/resource/Friends_of_God:_A_Road_Trip_with_Alexandra_Pelosi", "http://dbpedia.org/resource/Friends_of_the_People", "http://dbpedia.org/resource/Friends_to_Lovers%3F", "http://dbpedia.org/resource/Friends_with_Benefits_(TV_series)", "http://dbpedia.org/resource/Friends_with_Better_Lives", "http://dbpedia.org/resource/Friendzone_(TV_series)", "http://dbpedia.org/resource/Fries_with_That%3F", "http://dbpedia.org/resource/Frikjent", "http://dbpedia.org/resource/Fringe_(TV_series)", "http://dbpedia.org/resource/Frisky_Dingo", "http://dbpedia.org/resource/Fritz:_The_Walter_Mondale_Story", "http://dbpedia.org/resource/Frock_Me", "http://dbpedia.org/resource/Frog_&_Friends", "http://dbpedia.org/resource/Frog_(film)", "http://dbpedia.org/resource/Frog_Baseball", "http://dbpedia.org/resource/From_(TV_series)", "http://dbpedia.org/resource/From_All_of_Us_to_All_of_You", "http://dbpedia.org/resource/From_Beijing_to_Moscow", "http://dbpedia.org/resource/From_C_to_C:_Chinese_Canadian_Stories_of_Migration", "http://dbpedia.org/resource/From_Chao_Phraya_to_Irrawaddy", "http://dbpedia.org/resource/From_Cradle_to_Stage_(TV_series)", "http://dbpedia.org/resource/From_Darkness", "http://dbpedia.org/resource/From_Dusk_till_Dawn:_The_Series", "http://dbpedia.org/resource/From_G's_to_Gents", "http://dbpedia.org/resource/From_Hand_to_Art", "http://dbpedia.org/resource/From_Here_on_OUT", "http://dbpedia.org/resource/From_Here_to_Eternity_(miniseries)", "http://dbpedia.org/resource/From_Kobe", "http://dbpedia.org/resource/From_Now_On,_Showtime!", "http://dbpedia.org/resource/From_Out_of_the_Rain", "http://dbpedia.org/resource/From_Raxacoricofallapatorius_with_Love", "http://dbpedia.org/resource/From_Scratch_(TV_series)", "http://dbpedia.org/resource/From_Six_to_Ten", "http://dbpedia.org/resource/From_Star_Wars_to_Jedi:_The_Making_of_a_Saga", "http://dbpedia.org/resource/From_There_to_Here", "http://dbpedia.org/resource/From_These_Roots", "http://dbpedia.org/resource/From_a_Bird's_Eye_View", "http://dbpedia.org/resource/From_the_Basement", "http://dbpedia.org/resource/From_the_Earth_to_the_Moon_(miniseries)", "http://dbpedia.org/resource/From_the_Ground_Up_with_Debbie_Travis", "http://dbpedia.org/resource/From_the_Heart_(TV_campaign)", "http://dbpedia.org/resource/From_the_House_of_the_Dead", "http://dbpedia.org/resource/From_the_Mixed-Up_Files_of_Mrs._Basil_E._Frankweiler_(1995_film)", "http://dbpedia.org/resource/From_the_Vault_(Magic:_The_Gathering)", "http://dbpedia.org/resource/Fromage", "http://dbpedia.org/resource/Front_Page_Challenge", "http://dbpedia.org/resource/Front_Page_Detective", "http://dbpedia.org/resource/Front_Row_(TV_program)", "http://dbpedia.org/resource/Front_Row_Center", "http://dbpedia.org/resource/Front_Street_Block", "http://dbpedia.org/resource/Front_and_Center", "http://dbpedia.org/resource/Front_and_Centre", "http://dbpedia.org/resource/Frontier_(2016_TV_series)", "http://dbpedia.org/resource/Frontier_Circus", "http://dbpedia.org/resource/Frontier_Doctor", "http://dbpedia.org/resource/Frontier_Gentleman", "http://dbpedia.org/resource/Frontier_House", "http://dbpedia.org/resource/Frontier_Justice_(TV_series)", "http://dbpedia.org/resource/Frontier_Series", "http://dbpedia.org/resource/Frontier_Theatre", "http://dbpedia.org/resource/Frontiers_(1996_TV_series)", "http://dbpedia.org/resource/Frontline_(American_TV_program)", "http://dbpedia.org/resource/Frontline_(Australian_TV_series)", "http://dbpedia.org/resource/Frontline_Pilipinas", "http://dbpedia.org/resource/Frontotemporal_dementia", "http://dbpedia.org/resource/Frontpage:_Ulat_ni_Mel_Tiangco", "http://dbpedia.org/resource/Frontpage_(TV_series)", "http://dbpedia.org/resource/Frosty's_Winter_Wonderland", "http://dbpedia.org/resource/Frosty_Returns", "http://dbpedia.org/resource/Frosty_the_Snowman_(TV_special)", "http://dbpedia.org/resource/Frozen_(franchise)", "http://dbpedia.org/resource/Frozen_Planet", "http://dbpedia.org/resource/Frozen_Stupid", "http://dbpedia.org/resource/Frozen_in_Love", "http://dbpedia.org/resource/Fruits_Basket", "http://dbpedia.org/resource/Fruity_Pie", "http://dbpedia.org/resource/Fry's_Planet_Word", "http://dbpedia.org/resource/Frying", "http://dbpedia.org/resource/Fr\u00e5ga_Lund", "http://dbpedia.org/resource/Fr\u00e9ttir", "http://dbpedia.org/resource/Fr\u00f6ken_Frimans_krig", "http://dbpedia.org/resource/Fu@K_I_Love_U", "http://dbpedia.org/resource/Fu_Bai_Fu_(TV_series)", "http://dbpedia.org/resource/Fuan_no_Tane", "http://dbpedia.org/resource/Fubar_Age_of_Computer", "http://dbpedia.org/resource/Fuck,_That's_Delicious", "http://dbpedia.org/resource/Fuck_Me_I'm_Famous", "http://dbpedia.org/resource/Fudge_(TV_series)", "http://dbpedia.org/resource/Fud\u00eancio_e_Seus_Amigos", "http://dbpedia.org/resource/Fuego_ardiente", "http://dbpedia.org/resource/Fuego_en_la_sangre_(TV_series)", "http://dbpedia.org/resource/Fuel_protests_in_the_United_Kingdom", "http://dbpedia.org/resource/Fugazi_Live_Series", "http://dbpedia.org/resource/Fugget_About_It", "http://dbpedia.org/resource/Fugitiva", "http://dbpedia.org/resource/Fugitive_Strike_Force", "http://dbpedia.org/resource/Fugitivos", "http://dbpedia.org/resource/Fugo_Keiji", "http://dbpedia.org/resource/Fugueuse", "http://dbpedia.org/resource/Fuji_GX680", "http://dbpedia.org/resource/Fujifilm_FinePix_HS10", "http://dbpedia.org/resource/Fujifilm_FinePix_S1800", "http://dbpedia.org/resource/Fujifilm_X-E2", "http://dbpedia.org/resource/Fujifilm_X-M1", "http://dbpedia.org/resource/Fujifilm_X-Pro1", "http://dbpedia.org/resource/Fujifilm_X-Pro2", "http://dbpedia.org/resource/Fujifilm_X-S1", "http://dbpedia.org/resource/Fujifilm_X-T1", "http://dbpedia.org/resource/Fujifilm_X-T10", "http://dbpedia.org/resource/Fujifilm_X70", "http://dbpedia.org/resource/Fujimi_Orchestra", "http://dbpedia.org/resource/Fujoshi_Rumi", "http://dbpedia.org/resource/Fukkashi", "http://dbpedia.org/resource/Fukuoka_Prize", "http://dbpedia.org/resource/Fukushima_Daiichi_nuclear_disaster_(Unit_1_Reactor)", "http://dbpedia.org/resource/Fukushima_Daiichi_nuclear_disaster_(Unit_2_Reactor)", "http://dbpedia.org/resource/Fukushima_Daiichi_nuclear_disaster_(Unit_3_Reactor)", "http://dbpedia.org/resource/Fukushima_Daiichi_nuclear_disaster_casualties", "http://dbpedia.org/resource/Ful_Haus", "http://dbpedia.org/resource/Fuldamobil", "http://dbpedia.org/resource/Full-Court_Miracle", "http://dbpedia.org/resource/Full_Body_Massage", "http://dbpedia.org/resource/Full_Circle_(1960_TV_series)", "http://dbpedia.org/resource/Full_Circle_(2013_TV_series)", "http://dbpedia.org/resource/Full_Circle_(TV_series)", "http://dbpedia.org/resource/Full_Circle_with_Michael_Palin", "http://dbpedia.org/resource/Full_Eclipse", "http://dbpedia.org/resource/Full_English_(TV_series)", "http://dbpedia.org/resource/Full_Force_Nature", "http://dbpedia.org/resource/Full_Frontal_(Australian_TV_series)", "http://dbpedia.org/resource/Full_Frontal_Fashion", "http://dbpedia.org/resource/Full_Frontal_with_Samantha_Bee", "http://dbpedia.org/resource/Full_Frys", "http://dbpedia.org/resource/Full_House", "http://dbpedia.org/resource/Full_House_(Armenian_TV_series)", "http://dbpedia.org/resource/Full_House_(British_TV_series)", "http://dbpedia.org/resource/Full_House_(Philippine_TV_series)", "http://dbpedia.org/resource/Full_House_(South_Korean_TV_series)", "http://dbpedia.org/resource/Full_House_(manhwa)", "http://dbpedia.org/resource/Full_House_(season_8)", "http://dbpedia.org/resource/Full_House_Take_2", "http://dbpedia.org/resource/Full_House_Tonight", "http://dbpedia.org/resource/Full_Measure_with_Sharyl_Attkisson", "http://dbpedia.org/resource/Full_Metal_Challenge", "http://dbpedia.org/resource/Full_Metal_Jousting", "http://dbpedia.org/resource/Full_Moon_Over_Miami", "http://dbpedia.org/resource/Full_Out", "http://dbpedia.org/resource/Full_Stretch", "http://dbpedia.org/resource/Full_Swing_(TV_series)", "http://dbpedia.org/resource/Full_Swing_(game_show)", "http://dbpedia.org/resource/Full_Tension", "http://dbpedia.org/resource/Full_Throttle_Girl", "http://dbpedia.org/resource/Full_Throttle_Saloon", "http://dbpedia.org/resource/Fuller_House_(TV_series)", "http://dbpedia.org/resource/Fullmetal_Alchemist", "http://dbpedia.org/resource/Fully_Booked", "http://dbpedia.org/resource/Fully_Integrated_Robotised_Engine", "http://dbpedia.org/resource/Fun_Factory_(TV_series)", "http://dbpedia.org/resource/Fun_Farm", "http://dbpedia.org/resource/Fun_House_(American_game_show)", "http://dbpedia.org/resource/Fun_House_(British_game_show)", "http://dbpedia.org/resource/Fun_Khana", "http://dbpedia.org/resource/Fun_School", "http://dbpedia.org/resource/Fun_Song_Factory", "http://dbpedia.org/resource/Fun_Time_(TV_program)", "http://dbpedia.org/resource/Fun_Time_(TV_series)", "http://dbpedia.org/resource/Fun_at_the_Funeral_Parlour", "http://dbpedia.org/resource/Fun_with_Charades", "http://dbpedia.org/resource/Fun_with_Frith", "http://dbpedia.org/resource/Funday_PawPet_Show", "http://dbpedia.org/resource/Funding_Together", "http://dbpedia.org/resource/Funhit_Mein_Jaari", "http://dbpedia.org/resource/Funjabbi_Chak_De", "http://dbpedia.org/resource/Funk_Flex_Full_Throttle", "http://dbpedia.org/resource/Funkstreife_Isar_12", "http://dbpedia.org/resource/Funky_Cops", "http://dbpedia.org/resource/Funky_Squad", "http://dbpedia.org/resource/Funky_Valley", "http://dbpedia.org/resource/Funland_(TV_series)", "http://dbpedia.org/resource/Funnel_Web", "http://dbpedia.org/resource/Funniest_Wins", "http://dbpedia.org/resource/Funny_Business_(TV_series)", "http://dbpedia.org/resource/Funny_Farm_(TV_series)", "http://dbpedia.org/resource/Funny_Farm_(play)", "http://dbpedia.org/resource/Funny_Girls_(TV_series)", "http://dbpedia.org/resource/Funny_Ka,_Pare_Ko", "http://dbpedia.org/resource/Funny_Man_(TV_series)", "http://dbpedia.org/resource/Funny_Nights_with_Pearle_Maaney", "http://dbpedia.org/resource/Funny_Pets", "http://dbpedia.org/resource/Funny_You_Should_Ask_(1968_game_show)", "http://dbpedia.org/resource/Funny_You_Should_Ask_(2017_game_show)", "http://dbpedia.org/resource/Funny_or_Die_Presents", "http://dbpedia.org/resource/Funny_or_Die_Presents:_America's_Next_Weatherman", "http://dbpedia.org/resource/Funnybones", "http://dbpedia.org/resource/Funtastic_Quiz", "http://dbpedia.org/resource/Fuori_corso", "http://dbpedia.org/resource/Fuoriclasse", "http://dbpedia.org/resource/Fur_&_Feather", "http://dbpedia.org/resource/Fur_TV", "http://dbpedia.org/resource/Furaana_Dheynan", "http://dbpedia.org/resource/Furo_MTV", "http://dbpedia.org/resource/Furongian", "http://dbpedia.org/resource/Further_Adventures_of_Lucky_Jim", "http://dbpedia.org/resource/Furuhata_Ninzabur\u014d", "http://dbpedia.org/resource/Fury_(American_TV_series)", "http://dbpedia.org/resource/Fury_(Russian_TV_series)", "http://dbpedia.org/resource/Fury_in_Petticoats", "http://dbpedia.org/resource/Furze_World_Wonders", "http://dbpedia.org/resource/Fushigi_Y\u00fbgi", "http://dbpedia.org/resource/Futaba-kun_Change!", "http://dbpedia.org/resource/Futakoi_Alternative", "http://dbpedia.org/resource/Futbolilits", "http://dbpedia.org/resource/Futmalls", "http://dbpedia.org/resource/Futurama", "http://dbpedia.org/resource/Futurama_(season_5)", "http://dbpedia.org/resource/Future-Worm!", "http://dbpedia.org/resource/Future_Boy_Conan", "http://dbpedia.org/resource/Future_Cop_(TV_series)", "http://dbpedia.org/resource/Future_Diary", "http://dbpedia.org/resource/Future_Fantastic", "http://dbpedia.org/resource/Future_GPX_Cyber_Formula", "http://dbpedia.org/resource/Future_GPX_Cyber_Formula_SIN", "http://dbpedia.org/resource/Future_Lovers_(manga)", "http://dbpedia.org/resource/Future_Man_(TV_series)", "http://dbpedia.org/resource/Future_Shock_(TV_series)", "http://dbpedia.org/resource/Future_Stars", "http://dbpedia.org/resource/Future_Weapons", "http://dbpedia.org/resource/Futuresport", "http://dbpedia.org/resource/Futz!", "http://dbpedia.org/resource/Fuun_Lion-Maru", "http://dbpedia.org/resource/Fuzzbucket", "http://dbpedia.org/resource/Fu\u00dfballtrainer_Wulff", "http://dbpedia.org/resource/F\u00e1brica_de_sue\u00f1os", "http://dbpedia.org/resource/F\u00e1ilte_Towers", "http://dbpedia.org/resource/F\u00e9lix_(TV_series)", "http://dbpedia.org/resource/F\u00edsica_o_Qu\u00edmica", "http://dbpedia.org/resource/F\u00edsica_o_Qu\u00edmica:_El_reencuentro", "http://dbpedia.org/resource/F\u00f3rmula_Truck", "http://dbpedia.org/resource/F\u00f3stbr\u00e6\u00f0ur", "http://dbpedia.org/resource/F\u00f6rsta_K\u00e4rleken", "http://dbpedia.org/resource/F\u00f8rstegangstjenesten", "http://dbpedia.org/resource/F\u00fatbol_Picante", "http://dbpedia.org/resource/F\u00fcr_alle_F\u00e4lle_Stefanie", "http://dbpedia.org/resource/F\u0131r\u0131ldak_Ailesi", "http://dbpedia.org/resource/F\u016bma_no_Kojir\u014d", "http://dbpedia.org/resource/F\u016brin_Kazan_(TV_series)", "http://dbpedia.org/resource/G-Force:_Guardians_of_Space", "http://dbpedia.org/resource/G-Men_'75", "http://dbpedia.org/resource/G-On_Riders", "http://dbpedia.org/resource/G-Saviour", "http://dbpedia.org/resource/G-Spot_(TV_series)", "http://dbpedia.org/resource/G-Star", "http://dbpedia.org/resource/G-Taste", "http://dbpedia.org/resource/G-mik", "http://dbpedia.org/resource/G.B.H._(TV_series)", "http://dbpedia.org/resource/G.D.O.D._(Get_Dough_or_Die)", "http://dbpedia.org/resource/G.I._Joe:_A_Real_American_Hero_(1983_TV_series)", "http://dbpedia.org/resource/G.I._Joe:_A_Real_American_Hero_(1989_TV_series)", "http://dbpedia.org/resource/G.I._Joe:_Renegades", "http://dbpedia.org/resource/G.I._Joe:_Resolute", "http://dbpedia.org/resource/G.I._Joe_(film_series)", "http://dbpedia.org/resource/G.I._Joe_Extreme", "http://dbpedia.org/resource/G.P.", "http://dbpedia.org/resource/G.R.I.N.D._Get_Ready_It's_a_New_Day", "http://dbpedia.org/resource/G4's_Training_Camp", "http://dbpedia.org/resource/G4_Underground", "http://dbpedia.org/resource/G4tv.com_(TV_series)", "http://dbpedia.org/resource/GAA..._(TV_programme)", "http://dbpedia.org/resource/GAA_Beo", "http://dbpedia.org/resource/GAZ_Sobol", "http://dbpedia.org/resource/GA_Geijutsuka_Art_Design_Class", "http://dbpedia.org/resource/GB_Class_1", "http://dbpedia.org/resource/GB_Class_2", "http://dbpedia.org/resource/GCB_(TV_series)", "http://dbpedia.org/resource/GE_Genesis", "http://dbpedia.org/resource/GE_True", "http://dbpedia.org/resource/GE_\u2013_Good_Ending", "http://dbpedia.org/resource/GG_Bond", "http://dbpedia.org/resource/GIAT_30", "http://dbpedia.org/resource/GJ_Club", "http://dbpedia.org/resource/GLAAD_Media_Award", "http://dbpedia.org/resource/GLOW_(TV_series)", "http://dbpedia.org/resource/GMA3:_What_You_Need_To_Know", "http://dbpedia.org/resource/GMA_Balita", "http://dbpedia.org/resource/GMA_Headline_News", "http://dbpedia.org/resource/GMA_Network_News", "http://dbpedia.org/resource/GMA_News_Digest", "http://dbpedia.org/resource/GMA_News_Live", "http://dbpedia.org/resource/GMA_Regional_TV_Early_Edition", "http://dbpedia.org/resource/GMA_Regional_TV_Live!", "http://dbpedia.org/resource/GMA_Saturday/Sunday_Report", "http://dbpedia.org/resource/GMA_Supershow", "http://dbpedia.org/resource/GMA_Weekend_Report", "http://dbpedia.org/resource/GMTV", "http://dbpedia.org/resource/GMTV_News_(South)", "http://dbpedia.org/resource/GMT_(TV_programme)", "http://dbpedia.org/resource/GMT_(programme)", "http://dbpedia.org/resource/GM_TDH-4801_&_TDM-4801", "http://dbpedia.org/resource/GM_chassis", "http://dbpedia.org/resource/GP2_Asia_Series", "http://dbpedia.org/resource/GSG_9_\u2013_Ihr_Einsatz_ist_ihr_Leben", "http://dbpedia.org/resource/GSN_Live", "http://dbpedia.org/resource/GSN_Radio", "http://dbpedia.org/resource/GTK_(TV_series)", "http://dbpedia.org/resource/GT_Asia_Series", "http://dbpedia.org/resource/GT_Road_(TV_series)", "http://dbpedia.org/resource/GWR_1813_Class", "http://dbpedia.org/resource/GWR_2602_Class", "http://dbpedia.org/resource/GWR_360_Class", "http://dbpedia.org/resource/GWR_3700_Class", "http://dbpedia.org/resource/GWR_439_Class", "http://dbpedia.org/resource/GWR_455_Class", "http://dbpedia.org/resource/GWR_927_Class", "http://dbpedia.org/resource/G_Diaries", "http://dbpedia.org/resource/G_Hall_Thu", "http://dbpedia.org/resource/G_String_Divas", "http://dbpedia.org/resource/G_vs_E", "http://dbpedia.org/resource/Gaalivaana", "http://dbpedia.org/resource/Gaaner_Oparey", "http://dbpedia.org/resource/Gaano_Kadalas_ang_Minsan_(TV_series)", "http://dbpedia.org/resource/Gaatchora", "http://dbpedia.org/resource/Gabbar_Poonchwala", "http://dbpedia.org/resource/Gabby's_Dollhouse", "http://dbpedia.org/resource/Gabby_Duran_&_the_Unsittables", "http://dbpedia.org/resource/Gabriel's_Fire", "http://dbpedia.org/resource/Gabriel_Iglesias_Presents_Stand_Up_Revolution", "http://dbpedia.org/resource/Gabriel_y_Gabriela", "http://dbpedia.org/resource/Gabriela,_giros_del_destino", "http://dbpedia.org/resource/Gabriela_(1964_TV_series)", "http://dbpedia.org/resource/Gabriela_(1975_TV_series)", "http://dbpedia.org/resource/Gabriela_(2012_TV_series)", "http://dbpedia.org/resource/Gabrielle_(talk_show)", "http://dbpedia.org/resource/Gaby's_Xtraordinary_Files", "http://dbpedia.org/resource/Gachkouto", "http://dbpedia.org/resource/Gad_Guard", "http://dbpedia.org/resource/Gadget_&_the_Gadgetinis", "http://dbpedia.org/resource/Gadget_Boy_&_Heather", "http://dbpedia.org/resource/Gadget_Geeks", "http://dbpedia.org/resource/Gadget_Man", "http://dbpedia.org/resource/Gadgetman", "http://dbpedia.org/resource/Gaelic_calendar", "http://dbpedia.org/resource/Gag_Concert", "http://dbpedia.org/resource/Gag_Factor", "http://dbpedia.org/resource/Gagambino", "http://dbpedia.org/resource/Gaia_Symphony", "http://dbpedia.org/resource/Gaiji_Keisatsu", "http://dbpedia.org/resource/Gaiking", "http://dbpedia.org/resource/Gaj-class_tugboat", "http://dbpedia.org/resource/Gajab_Desh_Ki_Ajab_Kahaniyaan", "http://dbpedia.org/resource/Gaju_Bhai", "http://dbpedia.org/resource/Gakk\u014d_ja_Oshierarenai!", "http://dbpedia.org/resource/Gakk\u014d_no_Kaidan_(2015_TV_series)", "http://dbpedia.org/resource/Gakk\u014d_no_Kaidan_(novel_series)", "http://dbpedia.org/resource/Gakuen_Alice", "http://dbpedia.org/resource/Gakuen_Polizi", "http://dbpedia.org/resource/Gal_Circle", "http://dbpedia.org/resource/Gala_c\u01b0\u1eddi", "http://dbpedia.org/resource/Galactic_Empire_(series)", "http://dbpedia.org/resource/Galactic_Gale_Baxingar", "http://dbpedia.org/resource/Galactic_Whirlwind_Sasuraiger", "http://dbpedia.org/resource/Galactica_1980", "http://dbpedia.org/resource/Galacticast", "http://dbpedia.org/resource/Galactik_Football", "http://dbpedia.org/resource/Galapagos:_Beyond_Darwin", "http://dbpedia.org/resource/Galapagos_(1955_film)", "http://dbpedia.org/resource/Galapagos_3D", "http://dbpedia.org/resource/Galavant", "http://dbpedia.org/resource/Galaxy_Boy_Troop", "http://dbpedia.org/resource/Galaxy_Cyclone_Braiger", "http://dbpedia.org/resource/Galaxy_Fr\u00e4ulein_Yuna", "http://dbpedia.org/resource/Galaxy_Goof-Ups", "http://dbpedia.org/resource/Galaxy_High_School", "http://dbpedia.org/resource/Galaxy_Star", "http://dbpedia.org/resource/Galaxy_of_Fear", "http://dbpedia.org/resource/Galema:_Anak_ni_Zuma", "http://dbpedia.org/resource/Galette_des_rois", "http://dbpedia.org/resource/Galidor:_Defenders_of_the_Outer_Dimension", "http://dbpedia.org/resource/Galilei_Donna", "http://dbpedia.org/resource/Galileo_(German_TV_series)", "http://dbpedia.org/resource/Galileo_(Japanese_TV_series)", "http://dbpedia.org/resource/Galileo_Galilei_(opera)", "http://dbpedia.org/resource/Galis", "http://dbpedia.org/resource/Gallantry_(opera)", "http://dbpedia.org/resource/Gallery_(TV_series)", "http://dbpedia.org/resource/Gallery_Girls", "http://dbpedia.org/resource/Galli_Galli_Sim_Sim", "http://dbpedia.org/resource/Gallic_Wars", "http://dbpedia.org/resource/Gallipoli_(miniseries)", "http://dbpedia.org/resource/Galloping_Galaxies!", "http://dbpedia.org/resource/Gallowglass_(TV_series)", "http://dbpedia.org/resource/Galtar_and_the_Golden_Lance", "http://dbpedia.org/resource/Galti_Se_Mis-Tech", "http://dbpedia.org/resource/Gal\u00e1pagos_(2006_TV_series)", "http://dbpedia.org/resource/Gamane_Yaa", "http://dbpedia.org/resource/Gamaran", "http://dbpedia.org/resource/Gambit_(British_game_show)", "http://dbpedia.org/resource/Gambit_(game_show)", "http://dbpedia.org/resource/Gamble_on_Love", "http://dbpedia.org/resource/Game,_Set_and_Match", "http://dbpedia.org/resource/Game2:_Winter", "http://dbpedia.org/resource/Game60", "http://dbpedia.org/resource/GameCenter_CX", "http://dbpedia.org/resource/GameFace", "http://dbpedia.org/resource/GameTrailers_TV_with_Geoff_Keighley", "http://dbpedia.org/resource/Game_'N_Go", "http://dbpedia.org/resource/Game_Change_(film)", "http://dbpedia.org/resource/Game_Developers_Choice_Awards", "http://dbpedia.org/resource/Game_Grumps", "http://dbpedia.org/resource/Game_Ka_Na_Ba%3F", "http://dbpedia.org/resource/Game_Makers", "http://dbpedia.org/resource/Game_Night_(web_series)", "http://dbpedia.org/resource/Game_On!_(2020_game_show)", "http://dbpedia.org/resource/Game_On:_A_Comedy_Crossover_Event", "http://dbpedia.org/resource/Game_On_(2002_game_show)", "http://dbpedia.org/resource/Game_On_(British_TV_series)", "http://dbpedia.org/resource/Game_On_(Canadian_TV_series)", "http://dbpedia.org/resource/Game_Over_(TV_series)", "http://dbpedia.org/resource/Game_Plan_(TV_series)", "http://dbpedia.org/resource/Game_Prattana", "http://dbpedia.org/resource/Game_Rai_Game_Rak", "http://dbpedia.org/resource/Game_Shakers", "http://dbpedia.org/resource/Game_Show_Yoo_Hee_Nak_Rak", "http://dbpedia.org/resource/Game_Show_in_My_Head", "http://dbpedia.org/resource/Game_for_a_Laugh", "http://dbpedia.org/resource/Game_ng_Bayan", "http://dbpedia.org/resource/Game_of_Arms", "http://dbpedia.org/resource/Game_of_Bros", "http://dbpedia.org/resource/Game_of_Clones", "http://dbpedia.org/resource/Game_of_Crowns", "http://dbpedia.org/resource/Game_of_Games", "http://dbpedia.org/resource/Game_of_Games_Suomi", "http://dbpedia.org/resource/Game_of_Homes", "http://dbpedia.org/resource/Game_of_Hunting", "http://dbpedia.org/resource/Game_of_Outlaws", "http://dbpedia.org/resource/Game_of_Silence_(American_TV_series)", "http://dbpedia.org/resource/Game_of_Talents", "http://dbpedia.org/resource/Game_of_Thrones", "http://dbpedia.org/resource/Game_of_Thrones_(season_2)", "http://dbpedia.org/resource/Gameboys", "http://dbpedia.org/resource/Gamebros", "http://dbpedia.org/resource/Gamekings", "http://dbpedia.org/resource/Gamepad_(TV_series)", "http://dbpedia.org/resource/Gameplay_of_The_Elder_Scrolls_series", "http://dbpedia.org/resource/Gamer's_Guide_to_Pretty_Much_Everything", "http://dbpedia.org/resource/Gamer.tv", "http://dbpedia.org/resource/GamesMaster", "http://dbpedia.org/resource/Games_Night", "http://dbpedia.org/resource/Games_People_Play_(1980_TV_series)", "http://dbpedia.org/resource/Games_People_Play_(2019_TV_series)", "http://dbpedia.org/resource/Games_Uplate_Live", "http://dbpedia.org/resource/Games_World", "http://dbpedia.org/resource/Gameshow_Marathon_(American_TV_series)", "http://dbpedia.org/resource/Gameshow_Marathon_(British_game_show)", "http://dbpedia.org/resource/Gamezville", "http://dbpedia.org/resource/Gamify_(TV_series)", "http://dbpedia.org/resource/Gaming_Show_(In_My_Parents'_Garage)", "http://dbpedia.org/resource/Gaming_Wall_Street", "http://dbpedia.org/resource/Gamini_(web_series)", "http://dbpedia.org/resource/Gamma_(miniseries)", "http://dbpedia.org/resource/Gamsung_Camping", "http://dbpedia.org/resource/Ganbare!!_Robocon", "http://dbpedia.org/resource/Ganbaron", "http://dbpedia.org/resource/Ganbatte_Ikimasshoi", "http://dbpedia.org/resource/Gandang_Gabi,_Vice!", "http://dbpedia.org/resource/Gandh_Phulancha_Gela_Sangun", "http://dbpedia.org/resource/Gandii_Baat", "http://dbpedia.org/resource/Gando_(TV_series)", "http://dbpedia.org/resource/Gand\u00eda_Shore", "http://dbpedia.org/resource/Gang_Related_(TV_series)", "http://dbpedia.org/resource/Gang_Starz", "http://dbpedia.org/resource/Ganga_(TV_series)", "http://dbpedia.org/resource/Ganga_Kii_Dheej", "http://dbpedia.org/resource/Ganga_Yamuna_Saraswati", "http://dbpedia.org/resource/Gangaa", "http://dbpedia.org/resource/Gangaram_(TV_series)", "http://dbpedia.org/resource/Ganges_(TV_series)", "http://dbpedia.org/resource/Gangland_(TV_series)", "http://dbpedia.org/resource/Gangland_Undercover", "http://dbpedia.org/resource/Ganglands", "http://dbpedia.org/resource/Gangnam_Beauty", "http://dbpedia.org/resource/Gangnam_Scandal", "http://dbpedia.org/resource/Gangs_of_Filmistaan", "http://dbpedia.org/resource/Gangs_of_Haseepur", "http://dbpedia.org/resource/Gangs_of_London_(TV_series)", "http://dbpedia.org/resource/Gangs_of_Oz", "http://dbpedia.org/resource/Gangsta_Granny_(film)", "http://dbpedia.org/resource/Gangstars", "http://dbpedia.org/resource/Gangster_(film_series)", "http://dbpedia.org/resource/Gangsters:_America's_Most_Evil", "http://dbpedia.org/resource/Gangsters_(TV_series)", "http://dbpedia.org/resource/Ganjina", "http://dbpedia.org/resource/Gank_Your_Heart_(TV_series)", "http://dbpedia.org/resource/Gankutsuou:_The_Count_of_Monte_Cristo", "http://dbpedia.org/resource/Ganti_(2005_TV_series)", "http://dbpedia.org/resource/Gantz", "http://dbpedia.org/resource/Gantz_(film)", "http://dbpedia.org/resource/Ganyan_Kita_Kamahal", "http://dbpedia.org/resource/Ganz_UV", "http://dbpedia.org/resource/Gap-dong", "http://dbpedia.org/resource/Gap_Year_(TV_series)", "http://dbpedia.org/resource/Garage_Club", "http://dbpedia.org/resource/Garage_Gold", "http://dbpedia.org/resource/Garage_Sale_Mystery", "http://dbpedia.org/resource/Garbage_Pail_Kids_(TV_series)", "http://dbpedia.org/resource/GardenSMART", "http://dbpedia.org/resource/Gardeners'_World", "http://dbpedia.org/resource/Gardening_Australia", "http://dbpedia.org/resource/Gardening_by_the_Yard", "http://dbpedia.org/resource/Gardening_for_Kids_with_Madi", "http://dbpedia.org/resource/Garfield's_Babes_and_Bullets", "http://dbpedia.org/resource/Garfield's_Feline_Fantasies", "http://dbpedia.org/resource/Garfield's_Halloween_Adventure", "http://dbpedia.org/resource/Garfield's_Thanksgiving", "http://dbpedia.org/resource/Garfield_Goes_Hollywood", "http://dbpedia.org/resource/Garfield_Goose_and_Friends", "http://dbpedia.org/resource/Garfield_Originals", "http://dbpedia.org/resource/Garfield_and_Friends", "http://dbpedia.org/resource/Garfield_in_Paradise", "http://dbpedia.org/resource/Garfield_in_the_Rough", "http://dbpedia.org/resource/Garfield_merchandise", "http://dbpedia.org/resource/Garfield_on_the_Town", "http://dbpedia.org/resource/Garfield_television_specials", "http://dbpedia.org/resource/Garfunkel_and_Oates_(TV_series)", "http://dbpedia.org/resource/Gargantia_on_the_Verdurous_Planet", "http://dbpedia.org/resource/Gargoyles_(TV_film)", "http://dbpedia.org/resource/Gargoyles_(TV_series)", "http://dbpedia.org/resource/Gariahater_Ganglords", "http://dbpedia.org/resource/Garnock_Way", "http://dbpedia.org/resource/Garo:_Makai_Retsuden", "http://dbpedia.org/resource/Garo:_Makai_Senki", "http://dbpedia.org/resource/Garo:_Makai_no_Hana", "http://dbpedia.org/resource/Garo:_The_Animation", "http://dbpedia.org/resource/Garo:_Yami_o_Terasu_Mono", "http://dbpedia.org/resource/Garo_(TV_series)", "http://dbpedia.org/resource/Garo_Special:_Beast_of_the_Demon_Night", "http://dbpedia.org/resource/Garrison's_Gorillas", "http://dbpedia.org/resource/Garrow's_Law", "http://dbpedia.org/resource/Garry_Halliday", "http://dbpedia.org/resource/Garth:_Live_at_Notre_Dame", "http://dbpedia.org/resource/Garth_Marenghi's_Darkplace", "http://dbpedia.org/resource/Garth_at_Wynn", "http://dbpedia.org/resource/Garvan\u2013Olin_Medal", "http://dbpedia.org/resource/Gary:_Tank_Commander", "http://dbpedia.org/resource/Gary_&_Mike", "http://dbpedia.org/resource/Gary_Busey:_Pet_Judge", "http://dbpedia.org/resource/Gary_Larson's_Tales_from_the_Far_Side", "http://dbpedia.org/resource/Gary_Spetze's_Painting_Wild_Places", "http://dbpedia.org/resource/Gary_Unmarried", "http://dbpedia.org/resource/Gary_Wright_(racing_driver)", "http://dbpedia.org/resource/Gary_and_His_Demons", "http://dbpedia.org/resource/Gary_the_Rat", "http://dbpedia.org/resource/Garz\u00f3n_vive", "http://dbpedia.org/resource/Gar\u014dden", "http://dbpedia.org/resource/Gasaraki", "http://dbpedia.org/resource/Gaslight_(1958_film)", "http://dbpedia.org/resource/Gaslit_(TV_series)", "http://dbpedia.org/resource/Gasoleros", "http://dbpedia.org/resource/Gaspard_and_Lisa_(TV_series)", "http://dbpedia.org/resource/Gata_Salvaje", "http://dbpedia.org/resource/Gatchaman_Crowds", "http://dbpedia.org/resource/Gate_(novel_series)", "http://dbpedia.org/resource/Gate_7", "http://dbpedia.org/resource/Gate_Keepers_21", "http://dbpedia.org/resource/Gatekeepers_(game_show)", "http://dbpedia.org/resource/Gates_(TV_series)", "http://dbpedia.org/resource/Gatha_Navnathanchi", "http://dbpedia.org/resource/Gathbandhan", "http://dbpedia.org/resource/Gattimela", "http://dbpedia.org/resource/Gattu_Battu", "http://dbpedia.org/resource/Gauguin_the_Savage", "http://dbpedia.org/resource/Gaunt's_Ghosts", "http://dbpedia.org/resource/Gav_Ha'Uma", "http://dbpedia.org/resource/Gavilan_(TV_series)", "http://dbpedia.org/resource/Gavilanes_(TV_series)", "http://dbpedia.org/resource/Gavin_&_Stacey", "http://dbpedia.org/resource/Gavin_Crawford's_Wild_West", "http://dbpedia.org/resource/Gawain_(opera)", "http://dbpedia.org/resource/Gawayn", "http://dbpedia.org/resource/Gay_Army", "http://dbpedia.org/resource/Gay_Life_(TV_series)", "http://dbpedia.org/resource/Gay_Meets_Girl", "http://dbpedia.org/resource/Gay_Mountain", "http://dbpedia.org/resource/Gay_News_and_Views", "http://dbpedia.org/resource/Gay_Republicans", "http://dbpedia.org/resource/Gay_USA", "http://dbpedia.org/resource/Gay_Weddings", "http://dbpedia.org/resource/Gay_for_Play_Game_Show_Starring_RuPaul", "http://dbpedia.org/resource/Gaya_Sa_Pelikula", "http://dbpedia.org/resource/Gayathri_(TV_series)", "http://dbpedia.org/resource/Gaybo's_Grumpy_Men", "http://dbpedia.org/resource/Gaybo_Laughs_Back", "http://dbpedia.org/resource/Gaycation_(TV_series)", "http://dbpedia.org/resource/Gayme_Show", "http://dbpedia.org/resource/Gaytime_TV", "http://dbpedia.org/resource/Gazette_(TV_series)", "http://dbpedia.org/resource/Gbanga", "http://dbpedia.org/resource/Gdgd_Fairies", "http://dbpedia.org/resource/GeTai_Challenge", "http://dbpedia.org/resource/Geantra\u00ed", "http://dbpedia.org/resource/Gears_and_Tears", "http://dbpedia.org/resource/Gears_of_War", "http://dbpedia.org/resource/Gece_G\u00fcnd\u00fcz", "http://dbpedia.org/resource/Gecko's_Garage", "http://dbpedia.org/resource/Geek_Charming", "http://dbpedia.org/resource/Geeking_Out", "http://dbpedia.org/resource/Geet_Dholi", "http://dbpedia.org/resource/Geet_\u2013_Hui_Sabse_Parayi", "http://dbpedia.org/resource/Geetha_(TV_series)", "http://dbpedia.org/resource/Geethanjali_(TV_series)", "http://dbpedia.org/resource/Gegen_den_Wind", "http://dbpedia.org/resource/Gehaktdag", "http://dbpedia.org/resource/Geharha:_The_Dark_and_Long_Haired_Monster", "http://dbpedia.org/resource/Gehraiyaan_(web_series)", "http://dbpedia.org/resource/Geiger\u2013Marsden_experiment", "http://dbpedia.org/resource/Gekiganger_III", "http://dbpedia.org/resource/Gekisou_Sentai_Carranger", "http://dbpedia.org/resource/Gelathi", "http://dbpedia.org/resource/Gellunu_Furaana", "http://dbpedia.org/resource/Gemilang_(TV_series)", "http://dbpedia.org/resource/Gemini_Division", "http://dbpedia.org/resource/Gemini_Home_Entertainment", "http://dbpedia.org/resource/Gemini_Knives", "http://dbpedia.org/resource/Gemini_Man_(TV_series)", "http://dbpedia.org/resource/Gemma_Collins:_Diva", "http://dbpedia.org/resource/Gemma_Collins:_Self-Harm_&_Me", "http://dbpedia.org/resource/Gems_(TV_series)", "http://dbpedia.org/resource/Gen:Lock", "http://dbpedia.org/resource/Gen_V", "http://dbpedia.org/resource/Gene_Autry's_Melody_Ranch", "http://dbpedia.org/resource/Gene_Simmons_Family_Jewels", "http://dbpedia.org/resource/Genealogy_Roadshow_(American_TV_series)", "http://dbpedia.org/resource/Geneforge_(series)", "http://dbpedia.org/resource/General's_Lady", "http://dbpedia.org/resource/General_Electric_Theater", "http://dbpedia.org/resource/General_Hospital", "http://dbpedia.org/resource/General_Hospital:_Night_Shift", "http://dbpedia.org/resource/General_Hospital:_Twist_of_Fate", "http://dbpedia.org/resource/General_Hospital_(British_TV_series)", "http://dbpedia.org/resource/General_Intercessions", "http://dbpedia.org/resource/General_Motors_50th_Anniversary_Show", "http://dbpedia.org/resource/General_Motors_60\u00b0_V6_engine", "http://dbpedia.org/resource/General_Motors_Theatre", "http://dbpedia.org/resource/General_Roman_Calendar", "http://dbpedia.org/resource/General_Rouge_no_Gaisen", "http://dbpedia.org/resource/General_and_I", "http://dbpedia.org/resource/Generalized_hypergeometric_function", "http://dbpedia.org/resource/Generation_(Canadian_TV_program)", "http://dbpedia.org/resource/Generation_(TV_series)", "http://dbpedia.org/resource/Generation_Cross", "http://dbpedia.org/resource/Generation_Cryo", "http://dbpedia.org/resource/Generation_Drag", "http://dbpedia.org/resource/Generation_Gap_(TV_series)", "http://dbpedia.org/resource/Generation_Gap_(game_show)", "http://dbpedia.org/resource/Generation_Gifted", "http://dbpedia.org/resource/Generation_Jets", "http://dbpedia.org/resource/Generation_Kill_(miniseries)", "http://dbpedia.org/resource/Generation_O!", "http://dbpedia.org/resource/Generation_War", "http://dbpedia.org/resource/Generation_X_(film)", "http://dbpedia.org/resource/Generations:_The_Legacy", "http://dbpedia.org/resource/Generations_(American_TV_series)", "http://dbpedia.org/resource/Generations_(South_African_TV_series)", "http://dbpedia.org/resource/Generator_Gawl", "http://dbpedia.org/resource/Generator_Rex", "http://dbpedia.org/resource/Genes_(game_show)", "http://dbpedia.org/resource/Genes_(season_2)", "http://dbpedia.org/resource/Geneshaft", "http://dbpedia.org/resource/Genesis:_The_Creation_and_the_Flood", "http://dbpedia.org/resource/Genesis_(TV_series)", "http://dbpedia.org/resource/Genesis_Climber_MOSPEADA", "http://dbpedia.org/resource/Genesis_II_(film)", "http://dbpedia.org/resource/Genesis_of_Aquarion", "http://dbpedia.org/resource/Genetics_Society_of_America_Medal", "http://dbpedia.org/resource/Genghis_Khan_(2004_TV_series)", "http://dbpedia.org/resource/Genghis_Khan_(ATV_TV_series)", "http://dbpedia.org/resource/Genghis_Khan_(TVB_TV_series)", "http://dbpedia.org/resource/Genghis_Khan_(TV_programme)", "http://dbpedia.org/resource/Genie_in_the_House", "http://dbpedia.org/resource/Genista_Caves", "http://dbpedia.org/resource/Genius_(1999_film)", "http://dbpedia.org/resource/Genius_(American_TV_series)", "http://dbpedia.org/resource/Genius_(British_TV_series)", "http://dbpedia.org/resource/Genius_(TV_series)", "http://dbpedia.org/resource/Genius_(radio_series)", "http://dbpedia.org/resource/Genius_Junior", "http://dbpedia.org/resource/Genius_of_Britain", "http://dbpedia.org/resource/Geni\u015f_Aile", "http://dbpedia.org/resource/Genkaku_Picasso", "http://dbpedia.org/resource/Genoa_International_Boat_Show", "http://dbpedia.org/resource/Genocyber", "http://dbpedia.org/resource/Genseishin_Justirisers", "http://dbpedia.org/resource/Genshiken", "http://dbpedia.org/resource/Gens\u014d_Suikogaiden", "http://dbpedia.org/resource/Gente_(magazine)", "http://dbpedia.org/resource/Gente_bien_(TV_series)", "http://dbpedia.org/resource/Gente_de_Primera", "http://dbpedia.org/resource/Gente_di_mare_(TV_series)", "http://dbpedia.org/resource/Gente_sin_historia", "http://dbpedia.org/resource/Gentefied", "http://dbpedia.org/resource/Gentleman_Jack_(TV_series)", "http://dbpedia.org/resource/Gentleman_Thief_(2001_film)", "http://dbpedia.org/resource/Gentlemen_and_Players_(TV_series)", "http://dbpedia.org/resource/Geo_Cartoon", "http://dbpedia.org/resource/Geobreeders", "http://dbpedia.org/resource/Geoff_Lloyd_with_Annabel_Port", "http://dbpedia.org/resource/Geographers_on_Film", "http://dbpedia.org/resource/Geographically_Speaking", "http://dbpedia.org/resource/Geometry_Wars", "http://dbpedia.org/resource/Geordie_Racer", "http://dbpedia.org/resource/Geordie_Shore", "http://dbpedia.org/resource/Geordie_Shore_OGs", "http://dbpedia.org/resource/George_&_Alana", "http://dbpedia.org/resource/George_&_Paul", "http://dbpedia.org/resource/George_&_Tammy", "http://dbpedia.org/resource/George_(1972_TV_series)", "http://dbpedia.org/resource/George_(1993_TV_series)", "http://dbpedia.org/resource/George_Burns_Comedy_Week", "http://dbpedia.org/resource/George_Carlin's_American_Dream", "http://dbpedia.org/resource/George_Carlin_at_USC", "http://dbpedia.org/resource/George_Clarke's_Amazing_Spaces", "http://dbpedia.org/resource/George_H.W._Bush_(film)", "http://dbpedia.org/resource/George_Lopez_(TV_series)", "http://dbpedia.org/resource/George_Negus_Tonight", "http://dbpedia.org/resource/George_Orwell:_A_Life_in_Pictures", "http://dbpedia.org/resource/George_S._Patton's_speech_to_the_Third_Army", "http://dbpedia.org/resource/George_Shrinks", "http://dbpedia.org/resource/George_Stroumboulopoulos_Tonight", "http://dbpedia.org/resource/George_W._Beadle_Award", "http://dbpedia.org/resource/George_W._Bush_(film)", "http://dbpedia.org/resource/George_Wallace_(film)", "http://dbpedia.org/resource/George_Washington_(miniseries)", "http://dbpedia.org/resource/George_Washington_II:_The_Forging_of_a_Nation", "http://dbpedia.org/resource/George_and_Cecil", "http://dbpedia.org/resource/George_and_Leo", "http://dbpedia.org/resource/George_and_Martha", "http://dbpedia.org/resource/George_and_Mildred", "http://dbpedia.org/resource/George_and_the_Dragon_(TV_series)", "http://dbpedia.org/resource/George_of_the_Jungle", "http://dbpedia.org/resource/George_of_the_Jungle_(2007_TV_series)", "http://dbpedia.org/resource/Georgetown_University_Forum", "http://dbpedia.org/resource/Georgia's_Got_Talent", "http://dbpedia.org/resource/Georgia_O'Keeffe_(film)", "http://dbpedia.org/resource/Geostar", "http://dbpedia.org/resource/HGTV_Design_Star_All_Stars", "http://dbpedia.org/resource/HGTV_Star", "http://dbpedia.org/resource/HIStory_(web_series)", "http://dbpedia.org/resource/HIT_(TV_series)", "http://dbpedia.org/resource/HJ-10", "http://dbpedia.org/resource/HMS_Paradise", "http://dbpedia.org/resource/HM_Coastal_Motor_Boat_4", "http://dbpedia.org/resource/HP:_To_the_Highest_Level_Na!", "http://dbpedia.org/resource/HPI_(TV_series)", "http://dbpedia.org/resource/HP_Integrity_Servers", "http://dbpedia.org/resource/HP_Pavilion_TX1000_Series_Tablet_PC", "http://dbpedia.org/resource/HP_Pavilion_dv2000", "http://dbpedia.org/resource/HP_Pavilion_dv9700t", "http://dbpedia.org/resource/HP_TouchSmart", "http://dbpedia.org/resource/HS2000", "http://dbpedia.org/resource/HSH_Class_01", "http://dbpedia.org/resource/HSH_Class_T211.0", "http://dbpedia.org/resource/HTC_One_series", "http://dbpedia.org/resource/HUD_(TV_program)", "http://dbpedia.org/resource/H_(TV_series)", "http://dbpedia.org/resource/Ha'Nephilim", "http://dbpedia.org/resource/Ha-Chaim_Ze_Lo_Hacol", "http://dbpedia.org/resource/Ha-Chatzer_(TV_series)", "http://dbpedia.org/resource/Ha-Comedy_Store", "http://dbpedia.org/resource/Ha-Yeladim_Mi'Givat_Napoleon", "http://dbpedia.org/resource/HaBigbagim", "http://dbpedia.org/resource/HaDavar_HaGadol_HaBa", "http://dbpedia.org/resource/HaDugmaniot", "http://dbpedia.org/resource/HaMerotz_LaMillion", "http://dbpedia.org/resource/HaMerotz_LaMillion_1", "http://dbpedia.org/resource/HaMerotz_LaMillion_2", "http://dbpedia.org/resource/HaMerotz_LaMillion_3", "http://dbpedia.org/resource/HaMerotz_LaMillion_4", "http://dbpedia.org/resource/HaMis'ada_HaGdola", "http://dbpedia.org/resource/HaMisrad", "http://dbpedia.org/resource/HaPijamot", "http://dbpedia.org/resource/HaShir_Shelanu", "http://dbpedia.org/resource/HaShminiya", "http://dbpedia.org/resource/Ha_Ha_Hayop", "http://dbpedia.org/resource/Ha_llegado_una_intrusa", "http://dbpedia.org/resource/Haara_Dil", "http://dbpedia.org/resource/Haara_Kotiya", "http://dbpedia.org/resource/Haas_Das_se_Nuuskas", "http://dbpedia.org/resource/Haasaa", "http://dbpedia.org/resource/Haasil_(Indian_TV_series)", "http://dbpedia.org/resource/Haasil_(Pakistani_TV_series)", "http://dbpedia.org/resource/Habang_Kapiling_Ka", "http://dbpedia.org/resource/Habang_May_Buhay", "http://dbpedia.org/resource/Hablamos_Espa\u00f1ol", "http://dbpedia.org/resource/Hache_(TV_series)", "http://dbpedia.org/resource/Hacio", "http://dbpedia.org/resource/Hack_(TV_series)", "http://dbpedia.org/resource/Hack_My_Life", "http://dbpedia.org/resource/Hacka_Doll", "http://dbpedia.org/resource/Hacker's_Olympic_Rundown", "http://dbpedia.org/resource/Hacker_Time", "http://dbpedia.org/resource/Hacking_Democracy", "http://dbpedia.org/resource/Hacks_(TV_series)", "http://dbpedia.org/resource/Hadleigh_(TV_series)", "http://dbpedia.org/resource/Hadley!", "http://dbpedia.org/resource/Hadrian_(TV_programme)", "http://dbpedia.org/resource/Hadrian_(opera)", "http://dbpedia.org/resource/Haechi_(TV_series)", "http://dbpedia.org/resource/Hafenpolizei", "http://dbpedia.org/resource/Haft_Khan_(game_show)", "http://dbpedia.org/resource/Haft_Sang_(TV_series)", "http://dbpedia.org/resource/Haftarah", "http://dbpedia.org/resource/Hagen_(TV_series)", "http://dbpedia.org/resource/Haggard_(TV_series)", "http://dbpedia.org/resource/Haggis_Baggis", "http://dbpedia.org/resource/Haguregumo", "http://dbpedia.org/resource/Hahamakin_ang_Lahat", "http://dbpedia.org/resource/Hahamishia_Hakamerit", "http://dbpedia.org/resource/Haibane_Renmei", "http://dbpedia.org/resource/Hail_to_the_Chief_(TV_series)", "http://dbpedia.org/resource/Hailey_Dean_Mysteries", "http://dbpedia.org/resource/Hainan_Adventure_with_Nigel_Marven", "http://dbpedia.org/resource/Hainan_Kopi_Tales", "http://dbpedia.org/resource/Hair_(TV_series)", "http://dbpedia.org/resource/Hair_Battle_Spectacular", "http://dbpedia.org/resource/Hairspray:_The_School_Musical", "http://dbpedia.org/resource/Hairspray_Live!", "http://dbpedia.org/resource/Hairy_Bikers:_Route_66", "http://dbpedia.org/resource/Hairy_Bikers_(American_TV_series)", "http://dbpedia.org/resource/Hairy_Dan", "http://dbpedia.org/resource/Hairy_Jeremy", "http://dbpedia.org/resource/Haiti:_Where_Did_the_Money_Go", "http://dbpedia.org/resource/Haiwaan_:_The_Monster", "http://dbpedia.org/resource/Haiwan_(TV_series)", "http://dbpedia.org/resource/Haize_Hegoa_type_patrol_boat", "http://dbpedia.org/resource/Haja_Cora\u00e7\u00e3o", "http://dbpedia.org/resource/Hajime_no_Ippo", "http://dbpedia.org/resource/Haka_Life", "http://dbpedia.org/resource/Hakka_Hakki", "http://dbpedia.org/resource/Hakkenden:_Eight_Dogs_of_the_East", "http://dbpedia.org/resource/Hakuba_no_\u014cji-sama", "http://dbpedia.org/resource/Hakui_no_Namida", "http://dbpedia.org/resource/Hal_Lashwood's_Alabama_Jubilee", "http://dbpedia.org/resource/Hala_Khorshid", "http://dbpedia.org/resource/Halal-TV", "http://dbpedia.org/resource/Halal_Gurls", "http://dbpedia.org/resource/Halcyon_(TV_series)", "http://dbpedia.org/resource/Hale_and_Pace", "http://dbpedia.org/resource/Half-Life:_Full_Life_Consequences", "http://dbpedia.org/resource/Half-Life_(series)", "http://dbpedia.org/resource/Half-Moon_Friends", "http://dbpedia.org/resource/Half-Opened_Windows", "http://dbpedia.org/resource/Half_&_Half", "http://dbpedia.org/resource/Half_Cut_Tea", "http://dbpedia.org/resource/Half_Marriage_(TV_series)", "http://dbpedia.org/resource/Half_Moon_Investigations_(TV_series)", "http://dbpedia.org/resource/Half_Nelson_(TV_series)", "http://dbpedia.org/resource/Half_a_World_Away_(miniseries)", "http://dbpedia.org/resource/Halfway_Home_(TV_series)", "http://dbpedia.org/resource/Halfworlds", "http://dbpedia.org/resource/Halifax:_Retribution", "http://dbpedia.org/resource/Halifax_f.p.", "http://dbpedia.org/resource/Halik_(TV_series)", "http://dbpedia.org/resource/Halik_sa_Apoy", "http://dbpedia.org/resource/Halita", "http://dbpedia.org/resource/Halka", "http://dbpedia.org/resource/Halka_Na_Lo", "http://dbpedia.org/resource/Hall's_Pictorial_Weekly", "http://dbpedia.org/resource/Hallelujah!_(TV_series)", "http://dbpedia.org/resource/Hallmark_Channel_(Scandilux)", "http://dbpedia.org/resource/Hallmark_Hall_of_Fame", "http://dbpedia.org/resource/Hallo,_Onkel_Doc!", "http://dbpedia.org/resource/Hallo_K3_(TV_series)", "http://dbpedia.org/resource/Hallo_Spencer", "http://dbpedia.org/resource/Hallo_aus_Berlin", "http://dbpedia.org/resource/Halloween_Baking_Championship", "http://dbpedia.org/resource/Halloween_Is_Grinch_Night", "http://dbpedia.org/resource/Halloween_Wars", "http://dbpedia.org/resource/Halloween_solar_storms,_2003", "http://dbpedia.org/resource/Halloween_with_the_New_Addams_Family", "http://dbpedia.org/resource/Halloweentown_(film)", "http://dbpedia.org/resource/Halloweentown_High", "http://dbpedia.org/resource/Halloweentown_II:_Kalabar's_Revenge", "http://dbpedia.org/resource/Halo_(TV_series)", "http://dbpedia.org/resource/Halo_4:_Forward_Unto_Dawn", "http://dbpedia.org/resource/Halston_(miniseries)", "http://dbpedia.org/resource/Halt_and_Catch_Fire_(TV_series)", "http://dbpedia.org/resource/Haluatko_miljon\u00e4\u00e4riksi%3F", "http://dbpedia.org/resource/Halv_\u00e5tta_hos_mig", "http://dbpedia.org/resource/Halvseint", "http://dbpedia.org/resource/Ham_on_the_Street", "http://dbpedia.org/resource/Hama_Ekani_Kalaayahtakai", "http://dbpedia.org/resource/Hama_Governorate_clashes_(2011\u201312)", "http://dbpedia.org/resource/Hamaar_Sautan_Hamaar_Saheli", "http://dbpedia.org/resource/Hamaari_Beti_Raaj_Karegi", "http://dbpedia.org/resource/Hamari_Bahu_Silk", "http://dbpedia.org/resource/Hamari_Betiyoon_Ka_Vivaah", "http://dbpedia.org/resource/Hamari_Devrani", "http://dbpedia.org/resource/Hamari_Sister_Didi", "http://dbpedia.org/resource/Hamari_Wali_Good_News", "http://dbpedia.org/resource/Hamblen_Block", "http://dbpedia.org/resource/Hamburg_Ravensbr\u00fcck_trials", "http://dbpedia.org/resource/Hamburg_Transit", "http://dbpedia.org/resource/Hamdiu_&_Shyhretja", "http://dbpedia.org/resource/Hamelen_(TV_series)", "http://dbpedia.org/resource/Hamilton's_Pharmacopeia", "http://dbpedia.org/resource/Hamilton's_Quest", "http://dbpedia.org/resource/Hamilton_Farm_Petroglyphs", "http://dbpedia.org/resource/Hamish_&_Andy_(radio_show)", "http://dbpedia.org/resource/Hamish_Macbeth_(TV_series)", "http://dbpedia.org/resource/Hamish_and_Andy's_Gap_Year", "http://dbpedia.org/resource/Hamish_and_Andy's_\u201cPerfect\u201d_Holiday", "http://dbpedia.org/resource/Hamlet._XXI_Century", "http://dbpedia.org/resource/Hamlet_(1959_film)", "http://dbpedia.org/resource/Hamlet_(2009_film)", "http://dbpedia.org/resource/Hammer_House_of_Horror", "http://dbpedia.org/resource/Hammer_House_of_Mystery_and_Suspense", "http://dbpedia.org/resource/Hammer_of_the_Gods_(2009_film)", "http://dbpedia.org/resource/Hammerhead:_Shark_Frenzy", "http://dbpedia.org/resource/Hammerman", "http://dbpedia.org/resource/Hammertime", "http://dbpedia.org/resource/Hamon_ng_Kalikasan", "http://dbpedia.org/resource/Hampton_Court_(TV_series)", "http://dbpedia.org/resource/Hampton_Court_Palace_Flower_Show", "http://dbpedia.org/resource/Hamro_Team", "http://dbpedia.org/resource/Hamster_&_Gretel", "http://dbpedia.org/resource/Han_Liu_Bang", "http://dbpedia.org/resource/Hana-Kimi", "http://dbpedia.org/resource/Hana-Kimi_(TV_series)", "http://dbpedia.org/resource/Hana_Moyu", "http://dbpedia.org/resource/Hana_Yori_Dango_(TV_series)", "http://dbpedia.org/resource/Hana_Yori_Dango_Returns", "http://dbpedia.org/resource/Hana_no_Ran", "http://dbpedia.org/resource/Hana_no_Sh\u014dgai", "http://dbpedia.org/resource/Hana_no_Zubora-Meshi", "http://dbpedia.org/resource/Hana_to_Akuma", "http://dbpedia.org/resource/Hanaa_(web_series)", "http://dbpedia.org/resource/Hanako_to_Anne", "http://dbpedia.org/resource/Hanamaru_Kindergarten", "http://dbpedia.org/resource/Hanappe_Bazooka", "http://dbpedia.org/resource/Hanasakeru_Seish\u014dnen", "http://dbpedia.org/resource/Hanasaku_Iroha", "http://dbpedia.org/resource/Hanaukyo_Maid_Team", "http://dbpedia.org/resource/Hanayamata", "http://dbpedia.org/resource/Hanazakari_no_Kimitachi_e", "http://dbpedia.org/resource/Hanazakari_no_Kimitachi_e_(2011_TV_series)", "http://dbpedia.org/resource/Hanazakarino_Kimitachihe", "http://dbpedia.org/resource/Hanazuki:_Full_of_Treasures", "http://dbpedia.org/resource/Hanbun,_Aoi", "http://dbpedia.org/resource/Hanbun_no_Tsuki_ga_Noboru_Sora", "http://dbpedia.org/resource/Hancock_(1963_TV_series)", "http://dbpedia.org/resource/Hancock_and_Joan", "http://dbpedia.org/resource/Hand_In_Hand_(Singaporean_TV_series)", "http://dbpedia.org/resource/Hand_Maid_May", "http://dbpedia.org/resource/Hand_aufs_Herz", "http://dbpedia.org/resource/Hand_in_Hand:_A_Benefit_for_Hurricane_Relief", "http://dbpedia.org/resource/Hand_in_Hand_(Singaporean_TV_series)", "http://dbpedia.org/resource/Hand_of_God_(TV_series)", "http://dbpedia.org/resource/Handa_Cup", "http://dbpedia.org/resource/Handcrafted_America", "http://dbpedia.org/resource/Handel's_Last_Chance", "http://dbpedia.org/resource/Hands_(TV_series)", "http://dbpedia.org/resource/Hands_of_Murder", "http://dbpedia.org/resource/Hands_of_a_Murderer", "http://dbpedia.org/resource/Handsome_Boys_of_the_20th_Century", "http://dbpedia.org/resource/Handsome_Siblings_(TV_series)", "http://dbpedia.org/resource/Handsome_Tigers", "http://dbpedia.org/resource/Handu_pumpulla", "http://dbpedia.org/resource/Handy_Manny", "http://dbpedia.org/resource/Handyman_(TV_series)", "http://dbpedia.org/resource/Handyman_Superstar_Challenge", "http://dbpedia.org/resource/Hanekonma", "http://dbpedia.org/resource/Hanep_Buhay", "http://dbpedia.org/resource/Hang_Time_(TV_series)", "http://dbpedia.org/resource/Hang_Ups_(TV_series)", "http://dbpedia.org/resource/Hangar_17", "http://dbpedia.org/resource/Hangar_1:_The_UFO_Files", "http://dbpedia.org/resource/Hanggang_Kailan_(TV_series)", "http://dbpedia.org/resource/Hanggang_Makita_Kang_Muli", "http://dbpedia.org/resource/Hanggang_Saan", "http://dbpedia.org/resource/Hanggang_sa_Dulo_ng_Buhay_Ko", "http://dbpedia.org/resource/Hangin'_In", "http://dbpedia.org/resource/Hangin'_with_Mr._Cooper", "http://dbpedia.org/resource/Hanging_In", "http://dbpedia.org/resource/Hanging_With", "http://dbpedia.org/resource/Hanging_by_a_Thread_(1979_film)", "http://dbpedia.org/resource/Hanging_with_Hector", "http://dbpedia.org/resource/Hangman's_Graveyard", "http://dbpedia.org/resource/Hangman_Comics", "http://dbpedia.org/resource/Hangor_S-131", "http://dbpedia.org/resource/Hangout_with_Yoo", "http://dbpedia.org/resource/Hania_(TV_series)", "http://dbpedia.org/resource/Hanjuku_Hero", "http://dbpedia.org/resource/Hank_(1965_TV_series)", "http://dbpedia.org/resource/Hank_(2009_TV_series)", "http://dbpedia.org/resource/Hank_Parker's_Outdoor_Magazine", "http://dbpedia.org/resource/Hank_Zipzer's_Christmas_Catastrophe", "http://dbpedia.org/resource/Hank_Zipzer_(TV_series)", "http://dbpedia.org/resource/Hanks'_Dugouts", "http://dbpedia.org/resource/Hanna-Barbera's_50th:_A_Yabba_Dabba_Doo_Celebration", "http://dbpedia.org/resource/Hanna-Barbera's_All-Star_Comedy_Ice_Revue", "http://dbpedia.org/resource/Hanna-Barbera_Superstars_10", "http://dbpedia.org/resource/Hanna_(TV_series)", "http://dbpedia.org/resource/Hannah's_Law", "http://dbpedia.org/resource/Hannah_Montana", "http://dbpedia.org/resource/Hannah_Montana_(season_2)", "http://dbpedia.org/resource/Hannah_Montana_(season_4)", "http://dbpedia.org/resource/Hannay_(TV_series)", "http://dbpedia.org/resource/Hanna\u2013Barbera's_World_of_Super_Adventure", "http://dbpedia.org/resource/Hannibal_(2006_TV_film)", "http://dbpedia.org/resource/Hannibal_(TV_series)", "http://dbpedia.org/resource/Hannity", "http://dbpedia.org/resource/Hannity's_America", "http://dbpedia.org/resource/Hannity_&_Colmes", "http://dbpedia.org/resource/Hans_Brinker_and_the_Silver_Skates_(film)", "http://dbpedia.org/resource/Hans_G\u00fcnter_Winkler", "http://dbpedia.org/resource/Hans_Heiling", "http://dbpedia.org/resource/Hans_in_the_Kitchen", "http://dbpedia.org/resource/Hansel_and_Gretel_(1983_TV_special)", "http://dbpedia.org/resource/Hansel_and_Gretel_(opera)", "http://dbpedia.org/resource/Hansi_He_Hansi...Mil_Toh_Lein", "http://dbpedia.org/resource/Hanzawa_Naoki", "http://dbpedia.org/resource/Han\u0131m\u0131n_\u00c7iftli\u011fi_(TV_series)", "http://dbpedia.org/resource/Han\u2013Xiongnu_War", "http://dbpedia.org/resource/Hap_and_Leonard_(TV_series)", "http://dbpedia.org/resource/Hapi_House!", "http://dbpedia.org/resource/Hapi_ang_Buhay", "http://dbpedia.org/resource/Hapinas", "http://dbpedia.org/resource/Haplos_(TV_series)", "http://dbpedia.org/resource/Happening_'68", "http://dbpedia.org/resource/Happening_Now", "http://dbpedia.org/resource/Happily_Divorced", "http://dbpedia.org/resource/Happily_Ever_After:_Fairy_Tales_for_Every_Child", "http://dbpedia.org/resource/Happily_Ever_After_(1961_TV_series)", "http://dbpedia.org/resource/Happily_Ever_After_(2007_TV_series)", "http://dbpedia.org/resource/Happiness_(British_TV_series)", "http://dbpedia.org/resource/Happiness_(South_Korean_TV_series)", "http://dbpedia.org/resource/Happiness_Is_a_Warm_Blanket,_Charlie_Brown", "http://dbpedia.org/resource/Happiness_in_the_Wind", "http://dbpedia.org/resource/Happu_Ki_Ultan_Paltan", "http://dbpedia.org/resource/Happy!_(TV_series)", "http://dbpedia.org/resource/Happy's_Party", "http://dbpedia.org/resource/Happy_(1960_TV_series)", "http://dbpedia.org/resource/Happy_300_Days", "http://dbpedia.org/resource/Happy_Anniversary,_Charlie_Brown", "http://dbpedia.org/resource/Happy_Anniversary_and_Goodbye", "http://dbpedia.org/resource/Happy_Beach", "http://dbpedia.org/resource/Happy_Birthday,_Charlie_Brown", "http://dbpedia.org/resource/Happy_Birthday,_Garfield", "http://dbpedia.org/resource/Happy_Birthday_(TV_series)", "http://dbpedia.org/resource/Happy_Birthday_BBC_Two", "http://dbpedia.org/resource/Happy_Birthday_Oscar_Wilde", "http://dbpedia.org/resource/Happy_Cafe", "http://dbpedia.org/resource/Happy_Camp_(TV_series)", "http://dbpedia.org/resource/Happy_Can_Already!", "http://dbpedia.org/resource/Happy_Can_Already!_2", "http://dbpedia.org/resource/Happy_Can_Already!_3", "http://dbpedia.org/resource/Happy_Can_Already!_4", "http://dbpedia.org/resource/Happy_Days", "http://dbpedia.org/resource/Happy_Ending_(TV_series)", "http://dbpedia.org/resource/Happy_Endings:_Happy_Rides", "http://dbpedia.org/resource/Happy_Endings_(TV_series)", "http://dbpedia.org/resource/Happy_Endings_(season_1)", "http://dbpedia.org/resource/Happy_Ever_After_(British_TV_series)", "http://dbpedia.org/resource/Happy_Ever_After_(Hong_Kong_TV_series)", "http://dbpedia.org/resource/Happy_Face_Killer_(film)", "http://dbpedia.org/resource/Happy_Face_Murders", "http://dbpedia.org/resource/Happy_Families_(1985_TV_series)", "http://dbpedia.org/resource/Happy_Families_(1989_TV_series)", "http://dbpedia.org/resource/Happy_Family_(American_TV_series)", "http://dbpedia.org/resource/Happy_Family_(Singaporean_TV_series)", "http://dbpedia.org/resource/Happy_Family_Plan", "http://dbpedia.org/resource/Happy_Go_Lucky_(1961_TV_series)", "http://dbpedia.org/resource/Happy_Hollidays", "http://dbpedia.org/resource/Happy_Home_(TV_series)", "http://dbpedia.org/resource/Happy_Hour_(TV_series)", "http://dbpedia.org/resource/Happy_Hours_(TV_series)", "http://dbpedia.org/resource/Happy_Hustle_High", "http://dbpedia.org/resource/Happy_Jail", "http://dbpedia.org/resource/Happy_Kappy", "http://dbpedia.org/resource/Happy_Land_(TV_program)", "http://dbpedia.org/resource/Happy_Mania", "http://dbpedia.org/resource/Happy_Merry-Go-Round", "http://dbpedia.org/resource/Happy_Michelin_Kitchen", "http://dbpedia.org/resource/Happy_Monster_Band", "http://dbpedia.org/resource/Happy_Mother-in-Law,_Pretty_Daughter-in-Law", "http://dbpedia.org/resource/Happy_Ness:_The_Secret_of_the_Loch", "http://dbpedia.org/resource/Happy_New_Year,_America", "http://dbpedia.org/resource/Happy_New_Year,_Charlie_Brown!", "http://dbpedia.org/resource/Happy_Seven", "http://dbpedia.org/resource/Happy_Since_I_Met_You", "http://dbpedia.org/resource/Happy_Sisters", "http://dbpedia.org/resource/Happy_Sunday", "http://dbpedia.org/resource/Happy_Time_(TV_program)", "http://dbpedia.org/resource/Happy_Together_(American_TV_series)", "http://dbpedia.org/resource/Happy_Together_(Philippine_TV_series)", "http://dbpedia.org/resource/Happy_Together_(Russian_TV_series)", "http://dbpedia.org/resource/Happy_Together_(South_Korean_TV_series)", "http://dbpedia.org/resource/Happy_Together_(talk_show)", "http://dbpedia.org/resource/Happy_Town_(TV_series)", "http://dbpedia.org/resource/Happy_Tree_Friends", "http://dbpedia.org/resource/Happy_Tree_Friends_(TV_series)", "http://dbpedia.org/resource/Happy_Truck_HAPPinas", "http://dbpedia.org/resource/Happy_Truck_ng_Bayan", "http://dbpedia.org/resource/Happy_Valley_(TV_series)", "http://dbpedia.org/resource/Happy_Wife,_Happy_Life", "http://dbpedia.org/resource/Happy_Yipee_Yehey!", "http://dbpedia.org/resource/Happyish", "http://dbpedia.org/resource/Happyland_(TV_series)", "http://dbpedia.org/resource/Haq_Se", "http://dbpedia.org/resource/Haqeeqat_(2019_TV_series)", "http://dbpedia.org/resource/Haqeeqat_(Indian_TV_series)", "http://dbpedia.org/resource/Har_Ghar_Kuch_Kehta_Hai", "http://dbpedia.org/resource/Har_Mard_Ka_Dard", "http://dbpedia.org/resource/Har_Mushkil_Ka_Hal_Akbar_Birbal", "http://dbpedia.org/resource/Har_Shaakh_Pe_Ullu_Baithaa_Hai", "http://dbpedia.org/resource/Hara_Hara_Mahadeva_(TV_series)", "http://dbpedia.org/resource/Harald_Schmidt_(TV_series)", "http://dbpedia.org/resource/Harano_Sur_(TV_series)", "http://dbpedia.org/resource/Harapan_ng_Bise", "http://dbpedia.org/resource/Harbor_Command", "http://dbpedia.org/resource/Harbormaster_(TV_series)", "http://dbpedia.org/resource/Harbour_Lights_(TV_series)", "http://dbpedia.org/resource/Harbourmaster_(TV_series)", "http://dbpedia.org/resource/Hard_(TV_series)", "http://dbpedia.org/resource/Hard_Candy_Fitness", "http://dbpedia.org/resource/Hard_Cases_(TV_series)", "http://dbpedia.org/resource/Hard_Cell", "http://dbpedia.org/resource/Hard_Copy_(South_African_TV_series)", "http://dbpedia.org/resource/Hard_Copy_(TV_program)", "http://dbpedia.org/resource/Hard_Drinkin'_Lincoln", "http://dbpedia.org/resource/Hard_Fate", "http://dbpedia.org/resource/Hard_Knocks_(1987_TV_series)", "http://dbpedia.org/resource/Hard_Knocks_(2001_TV_series)", "http://dbpedia.org/resource/Hard_Luck_Duck", "http://dbpedia.org/resource/Hard_Quiz", "http://dbpedia.org/resource/Hard_Rock_Medical", "http://dbpedia.org/resource/Hard_Sell_(TV_series)", "http://dbpedia.org/resource/Hard_Spell", "http://dbpedia.org/resource/Hard_Spell_Abbey", "http://dbpedia.org/resource/Hard_Sun", "http://dbpedia.org/resource/Hard_Time_(film)", "http://dbpedia.org/resource/Hard_Time_on_Planet_Earth", "http://dbpedia.org/resource/Hard_Times_(British_TV_series)", "http://dbpedia.org/resource/Hard_Times_(Canadian_TV_series)", "http://dbpedia.org/resource/Hardball_(1989_TV_series)", "http://dbpedia.org/resource/Hardball_(1994_TV_series)", "http://dbpedia.org/resource/Hardball_(2019_TV_series)", "http://dbpedia.org/resource/Hardball_with_Chris_Matthews", "http://dbpedia.org/resource/Hardcase_(1972_film)", "http://dbpedia.org/resource/Hardcastle_and_McCormick", "http://dbpedia.org/resource/Hardcore_Pawn", "http://dbpedia.org/resource/Hardcore_Pawn:_Chicago", "http://dbpedia.org/resource/Hardcover_Mysteries_(TV_series)", "http://dbpedia.org/resource/Hardhat_and_Legs", "http://dbpedia.org/resource/Hardware_(TV_series)", "http://dbpedia.org/resource/Hardwell_On_Air", "http://dbpedia.org/resource/Hardwicke_House", "http://dbpedia.org/resource/Hardwood_Classics", "http://dbpedia.org/resource/Hardy_Bucks", "http://dbpedia.org/resource/Hare_and_Wolf", "http://dbpedia.org/resource/Hareport", "http://dbpedia.org/resource/Hari_Hari_Churiyaan", "http://dbpedia.org/resource/Hari_Mirchi_Lal_Mirchi", "http://dbpedia.org/resource/Harichandanam", "http://dbpedia.org/resource/Harina_de_otro_costal", "http://dbpedia.org/resource/Hark_at_Barker", "http://dbpedia.org/resource/Harke_Haldar", "http://dbpedia.org/resource/Harlan_County_War", "http://dbpedia.org/resource/Harlem_(TV_series)", "http://dbpedia.org/resource/Harlem_Beat", "http://dbpedia.org/resource/Harlem_Globetrotters_(TV_series)", "http://dbpedia.org/resource/Harlem_Heights_(TV_series)", "http://dbpedia.org/resource/Harlequin_Puppet_Theatre", "http://dbpedia.org/resource/Harlequinade_(Australian_TV_play)", "http://dbpedia.org/resource/Harley_Quinn_(TV_series)", "http://dbpedia.org/resource/Harley_Street_(TV_series)", "http://dbpedia.org/resource/Harley_and_the_Davidsons", "http://dbpedia.org/resource/Harlock_Saga", "http://dbpedia.org/resource/Harlots_(TV_series)", "http://dbpedia.org/resource/HarmonQuest", "http://dbpedia.org/resource/Harnessing_Peacocks_(film)", "http://dbpedia.org/resource/Harold_Robbins'_The_Survivors", "http://dbpedia.org/resource/Harold_Shipman:_Doctor_Death", "http://dbpedia.org/resource/Haromoni", "http://dbpedia.org/resource/Haromoni@", "http://dbpedia.org/resource/Harper's_Island", "http://dbpedia.org/resource/Harper_Valley_PTA_(TV_series)", "http://dbpedia.org/resource/Harphoul_Mohini", "http://dbpedia.org/resource/Harpies_(film)", "http://dbpedia.org/resource/Harpoon_(series)", "http://dbpedia.org/resource/Harriet's_Back_in_Town", "http://dbpedia.org/resource/Harriet_Lee_(TV_series)", "http://dbpedia.org/resource/Harriet_the_Spy:_Blog_Wars", "http://dbpedia.org/resource/Harriet_the_Spy_(TV_series)", "http://dbpedia.org/resource/Harrigan_(TV_series)", "http://dbpedia.org/resource/Harrigan_and_Son", "http://dbpedia.org/resource/Harris_Against_the_World", "http://dbpedia.org/resource/Harris_and_Company", "http://dbpedia.org/resource/Harrison_Bergeron_(film)", "http://dbpedia.org/resource/Harriswood_Crescent", "http://dbpedia.org/resource/Harrow_(TV_series)", "http://dbpedia.org/resource/Harry's_Game", "http://dbpedia.org/resource/Harry's_Girls", "http://dbpedia.org/resource/Harry's_Heroes", "http://dbpedia.org/resource/Harry's_Hong_Kong", "http://dbpedia.org/resource/Harry's_Law", "http://dbpedia.org/resource/Harry's_Mad", "http://dbpedia.org/resource/Harry's_Practice", "http://dbpedia.org/resource/Harry_&_Bunnie", "http://dbpedia.org/resource/Harry_&_Meghan:_Escaping_the_Palace", "http://dbpedia.org/resource/Harry_&_Paul", "http://dbpedia.org/resource/Harry_(American_TV_series)", "http://dbpedia.org/resource/Harry_(British_TV_series)", "http://dbpedia.org/resource/Harry_(game_show)", "http://dbpedia.org/resource/Harry_(talk_show)", "http://dbpedia.org/resource/Harry_Batt", "http://dbpedia.org/resource/Harry_Enfield's_Brand_Spanking_New_Show", "http://dbpedia.org/resource/Harry_Enfield_&_Chums", "http://dbpedia.org/resource/Harry_Hill's_Alien_Fun_Capsule", "http://dbpedia.org/resource/Harry_Hill's_Fruit_Corner", "http://dbpedia.org/resource/Harry_Hill's_Shark_Infested_Custard", "http://dbpedia.org/resource/Harry_Hill's_TV_Burp", "http://dbpedia.org/resource/Harry_Hill_(TV_series)", "http://dbpedia.org/resource/Harry_Loves_Lisa", "http://dbpedia.org/resource/Harry_O", "http://dbpedia.org/resource/Harry_Potter", "http://dbpedia.org/resource/Harry_Potter_(film_series)", "http://dbpedia.org/resource/Harry_Potter_20th_Anniversary:_Return_to_Hogwarts", "http://dbpedia.org/resource/Harry_and_Cosh", "http://dbpedia.org/resource/Harry_and_His_Bucket_Full_of_Dinosaurs", "http://dbpedia.org/resource/Harry_and_the_Hendersons_(TV_series)", "http://dbpedia.org/resource/Harry_and_the_Wrinklies_(TV_series)", "http://dbpedia.org/resource/Harry_the_Bunny", "http://dbpedia.org/resource/Harrying_of_the_North", "http://dbpedia.org/resource/Harsh_Realm", "http://dbpedia.org/resource/Hart_aber_fair", "http://dbpedia.org/resource/Hart_of_Dixie", "http://dbpedia.org/resource/Hart_to_Hart", "http://dbpedia.org/resource/Hart_van_Nederland", "http://dbpedia.org/resource/Hartbeat", "http://dbpedia.org/resource/Harts_of_the_West", "http://dbpedia.org/resource/Haru_(TV_series)", "http://dbpedia.org/resource/Haru_no_Sakamichi_(TV_series)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Feng_Zicai> <http://dbpedia.org/ontology/commander> ?x . ?x <http://dbpedia.org/property/territory> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Springer> <http://dbpedia.org/ontology/club> ?uri . <http://dbpedia.org/resource/Syracuse_University_Press> <http://dbpedia.org/property/parentOrganization> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BASIC> <http://dbpedia.org/property/founded> ?uri . <http://dbpedia.org/resource/Language_Integrated_Query> <http://dbpedia.org/ontology/company> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/McDonnell_Douglas> <http://dbpedia.org/ontology/numberBuilt> ?uri . <http://dbpedia.org/resource/Bharathiar_University> <http://dbpedia.org/property/successor> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Columbus_Crew_SC> . ?x <http://dbpedia.org/ontology/place> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/American_Mediterranean_Sea> <http://dbpedia.org/property/cities> ?uri . }"}, "answers": ["19"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/FremantleMedia> . ?x <http://dbpedia.org/ontology/manufacturer> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/chairman> <http://dbpedia.org/resource/Merritt_Paulson> . ?x <http://dbpedia.org/ontology/homeStadium> ?uri . }"}, "answers": ["http://dbpedia.org/resource/List_of_association_football_stadiums_by_capacity", "http://dbpedia.org/resource/Portland,_Oregon", "http://dbpedia.org/resource/Providence_Park", "http://dbpedia.org/resource/Oregon", "http://dbpedia.org/resource/Merlo_Field"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["10"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/race> <http://dbpedia.org/resource/Lawrence_Realization_Stakes> . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": ["http://dbpedia.org/resource/American_Champion_Three-Year-Old_Male_Horse", "http://dbpedia.org/resource/American_Horse_of_the_Year", "http://dbpedia.org/resource/American_Champion_Two-Year-Old_Male_Horse", "http://dbpedia.org/resource/United_States_Champion_Jockey_by_earnings", "http://dbpedia.org/resource/United_States_Champion_Jockey_by_wins", "http://dbpedia.org/resource/Canadian_Champion_Jockey_by_wins", "http://dbpedia.org/resource/George_Woolf_Memorial_Jockey_Award", "http://dbpedia.org/resource/United_States_Champion_Thoroughbred_Trainer_by_wins", "http://dbpedia.org/resource/Leading_sire_in_North_America", "http://dbpedia.org/resource/United_States_Champion_Thoroughbred_Trainer_by_earnings", "http://dbpedia.org/resource/Avelino_Gomez_Memorial_Award", "http://dbpedia.org/resource/Eclipse_Special_Award", "http://dbpedia.org/resource/Red_Smith_%22Good_Guy%22_Award", "http://dbpedia.org/resource/ESPY_Award", "http://dbpedia.org/resource/Eclipse_Award_for_Outstanding_Jockey", "http://dbpedia.org/resource/National_Thoroughbred_Racing_Association_Moment_of_the_Year", "http://dbpedia.org/resource/American_Champion_Male_Turf_Horse", "http://dbpedia.org/resource/American_Champion_Older_Dirt_Female_Horse", "http://dbpedia.org/resource/American_Champion_Two-Year-Old_Filly", "http://dbpedia.org/resource/American_Champion_Older_Dirt_Male_Horse", "http://dbpedia.org/resource/Triple_Crown_of_Thoroughbred_Racing_(United_States)", "http://dbpedia.org/resource/Monmouth_Park_Racetrack", "http://dbpedia.org/resource/Leading_broodmare_sire_in_North_America", "http://dbpedia.org/resource/British_flat_racing_Champion_Jockey", "http://dbpedia.org/resource/National_Turf_Writers_Association", "http://dbpedia.org/resource/Arlington_Park", "http://dbpedia.org/resource/Mike_Venezia_Memorial_Award", "http://dbpedia.org/resource/American_Champion_Jockey_by_stakes_wins", "http://dbpedia.org/resource/California_Horse_of_the_Year"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/United_Kingdom> . ?uri <http://dbpedia.org/property/editing> ?x . }"}, "answers": ["479"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Jeff_Conaway> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/Delta_County,_U.S.A.", "http://dbpedia.org/resource/Babylon_5:_A_Call_to_Arms", "http://dbpedia.org/resource/Babylon_5:_The_River_of_Souls", "http://dbpedia.org/resource/Making_of_a_Male_Model"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pittsburgh_Line> <http://dbpedia.org/ontology/route> ?x . ?x <http://dbpedia.org/property/founded> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/origin> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/publisher> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Basketball_Association> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}"}, "answers": ["683"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2002_Players_Championship> <http://dbpedia.org/property/prizes> ?x . ?x <http://dbpedia.org/ontology/nationality> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jane_Austen_in_Manhattan> <http://dbpedia.org/ontology/colour> ?uri . <http://dbpedia.org/resource/Emma_(novel)> <http://dbpedia.org/property/author> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?xdbp:canonizedBy <http://dbpedia.org/resource/Pope_John_Paul_II> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/James_Horner> . ?uri <http://dbpedia.org/ontology/producer> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/voice> ?x . }"}, "answers": ["http://dbpedia.org/resource/List_of_Chaotic_characters", "http://dbpedia.org/resource/Donkey_(Shrek)", "http://dbpedia.org/resource/Marceline_the_Vampire_Queen", "http://dbpedia.org/resource/Allen_Walker", "http://dbpedia.org/resource/Nea_D._Campbell", "http://dbpedia.org/resource/Shoyo_Hinata", "http://dbpedia.org/resource/James_Vega", "http://dbpedia.org/resource/Iron_Bull", "http://dbpedia.org/resource/Jerry_Mouse", "http://dbpedia.org/resource/Tom_Cat", "http://dbpedia.org/resource/The_Noid", "http://dbpedia.org/resource/Doctor_Neo_Cortex", "http://dbpedia.org/resource/Crash_Bandicoot_(character)", "http://dbpedia.org/resource/Wendy_Testaburger", "http://dbpedia.org/resource/Liane_Cartman", "http://dbpedia.org/resource/List_of_Tenchi_Muyo!_characters", "http://dbpedia.org/resource/Reptar", "http://dbpedia.org/resource/Faith_Connors", "http://dbpedia.org/resource/Lieutenant_Green", "http://dbpedia.org/resource/Riku_(Kingdom_Hearts)", "http://dbpedia.org/resource/Chester_Cheetah", "http://dbpedia.org/resource/Otacon", "http://dbpedia.org/resource/Piglet_(Winnie-the-Pooh)", "http://dbpedia.org/resource/Guybrush_Threepwood", "http://dbpedia.org/resource/Kate_Austen", "http://dbpedia.org/resource/Guile_(Street_Fighter)", "http://dbpedia.org/resource/Anna_Williams_(Tekken)", "http://dbpedia.org/resource/Sally_Brown", "http://dbpedia.org/resource/Princess_Daphne_(character)", "http://dbpedia.org/resource/Suicide_(wrestling)", "http://dbpedia.org/resource/Urd_(Oh_My_Goddess!)", "http://dbpedia.org/resource/Ronald_McDonald", "http://dbpedia.org/resource/Yogi_Bear", "http://dbpedia.org/resource/Boo-Boo_Bear", "http://dbpedia.org/resource/Hiro_Takachiho"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/England> . ?xdbp:placeOfDeath ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Battle_of_the_Bulge_(film)> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Y_block_engine> <http://dbpedia.org/ontology/manufacturer> ?uri . <http://dbpedia.org/resource/Sho_V8_engine> <http://dbpedia.org/property/engine> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/Blizzard_Entertainment> . ?x <http://dbpedia.org/property/genre> ?uri . }"}, "answers": ["62"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Ridgewood,_New_Jersey> . }"}, "answers": ["11"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/starring> <http://dbpedia.org/resource/Jeff_Conaway> . }"}, "answers": ["15"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/nationality> <http://dbpedia.org/resource/Miss_Michigan_USA> } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/area> <http://dbpedia.org/resource/Regional_Radio_Sports_Network> . ?x <http://dbpedia.org/property/area> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sylvain_Lvi> <http://dbpedia.org/property/fields> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/garrison> <http://dbpedia.org/resource/Manchester_Airport> . ?x <http://dbpedia.org/property/destinations> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dalma_Kov\u00e1cs> <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri } "}, "answers": ["http://dbpedia.org/resource/Eurovision_Song_Contest", "http://dbpedia.org/resource/Marius_Moga", "http://dbpedia.org/resource/Catalin_M\u0103ru\u021b\u0103", "http://dbpedia.org/resource/Divertis", "http://dbpedia.org/resource/Faimo\u0219ii", "http://dbpedia.org/resource/Ploaia_de_stele"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/fields> <http://dbpedia.org/resource/Field_Marshal> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/assembly> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/property/manufacturer> ?uri . }"}, "answers": ["DeSoto", "http://dbpedia.org/resource/Ford_Motor_Company", "HTT Automobile", "http://dbpedia.org/resource/Chrysler_Corporation", "Plymouth", "Pontiac", "http://dbpedia.org/resource/General_Motors", "http://dbpedia.org/resource/Terex", "Jeep", "http://dbpedia.org/resource/American_Motors_Corporation", "", "http://dbpedia.org/resource/American_Motors", "http://dbpedia.org/resource/Studebaker", "Chevrolet", "http://dbpedia.org/resource/Toyota", "http://dbpedia.org/resource/Honda", "Acura", "http://dbpedia.org/resource/DaimlerChrysler", "Dodge Division of Chrysler Corporation", "Dodge", "http://dbpedia.org/resource/Motor_Coach_Industries", "Timmis Motor Company", "http://dbpedia.org/resource/Canadian_Electric_Vehicles"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/On_Broadway_(Smash)> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Egushawa> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }"}, "answers": ["30"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Olivier_Boulay> . ?x <http://dbpedia.org/ontology/layout> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Rear-wheel_drive", "http://dbpedia.org/resource/Front-engine,_front-wheel-drive_layout", "http://dbpedia.org/resource/Front-engine,_rear-wheel-drive_layout", "http://dbpedia.org/resource/Front-engine,_four-wheel-drive_layout", "http://dbpedia.org/resource/Mid-engine_design", "http://dbpedia.org/resource/Four-wheel_drive", "http://dbpedia.org/resource/North_America"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Ridgewood,_New_Jersey> . }"}, "answers": ["http://dbpedia.org/resource/W._Cary_Edwards", "http://dbpedia.org/resource/Alfred_Lutter", "http://dbpedia.org/resource/Ali_Stroker", "http://dbpedia.org/resource/Frankie_Jonas", "http://dbpedia.org/resource/Fred_DuVal", "http://dbpedia.org/resource/Anne_Donovan", "http://dbpedia.org/resource/Anthony_Pollina", "http://dbpedia.org/resource/Eric_Gurry", "http://dbpedia.org/resource/Eric_S._Rosengren", "http://dbpedia.org/resource/Evanka_Osmak", "http://dbpedia.org/resource/Glenda_Arentzen", "http://dbpedia.org/resource/Margaret_Juntwait", "http://dbpedia.org/resource/Mark_Cahill", "http://dbpedia.org/resource/Martha_Byrne", "http://dbpedia.org/resource/Brian_Williams", "http://dbpedia.org/resource/Bryan_Buffington", "http://dbpedia.org/resource/Jake_Tapp", "http://dbpedia.org/resource/Jason_Heyward", "http://dbpedia.org/resource/Kazu_Shigenobu", "http://dbpedia.org/resource/Kelly_Conheeney", "http://dbpedia.org/resource/Melanie_McGuire", "http://dbpedia.org/resource/Joseph_McKenna_(wrestler)", "http://dbpedia.org/resource/Josh_Flitter", "http://dbpedia.org/resource/Molly_Creamer", "http://dbpedia.org/resource/Nancy_Torresen", "http://dbpedia.org/resource/Christopher_J._Connors", "http://dbpedia.org/resource/Carl_F._Ullrich", "http://dbpedia.org/resource/Don_Van_Natta_Jr.", "http://dbpedia.org/resource/Cosmo_Jarvis", "http://dbpedia.org/resource/Dale_Berra", "http://dbpedia.org/resource/Helen_Nearing", "http://dbpedia.org/resource/MC_Paul_Barman", "http://dbpedia.org/resource/Richard_Kollmar", "http://dbpedia.org/resource/Jeffrey_Nordling", "http://dbpedia.org/resource/Jennifer_Morgan_(activist)", "http://dbpedia.org/resource/Jimmie_Todd_Smith", "http://dbpedia.org/resource/Joe_Harasymiak", "http://dbpedia.org/resource/John_Cortez", "http://dbpedia.org/resource/Nikki_Phillips_(soccer)", "http://dbpedia.org/resource/Peter_Carlisle", "http://dbpedia.org/resource/Elizabeth_Hawes", "http://dbpedia.org/resource/Liz_Krueger", "http://dbpedia.org/resource/Bill_DeMott", "http://dbpedia.org/resource/Bill_Wielechowski", "http://dbpedia.org/resource/Bob_Sebra", "http://dbpedia.org/resource/Michael_Zegen", "http://dbpedia.org/resource/Mike_Dietze", "http://dbpedia.org/resource/Mike_Ferguson_(New_Jersey_politician)", "http://dbpedia.org/resource/Mike_Laga", "http://dbpedia.org/resource/Paul_M._Cook", "http://dbpedia.org/resource/Paul_Mara", "http://dbpedia.org/resource/Helen_O'Bannon", "http://dbpedia.org/resource/Matt_Mondanile", "http://dbpedia.org/resource/Rich_Edson__Rich_Edson__1"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/operator> <http://dbpedia.org/resource/Maple_Leaf_Sports_&_Entertainment> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Stadium>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Timothy_Morton> <http://dbpedia.org/property/mainInterests> ?uri } "}, "answers": ["http://dbpedia.org/resource/Buddhism", "http://dbpedia.org/resource/Metaphysics", "http://dbpedia.org/resource/Object-oriented_ontology", "http://dbpedia.org/resource/Philosophical_realism", "http://dbpedia.org/resource/Ecocriticism"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/National_and_Kapodistrian_University_of_Athens> . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["29"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/affiliation> <http://dbpedia.org/resource/Association_of_Southeast_Asian_Institutions.of_Higher_Learning> . ?x <http://dbpedia.org/property/athletics> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/Suburb> . ?x <http://dbpedia.org/property/campus> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Suburban_area", "Suburban,", "Suburban", "http://dbpedia.org/resource/Suburban", "Suburban, Logan: , Statewide:", "Suburban, 15 acres", "1", "http://dbpedia.org/resource/Urban_area", "102042", "Cit\u00e9 Scientifique, Suburban, 1.1 km\u00b2", "Urban and Suburban", "3.0", "http://dbpedia.org/resource/Suburb", "Urban/Suburban", "Suburban campus", "Suburban, 218 acres", "Sub Urban, 50,558 sqm", "Urban,", "Lincoln Center :", "Rose Hill :", "Urban, 85 acres", "Westchester :", "Suburban,  Urban,", "Suburban, 32 acres, Rose Hill", "", "Suburban, 0.82km2", "Clementi Campus", "Suburban 300+ acres", "Total:", "Suburban, 1.3 hectares", "Both urban and suburban", "11.5", "http://dbpedia.org/resource/Sub-Urban", "1020.0", "Suburban, 73 Ha", "Urban/suburban Lethbridge, Fort Macleod and Taber.", "Urban/suburban reserve  on the Pine Ridge Reservation", "http://dbpedia.org/resource/Indian_reserve", "Urban and Suburb", "Suburban, 5 acres", "Suburb,", "21.0", "Puerto Plata campus Urban", "Santiago Campus, Suburban, 1.2 km2;", "Santo Tom\u00e1s de Aquino Campus, Urban, 14000 m2;", "urban/suburban/rural/remote", "http://dbpedia.org/resource/Forest", ", Suburban", "Suburban;", "Suburban, 135 acres", "Suburban, 662 acres", "http://dbpedia.org/resource/College_town", "Small Suburb,", "suburban,", "Suburban and Urban", "87.0", "75.0", "Both Urban/University town and Suburban", "Total", "Suburb: Depok Campus", "Urban: Salemba Campus", "Suburban, 27 acres", "Suburban \u2013", "Suburb and concession", "Urban and suburban", "185.0", "Midsize Suburb/College Town,", "Both urban  and suburban", "Suburban main campus;", "65.0", "Urban, suburban", "Suburb, 81 kanals", "2", "Suburban, 307.9 acres/1.24km\u00b2", "Urban/Suburban 4 km2", "Both Urban and suburban", "Suburban, 338\u00bd acres", "3", "Suburban and regional", "Suburban 27 acres", "Suburban, 117.35 acres", "Suburban, 18 acres", "70", "Suburban: 125 acres", "Suburban, 116 acres", "Sub Urban, 27.24 acres", "one suburban campus", "Urban/suburban/remote , Drayton Valley, Wetaskiwin, Whitecourt", "http://dbpedia.org/resource/Suburbs", "suburban/remote Northern Alberta 25 campuses include Slave Lake and Grouard", "urban, suburban, remote", "Suburban and sylvan", "Midtown, suburban, 34.4 ha", "Urban, Suburban, 800 mu", "Suburban, 11.52 hectares", "50", "urban/suburban/rural Prince George, Quesnel, Mackenzie, \"Lakes District\" in Burns Lake, and \"Nechako\" in Fort St. James, Fraser Lake and Vanderhoof.", "Suburban, 20 acres", "http://dbpedia.org/resource/Rural", "Urban/Suburban,", "Suburban, 44 acres", "Suburban,  on two campuses", "Suburban, 40,500 sq.m", "Urban/Suburban, five campuses throughout Quebec, with campuses in Quebec City and Montreal, Laval, and Varennes.", "Suburban, 700 acres", "Rural and Suburban", "Suburban, 15 ha", "Suburban: Huai'an campus", "Urban: Xuan'wu campus", "Suburban, , Illinois", "Suburban 31,000 sq.ft", "Urban \u2014 Foggy Bottom; Suburban \u2014 Mount Vernon; Rural \u2014 Ashburn", "Suburban 1,300 acres", "Suburban, 97 acres", "Suburban, -- acres", "Suburban, 37.2 hectares", "Sub Urban, 60acres", "Urban/suburban", "Owings Mills: 221 acres", "Stevenson: 60 acres", "Main Campus: Urban", "Thu Duc Campus: Suburban", "133", "1160", "Suburban / Main Campus", "Urban / Medical Campus", "Suburban, 109 acres", "Suburban, 550,000 m2", "Suburban/Urban, 200 acres", "Two Urban/Suburban campuses", "Multiple Suburban", "suburban 374,000 square meters", "Urban/University town and Suburban", "Suburb", "Suburban, 140 waterfront acres", "Bukit Timah Campus", "Both Urban and Suburban", "6", "Large City,", "Large Suburb,", "Suburban, 1050 acres.", "Ikarashi, Asahimachi, Tokimate", "Three campuses, one urban and two suburban,", "Sub Urban, 60 acres", "Suburban, 143 acres", "Suburban: Tuguran campus", "Suburban, 42 acres", "191.0", "Suburban -", "565.0", "644.0", "187.0", "155.0", "http://dbpedia.org/resource/Rural_area", "an, 125 acres", "Brooklyn - Urban", "Long Island - Suburban", "Suburban \u2212 Blitar", "Suburban \u2212 Sawojajar, Malang", "Urban \u2212 Malang", "Suburban, 9.02 acres", "Suburban - Bintaro Jaya Sector V", "Urban / Suburban, 271 acres", "35.0", "Suburban, 70 acres", "Ankara: Suburban, 11,100 acres \nNorthern Cyprus: Rural, 137 acres", "Suburb: Large", "Suburban,  campus in Pasadena", "Campus area 4.5 sq.km", "Two suburban locations", "100.0", "Suburban, 16.3 hectares", "Suburban, 92 acres", "Main Campus: 60 ha", "139967.0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/C_(programming_language)> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/artist> <http://dbpedia.org/resource/Cirque_du_Soleil_discography> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Orson_Welles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/Filming_Othello", "http://dbpedia.org/resource/Filming_The_Trial", "http://dbpedia.org/resource/Moby_Dick_(unfinished_film)", "http://dbpedia.org/resource/Around_the_World_with_Orson_Welles", "http://dbpedia.org/resource/The_Deep_(unfinished_film)", "http://dbpedia.org/resource/Vienna_(film)", "http://dbpedia.org/resource/The_Miracle_of_St._Anne", "http://dbpedia.org/resource/The_Fountain_of_Youth_(film)", "http://dbpedia.org/resource/The_Lady_from_Shanghai", "http://dbpedia.org/resource/The_Magnificent_Ambersons_(film)", "http://dbpedia.org/resource/The_Merchant_of_Venice_(1969_film)", "http://dbpedia.org/resource/The_Other_Side_of_the_Wind", "http://dbpedia.org/resource/The_Stranger_(1946_film)", "http://dbpedia.org/resource/The_Trial_(1962_film)", "http://dbpedia.org/resource/The_Heroine", "http://dbpedia.org/resource/Citizen_Kane", "http://dbpedia.org/resource/Citizen_Kane_trailer", "http://dbpedia.org/resource/The_Immortal_Story", "http://dbpedia.org/resource/Mr._Arkadin", "http://dbpedia.org/resource/Too_Much_Johnson_(1938_film)", "http://dbpedia.org/resource/Touch_of_Evil", "http://dbpedia.org/resource/Chimes_at_Midnight", "http://dbpedia.org/resource/Twelfth_Night_(1933_film)", "http://dbpedia.org/resource/Don_Quixote_(unfinished_film)", "http://dbpedia.org/resource/One_Man_Band_(unfinished_film)", "http://dbpedia.org/resource/Macbeth_(1948_film)", "http://dbpedia.org/resource/Three_Cases_of_Murder", "http://dbpedia.org/resource/Orson_Welles'_Magic_Show", "http://dbpedia.org/resource/Othello_(1951_film)", "http://dbpedia.org/resource/Black_Magic_(1949_film)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/discoverer> <http://dbpedia.org/resource/Urbain_Le_Verrier> . }"}, "answers": ["http://dbpedia.org/resource/Neptune"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Union_of_Cambodian_Democrats> <http://dbpedia.org/ontology/ideology> ?uri } "}, "answers": ["http://dbpedia.org/resource/Royalist", "http://dbpedia.org/resource/Liberalism", "http://dbpedia.org/resource/Buddhism_and_democracy"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/crosses> <http://dbpedia.org/resource/Box_girder_bridge> . ?x <http://dbpedia.org/ontology/river> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/party> <http://dbpedia.org/resource/Austria> . ?x <http://dbpedia.org/ontology/membership> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/currentclub> <http://dbpedia.org/resource/Jason_Hayne> . ?x <http://dbpedia.org/ontology/team> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Richard_Taylor_(colonel)> . ?x <http://dbpedia.org/property/combatant> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/artist> <http://dbpedia.org/resource/Tangerine_Dream> . ?x <http://dbpedia.org/property/artist> ?uri . }"}, "answers": ["Meat Loaf and Tangerine Dream", "http://dbpedia.org/resource/Tangerine_Dream", "Tangerine Dream"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Germanic_languages> . ?uri <http://dbpedia.org/ontology/language> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/employer> <http://dbpedia.org/resource/ITV_(TV_network)> . }"}, "answers": ["66"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Carl_Sagan> . ?x <http://dbpedia.org/ontology/author> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Carl_Sagan"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Peanuts_Motion_Comics> <http://dbpedia.org/ontology/voice> ?uri . <http://dbpedia.org/resource/The_Neanuts_Movie> <http://dbpedia.org/property/voices> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thomas_Secunda> <http://dbpedia.org/property/employer> ?x . ?x <http://dbpedia.org/ontology/owner> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/regionServed> <http://dbpedia.org/resource/Mid_Wales> . ?x <http://dbpedia.org/ontology/foundedBy> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/British_people> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/placeOfBirth> <http://dbpedia.org/resource/United_States> } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steve_Romeo> <http://dbpedia.org/ontology/deathPlace> ?uri } "}, "answers": ["http://dbpedia.org/resource/United_States", "http://dbpedia.org/resource/Ranger_Peak_(Wyoming)", "http://dbpedia.org/resource/Wyoming"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/athletics> <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Lars_Bak_(computer_programmer)> . ?x <http://dbpedia.org/ontology/company> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lemberger_LD20b> <http://dbpedia.org/property/origin> ?uri . <http://dbpedia.org/resource/Start+Flug_H101> <http://dbpedia.org/ontology/birthPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/Louisiana> . }"}, "answers": ["http://dbpedia.org/resource/Alvin_Batiste", "http://dbpedia.org/resource/Alvin_Benjamin_Rubin", "http://dbpedia.org/resource/Amy_Fay", "http://dbpedia.org/resource/Andrew_Hero_Jr.", "http://dbpedia.org/resource/Andy_Bowen", "http://dbpedia.org/resource/Andy_Sperandeo", "http://dbpedia.org/resource/Damion_Jeanpiere", "http://dbpedia.org/resource/Danny_Granger", "http://dbpedia.org/resource/Dave_Bolen", "http://dbpedia.org/resource/David_Birney_(bishop)", "http://dbpedia.org/resource/David_Suhor", "http://dbpedia.org/resource/David_W._Brown", "http://dbpedia.org/resource/Dayne_Sherman", "http://dbpedia.org/resource/Dean_Cochran", "http://dbpedia.org/resource/Dee_D._Drell", "http://dbpedia.org/resource/Vance_Plauch\u00e9", "http://dbpedia.org/resource/Vaughn_Lusby", "http://dbpedia.org/resource/Victor_G._Guillory", "http://dbpedia.org/resource/Victor_S\u00e9jour", "http://dbpedia.org/resource/Victoria_Williams", "http://dbpedia.org/resource/Vincent_Timphony", "http://dbpedia.org/resource/W._G._Snuffy_Walden", "http://dbpedia.org/resource/Walter_Boasso", "http://dbpedia.org/resource/Walter_Guion", "http://dbpedia.org/resource/Warmoth_T._Gibbs", "http://dbpedia.org/resource/Dixon_Hearne", "http://dbpedia.org/resource/Heather_Christian", "http://dbpedia.org/resource/Leslie_Stowe", "http://dbpedia.org/resource/Devon_Walker", "http://dbpedia.org/resource/Dickson_Despommier", "http://dbpedia.org/resource/Thomas_M._Amoss", "http://dbpedia.org/resource/Mary_Ellen_Sigsbee", "http://dbpedia.org/resource/Al_Montreuil", "http://dbpedia.org/resource/Albert_Tate_Jr.", "http://dbpedia.org/resource/Alex_Pourteau", "http://dbpedia.org/resource/Alfred_Hartley", "http://dbpedia.org/resource/Alice_Lee_Moqu\u00e9", "http://dbpedia.org/resource/Benjamin_C._Dawkins_Jr.", "http://dbpedia.org/resource/Benjamin_M._Rosen", "http://dbpedia.org/resource/Benton_Reed", "http://dbpedia.org/resource/Beth_Mizell", "http://dbpedia.org/resource/Foster_Campbell", "http://dbpedia.org/resource/Frances_Fredericks", "http://dbpedia.org/resource/Frank_Burton_Ellis", "http://dbpedia.org/resource/Frank_Joseph_Polozola", "http://dbpedia.org/resource/Franklin_Foil", "http://dbpedia.org/resource/Fred_Stamps", "http://dbpedia.org/resource/Frederick_Jacob_Reagan_Heebe", "http://dbpedia.org/resource/Gaston_J._Sigur_Jr.", "http://dbpedia.org/resource/Gaston_Louis_Noel_Porterie", "http://dbpedia.org/resource/Gene_Reynolds_(politician)", "http://dbpedia.org/resource/Gene_Taylor_(Mississippi_politician)", "http://dbpedia.org/resource/George_Arceneaux", "http://dbpedia.org/resource/George_Caldwell_(Louisiana_official)", "http://dbpedia.org/resource/George_Eustis_Jr.", "http://dbpedia.org/resource/George_K._Favrot", "http://dbpedia.org/resource/George_W._Jack", "http://dbpedia.org/resource/Hagan_Landry", "http://dbpedia.org/resource/Hamilton_D._Coleman", "http://dbpedia.org/resource/Hank_Lauricella", "http://dbpedia.org/resource/Harold_Dejan", "http://dbpedia.org/resource/Harold_Sylvester", "http://dbpedia.org/resource/Samsora", "http://dbpedia.org/resource/Tanner_Rainey", "http://dbpedia.org/resource/Taylor_Barras", "http://dbpedia.org/resource/Tazzie_Colomb", "http://dbpedia.org/resource/Ted_Ellis_(artist)", "http://dbpedia.org/resource/Wayne_P\u00e9r\u00e9", "http://dbpedia.org/resource/Wellborn_Jack", "http://dbpedia.org/resource/Whitfield_Jack", "http://dbpedia.org/resource/Whitmell_P._Martin", "http://dbpedia.org/resource/Wilbert_Rideau", "http://dbpedia.org/resource/William_D._Porter", "http://dbpedia.org/resource/William_Denis_Brown_III", "http://dbpedia.org/resource/William_Henry_Hunt_(judge)", "http://dbpedia.org/resource/William_J._Behan", "http://dbpedia.org/resource/William_Lewis_Elkin", "http://dbpedia.org/resource/William_P._Crowell", "http://dbpedia.org/resource/William_Walton_Butterworth", "http://dbpedia.org/resource/Anthony_Freeman", "http://dbpedia.org/resource/Anthony_Johnson_(defensive_lineman)", "http://dbpedia.org/resource/Archibald_(musician)", "http://dbpedia.org/resource/Archie_Williams_(singer)", "http://dbpedia.org/resource/Eric_Bieniemy", "http://dbpedia.org/resource/Eric_Skrmetta", "http://dbpedia.org/resource/Ernest_%22Doc%22_Paulin", "http://dbpedia.org/resource/Gerald_Lewis_(basketball)", "http://dbpedia.org/resource/Gia_M._Hamilton", "http://dbpedia.org/resource/Gis\u00e8le_Ruiz_Goldstein", "http://dbpedia.org/resource/Glenell_Sanders", "http://dbpedia.org/resource/Glenn_McCuen", "http://dbpedia.org/resource/Glenn_McMorris", "http://dbpedia.org/resource/Gordon_Novel", "http://dbpedia.org/resource/Marcel_Livaudais_Jr.", "http://dbpedia.org/resource/Marcia_Washington", "http://dbpedia.org/resource/Margaret_Rose_Henry", "http://dbpedia.org/resource/Marguerite_Piazza", "http://dbpedia.org/resource/Marilyn_Joi", "http://dbpedia.org/resource/Marilyn_Minter", "http://dbpedia.org/resource/Mark_Dudenhefer", "http://dbpedia.org/resource/Mark_LeBlanc", "http://dbpedia.org/resource/Marquise_Hill", "http://dbpedia.org/resource/Martin_Ransohoff", "http://dbpedia.org/resource/Marva_Wright", "http://dbpedia.org/resource/Mary_Ann_Vial_Lemmon", "http://dbpedia.org/resource/Mary_Robichaux", "http://dbpedia.org/resource/Marzieh_Hashemi", "http://dbpedia.org/resource/Terence_Blanchard", "http://dbpedia.org/resource/Teri_Anulewicz", "http://dbpedia.org/resource/Terry_A._Doughty", "http://dbpedia.org/resource/Urban_Henry", "http://dbpedia.org/resource/Mary_N._Meeker", "http://dbpedia.org/resource/Peter_Williams_(American_actor)", "http://dbpedia.org/resource/Robert_Pender", "http://dbpedia.org/resource/Jeffrey_Vitter", "http://dbpedia.org/resource/Brandon_Friedman", "http://dbpedia.org/resource/Brant_J._Pitre", "http://dbpedia.org/resource/Brian_Anthony_Jackson", "http://dbpedia.org/resource/Bryan_B._Battaglia", "http://dbpedia.org/resource/Bryan_Hymel", "http://dbpedia.org/resource/Bud_Scott", "http://dbpedia.org/resource/Jacob_Waguespack", "http://dbpedia.org/resource/Jacqueline_Ceballos", "http://dbpedia.org/resource/Jacques_Dupr\u00e9", "http://dbpedia.org/resource/James_A._Louttit", "http://dbpedia.org/resource/James_August_Comiskey", "http://dbpedia.org/resource/James_C._Bolton", "http://dbpedia.org/resource/James_C._Dever_III", "http://dbpedia.org/resource/James_D._Peterson", "http://dbpedia.org/resource/James_E._Bolin", "http://dbpedia.org/resource/James_L._Dennis", "http://dbpedia.org/resource/James_P._Pope", "http://dbpedia.org/resource/James_Travis_Trimble_Jr.", "http://dbpedia.org/resource/James_W._English", "http://dbpedia.org/resource/Jamie_Baldridge", "http://dbpedia.org/resource/Jamie_Fair", "http://dbpedia.org/resource/Jane_Margaret_Triche_Milazzo", "http://dbpedia.org/resource/Jared_Poch\u00e9", "http://dbpedia.org/resource/Jay_Aldrich", "http://dbpedia.org/resource/Jay_C._Zainey", "http://dbpedia.org/resource/Jazz_(wrestler)", "http://dbpedia.org/resource/Jean-Paul_Coussan", "http://dbpedia.org/resource/Jeannette_Knoll", "http://dbpedia.org/resource/Kate_M._Gordon", "http://dbpedia.org/resource/Katharine_Carl", "http://dbpedia.org/resource/Keith_P._Ellison", "http://dbpedia.org/resource/Ken_Layne", "http://dbpedia.org/resource/Kevin_Lewis_(defensive_back)", "http://dbpedia.org/resource/Kidd_Jordan", "http://dbpedia.org/resource/Kim_Batiste", "http://dbpedia.org/resource/Bob_Cato", "http://dbpedia.org/resource/Matthew_Gaines", "http://dbpedia.org/resource/Melvin_Hayes", "http://dbpedia.org/resource/Mem_Shannon", "http://dbpedia.org/resource/Rakeem_Boyd", "http://dbpedia.org/resource/Ralph_E._Tyson", "http://dbpedia.org/resource/Rashaad_Newsome", "http://dbpedia.org/resource/Raymond_M._Clausen_Jr.", "http://dbpedia.org/resource/Reginald_J._Brown", "http://dbpedia.org/resource/Thelton_Henderson", "http://dbpedia.org/resource/3D_Na'Tee", "http://dbpedia.org/resource/A._J._McNamara", "http://dbpedia.org/resource/Norby_Chabert", "http://dbpedia.org/resource/Norma_Holloway_Johnson", "http://dbpedia.org/resource/Joseph_Haspel", "http://dbpedia.org/resource/Clarence_Faulk", "http://dbpedia.org/resource/Clay_D._Land", "http://dbpedia.org/resource/Clayton_Adams", "http://dbpedia.org/resource/Clemens_V._Rault", "http://dbpedia.org/resource/Cleo_Fields", "http://dbpedia.org/resource/Cliff_Sutter", "http://dbpedia.org/resource/Compton_I._White", "http://dbpedia.org/resource/Amy_Stephens", "http://dbpedia.org/resource/John_Levy_(musician)", "http://dbpedia.org/resource/John_M._Jackson", "http://dbpedia.org/resource/John_M._Lilley", "http://dbpedia.org/resource/John_Minor_Wisdom", "http://dbpedia.org/resource/John_Peltz", "http://dbpedia.org/resource/John_R._G._Pitkin", "http://dbpedia.org/resource/John_Stocks_(politician)", "http://dbpedia.org/resource/John_T._Watkins", "http://dbpedia.org/resource/John_Trice_Nixon", "http://dbpedia.org/resource/John_Victor_Parker", "http://dbpedia.org/resource/John_Volz", "http://dbpedia.org/resource/John_W._Houghtaling_II", "http://dbpedia.org/resource/John_W._deGravelles", "http://dbpedia.org/resource/Jon_Alston", "http://dbpedia.org/resource/Jonathan_Perry_(politician)", "http://dbpedia.org/resource/Joseph_Biddle_Wilkinson_Jr.", "http://dbpedia.org/resource/Joseph_Jay_Pastoriza", "http://dbpedia.org/resource/Joseph_R._West", "http://dbpedia.org/resource/Josh_Wall", "http://dbpedia.org/resource/Joy_Harden_Bradford", "http://dbpedia.org/resource/Judi_Ann_Mason", "http://dbpedia.org/resource/Sarah_S._Vance", "http://dbpedia.org/resource/Scott_Crichton_(judge)", "http://dbpedia.org/resource/Edward_Avery_McIlhenny", "http://dbpedia.org/resource/Lula_J._Davis", "http://dbpedia.org/resource/Ivan_L._R._Lemelle", "http://dbpedia.org/resource/J._C._Seaman", "http://dbpedia.org/resource/J._D._Mooney", "http://dbpedia.org/resource/Jace_Peterson", "http://dbpedia.org/resource/Jack_Murphy_Gordon", "http://dbpedia.org/resource/Moise_H._Goldstein_Sr.", "http://dbpedia.org/resource/Morey_Leonard_Sear", "http://dbpedia.org/resource/Moses_J._Liddell", "http://dbpedia.org/resource/Murphy_J._Foster", "http://dbpedia.org/resource/Nannette_Jolivette_Brown", "http://dbpedia.org/resource/Napoleon_A._Jones_Jr.", "http://dbpedia.org/resource/Toni_Graphia", "http://dbpedia.org/resource/Toni_Jo_Henry", "http://dbpedia.org/resource/Tony_Chachere", "http://dbpedia.org/resource/Tony_Washington_(offensive_lineman)", "http://dbpedia.org/resource/Troy_Hebert", "http://dbpedia.org/resource/Ivory_Harris", "http://dbpedia.org/resource/John_Guckenheimer", "http://dbpedia.org/resource/John_Hill_(screenwriter)", "http://dbpedia.org/resource/Aaron_Loup", "http://dbpedia.org/resource/Adrian_G._Duplantier", "http://dbpedia.org/resource/Adrian_Hardy", "http://dbpedia.org/resource/Adrian_Joseph_Caillouet", "http://dbpedia.org/resource/C._L._Bryant", "http://dbpedia.org/resource/Cade_Doughty", "http://dbpedia.org/resource/Caitlin_Connor", "http://dbpedia.org/resource/Calvin_A._Johnson_Jr.", "http://dbpedia.org/resource/Charles_Armstrong_(baseball)", "http://dbpedia.org/resource/Charles_E._McKenzie", "http://dbpedia.org/resource/Charles_F._Roos", "http://dbpedia.org/resource/Charles_Maurian", "http://dbpedia.org/resource/Charles_Parlange", "http://dbpedia.org/resource/Charles_Schwartz_Jr.", "http://dbpedia.org/resource/Charlice_Byrd", "http://dbpedia.org/resource/Charlton_Beattie", "http://dbpedia.org/resource/Chris_Broussard", "http://dbpedia.org/resource/Christian_Garrison", "http://dbpedia.org/resource/Chuck_Reed_(gridiron_football)", "http://dbpedia.org/resource/Antoine_Garibaldi", "http://dbpedia.org/resource/Steve_Pylant", "http://dbpedia.org/resource/Susie_Morgan", "http://dbpedia.org/resource/Suzanne_Haik_Terrell", "http://dbpedia.org/resource/Manuel_Teodoro", "http://dbpedia.org/resource/William_Lee_Brent", "http://dbpedia.org/resource/Carl_Barbier", "http://dbpedia.org/resource/Cary_Koch", "http://dbpedia.org/resource/Hodding_Carter_III", "http://dbpedia.org/resource/Hosea_Fortune", "http://dbpedia.org/resource/Hugh_L._Fontaine", "http://dbpedia.org/resource/Benny_Powell", "http://dbpedia.org/resource/Lance_Dunbar", "http://dbpedia.org/resource/Lansing_Leroy_Mitchell", "http://dbpedia.org/resource/Layon_Gray", "http://dbpedia.org/resource/Leander_Perez", "http://dbpedia.org/resource/Victor_E._Rillieux", "http://dbpedia.org/resource/Doc_Faustina", "http://dbpedia.org/resource/Don_Maestri", "http://dbpedia.org/resource/Don_Rogers_(politician)", "http://dbpedia.org/resource/Donn_Kushner", "http://dbpedia.org/resource/Donni_Leaycraft", "http://dbpedia.org/resource/Dorothy_Pocklington", "http://dbpedia.org/resource/Doyle_Lane", "http://dbpedia.org/resource/Dustin_Schuetter", "http://dbpedia.org/resource/E._W._Foy", "http://dbpedia.org/resource/Karl_Jaffary", "http://dbpedia.org/resource/Joseph_A._Shakspeare", "http://dbpedia.org/resource/Rickey_Minor", "http://dbpedia.org/resource/W._E._%22Bill%22_Dykes", "http://dbpedia.org/resource/Cora_Kelley_Ward", "http://dbpedia.org/resource/Dale_Archer", "http://dbpedia.org/resource/Dale_M._Erdey", "http://dbpedia.org/resource/Greg_Deichmann", "http://dbpedia.org/resource/Greg_Litton", "http://dbpedia.org/resource/Gus_Weill", "http://dbpedia.org/resource/H._Parrott_Bacot", "http://dbpedia.org/resource/Henry_Anthony_Politz", "http://dbpedia.org/resource/Henry_Clay_Sevier", "http://dbpedia.org/resource/Henry_Mentz", "http://dbpedia.org/resource/Henry_Methvin", "http://dbpedia.org/resource/Henry_Richardson_Labouisse_Jr.", "http://dbpedia.org/resource/Herbert_William_Christenberry", "http://dbpedia.org/resource/Hewitt_Bouanchaud", "http://dbpedia.org/resource/Mack_E._Barham", "http://dbpedia.org/resource/Madeline_Haikala", "http://dbpedia.org/resource/Richard_Johnson_Putnam", "http://dbpedia.org/resource/Richard_T._Haik", "http://dbpedia.org/resource/Robert_C._Smith_(political_scientist)", "http://dbpedia.org/resource/Robert_Claiborne_(American_football)", "http://dbpedia.org/resource/Robert_G._James", "http://dbpedia.org/resource/Robert_G._Jones", "http://dbpedia.org/resource/Robert_L._Mouton", "http://dbpedia.org/resource/Robert_Max_Ross", "http://dbpedia.org/resource/Robert_Neller", "http://dbpedia.org/resource/Roger_Blake_West", "http://dbpedia.org/resource/Roland_Barbay", "http://dbpedia.org/resource/Kristin_Diable", "http://dbpedia.org/resource/Ezola_Foster", "http://dbpedia.org/resource/F._Edward_H\u00e9bert", "http://dbpedia.org/resource/Fatima_Shaik", "http://dbpedia.org/resource/Fly_Young_Red", "http://dbpedia.org/resource/Barry_Milligan", "http://dbpedia.org/resource/Jefferson_B._Snyder", "http://dbpedia.org/resource/Jehu_V._Chase", "http://dbpedia.org/resource/Jenny_Craig_(entrepreneur)", "http://dbpedia.org/resource/Jeremy_Geathers", "http://dbpedia.org/resource/Jerry_Tillery", "http://dbpedia.org/resource/Jesse_Cougle", "http://dbpedia.org/resource/Jesse_Myles", "http://dbpedia.org/resource/Jessel_Ourso", "http://dbpedia.org/resource/Jim_Cason", "http://dbpedia.org/resource/Jim_Donelon", "http://dbpedia.org/resource/Joachim_O._Fern\u00e1ndez", "http://dbpedia.org/resource/Joanne_Lyles_White", "http://dbpedia.org/resource/Joby_Ogwyn", "http://dbpedia.org/resource/Joe_Martina", "http://dbpedia.org/resource/Joe_Neal", "http://dbpedia.org/resource/John_B._Babcock", "http://dbpedia.org/resource/John_B._Fournet", "http://dbpedia.org/resource/John_Bentley_Mays", "http://dbpedia.org/resource/John_Crane_(writer)", "http://dbpedia.org/resource/John_D._Ewing", "http://dbpedia.org/resource/John_Harvey_Lowery", "http://dbpedia.org/resource/John_Horton_Slaughter", "http://dbpedia.org/resource/Leonard_Smith_(American_football)", "http://dbpedia.org/resource/Lester_Balaski", "http://dbpedia.org/resource/Lil_iROCC_Williams", "http://dbpedia.org/resource/Linda_Hopkins", "http://dbpedia.org/resource/Lisa_Bero", "http://dbpedia.org/resource/Nauman_Scott", "http://dbpedia.org/resource/Newton_C._Blanchard", "http://dbpedia.org/resource/Pauline_Cushman", "http://dbpedia.org/resource/Pete_Livermore", "http://dbpedia.org/resource/Peter_Beer_(judge)", "http://dbpedia.org/resource/Peter_J._Fos", "http://dbpedia.org/resource/Peyton_Manning", "http://dbpedia.org/resource/Phanor_Breazeale", "http://dbpedia.org/resource/Phil_Guy", "http://dbpedia.org/resource/Phillip_Livas", "http://dbpedia.org/resource/Quin_Hillyer", "http://dbpedia.org/resource/Thomas_A._Drake", "http://dbpedia.org/resource/Thomas_Gilcrease", "http://dbpedia.org/resource/Thomas_J._Ryan_(admiral)", "http://dbpedia.org/resource/Timothy_Meyers", "http://dbpedia.org/resource/Tina_Chandler", "http://dbpedia.org/resource/Tom_Stagg_(judge)", "http://dbpedia.org/resource/Tommy_Perry", "http://dbpedia.org/resource/William_Wright_Heard", "http://dbpedia.org/resource/Willie_Francis", "http://dbpedia.org/resource/Woodrow_Bradley_Seals", "http://dbpedia.org/resource/Fredric_King", "http://dbpedia.org/resource/Theodore_Roe", "http://dbpedia.org/resource/Martin_L._Pipes", "http://dbpedia.org/resource/Earl_Ernest_Veron", "http://dbpedia.org/resource/Ed_Lafitte", "http://dbpedia.org/resource/Eddie_Price", "http://dbpedia.org/resource/Edgar_G._%22Sonny%22_Mouton_Jr.", "http://dbpedia.org/resource/Edmond_D\u00e9d\u00e9", "http://dbpedia.org/resource/Edward_J._McShane", "http://dbpedia.org/resource/Edward_James_Boyle_Sr.", "http://dbpedia.org/resource/Edward_T._Lewis_(politician)", "http://dbpedia.org/resource/Edwards_Barham", "http://dbpedia.org/resource/Edwin_E._Moise", "http://dbpedia.org/resource/Edwin_F._Hunter", "http://dbpedia.org/resource/Eldon_E._Fallon", "http://dbpedia.org/resource/Elizabeth_Weaver", "http://dbpedia.org/resource/Ella_Brennan", "http://dbpedia.org/resource/Elmer_R._Tapper", "http://dbpedia.org/resource/Elmo_Pearce_Lee", "http://dbpedia.org/resource/Julien_Obioha", "http://dbpedia.org/resource/Justin_Williams_(baseball)", "http://dbpedia.org/resource/Lou_Sino", "http://dbpedia.org/resource/Louis_Haynes", "http://dbpedia.org/resource/Louis_Henry_Burns", "http://dbpedia.org/resource/Luke_Hawx", "http://dbpedia.org/resource/Lurita_Doan", "http://dbpedia.org/resource/Okla_Jones_II", "http://dbpedia.org/resource/Ollie_Tyler", "http://dbpedia.org/resource/Orlando_Thomas", "http://dbpedia.org/resource/Shantrelle_P._Lewis", "http://dbpedia.org/resource/Sheila_Wills", "http://dbpedia.org/resource/Stanwood_Duval", "http://dbpedia.org/resource/Bill_Monroe_(journalist)", "http://dbpedia.org/resource/Bob_Kaufman", "http://dbpedia.org/resource/Bob_Odom", "http://dbpedia.org/resource/Bolivar_E._Kemp", "http://dbpedia.org/resource/Bolivar_Edwards_Kemp_Jr.", "http://dbpedia.org/resource/Bonnie_Davis", "http://dbpedia.org/resource/Hunter_B._Shirley", "http://dbpedia.org/resource/Big_Mike_(rapper)", "http://dbpedia.org/resource/Big_Train_Jackson", "http://dbpedia.org/resource/Kip_Holden", "http://dbpedia.org/resource/Kirk_Talbot", "http://dbpedia.org/resource/Kordell_Stewart", "http://dbpedia.org/resource/Korey_Williams", "http://dbpedia.org/resource/Micaela_Almonester,_Baroness_de_Pontalba", "http://dbpedia.org/resource/Michael_L._Kurtz", "http://dbpedia.org/resource/Michael_Pittman_Sr.", "http://dbpedia.org/resource/Michelangelo_Canale", "http://dbpedia.org/resource/Mike_Jackson_(Texas_politician)", "http://dbpedia.org/resource/Pam_Dickerson", "http://dbpedia.org/resource/Pamela_Pepper", "http://dbpedia.org/resource/Papa_Charlie_Jackson", "http://dbpedia.org/resource/Parker_Griffith", "http://dbpedia.org/resource/Pat_Screen", "http://dbpedia.org/resource/Patricia_Maxwell", "http://dbpedia.org/resource/Paul_Carmouche", "http://dbpedia.org/resource/Paul_H._Maloney", "http://dbpedia.org/resource/Paul_Hollis", "http://dbpedia.org/resource/Paul_Octave_H\u00e9bert", "http://dbpedia.org/resource/Ronnie_Haliburton", "http://dbpedia.org/resource/Rosa_Rio", "http://dbpedia.org/resource/Royd_Anderson", "http://dbpedia.org/resource/Rush_Wimberly", "http://dbpedia.org/resource/Rusty_Staub", "http://dbpedia.org/resource/S._Maurice_Hicks_Jr.", "http://dbpedia.org/resource/Sarah_Dyer", "http://dbpedia.org/resource/Murder_of_Oneal_Moore", "http://dbpedia.org/resource/Charles_Emery_Tooke_Jr.", "http://dbpedia.org/resource/Ralph_Norman_Bauer", "http://dbpedia.org/resource/P._J._Boudousqu\u00e9", "http://dbpedia.org/resource/William_S._Peck_Sr."]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/9_to_5_(musical)> <http://dbpedia.org/ontology/musicBy> ?uri } "}, "answers": ["http://dbpedia.org/resource/Dolly_Parton"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/keyPeople> <http://dbpedia.org/resource/Kazuo_Hirai> . ?uri <http://dbpedia.org/property/builder> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rostov-Glavny> <http://dbpedia.org/ontology/servingRailwayLine> ?uri } "}, "answers": ["http://dbpedia.org/resource/Krasnodar"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Hockey_League> . ?x <http://dbpedia.org/ontology/name> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deathPlace> <http://dbpedia.org/resource/St._Petersburg,_Florida> . ?uri <http://dbpedia.org/ontology/knownFor> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Coconut> . }"}, "answers": ["132"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jeffrey_Vanan> <http://dbpedia.org/ontology/origin> ?uri . <http://dbpedia.org/resource/American_Mediterranean_Sea> <http://dbpedia.org/property/country> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owningCompany> <http://dbpedia.org/resource/Turner_Broadcasting_System> . ?uri <http://dbpedia.org/property/network> ?x . }"}, "answers": ["http://dbpedia.org/resource/Rick_and_Bubba", "http://dbpedia.org/resource/Junkin'_with_Val_and_Dave", "http://dbpedia.org/resource/American_Morning", "http://dbpedia.org/resource/Anderson_Cooper_360\u00b0", "http://dbpedia.org/resource/Declassified_(2016_TV_series)", "http://dbpedia.org/resource/Sanjay_Gupta_MD", "http://dbpedia.org/resource/(Get_to)_The_Point", "http://dbpedia.org/resource/Anthony_Bourdain:_Parts_Unknown", "http://dbpedia.org/resource/Planet_in_Peril", "http://dbpedia.org/resource/The_2000s_(miniseries)", "http://dbpedia.org/resource/United_Shades_of_America", "http://dbpedia.org/resource/Both_Sides_with_Jesse_Jackson", "http://dbpedia.org/resource/Reliable_Sources", "http://dbpedia.org/resource/The_Eighties_(miniseries)", "http://dbpedia.org/resource/The_History_of_Comedy", "http://dbpedia.org/resource/The_Hunt_with_John_Walsh", "http://dbpedia.org/resource/The_Movies_(miniseries)", "http://dbpedia.org/resource/The_Next_List", "http://dbpedia.org/resource/The_Nineties_(miniseries)", "http://dbpedia.org/resource/The_Seventies_(miniseries)", "http://dbpedia.org/resource/The_Situation_Room_with_Wolf_Blitzer", "http://dbpedia.org/resource/The_Sixties_(miniseries)", "http://dbpedia.org/resource/The_Wonder_List_with_Bill_Weir", "http://dbpedia.org/resource/Nomad_with_Carlton_McCoy", "http://dbpedia.org/resource/Connie_Chung_Tonight", "http://dbpedia.org/resource/Morgan_Spurlock_Inside_Man", "http://dbpedia.org/resource/Achieving_the_Perfect_10", "http://dbpedia.org/resource/CNN-News18", "http://dbpedia.org/resource/CNN_Brazil", "http://dbpedia.org/resource/CNN_Chile", "http://dbpedia.org/resource/CNN_Daybreak", "http://dbpedia.org/resource/CNN_Heroes", "http://dbpedia.org/resource/CNN_Indonesia", "http://dbpedia.org/resource/CNN_International_Europe/Middle_East/Africa", "http://dbpedia.org/resource/CNN_Newsroom", "http://dbpedia.org/resource/CNN_Portugal", "http://dbpedia.org/resource/CNN_Presents", "http://dbpedia.org/resource/CNN_Special_Investigations_Unit", "http://dbpedia.org/resource/Campbell_Brown_(TV_program)", "http://dbpedia.org/resource/Chicagoland_(TV_series)", "http://dbpedia.org/resource/History_of_the_Sitcom", "http://dbpedia.org/resource/Larry_King_Live", "http://dbpedia.org/resource/Don_Lemon_Tonight", "http://dbpedia.org/resource/Somebody's_Gotta_Do_It", "http://dbpedia.org/resource/Crossfire_(American_TV_program)", "http://dbpedia.org/resource/Cuomo_Prime_Time", "http://dbpedia.org/resource/D._L._Hughley_Breaks_the_News", "http://dbpedia.org/resource/High_Profits", "http://dbpedia.org/resource/CNN_International_Asia_Pacific", "http://dbpedia.org/resource/CNN_International_South_Asia", "http://dbpedia.org/resource/Rick's_List", "http://dbpedia.org/resource/Fareed_Zakaria_GPS", "http://dbpedia.org/resource/New_Day_(TV_program)", "http://dbpedia.org/resource/New_Year's_Eve_Live", "http://dbpedia.org/resource/NewsNight_with_Aaron_Brown", "http://dbpedia.org/resource/Piers_Morgan_Live", "http://dbpedia.org/resource/Race_for_the_White_House", "http://dbpedia.org/resource/This_Is_Life_with_Lisa_Ling", "http://dbpedia.org/resource/This_Week_in_Politics", "http://dbpedia.org/resource/Early_Start", "http://dbpedia.org/resource/Stanley_Tucci:_Searching_for_Italy", "http://dbpedia.org/resource/Starting_Point", "http://dbpedia.org/resource/State_of_the_Union_(American_TV_program)", "http://dbpedia.org/resource/In_the_Arena", "http://dbpedia.org/resource/Your_Bottom_Line", "http://dbpedia.org/resource/Your_Money", "http://dbpedia.org/resource/Armanon_Ka_Balidaan-Aarakshan", "http://dbpedia.org/resource/Me_Aajji_Aur_Sahib", "http://dbpedia.org/resource/Meethi_Choori_No_1", "http://dbpedia.org/resource/Ramayan_(2008_TV_series)", "http://dbpedia.org/resource/Ratan_Ka_Rishta", "http://dbpedia.org/resource/Chandragupta_Maurya_(2011_TV_series)", "http://dbpedia.org/resource/Swayamvar_(TV_series)", "http://dbpedia.org/resource/Dwarkadheesh_Bhagwaan_Shree_Krishn", "http://dbpedia.org/resource/Gunahon_Ka_Devta_(TV_series)", "http://dbpedia.org/resource/Jyoti_(TV_series)", "http://dbpedia.org/resource/Looteri_Dulhan", "http://dbpedia.org/resource/Zor_Ka_Jhatka:_Total_Wipeout"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pandaruan_Bridge> <http://dbpedia.org/ontology/maintainedBy> ?uri } "}, "answers": ["http://dbpedia.org/resource/Brunei", "http://dbpedia.org/resource/Public_Works_Department_(Brunei)", "http://dbpedia.org/resource/Malaysia", "http://dbpedia.org/resource/Malaysian_Public_Works_Department"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/river> <http://dbpedia.org/resource/Zambia> . ?x <http://dbpedia.org/property/river> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cahora_Bassa> <http://dbpedia.org/property/inflow> ?uri } "}, "answers": ["http://dbpedia.org/resource/Zambezi_River"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fikret_Orman> <http://dbpedia.org/ontology/almaMater> ?uri } "}, "answers": ["http://dbpedia.org/resource/University_of_Florida", "http://dbpedia.org/resource/Y\u0131ld\u0131z_Technical_University"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Evraz> <http://dbpedia.org/ontology/owningCompany> ?uri } "}, "answers": ["http://dbpedia.org/resource/Roman_Abramovich"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/headquarter> <http://dbpedia.org/resource/Berlin> . ?x <http://dbpedia.org/property/leader> ?uri . }"}, "answers": ["19"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Barry_Voight> . }"}, "answers": ["http://dbpedia.org/resource/Angelina_Jolie"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/Mecklenburg-Vorpommern> . ?x <http://dbpedia.org/property/cities> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Creature_Comforts> <http://dbpedia.org/ontology/creator> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["Four Academy Awards"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/area> <http://dbpedia.org/resource/Monticello,_Maine> . ?x <http://dbpedia.org/property/broadcastArea> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Katy_B> . ?x <http://dbpedia.org/ontology/label> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2015_Pro_Duta_FC_season> <http://dbpedia.org/property/stadium> ?uri } "}, "answers": ["http://dbpedia.org/resource/Teladan_Stadium", "http://dbpedia.org/resource/Medan", "http://dbpedia.org/resource/Stadio_degli_Oliveti", "http://dbpedia.org/resource/Indonesia", "Cavanis Stadium", "SGU BSD-City Field", "SPH Karawaci Field", "Stadio Buon Riposo", "Stadio Cavanis", "T.D. Pardede Field"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pointe_d'Aveneyre> <http://dbpedia.org/ontology/mountainRange> ?uri } "}, "answers": ["http://dbpedia.org/resource/Swiss_Alps"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Jerry_Bock> . ?uri <http://dbpedia.org/ontology/basedOn> ?x . }"}, "answers": ["1"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Joel_Schumacher> . }"}, "answers": ["7"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/judges> <http://dbpedia.org/resource/Ludacris> . ?x <http://dbpedia.org/ontology/judge> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Argentine_Primera_Divisi\u00f3n> . }"}, "answers": ["http://dbpedia.org/resource/Alumni_Athletic_Club", "http://dbpedia.org/resource/Defensa_y_Justicia", "http://dbpedia.org/resource/Diego_Abal", "http://dbpedia.org/resource/Arsenal_de_Sarand\u00ed", "http://dbpedia.org/resource/Asociaci\u00f3n_Atl\u00e9tica_Eureka", "http://dbpedia.org/resource/Atl\u00e9tico_Tucum\u00e1n", "http://dbpedia.org/resource/Avellaneda_derby", "http://dbpedia.org/resource/San_Lorenzo_de_Almagro", "http://dbpedia.org/resource/Talleres_de_C\u00f3rdoba", "http://dbpedia.org/resource/Argentino_de_Banfield", "http://dbpedia.org/resource/Argentinos_Juniors", "http://dbpedia.org/resource/Estudiantes_de_La_Plata", "http://dbpedia.org/resource/Germ\u00e1n_Delfino", "http://dbpedia.org/resource/Godoy_Cruz_Antonio_Tomba", "http://dbpedia.org/resource/Uni\u00f3n_de_Santa_Fe", "http://dbpedia.org/resource/1913_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/Mauro_Vigliano", "http://dbpedia.org/resource/1996\u201397_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/1997\u201398_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/1998\u201399_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/1999\u20132000_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/2000\u201301_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/2001\u201302_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/2002\u201303_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/2002\u201303_Club_Atl\u00e9tico_River_Plate_season", "http://dbpedia.org/resource/2022_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/N\u00e9stor_Pitana", "http://dbpedia.org/resource/2018\u201319_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/2018\u201319_Racing_Club_de_Avellaneda_season", "http://dbpedia.org/resource/2019\u201320_Aldosivi_season", "http://dbpedia.org/resource/2019\u201320_Argentinos_Juniors_season", "http://dbpedia.org/resource/2019\u201320_Arsenal_de_Sarand\u00ed_season", "http://dbpedia.org/resource/2019\u201320_Atl\u00e9tico_Tucum\u00e1n_season", "http://dbpedia.org/resource/2019\u201320_Central_C\u00f3rdoba_de_Santiago_del_Estero_season", "http://dbpedia.org/resource/2019\u201320_Club_Atl\u00e9tico_Banfield_season", "http://dbpedia.org/resource/2019\u201320_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/2019\u201320_Club_Atl\u00e9tico_Col\u00f3n_season", "http://dbpedia.org/resource/2019\u201320_Club_Atl\u00e9tico_Hurac\u00e1n_season", "http://dbpedia.org/resource/2019\u201320_Club_Atl\u00e9tico_Independiente_season", "http://dbpedia.org/resource/2019\u201320_Club_Atl\u00e9tico_Lan\u00fas_season", "http://dbpedia.org/resource/2019\u201320_Club_Atl\u00e9tico_Patronato_season", "http://dbpedia.org/resource/2019\u201320_Club_de_Gimnasia_y_Esgrima_La_Plata_season", "http://dbpedia.org/resource/2019\u201320_Defensa_y_Justicia_season", "http://dbpedia.org/resource/2019\u201320_Estudiantes_de_La_Plata_season", "http://dbpedia.org/resource/2019\u201320_Godoy_Cruz_Antonio_Tomba_season", "http://dbpedia.org/resource/2019\u201320_Newell's_Old_Boys_season", "http://dbpedia.org/resource/2019\u201320_Racing_Club_de_Avellaneda_season", "http://dbpedia.org/resource/2019\u201320_Rosario_Central_season", "http://dbpedia.org/resource/2019\u201320_San_Lorenzo_de_Almagro_season", "http://dbpedia.org/resource/2019\u201320_Talleres_de_C\u00f3rdoba_season", "http://dbpedia.org/resource/2019\u201320_Uni\u00f3n_de_Santa_Fe_season", "http://dbpedia.org/resource/2021_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Aldosivi", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Banfield", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Col\u00f3n", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Hurac\u00e1n", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Independiente", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Lan\u00fas", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Liberal_Argentino", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Patronato", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Platense", "http://dbpedia.org/resource/Club_Atl\u00e9tico_River_Plate", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Sarmiento", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Tigre", "http://dbpedia.org/resource/Club_Atl\u00e9tico_V\u00e9lez_Sarsfield", "http://dbpedia.org/resource/Club_Progresista", "http://dbpedia.org/resource/Club_de_Gimnasia_y_Esgrima_La_Plata", "http://dbpedia.org/resource/Columbian_Football_Club", "http://dbpedia.org/resource/Reformer_Athletic_Club", "http://dbpedia.org/resource/Barracas_Athletic_Club", "http://dbpedia.org/resource/Barracas_Central", "http://dbpedia.org/resource/1995\u201396_Boca_Juniors_season", "http://dbpedia.org/resource/Central_C\u00f3rdoba_de_Santiago_del_Estero", "http://dbpedia.org/resource/2012\u201313_Club_Atl\u00e9tico_River_Plate_season", "http://dbpedia.org/resource/Lan\u00fas_Athletic_Club", "http://dbpedia.org/resource/2015_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/2016_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/2016\u201317_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/2016\u201317_Club_Atl\u00e9tico_Independiente_season", "http://dbpedia.org/resource/2017\u201318_Club_Atl\u00e9tico_Boca_Juniors_season", "http://dbpedia.org/resource/Club_Atl\u00e9tico_Del_Plata", "http://dbpedia.org/resource/Club_Sportivo_Buenos_Aires", "http://dbpedia.org/resource/Facundo_Tello", "http://dbpedia.org/resource/Fernando_Rapallini", "http://dbpedia.org/resource/Newell's_Old_Boys", "http://dbpedia.org/resource/Racing_Club_de_Avellaneda", "http://dbpedia.org/resource/Old_Caledonians_Football_Club", "http://dbpedia.org/resource/Sportivo_Villa_Urquiza", "http://dbpedia.org/resource/St._Andrew's_Athletic_Club", "http://dbpedia.org/resource/Boca_Juniors", "http://dbpedia.org/resource/Pablo_Lunati", "http://dbpedia.org/resource/Patricio_Loustau", "http://dbpedia.org/resource/Rosario_Central"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/deathCause> <http://dbpedia.org/resource/DeathCause> . ?x <http://dbpedia.org/ontology/opponent> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lawrence_Okoye> <http://dbpedia.org/property/nationality> ?uri } "}, "answers": ["http://dbpedia.org/resource/Great_Britain"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/party> <http://dbpedia.org/resource/Barasat_(Lok_Sabha_constituency)> . ?x <http://dbpedia.org/ontology/party> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/album> <http://dbpedia.org/resource/Harry_and_the_Potters_(album)> . ?x <http://dbpedia.org/ontology/origin> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arthur_%22Big_Boy%22_Spires> <http://dbpedia.org/property/chairman> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["14"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> <http://dbpedia.org/property/academicDiscipline> ?uri . <http://dbpedia.org/resource/Ragout_fin> <http://dbpedia.org/ontology/ingredient> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Jason_Carter> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Aubie> <http://dbpedia.org/property/mascot> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/placeOfBurial> <http://dbpedia.org/resource/Rome> . }"}, "answers": ["http://dbpedia.org/resource/Rory_O'Donnell,_1st_Earl_of_Tyrconnell"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cornell_University_Press> <http://dbpedia.org/property/parent> ?uri . <http://dbpedia.org/resource/Mario_Garc\u00eda_Menocal> <http://dbpedia.org/ontology/almaMater> ?uri} "}, "answers": ["http://dbpedia.org/resource/Cornell_University"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/placeOfBirth> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/MacKenzie_Miller> <http://dbpedia.org/ontology/birthPlace> ?uri } "}, "answers": ["http://dbpedia.org/resource/Versailles,_Kentucky", "http://dbpedia.org/resource/United_States", "http://dbpedia.org/resource/Kentucky"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/canonizedBy> <http://dbpedia.org/resource/Agatha_of_Sicily> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Royal_Astronomical_Society> . ?x <http://dbpedia.org/ontology/doctoralStudents> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/occupation> <http://dbpedia.org/resource/Church_of_England> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Scarborough,_North_Yorkshire", "http://dbpedia.org/resource/Yorkshire", "Bardfield, Sillery, Canada East", "http://dbpedia.org/resource/Australia", "http://dbpedia.org/resource/Queensland", "http://dbpedia.org/resource/Greenslopes", "http://dbpedia.org/resource/Madeley,_Shropshire", "Boulogne, France", "http://dbpedia.org/resource/Bengal_Presidency", "http://dbpedia.org/resource/British_India", "http://dbpedia.org/resource/Kolkata", "http://dbpedia.org/resource/England", "http://dbpedia.org/resource/Broughton,_Northamptonshire", "http://dbpedia.org/resource/Northamptonshire", "http://dbpedia.org/resource/Cumberland", "http://dbpedia.org/resource/St_Bees", "http://dbpedia.org/resource/Tahiti", "Mayfair, Middlesex, Great Britain", "http://dbpedia.org/resource/Bournemouth", "Stand, Manchester"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/placeOfBirth> <http://dbpedia.org/resource/Renaissance_Center> . ?x <http://dbpedia.org/property/address> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/Madrid> . ?uri <http://dbpedia.org/property/author> ?x . }"}, "answers": ["6"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Band_of_Brothers_(miniseries)> . ?uri <http://dbpedia.org/property/writers> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/Animal> . ?x <http://dbpedia.org/property/species> ?uri }"}, "answers": ["74010"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/nearestCity> <http://dbpedia.org/resource/Helsinki> } "}, "answers": ["http://dbpedia.org/resource/Baltic_Sea", "http://dbpedia.org/resource/Gulf_of_Finland"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bruce_Beutler> <http://dbpedia.org/property/awards> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Thomas_Egerton_(publisher)> } "}, "answers": ["http://dbpedia.org/resource/Mansfield_Park"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/jointCommunity> <http://dbpedia.org/resource/Sony> . ?uri <http://dbpedia.org/property/manufacturer> <http://dbpedia.org/resource/Ascent_manufacturer_of_Elliott_United_States> . ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Congress_of_Industrial_Organizations> <http://dbpedia.org/ontology/leader> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Toronto_Argonauts> } "}, "answers": ["http://dbpedia.org/resource/Alphonso_Hodge", "http://dbpedia.org/resource/Alundis_Brice", "http://dbpedia.org/resource/Alvin_White_(American_football)", "http://dbpedia.org/resource/Andre_Debose", "http://dbpedia.org/resource/Andrew_Stewart_(gridiron_football)", "http://dbpedia.org/resource/Dan_Giancola", "http://dbpedia.org/resource/Dan_LeFevour", "http://dbpedia.org/resource/Dan_Manucci", "http://dbpedia.org/resource/Daniel_Braverman", "http://dbpedia.org/resource/Danny_Barrett", "http://dbpedia.org/resource/Darian_Hagan", "http://dbpedia.org/resource/Darnell_Kennedy", "http://dbpedia.org/resource/Darrell_Nicholson", "http://dbpedia.org/resource/Darren_Hughes_(gridiron_football)", "http://dbpedia.org/resource/Darry_Beckwith", "http://dbpedia.org/resource/Darryl_Clack", "http://dbpedia.org/resource/David_Boston", "http://dbpedia.org/resource/David_Lofton", "http://dbpedia.org/resource/David_McKoy", "http://dbpedia.org/resource/David_McMillan_(American_football)", "http://dbpedia.org/resource/David_Sims_(safety)", "http://dbpedia.org/resource/David_Thomas_(Canadian_football)", "http://dbpedia.org/resource/Davon_Coleman", "http://dbpedia.org/resource/Davonte_Wallace", "http://dbpedia.org/resource/DeCori_Birmingham", "http://dbpedia.org/resource/DeVier_Posey", "http://dbpedia.org/resource/Dean_Sensanbaugher", "http://dbpedia.org/resource/Dee_Webb", "http://dbpedia.org/resource/Vernon_Vanoy", "http://dbpedia.org/resource/Victor_Butler", "http://dbpedia.org/resource/Vidal_Hazelton", "http://dbpedia.org/resource/Vince_Agnew", "http://dbpedia.org/resource/Vince_Mayle", "http://dbpedia.org/resource/Vontae_Diggs", "http://dbpedia.org/resource/Dejon_Allen", "http://dbpedia.org/resource/Derek_Hill_(gridiron_football)", "http://dbpedia.org/resource/Derek_Stanley", "http://dbpedia.org/resource/Derrick_Hamilton", "http://dbpedia.org/resource/Derrick_Summers", "http://dbpedia.org/resource/Derrick_Williams_(American_football)", "http://dbpedia.org/resource/Devon_Wylie", "http://dbpedia.org/resource/Dewayne_Hendrix", "http://dbpedia.org/resource/Dexter_Davis", "http://dbpedia.org/resource/Dexter_McCluster", "http://dbpedia.org/resource/Dexter_McCoil", "http://dbpedia.org/resource/Diontae_Spencer", "http://dbpedia.org/resource/Akeem_Jordan", "http://dbpedia.org/resource/Akwasi_Owusu-Ansah", "http://dbpedia.org/resource/Al_Romine", "http://dbpedia.org/resource/Alden_Darby", "http://dbpedia.org/resource/Alex_Bazzie", "http://dbpedia.org/resource/Alex_Brink", "http://dbpedia.org/resource/Alex_Buzbee", "http://dbpedia.org/resource/Alfred_Haywood", "http://dbpedia.org/resource/Austin_Duke", "http://dbpedia.org/resource/Auston_English", "http://dbpedia.org/resource/Ben_Brielmaier", "http://dbpedia.org/resource/Ben_Cowins", "http://dbpedia.org/resource/Ben_Holmes_(American_football)", "http://dbpedia.org/resource/Ben_Ishola", "http://dbpedia.org/resource/Ben_Malena", "http://dbpedia.org/resource/Bernard_Scott", "http://dbpedia.org/resource/Bernard_Williams_(gridiron_football)", "http://dbpedia.org/resource/Bethel_Johnson", "http://dbpedia.org/resource/Frank_Beltre", "http://dbpedia.org/resource/Frank_Murphy_(gridiron_football)", "http://dbpedia.org/resource/Fred_McNair_(gridiron_football)", "http://dbpedia.org/resource/Freddie_Bishop", "http://dbpedia.org/resource/Gary_Dulin", "http://dbpedia.org/resource/Gary_Moten", "http://dbpedia.org/resource/Hank_Edwards_(gridiron_football)", "http://dbpedia.org/resource/Harold_Randolph", "http://dbpedia.org/resource/Sam_Bowers_(gridiron_football)", "http://dbpedia.org/resource/Samie_Parker", "http://dbpedia.org/resource/Samuel_Joseph_(American_football)", "http://dbpedia.org/resource/T._J._Heath", "http://dbpedia.org/resource/Tarvarus_McFadden", "http://dbpedia.org/resource/Tawambi_Settles", "http://dbpedia.org/resource/Wilford_White", "http://dbpedia.org/resource/Will_Poole", "http://dbpedia.org/resource/William_Campbell_(American_football)", "http://dbpedia.org/resource/William_Likely", "http://dbpedia.org/resource/Anthony_Alridge", "http://dbpedia.org/resource/Anthony_Cannon", "http://dbpedia.org/resource/Anthony_Dickerson", "http://dbpedia.org/resource/Anthony_Orange", "http://dbpedia.org/resource/Antonio_Perkins", "http://dbpedia.org/resource/Antwaun_Molden", "http://dbpedia.org/resource/Armanti_Edwards", "http://dbpedia.org/resource/Armond_Armstead", "http://dbpedia.org/resource/Armond_Smith", "http://dbpedia.org/resource/Eric_Crouch", "http://dbpedia.org/resource/Eric_Foster", "http://dbpedia.org/resource/Eric_Martin_(linebacker)", "http://dbpedia.org/resource/Eric_McCain", "http://dbpedia.org/resource/Eric_Rogers_(gridiron_football)", "http://dbpedia.org/resource/Eric_Striker", "http://dbpedia.org/resource/Eric_Wilbur", "http://dbpedia.org/resource/Ernie_Zeller", "http://dbpedia.org/resource/Eugene_Baker", "http://dbpedia.org/resource/Gerran_Walker", "http://dbpedia.org/resource/Gibran_Hamdan", "http://dbpedia.org/resource/Marc_Boerigter", "http://dbpedia.org/resource/Marcellus_Greene", "http://dbpedia.org/resource/Marcus_Ball", "http://dbpedia.org/resource/Marcus_Brady", "http://dbpedia.org/resource/Marcus_Dowtin", "http://dbpedia.org/resource/Marcus_Thigpen", "http://dbpedia.org/resource/Marcus_Thomas_(defensive_tackle)", "http://dbpedia.org/resource/Mario_Alford", "http://dbpedia.org/resource/Mark_Casale", "http://dbpedia.org/resource/Mark_Dewit", "http://dbpedia.org/resource/Mark_Harrison_(American_football)", "http://dbpedia.org/resource/Mark_Konecny", "http://dbpedia.org/resource/Mark_Ricks_(gridiron_football)", "http://dbpedia.org/resource/Markeith_Ambles", "http://dbpedia.org/resource/Markelle_Martin", "http://dbpedia.org/resource/Marquel_Fleetwood", "http://dbpedia.org/resource/Marquis_Spruill", "http://dbpedia.org/resource/Marshall_McFadden", "http://dbpedia.org/resource/Martavis_Bryant", "http://dbpedia.org/resource/Martez_Ivey", "http://dbpedia.org/resource/Martez_Wilson", "http://dbpedia.org/resource/Prechae_Rodriguez", "http://dbpedia.org/resource/Terrance_Plummer", "http://dbpedia.org/resource/Terrell_Sinkfield", "http://dbpedia.org/resource/Terry_Metcalf", "http://dbpedia.org/resource/Terry_Poole_(American_football)", "http://dbpedia.org/resource/Thaddeus_Coleman", "http://dbpedia.org/resource/Thaddeus_Gibson", "http://dbpedia.org/resource/Ulish_Booker", "http://dbpedia.org/resource/Boseko_Lokombo", "http://dbpedia.org/resource/Bracy_Bonham", "http://dbpedia.org/resource/Brady_Sheldon", "http://dbpedia.org/resource/Bralon_Addison", "http://dbpedia.org/resource/Brandon_Banks", "http://dbpedia.org/resource/Brandon_Burks", "http://dbpedia.org/resource/Brandon_Harris", "http://dbpedia.org/resource/Brandon_Joyce", "http://dbpedia.org/resource/Brandon_Lindsey", "http://dbpedia.org/resource/Brandon_Rideau", "http://dbpedia.org/resource/Brandon_Underwood", "http://dbpedia.org/resource/Brandon_Washington", "http://dbpedia.org/resource/Branndon_Braxton", "http://dbpedia.org/resource/Brendon_Ayanbadejo", "http://dbpedia.org/resource/Brett_Smith", "http://dbpedia.org/resource/Brian_Bedford_(gridiron_football)", "http://dbpedia.org/resource/Brian_Dowling_(American_football)", "http://dbpedia.org/resource/Brian_Rolle", "http://dbpedia.org/resource/Brian_Tyms", "http://dbpedia.org/resource/Bruce_Bergey", "http://dbpedia.org/resource/Bruce_Campbell_(gridiron_football)", "http://dbpedia.org/resource/Bruce_Clark_(gridiron_football)", "http://dbpedia.org/resource/Bruce_Holmes", "http://dbpedia.org/resource/Bryan_Hall_(gridiron_football)", "http://dbpedia.org/resource/Jacob_Lacey", "http://dbpedia.org/resource/Jalen_Collins", "http://dbpedia.org/resource/Jalil_Carter", "http://dbpedia.org/resource/Jamal_Robertson", "http://dbpedia.org/resource/Jamal_Young", "http://dbpedia.org/resource/Jamall_Broussard", "http://dbpedia.org/resource/Jamel_Johnson", "http://dbpedia.org/resource/Jameon_Lewis", "http://dbpedia.org/resource/James_Black_(defensive_end)", "http://dbpedia.org/resource/James_Hundon", "http://dbpedia.org/resource/James_Robinson_(wide_receiver)", "http://dbpedia.org/resource/James_Sample_(American_football)", "http://dbpedia.org/resource/James_Wilder_Jr.", "http://dbpedia.org/resource/Janzen_Jackson", "http://dbpedia.org/resource/Jarred_Fayson", "http://dbpedia.org/resource/Jarrett_Payton", "http://dbpedia.org/resource/Jarriel_King", "http://dbpedia.org/resource/Jason_Carter_(gridiron_football)", "http://dbpedia.org/resource/Jason_Harmon", "http://dbpedia.org/resource/Jason_Horton", "http://dbpedia.org/resource/Javon_Leake", "http://dbpedia.org/resource/Jawill_Davis", "http://dbpedia.org/resource/Jay_Barker", "http://dbpedia.org/resource/Jaylen_Smith", "http://dbpedia.org/resource/Jean-Fran\u00e7ois_Morin-Roberge", "http://dbpedia.org/resource/Jean-Nicolas_Carri\u00e8re", "http://dbpedia.org/resource/Jean_Fanor", "http://dbpedia.org/resource/Karon_Riley", "http://dbpedia.org/resource/Keenan_Clayton", "http://dbpedia.org/resource/Keith_Powe", "http://dbpedia.org/resource/Keith_Wenning", "http://dbpedia.org/resource/Kellan_Quick", "http://dbpedia.org/resource/Kelly_Bryant", "http://dbpedia.org/resource/Kelvin_Kinney", "http://dbpedia.org/resource/Ken_Bishop", "http://dbpedia.org/resource/Ken_Bungarda", "http://dbpedia.org/resource/Ken_Dorsey", "http://dbpedia.org/resource/Ken_Lee_(linebacker)", "http://dbpedia.org/resource/Kendall_Hunter", "http://dbpedia.org/resource/Kendall_Wright", "http://dbpedia.org/resource/Kenneth_Dixon_(American_football)", "http://dbpedia.org/resource/Kenny_Heatly", "http://dbpedia.org/resource/Kenny_Higgins", "http://dbpedia.org/resource/Kenny_Shaw", "http://dbpedia.org/resource/Kenny_Wheaton", "http://dbpedia.org/resource/Kent_Austin", "http://dbpedia.org/resource/Kent_Richardson", "http://dbpedia.org/resource/Kenyatta_Walker", "http://dbpedia.org/resource/Kern_Carson", "http://dbpedia.org/resource/Kerry_Joseph", "http://dbpedia.org/resource/Kerwin_Bell", "http://dbpedia.org/resource/Kevin_Bradfield", "http://dbpedia.org/resource/Kevin_Carroll_(gridiron_football)", "http://dbpedia.org/resource/Kevin_Elliott", "http://dbpedia.org/resource/Kevin_Huntley_(gridiron_football)", "http://dbpedia.org/resource/Kevin_Scott_(American_football)", "http://dbpedia.org/resource/Kevin_Thomas_(cornerback,_born_1986)", "http://dbpedia.org/resource/Kevin_Whitley", "http://dbpedia.org/resource/Keyarris_Garrett", "http://dbpedia.org/resource/Khalid_Wooten", "http://dbpedia.org/resource/Khalil_Bass", "http://dbpedia.org/resource/Khalil_Tate", "http://dbpedia.org/resource/Khiry_Robinson", "http://dbpedia.org/resource/Khyri_Thornton", "http://dbpedia.org/resource/Kiante_Tripp", "http://dbpedia.org/resource/Kimario_McFadden", "http://dbpedia.org/resource/Matt_Black_(Canadian_football)", "http://dbpedia.org/resource/Matt_Colburn", "http://dbpedia.org/resource/Matt_Grothe", "http://dbpedia.org/resource/Matt_Ware", "http://dbpedia.org/resource/Matterral_Richardson", "http://dbpedia.org/resource/Matthew_Teague", "http://dbpedia.org/resource/Matthias_Askew", "http://dbpedia.org/resource/Maurice_Kelly_(gridiron_football)", "http://dbpedia.org/resource/Maurice_Mann", "http://dbpedia.org/resource/Maury_Schleicher", "http://dbpedia.org/resource/McLeod_Bethel-Thompson", "http://dbpedia.org/resource/Rakim_Cox", "http://dbpedia.org/resource/Rashaan_Salaam", "http://dbpedia.org/resource/Rashaun_Woods", "http://dbpedia.org/resource/Reggie_Lewis_(cornerback)", "http://dbpedia.org/resource/Reggie_Pleasant", "http://dbpedia.org/resource/Reggie_Slack", "http://dbpedia.org/resource/Reggie_Swinton", "http://dbpedia.org/resource/Reggie_Williams_(wide_receiver)", "http://dbpedia.org/resource/Reshard_Cliett", "http://dbpedia.org/resource/A._J._Ouellette", "http://dbpedia.org/resource/Norman_Price_(American_football)", "http://dbpedia.org/resource/Nyqwan_Murray", "http://dbpedia.org/resource/Clarence_Bailey", "http://dbpedia.org/resource/Claude_Harriott", "http://dbpedia.org/resource/Claude_Wroten", "http://dbpedia.org/resource/Cleo_Lemon", "http://dbpedia.org/resource/Cleyon_Laing", "http://dbpedia.org/resource/Cliff_Washburn", "http://dbpedia.org/resource/Clifford_Dukes", "http://dbpedia.org/resource/Clifford_Ivory", "http://dbpedia.org/resource/Clifton_Abraham", "http://dbpedia.org/resource/Clint_Longley", "http://dbpedia.org/resource/Cody_Pickett", "http://dbpedia.org/resource/Cookie_Gilchrist", "http://dbpedia.org/resource/John_Kaleo", "http://dbpedia.org/resource/John_LeHeup", "http://dbpedia.org/resource/John_Morton_(American_football)", "http://dbpedia.org/resource/John_Pointer_(American_football)", "http://dbpedia.org/resource/Jonathan_Brown_(gridiron_football)", "http://dbpedia.org/resource/Jonathan_Dowling_(American_football)", "http://dbpedia.org/resource/Jonathon_Mincy", "http://dbpedia.org/resource/Jonta_Woodard", "http://dbpedia.org/resource/Jordan_Westerkamp", "http://dbpedia.org/resource/Jordan_Younger", "http://dbpedia.org/resource/Josh_Huff", "http://dbpedia.org/resource/Josh_Jasper", "http://dbpedia.org/resource/Josh_Portis", "http://dbpedia.org/resource/Joshua_Abrams_(gridiron_football)", "http://dbpedia.org/resource/Juaquin_Iglesias", "http://dbpedia.org/resource/Scott_Covington", "http://dbpedia.org/resource/Scott_Evans_(Canadian_football)", "http://dbpedia.org/resource/Scott_O'Brien", "http://dbpedia.org/resource/Sean_Bennett", "http://dbpedia.org/resource/Seante_Williams", "http://dbpedia.org/resource/B._J._Hall", "http://dbpedia.org/resource/Bashir_Levingston", "http://dbpedia.org/resource/Isaiah_Gardner", "http://dbpedia.org/resource/Isaiah_Green_(gridiron_football)", "http://dbpedia.org/resource/Isaiah_Wright", "http://dbpedia.org/resource/Isame_Faciane", "http://dbpedia.org/resource/J._C._Copeland", "http://dbpedia.org/resource/J._P._Darche", "http://dbpedia.org/resource/Ja'Gared_Davis", "http://dbpedia.org/resource/Jachai_Polite", "http://dbpedia.org/resource/Mister_Alexander", "http://dbpedia.org/resource/Mitchell_White_(gridiron_football)", "http://dbpedia.org/resource/Muhammad_Shamsid-Deen", "http://dbpedia.org/resource/Myles_White", "http://dbpedia.org/resource/Nate_Borden", "http://dbpedia.org/resource/Nate_Robinson_(American_football)", "http://dbpedia.org/resource/Tony_Adams_(gridiron_football)", "http://dbpedia.org/resource/Tony_Burse", "http://dbpedia.org/resource/Tony_Smith_(American_football)", "http://dbpedia.org/resource/Tori_Gurley", "http://dbpedia.org/resource/Toya_Jones", "http://dbpedia.org/resource/Tracy_Ham", "http://dbpedia.org/resource/Tracy_Robertson", "http://dbpedia.org/resource/Tramain_Jacobs", "http://dbpedia.org/resource/Travis_Feeney", "http://dbpedia.org/resource/Travon_Van", "http://dbpedia.org/resource/Treston_Decoud", "http://dbpedia.org/resource/Trevardo_Williams", "http://dbpedia.org/resource/Trevon_Tate", "http://dbpedia.org/resource/Trey_Williams", "http://dbpedia.org/resource/Tristan_Davis", "http://dbpedia.org/resource/Tristan_Okpalaugo", "http://dbpedia.org/resource/Troy_Davis_(linebacker)", "http://dbpedia.org/resource/Tyree_Davis", "http://dbpedia.org/resource/Tyrone_Brown_(gridiron_football)", "http://dbpedia.org/resource/Tyrone_Williams_(wide_receiver)", "http://dbpedia.org/resource/Ike_Thomas__Ike_Thomas__1", "http://dbpedia.org/resource/Aaron_Berry", "http://dbpedia.org/resource/Aaron_Kelly_(Canadian_football)", "http://dbpedia.org/resource/Aaron_Maybin", "http://dbpedia.org/resource/Aaron_Wagner", "http://dbpedia.org/resource/Adam_Tafralis", "http://dbpedia.org/resource/Adrian_Awasom", "http://dbpedia.org/resource/Adrian_Davis_(Canadian_football)", "http://dbpedia.org/resource/Adrian_McPherson", "http://dbpedia.org/resource/Adrian_Tracy", "http://dbpedia.org/resource/Ahmaad_Smith", "http://dbpedia.org/resource/Ahmad_Carroll", "http://dbpedia.org/resource/C._R._Roberts", "http://dbpedia.org/resource/Calvin_Tiggle", "http://dbpedia.org/resource/Cam_McDaniel", "http://dbpedia.org/resource/Cam_Phillips", "http://dbpedia.org/resource/Cameron_Judge", "http://dbpedia.org/resource/Cedric_Bonner", "http://dbpedia.org/resource/Cedric_Gagn\u00e9-Marcoux", "http://dbpedia.org/resource/Chad_Kackert", "http://dbpedia.org/resource/Chad_Kelly", "http://dbpedia.org/resource/Chad_Lucas", "http://dbpedia.org/resource/Chad_Plummer", "http://dbpedia.org/resource/Chad_Rempel", "http://dbpedia.org/resource/Chandler_Williams", "http://dbpedia.org/resource/Chandler_Worthy", "http://dbpedia.org/resource/Chansi_Stuckey", "http://dbpedia.org/resource/Charlie_Bray_(Canadian_football)", "http://dbpedia.org/resource/Chris_Barber_(gridiron_football)", "http://dbpedia.org/resource/Chris_Bradwell", "http://dbpedia.org/resource/Chris_Gaines_(gridiron_football)", "http://dbpedia.org/resource/Chris_Harper_(wide_receiver,_born_1993)", "http://dbpedia.org/resource/Chris_Jennings_(gridiron_football)", "http://dbpedia.org/resource/Chris_Patrick", "http://dbpedia.org/resource/Chris_Schultz", "http://dbpedia.org/resource/Chris_Woods_(gridiron_football)", "http://dbpedia.org/resource/Christion_Jones", "http://dbpedia.org/resource/Chuck_Jacobs", "http://dbpedia.org/resource/Chuck_Winters", "http://dbpedia.org/resource/Steve_Jastrzembski", "http://dbpedia.org/resource/Steve_Miller_(defensive_lineman)", "http://dbpedia.org/resource/Steve_Schmidt_(Canadian_football)", "http://dbpedia.org/resource/Steve_Slaton", "http://dbpedia.org/resource/Steve_Smith_(wide_receiver,_born_1974)", "http://dbpedia.org/resource/Swayze_Waters", "http://dbpedia.org/resource/Cariel_Brooks", "http://dbpedia.org/resource/Carl_Brazley", "http://dbpedia.org/resource/Carlos_Fowler", "http://dbpedia.org/resource/Carlos_Huerta", "http://dbpedia.org/resource/Casey_Pachall", "http://dbpedia.org/resource/Cassius_Vaughn", "http://dbpedia.org/resource/LaVon_Brazill", "http://dbpedia.org/resource/Larry_Ferguson", "http://dbpedia.org/resource/Larry_Hickman", "http://dbpedia.org/resource/Larry_Ray_Willis", "http://dbpedia.org/resource/Larry_Savage_(American_football)", "http://dbpedia.org/resource/Lawrence_Wilson", "http://dbpedia.org/resource/LeQuan_Lewis", "http://dbpedia.org/resource/Dominic_Picard", "http://dbpedia.org/resource/Don_Baldwin_(American_football)", "http://dbpedia.org/resource/Don_Odegard", "http://dbpedia.org/resource/Don_Panciera", "http://dbpedia.org/resource/Donn_Moomaw", "http://dbpedia.org/resource/Donovan_Rose", "http://dbpedia.org/resource/Dontay_Moch", "http://dbpedia.org/resource/Donte_Paige-Moss", "http://dbpedia.org/resource/Dontrelle_Inman", "http://dbpedia.org/resource/Doug_Dennison", "http://dbpedia.org/resource/Doug_Flutie", "http://dbpedia.org/resource/Doug_Mikolas", "http://dbpedia.org/resource/Dovonte_Edwards", "http://dbpedia.org/resource/Drake_Nevis", "http://dbpedia.org/resource/Dres_Anderson", "http://dbpedia.org/resource/Duke_McCurry", "http://dbpedia.org/resource/Duke_Thomas_(American_football)", "http://dbpedia.org/resource/Durell_Eskridge", "http://dbpedia.org/resource/Dwayne_Wright", "http://dbpedia.org/resource/Dylan_Wynn", "http://dbpedia.org/resource/Skyler_Howard", "http://dbpedia.org/resource/Snoop_Minnis", "http://dbpedia.org/resource/Cordarro_Law", "http://dbpedia.org/resource/Cory_Greenwood", "http://dbpedia.org/resource/Cory_Johnson_(gridiron_football)", "http://dbpedia.org/resource/Courtney_Griffin", "http://dbpedia.org/resource/Craig_Roh", "http://dbpedia.org/resource/Crezdon_Butler", "http://dbpedia.org/resource/Curtis_Johnson_(linebacker)", "http://dbpedia.org/resource/Curtis_Steele", "http://dbpedia.org/resource/D._J._Foster", "http://dbpedia.org/resource/DJ_Boldin", "http://dbpedia.org/resource/Da'Rick_Rogers", "http://dbpedia.org/resource/Da'shawn_Thomas", "http://dbpedia.org/resource/DaShaun_Amos", "http://dbpedia.org/resource/DaVaris_Daniels", "http://dbpedia.org/resource/Dakota_Prukop", "http://dbpedia.org/resource/Greg_Barton_(gridiron_football)", "http://dbpedia.org/resource/Greg_Blue", "http://dbpedia.org/resource/Greg_Childs_(American_football)", "http://dbpedia.org/resource/Greg_Fairchild", "http://dbpedia.org/resource/Greg_Jones_(linebacker,_born_1988)", "http://dbpedia.org/resource/Greg_McGhee", "http://dbpedia.org/resource/Greg_Romeus", "http://dbpedia.org/resource/Greg_Van_Roten", "http://dbpedia.org/resource/Henry_Josey", "http://dbpedia.org/resource/M._L._Harris", "http://dbpedia.org/resource/Mac_Cody", "http://dbpedia.org/resource/Malik_Reaves", "http://dbpedia.org/resource/Riall_Johnson", "http://dbpedia.org/resource/Ricardo_Colclough", "http://dbpedia.org/resource/Richard_Seigler", "http://dbpedia.org/resource/Richard_Zulys", "http://dbpedia.org/resource/Rick_Razzano_(linebacker)", "http://dbpedia.org/resource/Rickey_Foggie", "http://dbpedia.org/resource/Ricky_Foley", "http://dbpedia.org/resource/Ricky_Turner", "http://dbpedia.org/resource/Ricky_Williams", "http://dbpedia.org/resource/Rob_Waldrop", "http://dbpedia.org/resource/Robert_Edwards_(gridiron_football)", "http://dbpedia.org/resource/Robert_Gill_(gridiron_football)", "http://dbpedia.org/resource/Robert_McCune", "http://dbpedia.org/resource/Robert_Smith_(defensive_end)", "http://dbpedia.org/resource/Robertson_Daniel", "http://dbpedia.org/resource/Rod_Sweeting", "http://dbpedia.org/resource/Rodney_Fritz", "http://dbpedia.org/resource/Rodney_Smith_(wide_receiver)", "http://dbpedia.org/resource/Roger_Dunbrack", "http://dbpedia.org/resource/Ezra_Butler_(American_football)", "http://dbpedia.org/resource/Fakhir_Brown", "http://dbpedia.org/resource/Floyd_Reese", "http://dbpedia.org/resource/Jeff_Fields", "http://dbpedia.org/resource/Jeff_Fuller_(wide_receiver)", "http://dbpedia.org/resource/Jeff_Kelly_(linebacker)", "http://dbpedia.org/resource/Jeff_Knox_Jr.", "http://dbpedia.org/resource/Jeff_Loots", "http://dbpedia.org/resource/Jeff_Luc", "http://dbpedia.org/resource/Jeff_Mathews", "http://dbpedia.org/resource/Jeff_Richards_(American_football)", "http://dbpedia.org/resource/Jeff_Sanchez_(defensive_back,_born_1981)", "http://dbpedia.org/resource/Jeff_Webb_(gridiron_football)", "http://dbpedia.org/resource/Jemal_Thompson", "http://dbpedia.org/resource/Jeremiah_Johnson_(gridiron_football)", "http://dbpedia.org/resource/Jeremy_Geathers", "http://dbpedia.org/resource/Jeremy_Unertl", "http://dbpedia.org/resource/Jerious_Norwood", "http://dbpedia.org/resource/Jeris_McIntyre", "http://dbpedia.org/resource/Jerome_Boyd", "http://dbpedia.org/resource/Jerome_Davis_(offensive_tackle)", "http://dbpedia.org/resource/Jerome_Mathis", "http://dbpedia.org/resource/Jeron_Harvey", "http://dbpedia.org/resource/Jerry_Crafts", "http://dbpedia.org/resource/Jerry_Whalen", "http://dbpedia.org/resource/Jerry_Wilson_(defensive_end)", "http://dbpedia.org/resource/Jim_Corrigall", "http://dbpedia.org/resource/Jim_Eliopulos", "http://dbpedia.org/resource/Jim_Fassel", "http://dbpedia.org/resource/Jim_Hanifan", "http://dbpedia.org/resource/Jo_Jo_Heath", "http://dbpedia.org/resource/Joe_Cohen", "http://dbpedia.org/resource/Joe_Fuller", "http://dbpedia.org/resource/Joe_Jackson_(linebacker,_born_1976)", "http://dbpedia.org/resource/Joe_Morgan_(American_football)", "http://dbpedia.org/resource/Joe_Theismann", "http://dbpedia.org/resource/John_Chiles", "http://dbpedia.org/resource/Lee_Gissendaner", "http://dbpedia.org/resource/Leon_Joe", "http://dbpedia.org/resource/Leonard_Humphries", "http://dbpedia.org/resource/Leroy_Thompson", "http://dbpedia.org/resource/Lin-J_Shell", "http://dbpedia.org/resource/Lirim_Hajrullahu", "http://dbpedia.org/resource/Neiko_Thorpe", "http://dbpedia.org/resource/Nick_Hannah", "http://dbpedia.org/resource/Pete_Hunter", "http://dbpedia.org/resource/Phil_Bates_(gridiron_football)", "http://dbpedia.org/resource/Philip_Blake", "http://dbpedia.org/resource/Phillip_Brock", "http://dbpedia.org/resource/Pulu_Poumele", "http://dbpedia.org/resource/Quayshawn_Nealy", "http://dbpedia.org/resource/Quinn_Porter", "http://dbpedia.org/resource/Quinn_Sharp", "http://dbpedia.org/resource/Quinten_Lawrence", "http://dbpedia.org/resource/Quinton_Knight", "http://dbpedia.org/resource/Quinton_Meaders", "http://dbpedia.org/resource/Quinton_Pointer", "http://dbpedia.org/resource/R.J._Harris", "http://dbpedia.org/resource/R._Jay_Soward", "http://dbpedia.org/resource/Raghib_Ismail", "http://dbpedia.org/resource/Thomas_Rayam", "http://dbpedia.org/resource/Tigie_Sankoh", "http://dbpedia.org/resource/Tim_Jackson_(American_football)", "http://dbpedia.org/resource/Tobais_Palmer", "http://dbpedia.org/resource/Tobi_Antigha", "http://dbpedia.org/resource/Todd_Devoe", "http://dbpedia.org/resource/Todd_Lowber", "http://dbpedia.org/resource/Toddrick_McIntosh", "http://dbpedia.org/resource/Tom_Arth", "http://dbpedia.org/resource/Tommie_Campbell", "http://dbpedia.org/resource/Tommy_Henry_(American_football)", "http://dbpedia.org/resource/Tommy_Kane", "http://dbpedia.org/resource/Willie_Fears", "http://dbpedia.org/resource/Willie_Pile", "http://dbpedia.org/resource/Willie_Williams_(offensive_tackle)", "http://dbpedia.org/resource/Winston_Rose", "http://dbpedia.org/resource/Winston_Venable", "http://dbpedia.org/resource/Wray_Carlton", "http://dbpedia.org/resource/Wynton_McManis", "http://dbpedia.org/resource/Earl_Okine", "http://dbpedia.org/resource/Earl_Wilson_(gridiron_football)", "http://dbpedia.org/resource/Edawn_Coughman", "http://dbpedia.org/resource/Eddie_Johnson_(punter)", "http://dbpedia.org/resource/Edwin_Baker_(American_football)", "http://dbpedia.org/resource/Ejiro_Kuale", "http://dbpedia.org/resource/Eli_Harold", "http://dbpedia.org/resource/June_Jones", "http://dbpedia.org/resource/Justin_Brown_(wide_receiver)", "http://dbpedia.org/resource/Justin_Hickman", "http://dbpedia.org/resource/Justin_Medlock", "http://dbpedia.org/resource/Justin_Tuggle", "http://dbpedia.org/resource/K._J._Stroud", "http://dbpedia.org/resource/Kanorris_Davis", "http://dbpedia.org/resource/Karlos_Williams", "http://dbpedia.org/resource/Luther_Blue", "http://dbpedia.org/resource/Orhian_Johnson", "http://dbpedia.org/resource/Oteman_Sampson", "http://dbpedia.org/resource/Otha_Foster", "http://dbpedia.org/resource/Shane_Ray", "http://dbpedia.org/resource/Shaquille_Richardson", "http://dbpedia.org/resource/Shawn_Oakman", "http://dbpedia.org/resource/Sherman_Lewis", "http://dbpedia.org/resource/Shockmain_Davis", "http://dbpedia.org/resource/Spergon_Wynn", "http://dbpedia.org/resource/Stan_Yagiello", "http://dbpedia.org/resource/Stanley_Jackson_(gridiron_football)", "http://dbpedia.org/resource/Stanley_Jean-Baptiste", "http://dbpedia.org/resource/Stephen_Hill_(American_football)", "http://dbpedia.org/resource/Bill_O'Connor_(American_football)", "http://dbpedia.org/resource/Billy_Hardee", "http://dbpedia.org/resource/Bishop_Sankey", "http://dbpedia.org/resource/Blair_Kiel", "http://dbpedia.org/resource/Blake_Sims", "http://dbpedia.org/resource/Bob_Jewett", "http://dbpedia.org/resource/Bob_Kronenberg", "http://dbpedia.org/resource/Bob_Shaw_(end)", "http://dbpedia.org/resource/Hurley_Tarver", "http://dbpedia.org/resource/H\u00e9noc_Muamba", "http://dbpedia.org/resource/Ian_Wild", "http://dbpedia.org/resource/Kinsmon_Lancaster", "http://dbpedia.org/resource/Kirby_Wilson", "http://dbpedia.org/resource/Kirk_Phillips", "http://dbpedia.org/resource/Kony_Ealy", "http://dbpedia.org/resource/Kyle_Jones_(Canadian_football)", "http://dbpedia.org/resource/Kyle_Moore", "http://dbpedia.org/resource/Micah_Awe", "http://dbpedia.org/resource/Micah_Brown", "http://dbpedia.org/resource/Michael_Bishop_(gridiron_football)", "http://dbpedia.org/resource/Michael_Buchanan_(American_football)", "http://dbpedia.org/resource/Michael_Byrne_(gridiron_football)", "http://dbpedia.org/resource/Michael_Grant_(American_football)", "http://dbpedia.org/resource/Michael_O'Connor_(Canadian_football)", "http://dbpedia.org/resource/Michael_Palardy", "http://dbpedia.org/resource/Mikail_Baker", "http://dbpedia.org/resource/Mike_Bellamy_(running_back)", "http://dbpedia.org/resource/Mike_Bradwell", "http://dbpedia.org/resource/Mike_Davis_(wide_receiver)", "http://dbpedia.org/resource/Mike_Falls", "http://dbpedia.org/resource/Mike_Hohensee", "http://dbpedia.org/resource/Mike_Kerrigan", "http://dbpedia.org/resource/Mike_Kiselak", "http://dbpedia.org/resource/Mike_Mayock", "http://dbpedia.org/resource/Mike_McMahon_(American_football)", "http://dbpedia.org/resource/Mike_Obrovac", "http://dbpedia.org/resource/Mike_Pearson_(gridiron_football)", "http://dbpedia.org/resource/Mike_Rae", "http://dbpedia.org/resource/Mike_Tyson_(American_football)", "http://dbpedia.org/resource/Mike_Vanderjagt", "http://dbpedia.org/resource/Mike_Williams_(wide_receiver,_born_1984)", "http://dbpedia.org/resource/Milt_Campbell", "http://dbpedia.org/resource/Paco_Craig", "http://dbpedia.org/resource/Pat_Kesi", "http://dbpedia.org/resource/Pat_Watkins", "http://dbpedia.org/resource/Patrick_Afif", "http://dbpedia.org/resource/Patrick_Johnson_(wide_receiver)", "http://dbpedia.org/resource/Paul_Hazel", "http://dbpedia.org/resource/Romby_Bryant", "http://dbpedia.org/resource/Ronald_Johnson_(American_football)", "http://dbpedia.org/resource/Ronnell_Lewis", "http://dbpedia.org/resource/Ross_Coyle", "http://dbpedia.org/resource/Roubbens_Joseph", "http://dbpedia.org/resource/Ryan_Davis_(defensive_end)", "http://dbpedia.org/resource/Ryan_Glasper", "http://dbpedia.org/resource/Ryan_Grigson", "http://dbpedia.org/resource/S._J._Green", "http://dbpedia.org/resource/Zac_Henderson", "http://dbpedia.org/resource/Zack_Eskridge", "http://dbpedia.org/resource/E._J._Nduka__E._J._Nduka__1", "http://dbpedia.org/resource/Geremy_Davis__Geremy_Davis__1", "http://dbpedia.org/resource/Robert_Kent_(quarterback)__Robert_Kent__1", "http://dbpedia.org/resource/Ronald_Jones_(defensive_lineman)__Ronald_Jones__1", "http://dbpedia.org/resource/Charles_Washington_(defensive_back,_born_1966)__Charles_Washington__1", "http://dbpedia.org/resource/Chuck_Bradley_(offensive_tackle)__Chuck_Bradley__1", "http://dbpedia.org/resource/Cole_McDonald__Cole_McDonald__1", "http://dbpedia.org/resource/Jonathan_Williams_(defensive_lineman)__Jonathan_Williams__1", "http://dbpedia.org/resource/Marcus_Roberson__Marcus_Roberson__1", "http://dbpedia.org/resource/Daryle_Smith__Daryle_Smith__1"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/opponent> <http://dbpedia.org/resource/Benjamin_Spock> . ?x <http://dbpedia.org/property/president> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/majorShrine> <http://dbpedia.org/resource/Pozna\u0144> . ?x shrines ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/militaryBranch> <http://dbpedia.org/resource/United_States> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Vangelis> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/De_Mantel_der_Liefde", "http://dbpedia.org/resource/Alexander_(2004_film)", "http://dbpedia.org/resource/1492:_Conquest_of_Paradise", "http://dbpedia.org/resource/Antarctica_(1983_film)", "http://dbpedia.org/resource/The_Bounty_(1984_film)", "http://dbpedia.org/resource/The_Plague_(1992_film)", "http://dbpedia.org/resource/The_Wild_Nation", "http://dbpedia.org/resource/Missing_(1982_film)", "http://dbpedia.org/resource/Trashed_(film)", "http://dbpedia.org/resource/Twilight_of_Shadows", "http://dbpedia.org/resource/Chariots_of_Fire", "http://dbpedia.org/resource/Chariots_of_Fire_(play)", "http://dbpedia.org/resource/Do_You_Hear_the_Dogs_Barking%3F", "http://dbpedia.org/resource/Crime_and_Passion", "http://dbpedia.org/resource/El_Greco_(2007_film)", "http://dbpedia.org/resource/Bitter_Moon", "http://dbpedia.org/resource/Blade_Runner", "http://dbpedia.org/resource/De_Nuremberg_\u00e0_Nuremberg"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/species> <http://dbpedia.org/resource/Vitis_vinifera> . ?x <http://dbpedia.org/ontology/wineRegion> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Rolling_Stone_Album_Guide> <http://dbpedia.org/property/publisher> ?uri } "}, "answers": ["http://dbpedia.org/resource/Random_House", "http://dbpedia.org/resource/Fireside_Books", "Random House/Rolling Stone Press"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/21Vianet> <http://dbpedia.org/property/services> ?uri . }"}, "answers": ["9"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/river> <http://dbpedia.org/resource/Box_girder_bridge> . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Saleen_S5S_Raptor> <http://dbpedia.org/property/designer> ?uri } "}, "answers": ["http://dbpedia.org/resource/Warren,_Michigan", "http://dbpedia.org/resource/ASC_Creative_Services", "http://dbpedia.org/resource/Michigan"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1999_San_Marino_Grand_Prix> <http://dbpedia.org/ontology/firstDriver> ?uri } "}, "answers": ["http://dbpedia.org/resource/Michael_Schumacher"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Erich_Bagge> . ?uri <http://dbpedia.org/ontology/doctoralStudent> <http://dbpedia.org/resource/R\u00f3bert_Erban_\u021ai\u0218erban_\u00c1ngel_Illi\u021beica> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Moonbase_Commander> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Union_State> <http://dbpedia.org/ontology/largestCity> ?uri } "}, "answers": ["http://dbpedia.org/resource/Moscow"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Micheal_Williams> <http://dbpedia.org/ontology/athleticsTeam> ?uri . <http://dbpedia.org/resource/Syracuse_University> <http://dbpedia.org/property/owner> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Ted_Hartley> . ?uri <http://dbpedia.org/ontology/distributor> ?x . }"}, "answers": ["http://dbpedia.org/resource/All_in_a_Nutshell", "http://dbpedia.org/resource/Allegheny_Uprising", "http://dbpedia.org/resource/Along_Came_Jones_(film)", "http://dbpedia.org/resource/Along_the_Rio_Grande", "http://dbpedia.org/resource/Androcles_and_the_Lion_(1952_film)", "http://dbpedia.org/resource/Dancing_Pirate", "http://dbpedia.org/resource/Danger_Lights", "http://dbpedia.org/resource/Dangerous_Mission", "http://dbpedia.org/resource/Darts_Are_Trumps", "http://dbpedia.org/resource/Day_of_the_Fight", "http://dbpedia.org/resource/Days_of_Glory_(1944_film)", "http://dbpedia.org/resource/Deadline_at_Dawn", "http://dbpedia.org/resource/Death_of_a_Scoundrel", "http://dbpedia.org/resource/Decameron_Nights", "http://dbpedia.org/resource/Born_That_Way_(film)", "http://dbpedia.org/resource/Vacation_in_Reno", "http://dbpedia.org/resource/Valley_of_the_Sun_(film)", "http://dbpedia.org/resource/Vendetta_(1950_film)", "http://dbpedia.org/resource/Victoria_the_Great", "http://dbpedia.org/resource/Vivacious_Lady", "http://dbpedia.org/resource/Wagon_Master", "http://dbpedia.org/resource/Wakamba!", "http://dbpedia.org/resource/Wake_Up_Famous", "http://dbpedia.org/resource/Walk_Softly,_Stranger", "http://dbpedia.org/resource/Wanderer_of_the_Wasteland_(1945_film)", "http://dbpedia.org/resource/Second_Wife_(1936_film)", "http://dbpedia.org/resource/Siege_(1940_film)", "http://dbpedia.org/resource/Spanish_Nights_(film)", "http://dbpedia.org/resource/The_Sleepwalker_(1942_film)", "http://dbpedia.org/resource/The_Admiral's_Secret", "http://dbpedia.org/resource/The_Ace_of_Spades", "http://dbpedia.org/resource/The_Brave_Engineer", "http://dbpedia.org/resource/The_Art_of_Skiing", "http://dbpedia.org/resource/R'coon_Dawg", "http://dbpedia.org/resource/Deep_South_(film)", "http://dbpedia.org/resource/Deluge_(film)", "http://dbpedia.org/resource/Department_Store_(1935_film)", "http://dbpedia.org/resource/Der_Fuehrer's_Face", "http://dbpedia.org/resource/Desert_Desperadoes", "http://dbpedia.org/resource/Desert_Passage_(film)", "http://dbpedia.org/resource/Design_for_Death", "http://dbpedia.org/resource/Destination_Murder", "http://dbpedia.org/resource/Devil's_Canyon_(1953_film)", "http://dbpedia.org/resource/Devil_Take_Us", "http://dbpedia.org/resource/Devotion_(1931_film)", "http://dbpedia.org/resource/Dial_999_(1955_film)", "http://dbpedia.org/resource/Dick_Tracy's_Dilemma", "http://dbpedia.org/resource/Dick_Tracy_(1945_film)", "http://dbpedia.org/resource/Dick_Tracy_Meets_Gruesome", "http://dbpedia.org/resource/Dick_Tracy_vs._Cueball", "http://dbpedia.org/resource/Ding_Dong_Williams", "http://dbpedia.org/resource/Diplomaniacs", "http://dbpedia.org/resource/Dixiana_(film)", "http://dbpedia.org/resource/Music_Hall_(film)", "http://dbpedia.org/resource/Why_Pick_on_Me%3F_(1937_film)", "http://dbpedia.org/resource/Hockey_Homicide", "http://dbpedia.org/resource/Hitting_a_New_High", "http://dbpedia.org/resource/Hold_'Em_Jail", "http://dbpedia.org/resource/Meet_Maxwell_Archer", "http://dbpedia.org/resource/Alibi_Bye_Bye", "http://dbpedia.org/resource/Alice_Adams_(1935_film)", "http://dbpedia.org/resource/Alice_in_Wonderland_(1951_film)", "http://dbpedia.org/resource/As_Long_as_You_Live", "http://dbpedia.org/resource/At_Sword's_Point", "http://dbpedia.org/resource/Beach_Pajamas", "http://dbpedia.org/resource/Beach_Picnic_(film)", "http://dbpedia.org/resource/Bear_Country_(film)", "http://dbpedia.org/resource/Bearly_Asleep", "http://dbpedia.org/resource/Beat_the_Band_(film)", "http://dbpedia.org/resource/Beau_Ideal", "http://dbpedia.org/resource/Becky_Sharp_(film)", "http://dbpedia.org/resource/Bedlam_(1946_film)", "http://dbpedia.org/resource/Bee_at_the_Beach", "http://dbpedia.org/resource/Bee_on_Guard", "http://dbpedia.org/resource/Beezy_Bear", "http://dbpedia.org/resource/Before_Dawn_(film)", "http://dbpedia.org/resource/Behave_Yourself!", "http://dbpedia.org/resource/Behind_Office_Doors", "http://dbpedia.org/resource/Behind_the_Rising_Sun_(film)", "http://dbpedia.org/resource/Bellboy_Donald", "http://dbpedia.org/resource/Belle_of_the_Yukon", "http://dbpedia.org/resource/Below_the_Sahara", "http://dbpedia.org/resource/Bengazi_(film)", "http://dbpedia.org/resource/Berlin_Express", "http://dbpedia.org/resource/Best_of_the_Badmen", "http://dbpedia.org/resource/Betrayal_from_the_East", "http://dbpedia.org/resource/Beware,_My_Lovely", "http://dbpedia.org/resource/Beyond_Tomorrow_(film)", "http://dbpedia.org/resource/Beyond_the_Rockies", "http://dbpedia.org/resource/Footlight_Fever", "http://dbpedia.org/resource/Forever_and_a_Day_(1943_film)", "http://dbpedia.org/resource/Fort_Apache_(film)", "http://dbpedia.org/resource/Forty_Naughty_Girls", "http://dbpedia.org/resource/Four_Jacks_and_a_Jill_(film)", "http://dbpedia.org/resource/Frail_Women", "http://dbpedia.org/resource/Framed_(1930_film)", "http://dbpedia.org/resource/Frank_Duck_Brings_'Em_Back_Alive", "http://dbpedia.org/resource/Friends_and_Lovers_(1931_film)", "http://dbpedia.org/resource/From_This_Day_Forward", "http://dbpedia.org/resource/Fugitives_for_a_Night", "http://dbpedia.org/resource/Full_Confession", "http://dbpedia.org/resource/Fun_and_Fancy_Free", "http://dbpedia.org/resource/Gambling_House_(film)", "http://dbpedia.org/resource/Gangway_for_Tomorrow", "http://dbpedia.org/resource/Gay_Old_Dog", "http://dbpedia.org/resource/Genius_at_Work", "http://dbpedia.org/resource/George_White's_Scandals_(1945_film)", "http://dbpedia.org/resource/Half_Marriage_(film)", "http://dbpedia.org/resource/Half_Shot_at_Sunrise", "http://dbpedia.org/resource/Handle_with_Care_(1935_film)", "http://dbpedia.org/resource/Hans_Christian_Andersen_(film)", "http://dbpedia.org/resource/Hansel_and_Gretel:_An_Opera_Fantasy", "http://dbpedia.org/resource/Hard,_Fast_and_Beautiful", "http://dbpedia.org/resource/Having_Wonderful_Time", "http://dbpedia.org/resource/Hawaii_Calls_(film)", "http://dbpedia.org/resource/Hawaiian_Holiday", "http://dbpedia.org/resource/Saddle_Legion", "http://dbpedia.org/resource/Sagebrush_Law", "http://dbpedia.org/resource/Sailor_Be_Good", "http://dbpedia.org/resource/Sally_in_Our_Alley_(1931_film)", "http://dbpedia.org/resource/Saludos_Amigos", "http://dbpedia.org/resource/San_Quentin_(1946_film)", "http://dbpedia.org/resource/Sword_of_Venus", "http://dbpedia.org/resource/Sylvia_Scarlett", "http://dbpedia.org/resource/Symphony_Hour", "http://dbpedia.org/resource/Symphony_of_Six_Million", "http://dbpedia.org/resource/Syncopation_(1929_film)", "http://dbpedia.org/resource/Syncopation_(1942_film)", "http://dbpedia.org/resource/Take_'em_and_Shake_'em", "http://dbpedia.org/resource/Tall_in_the_Saddle", "http://dbpedia.org/resource/Tanned_Legs", "http://dbpedia.org/resource/Target_(1952_film)", "http://dbpedia.org/resource/Tarzan's_Desert_Mystery", "http://dbpedia.org/resource/Tarzan's_Hidden_Jungle", "http://dbpedia.org/resource/Tarzan's_Magic_Fountain", "http://dbpedia.org/resource/Tarzan's_Peril", "http://dbpedia.org/resource/Tarzan's_Savage_Fury", "http://dbpedia.org/resource/Tarzan_Triumphs", "http://dbpedia.org/resource/Tarzan_and_the_Amazons", "http://dbpedia.org/resource/Tarzan_and_the_Huntress", "http://dbpedia.org/resource/Tarzan_and_the_Leopard_Woman", "http://dbpedia.org/resource/Tarzan_and_the_Mermaids", "http://dbpedia.org/resource/Tarzan_and_the_She-Devil", "http://dbpedia.org/resource/Tarzan_and_the_Slave_Girl", "http://dbpedia.org/resource/Tea_for_Two_Hundred", "http://dbpedia.org/resource/Tembo_(film)", "http://dbpedia.org/resource/Way_Back_Home_(1931_film)", "http://dbpedia.org/resource/Way_Down_South_(film)", "http://dbpedia.org/resource/We're_Rich_Again", "http://dbpedia.org/resource/Weddings_Are_Wonderful", "http://dbpedia.org/resource/Wednesday's_Child_(film)", "http://dbpedia.org/resource/Week-End_for_Three", "http://dbpedia.org/resource/West_of_the_Pecos_(1945_film)", "http://dbpedia.org/resource/Western_Heritage", "http://dbpedia.org/resource/Wet_Paint_(1946_film)", "http://dbpedia.org/resource/What_a_Blonde", "http://dbpedia.org/resource/When's_Your_Birthday%3F", "http://dbpedia.org/resource/Where_Danger_Lives", "http://dbpedia.org/resource/Where_Sinners_Meet", "http://dbpedia.org/resource/While_the_City_Sleeps_(1956_film)", "http://dbpedia.org/resource/Whispering_Smith_Hits_London", "http://dbpedia.org/resource/Whispering_Tongues", "http://dbpedia.org/resource/Wide_Open_Spaces_(1947_film)", "http://dbpedia.org/resource/Wild_Cargo_(film)", "http://dbpedia.org/resource/Wild_Horse_Mesa_(1947_film)", "http://dbpedia.org/resource/Wildcat_Bus", "http://dbpedia.org/resource/The_Little_Whirlwind", "http://dbpedia.org/resource/Angel_Face_(1953_film)", "http://dbpedia.org/resource/Ann_Vickers_(film)", "http://dbpedia.org/resource/Annabel_Takes_a_Tour", "http://dbpedia.org/resource/Anne_of_Green_Gables_(1934_film)", "http://dbpedia.org/resource/Annie_Oakley_(1935_film)", "http://dbpedia.org/resource/Another_Face", "http://dbpedia.org/resource/Appointment_in_Honduras", "http://dbpedia.org/resource/Arctic_Fury", "http://dbpedia.org/resource/Armored_Car_Robbery", "http://dbpedia.org/resource/Army_Surgeon", "http://dbpedia.org/resource/Emergency_Call_(1933_film)", "http://dbpedia.org/resource/Enchantment_(1948_film)", "http://dbpedia.org/resource/Escape!_(1930_film)", "http://dbpedia.org/resource/Escape_to_Burma", "http://dbpedia.org/resource/Escape_to_Danger", "http://dbpedia.org/resource/Escape_to_Paradise", "http://dbpedia.org/resource/Gigolette", "http://dbpedia.org/resource/Gildersleeve_on_Broadway", "http://dbpedia.org/resource/Girl_Crazy_(1932_film)", "http://dbpedia.org/resource/Girl_Rush", "http://dbpedia.org/resource/Girl_of_the_Port", "http://dbpedia.org/resource/Girl_of_the_Rio", "http://dbpedia.org/resource/Glory_(1956_film)", "http://dbpedia.org/resource/Go_Chase_Yourself", "http://dbpedia.org/resource/Goin'_to_Town_(1944_film)", "http://dbpedia.org/resource/Golden_Eggs_(film)", "http://dbpedia.org/resource/Goldie_Gets_Along", "http://dbpedia.org/resource/Good_Sam_(1948_film)", "http://dbpedia.org/resource/Good_Scouts", "http://dbpedia.org/resource/Goodbye_Love_(film)", "http://dbpedia.org/resource/Goofy_Gymnastics", "http://dbpedia.org/resource/Goofy_and_Wilbur", "http://dbpedia.org/resource/Marine_Raiders_(film)", "http://dbpedia.org/resource/Marry_Me_Again", "http://dbpedia.org/resource/Mary_of_Scotland_(film)", "http://dbpedia.org/resource/Pigs_Is_Pigs_(1954_film)", "http://dbpedia.org/resource/Pinocchio_(1940_film)", "http://dbpedia.org/resource/Pirates_of_the_Prairie", "http://dbpedia.org/resource/Pistol_Harvest", "http://dbpedia.org/resource/Play_Girl_(1941_film)", "http://dbpedia.org/resource/Playmates_(1941_film)", "http://dbpedia.org/resource/Pluto's_Blue_Note", "http://dbpedia.org/resource/Pluto's_Christmas_Tree", "http://dbpedia.org/resource/Pluto's_Judgement_Day", "http://dbpedia.org/resource/Pluto's_Party", "http://dbpedia.org/resource/Polar_Trappers", "http://dbpedia.org/resource/Pop_Always_Pays", "http://dbpedia.org/resource/Port_Sinister", "http://dbpedia.org/resource/Powder_Town", "http://dbpedia.org/resource/Powdersmoke_Range", "http://dbpedia.org/resource/Prestige_(film)", "http://dbpedia.org/resource/Primrose_Path_(1940_film)", "http://dbpedia.org/resource/Tender_Comrade", "http://dbpedia.org/resource/Tengo_fe_en_ti", "http://dbpedia.org/resource/Tennessee's_Partner", "http://dbpedia.org/resource/Tension_at_Table_Rock", "http://dbpedia.org/resource/Test_Pilot_Donald", "http://dbpedia.org/resource/Texas_Lady", "http://dbpedia.org/resource/That's_Right_\u2013_You're_Wrong", "http://dbpedia.org/resource/That_Girl_from_Paris", "http://dbpedia.org/resource/The_Adventures_of_Ichabod_and_Mr._Toad", "http://dbpedia.org/resource/The_Adventures_of_a_Rookie", "http://dbpedia.org/resource/The_Affairs_of_Annabel", "http://dbpedia.org/resource/The_Age_of_Consent_(film)", "http://dbpedia.org/resource/The_Alaskan_Eskimo", "http://dbpedia.org/resource/The_Americano_(1955_film)", "http://dbpedia.org/resource/The_Animal_Kingdom", "http://dbpedia.org/resource/The_Arizona_Ranger", "http://dbpedia.org/resource/The_Arizonian", "http://dbpedia.org/resource/The_Art_of_Self_Defense_(1941_film)", "http://dbpedia.org/resource/The_Autograph_Hound", "http://dbpedia.org/resource/The_Avenging_Rider", "http://dbpedia.org/resource/The_Bachelor_and_the_Bobby-Soxer", "http://dbpedia.org/resource/The_Bamboo_Blonde", "http://dbpedia.org/resource/The_Bandit_Trail", "http://dbpedia.org/resource/The_Bashful_Bachelor", "http://dbpedia.org/resource/The_Bells_of_St._Mary's", "http://dbpedia.org/resource/The_Best_Years_of_Our_Lives", "http://dbpedia.org/resource/The_Big_Brain", "http://dbpedia.org/resource/The_Big_Gamble_(1931_film)", "http://dbpedia.org/resource/The_Big_Shot_(1931_film)", "http://dbpedia.org/resource/The_Big_Steal", "http://dbpedia.org/resource/The_Big_Street", "http://dbpedia.org/resource/The_Bishop's_Wife", "http://dbpedia.org/resource/The_Black_Abbot_(1934_film)", "http://dbpedia.org/resource/The_Blue_Veil_(1951_film)", "http://dbpedia.org/resource/The_Body_Snatcher_(film)", "http://dbpedia.org/resource/The_Bold_and_the_Brave", "http://dbpedia.org/resource/The_Boy_with_Green_Hair", "http://dbpedia.org/resource/The_Brave_One_(1956_film)", "http://dbpedia.org/resource/The_Bride_Walks_Out", "http://dbpedia.org/resource/The_Brighton_Strangler", "http://dbpedia.org/resource/The_Broken_Melody_(1938_film)", "http://dbpedia.org/resource/The_Capture_(film)", "http://dbpedia.org/resource/The_Case_of_Sergeant_Grischa_(film)", "http://dbpedia.org/resource/The_Cheyenne_Kid", "http://dbpedia.org/resource/Uncle_Donald's_Ants", "http://dbpedia.org/resource/Under_the_Red_Sea", "http://dbpedia.org/resource/Under_the_Tonto_Rim_(1947_film)", "http://dbpedia.org/resource/Underwater!", "http://dbpedia.org/resource/Up_a_Tree_(1955_film)", "http://dbpedia.org/resource/Up_in_Arms", "http://dbpedia.org/resource/Man_of_Two_Worlds_(film)", "http://dbpedia.org/resource/Mannequin_(1933_film)", "http://dbpedia.org/resource/The_Medicine_Man_(1933_film)", "http://dbpedia.org/resource/Painted_Desert_(1938_film)", "http://dbpedia.org/resource/Wagon_Train_(film)", "http://dbpedia.org/resource/Hooked_Bear", "http://dbpedia.org/resource/How_to_Play_Football", "http://dbpedia.org/resource/How_to_Play_Golf", "http://dbpedia.org/resource/A_Honeymoon_Adventure", "http://dbpedia.org/resource/Bootle_Beetle", "http://dbpedia.org/resource/Border_Cafe_(film)", "http://dbpedia.org/resource/Border_G-Man", "http://dbpedia.org/resource/Border_Treasure", "http://dbpedia.org/resource/Born_to_Be_Bad_(1950_film)", "http://dbpedia.org/resource/Boy_Slaves", "http://dbpedia.org/resource/Brave_Little_Tailor", "http://dbpedia.org/resource/Breakaway_(1955_film)", "http://dbpedia.org/resource/Breaking_the_Ice_(film)", "http://dbpedia.org/resource/Bride_by_Mistake", "http://dbpedia.org/resource/Bride_for_Sale", "http://dbpedia.org/resource/Bring_'Em_Back_Alive_(film)", "http://dbpedia.org/resource/Bringing_Up_Baby", "http://dbpedia.org/resource/Brothers_in_the_Saddle", "http://dbpedia.org/resource/Bubbling_Over_(film)", "http://dbpedia.org/resource/Jalna_(film)", "http://dbpedia.org/resource/Jazz_Heaven", "http://dbpedia.org/resource/Kept_Husbands", "http://dbpedia.org/resource/Killers_from_Space", "http://dbpedia.org/resource/Masked_Raiders", "http://dbpedia.org/resource/Melody_(1953_film)", "http://dbpedia.org/resource/Melody_Time", "http://dbpedia.org/resource/Men_Are_Such_Fools_(1932_film)", "http://dbpedia.org/resource/Men_of_America", "http://dbpedia.org/resource/Men_of_Chance", "http://dbpedia.org/resource/Called_Back_(1933_film)", "http://dbpedia.org/resource/Rainbow_on_the_River", "http://dbpedia.org/resource/Rancho_Notorious", "http://dbpedia.org/resource/Rebound_(1931_film)", "http://dbpedia.org/resource/Red_River_Robin_Hood", "http://dbpedia.org/resource/Remedy_for_Riches", "http://dbpedia.org/resource/Renegades_of_the_West", "http://dbpedia.org/resource/Reno_(1939_film)", "http://dbpedia.org/resource/Return_of_a_Stranger_(1937_film)", "http://dbpedia.org/resource/Return_of_the_Bad_Men", "http://dbpedia.org/resource/The_Clay_Pigeon", "http://dbpedia.org/resource/The_Clock_Watcher", "http://dbpedia.org/resource/The_Company_She_Keeps", "http://dbpedia.org/resource/The_Conqueror_(1956_film)", "http://dbpedia.org/resource/The_Conquerors_(1932_film)", "http://dbpedia.org/resource/The_Crouching_Beast", "http://dbpedia.org/resource/The_Curse_of_the_Cat_People", "http://dbpedia.org/resource/The_Day_the_Bookies_Wept", "http://dbpedia.org/resource/The_Devil_Thumbs_a_Ride", "http://dbpedia.org/resource/The_Devil_and_Daniel_Webster_(film)", "http://dbpedia.org/resource/The_Enchanted_Cottage_(1945_film)", "http://dbpedia.org/resource/The_Ex-Mrs._Bradford", "http://dbpedia.org/resource/The_Eyes_Have_It_(film)", "http://dbpedia.org/resource/The_Face_at_the_Window_(1932_film)", "http://dbpedia.org/resource/The_Faithful_City", "http://dbpedia.org/resource/The_Falcon's_Adventure", "http://dbpedia.org/resource/The_Falcon's_Alibi", "http://dbpedia.org/resource/The_Falcon's_Brother", "http://dbpedia.org/resource/The_Falcon_Out_West", "http://dbpedia.org/resource/The_Falcon_Strikes_Back", "http://dbpedia.org/resource/The_Falcon_and_the_Co-eds", "http://dbpedia.org/resource/The_Falcon_in_Danger", "http://dbpedia.org/resource/The_Falcon_in_Hollywood", "http://dbpedia.org/resource/The_Falcon_in_Mexico", "http://dbpedia.org/resource/The_Falcon_in_San_Francisco", "http://dbpedia.org/resource/The_Fallen_Sparrow", "http://dbpedia.org/resource/The_Fargo_Kid", "http://dbpedia.org/resource/The_Farmer's_Daughter_(1947_film)", "http://dbpedia.org/resource/The_Fighting_Gringo_(1939_film)", "http://dbpedia.org/resource/The_First_Traveling_Saleslady", "http://dbpedia.org/resource/The_First_of_the_Few", "http://dbpedia.org/resource/The_Flying_Irishman", "http://dbpedia.org/resource/The_Flying_Jalopy", "http://dbpedia.org/resource/The_Flying_Squirrel", "http://dbpedia.org/resource/The_Fountain_(1934_film)", "http://dbpedia.org/resource/The_Fox_Hunt_(1938_film)", "http://dbpedia.org/resource/The_French_Line", "http://dbpedia.org/resource/The_Fugitive_(1947_film)", "http://dbpedia.org/resource/The_Gay_Diplomat", "http://dbpedia.org/resource/The_Gay_Divorcee", "http://dbpedia.org/resource/The_Gay_Falcon", "http://dbpedia.org/resource/The_Girl_Most_Likely", "http://dbpedia.org/resource/The_Girl_from_Mexico", "http://dbpedia.org/resource/The_Golden_Twenties", "http://dbpedia.org/resource/The_Golf_Specialist", "http://dbpedia.org/resource/The_Grain_That_Built_a_Hemisphere", "http://dbpedia.org/resource/The_Great_Jasper", "http://dbpedia.org/resource/The_Great_Man_Votes", "http://dbpedia.org/resource/The_Green_Promise", "http://dbpedia.org/resource/The_Greener_Yard", "http://dbpedia.org/resource/The_Half-Breed", "http://dbpedia.org/resource/The_Half-Naked_Truth", "http://dbpedia.org/resource/The_Heirloom_Mystery", "http://dbpedia.org/resource/The_Hitch-Hiker", "http://dbpedia.org/resource/The_Hockey_Champ", "http://dbpedia.org/resource/The_House_I_Live_In_(1945_film)", "http://dbpedia.org/resource/The_Hunchback_of_Notre_Dame_(1939_film)", "http://dbpedia.org/resource/The_Impassive_Footman", "http://dbpedia.org/resource/The_Informer_(1935_film)", "http://dbpedia.org/resource/The_Iron_Stair_(1933_film)", "http://dbpedia.org/resource/The_Judge_Steps_Out", "http://dbpedia.org/resource/The_Kid_from_Brooklyn", "http://dbpedia.org/resource/The_Knife_of_the_Party", "http://dbpedia.org/resource/The_Lady_Refuses", "http://dbpedia.org/resource/The_Last_Days_of_Pompeii_(1935_film)", "http://dbpedia.org/resource/The_Last_Frontier_(serial)", "http://dbpedia.org/resource/The_Last_Outlaw_(1936_film)", "http://dbpedia.org/resource/The_Law_West_of_Tombstone", "http://dbpedia.org/resource/The_Leopard_Man", "http://dbpedia.org/resource/The_Life_of_the_Party_(1937_film)", "http://dbpedia.org/resource/The_Little_Foxes_(film)", "http://dbpedia.org/resource/The_Little_Minister_(1934_film)", "http://dbpedia.org/resource/The_Locket", "http://dbpedia.org/resource/The_Lone_Chipmunks", "http://dbpedia.org/resource/The_Long_Night_(1947_film)", "http://dbpedia.org/resource/The_Lost_Patrol_(1934_film)", "http://dbpedia.org/resource/The_Lost_Squadron", "http://dbpedia.org/resource/The_Lusty_Men", "http://dbpedia.org/resource/The_Mad_Miss_Manton", "http://dbpedia.org/resource/The_Magnificent_Ambersons_(film)", "http://dbpedia.org/resource/The_Man_Who_Found_Himself", "http://dbpedia.org/resource/The_Man_Without_a_Face_(1935_film)", "http://dbpedia.org/resource/The_Man_on_the_Eiffel_Tower", "http://dbpedia.org/resource/The_March_of_Time", "http://dbpedia.org/resource/The_Marines_Fly_High", "http://dbpedia.org/resource/The_Marriage_Bond_(1932_film)", "http://dbpedia.org/resource/The_Master_Race_(film)", "http://dbpedia.org/resource/The_Mayor_of_44th_Street", "http://dbpedia.org/resource/The_Mexican_Spitfire's_Baby", "http://dbpedia.org/resource/The_Miracle_of_the_Bells", "http://dbpedia.org/resource/The_Monkey's_Paw_(1933_film)", "http://dbpedia.org/resource/The_Most_Dangerous_Game_(1932_film)", "http://dbpedia.org/resource/The_Mysterious_Desperado", "http://dbpedia.org/resource/The_Mysterious_Mr._Davis", "http://dbpedia.org/resource/The_Narrow_Margin", "http://dbpedia.org/resource/The_Navy_Comes_Through", "http://dbpedia.org/resource/The_New_Neighbor", "http://dbpedia.org/resource/The_Nifty_Nineties", "http://dbpedia.org/resource/The_North_Star_(1943_film)", "http://dbpedia.org/resource/The_Old_Army_Game", "http://dbpedia.org/resource/The_Old_Mill", "http://dbpedia.org/resource/The_Olympic_Champ", "http://dbpedia.org/resource/The_Olympic_Elk", "http://dbpedia.org/resource/The_Outcasts_of_Poker_Flat_(1937_film)", "http://dbpedia.org/resource/The_Outlaw", "http://dbpedia.org/resource/The_Pace_That_Thrills_(1952_film)", "http://dbpedia.org/resource/The_Painted_Desert", "http://dbpedia.org/resource/The_Pay-Off_(1930_film)", "http://dbpedia.org/resource/The_Pearl_(film)", "http://dbpedia.org/resource/The_Penguin_Pool_Murder", "http://dbpedia.org/resource/The_People's_Enemy", "http://dbpedia.org/resource/The_Phantom_of_Crestwood", "http://dbpedia.org/resource/The_Plastics_Inventor", "http://dbpedia.org/resource/The_Plot_Thickens_(film)", "http://dbpedia.org/resource/The_Plough_and_the_Stars_(film)", "http://dbpedia.org/resource/The_Pointer", "http://dbpedia.org/resource/The_Practical_Pig", "http://dbpedia.org/resource/The_Pride_of_the_Yankees", "http://dbpedia.org/resource/The_Princess_and_the_Pirate", "http://dbpedia.org/resource/The_Public_Defender", "http://dbpedia.org/resource/The_Racket_(1951_film)", "http://dbpedia.org/resource/The_Ramparts_We_Watch", "http://dbpedia.org/resource/The_Reluctant_Dragon_(1941_film)", "http://dbpedia.org/resource/The_Richest_Girl_in_the_World_(1934_film)", "http://dbpedia.org/resource/The_Right_Age_to_Marry", "http://dbpedia.org/resource/The_Right_to_Romance", "http://dbpedia.org/resource/The_River_Wolves", "http://dbpedia.org/resource/The_Riveter", "http://dbpedia.org/resource/The_Roadhouse_Murder", "http://dbpedia.org/resource/The_Rocks_of_Valpre_(1935_film)", "http://dbpedia.org/resource/The_Royal_Bed", "http://dbpedia.org/resource/The_Runaround_(1931_film)", "http://dbpedia.org/resource/The_Saint's_Vacation", "http://dbpedia.org/resource/The_Saint_Meets_the_Tiger", "http://dbpedia.org/resource/The_Saint_Strikes_Back", "http://dbpedia.org/resource/The_Saint_in_London", "http://dbpedia.org/resource/The_Saint_in_New_York_(film)", "http://dbpedia.org/resource/The_Saint_in_Palm_Springs", "http://dbpedia.org/resource/The_Sea_Around_Us_(film)", "http://dbpedia.org/resource/The_Secret_Fury", "http://dbpedia.org/resource/The_Secret_Life_of_Walter_Mitty_(1947_film)", "http://dbpedia.org/resource/The_Set-Up_(1949_film)", "http://dbpedia.org/resource/The_Seventh_Victim", "http://dbpedia.org/resource/The_Sign_of_Four_(1932_film)", "http://dbpedia.org/resource/The_Silver_Cord_(film)", "http://dbpedia.org/resource/The_Silver_Horde_(1930_film)", "http://dbpedia.org/resource/The_Silver_Streak", "http://dbpedia.org/resource/The_Simple_Things", "http://dbpedia.org/resource/The_Sin_Ship", "http://dbpedia.org/resource/The_Sky's_the_Limit_(1943_film)", "http://dbpedia.org/resource/The_Soldier_and_the_Lady", "http://dbpedia.org/resource/The_Spanish_Main", "http://dbpedia.org/resource/The_Spellbinder", "http://dbpedia.org/resource/The_Spiral_Staircase_(1946_film)", "http://dbpedia.org/resource/The_Spirit_of_'43", "http://dbpedia.org/resource/The_Sport_Parade", "http://dbpedia.org/resource/The_Story_of_Robin_Hood_(film)", "http://dbpedia.org/resource/The_Story_of_Vernon_and_Irene_Castle", "http://dbpedia.org/resource/The_Story_of_the_Vatican", "http://dbpedia.org/resource/The_Stranger_(1946_film)", "http://dbpedia.org/resource/The_Sword_and_the_Rose", "http://dbpedia.org/resource/The_Tattooed_Stranger", "http://dbpedia.org/resource/The_Thing_from_Another_World", "http://dbpedia.org/resource/The_Threat_(1949_film)", "http://dbpedia.org/resource/The_Three_Caballeros", "http://dbpedia.org/resource/The_Three_Musketeers_(1935_film)", "http://dbpedia.org/resource/The_Tip-Off_(film)", "http://dbpedia.org/resource/The_Toast_of_New_York", "http://dbpedia.org/resource/The_Treasure_of_Pancho_Villa", "http://dbpedia.org/resource/The_Trial_of_Donald_Duck", "http://dbpedia.org/resource/The_Truth_About_Murder", "http://dbpedia.org/resource/The_Tuttles_of_Tahiti", "http://dbpedia.org/resource/The_Umbrella_(film)", "http://dbpedia.org/resource/The_Vagabond_Lover", "http://dbpedia.org/resource/The_Vandergilt_Diamond_Mystery", "http://dbpedia.org/resource/The_Vanishing_Private", "http://dbpedia.org/resource/The_Velvet_Touch", "http://dbpedia.org/resource/The_Very_Idea", "http://dbpedia.org/resource/The_Village_Smithy", "http://dbpedia.org/resource/The_Villain_Still_Pursued_Her", "http://dbpedia.org/resource/The_W_Plan", "http://dbpedia.org/resource/The_Water_Gipsies_(film)", "http://dbpedia.org/resource/The_Whip_Hand", "http://dbpedia.org/resource/The_White_Tower_(film)", "http://dbpedia.org/resource/The_Window_(1949_film)", "http://dbpedia.org/resource/The_Witness_Chair", "http://dbpedia.org/resource/The_Woman_Between_(1931_American_film)", "http://dbpedia.org/resource/The_Woman_I_Love_(1937_film)", "http://dbpedia.org/resource/The_Woman_in_the_Window_(1944_film)", "http://dbpedia.org/resource/The_Woman_on_Pier_13", "http://dbpedia.org/resource/The_Woman_on_the_Beach", "http://dbpedia.org/resource/The_Young_Stranger", "http://dbpedia.org/resource/Lonesome_Ghosts", "http://dbpedia.org/resource/Nine_till_Six", "http://dbpedia.org/resource/Obliging_Young_Lady", "http://dbpedia.org/resource/No,_No,_Nanette_(1940_film)", "http://dbpedia.org/resource/No_Marriage_Ties", "http://dbpedia.org/resource/No_Road_Back", "http://dbpedia.org/resource/No_Sail", "http://dbpedia.org/resource/No_Smoking_(1951_film)", "http://dbpedia.org/resource/No_Time_for_Flowers", "http://dbpedia.org/resource/Nocturne_(1946_film)", "http://dbpedia.org/resource/None_but_the_Lonely_Heart_(film)", "http://dbpedia.org/resource/Norway_in_Revolt", "http://dbpedia.org/resource/Not_So_Dusty_(1936_film)", "http://dbpedia.org/resource/Nothing_Like_Publicity", "http://dbpedia.org/resource/Notorious_(1946_film)", "http://dbpedia.org/resource/Nurse_Edith_Cavell", "http://dbpedia.org/resource/Gun_Law_(1938_film)", "http://dbpedia.org/resource/How_to_Swim_(1942_film)", "http://dbpedia.org/resource/The_Lash_(1934_film)", "http://dbpedia.org/resource/Silvery_Moon", "http://dbpedia.org/resource/Citizen_Kane", "http://dbpedia.org/resource/Citizen_Kane_trailer", "http://dbpedia.org/resource/Clash_by_Night", "http://dbpedia.org/resource/Clock_Cleaners", "http://dbpedia.org/resource/Clown_of_the_Jungle", "http://dbpedia.org/resource/Code_of_the_West_(1947_film)", "http://dbpedia.org/resource/Come_on_Danger", "http://dbpedia.org/resource/Commando_Duck", "http://dbpedia.org/resource/Condemned_Women", "http://dbpedia.org/resource/Consolation_Marriage", "http://dbpedia.org/resource/Conspiracy_(1930_film)", "http://dbpedia.org/resource/Contrary_Condor", "http://dbpedia.org/resource/Convoy_(1940_film)", "http://dbpedia.org/resource/All_That_Glitters_(1936_film)", "http://dbpedia.org/resource/Johnny_Angel", "http://dbpedia.org/resource/Johnny_Appleseed_(film)", "http://dbpedia.org/resource/Journey_Together", "http://dbpedia.org/resource/Journey_into_Fear_(1943_film)", "http://dbpedia.org/resource/Joy_of_Living", "http://dbpedia.org/resource/Saturday_Island", "http://dbpedia.org/resource/Savage_Splendor", "http://dbpedia.org/resource/Scarlet_River", "http://dbpedia.org/resource/Scattergood_Baines", "http://dbpedia.org/resource/Scattergood_Meets_Broadway", "http://dbpedia.org/resource/Scattergood_Pulls_the_Strings", "http://dbpedia.org/resource/Scattergood_Rides_High", "http://dbpedia.org/resource/Scattergood_Survives_a_Murder", "http://dbpedia.org/resource/Scotty_Finds_a_Home", "http://dbpedia.org/resource/Scratch-As-Catch-Can", "http://dbpedia.org/resource/Sea_Devils_(1937_film)", "http://dbpedia.org/resource/Sea_Devils_(1953_film)", "http://dbpedia.org/resource/Sea_Salts", "http://dbpedia.org/resource/Sea_Scouts_(film)", "http://dbpedia.org/resource/Seal_Island_(film)", "http://dbpedia.org/resource/Sealed_Cargo", "http://dbpedia.org/resource/Second_Bureau_(1936_film)", "http://dbpedia.org/resource/Second_Chance_(1953_film)", "http://dbpedia.org/resource/Second_Wife_(1930_film)", "http://dbpedia.org/resource/Secret_Service_(1931_film)", "http://dbpedia.org/resource/Self_Control_(film)", "http://dbpedia.org/resource/Love_on_the_Spot", "http://dbpedia.org/resource/True-Life_Adventures", "http://dbpedia.org/resource/Secrets_of_the_French_Police", "http://dbpedia.org/resource/Bachelor_Apartment", "http://dbpedia.org/resource/Bachelor_Bait", "http://dbpedia.org/resource/Bachelor_Mother", "http://dbpedia.org/resource/Back_from_Eternity", "http://dbpedia.org/resource/Back_to_Bataan", "http://dbpedia.org/resource/Bad_Company_(1931_film)", "http://dbpedia.org/resource/Bad_Lands_(1939_film)", "http://dbpedia.org/resource/Badman's_Territory", "http://dbpedia.org/resource/Ball_at_Savoy_(1936_film)", "http://dbpedia.org/resource/Ball_of_Fire", "http://dbpedia.org/resource/Bambi", "http://dbpedia.org/resource/Bandit_Ranger", "http://dbpedia.org/resource/Banjo_(1947_film)", "http://dbpedia.org/resource/Barbados_Quest", "http://dbpedia.org/resource/Inferior_Decorator", "http://dbpedia.org/resource/Inside_Nazi_Germany", "http://dbpedia.org/resource/Inside_the_Lines", "http://dbpedia.org/resource/Irene_(1940_film)", "http://dbpedia.org/resource/Is_My_Face_Red%3F", "http://dbpedia.org/resource/Isle_of_Destiny", "http://dbpedia.org/resource/Isle_of_the_Dead_(film)", "http://dbpedia.org/resource/It's_All_True_(film)", "http://dbpedia.org/resource/It's_a_Pleasure_(film)", "http://dbpedia.org/resource/It's_a_Wonderful_Life", "http://dbpedia.org/resource/It_Happened_to_One_Man", "http://dbpedia.org/resource/Montana_Belle", "http://dbpedia.org/resource/Morning_Glory_(1933_film)", "http://dbpedia.org/resource/Morris_the_Midget_Moose", "http://dbpedia.org/resource/Moth_and_the_Flame", "http://dbpedia.org/resource/Mother_Carey's_Chickens_(film)", "http://dbpedia.org/resource/Mother_Goose_Goes_Hollywood", "http://dbpedia.org/resource/Motor_Mania", "http://dbpedia.org/resource/Mourning_Becomes_Electra_(film)", "http://dbpedia.org/resource/Mr._&_Mrs._Smith_(1941_film)", "http://dbpedia.org/resource/Mr._Doodle_Kicks_Off", "http://dbpedia.org/resource/Mr._Duck_Steps_Out", "http://dbpedia.org/resource/Mr._Lucky_(film)", "http://dbpedia.org/resource/Mr._Mouse_Takes_a_Trip", "http://dbpedia.org/resource/Mummy's_Boys", "http://dbpedia.org/resource/Murder,_My_Sweet", "http://dbpedia.org/resource/Murder_on_a_Bridle_Path", "http://dbpedia.org/resource/Murder_on_a_Honeymoon", "http://dbpedia.org/resource/Murder_on_the_Blackboard", "http://dbpedia.org/resource/Music_for_Madame", "http://dbpedia.org/resource/Music_in_Manhattan", "http://dbpedia.org/resource/My_Favorite_Wife", "http://dbpedia.org/resource/My_Foolish_Heart_(1949_film)", "http://dbpedia.org/resource/My_Forbidden_Past", "http://dbpedia.org/resource/My_Life_with_Caroline", "http://dbpedia.org/resource/My_Pal_Wolf", "http://dbpedia.org/resource/Mystery_in_Mexico", "http://dbpedia.org/resource/Naked_Sea", "http://dbpedia.org/resource/Come_On_Danger!", "http://dbpedia.org/resource/Too_Many_Cooks_(film)", "http://dbpedia.org/resource/Too_Many_Girls_(film)", "http://dbpedia.org/resource/Too_Many_Wives", "http://dbpedia.org/resource/Top_Hat", "http://dbpedia.org/resource/Topaze_(1933_American_film)", "http://dbpedia.org/resource/Toy_Tinkers", "http://dbpedia.org/resource/Trail_Guide", "http://dbpedia.org/resource/Trail_Street", "http://dbpedia.org/resource/Trailer_Horn", "http://dbpedia.org/resource/Transgression_(1931_film)", "http://dbpedia.org/resource/Treasure_Island_(1950_film)", "http://dbpedia.org/resource/Trick_or_Treat_(1952_film)", "http://dbpedia.org/resource/Triple_Justice", "http://dbpedia.org/resource/Trombone_Trouble", "http://dbpedia.org/resource/Truant_Officer_Donald", "http://dbpedia.org/resource/Twelve_Crowded_Hours", "http://dbpedia.org/resource/Twice_Branded", "http://dbpedia.org/resource/Two_Alone", "http://dbpedia.org/resource/Two_O'Clock_Courage", "http://dbpedia.org/resource/Two_Thoroughbreds", "http://dbpedia.org/resource/Two_Tickets_to_Broadway", "http://dbpedia.org/resource/Two_Weeks_Vacation", "http://dbpedia.org/resource/Two_in_the_Dark", "http://dbpedia.org/resource/Tycoon_(1947_film)", "http://dbpedia.org/resource/Escapade_in_Japan", "http://dbpedia.org/resource/Racing_Romance_(1937_film)", "http://dbpedia.org/resource/No_Hunting__No_Hunting__1", "http://dbpedia.org/resource/The_Big_Sky_(film)__The_Big_Sky__1", "http://dbpedia.org/resource/The_Delightful_Rogue__The_Delightful_Rogue__1", "http://dbpedia.org/resource/The_Devil_and_Miss_Jones__The_Devil_and_Miss_Jones__1", "http://dbpedia.org/resource/The_Flying_Deuces__The_Flying_Deuces__1", "http://dbpedia.org/resource/A_Bill_of_Divorcement_(1932_film)", "http://dbpedia.org/resource/A_Damsel_in_Distress_(1937_film)", "http://dbpedia.org/resource/A_Dangerous_Profession", "http://dbpedia.org/resource/A_Date_with_the_Falcon", "http://dbpedia.org/resource/A_Dog_of_Flanders_(1935_film)", "http://dbpedia.org/resource/A_Game_of_Death", "http://dbpedia.org/resource/A_Girl,_a_Guy_and_a_Gob", "http://dbpedia.org/resource/A_Girl_in_Every_Port_(1952_film)", "http://dbpedia.org/resource/A_Good_Time_for_a_Dime", "http://dbpedia.org/resource/A_Knight_for_a_Day", "http://dbpedia.org/resource/A_Lady_Takes_a_Chance", "http://dbpedia.org/resource/A_Man_to_Remember", "http://dbpedia.org/resource/A_Night_of_Adventure", "http://dbpedia.org/resource/A_Shot_in_the_Dark_(1933_film)", "http://dbpedia.org/resource/A_Song_Is_Born", "http://dbpedia.org/resource/A_Woman's_Secret", "http://dbpedia.org/resource/A_Woman_Commands", "http://dbpedia.org/resource/A_Woman_Rebels", "http://dbpedia.org/resource/A_Woman_of_Experience", "http://dbpedia.org/resource/Abe_Lincoln_in_Illinois_(film)", "http://dbpedia.org/resource/Ace_of_Aces_(1933_film)", "http://dbpedia.org/resource/Action_in_Arabia", "http://dbpedia.org/resource/Admirals_All", "http://dbpedia.org/resource/Adventure_Girl", "http://dbpedia.org/resource/Adventure_in_Baltimore", "http://dbpedia.org/resource/Affair_with_a_Stranger", "http://dbpedia.org/resource/Africa_Adventure", "http://dbpedia.org/resource/After_Tonight", "http://dbpedia.org/resource/Aggie_Appleby,_Maker_of_Men", "http://dbpedia.org/resource/Bunco_Squad", "http://dbpedia.org/resource/Bundle_of_Joy", "http://dbpedia.org/resource/Bunker_Bean", "http://dbpedia.org/resource/Call_Out_the_Marines", "http://dbpedia.org/resource/Cattle_Queen_of_Montana", "http://dbpedia.org/resource/Chance_at_Heaven", "http://dbpedia.org/resource/Chatterbox_(1936_film)", "http://dbpedia.org/resource/Check_and_Double_Check", "http://dbpedia.org/resource/Chef_Donald", "http://dbpedia.org/resource/Chicken_Little_(1943_film)", "http://dbpedia.org/resource/Chicken_in_the_Rough_(film)", "http://dbpedia.org/resource/Child_of_Divorce", "http://dbpedia.org/resource/Children_of_Mars", "http://dbpedia.org/resource/China_Sky_(film)", "http://dbpedia.org/resource/Chip_an'_Dale", "http://dbpedia.org/resource/Chips_Ahoy_(film)", "http://dbpedia.org/resource/Christopher_Strong", "http://dbpedia.org/resource/Cimarron_(1931_film)", "http://dbpedia.org/resource/Cinderella_(1950_film)", "http://dbpedia.org/resource/Cinderella_Swings_It", "http://dbpedia.org/resource/Stingaree_(1934_film)", "http://dbpedia.org/resource/Storm_over_Wyoming", "http://dbpedia.org/resource/Stout_Hearts_and_Willing_Hands", "http://dbpedia.org/resource/Straight_Shooters", "http://dbpedia.org/resource/Strange_Adventures_of_Mr._Smith", "http://dbpedia.org/resource/Strange_Justice_(1932_film)", "http://dbpedia.org/resource/Stranger_on_the_Third_Floor", "http://dbpedia.org/resource/Strictly_Dynamite", "http://dbpedia.org/resource/Stromboli_(film)", "http://dbpedia.org/resource/Stung_(1931_film)", "http://dbpedia.org/resource/Success_at_Any_Price", "http://dbpedia.org/resource/Sudden_Fear", "http://dbpedia.org/resource/Suicide_Fleet", "http://dbpedia.org/resource/Super-Sleuth", "http://dbpedia.org/resource/Susan_Slept_Here", "http://dbpedia.org/resource/Susie_the_Little_Blue_Coupe", "http://dbpedia.org/resource/Suspicion_(1941_film)", "http://dbpedia.org/resource/Sweepings", "http://dbpedia.org/resource/Swing_Time_(film)", "http://dbpedia.org/resource/Swiss_Family_Robinson_(1940_film)", "http://dbpedia.org/resource/Street_Song_(film)", "http://dbpedia.org/resource/Sunny_(1941_film)", "http://dbpedia.org/resource/The_Age_of_Innocence_(1934_film)", "http://dbpedia.org/resource/We_Who_Are_About_to_Die", "http://dbpedia.org/resource/The_Whalers", "http://dbpedia.org/resource/Canvas_Back_Duck", "http://dbpedia.org/resource/Captive_Women", "http://dbpedia.org/resource/Career_(1939_film)", "http://dbpedia.org/resource/Carefree_(film)", "http://dbpedia.org/resource/Carnival_Boat", "http://dbpedia.org/resource/Carnival_Story", "http://dbpedia.org/resource/Casanova_Brown", "http://dbpedia.org/resource/Cat_People_(1942_film)", "http://dbpedia.org/resource/Hit_the_Deck_(1930_film)", "http://dbpedia.org/resource/Hitler's_Children_(1943_film)", "http://dbpedia.org/resource/Hold_That_Pose", "http://dbpedia.org/resource/Holiday_Affair", "http://dbpedia.org/resource/Hollywood_Cowboy", "http://dbpedia.org/resource/Home,_Sweet_Home_(1933_film)", "http://dbpedia.org/resource/Home_Defense", "http://dbpedia.org/resource/Honey_Harvester", "http://dbpedia.org/resource/Honeymoon_(1947_film)", "http://dbpedia.org/resource/Hook,_Line_and_Sinker_(1930_film)", "http://dbpedia.org/resource/Hook,_Lion_and_Sinker", "http://dbpedia.org/resource/Hot_Lead", "http://dbpedia.org/resource/Hotel_Reserve", "http://dbpedia.org/resource/How_to_Fish", "http://dbpedia.org/resource/How_to_Play_Baseball", "http://dbpedia.org/resource/Bed_of_Roses_(1933_film)", "http://dbpedia.org/resource/Beloved_Imposter", "http://dbpedia.org/resource/La_Cucaracha_(1934_film)", "http://dbpedia.org/resource/Laddie_(1940_film)", "http://dbpedia.org/resource/Ladies'_Day", "http://dbpedia.org/resource/Ladies_of_the_Jury", "http://dbpedia.org/resource/Lady_Luck_(1946_film)", "http://dbpedia.org/resource/Lady_Scarface", "http://dbpedia.org/resource/Lambert_the_Sheepish_Lion", "http://dbpedia.org/resource/Laugh_and_Get_Rich", "http://dbpedia.org/resource/Law_of_the_Underworld", "http://dbpedia.org/resource/Lawful_Larceny", "http://dbpedia.org/resource/Laws_of_Gravity_(film)", "http://dbpedia.org/resource/Lazybones_(1935_film)", "http://dbpedia.org/resource/Leathernecking", "http://dbpedia.org/resource/The_Cuckoos_(1930_film)", "http://dbpedia.org/resource/The_Rat_(1937_film)", "http://dbpedia.org/resource/The_Silence_of_Dean_Maitland_(1934_film)", "http://dbpedia.org/resource/The_Sunshine_Makers_(1935_film)", "http://dbpedia.org/resource/The_Ugly_Duckling_(1939_film)", "http://dbpedia.org/resource/In_the_Bag", "http://dbpedia.org/resource/The_Courageous_Dr._Christian", "http://dbpedia.org/resource/The_Rookie_Cop", "http://dbpedia.org/resource/Don's_Fountain_of_Youth", "http://dbpedia.org/resource/Don't_Tell_the_Wife", "http://dbpedia.org/resource/Donald's_Better_Self", "http://dbpedia.org/resource/Donald's_Camera", "http://dbpedia.org/resource/Donald's_Cousin_Gus", "http://dbpedia.org/resource/Donald's_Crime", "http://dbpedia.org/resource/Donald's_Diary", "http://dbpedia.org/resource/Donald's_Dilemma", "http://dbpedia.org/resource/Donald's_Dog_Laundry", "http://dbpedia.org/resource/Donald's_Double_Trouble", "http://dbpedia.org/resource/Donald's_Dream_Voice", "http://dbpedia.org/resource/Donald's_Garden", "http://dbpedia.org/resource/Donald's_Gold_Mine", "http://dbpedia.org/resource/Donald's_Golf_Game", "http://dbpedia.org/resource/Donald's_Happy_Birthday", "http://dbpedia.org/resource/Donald's_Lucky_Day", "http://dbpedia.org/resource/Donald's_Nephews", "http://dbpedia.org/resource/Donald's_Off_Day", "http://dbpedia.org/resource/Donald's_Ostrich", "http://dbpedia.org/resource/Donald's_Penguin", "http://dbpedia.org/resource/Donald's_Snow_Fight", "http://dbpedia.org/resource/Donald's_Tire_Trouble", "http://dbpedia.org/resource/Donald's_Vacation", "http://dbpedia.org/resource/Donald_Applecore", "http://dbpedia.org/resource/Donald_Duck_and_the_Gorilla", "http://dbpedia.org/resource/Donald_Gets_Drafted", "http://dbpedia.org/resource/Double_Deal_(1950_film)", "http://dbpedia.org/resource/Double_Dribble_(film)", "http://dbpedia.org/resource/Double_Dynamite", "http://dbpedia.org/resource/Double_Harness", "http://dbpedia.org/resource/Dragon_Around", "http://dbpedia.org/resource/Dreaming_Out_Loud_(film)", "http://dbpedia.org/resource/Drip_Dippy_Donald", "http://dbpedia.org/resource/Drums_in_the_Deep_South", "http://dbpedia.org/resource/Duck_Pimples", "http://dbpedia.org/resource/Dude_Cowboy", "http://dbpedia.org/resource/Dude_Duck", "http://dbpedia.org/resource/Dumb_Bell_of_the_Yukon", "http://dbpedia.org/resource/Dumb_Dicks", "http://dbpedia.org/resource/Dumbo", "http://dbpedia.org/resource/Dummy_Ache", "http://dbpedia.org/resource/Dynamite_Pass", "http://dbpedia.org/resource/Sin_Takes_a_Holiday", "http://dbpedia.org/resource/Sinbad_the_Sailor_(1947_film)", "http://dbpedia.org/resource/Sing_Your_Way_Home", "http://dbpedia.org/resource/Sing_Your_Worries_Away", "http://dbpedia.org/resource/Sing_and_Like_It", "http://dbpedia.org/resource/Sister_Kenny", "http://dbpedia.org/resource/Sixty_Glorious_Years", "http://dbpedia.org/resource/Sky_Giant", "http://dbpedia.org/resource/Sky_Trooper", "http://dbpedia.org/resource/Slaughter_Trail", "http://dbpedia.org/resource/Sleepy_Time_Donald", "http://dbpedia.org/resource/Slide,_Donald,_Slide", "http://dbpedia.org/resource/Slightly_Scarlet_(1956_film)", "http://dbpedia.org/resource/Smart_Woman_(1931_film)", "http://dbpedia.org/resource/Smashing_the_Rackets", "http://dbpedia.org/resource/Snow_White_and_the_Seven_Dwarfs_(1937_film)", "http://dbpedia.org/resource/Snowbound_(1948_film)", "http://dbpedia.org/resource/So_This_Is_Harris", "http://dbpedia.org/resource/So_This_Is_Washington", "http://dbpedia.org/resource/So_Well_Remembered", "http://dbpedia.org/resource/Son_of_Kong", "http://dbpedia.org/resource/Son_of_Sinbad", "http://dbpedia.org/resource/Son_of_the_Border", "http://dbpedia.org/resource/Song_of_the_South", "http://dbpedia.org/resource/Cross_Fire_(film)", "http://dbpedia.org/resource/The_Lost_Hours", "http://dbpedia.org/resource/Society_Dog_Show", "http://dbpedia.org/resource/So_Dear_to_My_Heart", "http://dbpedia.org/resource/Meet_Dr._Christian", "http://dbpedia.org/resource/Corn_Chips", "http://dbpedia.org/resource/Cornered_(1945_film)", "http://dbpedia.org/resource/Count_the_Hours", "http://dbpedia.org/resource/Crack-Up_(1946_film)", "http://dbpedia.org/resource/Cracked_Nuts_(1931_film)", "http://dbpedia.org/resource/Crashing_Hollywood_(1938_film)", "http://dbpedia.org/resource/Crazy_Over_Daisy", "http://dbpedia.org/resource/Criminal_Court_(film)", "http://dbpedia.org/resource/Cross-Country_Romance", "http://dbpedia.org/resource/Crossfire_(film)", "http://dbpedia.org/resource/Cured_Duck", "http://dbpedia.org/resource/Curtain_Call_(1940_film)", "http://dbpedia.org/resource/Cyclone_on_Horseback", "http://dbpedia.org/resource/Daddy_Duck", "http://dbpedia.org/resource/Government_Girl", "http://dbpedia.org/resource/Great_Day_(1945_film)", "http://dbpedia.org/resource/Great_Day_in_the_Morning", "http://dbpedia.org/resource/Gridiron_Flash", "http://dbpedia.org/resource/Grin_and_Bear_It_(film)", "http://dbpedia.org/resource/Guests_Wanted", "http://dbpedia.org/resource/Gun_Smugglers", "http://dbpedia.org/resource/Gunga_Din_(film)", "http://dbpedia.org/resource/Gunplay_(film)", "http://dbpedia.org/resource/Guns_of_Hate", "http://dbpedia.org/resource/He_Knew_Women", "http://dbpedia.org/resource/Heartbeat_(1946_film)", "http://dbpedia.org/resource/Heavenly_Days", "http://dbpedia.org/resource/Hell's_Highway_(1932_film)", "http://dbpedia.org/resource/Henry_the_Ache", "http://dbpedia.org/resource/High_Flyers_(film)", "http://dbpedia.org/resource/High_Stakes_(1931_film)", "http://dbpedia.org/resource/Higher_and_Higher_(film)", "http://dbpedia.org/resource/Hips,_Hips,_Hooray!", "http://dbpedia.org/resource/His_Family_Tree", "http://dbpedia.org/resource/His_Grace_Gives_Notice_(1933_film)", "http://dbpedia.org/resource/His_Kind_of_Woman", "http://dbpedia.org/resource/His_Lordship_Goes_to_Press", "http://dbpedia.org/resource/His_Lordship_Regrets", "http://dbpedia.org/resource/M'Liss_(1936_film)", "http://dbpedia.org/resource/Macao_(film)", "http://dbpedia.org/resource/Mademoiselle_Fifi_(film)", "http://dbpedia.org/resource/Maid's_Night_Out", "http://dbpedia.org/resource/Make_Mine_Music", "http://dbpedia.org/resource/Make_Way_for_a_Lady", "http://dbpedia.org/resource/Make_a_Wish_(1937_film)", "http://dbpedia.org/resource/Mama_Loves_Papa_(1945_film)", "http://dbpedia.org/resource/Man_Alive_(1945_film)", "http://dbpedia.org/resource/Man_Hunt_(1933_film)", "http://dbpedia.org/resource/Man_in_the_Vault", "http://dbpedia.org/resource/Rider_from_Tucson", "http://dbpedia.org/resource/Riders_of_the_Range_(1949_film)", "http://dbpedia.org/resource/Riffraff_(1947_film)", "http://dbpedia.org/resource/Rio_Grande_Patrol", "http://dbpedia.org/resource/Rio_Rita_(1929_film)", "http://dbpedia.org/resource/Ritual_(2002_film)", "http://dbpedia.org/resource/Riverboat_Rhythm", "http://dbpedia.org/resource/Road_Agent_(1952_film)", "http://dbpedia.org/resource/Roadblock_(film)", "http://dbpedia.org/resource/Roar_of_the_Dragon", "http://dbpedia.org/resource/Rob_Roy:_The_Highland_Rogue", "http://dbpedia.org/resource/Robbers_of_the_Range", "http://dbpedia.org/resource/Roberta_(1935_film)", "http://dbpedia.org/resource/Rockabye_(1932_film)", "http://dbpedia.org/resource/Flying_Devils", "http://dbpedia.org/resource/Flying_Padre", "http://dbpedia.org/resource/The_Past_of_Mary_Holmes", "http://dbpedia.org/resource/The_Ghost_Camera", "http://dbpedia.org/resource/Every_Girl_Should_Be_Married", "http://dbpedia.org/resource/Everything's_Rosie", "http://dbpedia.org/resource/Everything's_on_Ice", "http://dbpedia.org/resource/Experiment_Alcatraz", "http://dbpedia.org/resource/Experiment_Perilous", "http://dbpedia.org/resource/Face_to_Face_(1952_film)", "http://dbpedia.org/resource/Fall_Out_Fall_In", "http://dbpedia.org/resource/False_Identity", "http://dbpedia.org/resource/Fang_and_Claw", "http://dbpedia.org/resource/Fanny_Foley_Herself", "http://dbpedia.org/resource/Fantasia_(1940_film)", "http://dbpedia.org/resource/Farewell_to_Cinderella", "http://dbpedia.org/resource/Farmyard_Symphony", "http://dbpedia.org/resource/Father's_Lion", "http://dbpedia.org/resource/Father_Steps_Out_(1937_film)", "http://dbpedia.org/resource/Ferdinand_the_Bull_(film)", "http://dbpedia.org/resource/Fifth_Avenue_Girl", "http://dbpedia.org/resource/Fight_for_Your_Lady", "http://dbpedia.org/resource/Fighting_Frontier", "http://dbpedia.org/resource/Finishing_School_(1934_film)", "http://dbpedia.org/resource/Fire_Chief_(film)", "http://dbpedia.org/resource/First_Yank_into_Tokyo", "http://dbpedia.org/resource/Fisherman's_Wharf_(film)", "http://dbpedia.org/resource/Fit_for_a_King", "http://dbpedia.org/resource/Five_Came_Back", "http://dbpedia.org/resource/Fixer_Dugan", "http://dbpedia.org/resource/Flaming_Gold", "http://dbpedia.org/resource/Flight_for_Freedom", "http://dbpedia.org/resource/Flight_from_Glory", "http://dbpedia.org/resource/Flood_Tide_(1934_film)", "http://dbpedia.org/resource/Flying_Down_to_Rio", "http://dbpedia.org/resource/Flying_Fifty-Five", "http://dbpedia.org/resource/Flying_Leathernecks", "http://dbpedia.org/resource/Follow_Me_Quietly", "http://dbpedia.org/resource/Follow_the_Fleet", "http://dbpedia.org/resource/Joan_of_Arc_(1948_film)", "http://dbpedia.org/resource/Joan_of_Paris", "http://dbpedia.org/resource/Lend_a_Paw", "http://dbpedia.org/resource/Let's_Make_Music", "http://dbpedia.org/resource/Let's_Sing_Again", "http://dbpedia.org/resource/Let's_Stick_Together_(film)", "http://dbpedia.org/resource/Let's_Try_Again", "http://dbpedia.org/resource/Letter_to_a_Hero", "http://dbpedia.org/resource/Li'l_Abner_(1940_film)", "http://dbpedia.org/resource/Lighthouse_Keeping", "http://dbpedia.org/resource/Lightning_Strikes_Twice_(1934_film)", "http://dbpedia.org/resource/Lilli_Marlene_(film)", "http://dbpedia.org/resource/Lion_Around", "http://dbpedia.org/resource/Lion_Down", "http://dbpedia.org/resource/Nature's_Half_Acre", "http://dbpedia.org/resource/Nevada_(1944_film)", "http://dbpedia.org/resource/Never_a_Dull_Moment_(1950_film)", "http://dbpedia.org/resource/New_Americans_(film)", "http://dbpedia.org/resource/New_Faces_of_1937", "http://dbpedia.org/resource/Next_Time_I_Marry", "http://dbpedia.org/resource/Night_Parade", "http://dbpedia.org/resource/Night_Song_(1948_film)", "http://dbpedia.org/resource/Night_Spot", "http://dbpedia.org/resource/Night_Waitress", "http://dbpedia.org/resource/Night_Without_Stars", "http://dbpedia.org/resource/Payment_on_Demand", "http://dbpedia.org/resource/Peach_O'Reno", "http://dbpedia.org/resource/Pearl_of_the_South_Pacific", "http://dbpedia.org/resource/Peter_Pan_(1953_film)", "http://dbpedia.org/resource/Peter_and_the_Wolf_(1946_film)", "http://dbpedia.org/resource/Private_Pluto", "http://dbpedia.org/resource/Prowlers_of_the_Everglades", "http://dbpedia.org/resource/Public_Pigeon_No._1", "http://dbpedia.org/resource/Put-Put_Troubles", "http://dbpedia.org/resource/Quality_Street_(1937_film)", "http://dbpedia.org/resource/Quest_for_the_Lost_City", "http://dbpedia.org/resource/Quick_Money", "http://dbpedia.org/resource/Race_Street", "http://dbpedia.org/resource/Rachel_and_the_Stranger", "http://dbpedia.org/resource/Radio_City_Revels", "http://dbpedia.org/resource/Rafter_Romance", "http://dbpedia.org/resource/Rage_at_Dawn", "http://dbpedia.org/resource/There_Goes_My_Girl", "http://dbpedia.org/resource/There_Goes_the_Groom_(film)", "http://dbpedia.org/resource/They_Flew_Alone", "http://dbpedia.org/resource/They_Got_Me_Covered", "http://dbpedia.org/resource/They_Knew_What_They_Wanted_(film)", "http://dbpedia.org/resource/They_Live_by_Night", "http://dbpedia.org/resource/They_Meet_Again", "http://dbpedia.org/resource/They_Won't_Believe_Me", "http://dbpedia.org/resource/Thirteen_Women", "http://dbpedia.org/resource/This_Is_My_Love", "http://dbpedia.org/resource/This_Land_Is_Mine_(film)", "http://dbpedia.org/resource/This_Man_Is_Mine_(1934_film)", "http://dbpedia.org/resource/This_Week_of_Grace", "http://dbpedia.org/resource/Those_Endearing_Young_Charms_(film)", "http://dbpedia.org/resource/Three_for_Breakfast", "http://dbpedia.org/resource/Thunder_Mountain_(1947_film)", "http://dbpedia.org/resource/Thundering_Hoofs", "http://dbpedia.org/resource/Till_the_End_of_Time_(film)", "http://dbpedia.org/resource/Tilly_of_Bloomsbury_(1940_film)", "http://dbpedia.org/resource/Timber_(1941_film)", "http://dbpedia.org/resource/To_Beat_the_Band", "http://dbpedia.org/resource/Tokyo_File_212", "http://dbpedia.org/resource/Tom,_Dick_and_Harry_(1941_film)", "http://dbpedia.org/resource/Tom_Brown's_School_Days_(1940_film)", "http://dbpedia.org/resource/Tomorrow_Is_Forever", "http://dbpedia.org/resource/Tomorrow_at_Seven", "http://dbpedia.org/resource/Windfall_(1935_film)", "http://dbpedia.org/resource/Windjammer_(1937_film)", "http://dbpedia.org/resource/Window_Cleaners", "http://dbpedia.org/resource/Wings_Over_Africa", "http://dbpedia.org/resource/Winter_Storage", "http://dbpedia.org/resource/Winterset_(film)", "http://dbpedia.org/resource/Wise_Girl_(film)", "http://dbpedia.org/resource/Without_Reservations", "http://dbpedia.org/resource/Woman_in_the_Dark_(1934_film)", "http://dbpedia.org/resource/Working_for_Peanuts", "http://dbpedia.org/resource/Wot_a_Night", "http://dbpedia.org/resource/Yellow_Canary_(film)", "http://dbpedia.org/resource/The_Avenging_Hand", "http://dbpedia.org/resource/Rainbow_Parade", "http://dbpedia.org/resource/Peck's_Bad_Boy_with_the_Circus", "http://dbpedia.org/resource/Lend_Me_Your_Husband", "http://dbpedia.org/resource/Early_to_Bed_(1941_film)", "http://dbpedia.org/resource/Easy_Living_(1949_film)", "http://dbpedia.org/resource/Easy_Riches", "http://dbpedia.org/resource/Edge_of_Doom", "http://dbpedia.org/resource/Education_for_Death", "http://dbpedia.org/resource/Julius_Sizzer", "http://dbpedia.org/resource/Jungle_Cavalcade", "http://dbpedia.org/resource/Jungle_Headhunters", "http://dbpedia.org/resource/Living_on_Love", "http://dbpedia.org/resource/Lonely_Wives", "http://dbpedia.org/resource/Long_Lost_Father", "http://dbpedia.org/resource/Look_Who's_Laughing", "http://dbpedia.org/resource/Looking_on_the_Bright_Side", "http://dbpedia.org/resource/Lord_Edgware_Dies_(film)", "http://dbpedia.org/resource/Love_Affair_(1939_film)", "http://dbpedia.org/resource/Love_Comes_Along", "http://dbpedia.org/resource/Love_on_a_Bet", "http://dbpedia.org/resource/Lucky_Devils_(1933_film)", "http://dbpedia.org/resource/Lucky_Number_(film)", "http://dbpedia.org/resource/Lucky_Partners", "http://dbpedia.org/resource/Busman's_Holiday_(1936_film)", "http://dbpedia.org/resource/Of_Human_Bondage_(1934_film)", "http://dbpedia.org/resource/Officer_Duck", "http://dbpedia.org/resource/Oklahoma!_(1955_film)", "http://dbpedia.org/resource/Old_Faithful_(film)", "http://dbpedia.org/resource/Old_MacDonald_Duck", "http://dbpedia.org/resource/Old_Sequoia", "http://dbpedia.org/resource/Olympic_Honeymoon", "http://dbpedia.org/resource/On_Again-Off_Again", "http://dbpedia.org/resource/On_Dangerous_Ground", "http://dbpedia.org/resource/On_the_Loose_(1951_film)", "http://dbpedia.org/resource/Once_Upon_a_Honeymoon", "http://dbpedia.org/resource/One_Crowded_Night", "http://dbpedia.org/resource/One_Man's_Journey", "http://dbpedia.org/resource/One_Minute_to_Zero", "http://dbpedia.org/resource/Our_Betters", "http://dbpedia.org/resource/Our_Very_Own_(1950_film)", "http://dbpedia.org/resource/Out_of_Scale", "http://dbpedia.org/resource/Out_of_the_Past", "http://dbpedia.org/resource/Out_on_a_Limb_(1950_film)", "http://dbpedia.org/resource/Outrage_(1950_film)", "http://dbpedia.org/resource/Overland_Telegraph_(film)", "http://dbpedia.org/resource/Circle_of_Danger", "http://dbpedia.org/resource/Circus_of_Love", "http://dbpedia.org/resource/Seven_Days'_Leave_(1942_film)", "http://dbpedia.org/resource/Seven_Days_Ashore", "http://dbpedia.org/resource/Seven_Keys_to_Baldpate_(1929_film)", "http://dbpedia.org/resource/Seven_Keys_to_Baldpate_(1935_film)", "http://dbpedia.org/resource/Seven_Keys_to_Baldpate_(1947_film)", "http://dbpedia.org/resource/Seven_Miles_from_Alcatraz", "http://dbpedia.org/resource/Shall_We_Dance_(1937_film)", "http://dbpedia.org/resource/She's_My_Weakness", "http://dbpedia.org/resource/She_(1935_film)", "http://dbpedia.org/resource/She_Couldn't_Say_No_(1954_film)", "http://dbpedia.org/resource/She_Wore_a_Yellow_Ribbon", "http://dbpedia.org/resource/Shooting_Straight", "http://dbpedia.org/resource/Should_Wives_Work%3F", "http://dbpedia.org/resource/Show_Business_(1944_film)", "http://dbpedia.org/resource/Side_Street_(1929_film)", "http://dbpedia.org/resource/Silly_Billies", "http://dbpedia.org/resource/Silver_Lode_(film)", "http://dbpedia.org/resource/Spare_the_Rod_(1954_film)", "http://dbpedia.org/resource/Split_Second_(1953_film)", "http://dbpedia.org/resource/Springtime_for_Pluto", "http://dbpedia.org/resource/Squadron_Leader_X", "http://dbpedia.org/resource/St._Louis_Blues_(1929_film)", "http://dbpedia.org/resource/Stage_Door", "http://dbpedia.org/resource/Stagecoach_Kid", "http://dbpedia.org/resource/State's_Attorney_(film)", "http://dbpedia.org/resource/Station_West", "http://dbpedia.org/resource/Step_Lively_(1944_film)", "http://dbpedia.org/resource/Step_by_Step_(1946_film)", "http://dbpedia.org/resource/Down_South_(film)", "http://dbpedia.org/resource/Down_to_Their_Last_Yacht", "http://dbpedia.org/resource/Dr._Christian_Meets_the_Women", "http://dbpedia.org/resource/Pots_and_Pans_(film)", "http://dbpedia.org/resource/Never_Wave_at_a_WAC", "http://dbpedia.org/resource/Reason_and_Emotion", "http://dbpedia.org/resource/Social_Lion", "http://dbpedia.org/resource/Soup's_On", "http://dbpedia.org/resource/Bird_of_Paradise_(1932_film)", "http://dbpedia.org/resource/Birds_of_Prey_(1930_film)", "http://dbpedia.org/resource/Black_Marketing", "http://dbpedia.org/resource/Black_and_Tan_(film)", "http://dbpedia.org/resource/Blackbeard_the_Pirate", "http://dbpedia.org/resource/Blind_Adventure", "http://dbpedia.org/resource/Blind_Alibi", "http://dbpedia.org/resource/Blind_Folly", "http://dbpedia.org/resource/Blond_Cheat", "http://dbpedia.org/resource/Blood_on_the_Moon", "http://dbpedia.org/resource/Boat_Builders_(film)", "http://dbpedia.org/resource/Bodyguard_(1948_film)", "http://dbpedia.org/resource/Bombardier_(film)", "http://dbpedia.org/resource/Hunt_the_Man_Down", "http://dbpedia.org/resource/Hurry,_Charlie,_Hurry", "http://dbpedia.org/resource/I'm_Still_Alive_(film)", "http://dbpedia.org/resource/I_Dream_Too_Much_(1935_film)", "http://dbpedia.org/resource/I_Remember_Mama_(film)", "http://dbpedia.org/resource/I_Walked_with_a_Zombie", "http://dbpedia.org/resource/I_Want_You_(1951_film)", "http://dbpedia.org/resource/If_I_Were_Free", "http://dbpedia.org/resource/If_I_Were_Rich", "http://dbpedia.org/resource/If_You_Knew_Susie_(film)", "http://dbpedia.org/resource/In_Beaver_Valley", "http://dbpedia.org/resource/In_Name_Only", "http://dbpedia.org/resource/India_Speaks", "http://dbpedia.org/resource/Indian_Agent_(film)", "http://dbpedia.org/resource/King_Kong_(1933_film)", "http://dbpedia.org/resource/Kitty_Foyle_(film)", "http://dbpedia.org/resource/Little_Men_(1940_film)", "http://dbpedia.org/resource/Little_Orphan_Annie_(1932_film)", "http://dbpedia.org/resource/Little_Orvie", "http://dbpedia.org/resource/Little_Women_(1933_film)", "http://dbpedia.org/resource/Mexican_Spitfire's_Blessed_Event", "http://dbpedia.org/resource/Mexican_Spitfire's_Elephant", "http://dbpedia.org/resource/Mexican_Spitfire_(film)", "http://dbpedia.org/resource/Mexican_Spitfire_Out_West", "http://dbpedia.org/resource/Mexican_Spitfire_Sees_a_Ghost", "http://dbpedia.org/resource/Mexican_Spitfire_at_Sea", "http://dbpedia.org/resource/Mickey's_Big_Broadcast", "http://dbpedia.org/resource/Mickey's_Birthday_Party", "http://dbpedia.org/resource/Mickey's_Champs", "http://dbpedia.org/resource/Mickey's_Delayed_Date", "http://dbpedia.org/resource/Mickey's_Disguises", "http://dbpedia.org/resource/Mickey's_Luck", "http://dbpedia.org/resource/Mickey's_Merry_Men", "http://dbpedia.org/resource/Mickey's_Mix-Up", "http://dbpedia.org/resource/Mickey's_Parrot", "http://dbpedia.org/resource/Mickey's_Surprise", "http://dbpedia.org/resource/Mickey's_Trailer", "http://dbpedia.org/resource/Mickey's_Warriors", "http://dbpedia.org/resource/Midnight_Mystery", "http://dbpedia.org/resource/Midshipman_Jack", "http://dbpedia.org/resource/Mighty_Joe_Young_(1949_film)", "http://dbpedia.org/resource/Millie_(film)", "http://dbpedia.org/resource/Millionaire_Playboy", "http://dbpedia.org/resource/Millionaires_in_Prison", "http://dbpedia.org/resource/Pacific_Liner", "http://dbpedia.org/resource/Panama_Flo", "http://dbpedia.org/resource/Parachute_Battalion", "http://dbpedia.org/resource/Park_Avenue_Logger", "http://dbpedia.org/resource/Partners_(1932_film)", "http://dbpedia.org/resource/Partners_in_Time", "http://dbpedia.org/resource/Passion_(1954_film)", "http://dbpedia.org/resource/Passport_to_Destiny", "http://dbpedia.org/resource/Passport_to_Nowhere", "http://dbpedia.org/resource/Room_Service_(1938_film)", "http://dbpedia.org/resource/Roseanna_McCoy", "http://dbpedia.org/resource/Roughshod_(1949_film)", "http://dbpedia.org/resource/Rugged_Bear", "http://dbpedia.org/resource/Rustlers_(1949_film)", "http://dbpedia.org/resource/Daniel_Boone_(1936_film)", "http://dbpedia.org/resource/Excess_Baggage_(1933_film)", "http://dbpedia.org/resource/Frozen_Assets_(film)", "http://dbpedia.org/resource/Hallowe'en_(1931_film)", "http://dbpedia.org/resource/Water_Birds", "http://dbpedia.org/resource/Mickey_and_the_Seal", "http://dbpedia.org/resource/Melody_Cruise_(film)", "http://dbpedia.org/resource/Caught_Plastered", "http://dbpedia.org/resource/You_Can't_Beat_Love", "http://dbpedia.org/resource/You_Can't_Buy_Luck", "http://dbpedia.org/resource/You_Can't_Fool_Your_Wife", "http://dbpedia.org/resource/Young_Bride", "http://dbpedia.org/resource/Young_Donovan's_Kid", "http://dbpedia.org/resource/Youth_Runs_Wild", "http://dbpedia.org/resource/Zombies_on_Broadway", "http://dbpedia.org/resource/Men_Against_the_Sky__Men_Against_the_Sky__1", "http://dbpedia.org/resource/The_Life_of_Vergie_Winters", "http://dbpedia.org/resource/Wynken,_Blynken_and_Nod_(film)", "http://dbpedia.org/resource/Merbabies", "http://dbpedia.org/resource/Say_It_with_Flowers", "http://dbpedia.org/resource/Milk_&_Money__Milk_&_Money__1", "http://dbpedia.org/resource/Orphan's_Benefit__Orphans'_Benefit__1", "http://dbpedia.org/resource/A_Likely_Story__A_Likely_Story__1", "http://dbpedia.org/resource/Anything_Might_Happen__Anything_Might_Happen__1", "http://dbpedia.org/resource/Magic_Town__Magic_Town__1", "http://dbpedia.org/resource/Riding_the_Wind__Riding_the_Wind__1", "http://dbpedia.org/resource/Two_Weeks_to_Live__Two_Weeks_to_Live__1", "http://dbpedia.org/resource/Bone_Trouble__Bone_Trouble__1", "http://dbpedia.org/resource/Crazy_with_the_Heat__Crazy_with_the_Heat__1", "http://dbpedia.org/resource/White_Shoulders__White_Shoulders__1", "http://dbpedia.org/resource/Squatter's_Rights__Squatter's_Rights__1", "http://dbpedia.org/resource/Beyond_a_Reasonable_Doubt_(1956_film)__Beyond_a_Reasonable_Doubt__1", "http://dbpedia.org/resource/Dance,_Girl,_Dance__,_Girl,_Dance__1", "http://dbpedia.org/resource/Dangerous_Moonlight__Dangerous_Moonlight__1", "http://dbpedia.org/resource/Gone_to_Earth_(film)__The_Wild_Heart__1", "http://dbpedia.org/resource/The_Saint's_Return__The_Saint's_Return__1", "http://dbpedia.org/resource/This_Green_Hell__This_Green_Hell__1", "http://dbpedia.org/resource/Wonder_Man_(film)__Wonder_Man__1", "http://dbpedia.org/resource/Sundown_Trail__Sundown_Trail__1"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/routeEnd> <http://dbpedia.org/resource/Madison,_Wisconsin> . ?x <http://dbpedia.org/property/routeStart> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/commander> <http://dbpedia.org/resource/Colin_Powell> } "}, "answers": ["http://dbpedia.org/resource/Air_engagements_of_the_Gulf_War", "http://dbpedia.org/resource/January_1993_airstrikes_on_Iraq", "http://dbpedia.org/resource/1993_cruise_missile_strikes_on_Iraq", "http://dbpedia.org/resource/Gulf_War", "http://dbpedia.org/resource/Gulf_War_air_campaign", "http://dbpedia.org/resource/Liberation_of_Kuwait_campaign"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/United_States_Congress> <http://dbpedia.org/property/houses> ?uri } "}, "answers": ["http://dbpedia.org/resource/United_States_House_of_Representatives", "http://dbpedia.org/resource/United_States_Senate"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}"}, "answers": ["http://dbpedia.org/resource/Darius_Films", "http://dbpedia.org/resource/Argus_Corporation", "http://dbpedia.org/resource/Waste_Connections_of_Canada", "http://dbpedia.org/resource/Gluskin_Sheff", "http://dbpedia.org/resource/Simpsons_(department_store)", "http://dbpedia.org/resource/Jatheon_Technologies", "http://dbpedia.org/resource/WorldGaming_Network", "http://dbpedia.org/resource/Aikenhead's_Hardware", "http://dbpedia.org/resource/Aislelabs", "http://dbpedia.org/resource/Mill_Street_Brewery", "http://dbpedia.org/resource/Algorithmics_Inc.", "http://dbpedia.org/resource/Alientrap", "http://dbpedia.org/resource/Avro_Canada", "http://dbpedia.org/resource/Franco-Nevada", "http://dbpedia.org/resource/Gabriel_Resources", "http://dbpedia.org/resource/Hakim_Optical", "http://dbpedia.org/resource/Wesdome_Gold_Mines", "http://dbpedia.org/resource/West_49", "http://dbpedia.org/resource/WildBrain_Studios", "http://dbpedia.org/resource/Round_Table_Advertising", "http://dbpedia.org/resource/AquaMobile", "http://dbpedia.org/resource/Entertainment_One", "http://dbpedia.org/resource/Equinox_Minerals", "http://dbpedia.org/resource/Maple_Leaf_Sports_&_Entertainment", "http://dbpedia.org/resource/Unity_Bank_of_Canada", "http://dbpedia.org/resource/Metallica_Resources", "http://dbpedia.org/resource/Guardly", "http://dbpedia.org/resource/Bookmark_Content_and_Communications", "http://dbpedia.org/resource/Breakwater_Resources", "http://dbpedia.org/resource/Brookfield_Asset_Management", "http://dbpedia.org/resource/Brookfield_Business_Partners", "http://dbpedia.org/resource/Brookfield_Infrastructure_Partners", "http://dbpedia.org/resource/Brookfield_Renewable_Partners", "http://dbpedia.org/resource/Blue_Isle_Studios", "http://dbpedia.org/resource/Canopy_Labs", "http://dbpedia.org/resource/Revelo_Electric", "http://dbpedia.org/resource/The_Stars_Group", "http://dbpedia.org/resource/Oliver_&_Bonacini_Restaurants", "http://dbpedia.org/resource/Ontario_Pension_Board", "http://dbpedia.org/resource/AHED_(company)", "http://dbpedia.org/resource/No_Trace_Camping", "http://dbpedia.org/resource/ORION_(research_and_education_network)", "http://dbpedia.org/resource/Hollinger_Inc.", "http://dbpedia.org/resource/Forum_Research", "http://dbpedia.org/resource/ToonBox_Entertainment", "http://dbpedia.org/resource/Sysomos", "http://dbpedia.org/resource/Confederation_Life", "http://dbpedia.org/resource/Constellation_Software", "http://dbpedia.org/resource/Joker's_Closet", "http://dbpedia.org/resource/Grande_Cheese", "http://dbpedia.org/resource/Jumblies_Theatre", "http://dbpedia.org/resource/PlateSpin", "http://dbpedia.org/resource/Nice_Shoes", "http://dbpedia.org/resource/BMO_Capital_Markets", "http://dbpedia.org/resource/Banger_Films", "http://dbpedia.org/resource/Mountain_Province_Diamonds", "http://dbpedia.org/resource/Crystallex_International_Corporation", "http://dbpedia.org/resource/Jingle_Punks_Music", "http://dbpedia.org/resource/Adex_Mining", "http://dbpedia.org/resource/Aecon", "http://dbpedia.org/resource/CPP_Investment_Board", "http://dbpedia.org/resource/CTV_News", "http://dbpedia.org/resource/Canada_Goose_(clothing)", "http://dbpedia.org/resource/Canadian_General_Electric", "http://dbpedia.org/resource/Centerra_Gold", "http://dbpedia.org/resource/Stott_Pilates", "http://dbpedia.org/resource/Suba_Games", "http://dbpedia.org/resource/Swiss_Chalet", "http://dbpedia.org/resource/Fraser_Papers", "http://dbpedia.org/resource/Capstone_Infrastructure", "http://dbpedia.org/resource/Capybara_Games", "http://dbpedia.org/resource/Home_Capital_Group", "http://dbpedia.org/resource/Hudbay", "http://dbpedia.org/resource/Heroic_Television", "http://dbpedia.org/resource/Dundee_Corporation", "http://dbpedia.org/resource/CognoVision", "http://dbpedia.org/resource/Slaight_Communications", "http://dbpedia.org/resource/Sleep_Country_Canada", "http://dbpedia.org/resource/Solar_Ship,_Inc.", "http://dbpedia.org/resource/Laserglow_Technologies", "http://dbpedia.org/resource/SubPac_(company)", "http://dbpedia.org/resource/Corby_Spirit_and_Wine", "http://dbpedia.org/resource/Crave_(streaming_service)", "http://dbpedia.org/resource/DUCA_Credit_Union", "http://dbpedia.org/resource/Grand_&_Toy", "http://dbpedia.org/resource/Great_Lakes_Brewery_(Toronto)", "http://dbpedia.org/resource/Groove_Games", "http://dbpedia.org/resource/Asigra", "http://dbpedia.org/resource/Mackenzie_Investments", "http://dbpedia.org/resource/Centre_for_Applied_Genomics", "http://dbpedia.org/resource/Richtree_Market", "http://dbpedia.org/resource/Rogers_Radio", "http://dbpedia.org/resource/Clay_&_Paper_Theatre", "http://dbpedia.org/resource/Sunward_Aerospace_Group", "http://dbpedia.org/resource/Kanati_Clothing_Company", "http://dbpedia.org/resource/Altius_Architects", "http://dbpedia.org/resource/Exchange_Bank_of_Canada", "http://dbpedia.org/resource/Fairmont_Hotels_and_Resorts", "http://dbpedia.org/resource/First_National_Financial_Corporation", "http://dbpedia.org/resource/Neptune_(company)", "http://dbpedia.org/resource/New_Gold", "http://dbpedia.org/resource/Nexient_Learning", "http://dbpedia.org/resource/Peace_Arch_Entertainment", "http://dbpedia.org/resource/P\u00dcR_Gum", "http://dbpedia.org/resource/Radical_Sheep_Productions", "http://dbpedia.org/resource/XMG_Studio", "http://dbpedia.org/resource/YM_Biosciences", "http://dbpedia.org/resource/Yamana_Gold", "http://dbpedia.org/resource/Enwave", "http://dbpedia.org/resource/Oliphant's_Gym", "http://dbpedia.org/resource/Polson_Iron_Works_Limited", "http://dbpedia.org/resource/Incubator_Games", "http://dbpedia.org/resource/Labatt_Brewing_Company", "http://dbpedia.org/resource/LoyaltyOne", "http://dbpedia.org/resource/Echologics", "http://dbpedia.org/resource/ElderTreks", "http://dbpedia.org/resource/Elevation_Pictures", "http://dbpedia.org/resource/KEYreit", "http://dbpedia.org/resource/Lundin_Mining", "http://dbpedia.org/resource/Ontario_Teachers'_Pension_Plan", "http://dbpedia.org/resource/Osisko_Mining", "http://dbpedia.org/resource/Cinram", "http://dbpedia.org/resource/SimEx-Iwerks", "http://dbpedia.org/resource/Sovereign_General_Insurance_Company", "http://dbpedia.org/resource/Paradise_Comics", "http://dbpedia.org/resource/Shore_Tilbe_Perkins+Will", "http://dbpedia.org/resource/Wave_Financial", "http://dbpedia.org/resource/Big_Smoke_Burger", "http://dbpedia.org/resource/IBI_Group", "http://dbpedia.org/resource/Indigo_Books_and_Music", "http://dbpedia.org/resource/Kinross_Gold", "http://dbpedia.org/resource/Kobo_Inc.", "http://dbpedia.org/resource/Oxford_Properties", "http://dbpedia.org/resource/Panorama_Software", "http://dbpedia.org/resource/Roots_Canada", "http://dbpedia.org/resource/FUN_Technologies", "http://dbpedia.org/resource/Fontana_North", "http://dbpedia.org/resource/GlobeScan", "http://dbpedia.org/resource/Penzu", "http://dbpedia.org/resource/VMedia", "http://dbpedia.org/resource/Yowza!_Animation", "http://dbpedia.org/resource/Marketwired", "http://dbpedia.org/resource/Native_Earth_Performing_Arts", "http://dbpedia.org/resource/TeamBuy"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Khok_Kwang> <http://dbpedia.org/ontology/timeZone> ?uri } "}, "answers": ["http://dbpedia.org/resource/Time_in_Thailand"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gervase_Helwys> <http://dbpedia.org/ontology/opponent> ?uri } "}, "answers": ["http://dbpedia.org/resource/Francis_Bacon", "http://dbpedia.org/resource/Edward_Coke"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Roos_(ice_hockey)> <http://dbpedia.org/property/team> ?uri . <http://dbpedia.org/resource/Ryan_Powell> <http://dbpedia.org/ontology/formerTeam> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/Prime_Time_Entertainment_Network> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/Pointman", "http://dbpedia.org/resource/Island_City_(1994_film)", "http://dbpedia.org/resource/Time_Trax", "http://dbpedia.org/resource/Kung_Fu:_The_Legend_Continues"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?x <http://dbpedia.org/ontology/team> ?uri . }"}, "answers": ["1608"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1997_Canadian_Grand_Prix> <http://dbpedia.org/ontology/poleDriver> ?uri } "}, "answers": ["http://dbpedia.org/resource/Michael_Schumacher"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alan_Thicke> <http://dbpedia.org/property/narrated> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/creator> <http://dbpedia.org/resource/CE_Webber> . ?uri <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Companion_(Doctor_Who)> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/Turin> . ?x <http://dbpedia.org/ontology/territory> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/cities> <http://dbpedia.org/resource/Thesaban> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Mark_Latham> . ?uri <http://dbpedia.org/ontology/partner> <http://dbpedia.org/resource/Tim_Mathieson> . }"}, "answers": ["http://dbpedia.org/resource/Julia_Gillard"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/owners> <http://dbpedia.org/resource/Schibsted> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}"}, "answers": ["http://dbpedia.org/resource/Verdens_Gang", "http://dbpedia.org/resource/Bergens_Tidende", "http://dbpedia.org/resource/F\u00e6drelandsvennen", "http://dbpedia.org/resource/Aftenposten", "http://dbpedia.org/resource/Aftonbladet", "http://dbpedia.org/resource/Svenska_Dagbladet"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/currentMembers> <http://dbpedia.org/resource/Robert_De_Niro> . ?uri <http://dbpedia.org/ontology/bandMember> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Software>}"}, "answers": ["http://dbpedia.org/resource/AllJoyn", "http://dbpedia.org/resource/AllegroGraph", "http://dbpedia.org/resource/Allegro_Common_Lisp", "http://dbpedia.org/resource/Allmyapps", "http://dbpedia.org/resource/Altacast", "http://dbpedia.org/resource/Altap_Salamander", "http://dbpedia.org/resource/Altium_Designer", "http://dbpedia.org/resource/Amarok_(software)", "http://dbpedia.org/resource/Amazon_Lumberyard", "http://dbpedia.org/resource/Amazon_Virtual_Private_Cloud", "http://dbpedia.org/resource/Amiga_Forever", "http://dbpedia.org/resource/Analytica_(software)", "http://dbpedia.org/resource/AndreaMosaic", "http://dbpedia.org/resource/Anduril_(workflow_engine)", "http://dbpedia.org/resource/AetherPal", "http://dbpedia.org/resource/Agfa_impax_6", "http://dbpedia.org/resource/Darcs", "http://dbpedia.org/resource/Darktable", "http://dbpedia.org/resource/DashO_(software)", "http://dbpedia.org/resource/Dashlane", "http://dbpedia.org/resource/Dask_(software)", "http://dbpedia.org/resource/DataFlex", "http://dbpedia.org/resource/Data_Analytics_Library", "http://dbpedia.org/resource/Data_build_tool", "http://dbpedia.org/resource/Daylon_Leveller", "http://dbpedia.org/resource/Deal.II", "http://dbpedia.org/resource/Deep-Sky_Planner", "http://dbpedia.org/resource/Deep_Freeze_(software)", "http://dbpedia.org/resource/Aoki_Lapis", "http://dbpedia.org/resource/Aqsis", "http://dbpedia.org/resource/Aquad", "http://dbpedia.org/resource/Aquiles", "http://dbpedia.org/resource/ArcEditor", "http://dbpedia.org/resource/ArcGIS_Pro", "http://dbpedia.org/resource/ArcIMS", "http://dbpedia.org/resource/ArcInfo", "http://dbpedia.org/resource/ArcSoft_ShowBiz", "http://dbpedia.org/resource/ArcView", "http://dbpedia.org/resource/Bork3D_Game_Engine", "http://dbpedia.org/resource/Cassandre_software", "http://dbpedia.org/resource/Dell_MediaDirect", "http://dbpedia.org/resource/Dentrix", "http://dbpedia.org/resource/DesktopX", "http://dbpedia.org/resource/Desktop_Cleanup_Wizard", "http://dbpedia.org/resource/Dex_(software)", "http://dbpedia.org/resource/User-Mode_Driver_Framework", "http://dbpedia.org/resource/VB_Watch", "http://dbpedia.org/resource/VCV_Rack", "http://dbpedia.org/resource/VEDIT", "http://dbpedia.org/resource/VIPS_(software)", "http://dbpedia.org/resource/VMac", "http://dbpedia.org/resource/VMmark", "http://dbpedia.org/resource/VMware_Horizon", "http://dbpedia.org/resource/VMware_Server", "http://dbpedia.org/resource/VOGL", "http://dbpedia.org/resource/VSDC_Free_Video_Editor", "http://dbpedia.org/resource/VSdocman", "http://dbpedia.org/resource/V_Flower", "http://dbpedia.org/resource/Valve_Anti-Cheat", "http://dbpedia.org/resource/VariCAD", "http://dbpedia.org/resource/Vegas_Pro", "http://dbpedia.org/resource/Vegeta_(software)", "http://dbpedia.org/resource/Veyon", "http://dbpedia.org/resource/Victoria_(3D_figure)", "http://dbpedia.org/resource/Vidalia_(software)", "http://dbpedia.org/resource/ViewMinder", "http://dbpedia.org/resource/VirtuaWin", "http://dbpedia.org/resource/VirtualAcorn", "http://dbpedia.org/resource/VirtualDJ", "http://dbpedia.org/resource/VirtualDub", "http://dbpedia.org/resource/VirtualDubMod", "http://dbpedia.org/resource/Virtual_ANS", "http://dbpedia.org/resource/Virtual_Audio_Cable", "http://dbpedia.org/resource/Virtual_Pascal", "http://dbpedia.org/resource/VisualARQ", "http://dbpedia.org/resource/VisualFEA", "http://dbpedia.org/resource/VisualSVN", "http://dbpedia.org/resource/VisualSVN_Server", "http://dbpedia.org/resource/Visual_Assist", "http://dbpedia.org/resource/Visual_Basic_for_Applications", "http://dbpedia.org/resource/Visual_Component_Framework", "http://dbpedia.org/resource/Visual_Components", "http://dbpedia.org/resource/Visual_Installer", "http://dbpedia.org/resource/Visual_Intercept", "http://dbpedia.org/resource/Visual_MODFLOW", "http://dbpedia.org/resource/Visual_Molecular_Dynamics", "http://dbpedia.org/resource/Visual_Pinball", "http://dbpedia.org/resource/Visual_Prolog", "http://dbpedia.org/resource/Visual_Test", "http://dbpedia.org/resource/Vivo_Software", "http://dbpedia.org/resource/VkTrace", "http://dbpedia.org/resource/Vocaloid", "http://dbpedia.org/resource/Vocaloid_2", "http://dbpedia.org/resource/Voicemeeter", "http://dbpedia.org/resource/Vol_(command)", "http://dbpedia.org/resource/Volatility_(software)", "http://dbpedia.org/resource/VoluMill", "http://dbpedia.org/resource/Vowpal_Wabbit", "http://dbpedia.org/resource/VzRoom", "http://dbpedia.org/resource/W32tm", "http://dbpedia.org/resource/WASTE", "http://dbpedia.org/resource/WBAdmin", "http://dbpedia.org/resource/WCF_Data_Services", "http://dbpedia.org/resource/WISE-FTP", "http://dbpedia.org/resource/WMA_Convert", "http://dbpedia.org/resource/WPKG_(software)", "http://dbpedia.org/resource/WUHU_(software)", "http://dbpedia.org/resource/Waf_(build_system)", "http://dbpedia.org/resource/WarpPLS", "http://dbpedia.org/resource/Watcom_C/C++", "http://dbpedia.org/resource/Findstr", "http://dbpedia.org/resource/Shar", "http://dbpedia.org/resource/Share_(P2P)", "http://dbpedia.org/resource/Skia_Graphics_Engine", "http://dbpedia.org/resource/Sophocles_(software)", "http://dbpedia.org/resource/Windows_service", "http://dbpedia.org/resource/Hyperscore", "http://dbpedia.org/resource/Windows_Meeting_Space", "http://dbpedia.org/resource/IBM_Lotus_Freelance_Graphics", "http://dbpedia.org/resource/MusicEase", "http://dbpedia.org/resource/Palm_Desktop", "http://dbpedia.org/resource/YProxy", "http://dbpedia.org/resource/Microsoft_Indic_Language_Input_Tool", "http://dbpedia.org/resource/Windows_Photo_Viewer", "http://dbpedia.org/resource/Parallels_Workstation_Extreme", "http://dbpedia.org/resource/QuickLOAD", "http://dbpedia.org/resource/VSTS_Profiler", "http://dbpedia.org/resource/NeuroSolutions", "http://dbpedia.org/resource/PlanMaker", "http://dbpedia.org/resource/SPEED2000", "http://dbpedia.org/resource/Ssh-agent", "http://dbpedia.org/resource/Trade_Space_Visualizer", "http://dbpedia.org/resource/NexusDB", "http://dbpedia.org/resource/PowerMapper", "http://dbpedia.org/resource/WQL", "http://dbpedia.org/resource/MySQL_DataController", "http://dbpedia.org/resource/Windows_Chat", "http://dbpedia.org/resource/WireFusion", "http://dbpedia.org/resource/Madoka_(business_process_automation)", "http://dbpedia.org/resource/Microsoft_Songsmith", "http://dbpedia.org/resource/NewViews", "http://dbpedia.org/resource/Raylectron", "http://dbpedia.org/resource/Windows_Feedback_Hub", "http://dbpedia.org/resource/Windows_NT_6_startup_process", "http://dbpedia.org/resource/WiperSoft", "http://dbpedia.org/resource/Deep_Zoom", "http://dbpedia.org/resource/Deeplearning4j", "http://dbpedia.org/resource/Demetra+", "http://dbpedia.org/resource/Denemo", "http://dbpedia.org/resource/Deno_(software)", "http://dbpedia.org/resource/Dependency_Walker", "http://dbpedia.org/resource/Derive_(computer_algebra_system)", "http://dbpedia.org/resource/DesignSpark_Mechanical", "http://dbpedia.org/resource/Designbox", "http://dbpedia.org/resource/Desktop_Window_Manager", "http://dbpedia.org/resource/Dev-C++", "http://dbpedia.org/resource/Dev-Pascal", "http://dbpedia.org/resource/DevPartner", "http://dbpedia.org/resource/Device_Manager", "http://dbpedia.org/resource/Dial_Gate_VoIP_Softswitch", "http://dbpedia.org/resource/DigiCel_FlipBook", "http://dbpedia.org/resource/DigiGuide", "http://dbpedia.org/resource/Digital_Forensics_Framework", "http://dbpedia.org/resource/Digital_Performer", "http://dbpedia.org/resource/Digital_Photo_Professional", "http://dbpedia.org/resource/Digital_Scrapbook_Artist", "http://dbpedia.org/resource/DirSync_Pro", "http://dbpedia.org/resource/Direct3D", "http://dbpedia.org/resource/DirectShow", "http://dbpedia.org/resource/DirectVobSub", "http://dbpedia.org/resource/Directory_Opus", "http://dbpedia.org/resource/Dired", "http://dbpedia.org/resource/DiscJuggler", "http://dbpedia.org/resource/Diskcomp", "http://dbpedia.org/resource/Diskcopy", "http://dbpedia.org/resource/Diskpart", "http://dbpedia.org/resource/Distributed_Concurrent_Versions_System", "http://dbpedia.org/resource/DoPDF", "http://dbpedia.org/resource/Google_App_Runtime_for_Chrome", "http://dbpedia.org/resource/The_All-Seeing_Eye", "http://dbpedia.org/resource/GameSpy_Arcade", "http://dbpedia.org/resource/Mew_(software)", "http://dbpedia.org/resource/MicroPlanner_X-Pert", "http://dbpedia.org/resource/Microsoft_Help_2", "http://dbpedia.org/resource/Microsoft_Help_Viewer", "http://dbpedia.org/resource/Microsoft_Money", "http://dbpedia.org/resource/Motherboard_Monitor", "http://dbpedia.org/resource/Move_(command)", "http://dbpedia.org/resource/NCSS_(statistical_software)", "http://dbpedia.org/resource/SmartCam", "http://dbpedia.org/resource/ProArc", "http://dbpedia.org/resource/Spotnet", "http://dbpedia.org/resource/System_Restore", "http://dbpedia.org/resource/AirMosaic", "http://dbpedia.org/resource/Airy_(software)", "http://dbpedia.org/resource/AkelPad", "http://dbpedia.org/resource/Alcohol_120%25", "http://dbpedia.org/resource/Aldor", "http://dbpedia.org/resource/Algodoo", "http://dbpedia.org/resource/Alibre_Design", "http://dbpedia.org/resource/ArtRage", "http://dbpedia.org/resource/Artisteer", "http://dbpedia.org/resource/Artweaver", "http://dbpedia.org/resource/ArviZ", "http://dbpedia.org/resource/As-Easy-As", "http://dbpedia.org/resource/Ascalaph_Designer", "http://dbpedia.org/resource/AstroMenace", "http://dbpedia.org/resource/Atlantis_Word_Processor", "http://dbpedia.org/resource/Attack_Surface_Analyzer", "http://dbpedia.org/resource/Audio_Stream_Input/Output", "http://dbpedia.org/resource/Audiograbber", "http://dbpedia.org/resource/Audiveris", "http://dbpedia.org/resource/AutoHotkey", "http://dbpedia.org/resource/AutoREALM", "http://dbpedia.org/resource/Autodesk_Arnold", "http://dbpedia.org/resource/Autodesk_Simulation", "http://dbpedia.org/resource/Autodesk_Softimage", "http://dbpedia.org/resource/Avast_Antivirus", "http://dbpedia.org/resource/AviSynth", "http://dbpedia.org/resource/Avid_Free_DV", "http://dbpedia.org/resource/Avizo_(software)", "http://dbpedia.org/resource/Avogadro_(software)", "http://dbpedia.org/resource/Avro_Keyboard", "http://dbpedia.org/resource/Awomo", "http://dbpedia.org/resource/BeaTunes", "http://dbpedia.org/resource/Beaker_(web_browser)", "http://dbpedia.org/resource/Becky!", "http://dbpedia.org/resource/BeebEm", "http://dbpedia.org/resource/Berkeley_DB", "http://dbpedia.org/resource/Berkeley_Open_Infrastructure_for_Network_Computing", "http://dbpedia.org/resource/Bersirc", "http://dbpedia.org/resource/Beyond_TV", "http://dbpedia.org/resource/BiZZdesign_Enterprise_Studio", "http://dbpedia.org/resource/Aladdin4D", "http://dbpedia.org/resource/ForeUI", "http://dbpedia.org/resource/Forensic_Toolkit", "http://dbpedia.org/resource/FormatFactory", "http://dbpedia.org/resource/Format_(command)", "http://dbpedia.org/resource/Forte_(notation_program)", "http://dbpedia.org/resource/Fort\u00e9_Agent", "http://dbpedia.org/resource/Fotografix", "http://dbpedia.org/resource/Frama-C", "http://dbpedia.org/resource/Framewave", "http://dbpedia.org/resource/Framsticks", "http://dbpedia.org/resource/Fre:ac", "http://dbpedia.org/resource/Fred_Optical_Engineering_Software", "http://dbpedia.org/resource/FreeArc", "http://dbpedia.org/resource/FreeCAD", "http://dbpedia.org/resource/FreeFem++", "http://dbpedia.org/resource/FreeHAL", "http://dbpedia.org/resource/FreePCB", "http://dbpedia.org/resource/FreePOPs", "http://dbpedia.org/resource/FreeUndelete", "http://dbpedia.org/resource/Free_AVI_Video_Converter", "http://dbpedia.org/resource/Free_Studio", "http://dbpedia.org/resource/Freemake_Audio_Converter", "http://dbpedia.org/resource/Freemake_Music_Box", "http://dbpedia.org/resource/Freestyle_(software)", "http://dbpedia.org/resource/Frescobaldi_(software)", "http://dbpedia.org/resource/Fresh_Memory_(software)", "http://dbpedia.org/resource/Fritzing", "http://dbpedia.org/resource/FrontBase", "http://dbpedia.org/resource/Ftype", "http://dbpedia.org/resource/Fuse_(emulator)", "http://dbpedia.org/resource/FusionReactor", "http://dbpedia.org/resource/Future_Pinball", "http://dbpedia.org/resource/FxCop", "http://dbpedia.org/resource/GAUSS_(software)", "http://dbpedia.org/resource/GCompris", "http://dbpedia.org/resource/GDevelop", "http://dbpedia.org/resource/GEDA", "http://dbpedia.org/resource/GENtle", "http://dbpedia.org/resource/GEOVIA", "http://dbpedia.org/resource/GFA_BASIC", "http://dbpedia.org/resource/GGPO", "http://dbpedia.org/resource/GGobi", "http://dbpedia.org/resource/GIMPshop", "http://dbpedia.org/resource/GLBasic", "http://dbpedia.org/resource/GLFW", "http://dbpedia.org/resource/GLib", "http://dbpedia.org/resource/GMS_(software)", "http://dbpedia.org/resource/GMX_Multi_Messenger", "http://dbpedia.org/resource/GNAT", "http://dbpedia.org/resource/GNAVI", "http://dbpedia.org/resource/GNUSim8085", "http://dbpedia.org/resource/GNU_Chess", "http://dbpedia.org/resource/GNU_Common_Lisp", "http://dbpedia.org/resource/GNU_Debugger", "http://dbpedia.org/resource/GNU_Go", "http://dbpedia.org/resource/GNU_Privacy_Guard", "http://dbpedia.org/resource/GNU_Solfege", "http://dbpedia.org/resource/GNU_arch", "http://dbpedia.org/resource/GPUOpen", "http://dbpedia.org/resource/GPlates", "http://dbpedia.org/resource/GSSHA", "http://dbpedia.org/resource/GadgetTrak", "http://dbpedia.org/resource/Gadu-Gadu", "http://dbpedia.org/resource/GaiaEHR", "http://dbpedia.org/resource/Gajim", "http://dbpedia.org/resource/GameMaker", "http://dbpedia.org/resource/GameShadow", "http://dbpedia.org/resource/Game_Jackal", "http://dbpedia.org/resource/Gameswf", "http://dbpedia.org/resource/GanttProject", "http://dbpedia.org/resource/Geany", "http://dbpedia.org/resource/GenMAPP", "http://dbpedia.org/resource/Genbox_Family_History", "http://dbpedia.org/resource/GeneXus", "http://dbpedia.org/resource/Gene_Designer", "http://dbpedia.org/resource/Genealogica_Grafica", "http://dbpedia.org/resource/Genealone", "http://dbpedia.org/resource/General_Mission_Analysis_Tool", "http://dbpedia.org/resource/Genie_Backup_Manager", "http://dbpedia.org/resource/GenoPro", "http://dbpedia.org/resource/Gensim", "http://dbpedia.org/resource/Genstat", "http://dbpedia.org/resource/GeoModeller", "http://dbpedia.org/resource/HIARCS", "http://dbpedia.org/resource/HIEW", "http://dbpedia.org/resource/HOSxP", "http://dbpedia.org/resource/HPX", "http://dbpedia.org/resource/HP_Integrity_Virtual_Machines", "http://dbpedia.org/resource/HTCondor", "http://dbpedia.org/resource/HTML-Kit", "http://dbpedia.org/resource/Ham_Radio_Deluxe", "http://dbpedia.org/resource/HandBrake", "http://dbpedia.org/resource/Handbook_Emission_Factors_for_Road_Transport_(HBEFA)", "http://dbpedia.org/resource/Hangul_(word_processor)", "http://dbpedia.org/resource/Harmor", "http://dbpedia.org/resource/Harvard_Graphics", "http://dbpedia.org/resource/Hatsune_Miku", "http://dbpedia.org/resource/Haxe", "http://dbpedia.org/resource/Bing_Maps_Platform", "http://dbpedia.org/resource/Chika_(software)", "http://dbpedia.org/resource/SOAtest", "http://dbpedia.org/resource/SP-Forth", "http://dbpedia.org/resource/SPIN_model_checker", "http://dbpedia.org/resource/SPSS_Modeler", "http://dbpedia.org/resource/SQL_Database_Studio", "http://dbpedia.org/resource/SQL_Server_Express", "http://dbpedia.org/resource/SQL_Server_Management_Studio", "http://dbpedia.org/resource/SQLyog", "http://dbpedia.org/resource/SRM_Engine_Suite", "http://dbpedia.org/resource/STDU_Viewer", "http://dbpedia.org/resource/SUBST", "http://dbpedia.org/resource/SUPERAntiSpyware", "http://dbpedia.org/resource/SUPER_(computer_program)", "http://dbpedia.org/resource/SVFlux", "http://dbpedia.org/resource/SVNBridge", "http://dbpedia.org/resource/SVN_Notifier", "http://dbpedia.org/resource/SVSlope", "http://dbpedia.org/resource/SWiSH_Max", "http://dbpedia.org/resource/SXM_(transactional_memory)", "http://dbpedia.org/resource/SYSTAT_(software)", "http://dbpedia.org/resource/SafeDisc", "http://dbpedia.org/resource/SageMath", "http://dbpedia.org/resource/Sage_300", "http://dbpedia.org/resource/Sage_50cloud", "http://dbpedia.org/resource/Salome_(software)", "http://dbpedia.org/resource/Salt_(software)", "http://dbpedia.org/resource/Sam_(text_editor)", "http://dbpedia.org/resource/Samurize", "http://dbpedia.org/resource/Sandcastle_(software)", "http://dbpedia.org/resource/SwordSearcher", "http://dbpedia.org/resource/Sylpheed", "http://dbpedia.org/resource/SymmetricDS", "http://dbpedia.org/resource/Syncdocs", "http://dbpedia.org/resource/Synfig", "http://dbpedia.org/resource/Synkron", "http://dbpedia.org/resource/SynthMaster", "http://dbpedia.org/resource/Syntorial", "http://dbpedia.org/resource/Sysax_FTP_Automation", "http://dbpedia.org/resource/Sysax_Multi_Server", "http://dbpedia.org/resource/Sysedit", "http://dbpedia.org/resource/SystemBuilder/SB+", "http://dbpedia.org/resource/System_Center_Essentials", "http://dbpedia.org/resource/System_File_Checker", "http://dbpedia.org/resource/System_Idle_Process", "http://dbpedia.org/resource/Systeminfo.exe", "http://dbpedia.org/resource/Systems_Tool_Kit", "http://dbpedia.org/resource/Sytrus", "http://dbpedia.org/resource/TAPAAL_Model_Checker", "http://dbpedia.org/resource/TIGCC", "http://dbpedia.org/resource/TI_InterActive!", "http://dbpedia.org/resource/TMPGEnc", "http://dbpedia.org/resource/TMetric", "http://dbpedia.org/resource/TN3270_Plus", "http://dbpedia.org/resource/TNTmips", "http://dbpedia.org/resource/TOMNET", "http://dbpedia.org/resource/TOWeb", "http://dbpedia.org/resource/TPL_Tables", "http://dbpedia.org/resource/TVPaint_Animation", "http://dbpedia.org/resource/TWAIN", "http://dbpedia.org/resource/TabWorks", "http://dbpedia.org/resource/Tabbles", "http://dbpedia.org/resource/TableCurve_2D", "http://dbpedia.org/resource/TableCurve_3D", "http://dbpedia.org/resource/Tar_(computing)", "http://dbpedia.org/resource/TaskCracker_for_Outlook", "http://dbpedia.org/resource/TeX_Live", "http://dbpedia.org/resource/TeXnicCenter", "http://dbpedia.org/resource/TeXstudio", "http://dbpedia.org/resource/TeamSpeak", "http://dbpedia.org/resource/TeamViewer", "http://dbpedia.org/resource/Tebis", "http://dbpedia.org/resource/Techila_Grid", "http://dbpedia.org/resource/Techinline", "http://dbpedia.org/resource/Tee_(command)", "http://dbpedia.org/resource/Telix", "http://dbpedia.org/resource/DAvE_(Infineon)", "http://dbpedia.org/resource/DR_TV", "http://dbpedia.org/resource/DVD_Profiler", "http://dbpedia.org/resource/DVD_X_Copy", "http://dbpedia.org/resource/DX_Studio", "http://dbpedia.org/resource/Dabbler", "http://dbpedia.org/resource/DarkComet", "http://dbpedia.org/resource/DataCAD", "http://dbpedia.org/resource/DataScene", "http://dbpedia.org/resource/Data_Desk", "http://dbpedia.org/resource/Data_Toolbar", "http://dbpedia.org/resource/DatabaseSpy", "http://dbpedia.org/resource/Dataplot", "http://dbpedia.org/resource/WaveLab", "http://dbpedia.org/resource/WebKit", "http://dbpedia.org/resource/WebPlus", "http://dbpedia.org/resource/WebSharper", "http://dbpedia.org/resource/Which_(command)", "http://dbpedia.org/resource/Whizfolders", "http://dbpedia.org/resource/Who_Is_To_Blame%3F", "http://dbpedia.org/resource/WiMP", "http://dbpedia.org/resource/WiX", "http://dbpedia.org/resource/WikiBhasha", "http://dbpedia.org/resource/Megurine_Luka", "http://dbpedia.org/resource/RoboWar", "http://dbpedia.org/resource/Elektrik_Piano", "http://dbpedia.org/resource/Evertontv", "http://dbpedia.org/resource/Evidence_Eliminator", "http://dbpedia.org/resource/Eye-Sys", "http://dbpedia.org/resource/Route_(command)", "http://dbpedia.org/resource/SAGE_(game_engine)", "http://dbpedia.org/resource/SDI_Tools", "http://dbpedia.org/resource/SQL_Server_Integration_Services", "http://dbpedia.org/resource/Sachiko_(software)", "http://dbpedia.org/resource/Saturn_(software)", "http://dbpedia.org/resource/ScopeArchiv", "http://dbpedia.org/resource/Spatial_Query_Server", "http://dbpedia.org/resource/System_Architect", "http://dbpedia.org/resource/Storage@home", "http://dbpedia.org/resource/XRumer", "http://dbpedia.org/resource/HarfBuzz", "http://dbpedia.org/resource/PxTone", "http://dbpedia.org/resource/MOLCAS", "http://dbpedia.org/resource/Macne_Nana", "http://dbpedia.org/resource/Nuclino", "http://dbpedia.org/resource/.NET_Bio", "http://dbpedia.org/resource/.NET_Micro_Framework", "http://dbpedia.org/resource/0_A.D._(video_game)", "http://dbpedia.org/resource/Angelfish_software", "http://dbpedia.org/resource/Animation:Master", "http://dbpedia.org/resource/AnkhSVN", "http://dbpedia.org/resource/Antenna_House_Formatter", "http://dbpedia.org/resource/Anvil_Studio", "http://dbpedia.org/resource/Any_Video_Converter", "http://dbpedia.org/resource/Apache_Airflow", "http://dbpedia.org/resource/Apache_Flex", "http://dbpedia.org/resource/Apache_HTTP_Server", "http://dbpedia.org/resource/Apache_Harmony", "http://dbpedia.org/resource/Apache_MXNet", "http://dbpedia.org/resource/Apache_OpenMeetings", "http://dbpedia.org/resource/Apache_OpenOffice", "http://dbpedia.org/resource/Apache_Pig", "http://dbpedia.org/resource/Apache_SINGA", "http://dbpedia.org/resource/Apache_Spark", "http://dbpedia.org/resource/Apache_Taverna", "http://dbpedia.org/resource/Apophysis_(software)", "http://dbpedia.org/resource/Appetizer_(software)", "http://dbpedia.org/resource/AppleWin", "http://dbpedia.org/resource/AppleWorks", "http://dbpedia.org/resource/Application_Request_Routing", "http://dbpedia.org/resource/Appserver.io", "http://dbpedia.org/resource/ArX", "http://dbpedia.org/resource/ArcMap", "http://dbpedia.org/resource/ArcSDE", "http://dbpedia.org/resource/Archicad", "http://dbpedia.org/resource/Archim", "http://dbpedia.org/resource/Architect_(software)", "http://dbpedia.org/resource/Ardour_(software)", "http://dbpedia.org/resource/Arena_(software)", "http://dbpedia.org/resource/Argentum_Backup", "http://dbpedia.org/resource/Armagetron_Advanced", "http://dbpedia.org/resource/ArrayTrack", "http://dbpedia.org/resource/EmEditor", "http://dbpedia.org/resource/Embeddable_Common_Lisp", "http://dbpedia.org/resource/Emigma", "http://dbpedia.org/resource/EnCase", "http://dbpedia.org/resource/Encarta", "http://dbpedia.org/resource/Encyclop\u00e6dia_Britannica_Ultimate_Reference_Suite", "http://dbpedia.org/resource/Epi_Info", "http://dbpedia.org/resource/Epi_Map", "http://dbpedia.org/resource/Epigram_(programming_language)", "http://dbpedia.org/resource/Epostmailer", "http://dbpedia.org/resource/Eraser_(software)", "http://dbpedia.org/resource/Eric_(software)", "http://dbpedia.org/resource/Erwin_Data_Modeler", "http://dbpedia.org/resource/Euler_(software)", "http://dbpedia.org/resource/EventMachine", "http://dbpedia.org/resource/Event_Viewer", "http://dbpedia.org/resource/Evernote", "http://dbpedia.org/resource/Gephi", "http://dbpedia.org/resource/GetFEM++", "http://dbpedia.org/resource/Gforth", "http://dbpedia.org/resource/Ghostzilla", "http://dbpedia.org/resource/Gig_Performer", "http://dbpedia.org/resource/Gizmo5", "http://dbpedia.org/resource/Glade_Interface_Designer", "http://dbpedia.org/resource/GlobalSight", "http://dbpedia.org/resource/Gmsh", "http://dbpedia.org/resource/GnuTLS", "http://dbpedia.org/resource/Go!Zilla", "http://dbpedia.org/resource/Gobby", "http://dbpedia.org/resource/Golaem_Crowd", "http://dbpedia.org/resource/GoldWave", "http://dbpedia.org/resource/Gollum_(software)", "http://dbpedia.org/resource/Gonvisor", "http://dbpedia.org/resource/Google_Chrome_Frame", "http://dbpedia.org/resource/Google_Plugin_for_Eclipse", "http://dbpedia.org/resource/Google_Sheets", "http://dbpedia.org/resource/Google_Spaces", "http://dbpedia.org/resource/Google_Talk", "http://dbpedia.org/resource/Google_Test", "http://dbpedia.org/resource/Google_Toolbar", "http://dbpedia.org/resource/Google_Web_Accelerator", "http://dbpedia.org/resource/Google_Web_Toolkit", "http://dbpedia.org/resource/Gorm_(computing)", "http://dbpedia.org/resource/MapBasic", "http://dbpedia.org/resource/MapWindow_GIS", "http://dbpedia.org/resource/Maptitude", "http://dbpedia.org/resource/MaraDNS", "http://dbpedia.org/resource/Marble_(software)", "http://dbpedia.org/resource/Marmalade_(software)", "http://dbpedia.org/resource/Pinta_(software)", "http://dbpedia.org/resource/Piranesi_(software)", "http://dbpedia.org/resource/PirateBrowser", "http://dbpedia.org/resource/Pixar_RenderMan", "http://dbpedia.org/resource/PlantUML", "http://dbpedia.org/resource/Plant_Simulation", "http://dbpedia.org/resource/Plastic_SCM", "http://dbpedia.org/resource/Platinum_Arts_Sandbox", "http://dbpedia.org/resource/PlayN", "http://dbpedia.org/resource/Poedit", "http://dbpedia.org/resource/PokerTH", "http://dbpedia.org/resource/PolyEdit", "http://dbpedia.org/resource/Popcorn_Time", "http://dbpedia.org/resource/Poppler_(software)", "http://dbpedia.org/resource/Porn_Time", "http://dbpedia.org/resource/Portable,_Extensible_Toolkit_for_Scientific_Computation", "http://dbpedia.org/resource/PortableApps.com", "http://dbpedia.org/resource/PostgreSQL", "http://dbpedia.org/resource/PottersWheel", "http://dbpedia.org/resource/PowerArchiver", "http://dbpedia.org/resource/PowerDesigner", "http://dbpedia.org/resource/PowerMAN", "http://dbpedia.org/resource/PowerWord", "http://dbpedia.org/resource/Power_Pivot", "http://dbpedia.org/resource/Powercfg", "http://dbpedia.org/resource/Praat", "http://dbpedia.org/resource/Prevx", "http://dbpedia.org/resource/Prey_(software)", "http://dbpedia.org/resource/PriEsT", "http://dbpedia.org/resource/Prime95", "http://dbpedia.org/resource/PrimoPDF", "http://dbpedia.org/resource/Tera_Term", "http://dbpedia.org/resource/Terminator_(terminal_emulator)", "http://dbpedia.org/resource/TerrSet", "http://dbpedia.org/resource/Terragen", "http://dbpedia.org/resource/TestComplete", "http://dbpedia.org/resource/Test_Studio", "http://dbpedia.org/resource/Testing_Anywhere", "http://dbpedia.org/resource/TexLab", "http://dbpedia.org/resource/Texmaker", "http://dbpedia.org/resource/TextPad", "http://dbpedia.org/resource/Text_Template_Transformation_Toolkit", "http://dbpedia.org/resource/Textadept", "http://dbpedia.org/resource/The_Bat!", "http://dbpedia.org/resource/David_Laserscanner", "http://dbpedia.org/resource/UBASIC", "http://dbpedia.org/resource/UCSF_Chimera", "http://dbpedia.org/resource/UC_Browser", "http://dbpedia.org/resource/UDig", "http://dbpedia.org/resource/UFMOD", "http://dbpedia.org/resource/UGENE", "http://dbpedia.org/resource/UKTV_Play", "http://dbpedia.org/resource/UNetbootin", "http://dbpedia.org/resource/UPX", "http://dbpedia.org/resource/Ubuntu_One", "http://dbpedia.org/resource/Ulead_DVD_MovieFactory", "http://dbpedia.org/resource/Ulead_MediaStudio_Pro", "http://dbpedia.org/resource/UltraHLE", "http://dbpedia.org/resource/UltraISO", "http://dbpedia.org/resource/UltraMon", "http://dbpedia.org/resource/Ultrasurf", "http://dbpedia.org/resource/Umbraco", "http://dbpedia.org/resource/Unbound_(DNS_server)", "http://dbpedia.org/resource/UniKey_(software)", "http://dbpedia.org/resource/Universal_Document_Converter", "http://dbpedia.org/resource/Universal_USB_Installer", "http://dbpedia.org/resource/Universe_Sandbox", "http://dbpedia.org/resource/Unix2dos", "http://dbpedia.org/resource/Unvanquished_(video_game)", "http://dbpedia.org/resource/UpdateStar", "http://dbpedia.org/resource/UploadFTP", "http://dbpedia.org/resource/Uppaal_Model_Checker", "http://dbpedia.org/resource/Dr._Watson_(debugger)", "http://dbpedia.org/resource/Drishti_(client)", "http://dbpedia.org/resource/Driver_Verifier", "http://dbpedia.org/resource/I-DEAS", "http://dbpedia.org/resource/Magic_Lantern_(software)", "http://dbpedia.org/resource/Matrix_Template_Library", "http://dbpedia.org/resource/Merli_(software)", "http://dbpedia.org/resource/Microsoft_Management_Console", "http://dbpedia.org/resource/NI_Massive", "http://dbpedia.org/resource/NHS_Pathways", "http://dbpedia.org/resource/Piranha_(compositing_software)", "http://dbpedia.org/resource/Pixie_(renderer)", "http://dbpedia.org/resource/Primer-E_Primer", "http://dbpedia.org/resource/Microsoft_Write", "http://dbpedia.org/resource/Naver_VIBE", "http://dbpedia.org/resource/PTV_VISSIM", "http://dbpedia.org/resource/VALO-CD", "http://dbpedia.org/resource/VisIt", "http://dbpedia.org/resource/WS_FTP", "http://dbpedia.org/resource/WampServer", "http://dbpedia.org/resource/Windows_Address_Book", "http://dbpedia.org/resource/Windows_Management_Instrumentation", "http://dbpedia.org/resource/Windows_Remote_Management", "http://dbpedia.org/resource/Windows_Script_Host", "http://dbpedia.org/resource/MSConfig", "http://dbpedia.org/resource/Norton_Safe_Web", "http://dbpedia.org/resource/Vocaloid_4", "http://dbpedia.org/resource/MindMapper", "http://dbpedia.org/resource/Mirar_Toolbar", "http://dbpedia.org/resource/Pushd_and_popd", "http://dbpedia.org/resource/Simple_DNS_Plus", "http://dbpedia.org/resource/Grid_MP", "http://dbpedia.org/resource/Group_Shot", "http://dbpedia.org/resource/Hosting_Controller", "http://dbpedia.org/resource/Jungle_Disk", "http://dbpedia.org/resource/TinkerPlots", "http://dbpedia.org/resource/Truevision3D", "http://dbpedia.org/resource/Norton_LiveUpdate", "http://dbpedia.org/resource/SCSI_Pass_Through_Interface", "http://dbpedia.org/resource/Tekla_Structures", "http://dbpedia.org/resource/L0phtCrack", "http://dbpedia.org/resource/LM-X_License_Manager", "http://dbpedia.org/resource/Line_Music", "http://dbpedia.org/resource/Motor-CAD", "http://dbpedia.org/resource/SynfiniWay", "http://dbpedia.org/resource/ACD/ChemSketch", "http://dbpedia.org/resource/ADO.NET", "http://dbpedia.org/resource/AGi32", "http://dbpedia.org/resource/AMD_700_chipset_series", "http://dbpedia.org/resource/AMD_CodeAnalyst", "http://dbpedia.org/resource/AME_Accounting_Software", "http://dbpedia.org/resource/ARSloid", "http://dbpedia.org/resource/ATILA", "http://dbpedia.org/resource/ATLAS.ti", "http://dbpedia.org/resource/ATunes", "http://dbpedia.org/resource/Bootcfg", "http://dbpedia.org/resource/Borland_C++", "http://dbpedia.org/resource/Borland_Sidekick", "http://dbpedia.org/resource/Borland_Turbo_C", "http://dbpedia.org/resource/BricsCAD", "http://dbpedia.org/resource/Bricx_Command_Center", "http://dbpedia.org/resource/Brief_(text_editor)", "http://dbpedia.org/resource/Brother's_Keeper_(software)", "http://dbpedia.org/resource/Brush_Strokes_Image_Editor", "http://dbpedia.org/resource/Adobe_JRun", "http://dbpedia.org/resource/Adobe_LiveCycle_Designer", "http://dbpedia.org/resource/Adobe_Photoshop_Album", "http://dbpedia.org/resource/Adobe_Sign", "http://dbpedia.org/resource/Adobe_Technical_Communication_Suite", "http://dbpedia.org/resource/Adobe_eLearning_Suite", "http://dbpedia.org/resource/BRFplus", "http://dbpedia.org/resource/BSAFE", "http://dbpedia.org/resource/Back_Orifice_2000", "http://dbpedia.org/resource/Jaguar_(software)", "http://dbpedia.org/resource/Jaikoz", "http://dbpedia.org/resource/Jalview", "http://dbpedia.org/resource/Jami_(software)", "http://dbpedia.org/resource/Jarte", "http://dbpedia.org/resource/Katalon_Studio", "http://dbpedia.org/resource/Kate_(text_editor)", "http://dbpedia.org/resource/Kazaa", "http://dbpedia.org/resource/Kdb+", "http://dbpedia.org/resource/KeePass", "http://dbpedia.org/resource/Kerkythea", "http://dbpedia.org/resource/Kernel-Mode_Driver_Framework", "http://dbpedia.org/resource/KeyHoleTV", "http://dbpedia.org/resource/Keynote_(notetaking_software)", "http://dbpedia.org/resource/KiCad", "http://dbpedia.org/resource/KiXtart", "http://dbpedia.org/resource/Kid_Pix", "http://dbpedia.org/resource/Kiki_the_nano_bot", "http://dbpedia.org/resource/Kill_(command)", "http://dbpedia.org/resource/Bloomberg_Terminal", "http://dbpedia.org/resource/Blue_Moon_Rendering_Tools", "http://dbpedia.org/resource/BrookGPU", "http://dbpedia.org/resource/MathMagic", "http://dbpedia.org/resource/MathType", "http://dbpedia.org/resource/Math_Kernel_Library", "http://dbpedia.org/resource/Mathcad", "http://dbpedia.org/resource/Matheass", "http://dbpedia.org/resource/Mavis_Beacon_Teaches_Typing", "http://dbpedia.org/resource/Max_(software)", "http://dbpedia.org/resource/Maxwell_Render", "http://dbpedia.org/resource/MayaVi", "http://dbpedia.org/resource/McAfee_VirusScan", "http://dbpedia.org/resource/Meadow_(programming)", "http://dbpedia.org/resource/MedCalc", "http://dbpedia.org/resource/MediaHuman_Audio_Converter", "http://dbpedia.org/resource/MediaInfo", "http://dbpedia.org/resource/MediaMonkey", "http://dbpedia.org/resource/MediaPortal", "http://dbpedia.org/resource/MediaWiki", "http://dbpedia.org/resource/Media_Lovin'_Toolkit", "http://dbpedia.org/resource/Mediaroom", "http://dbpedia.org/resource/MediathekView", "http://dbpedia.org/resource/MedinTux", "http://dbpedia.org/resource/Mednafen", "http://dbpedia.org/resource/Mega2,_the_Manipulation_Environment_for_Genetic_Analysis", "http://dbpedia.org/resource/MemoQ", "http://dbpedia.org/resource/Memonic", "http://dbpedia.org/resource/Mental_Ray", "http://dbpedia.org/resource/Mercurial", "http://dbpedia.org/resource/Mercury_(programming_language)", "http://dbpedia.org/resource/Mercury_Mail_Transport_System", "http://dbpedia.org/resource/MetaSAN", "http://dbpedia.org/resource/MetaStock", "http://dbpedia.org/resource/Metamath", "http://dbpedia.org/resource/Metapad", "http://dbpedia.org/resource/Metasequoia_(software)", "http://dbpedia.org/resource/Metashape", "http://dbpedia.org/resource/Carbide.c++", "http://dbpedia.org/resource/CargoMax", "http://dbpedia.org/resource/Rainwave", "http://dbpedia.org/resource/Rakudo", "http://dbpedia.org/resource/Ranorex_Studio", "http://dbpedia.org/resource/RapidSVN", "http://dbpedia.org/resource/Raptor_(programming_language)", "http://dbpedia.org/resource/RasMol", "http://dbpedia.org/resource/Rational_Automation_Framework", "http://dbpedia.org/resource/Rational_Performance_Tester", "http://dbpedia.org/resource/Rational_Software_Modeler", "http://dbpedia.org/resource/Rational_Synergy", "http://dbpedia.org/resource/RawTherapee", "http://dbpedia.org/resource/Rclone", "http://dbpedia.org/resource/Re-mix", "http://dbpedia.org/resource/Ready,_Set,_Go!_(software)", "http://dbpedia.org/resource/Reaktor", "http://dbpedia.org/resource/RealXtend", "http://dbpedia.org/resource/RealityCapture", "http://dbpedia.org/resource/Realsoft_3D", "http://dbpedia.org/resource/Rebtel", "http://dbpedia.org/resource/Recoll", "http://dbpedia.org/resource/Recover_(command)", "http://dbpedia.org/resource/Recovery_Console", "http://dbpedia.org/resource/RedMon", "http://dbpedia.org/resource/Redcore", "http://dbpedia.org/resource/Redmine", "http://dbpedia.org/resource/Redshift_(renderer)", "http://dbpedia.org/resource/Redshift_(software)", "http://dbpedia.org/resource/RegexBuddy", "http://dbpedia.org/resource/Regsvr32", "http://dbpedia.org/resource/Rel_(DBMS)", "http://dbpedia.org/resource/RemotePC", "http://dbpedia.org/resource/Remote_Utilities", "http://dbpedia.org/resource/Renesis_Player", "http://dbpedia.org/resource/Renoise", "http://dbpedia.org/resource/Replace_(command)", "http://dbpedia.org/resource/Resource_Hacker", "http://dbpedia.org/resource/Resource_Monitor", "http://dbpedia.org/resource/Retroshare", "http://dbpedia.org/resource/Reuters_3000_Xtra", "http://dbpedia.org/resource/Revo_Uninstaller", "http://dbpedia.org/resource/Rhinoceros_3D", "http://dbpedia.org/resource/The_Geochemist's_Workbench", "http://dbpedia.org/resource/The_Major_BBS", "http://dbpedia.org/resource/The_Master_Genealogist", "http://dbpedia.org/resource/The_Next_Generation_of_Genealogy_Sitebuilding", "http://dbpedia.org/resource/The_Print_Shop", "http://dbpedia.org/resource/The_SemWare_Editor", "http://dbpedia.org/resource/The_Ur-Quan_Masters", "http://dbpedia.org/resource/The_Word_Bible_Software", "http://dbpedia.org/resource/Diffpack", "http://dbpedia.org/resource/Dig_(command)", "http://dbpedia.org/resource/Digital_Project", "http://dbpedia.org/resource/Digital_Universe_Atlas", "http://dbpedia.org/resource/Dim3", "http://dbpedia.org/resource/Dir_(command)", "http://dbpedia.org/resource/Dirac_(software)", "http://dbpedia.org/resource/Disk_Cleanup", "http://dbpedia.org/resource/EnDrain", "http://dbpedia.org/resource/Endorphin_(software)", "http://dbpedia.org/resource/Eudora_OSE", "http://dbpedia.org/resource/ProCite", "http://dbpedia.org/resource/System_Center_Mobile_Device_Manager", "http://dbpedia.org/resource/Jamstix", "http://dbpedia.org/resource/SpeedTree", "http://dbpedia.org/resource/Statistica", "http://dbpedia.org/resource/Vvvv", "http://dbpedia.org/resource/YULS", "http://dbpedia.org/resource/LinSig", "http://dbpedia.org/resource/Visual_Logic", "http://dbpedia.org/resource/ZMUD", "http://dbpedia.org/resource/PSI-Plot", "http://dbpedia.org/resource/System_Center_Service_Manager", "http://dbpedia.org/resource/3CX_Phone_System", "http://dbpedia.org/resource/3DCrafter", "http://dbpedia.org/resource/3D_Movie_Maker", "http://dbpedia.org/resource/3D_Topicscape", "http://dbpedia.org/resource/3Delight", "http://dbpedia.org/resource/@MAX_SyncUp", "http://dbpedia.org/resource/ABBYY_FineReader", "http://dbpedia.org/resource/AC3D", "http://dbpedia.org/resource/AC3Filter", "http://dbpedia.org/resource/ACE_(editor)", "http://dbpedia.org/resource/ADaMSoft", "http://dbpedia.org/resource/AGX_Multiphysics", "http://dbpedia.org/resource/AIM_(software)", "http://dbpedia.org/resource/AIM_Ad_Hack", "http://dbpedia.org/resource/ALFTP", "http://dbpedia.org/resource/AMBER", "http://dbpedia.org/resource/AMD_APP_SDK", "http://dbpedia.org/resource/AMD_Radeon_Software", "http://dbpedia.org/resource/AMPL", "http://dbpedia.org/resource/ANUGA_Hydro", "http://dbpedia.org/resource/AOL_Active_Virus_Shield", "http://dbpedia.org/resource/AOL_Explorer", "http://dbpedia.org/resource/AOL_OpenRide", "http://dbpedia.org/resource/API_Sanity_Checker", "http://dbpedia.org/resource/ARToolKit", "http://dbpedia.org/resource/ASP.NET", "http://dbpedia.org/resource/ASP.NET_AJAX", "http://dbpedia.org/resource/ASP.NET_Core", "http://dbpedia.org/resource/ASP.NET_Dynamic_Data", "http://dbpedia.org/resource/ASP.NET_Razor", "http://dbpedia.org/resource/ASP.NET_Web_Forms", "http://dbpedia.org/resource/Nimble_Streamer", "http://dbpedia.org/resource/Nimbus_Note", "http://dbpedia.org/resource/NinJo", "http://dbpedia.org/resource/Ninja_(build_system)", "http://dbpedia.org/resource/Ninjam", "http://dbpedia.org/resource/Nirvana_(software)", "http://dbpedia.org/resource/Nitro_Pro", "http://dbpedia.org/resource/Node.js", "http://dbpedia.org/resource/NodeXL", "http://dbpedia.org/resource/Nokia_Lifeblog", "http://dbpedia.org/resource/Nokia_PC_Suite", "http://dbpedia.org/resource/Nokia_Suite", "http://dbpedia.org/resource/Nokogiri_(software)", "http://dbpedia.org/resource/Nomad.NET", "http://dbpedia.org/resource/NonVisual_Desktop_Access", "http://dbpedia.org/resource/Norton_AntiVirus", "http://dbpedia.org/resource/Norton_Security", "http://dbpedia.org/resource/Norton_SystemWorks", "http://dbpedia.org/resource/Norton_Utilities", "http://dbpedia.org/resource/Notam_Check", "http://dbpedia.org/resource/Notation_Composer", "http://dbpedia.org/resource/Notepad++", "http://dbpedia.org/resource/Nslookup", "http://dbpedia.org/resource/NuSMV", "http://dbpedia.org/resource/Nuke_(software)", "http://dbpedia.org/resource/OCaml", "http://dbpedia.org/resource/OE-Cake!", "http://dbpedia.org/resource/OFFSystem", "http://dbpedia.org/resource/OHRRPGCE", "http://dbpedia.org/resource/OMPL", "http://dbpedia.org/resource/OR-Tools", "http://dbpedia.org/resource/OVPsim", "http://dbpedia.org/resource/ObjectDock", "http://dbpedia.org/resource/Object_Desktop", "http://dbpedia.org/resource/Object_REXX", "http://dbpedia.org/resource/OctaDist", "http://dbpedia.org/resource/Odoo", "http://dbpedia.org/resource/Gordano_Messaging_Suite", "http://dbpedia.org/resource/Microsoft_Compiled_HTML_Help", "http://dbpedia.org/resource/Helicon_Ape", "http://dbpedia.org/resource/History_(command)", "http://dbpedia.org/resource/IMPRINT_(Improved_Performance_Research_Integration_Tool)", "http://dbpedia.org/resource/Internet_Connection_Sharing", "http://dbpedia.org/resource/Norton_Insight", "http://dbpedia.org/resource/IBM_Lotus_Approach", "http://dbpedia.org/resource/Leon_(software)", "http://dbpedia.org/resource/Lily_(software)", "http://dbpedia.org/resource/Q_(game_engine)", "http://dbpedia.org/resource/RAMP_Simulation_Software_for_Modelling_Reliability,_Availability_and_Maintainability", "http://dbpedia.org/resource/Rana_(software)", "http://dbpedia.org/resource/Remote_Desktop_Services", "http://dbpedia.org/resource/RenderWare", "http://dbpedia.org/resource/Rmdir", "http://dbpedia.org/resource/Tone_Rion", "http://dbpedia.org/resource/FrameForge_3D_Studio", "http://dbpedia.org/resource/WIN.COM", "http://dbpedia.org/resource/Program_Manager", "http://dbpedia.org/resource/SEEP2D", "http://dbpedia.org/resource/The_Unscrambler", "http://dbpedia.org/resource/WinCC", "http://dbpedia.org/resource/Rapid_PHP_Editor", "http://dbpedia.org/resource/StealthNet", "http://dbpedia.org/resource/VS-PLUS", "http://dbpedia.org/resource/Neural_Designer", "http://dbpedia.org/resource/Quirkos", "http://dbpedia.org/resource/RenderDoc", "http://dbpedia.org/resource/Sweet_Ann", "http://dbpedia.org/resource/Trados_Studio", "http://dbpedia.org/resource/Transparent_Language_Online", "http://dbpedia.org/resource/Citra_(emulator)", "http://dbpedia.org/resource/ClanLib", "http://dbpedia.org/resource/Clarion_(programming_language)", "http://dbpedia.org/resource/Claws_Mail", "http://dbpedia.org/resource/ClipBook_Viewer", "http://dbpedia.org/resource/ClipGrab", "http://dbpedia.org/resource/Clip_Studio_Paint", "http://dbpedia.org/resource/Cliqz", "http://dbpedia.org/resource/CloneCD", "http://dbpedia.org/resource/Clozure_CL", "http://dbpedia.org/resource/Clubdjpro", "http://dbpedia.org/resource/Clutter_(software)", "http://dbpedia.org/resource/Cobalt_(CAD_program)", "http://dbpedia.org/resource/Cobian_Backup", "http://dbpedia.org/resource/Coccinella_(software)", "http://dbpedia.org/resource/CodeCharge_Studio", "http://dbpedia.org/resource/CodeRush", "http://dbpedia.org/resource/Code_Co-op", "http://dbpedia.org/resource/CodedColor_PhotoStudio_Pro", "http://dbpedia.org/resource/Codelobster", "http://dbpedia.org/resource/Colectica", "http://dbpedia.org/resource/Collective_Knowledge_(software)", "http://dbpedia.org/resource/CombineZ", "http://dbpedia.org/resource/Combined_Community_Codec_Pack", "http://dbpedia.org/resource/Comeau_C/C++", "http://dbpedia.org/resource/Comet_Cursor", "http://dbpedia.org/resource/Comic_Seer", "http://dbpedia.org/resource/CommuniGate_Pro", "http://dbpedia.org/resource/Comodo_Dragon", "http://dbpedia.org/resource/Comodo_IceDragon", "http://dbpedia.org/resource/Comp_(command)", "http://dbpedia.org/resource/Compiere", "http://dbpedia.org/resource/CompleteFTP", "http://dbpedia.org/resource/ConEmu", "http://dbpedia.org/resource/ConceptDraw_DIAGRAM", "http://dbpedia.org/resource/ConceptDraw_MINDMAP", "http://dbpedia.org/resource/ConceptDraw_Office", "http://dbpedia.org/resource/ConceptDraw_Project", "http://dbpedia.org/resource/Concurrent_Versions_System", "http://dbpedia.org/resource/Confluence_(software)", "http://dbpedia.org/resource/ConnectWise_Control", "http://dbpedia.org/resource/ConnectedText", "http://dbpedia.org/resource/Connectix_Virtual_Game_Station", "http://dbpedia.org/resource/Construct_(game_engine)", "http://dbpedia.org/resource/Contao", "http://dbpedia.org/resource/Contig_(defragmentation_utility)", "http://dbpedia.org/resource/ContractExpress", "http://dbpedia.org/resource/Control_Panel_(Windows)", "http://dbpedia.org/resource/Convert_(command)", "http://dbpedia.org/resource/CoolSpeech", "http://dbpedia.org/resource/Cooliris_(plugin)", "http://dbpedia.org/resource/Coot_(software)", "http://dbpedia.org/resource/CopSSH", "http://dbpedia.org/resource/CopperCube", "http://dbpedia.org/resource/Alias_(command)", "http://dbpedia.org/resource/Alias_Eclipse", "http://dbpedia.org/resource/Auslogics_Disk_Defrag", "http://dbpedia.org/resource/AutoCAD_Architecture", "http://dbpedia.org/resource/AutoCollage_2008", "http://dbpedia.org/resource/AutoTURN", "http://dbpedia.org/resource/AutoTrack", "http://dbpedia.org/resource/Autodesk_Alias", "http://dbpedia.org/resource/Automate_Schedule", "http://dbpedia.org/resource/Avanna", "http://dbpedia.org/resource/Avast_SecureLine_VPN", "http://dbpedia.org/resource/AveDesk", "http://dbpedia.org/resource/Jokosher", "http://dbpedia.org/resource/Joplin_(software)", "http://dbpedia.org/resource/Jtest", "http://dbpedia.org/resource/JuK", "http://dbpedia.org/resource/Juice_(aggregator)", "http://dbpedia.org/resource/SapWin", "http://dbpedia.org/resource/Scala_(software)", "http://dbpedia.org/resource/Scan2CAD", "http://dbpedia.org/resource/Scanner_(software)", "http://dbpedia.org/resource/Scanner_Access_Now_Easy", "http://dbpedia.org/resource/School_Information_Management_System", "http://dbpedia.org/resource/SciDAVis", "http://dbpedia.org/resource/ScicosLab", "http://dbpedia.org/resource/Scikit-image", "http://dbpedia.org/resource/Scikit-learn", "http://dbpedia.org/resource/Scikit-multiflow", "http://dbpedia.org/resource/Scilab_Image_Processing", "http://dbpedia.org/resource/Scrapy", "http://dbpedia.org/resource/Scratch_Live", "http://dbpedia.org/resource/Screencam", "http://dbpedia.org/resource/Scribe_Mail", "http://dbpedia.org/resource/Scrivener_(software)", "http://dbpedia.org/resource/Sculptris", "http://dbpedia.org/resource/Scythe_Physics_Editor", "http://dbpedia.org/resource/SeaMonkey", "http://dbpedia.org/resource/SeaTools", "http://dbpedia.org/resource/Seamless3d", "http://dbpedia.org/resource/Secure_file_transfer_program", "http://dbpedia.org/resource/Seed7", "http://dbpedia.org/resource/Seesmic", "http://dbpedia.org/resource/Sense_(programming)", "http://dbpedia.org/resource/Seq24", "http://dbpedia.org/resource/SequenceL", "http://dbpedia.org/resource/F9_Financial_Reporting", "http://dbpedia.org/resource/FIDYST", "http://dbpedia.org/resource/FINE_MEP", "http://dbpedia.org/resource/FITS_Liberator", "http://dbpedia.org/resource/FLACS", "http://dbpedia.org/resource/FalconView", "http://dbpedia.org/resource/Fanurio", "http://dbpedia.org/resource/Fast_Duplicate_File_Finder", "http://dbpedia.org/resource/Gh0st_RAT", "http://dbpedia.org/resource/MathCast", "http://dbpedia.org/resource/Norton_Personal_Firewall", "http://dbpedia.org/resource/War_FTP_Daemon", "http://dbpedia.org/resource/Sentry_2020", "http://dbpedia.org/resource/TamoGraph_Site_Survey", "http://dbpedia.org/resource/RQDA", "http://dbpedia.org/resource/Volume_Logic", "http://dbpedia.org/resource/WinAPIOverride", "http://dbpedia.org/resource/KH_Coder", "http://dbpedia.org/resource/Mailtraq", "http://dbpedia.org/resource/ShowDocument", "http://dbpedia.org/resource/LIMDEP", "http://dbpedia.org/resource/QSvn", "http://dbpedia.org/resource/LiteStep", "http://dbpedia.org/resource/NuCalc", "http://dbpedia.org/resource/MapInfo_Professional", "http://dbpedia.org/resource/System_Center_Operations_Manager", "http://dbpedia.org/resource/Azure_DevOps_Server", "http://dbpedia.org/resource/B1_Free_Archiver", "http://dbpedia.org/resource/B4X", "http://dbpedia.org/resource/BAITSSS", "http://dbpedia.org/resource/BBC_BASIC", "http://dbpedia.org/resource/BGS_Groundhog_Desktop", "http://dbpedia.org/resource/BIDS_Helper", "http://dbpedia.org/resource/BLIS_(software)", "http://dbpedia.org/resource/BORGChat", "http://dbpedia.org/resource/BOSS_(molecular_mechanics)", "http://dbpedia.org/resource/Babel_(transcompiler)", "http://dbpedia.org/resource/Background_Intelligent_Transfer_Service", "http://dbpedia.org/resource/Balsamiq", "http://dbpedia.org/resource/Bandicam", "http://dbpedia.org/resource/Banshee_(media_player)", "http://dbpedia.org/resource/Baraha", "http://dbpedia.org/resource/Base_One_Foundation_Component_Library", "http://dbpedia.org/resource/Basic4android", "http://dbpedia.org/resource/Basic4ppc", "http://dbpedia.org/resource/BattlEye", "http://dbpedia.org/resource/Infer.NET", "http://dbpedia.org/resource/InfoZoom", "http://dbpedia.org/resource/Informix_Wingz", "http://dbpedia.org/resource/Inkscape", "http://dbpedia.org/resource/Inno_Setup", "http://dbpedia.org/resource/Inquisiq_R3", "http://dbpedia.org/resource/Instagram", "http://dbpedia.org/resource/InstallShield", "http://dbpedia.org/resource/Installatron", "http://dbpedia.org/resource/Installer_VISE", "http://dbpedia.org/resource/Insure++", "http://dbpedia.org/resource/Integra_Live", "http://dbpedia.org/resource/Integrated_Performance_Primitives", "http://dbpedia.org/resource/Intel_C++_Compiler", "http://dbpedia.org/resource/Intel_Fortran_Compiler", "http://dbpedia.org/resource/IntelliCAD", "http://dbpedia.org/resource/IntelliPoint", "http://dbpedia.org/resource/IntelliType", "http://dbpedia.org/resource/InterActual_Player", "http://dbpedia.org/resource/Interactive_C", "http://dbpedia.org/resource/Interix", "http://dbpedia.org/resource/Intorel", "http://dbpedia.org/resource/Intrexx", "http://dbpedia.org/resource/IrfanView", "http://dbpedia.org/resource/IronPython", "http://dbpedia.org/resource/IronRuby", "http://dbpedia.org/resource/IronScheme", "http://dbpedia.org/resource/Irrlicht_Engine", "http://dbpedia.org/resource/IsoBuster", "http://dbpedia.org/resource/J2K-Codec", "http://dbpedia.org/resource/JACK_Audio_Connection_Kit", "http://dbpedia.org/resource/JAWS_(screen_reader)", "http://dbpedia.org/resource/JCreator", "http://dbpedia.org/resource/JDownloader", "http://dbpedia.org/resource/JEB_decompiler", "http://dbpedia.org/resource/JED_(text_editor)", "http://dbpedia.org/resource/JMP_(statistical_software)", "http://dbpedia.org/resource/JMulTi", "http://dbpedia.org/resource/JOELib", "http://dbpedia.org/resource/JScript", "http://dbpedia.org/resource/JUMP_GIS", "http://dbpedia.org/resource/JWPce", "http://dbpedia.org/resource/J_(programming_language)", "http://dbpedia.org/resource/Mixcraft", "http://dbpedia.org/resource/Mkdir", "http://dbpedia.org/resource/Mlpy", "http://dbpedia.org/resource/Mobile_PhoneTools", "http://dbpedia.org/resource/Mobile_Robot_Programming_Toolkit", "http://dbpedia.org/resource/Mobiola", "http://dbpedia.org/resource/Mod4Win", "http://dbpedia.org/resource/Modelio", "http://dbpedia.org/resource/Moho_(software)", "http://dbpedia.org/resource/Mojiky\u014d", "http://dbpedia.org/resource/Molden", "http://dbpedia.org/resource/Molecular_Evolutionary_Genetics_Analysis", "http://dbpedia.org/resource/Molekel", "http://dbpedia.org/resource/Mondrian_(software)", "http://dbpedia.org/resource/MonoDevelop", "http://dbpedia.org/resource/Monotone_(software)", "http://dbpedia.org/resource/Morpheus_(software)", "http://dbpedia.org/resource/MountainsMap", "http://dbpedia.org/resource/MovAlyzeR", "http://dbpedia.org/resource/MoviePlus", "http://dbpedia.org/resource/Mozart_the_music_processor", "http://dbpedia.org/resource/Mpv_(media_player)", "http://dbpedia.org/resource/Ms2_(software)", "http://dbpedia.org/resource/MuCommander", "http://dbpedia.org/resource/MuPAD", "http://dbpedia.org/resource/MuPDF", "http://dbpedia.org/resource/Mullvad", "http://dbpedia.org/resource/Multi-Edit", "http://dbpedia.org/resource/MultiCharts", "http://dbpedia.org/resource/MultiEx_Commander", "http://dbpedia.org/resource/MultiOTP", "http://dbpedia.org/resource/Multi_Theft_Auto", "http://dbpedia.org/resource/Mumble_(software)", "http://dbpedia.org/resource/Mupen64Plus", "http://dbpedia.org/resource/Mus2", "http://dbpedia.org/resource/MusiCAD", "http://dbpedia.org/resource/MusicBrainz_Picard", "http://dbpedia.org/resource/MusicMaster_(software)", "http://dbpedia.org/resource/MusikCube", "http://dbpedia.org/resource/Musink", "http://dbpedia.org/resource/Muvee_Reveal", "http://dbpedia.org/resource/Muziic", "http://dbpedia.org/resource/MyPaint", "http://dbpedia.org/resource/MyPhoneExplorer", "http://dbpedia.org/resource/MySQL", "http://dbpedia.org/resource/MySQL_Federated", "http://dbpedia.org/resource/MyTuner_Radio", "http://dbpedia.org/resource/Myspace_IM", "http://dbpedia.org/resource/Mystic_BBS", "http://dbpedia.org/resource/NAMD", "http://dbpedia.org/resource/NANO_Antivirus", "http://dbpedia.org/resource/NASA's_Eyes", "http://dbpedia.org/resource/NDepend", "http://dbpedia.org/resource/NEVOD_DMB", "http://dbpedia.org/resource/NI_Ultiboard", "http://dbpedia.org/resource/NL5_Circuit_Simulator", "http://dbpedia.org/resource/NMath", "http://dbpedia.org/resource/NProtect_GameGuard", "http://dbpedia.org/resource/NTBackup", "http://dbpedia.org/resource/NTFSDOS", "http://dbpedia.org/resource/NTLDR", "http://dbpedia.org/resource/Nacsport_Video_Analysis_Software", "http://dbpedia.org/resource/CherryOS", "http://dbpedia.org/resource/Colligo_Contributor", "http://dbpedia.org/resource/Combustion_(software)", "http://dbpedia.org/resource/CommView", "http://dbpedia.org/resource/CubePort", "http://dbpedia.org/resource/Cul_(software)", "http://dbpedia.org/resource/CumFreq", "http://dbpedia.org/resource/Cyber_Diva", "http://dbpedia.org/resource/Toonz", "http://dbpedia.org/resource/TopStyle", "http://dbpedia.org/resource/Torque_(game_engine)", "http://dbpedia.org/resource/TortoiseCVS", "http://dbpedia.org/resource/TortoiseGit", "http://dbpedia.org/resource/TortoiseSVN", "http://dbpedia.org/resource/Total_Commander", "http://dbpedia.org/resource/Touch_(command)", "http://dbpedia.org/resource/Touch_Typist_Typing_Tutor", "http://dbpedia.org/resource/TracExplorer", "http://dbpedia.org/resource/Tracktion_Waveform", "http://dbpedia.org/resource/TradElect", "http://dbpedia.org/resource/Transana", "http://dbpedia.org/resource/TranslateCAD", "http://dbpedia.org/resource/Transmission_(BitTorrent_client)", "http://dbpedia.org/resource/Transterpreter", "http://dbpedia.org/resource/Tread_Marks", "http://dbpedia.org/resource/Trello", "http://dbpedia.org/resource/Trend_Micro_Internet_Security", "http://dbpedia.org/resource/Tribler", "http://dbpedia.org/resource/Tricentis_Tosca", "http://dbpedia.org/resource/Trident_(software)", "http://dbpedia.org/resource/TrueSpace", "http://dbpedia.org/resource/Tulip_(software)", "http://dbpedia.org/resource/TurboCASH", "http://dbpedia.org/resource/Turbo_Assembler", "http://dbpedia.org/resource/Turbo_C++", "http://dbpedia.org/resource/TuxGuitar", "http://dbpedia.org/resource/Tux_Paint", "http://dbpedia.org/resource/Tweak_UI", "http://dbpedia.org/resource/Ixi_software", "http://dbpedia.org/resource/Junctions_(software)", "http://dbpedia.org/resource/IBM_Spectrum_LSF", "http://dbpedia.org/resource/Kaito_(software)", "http://dbpedia.org/resource/Kepler_scientific_workflow_system", "http://dbpedia.org/resource/Kernel_Transaction_Manager", "http://dbpedia.org/resource/Samsung_Kies", "http://dbpedia.org/resource/NetBus", "http://dbpedia.org/resource/PP3", "http://dbpedia.org/resource/SeeU", "http://dbpedia.org/resource/ATTRIB", "http://dbpedia.org/resource/Abaqus", "http://dbpedia.org/resource/Ability_Office", "http://dbpedia.org/resource/AbsoluteTelnet", "http://dbpedia.org/resource/Access_Database_Engine", "http://dbpedia.org/resource/AccuRev_SCM", "http://dbpedia.org/resource/Acme_(text_editor)", "http://dbpedia.org/resource/Act!_LLC", "http://dbpedia.org/resource/ActivePresenter", "http://dbpedia.org/resource/ActiveX", "http://dbpedia.org/resource/Active_Worlds", "http://dbpedia.org/resource/Activprimary", "http://dbpedia.org/resource/AdaControl", "http://dbpedia.org/resource/Adaptive_Modeler", "http://dbpedia.org/resource/Adempiere", "http://dbpedia.org/resource/Adobe_Atmosphere", "http://dbpedia.org/resource/Adobe_Captivate", "http://dbpedia.org/resource/Adobe_Connect", "http://dbpedia.org/resource/Adobe_Digital_Editions", "http://dbpedia.org/resource/Adobe_Flash_Catalyst", "http://dbpedia.org/resource/Adobe_Flash_Media_Live_Encoder", "http://dbpedia.org/resource/Adobe_Flash_Player", "http://dbpedia.org/resource/Adobe_FreeHand", "http://dbpedia.org/resource/Adobe_LiveMotion", "http://dbpedia.org/resource/Adobe_Media_Server", "http://dbpedia.org/resource/Adobe_Premiere", "http://dbpedia.org/resource/Adobe_Presenter", "http://dbpedia.org/resource/Adobe_Scout", "http://dbpedia.org/resource/Adobe_Shockwave_Player", "http://dbpedia.org/resource/Adobe_Ultra", "http://dbpedia.org/resource/Adobe_Visual_Communicator", "http://dbpedia.org/resource/Advanced_Manufacturing_Software", "http://dbpedia.org/resource/Advanced_Resource_Connector", "http://dbpedia.org/resource/Advanced_Simulation_Library", "http://dbpedia.org/resource/Advanced_Systems_Analysis_Program", "http://dbpedia.org/resource/Advanced_Visualization_Studio", "http://dbpedia.org/resource/Adventure_Game_Studio", "http://dbpedia.org/resource/Affinity_Designer", "http://dbpedia.org/resource/Agros2D", "http://dbpedia.org/resource/BugsXLA", "http://dbpedia.org/resource/Buildout", "http://dbpedia.org/resource/Bullet_(software)", "http://dbpedia.org/resource/C++/WinRT", "http://dbpedia.org/resource/C1_CMS", "http://dbpedia.org/resource/C3D_Toolkit", "http://dbpedia.org/resource/CATIA", "http://dbpedia.org/resource/CCS64", "http://dbpedia.org/resource/CC_PDF_Converter", "http://dbpedia.org/resource/CDWinder", "http://dbpedia.org/resource/CD_Player_(Windows)", "http://dbpedia.org/resource/CDex", "http://dbpedia.org/resource/CDisplay", "http://dbpedia.org/resource/CLAN_program", "http://dbpedia.org/resource/CLR_Profiler", "http://dbpedia.org/resource/CODY_Assessment", "http://dbpedia.org/resource/CONN_(functional_connectivity_toolbox)", "http://dbpedia.org/resource/CPU-Z", "http://dbpedia.org/resource/CUPS", "http://dbpedia.org/resource/CVSNT", "http://dbpedia.org/resource/Cadabra_(computer_program)", "http://dbpedia.org/resource/Caffe_(software)", "http://dbpedia.org/resource/Cain_and_Abel_(software)", "http://dbpedia.org/resource/Cakewalk_(sequencer)", "http://dbpedia.org/resource/Cakewalk_Sonar", "http://dbpedia.org/resource/Cakewalk_by_BandLab", "http://dbpedia.org/resource/Calamus_(DTP)", "http://dbpedia.org/resource/Calculix", "http://dbpedia.org/resource/Calibre_(software)", "http://dbpedia.org/resource/Calligra", "http://dbpedia.org/resource/Calligra_Flow", "http://dbpedia.org/resource/Calligra_Plan", "http://dbpedia.org/resource/Calligra_Sheets", "http://dbpedia.org/resource/Calligra_Stage", "http://dbpedia.org/resource/Calligra_Words", "http://dbpedia.org/resource/CamStudio", "http://dbpedia.org/resource/Cambridge_Animation_Systems", "http://dbpedia.org/resource/Camfrog", "http://dbpedia.org/resource/Camtasia", "http://dbpedia.org/resource/Cd_(command)", "http://dbpedia.org/resource/Celestia", "http://dbpedia.org/resource/Cemu", "http://dbpedia.org/resource/Cerberus_FTP_Server", "http://dbpedia.org/resource/Ch_(computer_programming)", "http://dbpedia.org/resource/Chakra_(JScript_engine)", "http://dbpedia.org/resource/Chakra_(JavaScript_engine)", "http://dbpedia.org/resource/Chandler_(software)", "http://dbpedia.org/resource/Charles_Proxy", "http://dbpedia.org/resource/ChemDraw", "http://dbpedia.org/resource/ChessGenius", "http://dbpedia.org/resource/ChessV", "http://dbpedia.org/resource/Chess_Tiger", "http://dbpedia.org/resource/Chess_Titans", "http://dbpedia.org/resource/Chewing_(Input_Method)", "http://dbpedia.org/resource/Choice_(command)", "http://dbpedia.org/resource/Chrome_Remote_Desktop", "http://dbpedia.org/resource/Chromium_B.S.U.", "http://dbpedia.org/resource/Cinder_(programming_library)", "http://dbpedia.org/resource/Cinderella_(software)", "http://dbpedia.org/resource/CineAsset", "http://dbpedia.org/resource/CinePlayer", "http://dbpedia.org/resource/Cinema_4D", "http://dbpedia.org/resource/CintaNotes", "http://dbpedia.org/resource/CircuitLogix", "http://dbpedia.org/resource/Stimulsoft_Reports", "http://dbpedia.org/resource/Stockfish_(chess)", "http://dbpedia.org/resource/Stopping_and_Range_of_Ions_in_Matter", "http://dbpedia.org/resource/Stratagus", "http://dbpedia.org/resource/Strelka_(chess_engine)", "http://dbpedia.org/resource/Stride_(game_engine)", "http://dbpedia.org/resource/Strip_(Unix)", "http://dbpedia.org/resource/Studio_One_(software)", "http://dbpedia.org/resource/StuffIt", "http://dbpedia.org/resource/StuffIt_Expander", "http://dbpedia.org/resource/StyleCop", "http://dbpedia.org/resource/Style_Jukebox", "http://dbpedia.org/resource/Stylus_Studio", "http://dbpedia.org/resource/Sub7", "http://dbpedia.org/resource/SubRip", "http://dbpedia.org/resource/SubTile", "http://dbpedia.org/resource/SugarSync", "http://dbpedia.org/resource/SunVox", "http://dbpedia.org/resource/SuperMemo", "http://dbpedia.org/resource/Super_Flexible", "http://dbpedia.org/resource/Suricata_(software)", "http://dbpedia.org/resource/Surround_SCM", "http://dbpedia.org/resource/Swarm_(simulation)", "http://dbpedia.org/resource/Swift_3D", "http://dbpedia.org/resource/SwisTrack", "http://dbpedia.org/resource/Peltarion_Synapse", "http://dbpedia.org/resource/STAR_(software)", "http://dbpedia.org/resource/Start_(command)", "http://dbpedia.org/resource/Strata_3D", "http://dbpedia.org/resource/Symphony_(software)", "http://dbpedia.org/resource/System_Information_(Windows)", "http://dbpedia.org/resource/TSP_(econometrics_software)", "http://dbpedia.org/resource/Tangerine_(software)", "http://dbpedia.org/resource/Test_&_Performance_Tools_Platform", "http://dbpedia.org/resource/Text_Services_Framework", "http://dbpedia.org/resource/Wunderlist", "http://dbpedia.org/resource/SaltMod", "http://dbpedia.org/resource/Syncthing", "http://dbpedia.org/resource/Usenet_Explorer", "http://dbpedia.org/resource/HDF_Explorer", "http://dbpedia.org/resource/HLSW", "http://dbpedia.org/resource/Jv16_powertools", "http://dbpedia.org/resource/Accelerated_Math", "http://dbpedia.org/resource/Acronis_Files_Connect", "http://dbpedia.org/resource/Action_Center", "http://dbpedia.org/resource/ActivePresentation", "http://dbpedia.org/resource/Active_Desktop", "http://dbpedia.org/resource/Active_Template_Library", "http://dbpedia.org/resource/Capsa_(software)", "http://dbpedia.org/resource/Capture_One", "http://dbpedia.org/resource/Cardfile", "http://dbpedia.org/resource/CaseComplete", "http://dbpedia.org/resource/Hoard_memory_allocator", "http://dbpedia.org/resource/Holiline_Reminder", "http://dbpedia.org/resource/Hollywood_(programming_language)", "http://dbpedia.org/resource/Houdini_(chess)", "http://dbpedia.org/resource/Hugin_(software)", "http://dbpedia.org/resource/Hugo_(software)", "http://dbpedia.org/resource/BearShare", "http://dbpedia.org/resource/Beast_(Trojan_horse)", "http://dbpedia.org/resource/Beonex_Communicator", "http://dbpedia.org/resource/LAMMPS", "http://dbpedia.org/resource/LCD_Smartie", "http://dbpedia.org/resource/LDE(X)", "http://dbpedia.org/resource/LINA_(software)", "http://dbpedia.org/resource/LINQPad", "http://dbpedia.org/resource/LIONsolver", "http://dbpedia.org/resource/LISE++", "http://dbpedia.org/resource/LMMS", "http://dbpedia.org/resource/LONI_Pipeline", "http://dbpedia.org/resource/LS-DYNA", "http://dbpedia.org/resource/LView", "http://dbpedia.org/resource/LaTeXML", "http://dbpedia.org/resource/LabVIEW", "http://dbpedia.org/resource/Label_(command)", "http://dbpedia.org/resource/LambdaNative", "http://dbpedia.org/resource/Landscape_Express", "http://dbpedia.org/resource/Lansweeper", "http://dbpedia.org/resource/Lantern_(software)", "http://dbpedia.org/resource/LaplacesDemon", "http://dbpedia.org/resource/Lark_(software)", "http://dbpedia.org/resource/LeafChat", "http://dbpedia.org/resource/Eloquens_(software)", "http://dbpedia.org/resource/TYPE_(DOS_command)", "http://dbpedia.org/resource/Titan_(game_engine)", "http://dbpedia.org/resource/Title_(command)", "http://dbpedia.org/resource/Tonio_(software)", "http://dbpedia.org/resource/Tree_(command)", "http://dbpedia.org/resource/Gachapoid", "http://dbpedia.org/resource/Galaco", "http://dbpedia.org/resource/GameTap", "http://dbpedia.org/resource/Game_Editor", "http://dbpedia.org/resource/Garant", "http://dbpedia.org/resource/TOMVIEW", "http://dbpedia.org/resource/Hetman_Partition_Recovery", "http://dbpedia.org/resource/Heurist", "http://dbpedia.org/resource/Jedox", "http://dbpedia.org/resource/TetGen", "http://dbpedia.org/resource/TorChat", "http://dbpedia.org/resource/OpenPlay", "http://dbpedia.org/resource/PeakFit", "http://dbpedia.org/resource/TeX4ht", "http://dbpedia.org/resource/Windows_Messaging", "http://dbpedia.org/resource/KNIME", "http://dbpedia.org/resource/Microsoft_Mouse_and_Keyboard_Center", "http://dbpedia.org/resource/Mobiliti", "http://dbpedia.org/resource/Question_Writer", "http://dbpedia.org/resource/Regina_(program)", "http://dbpedia.org/resource/Semcat", "http://dbpedia.org/resource/TTM_57_SL", "http://dbpedia.org/resource/Micro_Focus_Application_Lifecycle_Management", "http://dbpedia.org/resource/Microsoft_Drive_Optimizer", "http://dbpedia.org/resource/Microsoft_PhotoDraw", "http://dbpedia.org/resource/Microsoft_Tips", "http://dbpedia.org/resource/RetroCode", "http://dbpedia.org/resource/ShareScope", "http://dbpedia.org/resource/Thomson_Reuters_Messenger", "http://dbpedia.org/resource/NCSIMUL", "http://dbpedia.org/resource/DocFetcher", "http://dbpedia.org/resource/DocPoint", "http://dbpedia.org/resource/Dolphin_(file_manager)", "http://dbpedia.org/resource/Dolphin_Smalltalk", "http://dbpedia.org/resource/Dooble", "http://dbpedia.org/resource/Double_Commander", "http://dbpedia.org/resource/Dpath", "http://dbpedia.org/resource/Dr.Web", "http://dbpedia.org/resource/DrGeo", "http://dbpedia.org/resource/Dr_Solomon's_Antivirus", "http://dbpedia.org/resource/Dragon_NaturallySpeaking", "http://dbpedia.org/resource/Drawing_Express", "http://dbpedia.org/resource/Drive_Letter_Access", "http://dbpedia.org/resource/Dropbox", "http://dbpedia.org/resource/Dryad_(programming)", "http://dbpedia.org/resource/Dymola", "http://dbpedia.org/resource/Dynamic_Languages_Toolkit", "http://dbpedia.org/resource/D\u00e9j\u00e0_Vu_(software)", "http://dbpedia.org/resource/E-aksharayan", "http://dbpedia.org/resource/E-mu_Emulator_X", "http://dbpedia.org/resource/EAGLE_(program)", "http://dbpedia.org/resource/CloudMe", "http://dbpedia.org/resource/CoWord", "http://dbpedia.org/resource/CodeBook", "http://dbpedia.org/resource/CodeWright", "http://dbpedia.org/resource/Simple_Protocol_for_Independent_Computing_Environments", "http://dbpedia.org/resource/Simple_and_Fast_Multimedia_Library", "http://dbpedia.org/resource/Simplenote", "http://dbpedia.org/resource/SimulationX", "http://dbpedia.org/resource/Simulation_Open_Framework_Architecture", "http://dbpedia.org/resource/Simulia_(company)", "http://dbpedia.org/resource/Simulink", "http://dbpedia.org/resource/Sirius_visualization_software", "http://dbpedia.org/resource/Site_Recorder", "http://dbpedia.org/resource/Sketchbook_(software)", "http://dbpedia.org/resource/SkyGrabber", "http://dbpedia.org/resource/Skyglobe", "http://dbpedia.org/resource/Skype_for_Business_Server", "http://dbpedia.org/resource/Slack_(software)", "http://dbpedia.org/resource/Sleep_(command)", "http://dbpedia.org/resource/Sleipnir_(web_browser)", "http://dbpedia.org/resource/Slic3r", "http://dbpedia.org/resource/SliderDock", "http://dbpedia.org/resource/SlimBrowser", "http://dbpedia.org/resource/SlipKnot_(web_browser)", "http://dbpedia.org/resource/Small_Device_C_Compiler", "http://dbpedia.org/resource/SmartDrive", "http://dbpedia.org/resource/SmartScore", "http://dbpedia.org/resource/Smuxi", "http://dbpedia.org/resource/Snagit", "http://dbpedia.org/resource/Snowdrop_(game_engine)", "http://dbpedia.org/resource/SoX", "http://dbpedia.org/resource/Soda_PDF", "http://dbpedia.org/resource/Sodipodi", "http://dbpedia.org/resource/SoftDent", "http://dbpedia.org/resource/SoftICE", "http://dbpedia.org/resource/SoftMaker_Presentations", "http://dbpedia.org/resource/SoftRAM", "http://dbpedia.org/resource/Software_Ideas_Modeler", "http://dbpedia.org/resource/Soldat_(video_game)", "http://dbpedia.org/resource/Solex_(software)", "http://dbpedia.org/resource/SolidWorks", "http://dbpedia.org/resource/Solid_Edge", "http://dbpedia.org/resource/Solid_PDF_Tools", "http://dbpedia.org/resource/SolveSpace", "http://dbpedia.org/resource/Sonique_(media_player)", "http://dbpedia.org/resource/Sony_Ziris", "http://dbpedia.org/resource/Sound_Forge", "http://dbpedia.org/resource/Source_Filmmaker", "http://dbpedia.org/resource/Source_Insight", "http://dbpedia.org/resource/Creative_Writer", "http://dbpedia.org/resource/Creature_House_Expression", "http://dbpedia.org/resource/Cross/CrossDJ", "http://dbpedia.org/resource/Notion_(productivity_software)", "http://dbpedia.org/resource/ORCA_(quantum_chemistry_program)", "http://dbpedia.org/resource/Oliver_(software)", "http://dbpedia.org/resource/Omnis_Studio", "http://dbpedia.org/resource/Picture_Motion_Browser", "http://dbpedia.org/resource/PowerBuilder", "http://dbpedia.org/resource/StrangeSearch", "http://dbpedia.org/resource/WebLOAD", "http://dbpedia.org/resource/Microsoft_Diagnostics", "http://dbpedia.org/resource/SEER-SEM", "http://dbpedia.org/resource/Ssh-keygen", "http://dbpedia.org/resource/TestPartner", "http://dbpedia.org/resource/ReadyBoost", "http://dbpedia.org/resource/SegReg", "http://dbpedia.org/resource/Windows_for_Pen_Computing", "http://dbpedia.org/resource/Microsoft_Picture_It!", "http://dbpedia.org/resource/SDL_Passolo", "http://dbpedia.org/resource/Synchronize_It", "http://dbpedia.org/resource/Iconv", "http://dbpedia.org/resource/Imaging_for_Windows", "http://dbpedia.org/resource/Smallworld", "http://dbpedia.org/resource/SpectraLayers", "http://dbpedia.org/resource/TilEm", "http://dbpedia.org/resource/Net_Nanny", "http://dbpedia.org/resource/NEi_Nastran", "http://dbpedia.org/resource/SimFiT", "http://dbpedia.org/resource/Mozilla_Skywriter", "http://dbpedia.org/resource/Utatane_Piko", "http://dbpedia.org/resource/VY1", "http://dbpedia.org/resource/VY2", "http://dbpedia.org/resource/Voice_Recorder_(Windows)", "http://dbpedia.org/resource/3D_GameStudio", "http://dbpedia.org/resource/3D_Wayfinder", "http://dbpedia.org/resource/3D_World_Atlas", "http://dbpedia.org/resource/4DOS", "http://dbpedia.org/resource/CoreAVC", "http://dbpedia.org/resource/Core_FTP", "http://dbpedia.org/resource/CorelDRAW", "http://dbpedia.org/resource/Corel_AfterShot_Pro", "http://dbpedia.org/resource/Corel_Painter", "http://dbpedia.org/resource/Corel_Painter_Essentials", "http://dbpedia.org/resource/Corel_Photo-Paint", "http://dbpedia.org/resource/Corel_VideoStudio", "http://dbpedia.org/resource/Cosm_(software)", "http://dbpedia.org/resource/CounterSpy_(software)", "http://dbpedia.org/resource/Courier_(email_client)", "http://dbpedia.org/resource/Cream_(software)", "http://dbpedia.org/resource/Creatio", "http://dbpedia.org/resource/Crimson_Editor", "http://dbpedia.org/resource/Critter_(chess)", "http://dbpedia.org/resource/Cross-platform_Audio_Creation_Tool", "http://dbpedia.org/resource/CrushFTP_Server", "http://dbpedia.org/resource/CryptoNote", "http://dbpedia.org/resource/CrysTBox", "http://dbpedia.org/resource/CrystalDiskMark", "http://dbpedia.org/resource/CrystalExplorer", "http://dbpedia.org/resource/Cubesat_Space_Protocol", "http://dbpedia.org/resource/Cura_(software)", "http://dbpedia.org/resource/CuteFTP", "http://dbpedia.org/resource/CutePDF", "http://dbpedia.org/resource/CwRsync", "http://dbpedia.org/resource/Cygwin", "http://dbpedia.org/resource/Cygwin/X", "http://dbpedia.org/resource/DADiSP", "http://dbpedia.org/resource/DBEdit", "http://dbpedia.org/resource/DC++", "http://dbpedia.org/resource/DECIPHER_(software)", "http://dbpedia.org/resource/DELMIA", "http://dbpedia.org/resource/DIANA_FEA", "http://dbpedia.org/resource/DOSKEY", "http://dbpedia.org/resource/DTrace", "http://dbpedia.org/resource/DVD43", "http://dbpedia.org/resource/DVD_Decrypter", "http://dbpedia.org/resource/DVD_Flick", "http://dbpedia.org/resource/DVD_Player_(Windows)", "http://dbpedia.org/resource/DVD_Shrink", "http://dbpedia.org/resource/DWSIM", "http://dbpedia.org/resource/D_(programming_language)", "http://dbpedia.org/resource/DaVinci_Resolve", "http://dbpedia.org/resource/Daemon_Tools", "http://dbpedia.org/resource/Goverlan_Systems_Management", "http://dbpedia.org/resource/GrADS", "http://dbpedia.org/resource/GrabIt", "http://dbpedia.org/resource/GrafX2", "http://dbpedia.org/resource/Graphviz", "http://dbpedia.org/resource/Green_Dam_Youth_Escort", "http://dbpedia.org/resource/Greenpois0n", "http://dbpedia.org/resource/Greenshot", "http://dbpedia.org/resource/Gregorio_(software)", "http://dbpedia.org/resource/Grindstone_(time-tracking_software)", "http://dbpedia.org/resource/Grok_(JPEG_2000)", "http://dbpedia.org/resource/Guitar_Pro", "http://dbpedia.org/resource/Guitar_Rig", "http://dbpedia.org/resource/HALion", "http://dbpedia.org/resource/HCL_Domino", "http://dbpedia.org/resource/HDR_PhotoStudio", "http://dbpedia.org/resource/HEAT_LANrev", "http://dbpedia.org/resource/Astrophotography", "http://dbpedia.org/resource/At_(command)", "http://dbpedia.org/resource/HeeksCAD", "http://dbpedia.org/resource/HeidiSQL", "http://dbpedia.org/resource/Helicon_Filter", "http://dbpedia.org/resource/Helicon_Focus", "http://dbpedia.org/resource/Helicon_Photo_Safe", "http://dbpedia.org/resource/HeliumV", "http://dbpedia.org/resource/HelpNDoc", "http://dbpedia.org/resource/HelpSmith", "http://dbpedia.org/resource/Help_&_Manual", "http://dbpedia.org/resource/Heritrix", "http://dbpedia.org/resource/Hermes_Project", "http://dbpedia.org/resource/HeuristicLab", "http://dbpedia.org/resource/HiAsm", "http://dbpedia.org/resource/HijackThis", "http://dbpedia.org/resource/MALPAS_Software_Static_Analysis_Toolset", "http://dbpedia.org/resource/MAXQDA", "http://dbpedia.org/resource/MB-Lab", "http://dbpedia.org/resource/MBN_Explorer", "http://dbpedia.org/resource/MBROLA", "http://dbpedia.org/resource/MDL_Chime", "http://dbpedia.org/resource/MDaemon", "http://dbpedia.org/resource/MDynaMix", "http://dbpedia.org/resource/MFEM", "http://dbpedia.org/resource/MIDletPascal", "http://dbpedia.org/resource/MKVToolNix", "http://dbpedia.org/resource/ML.NET", "http://dbpedia.org/resource/MLDesigner", "http://dbpedia.org/resource/MLDonkey", "http://dbpedia.org/resource/MLwiN", "http://dbpedia.org/resource/MODELLER", "http://dbpedia.org/resource/MPDS4", "http://dbpedia.org/resource/MPLAB", "http://dbpedia.org/resource/MS-DOS_Editor", "http://dbpedia.org/resource/MSCDEX", "http://dbpedia.org/resource/MSU_Lossless_Video_Codec", "http://dbpedia.org/resource/MUSCLE_(alignment_software)", "http://dbpedia.org/resource/Mac_Blu-ray_Player", "http://dbpedia.org/resource/MacroModel", "http://dbpedia.org/resource/Macro_Express", "http://dbpedia.org/resource/Macromedia_xRes", "http://dbpedia.org/resource/Macroscope_(methodology_suite)", "http://dbpedia.org/resource/MagicScore", "http://dbpedia.org/resource/Magic_Camera", "http://dbpedia.org/resource/Magnus_Choir", "http://dbpedia.org/resource/MailEnable", "http://dbpedia.org/resource/MailXaminer", "http://dbpedia.org/resource/Mailwasher", "http://dbpedia.org/resource/MakeHuman", "http://dbpedia.org/resource/Making_Waves_(software)", "http://dbpedia.org/resource/Maliit", "http://dbpedia.org/resource/Managed_DirectX", "http://dbpedia.org/resource/Managed_Extensibility_Framework", "http://dbpedia.org/resource/Manifold_System", "http://dbpedia.org/resource/Mantle_(API)", "http://dbpedia.org/resource/Brewmaxx", "http://dbpedia.org/resource/CCG_Profiles", "http://dbpedia.org/resource/CEITON", "http://dbpedia.org/resource/CLAM_(audio_software)", "http://dbpedia.org/resource/COPERT", "http://dbpedia.org/resource/CSPro", "http://dbpedia.org/resource/Cabri_Geometry", "http://dbpedia.org/resource/Caddie_(CAD_system)", "http://dbpedia.org/resource/Cadwork", "http://dbpedia.org/resource/Cadwork_Engineer", "http://dbpedia.org/resource/Calendar_(Windows)", "http://dbpedia.org/resource/Rhyme_Genie", "http://dbpedia.org/resource/Ricochet_(software)", "http://dbpedia.org/resource/Rillsoft_Project", "http://dbpedia.org/resource/RingCube_vDesk", "http://dbpedia.org/resource/RivaTuner", "http://dbpedia.org/resource/Rmetrics", "http://dbpedia.org/resource/RoboDK", "http://dbpedia.org/resource/RocketCake", "http://dbpedia.org/resource/Rocket_(web_framework)", "http://dbpedia.org/resource/Daina_(software)", "http://dbpedia.org/resource/Dhammin", "http://dbpedia.org/resource/DiamondTouch", "http://dbpedia.org/resource/Jeskola_Buzz", "http://dbpedia.org/resource/Flowgorithm", "http://dbpedia.org/resource/Forfiles", "http://dbpedia.org/resource/Fork_Particle", "http://dbpedia.org/resource/Microsoft_Dangerous_Creatures", "http://dbpedia.org/resource/PokerStove", "http://dbpedia.org/resource/PokerTracker", "http://dbpedia.org/resource/Quintessential_Player", "http://dbpedia.org/resource/Sally_Project", "http://dbpedia.org/resource/Illumination_Software_Creator", "http://dbpedia.org/resource/Power_Plus_Pro", "http://dbpedia.org/resource/ParaSurf", "http://dbpedia.org/resource/Quick_Objects", "http://dbpedia.org/resource/Vocaloid_(software)", "http://dbpedia.org/resource/WinEdt", "http://dbpedia.org/resource/LUSAS", "http://dbpedia.org/resource/MS_Antivirus_(malware)", "http://dbpedia.org/resource/WhenU_SaveNow", "http://dbpedia.org/resource/IBM_Lotus_Organizer", "http://dbpedia.org/resource/ICEM_Surf", "http://dbpedia.org/resource/IDA_Indoor_Climate_and_Energy", "http://dbpedia.org/resource/IMeet", "http://dbpedia.org/resource/IMesh", "http://dbpedia.org/resource/INTLAB", "http://dbpedia.org/resource/Kak_worm", "http://dbpedia.org/resource/Kaspersky_Anti-Virus", "http://dbpedia.org/resource/PicaJet", "http://dbpedia.org/resource/UTEXAS", "http://dbpedia.org/resource/WinX_DVD_Ripper_Platinum", "http://dbpedia.org/resource/Ex_Falso", "http://dbpedia.org/resource/Exaile", "http://dbpedia.org/resource/ExamDiff_Pro", "http://dbpedia.org/resource/Excalibur_BBS", "http://dbpedia.org/resource/Exe2bin", "http://dbpedia.org/resource/ExifTool", "http://dbpedia.org/resource/ExpanDrive", "http://dbpedia.org/resource/Expect", "http://dbpedia.org/resource/Express_Data_Path", "http://dbpedia.org/resource/Ext2Fsd", "http://dbpedia.org/resource/Extempore_(software)", "http://dbpedia.org/resource/Extensible_Computational_Chemistry_Environment", "http://dbpedia.org/resource/Extensible_Storage_Engine", "http://dbpedia.org/resource/Extreme_Loading_for_Structures", "http://dbpedia.org/resource/Extromatica_Network_Monitor", "http://dbpedia.org/resource/Ezycom", "http://dbpedia.org/resource/FAUST_(programming_language)", "http://dbpedia.org/resource/FEFLOW", "http://dbpedia.org/resource/FTP_Commander", "http://dbpedia.org/resource/FTP_Voyager", "http://dbpedia.org/resource/Factor_(programming_language)", "http://dbpedia.org/resource/Fairmat", "http://dbpedia.org/resource/Fairy-Max", "http://dbpedia.org/resource/Family.Show", "http://dbpedia.org/resource/Family_Historian", "http://dbpedia.org/resource/Family_Tree_Maker", "http://dbpedia.org/resource/Fantasy_Grounds", "http://dbpedia.org/resource/FarPoint_Spread", "http://dbpedia.org/resource/FastTrack_Schedule", "http://dbpedia.org/resource/Faustino_(platform)", "http://dbpedia.org/resource/Fdisk", "http://dbpedia.org/resource/FeedDemon", "http://dbpedia.org/resource/Feedreader_(Windows_Application)", "http://dbpedia.org/resource/Felgo", "http://dbpedia.org/resource/Femap", "http://dbpedia.org/resource/Fences_(software)", "http://dbpedia.org/resource/Feng_Office_Community_Edition", "http://dbpedia.org/resource/Fermat_(computer_algebra_system)", "http://dbpedia.org/resource/Fetion", "http://dbpedia.org/resource/Fightcade", "http://dbpedia.org/resource/Figma_(software)", "http://dbpedia.org/resource/FileZilla", "http://dbpedia.org/resource/File_Commander", "http://dbpedia.org/resource/File_Compare", "http://dbpedia.org/resource/Filzip", "http://dbpedia.org/resource/FinalBuilder", "http://dbpedia.org/resource/Finale_(scorewriter)", "http://dbpedia.org/resource/Find_(Windows)", "http://dbpedia.org/resource/Fine_Artist", "http://dbpedia.org/resource/Firefly_(computer_program)", "http://dbpedia.org/resource/Firefox_2", "http://dbpedia.org/resource/Firefox_3.0", "http://dbpedia.org/resource/Firefox_3.6", "http://dbpedia.org/resource/FlashGet", "http://dbpedia.org/resource/FlashPaper", "http://dbpedia.org/resource/FlatBuffers", "http://dbpedia.org/resource/FlexHex", "http://dbpedia.org/resource/FlexPro", "http://dbpedia.org/resource/Flexcom", "http://dbpedia.org/resource/Flood_Modeller", "http://dbpedia.org/resource/Flowcode", "http://dbpedia.org/resource/Fluctuat", "http://dbpedia.org/resource/Fluent_Design_System", "http://dbpedia.org/resource/FolderSize", "http://dbpedia.org/resource/Folding@home", "http://dbpedia.org/resource/Foldit", "http://dbpedia.org/resource/Fontmatrix", "http://dbpedia.org/resource/Bartok_(compiler)", "http://dbpedia.org/resource/Jigdo", "http://dbpedia.org/resource/Jitsi", "http://dbpedia.org/resource/Joget_Workflow", "http://dbpedia.org/resource/BisQue_(Bioimage_Analysis_and_Management_Platform)", "http://dbpedia.org/resource/Bit-Twist", "http://dbpedia.org/resource/Bitcasa", "http://dbpedia.org/resource/LeechFTP", "http://dbpedia.org/resource/Legacy_Family_Tree", "http://dbpedia.org/resource/LibLAS", "http://dbpedia.org/resource/LibRaw", "http://dbpedia.org/resource/LibSBML", "http://dbpedia.org/resource/Libav", "http://dbpedia.org/resource/LiberKey", "http://dbpedia.org/resource/Libffi", "http://dbpedia.org/resource/LibreLogo", "http://dbpedia.org/resource/Libwww", "http://dbpedia.org/resource/LifeLines", "http://dbpedia.org/resource/LightGBM", "http://dbpedia.org/resource/Light_(web_browser)", "http://dbpedia.org/resource/Lightning_Memory-Mapped_Database", "http://dbpedia.org/resource/Lightspark", "http://dbpedia.org/resource/Lightweight_Java_Game_Library", "http://dbpedia.org/resource/Linphone", "http://dbpedia.org/resource/Liquid_Rhythm", "http://dbpedia.org/resource/LispWorks", "http://dbpedia.org/resource/List_&_Label", "http://dbpedia.org/resource/Naum_(chess)", "http://dbpedia.org/resource/Navisworks", "http://dbpedia.org/resource/Neembuu_Uploader", "http://dbpedia.org/resource/NekoVM", "http://dbpedia.org/resource/NeoLoad", "http://dbpedia.org/resource/NeoPaint", "http://dbpedia.org/resource/NeoPlanet", "http://dbpedia.org/resource/Nero_Burning_ROM", "http://dbpedia.org/resource/Nestopia", "http://dbpedia.org/resource/NetCDF_Operators", "http://dbpedia.org/resource/NetCaptor", "http://dbpedia.org/resource/NetMiner", "http://dbpedia.org/resource/NetSupport_Manager", "http://dbpedia.org/resource/Net_(command)", "http://dbpedia.org/resource/Netop_Remote_Control", "http://dbpedia.org/resource/Netsh", "http://dbpedia.org/resource/Netstat", "http://dbpedia.org/resource/Nettalk_(IRC_client)", "http://dbpedia.org/resource/Netwide_Assembler", "http://dbpedia.org/resource/Neural_Network_Intelligence", "http://dbpedia.org/resource/NewWave", "http://dbpedia.org/resource/NewsBin_Pro", "http://dbpedia.org/resource/NewsLeecher", "http://dbpedia.org/resource/Nightingale_(software)", "http://dbpedia.org/resource/NihongoUp", "http://dbpedia.org/resource/Pax_(command)", "http://dbpedia.org/resource/Pcap", "http://dbpedia.org/resource/PearPC", "http://dbpedia.org/resource/PeerBlock", "http://dbpedia.org/resource/Pencil2D", "http://dbpedia.org/resource/Performance_Co-Pilot", "http://dbpedia.org/resource/Personal_Ancestral_File", "http://dbpedia.org/resource/Personal_Knowbase", "http://dbpedia.org/resource/Petrel_(reservoir_software)", "http://dbpedia.org/resource/Phoner", "http://dbpedia.org/resource/Phonon_(software)", "http://dbpedia.org/resource/Phoronix_Test_Suite", "http://dbpedia.org/resource/PhotoLine", "http://dbpedia.org/resource/PhotoModeler", "http://dbpedia.org/resource/PhotoPerfect", "http://dbpedia.org/resource/Photo_Mechanic", "http://dbpedia.org/resource/Photo_Ninja", "http://dbpedia.org/resource/Photopia_Optical_Design_Software", "http://dbpedia.org/resource/Php4delphi", "http://dbpedia.org/resource/PhysX", "http://dbpedia.org/resource/Phyz", "http://dbpedia.org/resource/PicMaster", "http://dbpedia.org/resource/PicPick", "http://dbpedia.org/resource/PicoScope_(software)", "http://dbpedia.org/resource/Picogen", "http://dbpedia.org/resource/Pro/DESKTOP", "http://dbpedia.org/resource/ProRealTime", "http://dbpedia.org/resource/Pro_Tools", "http://dbpedia.org/resource/ProbLog", "http://dbpedia.org/resource/ProcDump", "http://dbpedia.org/resource/ProjectWise", "http://dbpedia.org/resource/Project_Chrono", "http://dbpedia.org/resource/Project_Dogwaffle", "http://dbpedia.org/resource/Project_KickStart", "http://dbpedia.org/resource/Project_Looking_Glass", "http://dbpedia.org/resource/Project_Unreality", "http://dbpedia.org/resource/Promine", "http://dbpedia.org/resource/Proton_VPN", "http://dbpedia.org/resource/Proxomitron", "http://dbpedia.org/resource/Psi_(instant_messaging_client)", "http://dbpedia.org/resource/PuTTY", "http://dbpedia.org/resource/Puffin_Browser", "http://dbpedia.org/resource/Puma.NET", "http://dbpedia.org/resource/PunkBuster", "http://dbpedia.org/resource/Puppet_(software)", "http://dbpedia.org/resource/PyMC", "http://dbpedia.org/resource/PyMOL", "http://dbpedia.org/resource/PyScripter", "http://dbpedia.org/resource/PySynth", "http://dbpedia.org/resource/Pyjs", "http://dbpedia.org/resource/Python_Tools_for_Visual_Studio", "http://dbpedia.org/resource/Q&A_(Symantec)", "http://dbpedia.org/resource/QB64", "http://dbpedia.org/resource/QBittorrent", "http://dbpedia.org/resource/QBlade", "http://dbpedia.org/resource/QCAD", "http://dbpedia.org/resource/QDA_Miner", "http://dbpedia.org/resource/QDevelop", "http://dbpedia.org/resource/QF-Test", "http://dbpedia.org/resource/QVCS", "http://dbpedia.org/resource/Qalculate!", "http://dbpedia.org/resource/Qiqqa", "http://dbpedia.org/resource/Qmmp", "http://dbpedia.org/resource/Quake_Army_Knife", "http://dbpedia.org/resource/Quantitative_Discourse_Analysis_Package", "http://dbpedia.org/resource/Quantum_Moves", "http://dbpedia.org/resource/QuarkXPress", "http://dbpedia.org/resource/Quark_CopyDesk", "http://dbpedia.org/resource/Quassel_IRC", "http://dbpedia.org/resource/Quattro_Pro", "http://dbpedia.org/resource/QuickBooks", "http://dbpedia.org/resource/QuickC", "http://dbpedia.org/resource/QuickCheck", "http://dbpedia.org/resource/QuickPar", "http://dbpedia.org/resource/QuickPlay", "http://dbpedia.org/resource/Quick_View", "http://dbpedia.org/resource/Quickfield", "http://dbpedia.org/resource/Quiet_Internet_Pager", "http://dbpedia.org/resource/Quod_Libet_(software)", "http://dbpedia.org/resource/QuteMol", "http://dbpedia.org/resource/RCA_open-source_application", "http://dbpedia.org/resource/REFInd", "http://dbpedia.org/resource/REFIt", "http://dbpedia.org/resource/RETAS", "http://dbpedia.org/resource/RFEM", "http://dbpedia.org/resource/RJ_TextEd", "http://dbpedia.org/resource/RKWard", "http://dbpedia.org/resource/RK_Launcher", "http://dbpedia.org/resource/ROBODoc", "http://dbpedia.org/resource/ROOT", "http://dbpedia.org/resource/RSS_Guard", "http://dbpedia.org/resource/RT\u00c9_Player", "http://dbpedia.org/resource/R_Tools_for_Visual_Studio", "http://dbpedia.org/resource/RadPHP", "http://dbpedia.org/resource/Radare2", "http://dbpedia.org/resource/Radiance_(software)", "http://dbpedia.org/resource/RagTime_(software)", "http://dbpedia.org/resource/Rage_Maker", "http://dbpedia.org/resource/Ragel", "http://dbpedia.org/resource/ThinLinc", "http://dbpedia.org/resource/ThreadSafe", "http://dbpedia.org/resource/TiEmu", "http://dbpedia.org/resource/Tick_(software)", "http://dbpedia.org/resource/TightVNC", "http://dbpedia.org/resource/Timbuktu_(software)", "http://dbpedia.org/resource/Time_Matters", "http://dbpedia.org/resource/Timeout_(computing)", "http://dbpedia.org/resource/TinTin++", "http://dbpedia.org/resource/Tinker_(software)", "http://dbpedia.org/resource/Tiny_C_Compiler", "http://dbpedia.org/resource/Tixati", "http://dbpedia.org/resource/Tlen.pl", "http://dbpedia.org/resource/Tomahawk_(software)", "http://dbpedia.org/resource/Tomviz", "http://dbpedia.org/resource/WinBUGS", "http://dbpedia.org/resource/WinBuilder", "http://dbpedia.org/resource/WinDVD", "http://dbpedia.org/resource/WinDbg", "http://dbpedia.org/resource/WinDiff", "http://dbpedia.org/resource/WinDirStat", "http://dbpedia.org/resource/WinFIG", "http://dbpedia.org/resource/WinGate", "http://dbpedia.org/resource/WinHex", "http://dbpedia.org/resource/WinLibre", "http://dbpedia.org/resource/WinMX", "http://dbpedia.org/resource/WinMerge", "http://dbpedia.org/resource/WinPT", "http://dbpedia.org/resource/WinPenPack", "http://dbpedia.org/resource/WinRoll", "http://dbpedia.org/resource/WinSCP", "http://dbpedia.org/resource/WinShell", "http://dbpedia.org/resource/WinUSB", "http://dbpedia.org/resource/Windchill_(software)", "http://dbpedia.org/resource/Window-Eyes", "http://dbpedia.org/resource/WindowBase", "http://dbpedia.org/resource/WindowBlinds", "http://dbpedia.org/resource/Window_Clippings", "http://dbpedia.org/resource/Windows_Activation_Services", "http://dbpedia.org/resource/Windows_Anytime_Upgrade", "http://dbpedia.org/resource/Windows_Communication_Foundation", "http://dbpedia.org/resource/Windows_Driver_Frameworks", "http://dbpedia.org/resource/Windows_Driver_Kit", "http://dbpedia.org/resource/Windows_File_Manager", "http://dbpedia.org/resource/Windows_Forms", "http://dbpedia.org/resource/Windows_Hardware_Lab_Kit", "http://dbpedia.org/resource/Windows_Installer", "http://dbpedia.org/resource/Windows_Live_Call", "http://dbpedia.org/resource/Windows_Media_Encoder", "http://dbpedia.org/resource/Windows_Messenger", "http://dbpedia.org/resource/Windows_Mixed_Reality", "http://dbpedia.org/resource/Windows_Notepad", "http://dbpedia.org/resource/Windows_Preinstallation_Environment", "http://dbpedia.org/resource/Windows_Presentation_Foundation", "http://dbpedia.org/resource/Windows_Registry", "http://dbpedia.org/resource/Windows_Search", "http://dbpedia.org/resource/Windows_Services_for_UNIX", "http://dbpedia.org/resource/Windows_Template_Library", "http://dbpedia.org/resource/Windows_UI_Library", "http://dbpedia.org/resource/Windows_Workflow_Foundation", "http://dbpedia.org/resource/Windows_on_Windows", "http://dbpedia.org/resource/Windscribe", "http://dbpedia.org/resource/Wing_IDE", "http://dbpedia.org/resource/Winny", "http://dbpedia.org/resource/Winplot", "http://dbpedia.org/resource/Wintermute_Engine", "http://dbpedia.org/resource/Wire_(software)", "http://dbpedia.org/resource/WireframeSketcher", "http://dbpedia.org/resource/WoW64", "http://dbpedia.org/resource/WordQ+SpeakQ", "http://dbpedia.org/resource/WordSmith_(software)", "http://dbpedia.org/resource/WordStar", "http://dbpedia.org/resource/WriteOnline", "http://dbpedia.org/resource/Wubi_(software)", "http://dbpedia.org/resource/X-13ARIMA-SEATS", "http://dbpedia.org/resource/X-Win32", "http://dbpedia.org/resource/X2Go", "http://dbpedia.org/resource/XBLite", "http://dbpedia.org/resource/XB_Browser", "http://dbpedia.org/resource/XBoard", "http://dbpedia.org/resource/XCAT", "http://dbpedia.org/resource/XCOPY", "http://dbpedia.org/resource/XLfit", "http://dbpedia.org/resource/XLink_Kai", "http://dbpedia.org/resource/XMedia_Recode", "http://dbpedia.org/resource/XSplit", "http://dbpedia.org/resource/XTree", "http://dbpedia.org/resource/XUnit.net", "http://dbpedia.org/resource/XYplorer", "http://dbpedia.org/resource/Xbox_(app)", "http://dbpedia.org/resource/Xbox_Development_Kit", "http://dbpedia.org/resource/Xcas", "http://dbpedia.org/resource/Xdelta", "http://dbpedia.org/resource/Xenu's_Link_Sleuth", "http://dbpedia.org/resource/Xfire", "http://dbpedia.org/resource/XiRCON", "http://dbpedia.org/resource/Xilinx_ISE", "http://dbpedia.org/resource/Xilinx_Vivado", "http://dbpedia.org/resource/Xin_Hua_(software)", "http://dbpedia.org/resource/XtreemFS", "http://dbpedia.org/resource/XyWrite", "http://dbpedia.org/resource/YAP_(Prolog)", "http://dbpedia.org/resource/YASARA", "http://dbpedia.org/resource/Yabasic", "http://dbpedia.org/resource/Yandex_Disk", "http://dbpedia.org/resource/Yanhe_(software)", "http://dbpedia.org/resource/FreeFlyer", "http://dbpedia.org/resource/FreeTrack", "http://dbpedia.org/resource/Fukase", "http://dbpedia.org/resource/GB-PVR", "http://dbpedia.org/resource/GDK", "http://dbpedia.org/resource/GEUP", "http://dbpedia.org/resource/XMetaL", "http://dbpedia.org/resource/Xpress_Pro", "http://dbpedia.org/resource/Meetro", "http://dbpedia.org/resource/In-Step_BLUE", "http://dbpedia.org/resource/IntegraXor", "http://dbpedia.org/resource/Intergator", "http://dbpedia.org/resource/Real_Time_AudioSuite", "http://dbpedia.org/resource/SOCET_SET", "http://dbpedia.org/resource/SigmaPlot", "http://dbpedia.org/resource/Microsoft_Plus!", "http://dbpedia.org/resource/PhotoImpression", "http://dbpedia.org/resource/Objecteering", "http://dbpedia.org/resource/SortSite", "http://dbpedia.org/resource/User_State_Migration_Tool", "http://dbpedia.org/resource/Microsoft_Network_Monitor", "http://dbpedia.org/resource/Posadis", "http://dbpedia.org/resource/Qmake", "http://dbpedia.org/resource/UModel", "http://dbpedia.org/resource/ELAN_software", "http://dbpedia.org/resource/ELKI", "http://dbpedia.org/resource/EMMS_(media_player)", "http://dbpedia.org/resource/EMSO_simulator", "http://dbpedia.org/resource/EM_Client", "http://dbpedia.org/resource/EPANET", "http://dbpedia.org/resource/EPSXe", "http://dbpedia.org/resource/EPrompter", "http://dbpedia.org/resource/ER/Studio", "http://dbpedia.org/resource/ESET_NOD32", "http://dbpedia.org/resource/ESpeak", "http://dbpedia.org/resource/EXeLearning", "http://dbpedia.org/resource/Early_notation_typesetter", "http://dbpedia.org/resource/Earth3D", "http://dbpedia.org/resource/Earth_clock", "http://dbpedia.org/resource/EasyHDR", "http://dbpedia.org/resource/Easy_Java_Simulations", "http://dbpedia.org/resource/Ecco_Pro", "http://dbpedia.org/resource/Echo_(command)", "http://dbpedia.org/resource/Eclipse_(software)", "http://dbpedia.org/resource/Eclipse_Che", "http://dbpedia.org/resource/EcosimPro", "http://dbpedia.org/resource/EditDV", "http://dbpedia.org/resource/Edius", "http://dbpedia.org/resource/Electric_Image_Animation_System", "http://dbpedia.org/resource/Elicitus", "http://dbpedia.org/resource/Elmer_FEM_solver", "http://dbpedia.org/resource/Analyse-it", "http://dbpedia.org/resource/Jumpshare", "http://dbpedia.org/resource/Just_another_Gibbs_sampler", "http://dbpedia.org/resource/K-Meleon", "http://dbpedia.org/resource/KDevelop", "http://dbpedia.org/resource/KFRlib", "http://dbpedia.org/resource/KRISTAL_Audio_Engine", "http://dbpedia.org/resource/KVIrc", "http://dbpedia.org/resource/KWord", "http://dbpedia.org/resource/KXEN_Inc.", "http://dbpedia.org/resource/Kaillera", "http://dbpedia.org/resource/Kanboard", "http://dbpedia.org/resource/LoLiWin", "http://dbpedia.org/resource/Login_VSI", "http://dbpedia.org/resource/Loginventory", "http://dbpedia.org/resource/Lookeen", "http://dbpedia.org/resource/Lotus_1-2-3", "http://dbpedia.org/resource/Low_Orbit_Ion_Cannon", "http://dbpedia.org/resource/Lspci", "http://dbpedia.org/resource/Lumi_(software)", "http://dbpedia.org/resource/Luminance_HDR", "http://dbpedia.org/resource/Luo_Tianyi", "http://dbpedia.org/resource/Lzip", "http://dbpedia.org/resource/Business_Intelligence_Development_Studio", "http://dbpedia.org/resource/C.a.R.", "http://dbpedia.org/resource/CADKEY", "http://dbpedia.org/resource/CAMeL-View_TestRig", "http://dbpedia.org/resource/Office_Genuine_Advantage", "http://dbpedia.org/resource/OllyDbg", "http://dbpedia.org/resource/Oloneo_PhotoEngine", "http://dbpedia.org/resource/OmegaT", "http://dbpedia.org/resource/OmniPeek", "http://dbpedia.org/resource/Omnitracker", "http://dbpedia.org/resource/OneFuzz", "http://dbpedia.org/resource/Onepager_Pro", "http://dbpedia.org/resource/OnlineHPC", "http://dbpedia.org/resource/Onshape", "http://dbpedia.org/resource/OoVoo", "http://dbpedia.org/resource/Oolite_(video_game)", "http://dbpedia.org/resource/Open-Sankor\u00e9", "http://dbpedia.org/resource/OpenBLAS", "http://dbpedia.org/resource/OpenBazaar", "http://dbpedia.org/resource/OpenCD", "http://dbpedia.org/resource/OpenCanvas", "http://dbpedia.org/resource/OpenCards", "http://dbpedia.org/resource/OpenDisc", "http://dbpedia.org/resource/OpenEMR", "http://dbpedia.org/resource/OpenElement", "http://dbpedia.org/resource/OpenFL", "http://dbpedia.org/resource/OpenFX_(software)", "http://dbpedia.org/resource/OpenFrameworks", "http://dbpedia.org/resource/OpenHAB", "http://dbpedia.org/resource/OpenHospital", "http://dbpedia.org/resource/OpenJPEG", "http://dbpedia.org/resource/OpenLB", "http://dbpedia.org/resource/OpenMRS", "http://dbpedia.org/resource/OpenOMR", "http://dbpedia.org/resource/OpenOffice.org", "http://dbpedia.org/resource/OpenPuff", "http://dbpedia.org/resource/OpenRAVE", "http://dbpedia.org/resource/OpenRCT2", "http://dbpedia.org/resource/OpenSTA", "http://dbpedia.org/resource/OpenShot", "http://dbpedia.org/resource/Open_Babel", "http://dbpedia.org/resource/Open_Dental", "http://dbpedia.org/resource/Open_Neural_Network_Exchange", "http://dbpedia.org/resource/Open_Source_Routing_Machine", "http://dbpedia.org/resource/Open_Source_Software_CD", "http://dbpedia.org/resource/Opera_(web_browser)", "http://dbpedia.org/resource/Ophcrack", "http://dbpedia.org/resource/Opsi", "http://dbpedia.org/resource/OptimFROG", "http://dbpedia.org/resource/Oracle_Cloud", "http://dbpedia.org/resource/Orb_(software)", "http://dbpedia.org/resource/Orbit_Downloader", "http://dbpedia.org/resource/Orchard_Project", "http://dbpedia.org/resource/Origin_(data_analysis_software)", "http://dbpedia.org/resource/Orleans_(software_framework)", "http://dbpedia.org/resource/OutGuess", "http://dbpedia.org/resource/OutWit_Hub", "http://dbpedia.org/resource/Overture_(software)", "http://dbpedia.org/resource/Ovi_(Nokia)", "http://dbpedia.org/resource/CircuitMaker", "http://dbpedia.org/resource/Citrix_Virtual_Apps", "http://dbpedia.org/resource/Serif_PhotoPlus", "http://dbpedia.org/resource/Serif_products", "http://dbpedia.org/resource/Shapeshifter_(software)", "http://dbpedia.org/resource/Share_(command)", "http://dbpedia.org/resource/SharpDevelop", "http://dbpedia.org/resource/Shed_Skin", "http://dbpedia.org/resource/ShelXle", "http://dbpedia.org/resource/Shotcut", "http://dbpedia.org/resource/Shotty_(software)", "http://dbpedia.org/resource/Should_I_Remove_It%3F", "http://dbpedia.org/resource/Showsize", "http://dbpedia.org/resource/Shutdown_(computing)", "http://dbpedia.org/resource/Sibelius_(scorewriter)", "http://dbpedia.org/resource/Sidra_Intersection", "http://dbpedia.org/resource/SigmaStat", "http://dbpedia.org/resource/SignPlot", "http://dbpedia.org/resource/SignalR", "http://dbpedia.org/resource/SilhouetteFX", "http://dbpedia.org/resource/Silk_Performer", "http://dbpedia.org/resource/Silk_Test", "http://dbpedia.org/resource/Silkypix_Developer_Studio", "http://dbpedia.org/resource/Silo_(software)", "http://dbpedia.org/resource/Silverfrost_FTN95", "http://dbpedia.org/resource/Consultant_Plus", "http://dbpedia.org/resource/Coolfluid", "http://dbpedia.org/resource/Corel_Presentations", "http://dbpedia.org/resource/Soya3D", "http://dbpedia.org/resource/SpaceClaim", "http://dbpedia.org/resource/SpaceSniffer", "http://dbpedia.org/resource/Spec_Explorer", "http://dbpedia.org/resource/Speed_Dreams", "http://dbpedia.org/resource/Splashtop", "http://dbpedia.org/resource/Spring_Engine", "http://dbpedia.org/resource/SprutCAM", "http://dbpedia.org/resource/SpySubtract", "http://dbpedia.org/resource/SpywareBlaster", "http://dbpedia.org/resource/SquidNT", "http://dbpedia.org/resource/Squid_(software)", "http://dbpedia.org/resource/Stackless_Python", "http://dbpedia.org/resource/Staden_Package", "http://dbpedia.org/resource/StaffPad", "http://dbpedia.org/resource/Stan_(software)", "http://dbpedia.org/resource/StarLogo", "http://dbpedia.org/resource/StarUML", "http://dbpedia.org/resource/Starmad", "http://dbpedia.org/resource/StatXact", "http://dbpedia.org/resource/Stata", "http://dbpedia.org/resource/Statgraphics", "http://dbpedia.org/resource/StatsDirect", "http://dbpedia.org/resource/Steed_(FTP_client)", "http://dbpedia.org/resource/StegAlyzerAS", "http://dbpedia.org/resource/Steinberg_Cubase", "http://dbpedia.org/resource/Steinberg_Nuendo", "http://dbpedia.org/resource/Stella_(emulator)", "http://dbpedia.org/resource/Stellar_Data_Recovery_for_Windows", "http://dbpedia.org/resource/Stellarium_(software)", "http://dbpedia.org/resource/Sterling_(program)", "http://dbpedia.org/resource/MyColors", "http://dbpedia.org/resource/OxMetrics", "http://dbpedia.org/resource/STRAND7", "http://dbpedia.org/resource/Mp3DirectCut", "http://dbpedia.org/resource/Norton_Zone", "http://dbpedia.org/resource/Ox_(programming_language)", "http://dbpedia.org/resource/Zultrax", "http://dbpedia.org/resource/LinuxLive_USB_Creator", "http://dbpedia.org/resource/Unistat", "http://dbpedia.org/resource/Ray_Dream_Studio", "http://dbpedia.org/resource/Keykit", "http://dbpedia.org/resource/Keysight_VEE", "http://dbpedia.org/resource/System_Policy_Editor", "http://dbpedia.org/resource/TRANSYT-7F", "http://dbpedia.org/resource/WhiskerControl", "http://dbpedia.org/resource/Kokone", "http://dbpedia.org/resource/SetACL", "http://dbpedia.org/resource/Tasklist", "http://dbpedia.org/resource/Vopt", "http://dbpedia.org/resource/Raman_Tool_Set", "http://dbpedia.org/resource/Recovery_Toolbox", "http://dbpedia.org/resource/Bibble_(software)", "http://dbpedia.org/resource/Big_Brother_(software)", "http://dbpedia.org/resource/Bigloo", "http://dbpedia.org/resource/BinTube", "http://dbpedia.org/resource/Bindows", "http://dbpedia.org/resource/Bioconductor", "http://dbpedia.org/resource/BitLocker", "http://dbpedia.org/resource/Bitwig_Studio", "http://dbpedia.org/resource/BleachBit", "http://dbpedia.org/resource/Bleem!", "http://dbpedia.org/resource/Blender_(software)", "http://dbpedia.org/resource/BlindWrite", "http://dbpedia.org/resource/Blitz_BASIC", "http://dbpedia.org/resource/BlogBridge", "http://dbpedia.org/resource/Blu-code", "http://dbpedia.org/resource/BlueGriffon", "http://dbpedia.org/resource/BlueMSX", "http://dbpedia.org/resource/BlueMaxima's_Flashpoint", "http://dbpedia.org/resource/Blue_Frog", "http://dbpedia.org/resource/Bnetd", "http://dbpedia.org/resource/Bonjour_(software)", "http://dbpedia.org/resource/BonziBuddy", "http://dbpedia.org/resource/HxD", "http://dbpedia.org/resource/Hydrogen_(software)", "http://dbpedia.org/resource/HyperCam", "http://dbpedia.org/resource/I'm_InTouch", "http://dbpedia.org/resource/IA_(software)", "http://dbpedia.org/resource/IA_Writer", "http://dbpedia.org/resource/IBM_Lotus_SmartSuite", "http://dbpedia.org/resource/IBM_Lotus_Web_Content_Management", "http://dbpedia.org/resource/IBM_Lotus_Word_Pro", "http://dbpedia.org/resource/IBM_PCPG", "http://dbpedia.org/resource/IBM_RPG", "http://dbpedia.org/resource/IBM_Rational_Rose_XDE", "http://dbpedia.org/resource/IBM_TXSeries", "http://dbpedia.org/resource/IBM_ViaVoice", "http://dbpedia.org/resource/IBM_WebSphere_Application_Server", "http://dbpedia.org/resource/IBM_WebSphere_Service_Registry_and_Repository", "http://dbpedia.org/resource/IBM_cloud_computing", "http://dbpedia.org/resource/IDempiere", "http://dbpedia.org/resource/IE7Pro", "http://dbpedia.org/resource/IE_Tab", "http://dbpedia.org/resource/IFolder", "http://dbpedia.org/resource/IGOR_Pro", "http://dbpedia.org/resource/ILNumerics", "http://dbpedia.org/resource/ILWIS", "http://dbpedia.org/resource/IMOD_(software)", "http://dbpedia.org/resource/IObit_Malware_Fighter", "http://dbpedia.org/resource/IPOPT", "http://dbpedia.org/resource/IPVanish", "http://dbpedia.org/resource/IRAP_RMS_Suite", "http://dbpedia.org/resource/ISpring_Suite", "http://dbpedia.org/resource/IceChat", "http://dbpedia.org/resource/IceWarp_Mail_Server", "http://dbpedia.org/resource/IcedTea", "http://dbpedia.org/resource/Ichitaro_(word_processor)", "http://dbpedia.org/resource/IcoFX", "http://dbpedia.org/resource/IconBuilder", "http://dbpedia.org/resource/IdeaList", "http://dbpedia.org/resource/Imc_FAMOS", "http://dbpedia.org/resource/ImgBurn", "http://dbpedia.org/resource/Impressive_(software)", "http://dbpedia.org/resource/Impulse_(software)", "http://dbpedia.org/resource/Imputation_and_Variance_Estimation_Software", "http://dbpedia.org/resource/InPage", "http://dbpedia.org/resource/InVesalius", "http://dbpedia.org/resource/BackupHDDVD", "http://dbpedia.org/resource/Biblioscape", "http://dbpedia.org/resource/Big_Al_(software)", "http://dbpedia.org/resource/Kirix_Strata", "http://dbpedia.org/resource/Kith_and_Kin_Pro", "http://dbpedia.org/resource/Kodu_Game_Lab", "http://dbpedia.org/resource/Komodo_(chess)", "http://dbpedia.org/resource/Kontact", "http://dbpedia.org/resource/Kopete", "http://dbpedia.org/resource/KuGou", "http://dbpedia.org/resource/Kurso_de_Esperanto", "http://dbpedia.org/resource/LiveChat", "http://dbpedia.org/resource/Metigo", "http://dbpedia.org/resource/MiKTeX", "http://dbpedia.org/resource/Miarmy", "http://dbpedia.org/resource/Micro_Focus_Quality_Center", "http://dbpedia.org/resource/Micro_Focus_Unified_Functional_Testing", "http://dbpedia.org/resource/Micro_Saint_Sharp", "http://dbpedia.org/resource/Microsoft_Access", "http://dbpedia.org/resource/Microsoft_Agent", "http://dbpedia.org/resource/Microsoft_Analysis_Services", "http://dbpedia.org/resource/Microsoft_Automatic_Graph_Layout", "http://dbpedia.org/resource/Microsoft_Azure", "http://dbpedia.org/resource/Microsoft_Bookshelf", "http://dbpedia.org/resource/Microsoft_Cognitive_Toolkit", "http://dbpedia.org/resource/Microsoft_Comic_Chat", "http://dbpedia.org/resource/Microsoft_Customer_Care_Framework", "http://dbpedia.org/resource/Microsoft_Detours", "http://dbpedia.org/resource/Microsoft_Dynamics", "http://dbpedia.org/resource/Microsoft_Dynamics_365", "http://dbpedia.org/resource/Microsoft_Dynamics_365_Sales", "http://dbpedia.org/resource/Microsoft_Excel", "http://dbpedia.org/resource/Microsoft_Expression_Studio", "http://dbpedia.org/resource/Microsoft_Foundation_Class_Library", "http://dbpedia.org/resource/Microsoft_FreeCell", "http://dbpedia.org/resource/Microsoft_FrontPage", "http://dbpedia.org/resource/Microsoft_Hearts", "http://dbpedia.org/resource/Microsoft_Home", "http://dbpedia.org/resource/Microsoft_InterConnect", "http://dbpedia.org/resource/Microsoft_Mahjong", "http://dbpedia.org/resource/Microsoft_MapPoint", "http://dbpedia.org/resource/Microsoft_Musical_Instruments", "http://dbpedia.org/resource/Microsoft_NetMeeting", "http://dbpedia.org/resource/Microsoft_Office", "http://dbpedia.org/resource/Microsoft_Office_3.0", "http://dbpedia.org/resource/Microsoft_Office_Accounting", "http://dbpedia.org/resource/Microsoft_Office_Live", "http://dbpedia.org/resource/Microsoft_Office_PerformancePoint_Server", "http://dbpedia.org/resource/Microsoft_Office_Picture_Manager", "http://dbpedia.org/resource/Microsoft_OneNote", "http://dbpedia.org/resource/Microsoft_Outlook", "http://dbpedia.org/resource/Microsoft_POSIX_subsystem", "http://dbpedia.org/resource/Microsoft_Paint", "http://dbpedia.org/resource/Microsoft_Photo_Editor", "http://dbpedia.org/resource/Microsoft_Pinyin_IME", "http://dbpedia.org/resource/Microsoft_PowerPoint", "http://dbpedia.org/resource/Microsoft_Power_BI", "http://dbpedia.org/resource/Microsoft_Power_Platform", "http://dbpedia.org/resource/Microsoft_Publisher", "http://dbpedia.org/resource/Microsoft_Reader", "http://dbpedia.org/resource/Microsoft_SEAL", "http://dbpedia.org/resource/Microsoft_SQL_Server", "http://dbpedia.org/resource/Microsoft_Solitaire", "http://dbpedia.org/resource/Microsoft_Spider_Solitaire", "http://dbpedia.org/resource/Microsoft_Student", "http://dbpedia.org/resource/Microsoft_Visio", "http://dbpedia.org/resource/Microsoft_Visual_SourceSafe", "http://dbpedia.org/resource/Microsoft_Vizact", "http://dbpedia.org/resource/Microsoft_Works", "http://dbpedia.org/resource/Midori_(web_browser)", "http://dbpedia.org/resource/MikroSim", "http://dbpedia.org/resource/MikuMikuDance", "http://dbpedia.org/resource/Milestones_Professional", "http://dbpedia.org/resource/MilkDrop", "http://dbpedia.org/resource/Mimalloc", "http://dbpedia.org/resource/Mimer_SQL", "http://dbpedia.org/resource/Mimic_Simulation_Software", "http://dbpedia.org/resource/Mingw-w64", "http://dbpedia.org/resource/MiniPanzer_and_MegaPanzer", "http://dbpedia.org/resource/MiniTool_Partition_Wizard", "http://dbpedia.org/resource/Mirai_(software)", "http://dbpedia.org/resource/Miranda_IM", "http://dbpedia.org/resource/Oxygen_Project", "http://dbpedia.org/resource/P0f", "http://dbpedia.org/resource/PASS_Sample_Size_Software", "http://dbpedia.org/resource/PA_Server_Monitor", "http://dbpedia.org/resource/PC-Lint", "http://dbpedia.org/resource/PCSX-Reloaded", "http://dbpedia.org/resource/PCSX2", "http://dbpedia.org/resource/PC_Paintbrush", "http://dbpedia.org/resource/PCem", "http://dbpedia.org/resource/PDF24_Creator", "http://dbpedia.org/resource/PDFCreator", "http://dbpedia.org/resource/PDMS_(software)", "http://dbpedia.org/resource/PEBL_(software)", "http://dbpedia.org/resource/PIRCH_(IRC_client)", "http://dbpedia.org/resource/PLECS", "http://dbpedia.org/resource/PMView", "http://dbpedia.org/resource/PNGOUT", "http://dbpedia.org/resource/PPS.tv", "http://dbpedia.org/resource/PPSSPP", "http://dbpedia.org/resource/PQS_(software)", "http://dbpedia.org/resource/PS3_Media_Server", "http://dbpedia.org/resource/PSIM_Software", "http://dbpedia.org/resource/PSI_(computational_chemistry)", "http://dbpedia.org/resource/PSPP", "http://dbpedia.org/resource/PSPad", "http://dbpedia.org/resource/PTC_Creo_Elements/Pro", "http://dbpedia.org/resource/PTC_Creo_Elements/View", "http://dbpedia.org/resource/PVS-Studio", "http://dbpedia.org/resource/PabloDraw", "http://dbpedia.org/resource/Packard_Bell_Navigator", "http://dbpedia.org/resource/Paessler_PRTG", "http://dbpedia.org/resource/PageDefrag", "http://dbpedia.org/resource/Page_2_Stage", "http://dbpedia.org/resource/Paint_Tool_SAI", "http://dbpedia.org/resource/Palo_(OLAP_database)", "http://dbpedia.org/resource/Panda3D", "http://dbpedia.org/resource/Papagayo_(software)", "http://dbpedia.org/resource/ParaView", "http://dbpedia.org/resource/Parasoft_C/C++test", "http://dbpedia.org/resource/Parasoft_DTP", "http://dbpedia.org/resource/Parsec_(parser)", "http://dbpedia.org/resource/PartitionMagic", "http://dbpedia.org/resource/Pascal_Script", "http://dbpedia.org/resource/PathPing", "http://dbpedia.org/resource/Romeo_Model_Checker", "http://dbpedia.org/resource/RootsMagic", "http://dbpedia.org/resource/Rudder_(software)", "http://dbpedia.org/resource/RunScanner", "http://dbpedia.org/resource/Runas", "http://dbpedia.org/resource/Rybka", "http://dbpedia.org/resource/S-PLUS", "http://dbpedia.org/resource/SAAM_II", "http://dbpedia.org/resource/SAMSON", "http://dbpedia.org/resource/SAS_(software)", "http://dbpedia.org/resource/SAWStudio", "http://dbpedia.org/resource/SCORE_(software)", "http://dbpedia.org/resource/SDC_Verifier", "http://dbpedia.org/resource/SE-Explorer", "http://dbpedia.org/resource/SGS_Genesis", "http://dbpedia.org/resource/SHAZAM_(software)", "http://dbpedia.org/resource/SILK", "http://dbpedia.org/resource/SILVIA", "http://dbpedia.org/resource/SIMH", "http://dbpedia.org/resource/SIOD", "http://dbpedia.org/resource/SLEPc", "http://dbpedia.org/resource/SLIME", "http://dbpedia.org/resource/SLinCA@Home", "http://dbpedia.org/resource/Debug_(command)", "http://dbpedia.org/resource/Deep_Learning_Studio", "http://dbpedia.org/resource/DelPhi", "http://dbpedia.org/resource/DxDiag", "http://dbpedia.org/resource/DynaRoad", "http://dbpedia.org/resource/Dynamic_Photo_HDR", "http://dbpedia.org/resource/ESignal", "http://dbpedia.org/resource/EXMARaLDA", "http://dbpedia.org/resource/EZGenerator", "http://dbpedia.org/resource/EarthBrowser", "http://dbpedia.org/resource/Ecto_(software)", "http://dbpedia.org/resource/Eudora_(email_client)", "http://dbpedia.org/resource/Euphoria_(software)", "http://dbpedia.org/resource/Gepard_(game_engine)", "http://dbpedia.org/resource/NetObjects_Fusion", "http://dbpedia.org/resource/Unicom_Focal_Point", "http://dbpedia.org/resource/Gladinet", "http://dbpedia.org/resource/GnucDNA", "http://dbpedia.org/resource/GoldED", "http://dbpedia.org/resource/HP_Data_Protector", "http://dbpedia.org/resource/HP_WinRunner", "http://dbpedia.org/resource/Sysquake", "http://dbpedia.org/resource/TerraLib", "http://dbpedia.org/resource/WordStat", "http://dbpedia.org/resource/Jinitiator", "http://dbpedia.org/resource/T-FLEX_CAD", "http://dbpedia.org/resource/Tag\u00e8s", "http://dbpedia.org/resource/Vspeech", "http://dbpedia.org/resource/NetPoint", "http://dbpedia.org/resource/Yahoo!_Toolbar", "http://dbpedia.org/resource/OpenSC", "http://dbpedia.org/resource/NLOGIT", "http://dbpedia.org/resource/XSight", "http://dbpedia.org/resource/Stardock_Central", "http://dbpedia.org/resource/Vis5D", "http://dbpedia.org/resource/NVivo", "http://dbpedia.org/resource/ProStat", "http://dbpedia.org/resource/Turbo_Delphi", "http://dbpedia.org/resource/MultiTerm", "http://dbpedia.org/resource/SpyHunter_(software)", "http://dbpedia.org/resource/Tilt_Brush", "http://dbpedia.org/resource/Time_Doctor", "http://dbpedia.org/resource/Tohoku_Zunko", "http://dbpedia.org/resource/Yuezheng_Ling", "http://dbpedia.org/resource/Z-Maestro", "http://dbpedia.org/resource/Z88_FEM_software", "http://dbpedia.org/resource/ZAC_Browser", "http://dbpedia.org/resource/ZConvert", "http://dbpedia.org/resource/ZNC", "http://dbpedia.org/resource/ZOC_(software)", "http://dbpedia.org/resource/ZOLA_Project", "http://dbpedia.org/resource/ZPAQ", "http://dbpedia.org/resource/ZSNES", "http://dbpedia.org/resource/ZSoft_Uninstaller", "http://dbpedia.org/resource/ZTreeWin", "http://dbpedia.org/resource/Zappa_(chess)", "http://dbpedia.org/resource/Zerynth", "http://dbpedia.org/resource/Zipeg", "http://dbpedia.org/resource/Zmanda_Cloud_Backup", "http://dbpedia.org/resource/Zmodeler", "http://dbpedia.org/resource/Zona_(streaming_video_software)", "http://dbpedia.org/resource/ZoneAlarm", "http://dbpedia.org/resource/Zoner_Photo_Studio", "http://dbpedia.org/resource/ZynAddSubFX", "http://dbpedia.org/resource/Zynewave_Podium", "http://dbpedia.org/resource/NI_Multisim", "http://dbpedia.org/resource/Scholar's_Aid", "http://dbpedia.org/resource/Spire_(synthesizer)", "http://dbpedia.org/resource/XOFTspy_Portable_Anti-Spyware", "http://dbpedia.org/resource/Ipconfig", "http://dbpedia.org/resource/IruSoft", "http://dbpedia.org/resource/Oracle_iPlanet_Web_Proxy_Server", "http://dbpedia.org/resource/Visual3D_Game_Engine", "http://dbpedia.org/resource/NetBIOS_over_TCP/IP", "http://dbpedia.org/resource/Sysprep", "http://dbpedia.org/resource/SahysMod", "http://dbpedia.org/resource/Security_Vision", "http://dbpedia.org/resource/PhyreEngine", "http://dbpedia.org/resource/Practical_Scriptwriter", "http://dbpedia.org/resource/RapidQ", "http://dbpedia.org/resource/Prima_(software)", "http://dbpedia.org/resource/PrivadoVPN", "http://dbpedia.org/resource/Ptolemy_Project", "http://dbpedia.org/resource/SafeInCloud", "http://dbpedia.org/resource/The_Outliner_of_Giants", "http://dbpedia.org/resource/VisualSim_Architect", "http://dbpedia.org/resource/SigmaScan", "http://dbpedia.org/resource/RoboLogix", "http://dbpedia.org/resource/ROMeo_(process_optimizer)", "http://dbpedia.org/resource/Shadow_Copy", "http://dbpedia.org/resource/Windows_shell", "http://dbpedia.org/resource/Sonika_(software)", "http://dbpedia.org/resource/Sound_Credit", "http://dbpedia.org/resource/Trumpet_Winsock", "http://dbpedia.org/resource/Yohioloid", "http://dbpedia.org/resource/Loqu8", "http://dbpedia.org/resource/MACS3", "http://dbpedia.org/resource/McAfee_Change_Control", "http://dbpedia.org/resource/Megpoid", "http://dbpedia.org/resource/SitNGo_Wizard", "http://dbpedia.org/resource/Stardraw", "http://dbpedia.org/resource/Parallels_RAS", "http://dbpedia.org/resource/Paramics_Discovery", "http://dbpedia.org/resource/Vocaloid_5", "http://dbpedia.org/resource/Performance_Monitor", "http://dbpedia.org/resource/Windows_wait_cursor"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Jerry_Siegel> } "}, "answers": ["http://dbpedia.org/resource/Alternative_versions_of_Superman", "http://dbpedia.org/resource/Bouncing_Boy", "http://dbpedia.org/resource/Computo_(character)", "http://dbpedia.org/resource/Delores_Winters", "http://dbpedia.org/resource/Dev-Em", "http://dbpedia.org/resource/Doctor_Occult", "http://dbpedia.org/resource/Spectre_(DC_Comics_character)", "http://dbpedia.org/resource/Sun_Boy", "http://dbpedia.org/resource/Gim_Allon", "http://dbpedia.org/resource/Mr._Muscles", "http://dbpedia.org/resource/Nature_Boy_(comics)", "http://dbpedia.org/resource/Plantman", "http://dbpedia.org/resource/Presence_(DC_Comics)", "http://dbpedia.org/resource/Pat_Dugan", "http://dbpedia.org/resource/Ultra_Boy", "http://dbpedia.org/resource/Brainiac_5", "http://dbpedia.org/resource/Invisible_Kid", "http://dbpedia.org/resource/Ultra-Humanite", "http://dbpedia.org/resource/Lara_(character)", "http://dbpedia.org/resource/Lena_Luthor", "http://dbpedia.org/resource/Lois_Lane", "http://dbpedia.org/resource/Lois_Lane_in_other_media", "http://dbpedia.org/resource/Lyla_Lerrol", "http://dbpedia.org/resource/Superman_and_Lois_Lane", "http://dbpedia.org/resource/Reep_Daggle", "http://dbpedia.org/resource/Robotman_(Robert_Crane)", "http://dbpedia.org/resource/Jimmy_Olsen", "http://dbpedia.org/resource/Science_Police", "http://dbpedia.org/resource/Phantom_Girl", "http://dbpedia.org/resource/Sylvester_Pemberton", "http://dbpedia.org/resource/Jim_Corrigan", "http://dbpedia.org/resource/Comet_(DC_Comics)", "http://dbpedia.org/resource/Jor-El", "http://dbpedia.org/resource/Superman", "http://dbpedia.org/resource/Superman_(comic_book)", "http://dbpedia.org/resource/Superboy_(Kal-El)", "http://dbpedia.org/resource/Superman_(Earth-One)", "http://dbpedia.org/resource/Superman_(Earth-Two)", "http://dbpedia.org/resource/Superwoman", "http://dbpedia.org/resource/Luornu_Durgo", "http://dbpedia.org/resource/Superman:_Deadly_Legacy", "http://dbpedia.org/resource/George_Taylor_(DC_Comics)", "http://dbpedia.org/resource/Mister_Mxyzptlk", "http://dbpedia.org/resource/Luma_Lynai", "http://dbpedia.org/resource/Jonathan_and_Martha_Kent", "http://dbpedia.org/resource/Matter-Eater_Lad", "http://dbpedia.org/resource/Lex_Luthor", "http://dbpedia.org/resource/Lex_Luthor_in_other_media", "http://dbpedia.org/resource/Funnyman_(comics)", "http://dbpedia.org/resource/Ms._Gsptlsnz", "http://dbpedia.org/resource/Superman_and_Wonder_Woman:_The_Hidden_Killer", "http://dbpedia.org/resource/Salu_Digby", "http://dbpedia.org/resource/Zeus_(DC_Comics)", "http://dbpedia.org/resource/Slam_Bradley"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/literaryGenre> <http://dbpedia.org/resource/Science_fiction> . ?uri <http://dbpedia.org/ontology/material> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/species> <http://dbpedia.org/resource/Grape> . ?uri <http://dbpedia.org/property/ingredient> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/GANEFO> <http://dbpedia.org/property/hostCity> ?uri } "}, "answers": ["http://dbpedia.org/resource/Cambodia", "http://dbpedia.org/resource/Phnom_Penh", "Jakarta, Indonesia"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Nebraska> . ?x <http://dbpedia.org/ontology/location> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/Desilu_Productions> . ?uri <http://dbpedia.org/property/company> ?x . }"}, "answers": ["46"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/Urban_area> . ?x <http://dbpedia.org/property/athletics> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Christopher_Daz_Figuero> <http://dbpedia.org/property/officialHolder> ?uri . <http://dbpedia.org/resource/Cruce_a_Nado_Internacional> <http://dbpedia.org/ontology/state> ?uri} "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fergie_Sutherland> <http://dbpedia.org/property/race> ?uri } "}, "answers": ["http://dbpedia.org/resource/Hennessy_Gold_Cup_(Ireland)", "http://dbpedia.org/resource/Cheltenham_Gold_Cup", "http://dbpedia.org/resource/Clonmel_Oil_Chase", "http://dbpedia.org/resource/Nas_Na_Riogh_Novice_Chase", "http://dbpedia.org/resource/Queen_Mary_Stakes", "Falmouth Stakes"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/computingPlatform> <http://dbpedia.org/resource/Amiga> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/VideoGame>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Phil_Collinson> . ?uri <http://dbpedia.org/property/related> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["http://dbpedia.org/resource/Best_Friends_(1982_film)", "http://dbpedia.org/resource/Gable_and_Lombard", "http://dbpedia.org/resource/Gardens_of_Stone", "http://dbpedia.org/resource/Handle_with_Care_(1977_film)", "http://dbpedia.org/resource/Play_It_as_It_Lays_(film)", "http://dbpedia.org/resource/Brewster_McCloud", "http://dbpedia.org/resource/The_Front_Page_(1974_film)", "http://dbpedia.org/resource/The_Nickel_Ride", "http://dbpedia.org/resource/Trilogy_(film)", "http://dbpedia.org/resource/Stop_Making_Sense", "http://dbpedia.org/resource/The_Touch_of_Satan", "http://dbpedia.org/resource/Zandy's_Bride", "http://dbpedia.org/resource/Cutter's_Way", "http://dbpedia.org/resource/Rolling_Thunder_(film)", "http://dbpedia.org/resource/Final_Analysis", "http://dbpedia.org/resource/Peggy_Sue_Got_Married", "http://dbpedia.org/resource/Just_Between_Friends", "http://dbpedia.org/resource/One_in_a_Million:_The_Ron_LeFlore_Story", "http://dbpedia.org/resource/State_of_Grace_(1990_film)", "http://dbpedia.org/resource/Birds_of_Prey_(1973_film)", "http://dbpedia.org/resource/Blade_Runner"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/foundation> <http://dbpedia.org/resource/Menlo_Park,_California> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}"}, "answers": ["6"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Edwin_of_Northumbria> <http://dbpedia.org/property/veneratedIn> ?uri } "}, "answers": ["http://dbpedia.org/resource/Anglican_Communion", "http://dbpedia.org/resource/Roman_Catholic_Church", "http://dbpedia.org/resource/Eastern_Orthodox_Church"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Picasso's_Last_Words_(Drink_to_Me)> <http://dbpedia.org/property/recorded> ?uri } "}, "answers": ["September\u2013October 1973"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pawan_Hans> <http://dbpedia.org/ontology/hubAirport> ?uri . <http://dbpedia.org/resource/India> <http://dbpedia.org/property/largestCity> ?uri} "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Asia_Subregional_Economic_Cooperation> <http://dbpedia.org/ontology/mascot> ?uri . <http://dbpedia.org/resource/Aishath_Saffa> <http://dbpedia.org/property/nationality> ?uri} "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jimmy_Wales> <http://dbpedia.org/ontology/board> ?uri . <http://dbpedia.org/resource/Latvian_Wikipedia> <http://dbpedia.org/property/owner> ?uri} "}, "answers": ["http://dbpedia.org/resource/Wikimedia_Foundation"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/NBC> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/All_Is_Forgiven_(TV_series)", "http://dbpedia.org/resource/All_Star_Secrets", "http://dbpedia.org/resource/Allegiance_(TV_series)", "http://dbpedia.org/resource/Alvin_and_the_Chipmunks_(1983_TV_series)", "http://dbpedia.org/resource/Amazing_Stories_(1985_TV_series)", "http://dbpedia.org/resource/Amelia_Earhart_(film)", "http://dbpedia.org/resource/Amen_(TV_series)", "http://dbpedia.org/resource/America's_Got_Talent", "http://dbpedia.org/resource/America's_Got_Talent:_Extreme", "http://dbpedia.org/resource/America's_Got_Talent:_The_Champions", "http://dbpedia.org/resource/America's_Most_Talented_Kid", "http://dbpedia.org/resource/America's_Next_Great_Restaurant", "http://dbpedia.org/resource/America's_Toughest_Jobs", "http://dbpedia.org/resource/America_Alive!", "http://dbpedia.org/resource/American_Auto", "http://dbpedia.org/resource/American_Dreams", "http://dbpedia.org/resource/American_Gladiators_(2008_TV_series)", "http://dbpedia.org/resource/American_Odyssey", "http://dbpedia.org/resource/American_Song_Contest", "http://dbpedia.org/resource/Amityville_4:_The_Evil_Escapes", "http://dbpedia.org/resource/Amnesia_(game_show)", "http://dbpedia.org/resource/Amy_Fisher:_My_Story", "http://dbpedia.org/resource/Amy_Prentiss", "http://dbpedia.org/resource/An_American_Girl:_Saige_Paints_the_Sky", "http://dbpedia.org/resource/An_Early_Frost", "http://dbpedia.org/resource/An_Evening_with_Fred_Astaire", "http://dbpedia.org/resource/And_the_Band_Played_On_(film)", "http://dbpedia.org/resource/Andy_Barker,_P.I.", "http://dbpedia.org/resource/Danger_Island_(TV_series)", "http://dbpedia.org/resource/Danger_Island_(film)", "http://dbpedia.org/resource/Daniel_Boone_(1964_TV_series)", "http://dbpedia.org/resource/Danielle_Steel's_'Palomino'", "http://dbpedia.org/resource/Dark_Shadows_(1991_TV_series)", "http://dbpedia.org/resource/Dark_Skies", "http://dbpedia.org/resource/Dateline_NBC", "http://dbpedia.org/resource/Dawn:_Portrait_of_a_Teenage_Runaway", "http://dbpedia.org/resource/Day-O_(film)", "http://dbpedia.org/resource/Day_by_Day_(American_TV_series)", "http://dbpedia.org/resource/Days_of_Our_Lives", "http://dbpedia.org/resource/Dead_of_Night_(1977_film)", "http://dbpedia.org/resource/Deadline_(2000_TV_series)", "http://dbpedia.org/resource/Dear_John_(American_TV_series)", "http://dbpedia.org/resource/Death_of_a_Centerfold", "http://dbpedia.org/resource/Debris_(TV_series)", "http://dbpedia.org/resource/Deception_(2013_American_TV_series)", "http://dbpedia.org/resource/Deck_the_Halls_with_Wacky_Walls", "http://dbpedia.org/resource/V_(1983_miniseries)", "http://dbpedia.org/resource/V_(1984_TV_series)", "http://dbpedia.org/resource/V_The_Final_Battle", "http://dbpedia.org/resource/Van_Dyke_and_Company", "http://dbpedia.org/resource/Veronica's_Closet", "http://dbpedia.org/resource/Victoria_Beckham:_Coming_to_America", "http://dbpedia.org/resource/Victoria_Regina_(film)", "http://dbpedia.org/resource/Victory_at_Sea", "http://dbpedia.org/resource/Viper_(TV_series)", "http://dbpedia.org/resource/Voyagers!", "http://dbpedia.org/resource/WNBA_on_NBC", "http://dbpedia.org/resource/WWE_Tribute_to_the_Troops", "http://dbpedia.org/resource/WWF_The_Main_Event", "http://dbpedia.org/resource/Walter_&_Emily", "http://dbpedia.org/resource/Watch_Mr._Wizard", "http://dbpedia.org/resource/Watching_Ellie", "http://dbpedia.org/resource/Diary_of_a_Young_Comic", "http://dbpedia.org/resource/Dick_Clark's_New_Year's_Rockin'_Eve", "http://dbpedia.org/resource/Diff'rent_Strokes", "http://dbpedia.org/resource/Ding_Dong_School", "http://dbpedia.org/resource/Do_No_Harm_(TV_series)", "http://dbpedia.org/resource/Alexander:_The_Other_Side_of_Dawn", "http://dbpedia.org/resource/Alfred_Hitchcock_Presents", "http://dbpedia.org/resource/Alfred_Hitchcock_Presents_(1985_TV_series)", "http://dbpedia.org/resource/Alice_in_Wonderland_(1999_film)", "http://dbpedia.org/resource/Arsenic_&_Old_Lace", "http://dbpedia.org/resource/Atomic_Train", "http://dbpedia.org/resource/Aurora_(1984_film)", "http://dbpedia.org/resource/Average_Joe_(TV_series)", "http://dbpedia.org/resource/Awake_(TV_series)", "http://dbpedia.org/resource/Battlestars_(game_show)", "http://dbpedia.org/resource/Bay_City_Blues", "http://dbpedia.org/resource/Beastmaster_III:_The_Eye_of_Braxus", "http://dbpedia.org/resource/Behind_the_Camera:_The_Unauthorized_Story_of_Charlie's_Angels", "http://dbpedia.org/resource/Believe_(TV_series)", "http://dbpedia.org/resource/Bent_(TV_series)", "http://dbpedia.org/resource/Best_Friends_Forever_(American_TV_series)", "http://dbpedia.org/resource/Best_Time_Ever_with_Neil_Patrick_Harris", "http://dbpedia.org/resource/Better_Late_Than_Never_(TV_series)", "http://dbpedia.org/resource/Betty_White's_Off_Their_Rockers", "http://dbpedia.org/resource/Beulah_Land_(miniseries)", "http://dbpedia.org/resource/Beverly_Hills_Buntz", "http://dbpedia.org/resource/For_Love_or_Money_(American_TV_series)", "http://dbpedia.org/resource/For_Your_Love_(TV_series)", "http://dbpedia.org/resource/Four_Kings", "http://dbpedia.org/resource/Fraggle_Rock:_The_Animated_Series", "http://dbpedia.org/resource/Frank_Sinatra:_A_Man_and_His_Music", "http://dbpedia.org/resource/Frasier", "http://dbpedia.org/resource/Freaks_and_Geeks", "http://dbpedia.org/resource/Fred_and_Barney_Meet_the_Shmoo", "http://dbpedia.org/resource/Fred_and_Barney_Meet_the_Thing", "http://dbpedia.org/resource/Free_Agents_(American_TV_series)", "http://dbpedia.org/resource/Freedom_Road", "http://dbpedia.org/resource/Friday_Night_Lights_(TV_series)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_3)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_5)", "http://dbpedia.org/resource/Friday_Night_Videos", "http://dbpedia.org/resource/Friends", "http://dbpedia.org/resource/Friends_(season_1)", "http://dbpedia.org/resource/Friends_(season_10)", "http://dbpedia.org/resource/Friends_(season_2)", "http://dbpedia.org/resource/Friends_(season_3)", "http://dbpedia.org/resource/Friends_(season_4)", "http://dbpedia.org/resource/Friends_(season_5)", "http://dbpedia.org/resource/Friends_(season_6)", "http://dbpedia.org/resource/Friends_(season_7)", "http://dbpedia.org/resource/Friends_(season_8)", "http://dbpedia.org/resource/Friends_(season_9)", "http://dbpedia.org/resource/From_Here_to_Eternity_(miniseries)", "http://dbpedia.org/resource/Full_Moon_Over_Miami", "http://dbpedia.org/resource/Galaxy_Goof-Ups", "http://dbpedia.org/resource/Gambit_(game_show)", "http://dbpedia.org/resource/Game_of_Silence_(American_TV_series)", "http://dbpedia.org/resource/Gavilan_(TV_series)", "http://dbpedia.org/resource/Gemini_Division", "http://dbpedia.org/resource/Gemini_Man_(TV_series)", "http://dbpedia.org/resource/Generations_(American_TV_series)", "http://dbpedia.org/resource/Haggis_Baggis", "http://dbpedia.org/resource/Hairspray_Live!", "http://dbpedia.org/resource/Half_Nelson_(TV_series)", "http://dbpedia.org/resource/Halloween_with_the_New_Addams_Family", "http://dbpedia.org/resource/Hang_Time_(TV_series)", "http://dbpedia.org/resource/Hank_(1965_TV_series)", "http://dbpedia.org/resource/Hannibal_(TV_series)", "http://dbpedia.org/resource/Hans_Brinker_and_the_Silver_Skates_(film)", "http://dbpedia.org/resource/Happy_Family_(American_TV_series)", "http://dbpedia.org/resource/Hardball_(1989_TV_series)", "http://dbpedia.org/resource/Harper_Valley_PTA_(TV_series)", "http://dbpedia.org/resource/Harris_Against_the_World", "http://dbpedia.org/resource/Harris_and_Company", "http://dbpedia.org/resource/Harry's_Law", "http://dbpedia.org/resource/Hawaii_(TV_series)", "http://dbpedia.org/resource/Sammy_(TV_series)", "http://dbpedia.org/resource/Samson_&_Goliath", "http://dbpedia.org/resource/San_Francisco_International_Airport_(TV_series)", "http://dbpedia.org/resource/Sanford_(TV_series)", "http://dbpedia.org/resource/Sanford_Arms", "http://dbpedia.org/resource/Sanford_and_Son", "http://dbpedia.org/resource/Santa_Barbara_(TV_series)", "http://dbpedia.org/resource/Country_Music_Association_Awards", "http://dbpedia.org/resource/TV_Nation", "http://dbpedia.org/resource/Talk_Stoop", "http://dbpedia.org/resource/Tate_(TV_series)", "http://dbpedia.org/resource/Tattingers", "http://dbpedia.org/resource/Teachers_(2006_TV_series)", "http://dbpedia.org/resource/Teachers_Only", "http://dbpedia.org/resource/Weakest_Link_(American_game_show)", "http://dbpedia.org/resource/Weekend_Today", "http://dbpedia.org/resource/Welcome_to_the_Family_(American_TV_series)", "http://dbpedia.org/resource/What's_This_Song%3F", "http://dbpedia.org/resource/Wheelie_and_the_Chopper_Bunch", "http://dbpedia.org/resource/When_the_Bough_Breaks_(1986_film)", "http://dbpedia.org/resource/Where_the_Girls_Are_(TV_program)", "http://dbpedia.org/resource/Whitney_(TV_series)", "http://dbpedia.org/resource/Who's_Watching_the_Kids%3F", "http://dbpedia.org/resource/Who_Do_You_Think_You_Are%3F_(American_TV_series)", "http://dbpedia.org/resource/Who_Is_Simon_Miller%3F", "http://dbpedia.org/resource/Who_Is_the_Black_Dahlia%3F", "http://dbpedia.org/resource/Who_Said_That%3F", "http://dbpedia.org/resource/Whoopi_(TV_series)", "http://dbpedia.org/resource/Wichita_Town", "http://dbpedia.org/resource/Wild_Kingdom", "http://dbpedia.org/resource/Will_&_Grace", "http://dbpedia.org/resource/Mail_Order_Family", "http://dbpedia.org/resource/$25_Million_Dollar_Hoax", "http://dbpedia.org/resource/100_Questions", "http://dbpedia.org/resource/Animalympics", "http://dbpedia.org/resource/Ann_Jillian_(TV_series)", "http://dbpedia.org/resource/Annie_Live!", "http://dbpedia.org/resource/Another_World_(TV_series)", "http://dbpedia.org/resource/Aquarius_(American_TV_series)", "http://dbpedia.org/resource/Archer_(1975_TV_series)", "http://dbpedia.org/resource/Archie:_To_Riverdale_and_Back_Again", "http://dbpedia.org/resource/Are_You_There,_Chelsea%3F", "http://dbpedia.org/resource/Elvis_(1968_TV_program)", "http://dbpedia.org/resource/Emerald_City_(TV_series)", "http://dbpedia.org/resource/Emergency!", "http://dbpedia.org/resource/Emergency_+4", "http://dbpedia.org/resource/Emeril_(TV_series)", "http://dbpedia.org/resource/Empire_(1962_TV_series)", "http://dbpedia.org/resource/Empty_Nest", "http://dbpedia.org/resource/Encore!_Encore!", "http://dbpedia.org/resource/Enola_Gay:_The_Men,_the_Mission,_the_Atomic_Bomb", "http://dbpedia.org/resource/Ensign_O'Toole", "http://dbpedia.org/resource/Evergreen_(miniseries)", "http://dbpedia.org/resource/Gillette_Cavalcade_of_Sports", "http://dbpedia.org/resource/Gimme_a_Break!", "http://dbpedia.org/resource/Go_(game_show)", "http://dbpedia.org/resource/Go_Fish_(TV_series)", "http://dbpedia.org/resource/Go_On_(TV_series)", "http://dbpedia.org/resource/God,_the_Devil_and_Bob", "http://dbpedia.org/resource/Going_Bananas_(American_TV_series)", "http://dbpedia.org/resource/Goldilocks_(film)", "http://dbpedia.org/resource/Golf_on_NBC", "http://dbpedia.org/resource/Good_Morning,_Miami", "http://dbpedia.org/resource/Good_Morning,_Miss_Bliss", "http://dbpedia.org/resource/Marlon_(TV_series)", "http://dbpedia.org/resource/Marry_Me_(American_TV_series)", "http://dbpedia.org/resource/Mary,_Mother_of_Jesus_(film)", "http://dbpedia.org/resource/Players_(1997_TV_series)", "http://dbpedia.org/resource/Please_Don't_Eat_the_Daisies_(TV_series)", "http://dbpedia.org/resource/Poker_After_Dark", "http://dbpedia.org/resource/Police_Story_(1973_TV_series)", "http://dbpedia.org/resource/Police_Woman_(TV_series)", "http://dbpedia.org/resource/Polly_(film)", "http://dbpedia.org/resource/Poor_Little_Rich_Girl:_The_Barbara_Hutton_Story", "http://dbpedia.org/resource/Powerless_(TV_series)", "http://dbpedia.org/resource/Pride_&_Joy_(TV_series)", "http://dbpedia.org/resource/Prime_Suspect_(American_TV_series)", "http://dbpedia.org/resource/Prince_Street_(TV_series)", "http://dbpedia.org/resource/Temple_Houston_(TV_series)", "http://dbpedia.org/resource/Tennis_on_NBC", "http://dbpedia.org/resource/Thank_God_You're_Here_(American_TV_series)", "http://dbpedia.org/resource/The_100_Lives_of_Black_Jack_Savage", "http://dbpedia.org/resource/The_A-Team", "http://dbpedia.org/resource/The_Addams_Family_(1973_TV_series)", "http://dbpedia.org/resource/The_Apprentice:_Martha_Stewart", "http://dbpedia.org/resource/The_Apprentice_(American_TV_series)", "http://dbpedia.org/resource/The_Aquarians", "http://dbpedia.org/resource/The_Archer:_Fugitive_from_the_Empire", "http://dbpedia.org/resource/The_Armed_Forces_Hour", "http://dbpedia.org/resource/The_Atom_Ant/Secret_Squirrel_Show", "http://dbpedia.org/resource/The_Banana_Splits", "http://dbpedia.org/resource/The_Baseball_Network", "http://dbpedia.org/resource/The_Beasts_Are_on_the_Streets", "http://dbpedia.org/resource/The_Berenstain_Bears'_Christmas_Tree", "http://dbpedia.org/resource/The_Berenstain_Bears'_Comic_Valentine", "http://dbpedia.org/resource/The_Berenstain_Bears'_Easter_Surprise", "http://dbpedia.org/resource/The_Berenstain_Bears_Meet_Bigpaw", "http://dbpedia.org/resource/The_Berenstain_Bears_Play_Ball", "http://dbpedia.org/resource/The_Betty_White_Show_(1952_TV_series)", "http://dbpedia.org/resource/The_Big_Payoff", "http://dbpedia.org/resource/The_Biggest_Loser_(American_TV_series)", "http://dbpedia.org/resource/The_Biggest_Loser_(Dutch_TV_series)", "http://dbpedia.org/resource/The_Bill_Cosby_Show", "http://dbpedia.org/resource/The_Bionic_Woman", "http://dbpedia.org/resource/The_Black_Donnellys", "http://dbpedia.org/resource/The_Blacklist", "http://dbpedia.org/resource/The_Blacklist:_Redemption", "http://dbpedia.org/resource/The_Blue_Knight_(film)", "http://dbpedia.org/resource/The_Bob_Crosby_Show", "http://dbpedia.org/resource/The_Bob_Cummings_Show", "http://dbpedia.org/resource/The_Bob_Newhart_Show_(1961_TV_series)", "http://dbpedia.org/resource/The_Bold_Men", "http://dbpedia.org/resource/The_Bold_Ones", "http://dbpedia.org/resource/The_Bold_Ones:_The_Lawyers", "http://dbpedia.org/resource/The_Bold_Ones:_The_New_Doctors", "http://dbpedia.org/resource/The_Bold_Ones:_The_Protectors", "http://dbpedia.org/resource/The_Bold_Ones:_The_Senator", "http://dbpedia.org/resource/The_Book_of_Daniel_(TV_series)", "http://dbpedia.org/resource/The_Boy_Who_Talked_to_Badgers", "http://dbpedia.org/resource/The_Brady_Bunch", "http://dbpedia.org/resource/The_Brave_(TV_series)", "http://dbpedia.org/resource/The_Bronx_Zoo_(TV_series)", "http://dbpedia.org/resource/The_Bugaloos", "http://dbpedia.org/resource/The_Buick_Circus_Hour", "http://dbpedia.org/resource/The_Burning_Bed", "http://dbpedia.org/resource/The_Californians_(TV_series)", "http://dbpedia.org/resource/The_Cape_(2011_TV_series)", "http://dbpedia.org/resource/The_Carmichael_Show", "http://dbpedia.org/resource/The_Celebrity_Apprentice", "http://dbpedia.org/resource/UC:_Undercover", "http://dbpedia.org/resource/Uncle_Sam_Magoo", "http://dbpedia.org/resource/Undateable", "http://dbpedia.org/resource/Undercovers_(TV_series)", "http://dbpedia.org/resource/Union_Square_(TV_series)", "http://dbpedia.org/resource/Up_All_Night_(TV_series)", "http://dbpedia.org/resource/Uprising_(2001_film)", "http://dbpedia.org/resource/Saturday_Roundup", "http://dbpedia.org/resource/1600_Penn", "http://dbpedia.org/resource/Boomtown_(2002_TV_series)", "http://dbpedia.org/resource/Born_Too_Soon", "http://dbpedia.org/resource/Born_to_the_Wind", "http://dbpedia.org/resource/Boss_Lady", "http://dbpedia.org/resource/Boston_Common_(TV_series)", "http://dbpedia.org/resource/Bowling_on_NBC", "http://dbpedia.org/resource/Brand_New_Life", "http://dbpedia.org/resource/Branded_(TV_series)", "http://dbpedia.org/resource/Brave_New_World_(1980_film)", "http://dbpedia.org/resource/Bret_Maverick", "http://dbpedia.org/resource/Bret_Maverick:_The_Lazy_Ace", "http://dbpedia.org/resource/Bridge_Across_Time", "http://dbpedia.org/resource/Bring_the_Funny", "http://dbpedia.org/resource/Broadway_Open_House", "http://dbpedia.org/resource/Brotherly_Love_(1995_TV_series)", "http://dbpedia.org/resource/Buck_Rogers_in_the_25th_Century_(TV_series)", "http://dbpedia.org/resource/Jackie,_Ethel,_Joan:_The_Women_of_Camelot", "http://dbpedia.org/resource/Jackpot_(game_show)", "http://dbpedia.org/resource/Jackpot_Bowling", "http://dbpedia.org/resource/Jana_of_the_Jungle", "http://dbpedia.org/resource/Kate's_Secret", "http://dbpedia.org/resource/Kath_&_Kim_(American_TV_series)", "http://dbpedia.org/resource/Kenan_(TV_series)", "http://dbpedia.org/resource/Kennedy_(miniseries)", "http://dbpedia.org/resource/Key_West_(film)", "http://dbpedia.org/resource/Kid_'n_Play_(TV_series)", "http://dbpedia.org/resource/Kidd_Video", "http://dbpedia.org/resource/Kidnapped:_In_the_Line_of_Duty", "http://dbpedia.org/resource/Kidnapped_(American_TV_series)", "http://dbpedia.org/resource/Kidz_in_the_Wood", "http://dbpedia.org/resource/Killer_Instinct_(1988_film)", "http://dbpedia.org/resource/Killing_Mr._Griffin_(film)", "http://dbpedia.org/resource/Match_Game-Hollywood_Squares_Hour", "http://dbpedia.org/resource/Matlock_(TV_series)", "http://dbpedia.org/resource/Max_Liebman_Presents", "http://dbpedia.org/resource/Maya_&_Marty", "http://dbpedia.org/resource/Maya_(American_TV_series)", "http://dbpedia.org/resource/McClain's_Law", "http://dbpedia.org/resource/McClain's_Law_(film)", "http://dbpedia.org/resource/McCloud_(TV_series)", "http://dbpedia.org/resource/McDuff,_the_Talking_Dog", "http://dbpedia.org/resource/McKeever_and_the_Colonel", "http://dbpedia.org/resource/McMillan_&_Wife", "http://dbpedia.org/resource/Medical_Investigation", "http://dbpedia.org/resource/Medical_Story", "http://dbpedia.org/resource/Meet_My_Folks", "http://dbpedia.org/resource/Meet_the_Press", "http://dbpedia.org/resource/Megyn_Kelly_Today", "http://dbpedia.org/resource/Memory_Game", "http://dbpedia.org/resource/Men_Behaving_Badly_(American_TV_series)", "http://dbpedia.org/resource/Mercy_(TV_series)", "http://dbpedia.org/resource/Merlin_(miniseries)", "http://dbpedia.org/resource/Merry_Madagascar", "http://dbpedia.org/resource/Raines", "http://dbpedia.org/resource/Reach_for_the_Stars_(game_show)", "http://dbpedia.org/resource/Ready_for_Love_(TV_series)", "http://dbpedia.org/resource/Reasonable_Doubts", "http://dbpedia.org/resource/Remington_Steele", "http://dbpedia.org/resource/Return_to_Mayberry", "http://dbpedia.org/resource/Return_to_Peyton_Place_(TV_series)", "http://dbpedia.org/resource/Return_to_the_Planet_of_the_Apes", "http://dbpedia.org/resource/Revelations_(2005_TV_series)", "http://dbpedia.org/resource/Revenge_of_the_Stepford_Wives", "http://dbpedia.org/resource/Reverie_(TV_series)", "http://dbpedia.org/resource/Revolution_(TV_series)", "http://dbpedia.org/resource/The_Cosby_Mysteries", "http://dbpedia.org/resource/The_Cosby_Show", "http://dbpedia.org/resource/The_Count_of_Monte_Cristo_(1975_film)", "http://dbpedia.org/resource/The_Covenant_(1985_film)", "http://dbpedia.org/resource/The_Crisis_(TV_series)", "http://dbpedia.org/resource/The_D.A.'s_Man", "http://dbpedia.org/resource/The_Danny_Thomas_Hour", "http://dbpedia.org/resource/The_Dark_Secret_of_Harvest_Home", "http://dbpedia.org/resource/The_David_Letterman_Show", "http://dbpedia.org/resource/The_David_Niven_Show", "http://dbpedia.org/resource/The_David_S._Pumpkins_Halloween_Special", "http://dbpedia.org/resource/The_Deadly_Tower", "http://dbpedia.org/resource/The_Death_of_Richie", "http://dbpedia.org/resource/The_Death_of_the_Incredible_Hulk", "http://dbpedia.org/resource/The_Deliberate_Stranger", "http://dbpedia.org/resource/The_Desperate_Mission_(1969_film)", "http://dbpedia.org/resource/The_Devlin_Connection", "http://dbpedia.org/resource/The_Dick_Powell_Show", "http://dbpedia.org/resource/The_Dinah_Shore_Chevy_Show", "http://dbpedia.org/resource/The_Dirty_Dozen:_Next_Mission", "http://dbpedia.org/resource/The_Dirty_Dozen:_The_Fatal_Mission", "http://dbpedia.org/resource/The_Disappearance_of_Aimee", "http://dbpedia.org/resource/The_Disappearance_of_Flight_412", "http://dbpedia.org/resource/The_Doctors_(1963_TV_series)", "http://dbpedia.org/resource/The_Duck_Factory", "http://dbpedia.org/resource/The_Ed_Wynn_Show_(1958_TV_series)", "http://dbpedia.org/resource/The_Endgame", "http://dbpedia.org/resource/The_Enemy_Within_(TV_series)", "http://dbpedia.org/resource/The_Event", "http://dbpedia.org/resource/The_Facts_of_Life_(TV_series)", "http://dbpedia.org/resource/The_Facts_of_Life_Down_Under", "http://dbpedia.org/resource/The_Facts_of_Life_Goes_to_Paris", "http://dbpedia.org/resource/The_Family_Holvak", "http://dbpedia.org/resource/The_Family_Tree_(TV_series)", "http://dbpedia.org/resource/The_Fanelli_Boys", "http://dbpedia.org/resource/The_Fighting_Fitzgeralds", "http://dbpedia.org/resource/The_Firm_(2012_TV_series)", "http://dbpedia.org/resource/The_First_Christmas:_The_Story_of_the_First_Christmas_Snow", "http://dbpedia.org/resource/The_First_Easter_Rabbit", "http://dbpedia.org/resource/The_First_Olympics:_Athens_1896", "http://dbpedia.org/resource/The_Flintstone_Comedy_Show", "http://dbpedia.org/resource/The_Flintstone_Funnies", "http://dbpedia.org/resource/The_Flintstone_Primetime_Specials", "http://dbpedia.org/resource/The_Flintstones'_New_Neighbors", "http://dbpedia.org/resource/The_Flintstones:_Fred's_Final_Fling", "http://dbpedia.org/resource/The_Flintstones:_Jogging_Fever", "http://dbpedia.org/resource/The_Flintstones:_Little_Big_League", "http://dbpedia.org/resource/The_Flintstones:_Wind-Up_Wilma", "http://dbpedia.org/resource/The_Flintstones_Meet_Rockula_and_Frankenstone", "http://dbpedia.org/resource/The_Flip_Wilson_Show", "http://dbpedia.org/resource/The_Fresh_Prince_of_Bel-Air", "http://dbpedia.org/resource/The_Funny_Side", "http://dbpedia.org/resource/The_Funtastic_World_of_Hanna-Barbera_Arena_Show", "http://dbpedia.org/resource/The_Gambler_(film_series)", "http://dbpedia.org/resource/The_Gangster_Chronicles", "http://dbpedia.org/resource/The_Gary_Coleman_Show", "http://dbpedia.org/resource/The_Ghost_&_Mrs._Muir_(TV_series)", "http://dbpedia.org/resource/The_Ghosts_of_Buxley_Hall", "http://dbpedia.org/resource/The_Girl_from_U.N.C.L.E.", "http://dbpedia.org/resource/The_Godfather_Saga", "http://dbpedia.org/resource/The_Golden_Girls", "http://dbpedia.org/resource/The_Gong_Show", "http://dbpedia.org/resource/The_Good_Life_(1994_TV_series)", "http://dbpedia.org/resource/The_Good_Place", "http://dbpedia.org/resource/The_Great_American_Road_Trip", "http://dbpedia.org/resource/The_Great_American_Traffic_Jam", "http://dbpedia.org/resource/The_Hanged_Man_(1964_film)", "http://dbpedia.org/resource/The_Hero_(1966_TV_series)", "http://dbpedia.org/resource/The_High_Chaparral", "http://dbpedia.org/resource/The_Highwayman_(TV_series)", "http://dbpedia.org/resource/The_Hijacking_of_the_Achille_Lauro", "http://dbpedia.org/resource/The_Hobbit_(1977_film)", "http://dbpedia.org/resource/The_Home_Court", "http://dbpedia.org/resource/The_Houndcats", "http://dbpedia.org/resource/The_Huntley\u2013Brinkley_Report", "http://dbpedia.org/resource/The_InBetween", "http://dbpedia.org/resource/The_Incredible_Hulk_(1982_TV_series)", "http://dbpedia.org/resource/The_Incredible_Hulk_Returns", "http://dbpedia.org/resource/The_Invisible_Woman_(1983_film)", "http://dbpedia.org/resource/The_Island_(American_TV_series)", "http://dbpedia.org/resource/The_Jack_Benny_Program", "http://dbpedia.org/resource/The_Jane_Whitney_Show", "http://dbpedia.org/resource/The_Jay_Leno_Show", "http://dbpedia.org/resource/The_Jeff_Foxworthy_Show", "http://dbpedia.org/resource/The_Jesse_Ventura_Story", "http://dbpedia.org/resource/The_Jimmy_Stewart_Show", "http://dbpedia.org/resource/The_John_Larroquette_Show", "http://dbpedia.org/resource/The_Kaiser_Aluminum_Hour", "http://dbpedia.org/resource/The_Kid_Super_Power_Hour_with_Shazam!", "http://dbpedia.org/resource/The_Kid_with_the_Broken_Halo", "http://dbpedia.org/resource/The_Kids_From_C.A.P.E.R.", "http://dbpedia.org/resource/The_Krofft_Superstar_Hour", "http://dbpedia.org/resource/The_Last_Hurrah_(1977_film)", "http://dbpedia.org/resource/The_Legend_of_Sleepy_Hollow_(1980_film)", "http://dbpedia.org/resource/The_Lieutenant", "http://dbpedia.org/resource/The_Little_Drummer_Boy_(TV_special)", "http://dbpedia.org/resource/The_Little_Rascals_Christmas_Special", "http://dbpedia.org/resource/The_Long_Island_Incident", "http://dbpedia.org/resource/The_Long_Summer_of_George_Adams", "http://dbpedia.org/resource/The_Lyon's_Den", "http://dbpedia.org/resource/The_Magic_Clown", "http://dbpedia.org/resource/The_Magical_Legend_of_the_Leprechauns", "http://dbpedia.org/resource/The_Magnificent_Marble_Machine", "http://dbpedia.org/resource/The_Man_from_U.N.C.L.E.", "http://dbpedia.org/resource/The_Marriage_Ref_(American_TV_series)", "http://dbpedia.org/resource/The_Martin_Short_Show_(1994_TV_series)", "http://dbpedia.org/resource/The_Mask_of_Sheba", "http://dbpedia.org/resource/The_Master_(American_TV_series)", "http://dbpedia.org/resource/The_Matthew_Shepard_Story", "http://dbpedia.org/resource/The_McLean_Stevenson_Show", "http://dbpedia.org/resource/The_Michael_J._Fox_Show", "http://dbpedia.org/resource/The_Michael_Richards_Show", "http://dbpedia.org/resource/The_Mighty_Hercules", "http://dbpedia.org/resource/The_Misadventures_of_Sheriff_Lobo", "http://dbpedia.org/resource/The_Mommies_(TV_series)", "http://dbpedia.org/resource/The_Mouse_on_the_Mayflower", "http://dbpedia.org/resource/The_Munsters'_Revenge", "http://dbpedia.org/resource/The_Mysteries_of_Laura", "http://dbpedia.org/resource/The_Mystery_of_the_Sphinx", "http://dbpedia.org/resource/The_Name_of_the_Game_(TV_series)", "http://dbpedia.org/resource/The_New_Adventures_of_Flash_Gordon", "http://dbpedia.org/resource/The_New_Adventures_of_Huckleberry_Finn", "http://dbpedia.org/resource/The_New_Archie_and_Sabrina_Hour", "http://dbpedia.org/resource/The_New_Archies", "http://dbpedia.org/resource/The_New_Fantastic_Four", "http://dbpedia.org/resource/The_New_Fred_and_Barney_Show", "http://dbpedia.org/resource/The_New_Normal_(TV_series)", "http://dbpedia.org/resource/The_New_Show", "http://dbpedia.org/resource/The_News_Is_the_News", "http://dbpedia.org/resource/The_Night_Shift_(TV_series)", "http://dbpedia.org/resource/The_Night_the_Bridge_Fell_Down", "http://dbpedia.org/resource/The_Norliss_Tapes", "http://dbpedia.org/resource/The_Nutt_House", "http://dbpedia.org/resource/The_Odyssey_(1997_miniseries)", "http://dbpedia.org/resource/The_Office_(American_TV_series)", "http://dbpedia.org/resource/The_Old_Man_and_the_Sea_(1990_film)", "http://dbpedia.org/resource/The_Ordeal_of_Dr._Shannon", "http://dbpedia.org/resource/The_Oregon_Trail_(TV_series)", "http://dbpedia.org/resource/The_Others_(TV_series)", "http://dbpedia.org/resource/The_Outsider_(1968_TV_series)", "http://dbpedia.org/resource/The_Paul_Reiser_Show", "http://dbpedia.org/resource/The_Phantom_of_the_Opera_(miniseries)", "http://dbpedia.org/resource/The_Philanthropist_(TV_series)", "http://dbpedia.org/resource/The_Pied_Piper_of_Hamelin_(1957_film)", "http://dbpedia.org/resource/The_Pink_Panther_Show", "http://dbpedia.org/resource/The_Playboy_Club", "http://dbpedia.org/resource/The_Player_(2015_TV_series)", "http://dbpedia.org/resource/The_Poseidon_Adventure_(2005_film)", "http://dbpedia.org/resource/The_Possessed_(1977_film)", "http://dbpedia.org/resource/The_Powers_That_Be_(TV_series)", "http://dbpedia.org/resource/The_Powers_of_Matthew_Star", "http://dbpedia.org/resource/The_Pretender_(TV_series)", "http://dbpedia.org/resource/The_Price_Is_Right_(1956_American_game_show)", "http://dbpedia.org/resource/The_Psychiatrist_(TV_series)", "http://dbpedia.org/resource/The_Pursuit_of_Happiness_(1995_TV_series)", "http://dbpedia.org/resource/The_Questor_Tapes", "http://dbpedia.org/resource/The_Real_Wedding_Crashers", "http://dbpedia.org/resource/The_Red_Pony_(1973_film)", "http://dbpedia.org/resource/The_Restaurant_(American_TV_series)", "http://dbpedia.org/resource/The_Restless_Gun", "http://dbpedia.org/resource/The_Revlon_Mirror_Theater", "http://dbpedia.org/resource/The_Richard_Pryor_Show", "http://dbpedia.org/resource/The_Rockford_Files", "http://dbpedia.org/resource/The_Rogues_(TV_series)", "http://dbpedia.org/resource/The_Roller_Girls", "http://dbpedia.org/resource/The_Rootie_Kazootie_Club", "http://dbpedia.org/resource/The_Round_Table_(TV_series)", "http://dbpedia.org/resource/The_Rousters", "http://dbpedia.org/resource/The_Ruff_and_Reddy_Show", "http://dbpedia.org/resource/The_Savage_Bees", "http://dbpedia.org/resource/The_Scarlett_O'Hara_War", "http://dbpedia.org/resource/The_Second_Half", "http://dbpedia.org/resource/The_Secret_Lives_of_Waldo_Kitty", "http://dbpedia.org/resource/The_Shari_Lewis_Show", "http://dbpedia.org/resource/The_Singing_Bee_(American_game_show)", "http://dbpedia.org/resource/The_Single_Guy", "http://dbpedia.org/resource/The_Sky's_the_Limit_(1975_film)", "http://dbpedia.org/resource/The_Smurfs_(1981_TV_series)", "http://dbpedia.org/resource/The_Snoop_Sisters", "http://dbpedia.org/resource/The_Space_Kidettes", "http://dbpedia.org/resource/The_Special_London_Bridge_Special", "http://dbpedia.org/resource/The_Spell_(1977_film)", "http://dbpedia.org/resource/The_Spike_Jones_Show_(series)", "http://dbpedia.org/resource/The_Stepford_Children", "http://dbpedia.org/resource/The_Steve_Allen_Show", "http://dbpedia.org/resource/The_StoryTeller_(TV_series)", "http://dbpedia.org/resource/The_Strange_Possession_of_Mrs._Oliver", "http://dbpedia.org/resource/The_Straw_Hat_Matinee", "http://dbpedia.org/resource/The_Super_Globetrotters", "http://dbpedia.org/resource/The_Temptations_(miniseries)", "http://dbpedia.org/resource/The_Thing_About_Pam", "http://dbpedia.org/resource/The_Titan_Games", "http://dbpedia.org/resource/The_Tomorrow_Show", "http://dbpedia.org/resource/The_Tonight_Show_Starring_Jimmy_Fallon", "http://dbpedia.org/resource/The_Tonight_Show_Starring_Johnny_Carson", "http://dbpedia.org/resource/The_Tonight_Show_with_Conan_O'Brien", "http://dbpedia.org/resource/The_Tonight_Show_with_Jay_Leno", "http://dbpedia.org/resource/The_Tony_Danza_Show_(1997_TV_series)", "http://dbpedia.org/resource/The_Torkelsons", "http://dbpedia.org/resource/The_Tortellis", "http://dbpedia.org/resource/The_Town_Santa_Forgot", "http://dbpedia.org/resource/The_Trial_of_the_Incredible_Hulk", "http://dbpedia.org/resource/The_United_States_Steel_Hour", "http://dbpedia.org/resource/The_Vegas_Strip_War", "http://dbpedia.org/resource/The_Village_(2019_TV_series)", "http://dbpedia.org/resource/The_Virginian_(TV_series)", "http://dbpedia.org/resource/The_Vise_(1955_TV_series)", "http://dbpedia.org/resource/The_Wall_(American_game_show)", "http://dbpedia.org/resource/The_Waverly_Wonders", "http://dbpedia.org/resource/The_West_Wing", "http://dbpedia.org/resource/The_Who,_What,_or_Where_Game", "http://dbpedia.org/resource/The_Winds_of_Kitty_Hawk", "http://dbpedia.org/resource/The_Winds_of_Whoopie", "http://dbpedia.org/resource/The_World's_Most_Dangerous_Magic", "http://dbpedia.org/resource/The_World_of_Mr._Sweeney", "http://dbpedia.org/resource/The_Year_Without_a_Santa_Claus_(2006_film)", "http://dbpedia.org/resource/The_Yellow_Rose", "http://dbpedia.org/resource/The_Young_Runaways_(1978_film)", "http://dbpedia.org/resource/Then_Came_Bronson", "http://dbpedia.org/resource/1_vs._100_(American_game_show)", "http://dbpedia.org/resource/1st_Look", "http://dbpedia.org/resource/2003_Ford_400", "http://dbpedia.org/resource/227_(TV_series)", "http://dbpedia.org/resource/30_Rock", "http://dbpedia.org/resource/33\u2153_Revolutions_per_Monkee", "http://dbpedia.org/resource/3rd_Rock_from_the_Sun", "http://dbpedia.org/resource/4th_Annual_NFL_Honors", "http://dbpedia.org/resource/50_Grand_Slam", "http://dbpedia.org/resource/79_Park_Avenue", "http://dbpedia.org/resource/A.D._The_Bible_Continues", "http://dbpedia.org/resource/A.P._Bio", "http://dbpedia.org/resource/A.U.S.A.", "http://dbpedia.org/resource/AFL_on_NBC", "http://dbpedia.org/resource/ALF:_The_Animated_Series", "http://dbpedia.org/resource/ALF_(TV_series)", "http://dbpedia.org/resource/ALF_Tales", "http://dbpedia.org/resource/No_Man's_Land_(1984_film)", "http://dbpedia.org/resource/No_One_Would_Tell", "http://dbpedia.org/resource/Noah's_Ark_(miniseries)", "http://dbpedia.org/resource/Norby_(TV_series)", "http://dbpedia.org/resource/Northwest_Passage_(TV_series)", "http://dbpedia.org/resource/Nothing_in_Common_(TV_series)", "http://dbpedia.org/resource/Notre_Dame_Football_on_NBC", "http://dbpedia.org/resource/Nurses_(American_TV_series)", "http://dbpedia.org/resource/Nurses_(Canadian_TV_series)", "http://dbpedia.org/resource/City_Guys", "http://dbpedia.org/resource/City_of_Angels_(1976_TV_series)", "http://dbpedia.org/resource/Clash_of_the_Choirs", "http://dbpedia.org/resource/Class_Cruise", "http://dbpedia.org/resource/Cliffhangers_(TV_series)", "http://dbpedia.org/resource/Cocaine:_One_Man's_Seduction", "http://dbpedia.org/resource/Cold_Feet_(American_TV_series)", "http://dbpedia.org/resource/College_Basketball_on_NBC_Sports", "http://dbpedia.org/resource/College_Football_on_NBC_Sports", "http://dbpedia.org/resource/Columbo", "http://dbpedia.org/resource/Come_to_Papa_(TV_series)", "http://dbpedia.org/resource/Committed_(American_TV_series)", "http://dbpedia.org/resource/Community_(season_3)", "http://dbpedia.org/resource/Community_(season_4)", "http://dbpedia.org/resource/Community_(season_5)", "http://dbpedia.org/resource/Concentration_(game_show)", "http://dbpedia.org/resource/Conrad_Bloom", "http://dbpedia.org/resource/Constantine_(TV_series)", "http://dbpedia.org/resource/Contract_on_Cherry_Street", "http://dbpedia.org/resource/Conviction_(2006_TV_series)", "http://dbpedia.org/resource/Cool_McCool", "http://dbpedia.org/resource/Johnny_Shiloh_(film)", "http://dbpedia.org/resource/Jokebook", "http://dbpedia.org/resource/Journeyman_(TV_series)", "http://dbpedia.org/resource/Sara_(1985_TV_series)", "http://dbpedia.org/resource/Sarah_T._\u2013_Portrait_of_a_Teenage_Alcoholic", "http://dbpedia.org/resource/Saturday_Night_Live", "http://dbpedia.org/resource/Saturday_Night_Live_(season_41)", "http://dbpedia.org/resource/Saturday_Night_Live_Weekend_Update_Thursday", "http://dbpedia.org/resource/Save_Me_(American_TV_series)", "http://dbpedia.org/resource/Saved_by_the_Bell", "http://dbpedia.org/resource/Saved_by_the_Bell:_The_College_Years", "http://dbpedia.org/resource/Saved_by_the_Bell:_The_New_Class", "http://dbpedia.org/resource/Say_When!!", "http://dbpedia.org/resource/Science_of_Love", "http://dbpedia.org/resource/Scout's_Safari", "http://dbpedia.org/resource/Scrubs_(season_3)", "http://dbpedia.org/resource/SeaQuest_DSV", "http://dbpedia.org/resource/Sealab_2020", "http://dbpedia.org/resource/Sean_Saves_the_World", "http://dbpedia.org/resource/Seasons_of_the_Heart_(1994_film)", "http://dbpedia.org/resource/Secret_Service_(TV_series)", "http://dbpedia.org/resource/Secrets_of_a_Married_Man", "http://dbpedia.org/resource/Secrets_of_the_Mountain", "http://dbpedia.org/resource/Seduced_by_Madness", "http://dbpedia.org/resource/Seinfeld", "http://dbpedia.org/resource/B._J._and_the_Bear", "http://dbpedia.org/resource/Baa_Baa_Black_Sheep_(TV_series)", "http://dbpedia.org/resource/Babes_in_Toyland_(1986_film)", "http://dbpedia.org/resource/Baby_Boom_(American_TV_series)", "http://dbpedia.org/resource/Baby_Brokers", "http://dbpedia.org/resource/Back_to_the_Streets_of_San_Francisco", "http://dbpedia.org/resource/Backstairs_at_the_White_House", "http://dbpedia.org/resource/Baggy_Pants_and_the_Nitwits", "http://dbpedia.org/resource/Banacek", "http://dbpedia.org/resource/Bank_on_the_Stars", "http://dbpedia.org/resource/Banyon", "http://dbpedia.org/resource/Bare_Essence", "http://dbpedia.org/resource/Bates_Motel_(film)", "http://dbpedia.org/resource/Battery_Park_(TV_series)", "http://dbpedia.org/resource/Inside_Schwartz", "http://dbpedia.org/resource/Inspector_Gadget_Saves_Christmas", "http://dbpedia.org/resource/Ironside_(2013_TV_series)", "http://dbpedia.org/resource/It's_Punky_Brewster", "http://dbpedia.org/resource/It's_Worth_What%3F", "http://dbpedia.org/resource/It's_Your_Move", "http://dbpedia.org/resource/It's_a_Very_Merry_Muppet_Christmas_Movie", "http://dbpedia.org/resource/It_Pays_to_Be_Ignorant", "http://dbpedia.org/resource/It_Takes_Two_(game_show)", "http://dbpedia.org/resource/J.J._Starbuck", "http://dbpedia.org/resource/JAG_(TV_series)", "http://dbpedia.org/resource/Jack_Frost_(TV_special)", "http://dbpedia.org/resource/Misfits_of_Science", "http://dbpedia.org/resource/Miss_Match", "http://dbpedia.org/resource/Missing_Links_(game_show)", "http://dbpedia.org/resource/Mister_Magoo's_Christmas_Carol", "http://dbpedia.org/resource/Mister_Sterling", "http://dbpedia.org/resource/Mister_T_(TV_series)", "http://dbpedia.org/resource/Moment_of_Truth:_A_Mother's_Deception", "http://dbpedia.org/resource/Moment_of_Truth:_Cradle_of_Conspiracy", "http://dbpedia.org/resource/Momma's_Boys", "http://dbpedia.org/resource/Money_Talks_News", "http://dbpedia.org/resource/Monster_Squad", "http://dbpedia.org/resource/Monsters_vs._Aliens:_Mutant_Pumpkins_from_Outer_Space", "http://dbpedia.org/resource/Most_Outrageous_Moments", "http://dbpedia.org/resource/Movin'_with_Nancy", "http://dbpedia.org/resource/Mr._Cartoon", "http://dbpedia.org/resource/Mr._Krueger's_Christmas", "http://dbpedia.org/resource/Mr._Mayor", "http://dbpedia.org/resource/Mr._Rhodes", "http://dbpedia.org/resource/Mr._Robinson_(TV_series)", "http://dbpedia.org/resource/Mr._Rock_'n'_Roll:_The_Alan_Freed_Story", "http://dbpedia.org/resource/Murder_in_Mississippi", "http://dbpedia.org/resource/My_Dad_Is_Better_than_Your_Dad", "http://dbpedia.org/resource/My_Friend_Tony", "http://dbpedia.org/resource/My_Hero_(American_TV_series)", "http://dbpedia.org/resource/My_Mother_the_Car", "http://dbpedia.org/resource/My_Name_Is_Earl", "http://dbpedia.org/resource/My_Name_Is_Earl_(season_1)", "http://dbpedia.org/resource/My_Own_Worst_Enemy_(TV_series)", "http://dbpedia.org/resource/My_Son_Jeep", "http://dbpedia.org/resource/My_Sweet_Charlie", "http://dbpedia.org/resource/My_Two_Dads", "http://dbpedia.org/resource/My_World_and_Welcome_to_It", "http://dbpedia.org/resource/Mysterious_Ways_(TV_series)", "http://dbpedia.org/resource/NASCAR_on_NBC", "http://dbpedia.org/resource/NBA_on_NBC", "http://dbpedia.org/resource/NBC_60th_Anniversary_Celebration", "http://dbpedia.org/resource/NBC_Experiment_in_Television", "http://dbpedia.org/resource/NBC_New_Year's_Eve_specials", "http://dbpedia.org/resource/NBC_News_at_Sunrise", "http://dbpedia.org/resource/NBC_Nightly_News", "http://dbpedia.org/resource/NBC_Nightside", "http://dbpedia.org/resource/NBC_Olympic_broadcasts", "http://dbpedia.org/resource/NBC_Sunday_Night_Football", "http://dbpedia.org/resource/NBC_White_Paper", "http://dbpedia.org/resource/NFL_on_NBC", "http://dbpedia.org/resource/NHL_on_NBC", "http://dbpedia.org/resource/Nashville_Star", "http://dbpedia.org/resource/Nasty_Boys_(TV_series)", "http://dbpedia.org/resource/Tonight_Starring_Jack_Paar", "http://dbpedia.org/resource/Tonight_Starring_Steve_Allen", "http://dbpedia.org/resource/Too_Young_to_Die%3F", "http://dbpedia.org/resource/Totally_Minnie", "http://dbpedia.org/resource/Trauma_(American_TV_series)", "http://dbpedia.org/resource/Treasure_Hunt_(American_game_show)", "http://dbpedia.org/resource/Treasure_Hunters_(TV_series)", "http://dbpedia.org/resource/Trinity_(American_TV_series)", "http://dbpedia.org/resource/Triumph_Over_Disaster:_The_Hurricane_Andrew_Story", "http://dbpedia.org/resource/Trolls:_Holiday_in_Harmony", "http://dbpedia.org/resource/Trolls_Holiday", "http://dbpedia.org/resource/True_Blue_(TV_series)", "http://dbpedia.org/resource/Truth_or_Consequences", "http://dbpedia.org/resource/Tucker_(2000_TV_series)", "http://dbpedia.org/resource/Twenty-One_(game_show)", "http://dbpedia.org/resource/Twenty_Good_Years", "http://dbpedia.org/resource/1984_Winston_500", "http://dbpedia.org/resource/1985_Winston_500", "http://dbpedia.org/resource/1986_(American_TV_series)", "http://dbpedia.org/resource/A_Chipmunk_Christmas", "http://dbpedia.org/resource/A_Chipmunk_Reunion", "http://dbpedia.org/resource/A_Christmas_Carol_(2004_film)", "http://dbpedia.org/resource/A_Different_World", "http://dbpedia.org/resource/A_Family_Upside_Down", "http://dbpedia.org/resource/A_Family_for_Joe", "http://dbpedia.org/resource/A_Flintstone_Christmas", "http://dbpedia.org/resource/A_Howling_in_the_Woods", "http://dbpedia.org/resource/A_Legendary_Christmas_with_John_and_Chrissy", "http://dbpedia.org/resource/A_Little_Late_with_Lilly_Singh", "http://dbpedia.org/resource/A_Little_Piece_of_Heaven_(film)", "http://dbpedia.org/resource/A_Man_Called_Sloane", "http://dbpedia.org/resource/A_Man_and_His_Music_+_Ella_+_Jobim", "http://dbpedia.org/resource/A_Man_and_His_Music_\u2013_Part_II", "http://dbpedia.org/resource/A_Matter_of_Justice", "http://dbpedia.org/resource/A_Mom_for_Christmas", "http://dbpedia.org/resource/A_Muppets_Christmas:_Letters_to_Santa", "http://dbpedia.org/resource/A_Reason_to_Live_(1985_film)", "http://dbpedia.org/resource/A_Tour_of_the_White_House_with_Mrs._John_F._Kennedy", "http://dbpedia.org/resource/A_Very_Wicked_Halloween", "http://dbpedia.org/resource/A_Woman_Called_Moses", "http://dbpedia.org/resource/A_Woman_of_Independent_Means", "http://dbpedia.org/resource/A_Year_in_the_Life", "http://dbpedia.org/resource/Aaron's_Way", "http://dbpedia.org/resource/Abby's", "http://dbpedia.org/resource/About_a_Boy_(TV_series)", "http://dbpedia.org/resource/Academy_Theatre", "http://dbpedia.org/resource/Acapulco_(1961_TV_series)", "http://dbpedia.org/resource/Accidental_Family", "http://dbpedia.org/resource/Adam-12", "http://dbpedia.org/resource/Against_the_Grain_(TV_series)", "http://dbpedia.org/resource/Age_of_Love_(TV_series)", "http://dbpedia.org/resource/Buffalo_Bill_(TV_series)", "http://dbpedia.org/resource/Buford_and_the_Galloping_Ghost", "http://dbpedia.org/resource/Built_to_Last_(TV_series)", "http://dbpedia.org/resource/Buried_Secrets_(film)", "http://dbpedia.org/resource/C.A.T._Squad", "http://dbpedia.org/resource/C.P.O._Sharkey", "http://dbpedia.org/resource/C._Everett_Koop,_M.D.", "http://dbpedia.org/resource/CB_Bears", "http://dbpedia.org/resource/CHiPs", "http://dbpedia.org/resource/Caesar's_Hour", "http://dbpedia.org/resource/Caf\u00e9_Americain", "http://dbpedia.org/resource/California_Dreams", "http://dbpedia.org/resource/Call_My_Bluff_(American_game_show)", "http://dbpedia.org/resource/Camel_News_Caravan", "http://dbpedia.org/resource/Camp_(TV_series)", "http://dbpedia.org/resource/Camp_Candy", "http://dbpedia.org/resource/Campus_Hoopla", "http://dbpedia.org/resource/Cave-In!", "http://dbpedia.org/resource/Celebrity_Cooking_Showdown", "http://dbpedia.org/resource/Centennial_(miniseries)", "http://dbpedia.org/resource/Chain_Letter_(American_game_show)", "http://dbpedia.org/resource/Champions_(American_TV_series)", "http://dbpedia.org/resource/Chase_(1973_TV_series)", "http://dbpedia.org/resource/Chase_(2010_TV_series)", "http://dbpedia.org/resource/Cheers", "http://dbpedia.org/resource/Cheers_(season_1)", "http://dbpedia.org/resource/Cheers_(season_10)", "http://dbpedia.org/resource/Cheers_(season_11)", "http://dbpedia.org/resource/Cheers_(season_2)", "http://dbpedia.org/resource/Cheers_(season_3)", "http://dbpedia.org/resource/Cheers_(season_4)", "http://dbpedia.org/resource/Cheers_(season_5)", "http://dbpedia.org/resource/Cheers_(season_6)", "http://dbpedia.org/resource/Cheers_(season_7)", "http://dbpedia.org/resource/Cheers_(season_8)", "http://dbpedia.org/resource/Cheers_(season_9)", "http://dbpedia.org/resource/Chicago_Fire_(TV_series)", "http://dbpedia.org/resource/Chicago_Fire_(season_2)", "http://dbpedia.org/resource/Chicago_Fire_(season_3)", "http://dbpedia.org/resource/Chicago_Justice", "http://dbpedia.org/resource/Chicago_Med", "http://dbpedia.org/resource/Chicago_P.D._(TV_series)", "http://dbpedia.org/resource/Chicago_Sons", "http://dbpedia.org/resource/Chicago_Story", "http://dbpedia.org/resource/Chico_and_the_Man", "http://dbpedia.org/resource/Choose_Up_Sides", "http://dbpedia.org/resource/Chuck_(TV_series)", "http://dbpedia.org/resource/Stingray_(1985_TV_series)", "http://dbpedia.org/resource/Storybook_Squares", "http://dbpedia.org/resource/Strong_(TV_series)", "http://dbpedia.org/resource/Studio_60_on_the_Sunset_Strip", "http://dbpedia.org/resource/Suddenly_Susan", "http://dbpedia.org/resource/Sultan_and_the_Rock_Star", "http://dbpedia.org/resource/Summer_Breeze_(TV_series)", "http://dbpedia.org/resource/Summer_of_My_German_Soldier_(film)", "http://dbpedia.org/resource/Sunday_Afternoon_Baseball", "http://dbpedia.org/resource/Sunday_Night_with_Megyn_Kelly", "http://dbpedia.org/resource/Sunnyside_(American_TV_series)", "http://dbpedia.org/resource/Sunset_Beach_(TV_series)", "http://dbpedia.org/resource/Sunshine_(American_TV_series)", "http://dbpedia.org/resource/Super_President", "http://dbpedia.org/resource/Superstars_of_Dance", "http://dbpedia.org/resource/Supertrain", "http://dbpedia.org/resource/Surface_(2005_TV_series)", "http://dbpedia.org/resource/Sweet_Justice", "http://dbpedia.org/resource/Sweet_Surrender_(TV_series)", "http://dbpedia.org/resource/Take_a_Chance_(American_game_show)", "http://dbpedia.org/resource/Academy_of_Country_Music_Awards", "http://dbpedia.org/resource/Captain_N:_The_Game_Master", "http://dbpedia.org/resource/Card_Sharks", "http://dbpedia.org/resource/Carol_&_Company", "http://dbpedia.org/resource/Caroline_in_the_City", "http://dbpedia.org/resource/Carrie_(2002_film)", "http://dbpedia.org/resource/Cartoon_All-Stars_to_the_Rescue", "http://dbpedia.org/resource/Casablanca_(1983_TV_series)", "http://dbpedia.org/resource/Casper's_First_Christmas", "http://dbpedia.org/resource/Casper's_Halloween_Special", "http://dbpedia.org/resource/Casper_and_the_Angels", "http://dbpedia.org/resource/Hit_Man_(American_game_show)", "http://dbpedia.org/resource/Hitched_(1971_film)", "http://dbpedia.org/resource/Hizzonner", "http://dbpedia.org/resource/Hollywood_Game_Night", "http://dbpedia.org/resource/Hollywood_Squares", "http://dbpedia.org/resource/Homeland_Security_(film)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_2)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_3)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_4)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_5)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_6)", "http://dbpedia.org/resource/Homicide:_Life_on_the_Street_(season_7)", "http://dbpedia.org/resource/Hope_&_Gloria", "http://dbpedia.org/resource/Hot_Country_Nights", "http://dbpedia.org/resource/Hot_Pursuit_(1984_TV_series)", "http://dbpedia.org/resource/House_Rules_(1998_TV_series)", "http://dbpedia.org/resource/How_Murray_Saved_Christmas", "http://dbpedia.org/resource/How_to_Eat_Like_a_Child", "http://dbpedia.org/resource/How_to_Survive_a_Marriage", "http://dbpedia.org/resource/Howdy_Doody", "http://dbpedia.org/resource/Howie_Do_It", "http://dbpedia.org/resource/Hull_High", "http://dbpedia.org/resource/L.A._Law", "http://dbpedia.org/resource/L.A._Law:_The_Movie", "http://dbpedia.org/resource/LAX_(TV_series)", "http://dbpedia.org/resource/La_Brea_(TV_series)", "http://dbpedia.org/resource/Land_of_the_Lost_(1974_TV_series)", "http://dbpedia.org/resource/Las_Vegas_(TV_series)", "http://dbpedia.org/resource/Last_of_the_Mohicans_(1977_film)", "http://dbpedia.org/resource/LateLine", "http://dbpedia.org/resource/Late_Night_(franchise)", "http://dbpedia.org/resource/Late_Night_with_Conan_O'Brien", "http://dbpedia.org/resource/Late_Night_with_David_Letterman", "http://dbpedia.org/resource/Late_Night_with_Jimmy_Fallon", "http://dbpedia.org/resource/Late_Night_with_Seth_Meyers", "http://dbpedia.org/resource/Later_(talk_show)", "http://dbpedia.org/resource/Law_&_Order", "http://dbpedia.org/resource/Law_&_Order:_Criminal_Intent", "http://dbpedia.org/resource/Law_&_Order:_Criminal_Intent_(season_1)", "http://dbpedia.org/resource/Law_&_Order:_Criminal_Intent_(season_6)", "http://dbpedia.org/resource/Law_&_Order:_LA", "http://dbpedia.org/resource/Law_&_Order:_Organized_Crime", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_1)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_10)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_11)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_12)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_13)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_14)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_15)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_7)", "http://dbpedia.org/resource/Law_&_Order:_Special_Victims_Unit_(season_9)", "http://dbpedia.org/resource/Law_&_Order:_Trial_by_Jury", "http://dbpedia.org/resource/Law_&_Order_True_Crime", "http://dbpedia.org/resource/Law_of_the_Plainsman", "http://dbpedia.org/resource/Lazer_Tag_Academy", "http://dbpedia.org/resource/Leave_It_to_the_Girls", "http://dbpedia.org/resource/Doctor_Dolittle_(TV_series)", "http://dbpedia.org/resource/Dollar_a_Second", "http://dbpedia.org/resource/Dolly_Parton's_Christmas_of_Many_Colors:_Circle_of_Love", "http://dbpedia.org/resource/Dolly_Parton's_Coat_of_Many_Colors", "http://dbpedia.org/resource/Donner_Pass:_The_Road_to_Survival", "http://dbpedia.org/resource/Dotto", "http://dbpedia.org/resource/Double_Trouble_(American_TV_series)", "http://dbpedia.org/resource/Doug_Henning's_World_of_Magic", "http://dbpedia.org/resource/Dough_Re_Mi", "http://dbpedia.org/resource/Douglas_Fairbanks_Presents", "http://dbpedia.org/resource/Down_Home_(TV_series)", "http://dbpedia.org/resource/Down_You_Go", "http://dbpedia.org/resource/Dr._Kildare_(TV_series)", "http://dbpedia.org/resource/Dr._Seuss'_The_Grinch_Musical_Live!", "http://dbpedia.org/resource/Dracula_(2013_TV_series)", "http://dbpedia.org/resource/Dragnet_(1951_TV_series)", "http://dbpedia.org/resource/Dragnet_(franchise)", "http://dbpedia.org/resource/Dream_Street_(American_TV_series)", "http://dbpedia.org/resource/Dynasty_(film)", "http://dbpedia.org/resource/E-Ring", "http://dbpedia.org/resource/Singer_&_Sons", "http://dbpedia.org/resource/Sirota's_Court", "http://dbpedia.org/resource/Sister_Kate_(TV_series)", "http://dbpedia.org/resource/Sisters_(American_TV_series)", "http://dbpedia.org/resource/Sk8_(TV_series)", "http://dbpedia.org/resource/Skunked_TV", "http://dbpedia.org/resource/Sky_King", "http://dbpedia.org/resource/Skyward_(film)", "http://dbpedia.org/resource/Smash_(TV_series)", "http://dbpedia.org/resource/Snap_Judgment_(game_show)", "http://dbpedia.org/resource/Snip_(TV_series)", "http://dbpedia.org/resource/Someone's_Watching_Me!", "http://dbpedia.org/resource/Someone_Like_Me_(TV_series)", "http://dbpedia.org/resource/Somerset_(TV_series)", "http://dbpedia.org/resource/Something_So_Right_(TV_series)", "http://dbpedia.org/resource/Something_Wilder", "http://dbpedia.org/resource/Something_for_a_Lonely_Man", "http://dbpedia.org/resource/Son-Rise:_A_Miracle_of_Love", "http://dbpedia.org/resource/Songland", "http://dbpedia.org/resource/Sonny_Spoon", "http://dbpedia.org/resource/South_Beach_(1993_TV_series)", "http://dbpedia.org/resource/Seven_at_Eleven", "http://dbpedia.org/resource/Rex_Is_Not_Your_Lawyer", "http://dbpedia.org/resource/Cotton_Candy_(film)", "http://dbpedia.org/resource/Council_of_Dads_(TV_series)", "http://dbpedia.org/resource/Coupling_(American_TV_series)", "http://dbpedia.org/resource/Crash_Course_(film)", "http://dbpedia.org/resource/Crime_&_Punishment", "http://dbpedia.org/resource/Crime_&_Punishment_(1993_TV_series)", "http://dbpedia.org/resource/Crime_Story_(American_TV_series)", "http://dbpedia.org/resource/Crisis_(TV_series)", "http://dbpedia.org/resource/Crisis_Center", "http://dbpedia.org/resource/Crossbones_(TV_series)", "http://dbpedia.org/resource/Crossing_Jordan", "http://dbpedia.org/resource/Cruel_Doubt", "http://dbpedia.org/resource/Crusoe_(TV_series)", "http://dbpedia.org/resource/Cry_Vengeance!", "http://dbpedia.org/resource/Cursed_(2000_TV_series)", "http://dbpedia.org/resource/Cycling_on_NBC", "http://dbpedia.org/resource/DAG_(American_TV_series)", "http://dbpedia.org/resource/Grady_(American_TV_series)", "http://dbpedia.org/resource/Grand_Crew", "http://dbpedia.org/resource/Grandpa_Goes_to_Washington", "http://dbpedia.org/resource/Grease:_You're_the_One_That_I_Want!", "http://dbpedia.org/resource/Great_Ghost_Tales", "http://dbpedia.org/resource/Grimm_(TV_series)", "http://dbpedia.org/resource/Growing_Up_Brady_(film)", "http://dbpedia.org/resource/Growing_Up_Fisher", "http://dbpedia.org/resource/Gulf_Playhouse", "http://dbpedia.org/resource/Guys_with_Kids", "http://dbpedia.org/resource/H.R._Pufnstuf", "http://dbpedia.org/resource/Hec_Ramsey", "http://dbpedia.org/resource/Heist_(TV_series)", "http://dbpedia.org/resource/Hell_Town_(TV_series)", "http://dbpedia.org/resource/Hello,_Larry", "http://dbpedia.org/resource/Hercules_(miniseries)", "http://dbpedia.org/resource/Here's_Boomer", "http://dbpedia.org/resource/Here_Comes_the_Grump", "http://dbpedia.org/resource/Hero_High", "http://dbpedia.org/resource/Heroes_(American_TV_series)", "http://dbpedia.org/resource/Heroes_Reborn_(miniseries)", "http://dbpedia.org/resource/Hey,_Landlord", "http://dbpedia.org/resource/Hidden_Faces_(American_TV_series)", "http://dbpedia.org/resource/Hidden_Hills", "http://dbpedia.org/resource/High-Low_(game_show)", "http://dbpedia.org/resource/High_Ice_(film)", "http://dbpedia.org/resource/High_Rollers", "http://dbpedia.org/resource/Highway_to_Heaven", "http://dbpedia.org/resource/Hill_Street_Blues", "http://dbpedia.org/resource/M.Y.O.B._(TV_series)", "http://dbpedia.org/resource/MLB_Sunday_Leadoff", "http://dbpedia.org/resource/MLS_on_NBC", "http://dbpedia.org/resource/Macy's_Thanksgiving_Day_Parade", "http://dbpedia.org/resource/Madigan_(TV_series)", "http://dbpedia.org/resource/Madman_of_the_People", "http://dbpedia.org/resource/Magnavox_Presents_Frank_Sinatra", "http://dbpedia.org/resource/Major_League_Baseball:_An_Inside_Look", "http://dbpedia.org/resource/Major_League_Baseball_on_NBC", "http://dbpedia.org/resource/Make_Your_Own_Kind_of_Music_(TV_series)", "http://dbpedia.org/resource/Make_the_Connection", "http://dbpedia.org/resource/Malibu_Shores", "http://dbpedia.org/resource/Mama's_Boy_(TV_series)", "http://dbpedia.org/resource/Man_from_Atlantis", "http://dbpedia.org/resource/Man_from_Interpol", "http://dbpedia.org/resource/Man_of_the_People_(TV_series)", "http://dbpedia.org/resource/Mancuso,_F.B.I.", "http://dbpedia.org/resource/Manifest_(TV_series)", "http://dbpedia.org/resource/Manimal", "http://dbpedia.org/resource/Mann_&_Machine", "http://dbpedia.org/resource/Rhythm_&_Blues_(TV_series)", "http://dbpedia.org/resource/Richie_Brockelman,_Private_Eye", "http://dbpedia.org/resource/Ringo_(1978_film)", "http://dbpedia.org/resource/Rise_(American_TV_series)", "http://dbpedia.org/resource/Ritual_of_Evil", "http://dbpedia.org/resource/Riverboat_(TV_series)", "http://dbpedia.org/resource/Rock_Center_with_Brian_Williams", "http://dbpedia.org/resource/Rockin'_Through_the_Decades", "http://dbpedia.org/resource/Everything's_Relative_(1999_TV_series)", "http://dbpedia.org/resource/Exiled:_A_Law_&_Order_Movie", "http://dbpedia.org/resource/Eye_Guess", "http://dbpedia.org/resource/FM_(American_TV_series)", "http://dbpedia.org/resource/Fallen_Champ:_The_Untold_Story_of_Mike_Tyson", "http://dbpedia.org/resource/Fame_Is_the_Name_of_the_Game", "http://dbpedia.org/resource/Family_Album_(miniseries)", "http://dbpedia.org/resource/Family_Game_Fight!", "http://dbpedia.org/resource/Family_Movie_Night", "http://dbpedia.org/resource/Family_Secrets_(1984_film)", "http://dbpedia.org/resource/Family_Secrets_(game_show)", "http://dbpedia.org/resource/Fatal_Deception:_Mrs._Lee_Harvey_Oswald", "http://dbpedia.org/resource/Fatal_Vision_(miniseries)", "http://dbpedia.org/resource/Father_&_Son:_Dangerous_Relations", "http://dbpedia.org/resource/Father_Dowling_Mysteries", "http://dbpedia.org/resource/Father_Murphy", "http://dbpedia.org/resource/Father_of_the_Pride", "http://dbpedia.org/resource/Fathers_and_Sons_(1986_TV_series)", "http://dbpedia.org/resource/Fear_Factor", "http://dbpedia.org/resource/Fear_Itself_(TV_series)", "http://dbpedia.org/resource/Fear_No_Evil_(1969_film)", "http://dbpedia.org/resource/Ferris_Bueller_(TV_series)", "http://dbpedia.org/resource/Fire!_(1977_film)", "http://dbpedia.org/resource/Fire_on_the_Mountain_(1981_film)", "http://dbpedia.org/resource/Fired_Up_(TV_series)", "http://dbpedia.org/resource/First_to_Die", "http://dbpedia.org/resource/Five_Fingers_(American_TV_series)", "http://dbpedia.org/resource/Flamingo_Road_(TV_series)", "http://dbpedia.org/resource/Flesh_'n'_Blood_(TV_series)", "http://dbpedia.org/resource/Flesh_and_Blood_(1968_film)", "http://dbpedia.org/resource/Flipper_(1964_TV_series)", "http://dbpedia.org/resource/Flood!", "http://dbpedia.org/resource/Food_Fighters_(TV_series)", "http://dbpedia.org/resource/Foofur", "http://dbpedia.org/resource/Football_Night_in_America", "http://dbpedia.org/resource/Jennifer_Slept_Here", "http://dbpedia.org/resource/Jeopardy!", "http://dbpedia.org/resource/Jesse_(TV_series)", "http://dbpedia.org/resource/Jesus_Christ_Superstar_Live_in_Concert", "http://dbpedia.org/resource/Jesus_of_Nazareth_(TV_series)", "http://dbpedia.org/resource/Jigsaw_John_(TV_series)", "http://dbpedia.org/resource/Joe's_World", "http://dbpedia.org/resource/Joe_&_Valerie", "http://dbpedia.org/resource/Joe_Dancer", "http://dbpedia.org/resource/Joe_Forrester", "http://dbpedia.org/resource/Leeza", "http://dbpedia.org/resource/Legmen", "http://dbpedia.org/resource/Lego_Jurassic_World:_The_Secret_Exhibit", "http://dbpedia.org/resource/Liberty_(1986_film)", "http://dbpedia.org/resource/Life_(American_TV_series)", "http://dbpedia.org/resource/Lifestories", "http://dbpedia.org/resource/Lincoln_Rhyme:_Hunt_for_the_Bone_Collector", "http://dbpedia.org/resource/Line_of_Fire:_The_Morris_Dees_Story", "http://dbpedia.org/resource/Lipstick_Jungle_(TV_series)", "http://dbpedia.org/resource/National_Heads-Up_Poker_Championship", "http://dbpedia.org/resource/National_Lampoon's_Christmas_Vacation_2", "http://dbpedia.org/resource/Nearly_Departed", "http://dbpedia.org/resource/Needles_and_Pins_(TV_series)", "http://dbpedia.org/resource/Nero_Wolfe_(1981_TV_series)", "http://dbpedia.org/resource/New_Amsterdam_(2018_TV_series)", "http://dbpedia.org/resource/NewsRadio", "http://dbpedia.org/resource/Night_Court", "http://dbpedia.org/resource/Night_Court_(upcoming_TV_series)", "http://dbpedia.org/resource/Night_Gallery", "http://dbpedia.org/resource/Night_Gallery_(film)", "http://dbpedia.org/resource/Nightingales_(American_TV_series)", "http://dbpedia.org/resource/Nightmare_Cafe", "http://dbpedia.org/resource/Nightmare_in_Chicago", "http://dbpedia.org/resource/People's_Choice_Awards", "http://dbpedia.org/resource/People_Will_Talk_(game_show)", "http://dbpedia.org/resource/Perfect_Couples", "http://dbpedia.org/resource/Perfect_Harmony_(TV_series)", "http://dbpedia.org/resource/Perry_Mason_(TV_film_series)", "http://dbpedia.org/resource/Persons_Unknown_(TV_series)", "http://dbpedia.org/resource/Peter_Pan_(1976_musical)", "http://dbpedia.org/resource/Peter_the_Great_(miniseries)", "http://dbpedia.org/resource/Petrocelli", "http://dbpedia.org/resource/Phenomenon_(TV_program)", "http://dbpedia.org/resource/Private_Eye_(TV_series)", "http://dbpedia.org/resource/ProStars", "http://dbpedia.org/resource/Probe_(film)", "http://dbpedia.org/resource/Problem_Child_3:_Junior_in_Love", "http://dbpedia.org/resource/Profiler_(TV_series)", "http://dbpedia.org/resource/Project_U.F.O.", "http://dbpedia.org/resource/Quantum_Leap", "http://dbpedia.org/resource/Quark_(TV_series)", "http://dbpedia.org/resource/Quarterlife", "http://dbpedia.org/resource/Queen_for_a_Day", "http://dbpedia.org/resource/Quincy,_M.E.", "http://dbpedia.org/resource/Race_to_the_Altar", "http://dbpedia.org/resource/Rags_to_Riches_(TV_series)", "http://dbpedia.org/resource/Raid_on_Entebbe_(film)", "http://dbpedia.org/resource/Third_Watch", "http://dbpedia.org/resource/This_Is_Us", "http://dbpedia.org/resource/This_Is_Your_Life", "http://dbpedia.org/resource/Thoroughbred_Racing_on_NBC", "http://dbpedia.org/resource/Those_She_Left_Behind", "http://dbpedia.org/resource/Three_Sisters_(American_TV_series)", "http://dbpedia.org/resource/Three_Wishes_(American_TV_series)", "http://dbpedia.org/resource/Three_for_the_Money", "http://dbpedia.org/resource/Thunder_(TV_series)", "http://dbpedia.org/resource/Time_Machine_(game_show)", "http://dbpedia.org/resource/Timeless_(TV_series)", "http://dbpedia.org/resource/Titans_(2000_TV_series)", "http://dbpedia.org/resource/To_Say_the_Least", "http://dbpedia.org/resource/Today_(American_TV_program)", "http://dbpedia.org/resource/Today_with_Hoda_&_Jenna", "http://dbpedia.org/resource/Tom,_Dick,_and_Mary", "http://dbpedia.org/resource/Tom_Clancy's_Op_Center_(film)", "http://dbpedia.org/resource/Tommy_Lee_Goes_to_College", "http://dbpedia.org/resource/Windfall_(TV_series)", "http://dbpedia.org/resource/Wings_(1990_TV_series)", "http://dbpedia.org/resource/Wings_of_Fire_(film)", "http://dbpedia.org/resource/Winner_Take_All_(game_show)", "http://dbpedia.org/resource/Winnetka_Road", "http://dbpedia.org/resource/Wish_Kid", "http://dbpedia.org/resource/Witch's_Night_Out", "http://dbpedia.org/resource/Woman_on_the_Run:_The_Lawrencia_Bembenek_Story", "http://dbpedia.org/resource/Woody_Allen_Looks_at_1967", "http://dbpedia.org/resource/Words_and_Music_(American_game_show)", "http://dbpedia.org/resource/Working_(TV_series)", "http://dbpedia.org/resource/Working_Girl_(TV_series)", "http://dbpedia.org/resource/Working_It_Out", "http://dbpedia.org/resource/Working_the_Engels", "http://dbpedia.org/resource/World_of_Dance_(TV_series)", "http://dbpedia.org/resource/Wrangler_(TV_series)", "http://dbpedia.org/resource/Y2K_(film)", "http://dbpedia.org/resource/ER_(TV_series)", "http://dbpedia.org/resource/Early_Today", "http://dbpedia.org/resource/Earth_2_(TV_series)", "http://dbpedia.org/resource/Easy_Street_(TV_series)", "http://dbpedia.org/resource/Ed_(TV_series)", "http://dbpedia.org/resource/Eerie,_Indiana", "http://dbpedia.org/resource/Eischied", "http://dbpedia.org/resource/Elf:_Buddy's_Musical_Christmas", "http://dbpedia.org/resource/Ellery_Queen_(TV_series)", "http://dbpedia.org/resource/Just_Deal", "http://dbpedia.org/resource/Just_Men!", "http://dbpedia.org/resource/Just_Shoot_Me!", "http://dbpedia.org/resource/Karen_(1964_TV_series)", "http://dbpedia.org/resource/Livin'_for_Love:_The_Natalie_Cole_Story", "http://dbpedia.org/resource/Living_Proof:_The_Hank_Williams_Jr._Story", "http://dbpedia.org/resource/Liza_with_a_Z", "http://dbpedia.org/resource/London_Suite_(film)", "http://dbpedia.org/resource/Lookwell", "http://dbpedia.org/resource/Lost_(game_show)", "http://dbpedia.org/resource/Love's_Deadly_Triangle:_The_Texas_Cadet_Murder", "http://dbpedia.org/resource/Love,_Lies_and_Murder", "http://dbpedia.org/resource/Love,_Sidney", "http://dbpedia.org/resource/Love_in_the_Wild", "http://dbpedia.org/resource/Lucas_Tanner", "http://dbpedia.org/resource/One_Big_Happy_(TV_series)", "http://dbpedia.org/resource/One_Happy_Family", "http://dbpedia.org/resource/One_Hour_in_Wonderland", "http://dbpedia.org/resource/One_of_the_Boys_(1982_TV_series)", "http://dbpedia.org/resource/One_of_the_Boys_(1989_TV_series)", "http://dbpedia.org/resource/One_to_Grow_On", "http://dbpedia.org/resource/Opposites_Attract_(film)", "http://dbpedia.org/resource/Ordinary_Joe", "http://dbpedia.org/resource/Our_House_(American_TV_series)", "http://dbpedia.org/resource/Our_Shining_Moment", "http://dbpedia.org/resource/Outlaw_(TV_series)", "http://dbpedia.org/resource/Outsourced_(TV_series)", "http://dbpedia.org/resource/Serving_in_Silence:_The_Margarethe_Cammermeyer_Story", "http://dbpedia.org/resource/Shades_of_Blue_(TV_series)", "http://dbpedia.org/resource/Shannon's_Deal", "http://dbpedia.org/resource/Shattered_Trust:_The_Shari_Karney_Story", "http://dbpedia.org/resource/She's_Dressed_to_Kill", "http://dbpedia.org/resource/Shirley_(TV_series)", "http://dbpedia.org/resource/Shirley_Temple's_Storybook", "http://dbpedia.org/resource/Shirt_Tales", "http://dbpedia.org/resource/Shootdown_(film)", "http://dbpedia.org/resource/Short_Story_Playhouse", "http://dbpedia.org/resource/Sh\u014dgun_(1980_miniseries)", "http://dbpedia.org/resource/Siberia_(TV_series)", "http://dbpedia.org/resource/Sidney_Shorr:_A_Girl's_Best_Friend", "http://dbpedia.org/resource/Sierra_(TV_series)", "http://dbpedia.org/resource/Sigmund_and_the_Sea_Monsters", "http://dbpedia.org/resource/Silver_Spoons", "http://dbpedia.org/resource/Southland_(TV_series)", "http://dbpedia.org/resource/Space_Cats", "http://dbpedia.org/resource/Space_Force_(TV_pilot)", "http://dbpedia.org/resource/Space_Sentinels", "http://dbpedia.org/resource/Space_Stars", "http://dbpedia.org/resource/Special_Treat", "http://dbpedia.org/resource/Spencer_(TV_series)", "http://dbpedia.org/resource/Spider-Man_and_His_Amazing_Friends_(1981_TV_series)", "http://dbpedia.org/resource/Sportsworld_(American_TV_series)", "http://dbpedia.org/resource/St._Elsewhere", "http://dbpedia.org/resource/Stand_Against_Fear", "http://dbpedia.org/resource/Star_Trek:_The_Animated_Series", "http://dbpedia.org/resource/Stark_Raving_Mad_(TV_series)", "http://dbpedia.org/resource/Stars_Earn_Stripes", "http://dbpedia.org/resource/The_Mystery_Chef", "http://dbpedia.org/resource/Secret_Squirrel", "http://dbpedia.org/resource/Youth_Wants_To_Know", "http://dbpedia.org/resource/Big_Bird_in_China", "http://dbpedia.org/resource/Big_Hawaii", "http://dbpedia.org/resource/Big_John,_Little_John", "http://dbpedia.org/resource/Bionic_Woman_(2007_TV_series)", "http://dbpedia.org/resource/Bitter_Harvest_(1981_film)", "http://dbpedia.org/resource/Black_Tie_Affair_(TV_series)", "http://dbpedia.org/resource/Black_Widow_Murders:_The_Blanche_Taylor_Moore_Story", "http://dbpedia.org/resource/Blacke's_Magic", "http://dbpedia.org/resource/Blank_Check_(game_show)", "http://dbpedia.org/resource/Blind_Date_(American_game_show)", "http://dbpedia.org/resource/Blind_Faith_(miniseries)", "http://dbpedia.org/resource/Blind_Side_(1993_film)", "http://dbpedia.org/resource/Blossom_(TV_series)", "http://dbpedia.org/resource/Bluff_City_Law", "http://dbpedia.org/resource/Bonino_(TV_series)", "http://dbpedia.org/resource/Hunter_(1984_American_TV_series)", "http://dbpedia.org/resource/Hurricane_Saturday", "http://dbpedia.org/resource/I'll_Be_Home_for_Christmas_(1988_film)", "http://dbpedia.org/resource/I'll_Bet", "http://dbpedia.org/resource/I'll_Fly_Away_(TV_series)", "http://dbpedia.org/resource/I'm_Telling!", "http://dbpedia.org/resource/I'm_a_Celebrity...Get_Me_Out_of_Here!_(American_TV_series)", "http://dbpedia.org/resource/IHeartRadio_Music_Awards", "http://dbpedia.org/resource/I_Dream_of_Jeannie", "http://dbpedia.org/resource/I_Feel_Bad", "http://dbpedia.org/resource/I_Know_My_First_Name_Is_Steven", "http://dbpedia.org/resource/I_Married_Joan", "http://dbpedia.org/resource/I_Married_Wyatt_Earp_(film)", "http://dbpedia.org/resource/I_Spy_(1965_TV_series)", "http://dbpedia.org/resource/I_Still_Dream_of_Jeannie", "http://dbpedia.org/resource/I_Witness_Video", "http://dbpedia.org/resource/Identity_(game_show)", "http://dbpedia.org/resource/Imagine_That_(TV_series)", "http://dbpedia.org/resource/In-Laws", "http://dbpedia.org/resource/In_Broad_Daylight_(1991_film)", "http://dbpedia.org/resource/In_the_Beginning_(miniseries)", "http://dbpedia.org/resource/In_the_Heat_of_the_Night_(TV_series)", "http://dbpedia.org/resource/In_the_Nick_of_Time_(1991_film)", "http://dbpedia.org/resource/Inch_High,_Private_Eye", "http://dbpedia.org/resource/Inconceivable_(TV_series)", "http://dbpedia.org/resource/Indebted", "http://dbpedia.org/resource/IndyCar_Series_on_NBC", "http://dbpedia.org/resource/King_Leonardo_and_His_Short_Subjects", "http://dbpedia.org/resource/Kingpin_(TV_series)", "http://dbpedia.org/resource/Kings_(American_TV_series)", "http://dbpedia.org/resource/Kiss_Meets_the_Phantom_of_the_Park", "http://dbpedia.org/resource/Kissyfur", "http://dbpedia.org/resource/Knight_Rider_(1982_TV_series)", "http://dbpedia.org/resource/Knight_Rider_(2008_TV_series)", "http://dbpedia.org/resource/Knight_Rider_(2008_film)", "http://dbpedia.org/resource/Kristin_(TV_series)", "http://dbpedia.org/resource/Kung_Fu_Panda_Holiday", "http://dbpedia.org/resource/List_of_Community_episodes", "http://dbpedia.org/resource/List_of_Fame_(1982_TV_series)_episodes", "http://dbpedia.org/resource/List_of_Friday_Night_Lights_episodes", "http://dbpedia.org/resource/List_of_Get_Smart_episodes", "http://dbpedia.org/resource/List_of_JAG_episodes", "http://dbpedia.org/resource/List_of_Law_&_Order:_Criminal_Intent_episodes", "http://dbpedia.org/resource/List_of_Peter_Gunn_episodes", "http://dbpedia.org/resource/List_of_Punky_Brewster_episodes", "http://dbpedia.org/resource/List_of_Scrubs_episodes", "http://dbpedia.org/resource/List_of_Southland_episodes", "http://dbpedia.org/resource/List_of_Wagon_Train_episodes", "http://dbpedia.org/resource/Little_Big_Shots", "http://dbpedia.org/resource/Little_Gloria..._Happy_at_Last", "http://dbpedia.org/resource/Little_House_on_the_Prairie_(film)", "http://dbpedia.org/resource/Little_Richard_(film)", "http://dbpedia.org/resource/Miami_Vice", "http://dbpedia.org/resource/Michael_Bubl\u00e9's_Christmas_in_the_City", "http://dbpedia.org/resource/Mickey's_60th_Birthday", "http://dbpedia.org/resource/Micro_Ventures", "http://dbpedia.org/resource/Midnight,_Texas", "http://dbpedia.org/resource/Midnight_Caller", "http://dbpedia.org/resource/Mindreaders", "http://dbpedia.org/resource/Minute_to_Win_It_(American_game_show)", "http://dbpedia.org/resource/Miracle_Child_(film)", "http://dbpedia.org/resource/PDQ_(game_show)", "http://dbpedia.org/resource/Pacific_Station_(TV_series)", "http://dbpedia.org/resource/Parent_Trap:_Hawaiian_Honeymoon", "http://dbpedia.org/resource/Parent_Trap_III", "http://dbpedia.org/resource/Parenthood_(1990_TV_series)", "http://dbpedia.org/resource/Parenthood_(2010_TV_series)", "http://dbpedia.org/resource/Parks_and_Recreation_(season_7)", "http://dbpedia.org/resource/Partners_in_Crime_(American_TV_series)", "http://dbpedia.org/resource/Passions", "http://dbpedia.org/resource/Password_Plus_and_Super_Password", "http://dbpedia.org/resource/Roomies_(TV_series)", "http://dbpedia.org/resource/Roommates_(1994_film)", "http://dbpedia.org/resource/Rosetti_and_Ryan", "http://dbpedia.org/resource/Route_66_(1993_TV_series)", "http://dbpedia.org/resource/Rowan_&_Martin's_Laugh-In", "http://dbpedia.org/resource/Run,_Joe,_Run", "http://dbpedia.org/resource/Run_for_Your_Life_(TV_series)", "http://dbpedia.org/resource/Running_Wild_with_Bear_Grylls", "http://dbpedia.org/resource/Running_the_Halls", "http://dbpedia.org/resource/Go/Nitro", "http://dbpedia.org/resource/Yo_Yogi!", "http://dbpedia.org/resource/Yogi's_Space_Race", "http://dbpedia.org/resource/You're_Putting_Me_On", "http://dbpedia.org/resource/You,_Me_and_the_Apocalypse", "http://dbpedia.org/resource/Young_Rock", "http://dbpedia.org/resource/Your_First_Impression", "http://dbpedia.org/resource/Your_Prize_Story", "http://dbpedia.org/resource/Your_Show_of_Shows", "http://dbpedia.org/resource/Zoey's_Extraordinary_Playlist", "http://dbpedia.org/resource/Soccer_on_NBC_Sports"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/coach> <http://dbpedia.org/resource/Chip_Kelly> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/DebutTeam>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/Malaysian_Highway_Authority> . ?x <http://dbpedia.org/property/crosses> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Ekstraliga_(speedway)> . ?x <http://dbpedia.org/ontology/nickname> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/members> <http://dbpedia.org/resource/Bangladesh> . ?x <http://dbpedia.org/ontology/members> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/operator> <http://dbpedia.org/resource/Starwood_Capital_Group> . ?x <http://dbpedia.org/ontology/regionServed> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Philip_Webb> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Building>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ivanpah_Solar_Power_Facility> <http://dbpedia.org/ontology/owner> ?uri . <http://dbpedia.org/resource/Dart_(programming_language)> <http://dbpedia.org/property/developer> ?uri} "}, "answers": ["http://dbpedia.org/resource/Google"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/MaintainedBy> ?uri }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/partner> <http://dbpedia.org/resource/Dolores_del_R\u00edo> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/out> <http://dbpedia.org/resource/Texarkana> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Band>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/partner> <http://dbpedia.org/resource/Rosie_Huntington-Whiteley> . }"}, "answers": ["http://dbpedia.org/resource/Jason_Statham"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chicago_Bulls> <http://dbpedia.org/property/draftTeam> ?uri . <http://dbpedia.org/resource/Los_Angeles_Clippers> <http://dbpedia.org/ontology/currentPlayer> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ganzert> <http://dbpedia.org/ontology/country> ?uri . <http://dbpedia.org/resource/Balaton_wine_region> <http://dbpedia.org/property/wineRegion> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Domenico_Modugno> <http://dbpedia.org/property/constituency> ?uri } "}, "answers": ["http://dbpedia.org/resource/Turin", "Rome IV"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chicken_Little_(1943_film)> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Emmy_Awards", "http://dbpedia.org/resource/Golden_Globe_Awards", "http://dbpedia.org/resource/Academy_Awards"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bottineau_LRT> <http://dbpedia.org/property/headquarters> ?x . ?x <http://dbpedia.org/ontology/country> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_Speraw> <http://dbpedia.org/ontology/hometown> ?uri } "}, "answers": ["http://dbpedia.org/resource/California"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/fields> <http://dbpedia.org/resource/Philosophy> . ?x <http://dbpedia.org/property/discipline> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/\u0218erban_\u021ai\u021beica> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": ["http://dbpedia.org/resource/Werner_Heisenberg"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Josef_Johansson> <http://dbpedia.org/ontology/hometown> ?uri . <http://dbpedia.org/resource/Nader_Guirat> <http://dbpedia.org/property/birthPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> <http://dbpedia.org/ontology/academicDiscipline> ?uri } "}, "answers": ["http://dbpedia.org/resource/Brain", "http://dbpedia.org/resource/Cerebral_circulation", "http://dbpedia.org/resource/Neuroimaging"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Scherman> <http://dbpedia.org/property/training> ?uri } "}, "answers": ["http://dbpedia.org/resource/Dartmouth_College"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/portrayer> <http://dbpedia.org/resource/Sean_Young> . ?x <http://dbpedia.org/ontology/series> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Blade_Runner"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Peter-John_Vettese> . ?x <http://dbpedia.org/property/writer> ?uri . }"}, "answers": ["*Phil Bentley\n*Steve Hart\n*Jamie Hartman", "* Peter Cox\n* Peter-John Vettese", "Robin Gibb", "* Tina Arena\n* Peter-John Vettese", "http://dbpedia.org/resource/Candice_Alley", "Adam Argyle", "http://dbpedia.org/resource/Jenny_Lindfors", "http://dbpedia.org/resource/Spark_(singer)", "http://dbpedia.org/resource/Peter_Vettese"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/Inyo_National_Forest> . ?uri <http://dbpedia.org/property/location> <http://dbpedia.org/resource/California> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/manager> <http://dbpedia.org/resource/Piotr_Baron> . ?x <http://dbpedia.org/property/nickname> ?uri . }"}, "answers": ["Byki"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/debutTeam> <http://dbpedia.org/resource/Houston_Astros> . ?x <http://dbpedia.org/property/team> ?uri . }"}, "answers": ["99"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/locatedInArea> <http://dbpedia.org/resource/Yosemite_National_Park> . ?x <http://dbpedia.org/ontology/firstAscentPerson> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/arena> <http://dbpedia.org/resource/Nashville,_Tennessee> . ?x <http://dbpedia.org/property/license> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/division> <http://dbpedia.org/resource/Firmicutes> . ?uri <http://dbpedia.org/property/domain> <http://dbpedia.org/resource/Bacteria> . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Queer_as_Folk_(UK_TV_series)> . ?x <http://dbpedia.org/property/greatThings> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/R\u00f3bert_Erban_\u021ai> . <http://dbpedia.org/resource/Erich_Bagge> study . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/race> <http://dbpedia.org/resource/Bobby_Beasley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Racer>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Brad_Paisley_discography> <http://dbpedia.org/property/artist> ?uri } "}, "answers": ["http://dbpedia.org/resource/Brad_Paisley", "Brad Paisley"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Ernest_Rutherford> . }"}, "answers": ["15"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Quarterback> . ?x <http://dbpedia.org/ontology/starring> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henri_Maspero> <http://dbpedia.org/ontology/academicAdvisor> ?x . ?x <http://dbpedia.org/property/fields> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Sanskrit_literature", "http://dbpedia.org/resource/Buddhism", "http://dbpedia.org/resource/Sanskrit_language", "http://dbpedia.org/resource/Religion_in_China", "http://dbpedia.org/resource/Chinese_history"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lydia_Clarke> <http://dbpedia.org/ontology/spouse> ?uri . <http://dbpedia.org/resource/Soylent_Green> <http://dbpedia.org/property/starring> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Charlton_Heston"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/FWD.us> <http://dbpedia.org/property/keyPeople> ?uri } "}, "answers": ["http://dbpedia.org/resource/Candice_Jones", "http://dbpedia.org/resource/Mark_Zuckerberg", "http://dbpedia.org/resource/Joe_Green_(entrepreneur)", ""]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Into_the_Dalek> <http://dbpedia.org/property/executiveProducer> ?uri } "}, "answers": ["http://dbpedia.org/resource/Brian_Minchin", "Steven Moffat"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/Arkansas> . ?x <http://dbpedia.org/property/cities> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/subsidiary> <http://dbpedia.org/resource/Sony_Corporation_shareholders_and_subsidiaries> . ?uri <http://dbpedia.org/property/manufacturer> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Ontario> . ?x <http://dbpedia.org/ontology/regionServed> ?uri . }"}, "answers": ["http://dbpedia.org/resource/United_States", "http://dbpedia.org/resource/Toronto", "http://dbpedia.org/resource/Ottawa", "http://dbpedia.org/resource/Canada", "http://dbpedia.org/resource/North_America", "http://dbpedia.org/resource/Greater_Toronto_Area", "http://dbpedia.org/resource/Southern_Ontario", "http://dbpedia.org/resource/Quebec", "http://dbpedia.org/resource/Ontario", "http://dbpedia.org/resource/Vancouver", "http://dbpedia.org/resource/Frankfurt", "http://dbpedia.org/resource/Boston", "http://dbpedia.org/resource/Montreal", "http://dbpedia.org/resource/Calgary", "http://dbpedia.org/resource/Chicago", "http://dbpedia.org/resource/New_York_City", "http://dbpedia.org/resource/Tokyo", "http://dbpedia.org/resource/London", "http://dbpedia.org/resource/Minneapolis", "http://dbpedia.org/resource/Americas", "http://dbpedia.org/resource/Australia", "http://dbpedia.org/resource/Austria", "http://dbpedia.org/resource/Belgium", "http://dbpedia.org/resource/France", "http://dbpedia.org/resource/Taiwan", "http://dbpedia.org/resource/Germany", "http://dbpedia.org/resource/Portugal", "http://dbpedia.org/resource/United_Kingdom", "http://dbpedia.org/resource/Brazil", "http://dbpedia.org/resource/Japan", "http://dbpedia.org/resource/Ireland", "http://dbpedia.org/resource/Italy", "http://dbpedia.org/resource/Turkey", "http://dbpedia.org/resource/South_Africa", "http://dbpedia.org/resource/Netherlands", "http://dbpedia.org/resource/New_Zealand", "http://dbpedia.org/resource/Philippines", "http://dbpedia.org/resource/Luxembourg", "http://dbpedia.org/resource/Spain", "http://dbpedia.org/resource/Mexico", "http://dbpedia.org/resource/Alberta", "http://dbpedia.org/resource/Prince_Edward_Island", "http://dbpedia.org/resource/British_Columbia", "http://dbpedia.org/resource/Nova_Scotia", "http://dbpedia.org/resource/Saskatchewan", "http://dbpedia.org/resource/Manitoba", "http://dbpedia.org/resource/New_Brunswick", "http://dbpedia.org/resource/Newfoundland_and_Labrador"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/author> <http://dbpedia.org/resource/Wiktionary> . ?x <http://dbpedia.org/property/board> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Newin_Chidchob> <http://dbpedia.org/property/nationality> ?uri } "}, "answers": ["http://dbpedia.org/resource/Thailand"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Tim_Burton> . ?uri <http://dbpedia.org/ontology/music> <http://dbpedia.org/resource/Jenna_Elfman> } "}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Drums_Around_the_World> . ?x <http://dbpedia.org/ontology/genre> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Earl_B._Ruth> <http://dbpedia.org/ontology/appointer> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Samuel_Isham> <http://dbpedia.org/property/education> ?uri } "}, "answers": ["http://dbpedia.org/resource/Phillips_Academy"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Vargas_(state)> . ?x <http://dbpedia.org/property/debutteam> ?uri . }"}, "answers": ["St. Louis Cardinals", "Chicago White Sox", "http://dbpedia.org/resource/San_Francisco_Giants", "Houston Astros"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Battle_of_France> . ?x <http://dbpedia.org/property/awards> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/Colonels_Softball_Complex> . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ontario> <http://dbpedia.org/ontology/location> ?uri } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Juno_I> <http://dbpedia.org/ontology/launchSite> ?uri } "}, "answers": ["http://dbpedia.org/resource/Cape_Canaveral_Launch_Complex_26", "http://dbpedia.org/resource/Cape_Canaveral_Launch_Complex_5", "http://dbpedia.org/resource/Cape_Canaveral_Space_Force_Station", "http://dbpedia.org/resource/Florida"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/country> <http://dbpedia.org/resource/Sweden> . ?x <http://dbpedia.org/ontology/ingredient> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Rye_bread", "http://dbpedia.org/resource/Mayonnaise", "http://dbpedia.org/resource/Egg_as_food", "http://dbpedia.org/resource/Potato_starch", "http://dbpedia.org/resource/Water", "http://dbpedia.org/resource/Rose_hip", "http://dbpedia.org/resource/Sugar", "http://dbpedia.org/resource/Potato", "http://dbpedia.org/resource/Blood", "http://dbpedia.org/resource/Flour", "http://dbpedia.org/resource/Bilberry", "http://dbpedia.org/resource/Cardamom", "http://dbpedia.org/resource/Chocolate", "http://dbpedia.org/resource/Marzipan", "http://dbpedia.org/resource/Cocoa_bean", "http://dbpedia.org/resource/Punsch", "http://dbpedia.org/resource/Butter", "http://dbpedia.org/resource/Cookie", "http://dbpedia.org/resource/Cinnamon", "http://dbpedia.org/resource/Syrup", "http://dbpedia.org/resource/Rennet", "http://dbpedia.org/resource/Wheat_flour", "http://dbpedia.org/resource/Milk", "http://dbpedia.org/resource/Almond", "http://dbpedia.org/resource/Ammonium_carbonate", "http://dbpedia.org/resource/Rye", "http://dbpedia.org/resource/Margarine", "http://dbpedia.org/resource/Baker's_yeast", "http://dbpedia.org/resource/Treacle", "http://dbpedia.org/resource/Citric_acid", "http://dbpedia.org/resource/Inverted_sugar_syrup", "http://dbpedia.org/resource/Corn_starch", "http://dbpedia.org/resource/Corn_syrup", "http://dbpedia.org/resource/Apple", "http://dbpedia.org/resource/Rhubarb", "http://dbpedia.org/resource/Oatmeal", "http://dbpedia.org/resource/Barley", "http://dbpedia.org/resource/Kipper", "http://dbpedia.org/resource/Herring", "http://dbpedia.org/resource/Cheese", "http://dbpedia.org/resource/Salt", "http://dbpedia.org/resource/Chicken", "http://dbpedia.org/resource/Chili_sauce_and_paste", "http://dbpedia.org/resource/Peanut", "http://dbpedia.org/resource/Banana", "http://dbpedia.org/resource/Bacon", "http://dbpedia.org/resource/Cream", "http://dbpedia.org/resource/Pork", "http://dbpedia.org/resource/Batter_(cooking)", "http://dbpedia.org/resource/Cocoa_solids", "http://dbpedia.org/resource/Coffee", "http://dbpedia.org/resource/Egg", "http://dbpedia.org/resource/Saffron", "http://dbpedia.org/resource/Yeast", "http://dbpedia.org/resource/Moose", "http://dbpedia.org/resource/Atlantic_herring", "http://dbpedia.org/resource/Powdered_sugar", "http://dbpedia.org/resource/Sponge_cake", "http://dbpedia.org/resource/Whipped_cream", "http://dbpedia.org/resource/Blood_as_food", "http://dbpedia.org/resource/Golden_syrup", "http://dbpedia.org/resource/Beef", "http://dbpedia.org/resource/Fruit_preserves", "http://dbpedia.org/resource/Wheat", "http://dbpedia.org/resource/Barley_flour", "http://dbpedia.org/resource/Mashed_potato", "http://dbpedia.org/resource/Gravy", "http://dbpedia.org/resource/Leek", "http://dbpedia.org/resource/Seabird", "http://dbpedia.org/resource/Onion", "http://dbpedia.org/resource/Eel", "http://dbpedia.org/resource/Rice_pudding", "http://dbpedia.org/resource/Peppermint"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rheinmetall_MG_60> <http://dbpedia.org/property/origin> ?uri } "}, "answers": ["http://dbpedia.org/resource/West_Germany"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/cinematography> <http://dbpedia.org/resource/Gregg_Toland> . }"}, "answers": ["62"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Mwtro-Noth_Railroad> . ?x <http://dbpedia.org/ontology/line> ?uri }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Dundas_Castle> . ?x <http://dbpedia.org/property/locations> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Barbara_Bush> <http://dbpedia.org/property/children> ?uri } "}, "answers": ["http://dbpedia.org/resource/George_W._Bush", "http://dbpedia.org/resource/Marvin_Bush", "http://dbpedia.org/resource/Jeb_Bush", "http://dbpedia.org/resource/Dorothy_Bush_Koch", "http://dbpedia.org/resource/Neil_Bush", "http://dbpedia.org/resource/Pauline_Robinson_Bush", ""]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/The_ionian_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?x <http://dbpedia.org/ontology/basedOn> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?x <http://dbpedia.org/ontology/team> ?uri . }"}, "answers": ["1608"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/currentclub> <http://dbpedia.org/resource/Los_Angeles_Kings> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SportsTeam>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/developer> <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/Jayce_and_the_Wheeled_Warriors"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/Peace> . ?uri <http://dbpedia.org/ontology/organisation> <http://dbpedia.org/resource/Environmentalism> . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Darcs> <http://dbpedia.org/ontology/license> ?uri } "}, "answers": ["http://dbpedia.org/resource/GNU_General_Public_License"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/commandStructure> <http://dbpedia.org/resource/United_States_Navy> . ?uri <http://dbpedia.org/ontology/garrison> <http://dbpedia.org/resource/Arlington_County,_Virginia> } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Stephen_Kozmeniuk> . ?x <http://dbpedia.org/property/artist> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Deborah_Crombie> <http://dbpedia.org/property/mascot> ?x . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_W._Hyatt> <http://dbpedia.org/property/successor> ?x . ?x <http://dbpedia.org/ontology/restingplace> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Los_Angeles_International_Airport> <http://dbpedia.org/ontology/hubAirport> ?uri . <http://dbpedia.org/resource/San_Francisco_International-Airport> <http://dbpedia.org/property/hub> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fabio_Mercurio> <http://dbpedia.org/ontology/employer> ?x . ?x <http://dbpedia.org/property/owner> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Timeform> . ?x <http://dbpedia.org/property/owner> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Aga_Khan_IV", "http://dbpedia.org/resource/Godolphin_Stables", "J. A. Mulcahy", "Marcel Boussac", "Jean-Pierre Binet", "Paddy Prendergast", "http://dbpedia.org/resource/Berry_Gordy", "http://dbpedia.org/resource/Bruce_McNall", "Mrs P. Ribes", "Jim Joel", "Rita Moore", "Paul Barber & Maggie Findlay", "James Burridge, Midge Burridge, Richard Burridge, Simon Bullimore", "Lucayan Stud", "http://dbpedia.org/resource/Robert_Sangster", "http://dbpedia.org/resource/Edwin_McAlpine,_Baron_McAlpine_of_Moffat", "http://dbpedia.org/resource/Khalid_ibn_Abdullah", "W J Stirling", "Radha Sigtia", "http://dbpedia.org/resource/Randall_Dee_Hubbard", "http://dbpedia.org/resource/Allen_Paulson", "Ecurie Aland", "http://dbpedia.org/resource/Godolphin_Racing", "Rennstal W\u00f6hler", "http://dbpedia.org/resource/Herv\u00e9_Morin", "http://dbpedia.org/resource/Victor_Sassoon", "Ahmed Foustok", "Mrs Charles Th\u00e9riot", "http://dbpedia.org/resource/Harry_Ranier", "http://dbpedia.org/resource/Michael_Tabor", "Laure Boulay de la Meurthe", "http://dbpedia.org/resource/Daniel_Wildenstein", "Ravi Tikkoo", "http://dbpedia.org/resource/Kaye_baronets", "Hans Paul", "Mrs V S Grant", "Yan Houyvet", "Sir Humphrey de Trafford", "William H. Gollings", "R. B \"Budgie\" Moller", "Lord Halifax", "http://dbpedia.org/resource/Hamdan_bin_Rashid_Al_Maktoum", "Ray Bell", "Petite Luellwitz", "Nelson Bunker Hunt", "Sir Malcolm McAlpine", "http://dbpedia.org/resource/Mohammed_bin_Rashid_Al_Maktoum", "A. & J. Bodie/A. Speelman", "http://dbpedia.org/resource/Maktoum_bin_Rashid_Al_Maktoum", "Victor Sassoon", "http://dbpedia.org/resource/Paul_de_Moussac", "Mana Al Maktoum", "A D Brennan", "http://dbpedia.org/resource/Fahd_bin_Salman_bin_Abdulaziz_Al_Saud", "Mohamed Mutawa", "Dick Hollingsworth", "Jeff Smith", "Daniel Wildenstein", "http://dbpedia.org/resource/Dogwood_Stable", "Mrs Tony Villar", "http://dbpedia.org/resource/Princess_Haya_bint_Hussein", "http://dbpedia.org/resource/QBE_Insurance", "Gainsborough Stud", "Maxilead Limited", "http://dbpedia.org/resource/Philip_Niarchos", "Stavros Niarchos", "http://dbpedia.org/resource/Allen_E._Paulson", "Tim Rogers", "Mrs L Browne", "Aga Khan IV", "Sir Percy Loraine", "Alfie McLean", "http://dbpedia.org/resource/Wayne_Gretzky", "http://dbpedia.org/resource/Prince_Khalid_bin_Abdullah", "Woodlands Stud", "http://dbpedia.org/resource/Fahd_bin_Salman", "Essa Alkhalifa", "Tamdown Ltd", "http://dbpedia.org/resource/Newsells_Park_Stud", "John Livock", "http://dbpedia.org/resource/Anne_Grosvenor,_Duchess_of_Westminster", "http://dbpedia.org/resource/Juddmonte_Farms", "http://dbpedia.org/resource/George_F._Getty_II", "http://dbpedia.org/resource/Reginald_N._Webster", "Edmund Loder", "Aga Khan III", "Lord Howard de Walden", "Queen Elizabeth II", "Marcos Lemos", "Margit Batthyany", "1", "Pierre Wertheimer", "http://dbpedia.org/resource/Khalid_Abdulla", "http://dbpedia.org/resource/Richard_Stanley_(politician)", "http://dbpedia.org/resource/Godolphin_(racing)", "Mimi van Cutsem", "Bernard Fitzalan-Howard, 16th Duke of Norfolk", "Robert Barnett", "Gerald Glover", "http://dbpedia.org/resource/Pebble_Hill_Plantation", "Stonestreet Stables, George Bolton & Peter Leidel", "Hamdan Al Maktoum", "http://dbpedia.org/resource/Lawrence_M._Gelb", "http://dbpedia.org/resource/Nelson_Bunker_Hunt", "http://dbpedia.org/resource/Du_Pont_family", "http://dbpedia.org/resource/Michael_Sobell", "Clive D. Smith", "http://dbpedia.org/resource/Antonio_Balzarini", "http://dbpedia.org/resource/Charles_St._George", "Ralph Strassburger", "http://dbpedia.org/resource/Mar\u00eda_F\u00e9lix", "http://dbpedia.org/resource/Prince_Aly_Khan", "http://dbpedia.org/resource/Anastasia_de_Torby", "Joyce Robsham", "http://dbpedia.org/resource/Arnold_Weinstock", "http://dbpedia.org/resource/Stavros_Niarchos", "Gerald Jennings", "Mahmoud Fustok", "Paul Mellon Colours: Black, gold cross and stripe on cap.", "http://dbpedia.org/resource/Henry_Herbert,_6th_Earl_of_Carnarvon", "& Mrs J Kersley", "Mr  & Mrs N.G. Duncan", "http://dbpedia.org/resource/Gainesway_Farm", "http://dbpedia.org/resource/Carlo_Vittadini_(horse_racing)", "http://dbpedia.org/resource/Charles_W._Engelhard,_Jr.", "http://dbpedia.org/resource/Etti_Plesch", "Foster Robinson", "Mrs P. J. Threlfall", "Gestut Haus Ittlingen", "Charles St George", "http://dbpedia.org/resource/Shadai_Stallion_Station", "Alan Gibson", "Blue Goose Stable", "Richard Hollingsworth", "James R. Mullion & Meg Mullion", "http://dbpedia.org/resource/J._Paul_Reddam", "Henry K. Zeisel. Racing silks: Royal blue, gold sash and sleeves.", "", "Lydia Tesio & Mario della Rocchetta", "William Humble", "Fran\u00e7ois Dupr\u00e9", "Greenbay Stable Ltd", "J. R. Fluor & Robert Sangster", "http://dbpedia.org/resource/Louis_Freedman", "Vera Lilley", "http://dbpedia.org/resource/Elizabeth_II", "http://dbpedia.org/resource/Hamdan_Al_Maktoum", "http://dbpedia.org/resource/Christopher_Tsui", "Scuderia Rencati & Teruya Yoshida", "Anthony Samuel", "http://dbpedia.org/resource/Luciano_Gaucci", "http://dbpedia.org/resource/James_Morrison,_2nd_Baron_Margadale", "http://dbpedia.org/resource/Serena_Dunn_Rothschild", "http://dbpedia.org/resource/Raymond_R._Guest", "John Arthur Dewar", "http://dbpedia.org/resource/Robin_Russell,_14th_Duke_of_Bedford", "S. M. Threadwell", "Helena Springfield Ltd", "Ted Wheatley", "http://dbpedia.org/resource/Jess_Stonestreet_Jackson,_Jr.", "Midnight Cry Stables", "Racing partnership:", "http://dbpedia.org/resource/Simon_Fraser,_Master_of_Lovat", "Peter Butler", "9", "Egidio Vergo", "Edward A Seltzer", "Serge Fradkoff", "C T Olley", "A J Struthers", "John Thursby", "Trevor McKee, Thayne Green, Helen Lusty", "Paddy Fetherston-Godley", "Ley On", "Gestut Faehrhof", "K Hsu", "Henry Hastings Sackville Thanet Tufton, 3rd Baron Hothfield", "http://dbpedia.org/resource/Alec_Head", "http://dbpedia.org/resource/Bertram_Firestone", "Eug\u00e8ne Constant", "http://dbpedia.org/resource/Carlo_d'Alessio", "P. Sykes", "F N Groves", "W A L Finnigan", "Lionel Holliday", "Richard Cyzer & Charles Cyzer", "Moores International Furnishings Ltd", "George Goulandris", "Norman Frank Butler", "Kerry Fitzpatrick", "Tom Nicholson", "David Abell", "Meg Mullion", "Ballylinch Stud", "A P Field", "W A Gaff", "http://dbpedia.org/resource/William_Hill_(businessman)", "Lionel Brook Holliday", "Arthur Boyd-Rochfort", "Georgina Tulloch", "Frank McMahon", "Robert Sterling Clark", "http://dbpedia.org/resource/Henry_Herbert,_7th_Earl_of_Carnarvon", "Reg Spencer", "http://dbpedia.org/resource/Charles_W._Engelhard_Jr.", "http://dbpedia.org/resource/Benjamin_Guinness,_3rd_Earl_of_Iveagh", "Evelyn Olin", "Mrs Marcel Lequieme", "http://dbpedia.org/resource/Alfred_Butt", "http://dbpedia.org/resource/J._P._McManus", "http://dbpedia.org/resource/Ravi_Tikkoo", "Mollers Racing", "Sheikh Mohammed", "Seamus McGrath", "Wilfred Harvey", "http://dbpedia.org/resource/Dunnes_Stores", "Geoffrey Smith", "Suzy Volterra", "http://dbpedia.org/resource/Charles_Clore", "Winchell Thoroughbreds LLC and Three Chimneys Farm", "http://dbpedia.org/resource/Simone_Del_Duca", "http://dbpedia.org/resource/Tony_\u0160anti\u0107", "Mr & Mrs. John L. Hislop", "James H Stone", "Paul Mellon", "Norman Wachman", "Mrs. Jean Wilkinson", "http://dbpedia.org/resource/Marcos_Lemos", "http://dbpedia.org/resource/Beatrice_Mills_Forbes,_Countess_of_Granard", "Sir Jules Thorn", "HH Aga Khan IV", "http://dbpedia.org/resource/Terry_Ramsden", "http://dbpedia.org/resource/Edward_Stanley,_18th_Earl_of_Derby", "Edward Stanley, 17th Earl of Derby", "http://dbpedia.org/resource/Jean-Luc_Lagard\u00e8re", "Magic Bloodstock Racing, R G Treweeke & D N Kepitis", "Vera Hue-Williams", "R B Moller", "http://dbpedia.org/resource/Ghislaine_Head", "Thomas Yuill", "Fountain Racing", "Peter Gleeson, Julian Smith & Loz Conway", "http://dbpedia.org/resource/David_Robinson_(philanthropist)", "Mrs B Gundry, Mr R J Wilson", "John Hay Whitney", "Stan Riley", "Marianne Esterhazy", "http://dbpedia.org/resource/Marcia_Anastasia_Christoforides", "2", "Sir Robin McAlpine", "Calumet Farm", "Robert McAlpine", "Seamus McAleer", "Robert Sangster", "http://dbpedia.org/resource/Prince_Khalid_Abdullah", "Dorothy Jackson", "http://dbpedia.org/resource/John_McShain", "Jules Ouaki", "David Hains & G Monsborough", "http://dbpedia.org/resource/The_Thoroughbred_Corp.", "Michael Riordan", "William H Whitbread", "http://dbpedia.org/resource/Lady_Beaverbrook", "F\u00e9lix S\u00e1nchez Blanco", "James Acheson", "Peter Goulandris", "Alexander Keith", "Jaber Abdullah", "Mrs Ogden White", "Carlo Vittadini", "http://dbpedia.org/resource/Jean_Stern_(fencer)", "F. R. Schmitt", "http://dbpedia.org/resource/David_Johnson_(racehorse_owner)", "Edward Roger \"Rory\" More O'Ferrall", "Lady Granard", "Carlo d'Alessio", "http://dbpedia.org/resource/Jane_Engelhard", "Cardiff Stud Farm", "Fred Sahadi", "http://dbpedia.org/resource/William_Stamps_Farish_III", "Duc Decazes, R. Wallon & P. Magot", "George Tong Kwo Kiun, Edward Kessly", "http://dbpedia.org/resource/Howard_Kaskel", "Sugar Maple Farm", "Helena Springfield Ltd.", "Robert Forget", "David Wills", "Geoffrey Gilbert", "http://dbpedia.org/resource/John_Osmael_Scott-Ellis,_9th_Baron_Howard_de_Walden", "http://dbpedia.org/resource/Pratap_Singh_Gaekwad_of_Baroda", "Virginia Kraft Payson", "http://dbpedia.org/resource/Federico_Tesio", "http://dbpedia.org/resource/Fluor_Corporation", "Mrs E. Goldson", "Moufid Dabaghi", "Mrs P L Yong", "Jackie Ward Ramos", "Lord Rotherwick", "George Cambanis", "http://dbpedia.org/resource/Ahmed_bin_Rashid_Al_Maktoum"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/voice> <http://dbpedia.org/resource/The_Peanuts_Movie> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/team> <http://dbpedia.org/resource/Toronto_Argonauts> . }"}, "answers": ["478"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dornier_Aerodyne> <http://dbpedia.org/property/nationalOrigin> ?uri . <http://dbpedia.org/resource/Hirth_Acrostar> <http://dbpedia.org/ontology/origin> ?uri . }"}, "answers": ["http://dbpedia.org/resource/West_Germany"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Colin_Brake> . ?x <http://dbpedia.org/ontology/starring> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/author> <http://dbpedia.org/resource/K._W._Jeter> . ?x <http://dbpedia.org/ontology/series> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Blade_Runner_(franchise)"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/president> <http://dbpedia.org/resource/Emanuel_de_Guzman> . ?x <http://dbpedia.org/ontology/athletics> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/mainInterests> <http://dbpedia.org/resource/Metaphysics> } "}, "answers": ["243"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/prizes> <http://dbpedia.org/resource/Gold_Medal_of_the_Royal_Astronomical_Society> . }"}, "answers": ["23"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/Glen_and_Les_Charles> . ?uri <http://dbpedia.org/property/executiveProducer> <http://dbpedia.org/resource/L\u00ea_Charles> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/South_Asia_Subregional_Economic_Cooperation> . ?uri <http://dbpedia.org/ontology/leader> <http://dbpedia.org/resource/United_Kingdom> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Katy_B> . ?x <http://dbpedia.org/ontology/recordLabel> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Columbia_Records", "http://dbpedia.org/resource/Rinse_FM", "http://dbpedia.org/resource/Sony_Music"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Hoppe> <http://dbpedia.org/property/pastteams> ?uri } "}, "answers": ["* San Francisco 49ers \n* Washington Redskins"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cathedral_Peak_(California)> <http://dbpedia.org/ontology/firstAscentPerson> ?uri } "}, "answers": ["http://dbpedia.org/resource/John_Muir"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erik_Bergman_(Lutheran_minister)> <http://dbpedia.org/property/children> ?x . ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/placeOfBurial> <http://dbpedia.org/resource/Mausoleum_of_Augustus> . }"}, "answers": ["5"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/sisterStations> <http://dbpedia.org/resource/WASH_(FM)> . ?x <http://dbpedia.org/ontology/programmeFormat> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Classic_rock", "http://dbpedia.org/resource/Contemporary_hit_radio", "http://dbpedia.org/resource/Country_music", "http://dbpedia.org/resource/All-news_radio", "http://dbpedia.org/resource/Alternative_rock"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Hockey_League> . ?x <http://dbpedia.org/ontology/team> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Buffalo_Sabres", "http://dbpedia.org/resource/New_York_Islanders", "http://dbpedia.org/resource/Chicago_Blackhawks", "http://dbpedia.org/resource/Colorado_Avalanche", "http://dbpedia.org/resource/New_Jersey_Devils", "http://dbpedia.org/resource/Vancouver_Canucks", "http://dbpedia.org/resource/Carolina_Hurricanes", "http://dbpedia.org/resource/Tampa_Bay_Lightning", "http://dbpedia.org/resource/Minnesota_Wild", "http://dbpedia.org/resource/San_Jose_Sharks", "http://dbpedia.org/resource/Detroit_Red_Wings", "http://dbpedia.org/resource/Florida_Panthers", "http://dbpedia.org/resource/Arizona_Coyotes", "http://dbpedia.org/resource/Calgary_Flames", "http://dbpedia.org/resource/Columbus_Blue_Jackets", "http://dbpedia.org/resource/Seattle_Kraken", "http://dbpedia.org/resource/New_York_Rangers", "http://dbpedia.org/resource/Boston_Bruins", "http://dbpedia.org/resource/Winnipeg_Jets", "http://dbpedia.org/resource/Vegas_Golden_Knights", "http://dbpedia.org/resource/Anaheim_Ducks", "http://dbpedia.org/resource/Nashville_Predators", "http://dbpedia.org/resource/Pittsburgh_Penguins", "http://dbpedia.org/resource/Washington_Capitals", "http://dbpedia.org/resource/Edmonton_Oilers", "http://dbpedia.org/resource/Toronto_Maple_Leafs", "http://dbpedia.org/resource/Montreal_Canadiens", "http://dbpedia.org/resource/Free_agent", "http://dbpedia.org/resource/Los_Angeles_Kings", "http://dbpedia.org/resource/Ottawa_Senators", "http://dbpedia.org/resource/St._Louis_Blues", "http://dbpedia.org/resource/Philadelphia_Flyers", "http://dbpedia.org/resource/Dallas_Stars", "http://dbpedia.org/resource/Lukko", "http://dbpedia.org/resource/SC_Bern"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_McClure_(table_tennis)> <http://dbpedia.org/ontology/birthPlace> ?uri } "}, "answers": ["http://dbpedia.org/resource/Indianapolis"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Sony_Music_Entertainment> . ?uri <http://dbpedia.org/ontology/musicComposer> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/genre> <http://dbpedia.org/resource/Progressive_rock> . ?x <http://dbpedia.org/ontology/recordLabel> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Shipshaped_Recordings", "http://dbpedia.org/resource/Superstar_Destroyer", "http://dbpedia.org/resource/Big_Scary_Monsters_Recording_Company", "http://dbpedia.org/resource/Mooncrest_Records", "http://dbpedia.org/resource/Bell_Records", "http://dbpedia.org/resource/DJM_Records", "http://dbpedia.org/resource/Island_Records", "http://dbpedia.org/resource/Transatlantic_Records", "http://dbpedia.org/resource/Talking_Elephant", "http://dbpedia.org/resource/Warner_Records", "http://dbpedia.org/resource/20th_Century_Fox_Records", "http://dbpedia.org/resource/Collectables_Records", "http://dbpedia.org/resource/Columbia_Records", "http://dbpedia.org/resource/Atlantic_Records", "http://dbpedia.org/resource/United_Artists_Records", "http://dbpedia.org/resource/Rise_Records", "http://dbpedia.org/resource/Smalltown_America_Records", "http://dbpedia.org/resource/Sargent_House", "http://dbpedia.org/resource/Peaceville_Records", "http://dbpedia.org/resource/Century_Media_Records", "http://dbpedia.org/resource/Earache_Records", "http://dbpedia.org/resource/Parlophone", "http://dbpedia.org/resource/Napalm_Records", "http://dbpedia.org/resource/Lion_Music", "http://dbpedia.org/resource/Frontier_Records", "http://dbpedia.org/resource/Inside_Out_Music", "http://dbpedia.org/resource/Lujo_mammarenavirus", "http://dbpedia.org/resource/Equal_Vision_Records", "http://dbpedia.org/resource/Chrysalis_Records", "http://dbpedia.org/resource/EMI_Records", "http://dbpedia.org/resource/Decca_Records", "http://dbpedia.org/resource/MCA_Records", "http://dbpedia.org/resource/Camel_(band)", "http://dbpedia.org/resource/FeedMe_Music", "http://dbpedia.org/resource/Venus_Fridge_Records", "http://dbpedia.org/resource/Cantora_Records", "http://dbpedia.org/resource/Warner_Music_Group", "http://dbpedia.org/resource/Baratos_Afins", "http://dbpedia.org/resource/Laser_Company", "http://dbpedia.org/resource/Paradoxx_Music", "http://dbpedia.org/resource/Frontiers_Records", "http://dbpedia.org/resource/Universal_Music_Group", "http://dbpedia.org/resource/Sumerian_Records", "http://dbpedia.org/resource/DiscReet_Records", "http://dbpedia.org/resource/Menart_Records", "http://dbpedia.org/resource/Jugoton", "http://dbpedia.org/resource/Croatia_Records", "http://dbpedia.org/resource/Epic_Records", "http://dbpedia.org/resource/Black_Mark_Production", "http://dbpedia.org/resource/Kscope", "http://dbpedia.org/resource/VHF_Records", "http://dbpedia.org/resource/Ipecac_Recordings", "http://dbpedia.org/resource/Cuneiform_Records", "http://dbpedia.org/resource/Neurot_Recordings", "http://dbpedia.org/resource/Thrill_Jockey", "http://dbpedia.org/resource/Web_of_Mimicry", "http://dbpedia.org/resource/Volcano_Entertainment", "http://dbpedia.org/resource/Zoo_Entertainment_(record_label)", "http://dbpedia.org/resource/Prophecy_Productions", "http://dbpedia.org/resource/Serjical_Strike_Records", "http://dbpedia.org/resource/Cherry_Red_Records", "http://dbpedia.org/resource/Voiceprint_Records", "http://dbpedia.org/resource/Hawkwind", "http://dbpedia.org/resource/A&M_Records", "http://dbpedia.org/resource/Noise_Records", "http://dbpedia.org/resource/Concord_Records", "http://dbpedia.org/resource/Diskoton", "http://dbpedia.org/resource/Fueled_by_Ramen", "http://dbpedia.org/resource/Ian_Boddy", "http://dbpedia.org/resource/Cleopatra_Records", "http://dbpedia.org/resource/Black_Widow_Records", "http://dbpedia.org/resource/ATP_Recordings", "http://dbpedia.org/resource/Vertigo_Records", "http://dbpedia.org/resource/Mercury_Records", "http://mals.ru/", "http://dbpedia.org/resource/Independent_music", "http://dbpedia.org/resource/Harvest_Records", "http://dbpedia.org/resource/EMI", "http://dbpedia.org/resource/Favored_Nations", "http://dbpedia.org/resource/Magna_Carta_Records", "http://dbpedia.org/resource/King_Records_(Japan)", "http://dbpedia.org/resource/Odeon_Records", "http://dbpedia.org/resource/CBS_Records_International", "http://dbpedia.org/resource/Sony_Music", "http://dbpedia.org/resource/Merge_Records", "http://dbpedia.org/resource/Interscope_Records", "http://dbpedia.org/resource/Superball_Music", "http://dbpedia.org/resource/Fonit_Cetra", "http://dbpedia.org/resource/Dawn_Records", "http://dbpedia.org/resource/Hurdy_Gurdy_Records", "http://dbpedia.org/resource/Geffen_Records", "http://dbpedia.org/resource/Elektra_Records", "https://www.discogs.com/label/745-Outpost-Recordings", "http://dbpedia.org/resource/V2_Records", "http://dbpedia.org/resource/PolyGram", "http://dbpedia.org/resource/Phonogram_Inc.", "http://dbpedia.org/resource/Virgin_Records", "http://dbpedia.org/resource/Charisma_Records", "http://dbpedia.org/resource/Dunhill_Records", "http://dbpedia.org/resource/Fontana_Records", "http://dbpedia.org/resource/Probe_Records", "http://dbpedia.org/resource/Sony_Music_India", "http://dbpedia.org/resource/City_Records", "http://dbpedia.org/resource/Jugodisk", "http://dbpedia.org/resource/ZKP_RTLJ", "http://dbpedia.org/resource/Hi-Fi_Centar", "http://dbpedia.org/resource/PGP-RTB", "http://dbpedia.org/resource/M_Factory", "http://dbpedia.org/resource/Samy_(Label)", "http://dbpedia.org/resource/WIT_(Label)", "http://dbpedia.org/resource/Shrapnel_Records", "http://dbpedia.org/resource/Progress_Records", "http://dbpedia.org/resource/Record_Heaven", "http://dbpedia.org/resource/Ariola", "http://dbpedia.org/resource/RCA_Records", "http://dbpedia.org/resource/Mascot_Label_Group", "http://dbpedia.org/resource/Concord_Music_Group", "http://dbpedia.org/resource/Fantasy_Records", "http://dbpedia.org/resource/Barclay_(record_label)", "http://dbpedia.org/resource/Trend_Records", "http://dbpedia.org/resource/Sleaszy_Rider_Records", "http://dbpedia.org/resource/Sensory_Records", "http://dbpedia.org/resource/Nippon_Crown", "http://dbpedia.org/resource/SST_Records", "http://dbpedia.org/resource/Polydor_Records", "http://dbpedia.org/resource/Electrecord", "http://dbpedia.org/resource/ABC_Records", "http://dbpedia.org/resource/Capitol_Records", "http://dbpedia.org/resource/Private_Music", "http://dbpedia.org/resource/Windham_Hill_Records", "http://dbpedia.org/resource/Freia_Music", "http://dbpedia.org/resource/Roadrunner_Records", "http://dbpedia.org/resource/Rock_Ridge_Music", "http://dbpedia.org/resource/Arista_Records", "http://dbpedia.org/resource/Anthem_Records", "http://dbpedia.org/resource/Loma_Vista_Recordings", "http://dbpedia.org/resource/Cult_Records", "http://dbpedia.org/resource/Reprise_Records", "http://dbpedia.org/resource/Easy_Star_Records", "http://dbpedia.org/resource/Triple_Crown_Records", "http://dbpedia.org/resource/Som_Livre", "http://dbpedia.org/resource/Low_Transit_Industries", "http://dbpedia.org/resource/Dangerbird_Records", "http://dbpedia.org/resource/Albert_Productions", "http://dbpedia.org/resource/Arena_Rock_Recording_Company", "http://dbpedia.org/resource/MapleMusic_Recordings", "http://dbpedia.org/resource/Polyvinyl_Record_Co.", "http://dbpedia.org/resource/Suicide_Squeeze_Records", "http://dbpedia.org/resource/Luckyhorse_Industries", "http://dbpedia.org/resource/Doce_Harmonia", "http://dbpedia.org/resource/Gospel_Records", "http://dbpedia.org/resource/Havremusikk", "http://dbpedia.org/resource/Navigator_Records", "http://dbpedia.org/resource/Recommended_Records", "http://dbpedia.org/resource/Philips_Records", "http://dbpedia.org/resource/Northern_Spy_Records", "http://dbpedia.org/resource/Bertelsmann_Music_Group", "http://dbpedia.org/resource/Spalax_(record_company)", "http://dbpedia.org/resource/Tzadik_Records", "http://dbpedia.org/resource/Angura_Sound", "http://dbpedia.org/resource/Open_Letter_Records", "http://dbpedia.org/resource/Sony_Music_Entertainment_Japan", "http://dbpedia.org/resource/Free-Will", "http://dbpedia.org/resource/Astralwerks", "http://dbpedia.org/resource/Tetragrammaton_Records", "http://dbpedia.org/resource/Edel_SE_&_Co._KGaA", "http://dbpedia.org/resource/Carrere_Records", "http://dbpedia.org/resource/Clay_Records", "http://dbpedia.org/resource/Path\u00e9_Records_(China)", "http://dbpedia.org/resource/MoonJune_Records", "http://dbpedia.org/resource/Sky_Records", "http://dbpedia.org/resource/Palace_of_Lights", "http://dbpedia.org/resource/Dreyfus_Records", "http://dbpedia.org/resource/Gramavision_Records", "http://dbpedia.org/resource/JMS_Records", "http://dbpedia.org/resource/Disques_Vogue", "http://dbpedia.org/resource/Jupiter_Records", "http://dbpedia.org/resource/Panton_Records", "http://dbpedia.org/resource/Eagle_Records", "http://dbpedia.org/resource/Metal_Mind_Productions", "http://dbpedia.org/resource/London_Recordings", "http://dbpedia.org/resource/Mushroom_Records", "http://dbpedia.org/resource/Unicorn_Digital", "http://dbpedia.org/resource/Musea_Records", "http://dbpedia.org/resource/EMI_Music_Japan", "http://dbpedia.org/resource/Bronze_Records", "http://dbpedia.org/resource/Swan_Song_Records", "http://dbpedia.org/resource/Seacrest_Oy", "http://dbpedia.org/resource/Avex_Inc.", "http://dbpedia.org/resource/Nippon_Phonogram", "http://dbpedia.org/resource/Relapse_Records", "http://dbpedia.org/resource/Falcon_Records_(Canadian_label)", "http://dbpedia.org/resource/Northern_Spy", "http://dbpedia.org/resource/The_Social_Registry", "http://dbpedia.org/resource/Three_One_G", "http://dbpedia.org/resource/First_Records", "http://dbpedia.org/resource/L'Orchestra", "http://dbpedia.org/resource/M.A.C.E._Music", "http://dbpedia.org/resource/Syn-Phonic_Music", "http://dbpedia.org/resource/Galileo_Records", "http://dbpedia.org/resource/SPV_GmbH", "http://dbpedia.org/resource/Melodic_Revolution_Records", "http://dbpedia.org/resource/East_West_Records", "http://dbpedia.org/resource/Atco_Records", "http://dbpedia.org/resource/RSO_Records", "http://dbpedia.org/resource/Legacy_Recordings", "http://dbpedia.org/resource/Sony", "http://dbpedia.org/resource/Sanctuary_Records", "http://dbpedia.org/resource/JVC", "http://dbpedia.org/resource/R.A.I.G.", "http://dbpedia.org/resource/Tooth_&_Nail_Records", "http://dbpedia.org/resource/Unborde", "http://dbpedia.org/resource/AFM_Records", "http://dbpedia.org/resource/Nuclear_Blast", "http://dbpedia.org/resource/Festival_Records", "http://dbpedia.org/resource/Independent_record_label", "http://dbpedia.org/resource/Epitaph_Records", "http://dbpedia.org/resource/Party_Smasher_Inc.", "http://dbpedia.org/resource/Wooden_Nickel_Records", "http://dbpedia.org/resource/Aquarian_Nation", "http://dbpedia.org/resource/Raven_Records", "http://dbpedia.org/resource/Artvoice", "http://dbpedia.org/resource/Abstract_Logix", "http://dbpedia.org/resource/Cypress_Records", "http://dbpedia.org/resource/Liberation_Records", "http://dbpedia.org/resource/EMI_America_Records", "http://dbpedia.org/resource/Telarc_International_Corporation", "http://dbpedia.org/resource/SABA_(electronics_manufacturer)", "http://dbpedia.org/resource/Pickwick_Records", "http://dbpedia.org/resource/Heads_Up_International", "http://dbpedia.org/resource/MPS_Records", "http://dbpedia.org/resource/Bizarre_Records", "http://dbpedia.org/resource/Pacific_Jazz_Records", "http://dbpedia.org/resource/Avex_Trax", "http://dbpedia.org/resource/Gan-Shin", "http://dbpedia.org/resource/Canadian_Broadcasting_Corporation", "http://dbpedia.org/resource/Celebration_Records", "http://dbpedia.org/resource/Quality_Records", "http://dbpedia.org/resource/Snapper_Music", "http://dbpedia.org/resource/Deram_Records", "http://dbpedia.org/resource/Skin_Graft_Records", "http://dbpedia.org/resource/Lovepump_United_Records", "http://dbpedia.org/resource/Zum_Records", "http://dbpedia.org/resource/Millennium_Records", "http://dbpedia.org/resource/Parrot_Records", "http://dbpedia.org/resource/Linus_Entertainment", "http://dbpedia.org/resource/Mushroom_Records_(Canada)", "http://dbpedia.org/resource/Sire_Records", "http://dbpedia.org/resource/Silence_Records", "http://dbpedia.org/resource/Buddah_Records", "http://dbpedia.org/resource/MGM_Records", "http://dbpedia.org/resource/Yoshimoto_Kogyo", "http://dbpedia.org/resource/Threshold_Records", "http://dbpedia.org/resource/Tragic_Hero_Records", "http://dbpedia.org/resource/Sinnbus", "http://dbpedia.org/resource/Thirsty_Ear_Recordings", "http://dbpedia.org/resource/Baby_Records_(Italy)", "http://dbpedia.org/resource/CAR_Juke_Box", "http://dbpedia.org/resource/Crisler_Music", "http://dbpedia.org/resource/Telerecord", "http://dbpedia.org/resource/Apollon_Records", "http://dbpedia.org/resource/Vanguard_Records", "http://dbpedia.org/resource/Mountain_Records", "http://dbpedia.org/resource/Angel_Air", "http://dbpedia.org/resource/Amiga_(record_label)", "http://dbpedia.org/resource/Supraphon", "http://dbpedia.org/resource/Polskie_Nagrania_Muza", "http://dbpedia.org/resource/Polskie_Radio", "http://dbpedia.org/resource/Portrait_Records", "http://dbpedia.org/resource/Esoteric_Recordings", "http://dbpedia.org/resource/The_End_Records", "http://dbpedia.org/resource/Umbrello_Records", "http://dbpedia.org/resource/Toy's_Factory", "http://dbpedia.org/resource/Montalban_Hotel", "http://dbpedia.org/resource/Magma_Records", "http://dbpedia.org/resource/Shelsmusic", "http://dbpedia.org/resource/Dine_Alone_Records", "http://dbpedia.org/resource/Trance_Syndicate", "http://dbpedia.org/resource/Domino_Recording_Company", "http://dbpedia.org/resource/Mystic_Production", "http://dbpedia.org/resource/Progressive_Promotion_Records", "http://dbpedia.org/resource/Passport_Records", "http://dbpedia.org/resource/Urgence_Disk", "http://dbpedia.org/resource/Independiente_(record_label)", "http://dbpedia.org/resource/Brain_Records", "http://dbpedia.org/resource/Schneeball_(record_label)", "http://dbpedia.org/resource/Bandcamp", "http://dbpedia.org/resource/Thunder_Bay_Press", "http://dbpedia.org/resource/Baker_&_Taylor", "http://www.thetank.com/", "http://dbpedia.org/resource/Lantis_(company)", "http://dbpedia.org/resource/ROAR!_Rock_of_Angels_Records", "http://dbpedia.org/resource/City_Slang", "http://dbpedia.org/resource/Metal_Blade_Records", "http://dbpedia.org/resource/Republic_Records", "http://dbpedia.org/resource/Rise_Above_Records", "http://dbpedia.org/resource/Casa_Ricordi", "http://dbpedia.org/resource/Pony_Canyon", "http://dbpedia.org/resource/Yamaha_Corporation", "http://dbpedia.org/resource/Ugly_Things", "http://dbpedia.org/resource/RCA", "http://dbpedia.org/resource/Charly_Records", "http://dbpedia.org/resource/BYG_Records", "http://dbpedia.org/resource/Gentle_Art_of_Music", "http://dbpedia.org/resource/ZYX_Music", "http://dbpedia.org/resource/Powderworks_Records", "http://dbpedia.org/resource/Poets_of_the_Fall", "http://dbpedia.org/resource/Discipline_Global_Mobile", "http://dbpedia.org/resource/Burning_Shed", "http://dbpedia.org/resource/Fuel_2000", "http://dbpedia.org/resource/RandM_Records", "http://dbpedia.org/resource/Love_Records", "http://dbpedia.org/resource/Jaro_Medien", "http://dbpedia.org/resource/Drag_City_(record_label)", "http://dbpedia.org/resource/Eclipse_Records", "http://dbpedia.org/resource/Don_Kirshner", "http://dbpedia.org/resource/Modular_Recordings", "http://dbpedia.org/resource/Axiom_(record_label)", "http://dbpedia.org/resource/Subharmonic_(record_label)", "http://dbpedia.org/resource/M.O.D._Technologies", "http://dbpedia.org/resource/Caroline_Records", "http://dbpedia.org/resource/Prawn_Song_Records", "http://dbpedia.org/resource/ATO_Records", "http://dbpedia.org/resource/Subliminal_Sounds", "http://dbpedia.org/resource/Partisan_Records", "http://dbpedia.org/resource/Alert_Records", "http://dbpedia.org/resource/Repertoire_Records", "http://dbpedia.org/resource/Sultan_Records", "http://dbpedia.org/resource/Suzy_(record_label)", "http://dbpedia.org/resource/ROIR", "http://dbpedia.org/resource/Tigermoth", "http://dbpedia.org/resource/InVogue_Records", "http://dbpedia.org/resource/American_Gramaphone", "http://dbpedia.org/resource/Cyclopes", "http://dbpedia.org/resource/Limelight_Records", "http://dbpedia.org/resource/NEARfest", "http://dbpedia.org/resource/Kisaki", "http://dbpedia.org/resource/Al_Coury", "http://dbpedia.org/resource/Bearsville_Records", "http://dbpedia.org/resource/Rhino_Entertainment", "http://dbpedia.org/resource/Delerium_Records", "http://dbpedia.org/resource/Pilz_(record_label)", "http://dbpedia.org/resource/Sound_Master", "http://dbpedia.org/resource/Warp_(record_label)", "http://dbpedia.org/resource/Beta-lactam_Ring_Records", "http://dbpedia.org/resource/Rough_Trade_Records", "http://dbpedia.org/resource/Food_Records", "http://dbpedia.org/resource/Good_Clean_Fun_Records", "http://dbpedia.org/resource/Music_recording_certification", "http://dbpedia.org/resource/Presence_Records", "http://dbpedia.org/resource/Major_League_Productions", "http://dbpedia.org/resource/Jon_Solomon", "http://dbpedia.org/resource/Regal_Zonophone_Records", "http://dbpedia.org/resource/Imperial_Records", "http://dbpedia.org/resource/Bovema", "http://dbpedia.org/resource/E-sound", "http://dbpedia.org/resource/Pop_One", "http://dbpedia.org/resource/Fearless_Records", "http://dbpedia.org/resource/Immortal_Records", "http://dbpedia.org/resource/Black_and_Greene_Records", "http://dbpedia.org/resource/Mehum_Music", "http://dbpedia.org/resource/Syn-Phonic", "http://dbpedia.org/resource/Dischi_Ricordi", "http://dbpedia.org/resource/Manticore_Records", "http://dbpedia.org/resource/Monument_Records", "http://dbpedia.org/resource/Shock_Records", "http://dbpedia.org/resource/Giant_Electric_Pea", "http://dbpedia.org/resource/SCI_Fidelity_Records", "http://dbpedia.org/resource/Chiswick_Records", "http://dbpedia.org/resource/Antilles_Records", "http://dbpedia.org/resource/Stiff_Records", "http://dbpedia.org/resource/Beggars_Banquet_Records", "http://dbpedia.org/resource/Alternative_Tentacles", "http://dbpedia.org/resource/Geekfest", "http://dbpedia.org/resource/New_Disorder_Records", "http://dbpedia.org/resource/Captain_Oi!_Records", "http://dbpedia.org/resource/Adeline_Records", "http://dbpedia.org/resource/Prank_Records", "http://dbpedia.org/resource/Pirates_Press_Records", "http://dbpedia.org/resource/Level_Plane_Records", "http://dbpedia.org/resource/Lookout_Records", "http://dbpedia.org/resource/BMG_Rights_Management", "http://dbpedia.org/resource/Denon_Records", "http://dbpedia.org/resource/Avantgarde_Music", "http://dbpedia.org/resource/No_Fashion_Records", "http://dbpedia.org/resource/Mystic_Records", "http://dbpedia.org/resource/Secretly_Canadian", "http://dbpedia.org/resource/5_Minute_Walk", "http://dbpedia.org/resource/Mostly_Autumn", "http://dbpedia.org/resource/JVCKenwood_Victor_Entertainment", "http://dbpedia.org/resource/Melt-Banana", "http://dbpedia.org/resource/Gold_Standard_Laboratories", "http://dbpedia.org/resource/Tribunal_Records", "http://dbpedia.org/resource/Capricorn_Records", "http://dbpedia.org/resource/Purple_Pyramid_Records", "http://dbpedia.org/resource/Foundation_2000", "http://dbpedia.org/resource/Angel_Air_Records", "http://dbpedia.org/resource/PGP-RTS", "http://dbpedia.org/resource/Out_on_a_Limb_Records", "http://dbpedia.org/resource/ECM_Records", "http://dbpedia.org/resource/Good_Fight_Entertainment", "http://dbpedia.org/resource/MNRK_Music_Group", "http://www.nosleeprecs.com", "http://dbpedia.org/resource/Fruits_de_Mer_Records", "http://dbpedia.org/resource/Mascot_Records", "http://dbpedia.org/resource/Fiction_Records", "http://dbpedia.org/resource/Astor_Records", "http://dbpedia.org/resource/The_Rocket_Record_Company", "http://dbpedia.org/resource/Amuse_Inc.", "http://dbpedia.org/resource/One_Eleven_Records", "http://dbpedia.org/resource/CandyRat_Records", "http://dbpedia.org/resource/XL_Recordings", "http://dbpedia.org/resource/UK_Records", "http://dbpedia.org/resource/Temporary_Residence_Limited", "http://dbpedia.org/resource/Tabu_Recordings", "http://dbpedia.org/resource/Big_Wheel_Recreation", "http://dbpedia.org/resource/Gilead_Media", "http://dbpedia.org/resource/MMD_Records", "http://dbpedia.org/resource/Kioon_Music", "http://dbpedia.org/resource/DCide", "http://dbpedia.org/resource/Nike,_Inc.", "http://dbpedia.org/resource/Tokuma_Shoten", "http://dbpedia.org/resource/Demon_Music_Group", "http://dbpedia.org/resource/Pye_International_Records", "http://dbpedia.org/resource/Soundtek_Music_Ltd", "http://dbpedia.org/resource/Warner_Music_Sweden", "http://dbpedia.org/resource/Big_Skin_Records", "http://dbpedia.org/resource/Suburban_Records", "http://dbpedia.org/resource/Relentless_Pursuit_Records", "http://dbpedia.org/resource/For_Life_Music", "http://dbpedia.org/resource/Extasy_Records", "http://dbpedia.org/resource/Bedrock_Records", "http://dbpedia.org/resource/Metromedia", "http://dbpedia.org/resource/AJK_(record_label)", "http://dbpedia.org/resource/Roulette_Records", "http://dbpedia.org/resource/Sophomore_GmbH", "http://dbpedia.org/resource/Castle_Communications", "http://dbpedia.org/resource/Silva_Screen_Records", "http://dbpedia.org/resource/U_Call_It_Productions", "http://dbpedia.org/resource/HMV", "http://dbpedia.org/resource/Saregama", "http://dbpedia.org/resource/Asha_Audio", "http://dbpedia.org/resource/CBS", "http://dbpedia.org/resource/Monkeyboy_Records", "http://dbpedia.org/resource/Fire_Records_(Pakistan)", "http://dbpedia.org/resource/The_Times_Group", "http://dbpedia.org/resource/Transgressive_Records", "http://dbpedia.org/resource/Music_For_Nations", "http://dbpedia.org/resource/Topshelf_Records", "http://dbpedia.org/resource/Direction_Records_(British_label)", "http://dbpedia.org/resource/Megaforce_Records", "http://dbpedia.org/resource/Danger_Crue_Records", "http://dbpedia.org/resource/Tides_Records", "http://dbpedia.org/resource/Illegal_Records", "http://dbpedia.org/resource/I.R.S._Records", "http://dbpedia.org/resource/Janus_Records", "http://dbpedia.org/resource/ZTT_Records", "http://dbpedia.org/resource/Regal_Recordings", "http://dbpedia.org/resource/Glassville_Records", "http://dbpedia.org/resource/Konk_(recording_studio)", "http://dbpedia.org/resource/Nippon_Columbia", "http://dbpedia.org/resource/Razzia_Records", "http://dbpedia.org/resource/Verglas_Music", "http://dbpedia.org/resource/Eulogy_Recordings", "http://dbpedia.org/resource/Yenta_Records", "http://dbpedia.org/resource/BASF", "http://dbpedia.org/resource/Rockosmos", "http://dbpedia.org/resource/Melodiya", "http://www.its-oh.net", "http://dbpedia.org/resource/Verve_Records", "http://dbpedia.org/resource/Revolver_Music", "http://dbpedia.org/resource/Sony_Classical_Records", "http://dbpedia.org/resource/Southern_Records", "http://dbpedia.org/resource/Angel_Records", "http://dbpedia.org/resource/Higher_Octave_Music", "http://dbpedia.org/resource/Wounded_Bird_Records", "http://dbpedia.org/resource/Blue_\u00c9lan_Records", "http://dbpedia.org/resource/Purple_Records", "http://dbpedia.org/resource/Rune_Grammofon", "http://dbpedia.org/resource/MC_Lars", "http://dbpedia.org/resource/AMMD", "http://dbpedia.org/resource/Eldorado_(Gravadora)", "http://dbpedia.org/resource/Grava\u00e7\u00f5es_El\u00e9tricas_S.A.", "http://dbpedia.org/resource/Philips/Phonogram", "http://dbpedia.org/resource/Solid_Approach", "http://dbpedia.org/resource/ArtBeat_Music", "http://dbpedia.org/resource/A_Silent_Place", "http://dbpedia.org/resource/Rocket_Recordings", "http://dbpedia.org/resource/42_Records", "http://dbpedia.org/resource/Homesleep_Music", "http://dbpedia.org/resource/Subterranean_Records", "http://dbpedia.org/resource/Casablanca_Records", "http://dbpedia.org/resource/Hollywood_Records", "http://dbpedia.org/resource/Word_Records", "http://dbpedia.org/resource/Open_Sky", "http://dbpedia.org/resource/On_Through_the_Night", "http://dbpedia.org/resource/Leesta_Vall", "http://dbpedia.org/resource/Moon_Safari_(band)", "http://dbpedia.org/resource/Voices_of_Wonder", "http://dbpedia.org/resource/Dindisc", "http://dbpedia.org/resource/Ralph_Records", "http://dbpedia.org/resource/Cut-throat_Records", "http://dbpedia.org/resource/Neat_Records", "http://dbpedia.org/resource/Giant_Records_(Warner)", "http://dbpedia.org/resource/Naxos_(company)", "http://dbpedia.org/resource/Teldec", "http://dbpedia.org/resource/Metronome", "http://dbpedia.org/resource/Renaissance_Recordings", "http://dbpedia.org/resource/Babyboomer_Music", "http://dbpedia.org/resource/Happy_Street_Records", "http://dbpedia.org/resource/Progrock_Records", "http://dbpedia.org/resource/Rocshire_Records", "http://dbpedia.org/resource/T-Toone_music", "http://dbpedia.org/resource/X-Records", "http://dbpedia.org/resource/Sony_BMG", "http://dbpedia.org/resource/Mistlur_Records", "http://dbpedia.org/resource/Sony_Records", "http://dbpedia.org/resource/JEMP_Records", "http://dbpedia.org/resource/Rubber_Jungle_Records", "http://dbpedia.org/resource/Sick_Room_Records", "http://dbpedia.org/resource/Missing_Finger_Records", "http://dbpedia.org/resource/Cyclops_Records", "http://dbpedia.org/resource/Mellow_Records", "http://dbpedia.org/resource/Velut_Luna", "http://dbpedia.org/resource/Triangle_Records", "http://dbpedia.org/resource/Red_Hot_Records", "http://dbpedia.org/resource/PolyEast_Records", "http://dbpedia.org/resource/Sony_Music_Philippines", "http://dbpedia.org/resource/Kaum_Records", "http://dbpedia.org/resource/Itaca_Records", "http://dbpedia.org/resource/Astro_Magnetics", "http://dbpedia.org/resource/Eyeball_Records", "http://dbpedia.org/resource/John_Mitchell_(musician)", "http://dbpedia.org/resource/Artistdirect", "http://dbpedia.org/resource/MGM_Distribution", "http://dbpedia.org/resource/Daffodil_Records_(Canadian_label)", "http://dbpedia.org/resource/Dramatico", "http://dbpedia.org/resource/Enigma_Records", "http://dbpedia.org/resource/CMC_International", "http://dbpedia.org/resource/Spinefarm_Records", "http://dbpedia.org/resource/Janus", "http://dbpedia.org/resource/MCA_Inc.", "http://dbpedia.org/resource/Columbia_Graphophone_Company", "http://dbpedia.org/resource/Sue_Records", "http://dbpedia.org/resource/Stateside_Records", "http://dbpedia.org/resource/Immediate_Records", "http://dbpedia.org/resource/Mausoleum_Records", "http://dbpedia.org/resource/Black_Lotus_Records", "http://dbpedia.org/resource/Avalon_Records", "http://dbpedia.org/resource/Strangelight_Records", "http://dbpedia.org/resource/Gramy_Records", "http://dbpedia.org/resource/Relativity_Records", "http://dbpedia.org/resource/Pye_Records", "http://dbpedia.org/resource/Axe_Records", "http://dbpedia.org/resource/GUN_Records", "http://dbpedia.org/resource/Sylvan_Music", "http://dbpedia.org/resource/Deep_Elm_Records", "http://dbpedia.org/resource/A-F_Records", "http://dbpedia.org/resource/One_Day_Savior_Recordings", "http://dbpedia.org/resource/Zebra_Records", "http://dbpedia.org/resource/Bellaphon_Records", "http://dbpedia.org/resource/Broadcast_Music,_Inc.", "http://dbpedia.org/resource/Impact/Legend", "http://dbpedia.org/resource/Daffodil_Records", "http://dbpedia.org/resource/Universal_Music_Japan", "http://dbpedia.org/resource/Eagle_Rock_Entertainment", "http://dbpedia.org/resource/At-mooss_records", "http://dbpedia.org/resource/Spiegelei", "http://dbpedia.org/resource/Deadline_Music_Records", "http://dbpedia.org/resource/Jet_Records", "http://dbpedia.org/resource/Rearts", "http://dbpedia.org/resource/Magaibutsu", "http://dbpedia.org/resource/Combat_Records", "http://dbpedia.org/resource/Stray_Records", "http://dbpedia.org/resource/Komuna_(company)", "http://dbpedia.org/resource/Touch_Records_(Finland)", "http://dbpedia.org/resource/Basick_Records", "http://dbpedia.org/resource/Ohr_(record_label)", "http://dbpedia.org/resource/Full_Moon_Records", "http://dbpedia.org/resource/Hammerheart_Records", "http://dbpedia.org/resource/Season_of_Mist", "http://dbpedia.org/resource/The_Gathering_(band)", "http://dbpedia.org/resource/GRT_Records", "http://dbpedia.org/resource/Unidisc_Music", "http://dbpedia.org/resource/BGO_Records", "http://dbpedia.org/resource/Fonomusic", "http://dbpedia.org/resource/Six_Degrees_Records", "http://dbpedia.org/resource/Metropolis_Records", "http://dbpedia.org/resource/Hux_Records", "http://dbpedia.org/resource/HTD_Records", "http://dbpedia.org/resource/Erewhon_(music_label)", "http://dbpedia.org/resource/Disques_Francor", "http://dbpedia.org/resource/Exogenic_Records", "http://dbpedia.org/resource/Wolfgang_Records", "http://dbpedia.org/resource/Magna_Carta", "http://dbpedia.org/resource/Svart_Records", "http://dbpedia.org/resource/E.G._Records", "http://dbpedia.org/resource/TNSrecords", "http://dbpedia.org/resource/Bomber_Music", "http://dbpedia.org/resource/Noh_Poetry_Records", "http://dbpedia.org/resource/Think_Tank_Media", "http://dbpedia.org/resource/Not_Lame_Recordings", "http://dbpedia.org/resource/Umbrella", "http://dbpedia.org/resource/Yep_Roc_Records", "http://dbpedia.org/resource/Mercury/Polygram", "http://dbpedia.org/resource/Muse_Sickle", "http://dbpedia.org/resource/Paisley_Pop", "http://dbpedia.org/resource/Space_Baby", "http://dbpedia.org/resource/Wizzard_in_Vinyl", "http://dbpedia.org/resource/Liberation_Music", "http://dbpedia.org/resource/Independent_Label_Group", "http://dbpedia.org/resource/Dew_Process", "http://dbpedia.org/resource/Memphis_Industries", "http://dbpedia.org/resource/Smalltown_Supersound", "http://dbpedia.org/resource/Mexican_Summer", "http://dbpedia.org/resource/Trunk_Records", "http://dbpedia.org/resource/Run_Hard_Music", "http://dbpedia.org/resource/Stax_Records", "http://dbpedia.org/resource/One_Records_(Serbia)", "http://dbpedia.org/resource/Unsigned_artist", "http://dbpedia.org/resource/Market_Square_Records", "http://dbpedia.org/resource/Layered_Reality_Productions", "http://dbpedia.org/resource/Frenetic_Records", "http://dbpedia.org/resource/Moorworks", "http://dbpedia.org/resource/Omnibus_Records", "http://dbpedia.org/resource/PIAS_Recordings", "http://dbpedia.org/resource/Mylodon_Records", "http://dbpedia.org/resource/Dragon_Watermelon_/_Ballistico", "http://dbpedia.org/resource/Poptones", "http://dbpedia.org/resource/AltrOck_Productions", "http://dbpedia.org/resource/50_Records", "http://www.onairmuzik.com", "http://dbpedia.org/resource/Fatboy_(album)", "http://dbpedia.org/resource/Gr\u00f6nland_Records", "http://dbpedia.org/resource/Innova_Recordings", "http://dbpedia.org/resource/UgEXPLODE_Records", "http://dbpedia.org/resource/Blue_Horizon_(record_label)", "http://dbpedia.org/resource/NUX_Organization", "http://dbpedia.org/resource/See_for_Miles_Records", "http://dbpedia.org/resource/Stickman_Records_(indie_rock)", "http://dbpedia.org/resource/Azul_Music", "http://dbpedia.org/resource/Universal_Music_India", "http://dbpedia.org/resource/Cargo_Music", "http://dbpedia.org/resource/Headhunter_Records", "http://dbpedia.org/resource/Knitting_Factory_Records", "http://dbpedia.org/resource/Lava_Records", "http://dbpedia.org/resource/Hannibal_Records", "http://dbpedia.org/resource/Bad_Vugum", "http://dbpedia.org/resource/P._Tuotanto", "http://dbpedia.org/resource/Ratas_Music", "https://www.innerknotrecords.com/", "https://www.insideoutmusic.com/", "http://dbpedia.org/resource/Candlelight_Records", "http://dbpedia.org/resource/Jagjaguwar", "http://dbpedia.org/resource/Marmalade_Records", "http://dbpedia.org/resource/Sonet_Records", "http://dbpedia.org/resource/DRO_Records", "http://dbpedia.org/resource/Avispa", "http://dbpedia.org/resource/Liberty_Records", "http://dbpedia.org/resource/Universal_Music_Enterprises", "http://dbpedia.org/resource/Chess_Records", "http://dbpedia.org/resource/Celluloid_Records", "http://dbpedia.org/resource/Joyful_Noise_Recordings", "http://dbpedia.org/resource/Touch_and_Go_Records", "http://dbpedia.org/resource/Polaris_(label)", "http://dbpedia.org/resource/Genin_Records", "http://dbpedia.org/resource/Drive-Thru_Records", "http://dbpedia.org/resource/L'Abeille_R\u00f4de", "http://dbpedia.org/resource/Kobalt_Label_Services", "http://dbpedia.org/resource/Polar_Music", "http://dbpedia.org/resource/KittyWu_Records", "http://dbpedia.org/resource/Nash_Format", "http://dbpedia.org/resource/Absolutely_Kosher_Records", "http://dbpedia.org/resource/Removador_Recordings_&_Solutions", "http://dbpedia.org/resource/Sword_Records,_Inc.", "http://dbpedia.org/resource/Mabell", "http://dbpedia.org/resource/Engine_Room_Recordings", "http://dbpedia.org/resource/The_Royal_Potato_Family", "http://dbpedia.org/resource/AWAL", "http://dbpedia.org/resource/Fernando_Perdomo", "http://dbpedia.org/resource/Ark_Records", "http://dbpedia.org/resource/Star_Song_Communications", "http://dbpedia.org/resource/Asylum_Records", "http://dbpedia.org/resource/The_Orchard_(company)", "http://dbpedia.org/resource/Sony_Music_Publishing", "http://dbpedia.org/resource/Tee_Pee_Records", "http://dbpedia.org/resource/Outside_Music", "http://dbpedia.org/resource/Machine_Shop_Records", "http://dbpedia.org/resource/Bethel_Music", "http://dbpedia.org/resource/Essential_Records_(Christian)", "http://dbpedia.org/resource/Reunion_Records", "http://dbpedia.org/resource/Provident_Label_Group", "http://dbpedia.org/resource/Integrity_Music", "http://dbpedia.org/resource/JPU_Records", "http://dbpedia.org/resource/Nakano_Records", "http://dbpedia.org/resource/Manticore", "http://dbpedia.org/resource/TuneCore", "http://dbpedia.org/resource/Torrent_Records_LLC", "http://dbpedia.org/resource/Cotillion_Records", "http://dbpedia.org/resource/3:16_Media", "http://dbpedia.org/resource/A_Records", "http://dbpedia.org/resource/Bellaphon_(record_label)", "http://dbpedia.org/resource/RTV_S", "http://dbpedia.org/resource/Raglas_Records", "http://dbpedia.org/resource/Sorabia_disk", "http://dbpedia.org/resource/Vans_(record_label)", "http://dbpedia.org/resource/Rethink_(record_label)", "http://dbpedia.org/resource/Yellowdog_Creative_Project_Management", "http://dbpedia.org/resource/Invisible_Hands_Music", "http://dbpedia.org/resource/Paper_Bag_Records", "http://dbpedia.org/resource/Psychic_Handshake", "http://dbpedia.org/resource/Mute_Records", "http://dbpedia.org/resource/Mountain_Size_Records", "http://dbpedia.org/resource/Oh/Ya_Records", "http://dbpedia.org/resource/Razor_&_Tie", "http://dbpedia.org/resource/Bieler_Bros._Records", "http://dbpedia.org/resource/Hed_Arzi_Music", "http://dbpedia.org/resource/Planet_Records", "http://dbpedia.org/resource/RCA/Jive_Label_Group", "http://dbpedia.org/resource/Hungaroton", "http://dbpedia.org/resource/Pausa_Records", "http://dbpedia.org/resource/Produttori_Associati", "http://dbpedia.org/resource/DreamWorks_Records", "http://dbpedia.org/resource/Planaria_Recordings", "http://dbpedia.org/resource/Steinar_(singer)", "http://dbpedia.org/resource/Anova_Music", "http://dbpedia.org/resource/MeteorCity", "http://dbpedia.org/resource/A&M_Octone_Records", "http://dbpedia.org/resource/Garden_of_Delights_(record_label)", "http://dbpedia.org/resource/Delphine_Records", "http://dbpedia.org/resource/AZ_(record_label)", "http://dbpedia.org/resource/Fragile_Records", "http://dbpedia.org/resource/Trax_Records", "http://dbpedia.org/resource/Alice_In...", "http://dbpedia.org/resource/Jungle_Records", "http://dbpedia.org/resource/Numero_Uno_(company)", "http://dbpedia.org/resource/Permanent_Records", "http://dbpedia.org/resource/Qualiton_Records", "http://dbpedia.org/resource/American_Recordings_(record_label)", "http://dbpedia.org/resource/Axis_of_Justice", "http://dbpedia.org/resource/Balkanton", "http://dbpedia.org/resource/GMP_(Bulgarian_record_label)", "http://dbpedia.org/resource/Varna_Sound", "http://dbpedia.org/resource/Vitality_Music", "http://dbpedia.org/resource/No_Records", "http://dbpedia.org/resource/Sugar_Music", "http://dbpedia.org/resource/Sub_Pop", "http://dbpedia.org/resource/His_Master's_Voice", "http://dbpedia.org/resource/Lingasong_Records", "http://dbpedia.org/resource/Motown", "http://dbpedia.org/resource/Magic_Bullet_Records", "http://dbpedia.org/resource/Hydra_Head_Records", "http://dbpedia.org/resource/Wea", "http://dbpedia.org/resource/Durium", "http://dbpedia.org/resource/Dig-It_(record_label)", "http://dbpedia.org/resource/Ultra_Records", "http://dbpedia.org/resource/Wierd_Records", "http://dbpedia.org/resource/Pendu_Sound_Recordings", "http://dbpedia.org/resource/Profound_Lore_Records", "http://dbpedia.org/resource/Samadhi_Sound", "http://dbpedia.org/resource/Japanese_dry_garden", "http://dbpedia.org/resource/Festival_Music_(F2)", "http://dbpedia.org/resource/14th_Floor_Records", "http://dbpedia.org/resource/Silvertone_Records_(1980)", "http://dbpedia.org/resource/Entertainment_One", "http://dbpedia.org/resource/Hypnotic_Records", "http://dbpedia.org/resource/Dan_Carey_(record_producer)", "http://dbpedia.org/resource/Ezigja_Music", "http://dbpedia.org/resource/Apple_Records", "http://dbpedia.org/resource/Barking_Pumpkin_Records", "http://dbpedia.org/resource/Zappa_Records", "http://dbpedia.org/resource/Attic_Records", "http://dbpedia.org/resource/Distribuidora_Belgrano_Norte", "http://dbpedia.org/resource/Ciclo_3_Records", "http://dbpedia.org/resource/New_Abra", "http://www.marquee.co.jp/label/bell_antique.htm", "http://dbpedia.org/resource/Made_in_Japan_Record", "http://dbpedia.org/resource/Binary/Universal_Music_Group", "http://dbpedia.org/resource/Digital_Nations_Artist", "http://dbpedia.org/resource/Virgin_EMI_Records", "http://dbpedia.org/resource/Daiichi_Kosho_Company", "http://dbpedia.org/resource/Massacre_Records", "http://dbpedia.org/resource/Too_Pure", "http://dbpedia.org/resource/Sparmac", "http://dbpedia.org/resource/Cube_Records", "http://dbpedia.org/resource/Fly_Records", "http://dbpedia.org/resource/Warner_Music_Australia", "http://dbpedia.org/resource/UNFD", "http://www.onedaysavior.com/", "http://dbpedia.org/resource/DXP_Productions", "http://dbpedia.org/resource/Sparrow_Records", "http://dbpedia.org/resource/Credential_Recordings", "http://dbpedia.org/resource/Lo_Recordings", "http://dbpedia.org/resource/I_and_Ear", "http://dbpedia.org/resource/Planaria_(record_label)", "http://dbpedia.org/resource/Shatter_Your_Leaves", "http://dbpedia.org/resource/Sockets_(record_label)", "http://dbpedia.org/resource/Bureau_B", "http://dbpedia.org/resource/Negram_(record_label)", "http://www.scyllarecords.com", "http://dbpedia.org/resource/MAM_Records", "http://dbpedia.org/resource/King_Biscuit_Flower_Hour", "http://dbpedia.org/resource/DRT_Entertainment", "http://dbpedia.org/resource/Alucard_Music", "http://dbpedia.org/resource/Sunflower_Records", "http://dbpedia.org/resource/Laurie_Records", "http://dbpedia.org/resource/ESP-Disk", "http://dbpedia.org/resource/Rykodisc", "http://dbpedia.org/resource/Synton_Archive_Recordings", "http://dbpedia.org/resource/Velour_Music", "http://dbpedia.org/resource/Body_of_Work_Recordings", "http://dbpedia.org/resource/Ooberman", "http://dbpedia.org/resource/Doing_Being_Music,_Universal_Music,_Spinefarm_Records", "http://dbpedia.org/resource/Full_Time_Hobby", "http://dbpedia.org/resource/Downtown_Records", "http://dbpedia.org/resource/RCRD_LBL", "http://dbpedia.org/resource/Second_Battle", "http://dbpedia.org/resource/FRG_Records", "http://dbpedia.org/resource/Harmacy_Records", "http://dbpedia.org/resource/RAIG_Records", "http://dbpedia.org/resource/Sunhair_Records", "http://dbpedia.org/resource/TidyLike_Records", "http://dbpedia.org/resource/Vincebus_Eruptum_Records", "http://dbpedia.org/resource/TVR_(TV_network)", "http://dbpedia.org/resource/Roton_Music", "http://dbpedia.org/resource/Blood_and_Ink_Records", "http://dbpedia.org/resource/Drowned_in_Sound", "http://dbpedia.org/resource/Fierce_Panda_Records", "http://dbpedia.org/resource/Blast_First", "http://dbpedia.org/resource/Try_Harder_Records", "http://dbpedia.org/resource/Quickfix", "http://dbpedia.org/resource/List_of_record_labels:_R\u2013Z", "http://dbpedia.org/resource/Durium_Records", "http://dbpedia.org/resource/The_Rank_Organisation", "http://dbpedia.org/resource/Song_Haus_Music", "http://dbpedia.org/resource/Sumthing_Distribution", "http://dbpedia.org/resource/Marshall_Amplification", "http://dbpedia.org/resource/Dischord_Records", "http://dbpedia.org/resource/Shout!_Factory", "http://dbpedia.org/resource/BIVCO_Records", "http://dbpedia.org/resource/Phoenix_Rising_(record_label)", "http://dbpedia.org/resource/Oarfin_Records", "http://dbpedia.org/resource/Lance_King", "http://dbpedia.org/resource/Sena_(company)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/end> <http://dbpedia.org/resource/Kazan> . ?x <http://dbpedia.org/ontology/railwayTrack> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Asus> } "}, "answers": ["http://dbpedia.org/resource/Asus_Memo_Pad_7", "http://dbpedia.org/resource/Asus_Memo_Pad_8", "http://dbpedia.org/resource/Asus_Memo_Pad_HD_7", "http://dbpedia.org/resource/Asus_Transformer", "http://dbpedia.org/resource/Asus_Transformer_Pad_TF701T", "http://dbpedia.org/resource/Asus_ZenFone_5", "http://dbpedia.org/resource/Asus_ZenFone_6", "http://dbpedia.org/resource/Asus_ZenFone_7", "http://dbpedia.org/resource/Asus_ZenFone_8", "http://dbpedia.org/resource/Asus_ZenFone_9", "http://dbpedia.org/resource/PlayStation_3", "http://dbpedia.org/resource/Asus_EeeBook", "http://dbpedia.org/resource/Nexus_7_(2012)", "http://dbpedia.org/resource/Nexus_7_(2013)", "http://dbpedia.org/resource/Nexus_Player", "http://dbpedia.org/resource/ROG_Phone", "http://dbpedia.org/resource/ROG_Phone_5", "http://dbpedia.org/resource/ROG_Phone_6", "http://dbpedia.org/resource/ZenBook", "http://dbpedia.org/resource/Asus_Fonepad__Asus_Fonepad__1", "http://dbpedia.org/resource/Asus_PadFone__ASUS_PadFone__1", "http://dbpedia.org/resource/Asus_Transformer__Book_Flip_TP200__1", "http://dbpedia.org/resource/Asus_Transformer__Book_Flip_TP300__1", "http://dbpedia.org/resource/Asus_Transformer__Book_Flip_TP500__1", "http://dbpedia.org/resource/Asus_Transformer__Book_Flip_TP550__1", "http://dbpedia.org/resource/Asus_Transformer__Book_T100_Chi_Signature_Edition__1", "http://dbpedia.org/resource/Asus_Transformer__Book_T101__1", "http://dbpedia.org/resource/Asus_Transformer__Book_T200_T200__1", "http://dbpedia.org/resource/Asus_Transformer__Book_T300_T300__1", "http://dbpedia.org/resource/Asus_Transformer__Book_T302__1", "http://dbpedia.org/resource/Asus_Transformer__Book_Trio__1", "http://dbpedia.org/resource/Asus_Transformer__Mini_T102__1", "http://dbpedia.org/resource/Asus_Transformer__Pro_T304UA__1"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fran\u00e7ois_Beauchemin> <http://dbpedia.org/ontology/formerTeam> ?uri } "}, "answers": ["http://dbpedia.org/resource/Anaheim_Ducks", "http://dbpedia.org/resource/Colorado_Avalanche", "http://dbpedia.org/resource/Columbus_Blue_Jackets", "http://dbpedia.org/resource/Montreal_Canadiens", "http://dbpedia.org/resource/Toronto_Maple_Leafs"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Red_Marauder> <http://dbpedia.org/ontology/colour> ?uri } "}, "answers": ["http://dbpedia.org/resource/United_Kingdom"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudent> <http://dbpedia.org/resource/Erich_Bagge> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/parentOrganisation> <http://dbpedia.org/resource/Gestapo> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/location> ?uri . }"}, "answers": ["27062"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/HBO> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/All_Aboard!_Rosie's_Family_Cruise", "http://dbpedia.org/resource/Always_Outnumbered", "http://dbpedia.org/resource/Def_Comedy_Jam", "http://dbpedia.org/resource/Happily_Ever_After:_Fairy_Tales_for_Every_Child", "http://dbpedia.org/resource/Tagget", "http://dbpedia.org/resource/Whitewash_(1994_film)", "http://dbpedia.org/resource/Angry_Boys", "http://dbpedia.org/resource/Arresting_Behavior", "http://dbpedia.org/resource/Entourage_(American_TV_series)", "http://dbpedia.org/resource/Get_Smart_(1995_TV_series)", "http://dbpedia.org/resource/Getting_On_(American_TV_series)", "http://dbpedia.org/resource/Glory!_Glory!", "http://dbpedia.org/resource/The_Bedford_Diaries", "http://dbpedia.org/resource/The_Ben_Stiller_Show", "http://dbpedia.org/resource/Bored_to_Death", "http://dbpedia.org/resource/Raven_Hawk", "http://dbpedia.org/resource/Real_Time_with_Bill_Maher", "http://dbpedia.org/resource/The_Country_Mouse_and_the_City_Mouse:_A_Christmas_Tale", "http://dbpedia.org/resource/The_Erotic_Traveler", "http://dbpedia.org/resource/The_Girl's_Guide_to_Depravity", "http://dbpedia.org/resource/The_Jury_(TV_series)", "http://dbpedia.org/resource/The_Last_Frontier_(TV_series)", "http://dbpedia.org/resource/The_Movies_(miniseries)", "http://dbpedia.org/resource/The_Ricky_Gervais_Show_(TV_series)", "http://dbpedia.org/resource/The_Righteous_Gemstones", "http://dbpedia.org/resource/Jonah_from_Tonga", "http://dbpedia.org/resource/Band_of_Brothers_(miniseries)", "http://dbpedia.org/resource/Insecure_(TV_series)", "http://dbpedia.org/resource/Ja'mie:_Private_School_Girl", "http://dbpedia.org/resource/A_Tiny_Audience", "http://dbpedia.org/resource/Cathouse:_The_Series", "http://dbpedia.org/resource/Capadocia_(TV_series)", "http://dbpedia.org/resource/Down_the_Shore", "http://dbpedia.org/resource/Countdown_to_Looking_Glass", "http://dbpedia.org/resource/Crashbox", "http://dbpedia.org/resource/Curb_Your_Enthusiasm", "http://dbpedia.org/resource/Daddy_Dearest", "http://dbpedia.org/resource/HBO_Storybook_Musicals", "http://dbpedia.org/resource/Roc_(TV_series)", "http://dbpedia.org/resource/Lip_Service_(1988_film)", "http://dbpedia.org/resource/Luck_(TV_series)", "http://dbpedia.org/resource/Lucky_Louie", "http://dbpedia.org/resource/Olive_Kitteridge_(miniseries)", "http://dbpedia.org/resource/Show_Me_a_Hero", "http://dbpedia.org/resource/Blinded_by_the_Lights_(TV_series)", "http://dbpedia.org/resource/Hung_(TV_series)", "http://dbpedia.org/resource/Little_Britain_USA", "http://dbpedia.org/resource/Path_to_War"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucy_Sullivan_Is_Getting_Married> <http://dbpedia.org/property/starring> ?uri } "}, "answers": ["http://dbpedia.org/resource/Debbie_Chazen", "http://dbpedia.org/resource/Sam_Loggin", "http://dbpedia.org/resource/Gerard_Butler", "http://dbpedia.org/resource/Sara_Stockbridge", "http://dbpedia.org/resource/Gwyneth_Strong", "http://dbpedia.org/resource/Letitia_Dean", "http://dbpedia.org/resource/Michael_Troughton", "http://dbpedia.org/resource/Zo\u00eb_Eeles"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/currentMembers> <http://dbpedia.org/resource/Hynief> . ?x <http://dbpedia.org/property/associatedMusicalArtist> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/foundation> <http://dbpedia.org/resource/New_York> . ?uri <http://dbpedia.org/ontology/board> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/channel> <http://dbpedia.org/resource/NBC> . ?x <http://dbpedia.org/property/presenter> ?uri . }"}, "answers": ["202"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/\u00c9cole_Militaire> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryPerson>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lao_Plaza_Hotel> <http://dbpedia.org/property/location> ?uri } "}, "answers": ["63"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pandaruan_Bridge> <http://dbpedia.org/property/mainter> ?uri . <http://dbpedia.org/resource/Malaysia_Junior_Hockey_League> <http://dbpedia.org/ontology/country> ?uri} "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/children> <http://dbpedia.org/resource/Mother_Mary_Alphonsa> . ?uri <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Julian_Hawthorne> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hubAirport> <http://dbpedia.org/resource/Selangor> . ?x <http://dbpedia.org/property/hubs> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Selangor", "http://dbpedia.org/resource/Subang,_Indonesia", "http://dbpedia.org/resource/Sultan_Abdul_Aziz_Shah_Airport", "http://dbpedia.org/resource/Malaysia"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/United_World_College_of_Costa_Rica> <http://dbpedia.org/property/president> ?uri } "}, "answers": ["http://dbpedia.org/resource/Nelson_Mandela", "http://dbpedia.org/resource/Queen_Noor"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/ontology/landmark> ?x . ?x <http://dbpedia.org/property/city> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Ridley_Scott> . ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Vangelis> . }"}, "answers": ["http://dbpedia.org/resource/1492:_Conquest_of_Paradise", "http://dbpedia.org/resource/Blade_Runner"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/French_language> . ?x <http://dbpedia.org/ontology/currency> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Arthur_St._Clair> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/ingredient> <http://dbpedia.org/resource/Pork> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Food>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/timeZone> <http://dbpedia.org/resource/Central_European_Summer_Time> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paul_Paul_Demi\u00e9ville> <http://dbpedia.org/property/doctoralAdvisor> ?x . ?x <http://dbpedia.org/ontology/academicInterest> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/presenter> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/academicPrix> <http://dbpedia.org/resource/Teaching_Philosophy> } "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lula_J._Davis> <http://dbpedia.org/ontology/residence> ?uri . <http://dbpedia.org/resource/John_McTaggart_(jockey)> <http://dbpedia.org/property/deathPlace> ?uri} "}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lake_Victoria> <http://dbpedia.org/ontology/nearestCity> ?uri } "}, "answers": ["http://dbpedia.org/resource/Tanzania", "http://dbpedia.org/resource/Entebbe", "http://dbpedia.org/resource/Uganda", "http://dbpedia.org/resource/Kenya", "http://dbpedia.org/resource/Musoma", "http://dbpedia.org/resource/Mwanza", "http://dbpedia.org/resource/Bukoba", "http://dbpedia.org/resource/Homa_Bay", "http://dbpedia.org/resource/Kendu_Bay", "http://dbpedia.org/resource/Jinja,_Uganda", "http://dbpedia.org/resource/Kampala", "http://dbpedia.org/resource/Kisumu"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charles_LeMaire> <http://dbpedia.org/property/awards> ?uri . <http://dbpedia.org/resource/Eric_Roth> <http://dbpedia.org/ontology/award> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Academy_Awards"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/maintainedBy> <http://dbpedia.org/resource/Malaysia> . ?x <http://dbpedia.org/property/designer> ?uri }"}, "answers": ["6"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/HBO> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["48"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/canonizedBy> <http://dbpedia.org/resource/Pope_Benedict_XVI> . }"}, "answers": ["44"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/museum> <http://dbpedia.org/resource/Mus\u00e9e_d'Orsay> . ?uri <http://dbpedia.org/property/work> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/knownFor> <http://dbpedia.org/resource/University_of_Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}"}, "answers": ["4"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Skull_Gang> <http://dbpedia.org/ontology/bandMember> ?uri . }"}, "answers": ["1"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Czech_Extraliga> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }"}, "answers": ["http://dbpedia.org/resource/HK_Dukla_Tren\u010d\u00edn", "http://dbpedia.org/resource/HK_Nitra", "http://dbpedia.org/resource/HK_Orange_20", "http://dbpedia.org/resource/Muskegon_Lumberjacks", "http://dbpedia.org/resource/Vancouver_Giants", "http://dbpedia.org/resource/HK_36_Skalica", "http://dbpedia.org/resource/Red_Deer_Rebels", "http://dbpedia.org/resource/HC_'05_Bansk\u00e1_Bystrica", "http://dbpedia.org/resource/HC_Slovan_Bratislava", "http://dbpedia.org/resource/HC_Sparta_Praha", "http://dbpedia.org/resource/Detroit_Red_Wings", "http://dbpedia.org/resource/Metallurg_Magnitogorsk", "http://dbpedia.org/resource/Carolina_Hurricanes", "http://dbpedia.org/resource/HC_Neftekhimik_Nizhnekamsk", "http://dbpedia.org/resource/HC_Ocel\u00e1\u0159i_T\u0159inec", "http://dbpedia.org/resource/Stockton_Heat", "http://dbpedia.org/resource/HC_Dynamo_Pardubice", "http://dbpedia.org/resource/V\u00e5lerenga_Ishockey", "http://dbpedia.org/resource/Furuset_Ishockey", "http://dbpedia.org/resource/GCK_Lions", "http://dbpedia.org/resource/Tappara", "http://dbpedia.org/resource/HC_B\u00edl\u00ed_Tyg\u0159i_Liberec", "http://dbpedia.org/resource/HC_Energie_Karlovy_Vary", "http://dbpedia.org/resource/HC_Kometa_Brno", "http://dbpedia.org/resource/HC_\u0160koda_Plze\u0148", "http://dbpedia.org/resource/Orli_Znojmo", "http://dbpedia.org/resource/Pir\u00e1ti_Chomutov", "http://dbpedia.org/resource/Mora_IK", "http://dbpedia.org/resource/Philadelphia_Flyers", "http://dbpedia.org/resource/Edmonton_Oilers", "http://dbpedia.org/resource/BK_Mlad\u00e1_Boleslav", "http://dbpedia.org/resource/HC_TPS", "http://dbpedia.org/resource/Lukko", "http://dbpedia.org/resource/Amur_Khabarovsk", "http://dbpedia.org/resource/JYP_Jyv\u00e4skyl\u00e4", "http://dbpedia.org/resource/Hartford_Wolf_Pack", "http://dbpedia.org/resource/HC_Slavia_Praha", "http://dbpedia.org/resource/HC_V\u00edtkovice_Ridera", "http://dbpedia.org/resource/Peoria_Rivermen_(AHL)", "http://dbpedia.org/resource/HK_Liep\u0101jas_Metalurgs", "http://dbpedia.org/resource/HK_Riga", "http://dbpedia.org/resource/Dinamo_Riga", "http://dbpedia.org/resource/SK_Trha\u010di_Kada\u0148", "http://dbpedia.org/resource/TJ_Slovan_D\u011b\u010d\u00edn", "http://dbpedia.org/resource/Espoo_Blues", "http://dbpedia.org/resource/HC_Ko\u0161ice", "http://dbpedia.org/resource/HC_Yugra", "http://dbpedia.org/resource/Oulun_K\u00e4rp\u00e4t", "http://dbpedia.org/resource/BK_Havl\u00ed\u010dk\u016fv_Brod", "http://dbpedia.org/resource/Motor_\u010cesk\u00e9_Bud\u011bjovice", "http://dbpedia.org/resource/Lausanne_HC", "http://dbpedia.org/resource/HC_Fr\u00fddek-M\u00edstek", "http://dbpedia.org/resource/HC_Sibir_Novosibirsk", "http://dbpedia.org/resource/London_Knights", "http://dbpedia.org/resource/Avangard_Omsk", "http://dbpedia.org/resource/Boston_Bruins", "http://dbpedia.org/resource/Buffalo_Sabres", "http://dbpedia.org/resource/St._Louis_Blues", "http://dbpedia.org/resource/SC_Rapperswil-Jona_Lakers", "http://dbpedia.org/resource/San_Jose_Sharks", "http://dbpedia.org/resource/New_Jersey_Devils", "http://dbpedia.org/resource/HC_Litv\u00ednov", "http://dbpedia.org/resource/Rochester_Americans", "http://dbpedia.org/resource/Metallurg_Novokuznetsk", "http://dbpedia.org/resource/Colorado_Avalanche", "http://dbpedia.org/resource/HC_Donbass", "http://dbpedia.org/resource/HC_Lev_Poprad", "http://dbpedia.org/resource/Florida_Panthers", "http://dbpedia.org/resource/Czech_Extraliga", "http://dbpedia.org/resource/National_Hockey_League", "http://dbpedia.org/resource/Ryt\u00ed\u0159i_Kladno", "http://dbpedia.org/resource/Ottawa_Senators", "http://dbpedia.org/resource/KalPa", "http://dbpedia.org/resource/\u0160HK_37_Pie\u0161\u0165any", "http://dbpedia.org/resource/Barys_Nur-Sultan", "http://dbpedia.org/resource/Charlotte_Checkers", "http://dbpedia.org/resource/Lahti_Pelicans", "http://dbpedia.org/resource/Manchester_Monarchs_(AHL)", "http://dbpedia.org/resource/Ontario_Reign", "http://dbpedia.org/resource/Utica_Comets", "http://dbpedia.org/resource/Chicago_Wolves", "http://dbpedia.org/resource/Gen\u00e8ve-Servette_HC", "http://dbpedia.org/resource/Columbus_Blue_Jackets", "http://dbpedia.org/resource/HC_Davos", "http://dbpedia.org/resource/Calgary_Flames", "http://dbpedia.org/resource/New_York_Rangers", "http://dbpedia.org/resource/Mountfield_HK", "http://dbpedia.org/resource/HC_Most", "http://dbpedia.org/resource/HC_Stadion_Litom\u011b\u0159ice", "http://dbpedia.org/resource/San_Antonio_Rampage", "http://dbpedia.org/resource/Utah_Grizzlies_(1995\u20132005)", "http://dbpedia.org/resource/Springfield_Falcons", "http://dbpedia.org/resource/HK_Martin", "http://dbpedia.org/resource/Buran_Voronezh", "http://dbpedia.org/resource/HC_Neman_Grodno", "http://dbpedia.org/resource/Hershey_Bears", "http://dbpedia.org/resource/Lowell_Devils", "http://dbpedia.org/resource/HK_Acroni_Jesenice", "http://dbpedia.org/resource/HK_Slavija", "http://dbpedia.org/resource/Team_Zagreb", "http://dbpedia.org/resource/AIK_IF", "http://dbpedia.org/resource/Aalborg_Pirates", "http://dbpedia.org/resource/Herlev_Eagles", "http://dbpedia.org/resource/KHL_Medve\u0161\u010dak_Zagreb", "http://dbpedia.org/resource/Sparta_Warriors", "http://dbpedia.org/resource/IK_Oskarshamn", "http://dbpedia.org/resource/R\u00f8dovre_Mighty_Bulls", "http://dbpedia.org/resource/AZ_Hav\u00ed\u0159ov", "http://dbpedia.org/resource/Stoczniowiec_Gda\u0144sk", "http://dbpedia.org/resource/Cracovia_(ice_hockey)", "http://dbpedia.org/resource/HC_Dukla_Jihlava", "http://dbpedia.org/resource/Fargo_Force", "http://dbpedia.org/resource/Edmonton_Oil_Kings", "http://dbpedia.org/resource/Kamloops_Blazers", "http://dbpedia.org/resource/Norfolk_Admirals_(AHL)", "http://dbpedia.org/resource/HC_Dynamo_Moscow", "http://dbpedia.org/resource/Severstal_Cherepovets", "http://dbpedia.org/resource/Nashville_Predators", "http://dbpedia.org/resource/Tampa_Bay_Lightning", "http://dbpedia.org/resource/HK_91_Senica", "http://dbpedia.org/resource/HK_Poprad", "http://dbpedia.org/resource/Draci_\u0160umperk", "http://dbpedia.org/resource/SK_Hor\u00e1ck\u00e1_Slavia_T\u0159eb\u00ed\u010d", "http://dbpedia.org/resource/PSG_Berani_Zl\u00edn", "http://dbpedia.org/resource/Ak_Bars_Kazan", "http://dbpedia.org/resource/HKM_Zvolen", "http://dbpedia.org/resource/HK_Spi\u0161sk\u00e1_Nov\u00e1_Ves", "http://dbpedia.org/resource/HC_07_Detva", "http://dbpedia.org/resource/HC_Kunlun_Red_Star", "http://dbpedia.org/resource/Chicago_Blackhawks", "http://dbpedia.org/resource/Winnipeg_Jets", "http://dbpedia.org/resource/Admiral_Vladivostok", "http://dbpedia.org/resource/HC_Sochi", "http://dbpedia.org/resource/HC_Spartak_Moscow", "http://dbpedia.org/resource/Providence_Bruins", "http://dbpedia.org/resource/Vlci_\u017dilina", "http://dbpedia.org/resource/HC_Vrchlab\u00ed", "http://dbpedia.org/resource/Everett_Silvertips", "http://dbpedia.org/resource/Saskatoon_Blades", "http://dbpedia.org/resource/Springfield_Indians", "http://dbpedia.org/resource/Peoria_Rivermen_(IHL)", "http://dbpedia.org/resource/Long_Beach_Ice_Dogs", "http://dbpedia.org/resource/Orlando_Solar_Bears_(IHL)", "http://dbpedia.org/resource/Toronto_Maple_Leafs", "http://dbpedia.org/resource/VHK_Vset\u00edn", "http://dbpedia.org/resource/Atlant_Moscow_Oblast", "http://dbpedia.org/resource/Atlanta_Thrashers", "http://dbpedia.org/resource/Traktor_Chelyabinsk", "http://dbpedia.org/resource/HC_Olomouc", "http://dbpedia.org/resource/HC_Lada_Togliatti", "http://dbpedia.org/resource/Metallurg_Zhlobin", "http://dbpedia.org/resource/Anaheim_Ducks", "http://dbpedia.org/resource/American_Hockey_League", "http://dbpedia.org/resource/Evansville_IceMen", "http://dbpedia.org/resource/ECHL", "http://dbpedia.org/resource/Elmira_Jackals", "http://dbpedia.org/resource/Binghamton_Senators", "http://dbpedia.org/resource/Washington_Capitals", "http://dbpedia.org/resource/Montreal_Canadiens", "http://dbpedia.org/resource/HC_Vityaz", "http://dbpedia.org/resource/F\u00e4rjestad_BK", "http://dbpedia.org/resource/Salavat_Yulaev_Ufa", "http://dbpedia.org/resource/HC_Lev_Praha", "http://dbpedia.org/resource/EC_KAC", "http://dbpedia.org/resource/Ilves", "http://dbpedia.org/resource/Jokerit", "http://dbpedia.org/resource/HC_Dinamo_Minsk", "http://dbpedia.org/resource/\u00d6rebro_HK", "http://dbpedia.org/resource/MHk_32_Liptovsk\u00fd_Mikul\u00e1\u0161", "http://dbpedia.org/resource/Lokomotiv_Yaroslavl", "http://dbpedia.org/resource/Avtomobilist_Yekaterinburg", "http://dbpedia.org/resource/EC_VSV", "http://dbpedia.org/resource/HC_Bozen\u2013Bolzano", "http://dbpedia.org/resource/HC_ZUBR_P\u0159erov", "http://dbpedia.org/resource/Rapaces_de_Gap", "http://dbpedia.org/resource/\u00c9toile_Noire_de_Strasbourg", "http://dbpedia.org/resource/Binghamton_Rangers", "http://dbpedia.org/resource/Porin_\u00c4ss\u00e4t_(men's_ice_hockey)", "http://dbpedia.org/resource/Portland_Pirates", "http://dbpedia.org/resource/Richmond_Renegades", "http://dbpedia.org/resource/EHC_Freiburg", "http://dbpedia.org/resource/Manitoba_Moose", "http://dbpedia.org/resource/Des_Moines_Buccaneers", "http://dbpedia.org/resource/HC_Slovan_\u00daste\u010dt\u00ed_Lvi", "http://dbpedia.org/resource/Dallas_Stars", "http://dbpedia.org/resource/Pittsburgh_Penguins", "http://dbpedia.org/resource/HC_Nov\u00e9_Z\u00e1mky", "http://dbpedia.org/resource/Amarillo_Wranglers_(NAHL)", "http://dbpedia.org/resource/HK_95_Panthers_Pova\u017esk\u00e1_Bystrica", "http://dbpedia.org/resource/SaiPa", "http://dbpedia.org/resource/Waterloo_Black_Hawks", "http://dbpedia.org/resource/Hamilton_Bulldogs_(AHL)", "http://dbpedia.org/resource/Kansas_City_Blades", "http://dbpedia.org/resource/Columbia_Inferno", "http://dbpedia.org/resource/Br\u00fbleurs_de_Loups", "http://dbpedia.org/resource/Dragons_de_Rouen", "http://dbpedia.org/resource/Vancouver_Canucks", "http://dbpedia.org/resource/Arizona_Coyotes", "http://dbpedia.org/resource/HC_RT_Torax_Poruba", "http://dbpedia.org/resource/Atlanta_Gladiators", "http://dbpedia.org/resource/Dornbirn_Bulldogs", "http://dbpedia.org/resource/Lemp\u00e4\u00e4l\u00e4n_Kisa", "http://dbpedia.org/resource/MHK_Dubnica_nad_V\u00e1hom", "http://dbpedia.org/resource/HK_Liep\u0101ja", "http://dbpedia.org/resource/SK_LSPA/Riga", "http://dbpedia.org/resource/Toronto_Marlies", "http://dbpedia.org/resource/Mikkelin_Jukurit", "http://dbpedia.org/resource/Torpedo_Nizhny_Novgorod", "http://dbpedia.org/resource/Bridgeport_Islanders", "http://dbpedia.org/resource/Modo_Hockey", "http://dbpedia.org/resource/Albany_River_Rats", "http://dbpedia.org/resource/Sarnia_Sting", "http://dbpedia.org/resource/HC_Ben\u00e1tky_nad_Jizerou", "http://dbpedia.org/resource/HC_Shakhtyor_Soligorsk", "http://dbpedia.org/resource/KLH_Vajgar_Jind\u0159ich\u016fv_Hradec", "http://dbpedia.org/resource/HC_Beroun\u0161t\u00ed_Medv\u011bdi", "http://dbpedia.org/resource/Russian_Superleague", "http://dbpedia.org/resource/Los_Angeles_Kings", "http://dbpedia.org/resource/Gatineau_Olympiques", "http://dbpedia.org/resource/HC_Fribourg-Gott\u00e9ron", "http://dbpedia.org/resource/Link\u00f6ping_HC", "http://dbpedia.org/resource/R\u00f6gle_BK", "http://dbpedia.org/resource/HK_Kurbads", "http://dbpedia.org/resource/HK_Riga_2000", "http://dbpedia.org/resource/Feh\u00e9rv\u00e1r_AV19", "http://dbpedia.org/resource/Idaho_Steelheads", "http://dbpedia.org/resource/Iisalmen_Peli-Karhut", "http://dbpedia.org/resource/Grand_Rapids_Griffins", "http://dbpedia.org/resource/Rockford_IceHogs", "http://dbpedia.org/resource/Bryn\u00e4s_IF", "http://dbpedia.org/resource/Milwaukee_Admirals", "http://dbpedia.org/resource/V\u00e4sterviks_IK", "http://dbpedia.org/resource/Omaha_Lancers", "http://dbpedia.org/resource/SHC_Klatovy", "http://dbpedia.org/resource/Debreceni_Hoki_Klub", "http://dbpedia.org/resource/Charlotte_Checkers_(1993\u20132010)", "http://dbpedia.org/resource/DVTK_Jegesmedv\u00e9k", "http://dbpedia.org/resource/MAC_Budapest", "http://dbpedia.org/resource/Orlando_Solar_Bears", "http://dbpedia.org/resource/HC_Pre\u0161ov_Penguins", "http://dbpedia.org/resource/HC_Ambr\u00ec-Piotta", "http://dbpedia.org/resource/HC_Izhstal", "http://dbpedia.org/resource/HC_Lugano", "http://dbpedia.org/resource/Skellefte\u00e5_AIK", "http://dbpedia.org/resource/Leksands_IF", "http://dbpedia.org/resource/Worcester_IceCats", "http://dbpedia.org/resource/Laval_Rocket", "http://dbpedia.org/resource/St._John's_IceCaps", "http://dbpedia.org/resource/EC_Red_Bull_Salzburg", "http://dbpedia.org/resource/Malm\u00f6_Redhawks", "http://dbpedia.org/resource/EHC_Kloten", "http://dbpedia.org/resource/Peterborough_Petes", "http://dbpedia.org/resource/Albany_Devils", "http://dbpedia.org/resource/Baie-Comeau_Drakkar", "http://dbpedia.org/resource/Adirondack_Phantoms", "http://dbpedia.org/resource/Rimouski_Oc\u00e9anic", "http://dbpedia.org/resource/Lehigh_Valley_Phantoms", "http://dbpedia.org/resource/HPK", "http://dbpedia.org/resource/Timr\u00e5_IK", "http://dbpedia.org/resource/Cincinnati_Mighty_Ducks", "http://dbpedia.org/resource/HC_CSKA_Moscow", "http://dbpedia.org/resource/Victoriaville_Tigres", "http://dbpedia.org/resource/Vegas_Golden_Knights", "http://dbpedia.org/resource/Fr\u00f6lunda_HC", "http://dbpedia.org/resource/HC_\u00c4ss\u00e4t_Pori_Oy", "http://dbpedia.org/resource/HC_B\u0159eclav", "http://dbpedia.org/resource/HC_Chrudim", "http://dbpedia.org/resource/Texas_Stars", "http://dbpedia.org/resource/Bakersfield_Condors", "http://dbpedia.org/resource/S\u00f6dert\u00e4lje_SK", "http://dbpedia.org/resource/Kazzinc-Torpedo", "http://dbpedia.org/resource/SKA_Saint_Petersburg", "http://dbpedia.org/resource/San_Jose_Barracuda", "http://dbpedia.org/resource/Tucson_Roadrunners", "http://dbpedia.org/resource/L\u00f6wen_Frankfurt", "http://dbpedia.org/resource/National_League_(ice_hockey)", "http://dbpedia.org/resource/Kontinental_Hockey_League", "http://dbpedia.org/resource/SC_Bern", "http://dbpedia.org/resource/Iowa_Stars", "http://dbpedia.org/resource/Lethbridge_Hurricanes", "http://dbpedia.org/resource/Acadie\u2013Bathurst_Titan", "http://dbpedia.org/resource/Drummondville_Voltigeurs", "http://dbpedia.org/resource/New_York_Islanders", "http://dbpedia.org/resource/St._John's_Maple_Leafs", "http://dbpedia.org/resource/EV_Zug", "http://dbpedia.org/resource/Soo_Eagles", "http://dbpedia.org/resource/BIK_Karlskoga", "http://dbpedia.org/resource/Victoria_Royals", "http://dbpedia.org/resource/V\u00e4xj\u00f6_Lakers", "http://dbpedia.org/resource/N\u00fcrnberg_Ice_Tigers", "http://dbpedia.org/resource/SCL_Tigers"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/grandMasters> <http://dbpedia.org/resource/Chess_Grand_Masters> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Doonesbury_(musical)> <http://dbpedia.org/property/lyrics> ?uri } "}, "answers": ["http://dbpedia.org/resource/Garry_Trudeau"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Houston_City_Council> . ?uri <http://dbpedia.org/ontology/location> ?x . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charles_Phelps_Taft> <http://dbpedia.org/ontology/parent> ?uri . <http://dbpedia.org/resource/Robert_A._Taft> <http://dbpedia.org/property/parents> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Duncan_Sandys> . ?x <http://dbpedia.org/ontology/primeMinister> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Juhu_Aerodrome> <http://dbpedia.org/property/cityServed> ?uri } "}, "answers": ["Mumbai since 1928"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/ontology/predecessor> ?uri . }"}, "answers": ["33"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/hubs> <http://dbpedia.org/resource/San_Francisco_International_Airport> } "}, "answers": ["http://dbpedia.org/resource/Virgin_America", "http://dbpedia.org/resource/Alaska_Airlines", "http://dbpedia.org/resource/United_Airlines", "http://dbpedia.org/resource/United_Express", "http://dbpedia.org/resource/Republic_Airlines", "http://dbpedia.org/resource/Wings_West_Airlines", "http://dbpedia.org/resource/Hughes_Airwest", "http://dbpedia.org/resource/SkyWest_Airlines", "http://dbpedia.org/resource/Pacific_Air_Lines", "http://dbpedia.org/resource/Pacific_Southwest_Airlines"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Miao_Rebellion> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Stanford_White> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/HistoricPlace>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/family> <http://dbpedia.org/resource/Meadow_Soprano> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Evangelism", "http://dbpedia.org/resource/Born_again", "http://dbpedia.org/resource/Buddhism", "http://dbpedia.org/resource/Catholic_Church"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Piano> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/race> <http://dbpedia.org/resource/Breeders'_Cup_Juvenile_Turf> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"}, "answers": ["11"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Bahamas_Association_of_Athletic_Associations> . ?x <http://dbpedia.org/property/athleticsAssociation> ?uri . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Sony> . }"}, "answers": ["http://dbpedia.org/resource/Walkman", "http://dbpedia.org/resource/Walkman_F_Series", "http://dbpedia.org/resource/Walkman_Z_Series", "http://dbpedia.org/resource/Mylo_(Sony)", "http://dbpedia.org/resource/Sony_CLI\u00c9_PEG-SJ22", "http://dbpedia.org/resource/PlayStation_(console)", "http://dbpedia.org/resource/PlayStation_2", "http://dbpedia.org/resource/PlayStation_3", "http://dbpedia.org/resource/PlayStation_4", "http://dbpedia.org/resource/PlayStation_5", "http://dbpedia.org/resource/PlayStation_Portable", "http://dbpedia.org/resource/PlayStation_VR", "http://dbpedia.org/resource/PlayStation_Vita", "http://dbpedia.org/resource/PlayStation_controller", "http://dbpedia.org/resource/PocketStation", "http://dbpedia.org/resource/Sony_Dash", "http://dbpedia.org/resource/Magic_Link", "http://dbpedia.org/resource/Glasstron", "http://dbpedia.org/resource/Sixaxis", "http://dbpedia.org/resource/PlayStation_2_models", "http://dbpedia.org/resource/CLI\u00c9", "http://dbpedia.org/resource/PlayStation_Analog_Joystick", "http://dbpedia.org/resource/Sony_NW-A810", "http://dbpedia.org/resource/DualShock", "http://dbpedia.org/resource/Dual_Analog_Controller", "http://dbpedia.org/resource/Sony_Digital_Paper_DPTS1", "http://dbpedia.org/resource/Sony_Multimedia_CD-ROM_Player", "http://dbpedia.org/resource/Sony_Reader", "http://dbpedia.org/resource/Sony_Tablet", "http://dbpedia.org/resource/Sony_Vaio_PCV_series", "http://dbpedia.org/resource/Sony_Vision-S", "http://dbpedia.org/resource/Sony_Xperia_5_III", "http://dbpedia.org/resource/Sony_Xperia_E", "http://dbpedia.org/resource/Sony_Xperia_Tablet_Z", "http://dbpedia.org/resource/Sony_Xperia_Z2_tablet", "http://dbpedia.org/resource/Sony_Xperia_Z3_Tablet_Compact", "http://dbpedia.org/resource/MSX", "http://dbpedia.org/resource/PlayStation_models", "http://dbpedia.org/resource/Yahoo!_Smart_TV", "http://dbpedia.org/resource/PSX_(digital_video_recorder)", "http://dbpedia.org/resource/Super_NES_CD-ROM", "http://dbpedia.org/resource/Walkman_X_series", "http://dbpedia.org/resource/Sony_CLI\u00c9_NR_Series", "http://dbpedia.org/resource/Sony_CLI\u00c9_TJ_Series", "http://dbpedia.org/resource/Sony_Xperia__Sony_Xperia__1", "http://dbpedia.org/resource/PlayStation_Classic__PlayStation_Classic__1"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/channel> <http://dbpedia.org/resource/CBBC_(TV_channel)> . ?x "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/label> <http://dbpedia.org/resource/RCA_Records> . ?uri <http://dbpedia.org/property/music> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ivan_Fomin> <http://dbpedia.org/ontology/significantBuilding> ?uri } "}, "answers": ["http://dbpedia.org/resource/Moscow", "http://dbpedia.org/resource/Moscow_Metro", "http://dbpedia.org/resource/Government_Building,_Kyiv", "http://dbpedia.org/resource/Krasnye_Vorota_(Moscow_Metro)", "http://dbpedia.org/resource/Kyiv"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Sweedish> . ?uri <http://dbpedia.org/ontology/headquarters> <http://dbpedia.org/resource/Stockholm> } "}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Aegean_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Fo\u00e7a", "http://dbpedia.org/resource/Urla,_\u0130zmir", "http://dbpedia.org/resource/Menemen", "http://dbpedia.org/resource/Karaburun", "http://dbpedia.org/resource/\u0130zmir", ""]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/academicAdvisor> <http://dbpedia.org/resource/Sylvain_L\u00e9vi> . ?x <http://dbpedia.org/property/fields> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Daoism", "http://dbpedia.org/resource/Chinese_history", "http://dbpedia.org/resource/Chinese_poetry", "http://dbpedia.org/resource/Buddhism"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tales_of_Suspense> <http://dbpedia.org/property/writers> ?uri } "}, "answers": ["http://dbpedia.org/resource/Larry_Lieber", "http://dbpedia.org/resource/Robert_Bernstein_(comics)", "http://dbpedia.org/resource/Stan_Lee", ""]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Abigail_Adams> <http://dbpedia.org/property/children> ?uri } "}, "answers": ["5"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fr._Agnel_Multipurpose_School_and_Junior_College> <http://dbpedia.org/ontology/sport> ?uri . <http://dbpedia.org/resource/Vishwajyot_High_School> <http://dbpedia.org/property/genre> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/prizes> <http://dbpedia.org/resource/National_Medal_of_Science> . ?x <http://dbpedia.org/property/doctoralAdvisor> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/relation> <http://dbpedia.org/resource/Kennedy_family> . ?uri <http://dbpedia.org/ontology/relation> ?x . }"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/archipelago> <http://dbpedia.org/resource/Greater_Antilles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Island>}"}, "answers": ["http://dbpedia.org/resource/Geography_of_Jamaica", "http://dbpedia.org/resource/Isla_Magueyes", "http://dbpedia.org/resource/Cayman_Brac", "http://dbpedia.org/resource/Cayo_Norte", "http://dbpedia.org/resource/Grand_Cayman", "http://dbpedia.org/resource/Hispaniola", "http://dbpedia.org/resource/Little_Cayman"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/commandStructure> <http://dbpedia.org/resource/The_Pentagon> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Old_Saybrook,_Connecticut> } "}, "answers": ["http://dbpedia.org/resource/Connecticut_River"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/team> <http://dbpedia.org/resource/San_Francisco_Giants> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BaseballPlayer>}"}, "answers": ["http://dbpedia.org/resource/Lon_Simmons"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/School>}"}, "answers": ["http://dbpedia.org/resource/Denefield_School", "http://dbpedia.org/resource/UTC_Reading", "http://dbpedia.org/resource/Hamilton_School", "http://dbpedia.org/resource/The_Abbey_School,_Reading", "http://dbpedia.org/resource/Reading_Blue_Coat_School", "http://dbpedia.org/resource/Reading_College", "http://dbpedia.org/resource/Reading_Girls'_School", "http://dbpedia.org/resource/Reading_School", "http://dbpedia.org/resource/Redlands_Primary_School,_Reading", "http://dbpedia.org/resource/The_Highlands_School,_Reading", "http://dbpedia.org/resource/The_Piggott_School", "http://dbpedia.org/resource/The_Willink_School", "http://dbpedia.org/resource/John_Madejski_Academy", "http://dbpedia.org/resource/Kendrick_School", "http://dbpedia.org/resource/Bulmershe_College", "http://dbpedia.org/resource/Caversham_Primary_School", "http://dbpedia.org/resource/Oakbank_School,_Ryeish_Green", "http://dbpedia.org/resource/Highdown_School", "http://dbpedia.org/resource/Maiden_Erlegh_School", "http://dbpedia.org/resource/Leighton_Park_School", "http://dbpedia.org/resource/Queen_Anne's_School", "http://dbpedia.org/resource/St_Joseph's_College,_Reading", "http://dbpedia.org/resource/Blessed_Hugh_Faringdon_Catholic_School", "http://dbpedia.org/resource/King's_Academy_Prospect", "http://dbpedia.org/resource/Padworth_College"]}, {"query": {"sparql": " SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Toronto_Marlies> <http://dbpedia.org/property/tenants> ?uri } "}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { relatives <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Aunt_Em> . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/parentCompany> <http://dbpedia.org/resource/Kumho_Asiana_Group> } "}, "answers": ["http://dbpedia.org/resource/Asiana_Airlines"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/location> <http://dbpedia.org/resource/Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Building>}"}, "answers": ["125"]}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/managerClub> <http://dbpedia.org/resource/Middlesbrough_F.C> . . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/title> <http://dbpedia.org/resource/Miss_Louisiana_USA> . }"}, "answers": ["http://dbpedia.org/resource/Ali_Landry", "http://dbpedia.org/resource/Candice_Bennatt", "http://dbpedia.org/resource/Candice_Stewart", "http://dbpedia.org/resource/Sharon_Brown_(Miss_USA)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/ground> <http://dbpedia.org/resource/Fr._Agnel_Stadium> . ?x <http://dbpedia.org/ontology/sport> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Atlanta> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/1933_Australia_rugby_union_tour_of_South_Africa_and_Rhodesia", "http://dbpedia.org/resource/1933_Home_Nations_Championship", "http://dbpedia.org/resource/1934_Home_Nations_Championship", "http://dbpedia.org/resource/1935_Home_Nations_Championship", "http://dbpedia.org/resource/1935_Series_(banknotes)", "http://dbpedia.org/resource/1936_British_Lions_tour_to_Argentina", "http://dbpedia.org/resource/1936_Home_Nations_Championship", "http://dbpedia.org/resource/1937_Home_Nations_Championship", "http://dbpedia.org/resource/1937_Series_(banknotes)", "http://dbpedia.org/resource/1938_All-Ireland_Senior_Hurling_Championship", "http://dbpedia.org/resource/1938_Detroit_Red_Wings\u2013Montreal_Canadiens_European_tour", "http://dbpedia.org/resource/1938_Home_Nations_Championship", "http://dbpedia.org/resource/1938_Stanley_Cup_Finals", "http://dbpedia.org/resource/1939_Amateur_World_Series", "http://dbpedia.org/resource/1939_Home_Nations_Championship", "http://dbpedia.org/resource/1940_Amateur_World_Series", "http://dbpedia.org/resource/1941_Amateur_World_Series", "http://dbpedia.org/resource/1944_World_Series", "http://dbpedia.org/resource/1947_Five_Nations_Championship", "http://dbpedia.org/resource/1948_Five_Nations_Championship", "http://dbpedia.org/resource/1948_Oxford-Cambridge_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1949_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1949_Five_Nations_Championship", "http://dbpedia.org/resource/1949_France_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1950_Five_Nations_Championship", "http://dbpedia.org/resource/1950_World_Series", "http://dbpedia.org/resource/1951_East_Rift_Valley_earthquakes", "http://dbpedia.org/resource/1951_Five_Nations_Championship", "http://dbpedia.org/resource/1951_National_League_tie-breaker_series", "http://dbpedia.org/resource/1952_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1952_Five_Nations_Championship", "http://dbpedia.org/resource/1952_Ireland_rugby_union_tour_of_South_America", "http://dbpedia.org/resource/1952_Washington,_D.C._UFO_incident", "http://dbpedia.org/resource/1953_Australia_rugby_union_tour_of_South_Africa_and_Rhodesia", "http://dbpedia.org/resource/1953_Five_Nations_Championship", "http://dbpedia.org/resource/1953_Lahore_riots", "http://dbpedia.org/resource/1953_Waco_tornado_outbreak", "http://dbpedia.org/resource/1954_Five_Nations_Championship", "http://dbpedia.org/resource/1954_France_rugby_union_tour_of_Argentina_and_Chile", "http://dbpedia.org/resource/1954_Series_(banknotes)", "http://dbpedia.org/resource/1954_Yangtze_River_floods", "http://dbpedia.org/resource/1955_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1955_Five_Nations_Championship", "http://dbpedia.org/resource/1956_Five_Nations_Championship", "http://dbpedia.org/resource/1956_Oxford-Cambridge_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1956_South_Africa_rugby_union_tour_of_Australia_and_New_Zealand", "http://dbpedia.org/resource/1957_Barbarians_tour_of_Canada", "http://dbpedia.org/resource/1957_Five_Nations_Championship", "http://dbpedia.org/resource/1957_Rebel_300", "http://dbpedia.org/resource/1958_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1958_Five_Nations_Championship", "http://dbpedia.org/resource/1959_Five_Nations_Championship", "http://dbpedia.org/resource/1959_Junior_Springboks_tour_of_South_America", "http://dbpedia.org/resource/1959_National_League_tie-breaker_series", "http://dbpedia.org/resource/195_Lewis", "http://dbpedia.org/resource/1960_Copa_Libertadores_Finals", "http://dbpedia.org/resource/1960_Five_Nations_Championship", "http://dbpedia.org/resource/1960_France_rugby_union_tour_of_Argentina_and_Uruguay", "http://dbpedia.org/resource/1960_New_Zealand_rugby_union_tour_of_Australia_and_South_Africa", "http://dbpedia.org/resource/1961_Australia_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1961_Copa_Libertadores_Finals", "http://dbpedia.org/resource/1961_Five_Nations_Championship", "http://dbpedia.org/resource/1961_France_rugby_union_tour_of_New_Zealand_and_Australia", "http://dbpedia.org/resource/1962:_The_War_in_the_Hills", "http://dbpedia.org/resource/1962_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1962_Copa_Libertadores_Finals", "http://dbpedia.org/resource/1962_Five_Nations_Championship", "http://dbpedia.org/resource/1962_National_League_tie-breaker_series", "http://dbpedia.org/resource/1962_Rangoon_University_protests", "http://dbpedia.org/resource/1963_Australia_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1963_Copa_Libertadores_Finals", "http://dbpedia.org/resource/1963_Five_Nations_Championship", "http://dbpedia.org/resource/1964_(film)", "http://dbpedia.org/resource/1964_Australia_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1964_Brazilian_coup_d'\u00e9tat", "http://dbpedia.org/resource/1964_Fiji_rugby_union_tour_of_Europe_and_Canada", "http://dbpedia.org/resource/1964_Five_Nations_Championship", "http://dbpedia.org/resource/1964_Rosais_earthquake", "http://dbpedia.org/resource/1964_race_riots_in_Singapore", "http://dbpedia.org/resource/1965_Argentina_rugby_union_tour_of_Rhodesia_and_South_Africa", "http://dbpedia.org/resource/1965_Five_Nations_Championship", "http://dbpedia.org/resource/1965_Oxford-Cambridge_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1965_South_Africa_rugby_union_tour_of_Australasia", "http://dbpedia.org/resource/1965_South_Africa_rugby_union_tour_of_Scotland_and_Ireland", "http://dbpedia.org/resource/1966_Five_Nations_Championship", "http://dbpedia.org/resource/1966_South_African_Gazelles_rugby_union_tour_in_Argentina", "http://dbpedia.org/resource/1966_anti-Igbo_pogrom", "http://dbpedia.org/resource/1967_Five_Nations_Championship", "http://dbpedia.org/resource/1967_France_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1967_Ireland_rugby_union_tour_of_Australia", "http://dbpedia.org/resource/1967_Stanley_Cup_Finals", "http://dbpedia.org/resource/1968_Australia_rugby_union_tour_of_British_Isles", "http://dbpedia.org/resource/1968_Five_Nations_Championship", "http://dbpedia.org/resource/1968_Pittsburgh_riots", "http://dbpedia.org/resource/1968_Stanley_Cup_Finals", "http://dbpedia.org/resource/1969_(TV_series)", "http://dbpedia.org/resource/1969_Australia_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1969_Five_Nations_Championship", "http://dbpedia.org/resource/1969_Scotland_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1969_Stanley_Cup_Finals", "http://dbpedia.org/resource/1970_Five_Nations_Championship", "http://dbpedia.org/resource/1970_Ireland_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1970_New_Zealand_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1971_Argentina_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1971_Asheville_300", "http://dbpedia.org/resource/1971_Australia_rugby_union_tour_of_France", "http://dbpedia.org/resource/1971_Dixie_500", "http://dbpedia.org/resource/1971_Five_Nations_Championship", "http://dbpedia.org/resource/1971_Georgia_500", "http://dbpedia.org/resource/1971_Kingsport_300", "http://dbpedia.org/resource/1971_May_Day_protests", "http://dbpedia.org/resource/1971_Nashville_420", "http://dbpedia.org/resource/1971_National_500", "http://dbpedia.org/resource/1971_National_League_Championship_Series", "http://dbpedia.org/resource/1971_Oxford-Cambridge_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1971_Sandlapper_200", "http://dbpedia.org/resource/1971_Space_City_300", "http://dbpedia.org/resource/1971_Volunteer_500", "http://dbpedia.org/resource/1971_West_Virginia_500", "http://dbpedia.org/resource/1971_World_600", "http://dbpedia.org/resource/1971_World_Series_of_Poker", "http://dbpedia.org/resource/1972_American_500", "http://dbpedia.org/resource/1972_Australia_rugby_union_tour_of_New_Zealand_and_Fiji", "http://dbpedia.org/resource/1972_Carolina_500", "http://dbpedia.org/resource/1972_Five_Nations_Championship", "http://dbpedia.org/resource/1972_France_rugby_union_tour_of_Australia", "http://dbpedia.org/resource/1972_Miller_High_Life_500", "http://dbpedia.org/resource/1972_Old_Dominion_500", "http://dbpedia.org/resource/1972_South_African_Gazelles_rugby_union_tour_in_Argentina", "http://dbpedia.org/resource/1972_Texas_500", "http://dbpedia.org/resource/1972_Winston_500", "http://dbpedia.org/resource/1972_World_600", "http://dbpedia.org/resource/1972_World_Series_of_Poker", "http://dbpedia.org/resource/1973_Alamo_500", "http://dbpedia.org/resource/1973_American_500", "http://dbpedia.org/resource/1973_Argentina_rugby_union_tour_of_Ireland_and_Scotland", "http://dbpedia.org/resource/1973_Australia_rugby_union_tour_of_Europe", "http://dbpedia.org/resource/1973_Capital_City_500", "http://dbpedia.org/resource/1973_Dixie_500", "http://dbpedia.org/resource/1973_England_rugby_union_tour_of_Fiji_and_New_Zealand", "http://dbpedia.org/resource/1973_Five_Nations_Championship", "http://dbpedia.org/resource/1973_Gwyn_Staley_400", "http://dbpedia.org/resource/1973_Italy_rugby_union_tour_of_Rhodesia_and_South_Africa", "http://dbpedia.org/resource/1973_Japan_rugby_union_tour_of_Wales,_England_and_France", "http://dbpedia.org/resource/1973_National_500", "http://dbpedia.org/resource/1973_Richmond_500", "http://dbpedia.org/resource/1973_Romania_rugby_union_tour_of_Argentina", "http://dbpedia.org/resource/1973_Southern_500", "http://dbpedia.org/resource/1973_Tuborg_400", "http://dbpedia.org/resource/1973_World_600", "http://dbpedia.org/resource/1973_World_Series_of_Poker", "http://dbpedia.org/resource/1974_American_500", "http://dbpedia.org/resource/1974_Dixie_500", "http://dbpedia.org/resource/1974_Fiji_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1974_Five_Nations_Championship", "http://dbpedia.org/resource/1974_France_rugby_union_tour_of_Brazil_and_Argentina", "http://dbpedia.org/resource/1974_Japan_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1974_National_500", "http://dbpedia.org/resource/1974_National_League_Championship_Series", "http://dbpedia.org/resource/1974_New_Zealand_rugby_union_tour_of_Ireland,_Wales_and_England", "http://dbpedia.org/resource/1974_Southeastern_500", "http://dbpedia.org/resource/1974_Southern_500", "http://dbpedia.org/resource/1974_Winston_500", "http://dbpedia.org/resource/1974_World_Series_of_Poker", "http://dbpedia.org/resource/1975_Argentina_rugby_union_tour_of_France", "http://dbpedia.org/resource/1975_England_rugby_union_tour_of_Australia", "http://dbpedia.org/resource/1975_Five_Nations_Championship", "http://dbpedia.org/resource/1975_France_rugby_union_tour_of_South_Africa", "http://dbpedia.org/resource/1975_Japan_rugby_union_tour_of_Australia", "http://dbpedia.org/resource/1975_Los_Angeles_Times_500", "http://dbpedia.org/resource/1975_Music_City_USA_420", "http://dbpedia.org/resource/1975_National_500", "http://dbpedia.org/resource/1975_Scotland_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1975_Spring_Offensive", "http://dbpedia.org/resource/1975_Wales_rugby_union_tour_of_the_Far_East", "http://dbpedia.org/resource/1975_Winston_Western_500", "http://dbpedia.org/resource/1975_World_600", "http://dbpedia.org/resource/1975_World_Series_of_Poker", "http://dbpedia.org/resource/1974_Australian_Rally_Championship", "http://dbpedia.org/resource/1974_Railway_Cup_Hurling_Championship", "http://dbpedia.org/resource/1974_Trans-AMA_motocross_series", "http://dbpedia.org/resource/1975_Australian_Rally_Championship", "http://dbpedia.org/resource/1975_PBA_First_Conference_Finals", "http://dbpedia.org/resource/1975_PBA_Second_Conference_Finals", "http://dbpedia.org/resource/1975_Romania_rugby_union_tour_of_New_Zealand", "http://dbpedia.org/resource/1976_Australian_Rally_Championship", "http://dbpedia.org/resource/1977_Australian_Rally_Championship", "http://dbpedia.org/resource/1977_Moscow_bombings", "http://dbpedia.org/resource/1977_PBA_Open_Conference_Finals", "http://dbpedia.org/resource/1978_Australian_Rally_Championship", "http://dbpedia.org/resource/1979_Australian_Rally_Championship", "http://dbpedia.org/resource/1979_Nepalese_student_protests", "http://dbpedia.org/resource/1979_PBA_All-Filipino_Conference_Finals", "http://dbpedia.org/resource/1980_Australian_Rally_Championship", "http://dbpedia.org/resource/1980_NBL_Finals", "http://dbpedia.org/resource/1980_Railway_Cup_Hurling_Championship", "http://dbpedia.org/resource/1981_Italy_rugby_union_tour_of_Australia", "http://dbpedia.org/resource/1981_NBL_Finals", "http://dbpedia.org/resource/1982_Australian_Rally_Championship", "http://dbpedia.org/resource/1982_NBL_Finals", "http://dbpedia.org/resource/1982_New_Zealand_M\u0101ori_rugby_union_tour_of_Wales_and_Spain", "http://dbpedia.org/resource/1983_Australian_Football_Championships", "http://dbpedia.org/resource/1983_Australian_Rally_Championship", "http://dbpedia.org/resource/1983_NBL_Finals", "http://dbpedia.org/resource/1984_Australian_Football_Championships", "http://dbpedia.org/resource/1984_Australian_Rally_Championship", "http://dbpedia.org/resource/1984_International_Rules_Series", "http://dbpedia.org/resource/1984_NBL_Finals", "http://dbpedia.org/resource/1985_Australian_Football_Championships", "http://dbpedia.org/resource/1985_Australian_Rally_Championship", "http://dbpedia.org/resource/1985_NBL_Finals", "http://dbpedia.org/resource/1985_Scotland_rugby_union_tour_of_North_America", "http://dbpedia.org/resource/1986_(Portuguese_TV_series)", "http://dbpedia.org/resource/1986_Australian_Football_Championships", "http://dbpedia.org/resource/1986_Damascus_bombings", "http://dbpedia.org/resource/1986_International_Rules_Series", "http://dbpedia.org/resource/1986_NBL_Finals", "http://dbpedia.org/resource/1987_Australian_Football_Championships", "http://dbpedia.org/resource/1987_International_Rules_Series", "http://dbpedia.org/resource/1987_NBL_Finals", "http://dbpedia.org/resource/1988_Canoe_Slalom_World_Cup", "http://dbpedia.org/resource/1988_Japan_Series", "http://dbpedia.org/resource/1988_Malaysian_constitutional_crisis", "http://dbpedia.org/resource/2010_LPGA_of_Korea_Tour", "http://dbpedia.org/resource/2010_Legends_Tour", "http://dbpedia.org/resource/2010_Nobel_Peace_Prize", "http://dbpedia.org/resource/2010_PSA_Super_Series", "http://dbpedia.org/resource/2010_Red_Bull_Air_Race_World_Championship", "http://dbpedia.org/resource/2010_Scream_Awards", "http://dbpedia.org/resource/2010_UCI_ProTour", "http://dbpedia.org/resource/2010_United_Kingdom_student_protests", "http://dbpedia.org/resource/2010_V8_Supercar_season", "http://dbpedia.org/resource/2010_WISPA_World_Series", "http://dbpedia.org/resource/2010_Western_Australian_storms", "http://dbpedia.org/resource/2010\u201311_ISU_Speed_Skating_World_Cup", "http://dbpedia.org/resource/2011_Australian_Rally_Championship", "http://dbpedia.org/resource/2011_BBC_Sports_Personality_of_the_Year_Award", "http://dbpedia.org/resource/2011_BSN_Finals", "http://dbpedia.org/resource/2011_Bohai_Bay_oil_spill", "http://dbpedia.org/resource/2011_Canoe_Slalom_World_Cup", "http://dbpedia.org/resource/2011_China_floods", "http://dbpedia.org/resource/2011_Durango_massacres", "http://dbpedia.org/resource/2011_FINA_Swimming_World_Cup", "http://dbpedia.org/resource/2011_ITU_Triathlon_World_Cup", "http://dbpedia.org/resource/2011_Kashgar_attacks", "http://dbpedia.org/resource/2011_Kohistan_floods", "http://dbpedia.org/resource/2011_Kurdish_protests_in_Iraq", "http://dbpedia.org/resource/2011_LPGA_Futures_Tour", "http://dbpedia.org/resource/2011_Lake_Champlain_and_Richelieu_River_floods", "http://dbpedia.org/resource/2011_Legends_Tour", "http://dbpedia.org/resource/2011_NASCAR_Stock_V6_Series", "http://dbpedia.org/resource/2011_New_Zealand_snowstorms", "http://dbpedia.org/resource/2011_Northern_Ireland_riots", "http://dbpedia.org/resource/2011_PSA_World_Series", "http://dbpedia.org/resource/2011_UK_public_sector_strikes", "http://dbpedia.org/resource/2011_WSA_World_Series", "http://dbpedia.org/resource/2011_Wollongong_floods", "http://dbpedia.org/resource/2011\u201312_ISU_Grand_Prix_of_Figure_Skating", "http://dbpedia.org/resource/2011\u201312_ISU_Speed_Skating_World_Cup", "http://dbpedia.org/resource/2011\u201312_Los_Angeles_arson_attacks", "http://dbpedia.org/resource/2011\u201312_NCAA_football_bowl_games", "http://dbpedia.org/resource/2012_Araucan\u00eda_wildfires", "http://dbpedia.org/resource/2012_BBC_Sports_Personality_of_the_Year_Award", "http://dbpedia.org/resource/2012_Bangkok_bombings", "http://dbpedia.org/resource/2012_Canoe_Slalom_World_Cup", "http://dbpedia.org/resource/2012_Cultural_Olympiad", "http://dbpedia.org/resource/2012_Dnipropetrovsk_explosions", "http://dbpedia.org/resource/2012_FINA_Swimming_World_Cup", "http://dbpedia.org/resource/2012_Great_Britain_and_Ireland_floods", "http://dbpedia.org/resource/2012_ITU_Triathlon_World_Cup", "http://dbpedia.org/resource/2012_Interprovincial_Hurling_Championship", "http://dbpedia.org/resource/2012_Legends_Tour", "http://dbpedia.org/resource/2012_May_Day_protests", "http://dbpedia.org/resource/2012_PSA_World_Series", "http://dbpedia.org/resource/2012_Sorta_Unofficial_New_Zealand_Film_Awards", "http://dbpedia.org/resource/2012_Southern_Thailand_bombings", "http://dbpedia.org/resource/2012_Symetra_Tour", "http://dbpedia.org/resource/2012_University_of_Pittsburgh_bomb_threats", "http://dbpedia.org/resource/2012_WSA_World_Series", "http://dbpedia.org/resource/2012\u201313_ISU_Grand_Prix_of_Figure_Skating", "http://dbpedia.org/resource/2012\u201313_ISU_Speed_Skating_World_Cup", "http://dbpedia.org/resource/2012\u201313_NCAA_football_bowl_games", "http://dbpedia.org/resource/2013_British_Champions_Series", "http://dbpedia.org/resource/2013_British_National_Track_Championships", "http://dbpedia.org/resource/2013_Canoe_Slalom_World_Cup", "http://dbpedia.org/resource/2013_Dominican_Republic\u2013Haiti_diplomatic_crisis", "http://dbpedia.org/resource/2013_FINA_Swimming_World_Cup", "http://dbpedia.org/resource/2013_Festival_of_World_Cups", "http://dbpedia.org/resource/2013_Legends_Tour", "http://dbpedia.org/resource/2013_May_Day_protests", "http://dbpedia.org/resource/2013_NBL_Canada_Finals", "http://dbpedia.org/resource/2013_National_League_Division_Series", "http://dbpedia.org/resource/2013_Nordic_storms", "http://dbpedia.org/resource/2013_PSA_World_Series", "http://dbpedia.org/resource/2013_Rialto_Channel_New_Zealand_Film_Awards", "http://dbpedia.org/resource/2013_Symetra_Tour", "http://dbpedia.org/resource/2013_UEFA_European_Under-21_Championship_qualification", "http://dbpedia.org/resource/2013_WSA_World_Series", "http://dbpedia.org/resource/2013_YouTube_Music_Awards", "http://dbpedia.org/resource/2013\u201314_ISU_Grand_Prix_of_Figure_Skating", "http://dbpedia.org/resource/2013\u201314_ISU_Speed_Skating_World_Cup", "http://dbpedia.org/resource/2013\u201314_NCAA_football_bowl_games", "http://dbpedia.org/resource/2014_American_League_Division_Series", "http://dbpedia.org/resource/2014_BBC_Music_Awards", "http://dbpedia.org/resource/2014_Ben_Gurion_Airport_flight_bans", "http://dbpedia.org/resource/2014_British_National_Track_Championships", "http://dbpedia.org/resource/2014_Canoe_Slalom_World_Cup", "http://dbpedia.org/resource/Alisto", "http://dbpedia.org/resource/Alitho_Saradaga", "http://dbpedia.org/resource/Alivaltiosihteeri_valvoo", "http://dbpedia.org/resource/Alive:_The_Final_Evolution", "http://dbpedia.org/resource/Alive_Day_Memories", "http://dbpedia.org/resource/Alive_and_Cooking", "http://dbpedia.org/resource/Alive_and_Kicking_(TV_series)", "http://dbpedia.org/resource/Alive_from_Off_Center", "http://dbpedia.org/resource/Aliyan_vs_Aliyan", "http://dbpedia.org/resource/Aliyans", "http://dbpedia.org/resource/All's_Fair", "http://dbpedia.org/resource/All'ultimo_minuto", "http://dbpedia.org/resource/All-American_Girl:_The_Mary_Kay_Letourneau_Story", "http://dbpedia.org/resource/All-American_Girl_(1994_TV_series)", "http://dbpedia.org/resource/All-American_Girl_(TV_series)", "http://dbpedia.org/resource/All-American_Muslim", "http://dbpedia.org/resource/All-Ireland_Intermediate_Hurling_Championship", "http://dbpedia.org/resource/All-Ireland_Senior_Football_Championship", "http://dbpedia.org/resource/All-Ireland_Senior_Hurling_Championship", "http://dbpedia.org/resource/All-New_Dennis_the_Menace", "http://dbpedia.org/resource/All-New_X-Men", "http://dbpedia.org/resource/All-Out_Sundays", "http://dbpedia.org/resource/All-Star_Blitz", "http://dbpedia.org/resource/All-Star_Cup", "http://dbpedia.org/resource/All-Star_K!", "http://dbpedia.org/resource/All-Star_Squares", "http://dbpedia.org/resource/All-Star_Thanksgiving", "http://dbpedia.org/resource/All-Star_Videoke", "http://dbpedia.org/resource/All_Aboard!_Rosie's_Family_Cruise", "http://dbpedia.org/resource/All_Aboard_(TV_series)", "http://dbpedia.org/resource/All_About_Adam_(TV_series)", "http://dbpedia.org/resource/All_About_Aubrey", "http://dbpedia.org/resource/All_About_Baby", "http://dbpedia.org/resource/All_About_Eve_(Philippine_TV_series)", "http://dbpedia.org/resource/All_About_Eve_(South_Korean_TV_series)", "http://dbpedia.org/resource/All_About_Faces", "http://dbpedia.org/resource/All_About_Me", "http://dbpedia.org/resource/All_About_My_Mom", "http://dbpedia.org/resource/All_About_My_Romance", "http://dbpedia.org/resource/All_About_Sex", "http://dbpedia.org/resource/All_About_Two", "http://dbpedia.org/resource/All_About_Us_(TV_series)", "http://dbpedia.org/resource/All_About_You_(TV_series)", "http://dbpedia.org/resource/All_About_the_Andersons", "http://dbpedia.org/resource/All_About_the_Washingtons", "http://dbpedia.org/resource/All_Along_the_Watchtower_(TV_series)", "http://dbpedia.org/resource/All_American:_Homecoming", "http://dbpedia.org/resource/All_American_(TV_series)", "http://dbpedia.org/resource/All_American_Handyman", "http://dbpedia.org/resource/All_Around_the_Circle", "http://dbpedia.org/resource/All_Aussie_Adventures", "http://dbpedia.org/resource/All_Clued_Up", "http://dbpedia.org/resource/All_Costs_Paid", "http://dbpedia.org/resource/All_Creatures_Great_and_Small_(1978_TV_series)", "http://dbpedia.org/resource/All_Creatures_Great_and_Small_(2020_TV_series)", "http://dbpedia.org/resource/All_Def_Comedy", "http://dbpedia.org/resource/All_Dogs_Go_to_Heaven:_The_Series", "http://dbpedia.org/resource/All_Esper_Dayo!_SP", "http://dbpedia.org/resource/All_For_One_Caribbean", "http://dbpedia.org/resource/All_Gas_No_Brakes", "http://dbpedia.org/resource/All_Gas_and_Gaiters", "http://dbpedia.org/resource/All_Good_Things_(TV_series)", "http://dbpedia.org/resource/All_Grown_Up!", "http://dbpedia.org/resource/All_Hail_King_Julien", "http://dbpedia.org/resource/All_In_(TV_series)", "http://dbpedia.org/resource/All_In_All_Alamelu", "http://dbpedia.org/resource/All_In_The_Best_Possible_Taste_with_Grayson_Perry", "http://dbpedia.org/resource/All_In_with_Chris_Hayes", "http://dbpedia.org/resource/All_India_Bakchod_Knockout", "http://dbpedia.org/resource/All_Is_Forgiven_(TV_series)", "http://dbpedia.org/resource/All_Is_Well_(TV_series)", "http://dbpedia.org/resource/All_Kinds_of_Everything_(game_show)", "http://dbpedia.org/resource/All_Men_Are_Brothers_(TV_series)", "http://dbpedia.org/resource/All_My_Children", "http://dbpedia.org/resource/All_My_Life_(TV_series)", "http://dbpedia.org/resource/All_My_Love_For_You", "http://dbpedia.org/resource/All_Night_(TV_series)", "http://dbpedia.org/resource/All_Night_Fuji", "http://dbpedia.org/resource/All_Night_Long_(TV_series)", "http://dbpedia.org/resource/All_Night_Nippon", "http://dbpedia.org/resource/All_Our_Saturdays", "http://dbpedia.org/resource/All_Out_for_Kangaroo_Valley", "http://dbpedia.org/resource/All_Out_of_Love_(TV_series)", "http://dbpedia.org/resource/All_Over_the_Place_(TV_programme)", "http://dbpedia.org/resource/All_Over_the_Workplace", "http://dbpedia.org/resource/All_Purpose_Cultural_Cat_Girl_Nuku_Nuku", "http://dbpedia.org/resource/All_Quiet_on_the_Preston_Front", "http://dbpedia.org/resource/All_Quiet_on_the_Western_Front_(1979_film)", "http://dbpedia.org/resource/All_Rise_(TV_series)", "http://dbpedia.org/resource/All_Rise_for_Julian_Clary", "http://dbpedia.org/resource/All_Round_to_Mrs._Brown's", "http://dbpedia.org/resource/All_Saints_(TV_series)", "http://dbpedia.org/resource/All_She_Ever_Wanted", "http://dbpedia.org/resource/All_Souls_(TV_series)", "http://dbpedia.org/resource/All_Star_Family_Feud", "http://dbpedia.org/resource/All_Star_Glam_Exam", "http://dbpedia.org/resource/All_Star_K!", "http://dbpedia.org/resource/All_Star_Mr_&_Mrs", "http://dbpedia.org/resource/All_Star_Secrets", "http://dbpedia.org/resource/All_Star_Shore", "http://dbpedia.org/resource/All_That", "http://dbpedia.org/resource/All_That_Cube", "http://dbpedia.org/resource/All_That_Glitters_(TV_series)", "http://dbpedia.org/resource/All_That_Is_Bitter_Is_Sweet", "http://dbpedia.org/resource/All_Things_Considered", "http://dbpedia.org/resource/All_Things_Considered_(BBC_radio_show)", "http://dbpedia.org/resource/All_Together_(professional_wrestling)", "http://dbpedia.org/resource/All_Together_Now_(1991_Australian_TV_series)", "http://dbpedia.org/resource/All_Together_Now_(2018_Australian_TV_series)", "http://dbpedia.org/resource/All_Together_Now_(British_TV_series)", "http://dbpedia.org/resource/All_Together_Now_(German_TV_series)", "http://dbpedia.org/resource/All_Together_Now_(Italian_TV_series)", "http://dbpedia.org/resource/All_Together_Now_(Philippine_TV_series)", "http://dbpedia.org/resource/All_Together_Now_Malaysia", "http://dbpedia.org/resource/All_Watched_Over_by_Machines_of_Loving_Grace_(TV_series)", "http://dbpedia.org/resource/All_Worked_Up", "http://dbpedia.org/resource/All_You've_Got", "http://dbpedia.org/resource/All_You_Need_Is_Love:_Meine_Schwiegertochter_ist_ein_Mann", "http://dbpedia.org/resource/All_You_Need_Is_Love:_The_Story_of_Popular_Music", "http://dbpedia.org/resource/All_at_No_20", "http://dbpedia.org/resource/All_at_Sea_(TV_series)", "http://dbpedia.org/resource/All_for_Kids", "http://dbpedia.org/resource/All_for_Love_(British_TV_series)", "http://dbpedia.org/resource/All_for_Love_(Colombian_TV_series)", "http://dbpedia.org/resource/All_for_Nothing%3F", "http://dbpedia.org/resource/All_for_One_(TV_series)", "http://dbpedia.org/resource/All_in_700", "http://dbpedia.org/resource/All_in_Good_Faith", "http://dbpedia.org/resource/All_in_a_Family", "http://dbpedia.org/resource/All_in_the_Best_Possible_Taste_with_Grayson_Perry", "http://dbpedia.org/resource/All_in_the_Family", "http://dbpedia.org/resource/All_in_the_Method", "http://dbpedia.org/resource/All_in_with_Cam_Newton", "http://dbpedia.org/resource/All_of_Me_(TV_series)", "http://dbpedia.org/resource/All_of_Us", "http://dbpedia.org/resource/All_of_Us_Are_Dead", "http://dbpedia.org/resource/All_or_Nothing:_Arsenal", "http://dbpedia.org/resource/All_or_Nothing:_Brazil_National_Team", "http://dbpedia.org/resource/All_or_Nothing:_Juventus", "http://dbpedia.org/resource/All_or_Nothing:_Manchester_City", "http://dbpedia.org/resource/All_or_Nothing:_Tottenham_Hotspur", "http://dbpedia.org/resource/All_or_Nothing_(game_show)", "http://dbpedia.org/resource/All_the_Green_Year", "http://dbpedia.org/resource/All_the_K-pop", "http://dbpedia.org/resource/All_the_Kind_Strangers", "http://dbpedia.org/resource/All_the_Prime_Minister's_Men", "http://dbpedia.org/resource/All_the_Queen's_Men_(TV_series)", "http://dbpedia.org/resource/All_the_Rivers_Run", "http://dbpedia.org/resource/All_the_Same..._or_Not", "http://dbpedia.org/resource/All_the_Sins", "http://dbpedia.org/resource/All_the_Small_Things_(TV_series)", "http://dbpedia.org/resource/All_the_Stations", "http://dbpedia.org/resource/All_the_Way..._A_Decade_of_Song_(TV_program)", "http://dbpedia.org/resource/All_the_Way_(TV_series)", "http://dbpedia.org/resource/All_the_Way_(film)", "http://dbpedia.org/resource/All_the_Way_from_Memphis_(radio_show)", "http://dbpedia.org/resource/All_the_Way_with_You", "http://dbpedia.org/resource/All_the_World_in_a_Design_School", "http://dbpedia.org/resource/Alla_mot_en", "http://dbpedia.org/resource/Allan_Quatermain", "http://dbpedia.org/resource/Alle_meine_Tiere", "http://dbpedia.org/resource/Allegiance_(TV_series)", "http://dbpedia.org/resource/Allegra's_Window", "http://dbpedia.org/resource/Allein_gegen_die_Zeit", "http://dbpedia.org/resource/Allen_Gregory", "http://dbpedia.org/resource/Allen_Ludden's_Gallery", "http://dbpedia.org/resource/Allen_v._Farrow", "http://dbpedia.org/resource/Allerud_VGS", "http://dbpedia.org/resource/Alles_Atze", "http://dbpedia.org/resource/Alles_Kan_Beter", "http://dbpedia.org/resource/Alles_au\u00dfer_Mord", "http://dbpedia.org/resource/Alles_in_Ordnung_\u2013_Mit_dem_Wahnsinn_auf_Streife", "http://dbpedia.org/resource/Alles_was_z\u00e4hlt", "http://dbpedia.org/resource/Alley_Cats_Strike", "http://dbpedia.org/resource/Allison_&_Lillia", "http://dbpedia.org/resource/Alliyambal", "http://dbpedia.org/resource/Allrams_h\u00f6jdarpaket", "http://dbpedia.org/resource/Allsang_p\u00e5_Grensen", "http://dbpedia.org/resource/Allsorts_(TV_series)", "http://dbpedia.org/resource/Alls\u00e5ng_p\u00e5_Skansen", "http://dbpedia.org/resource/Allt_f\u00f6r_Sverige", "http://dbpedia.org/resource/Ally_McBeal", "http://dbpedia.org/resource/Ally_McBeal_(season_4)", "http://dbpedia.org/resource/Ally_McBeal_(season_5)", "http://dbpedia.org/resource/All\u00e1_te_espero", "http://dbpedia.org/resource/All\u00ed_abajo", "http://dbpedia.org/resource/Alma's_Not_Normal", "http://dbpedia.org/resource/Alma's_Way", "http://dbpedia.org/resource/Alma_G\u00eamea", "http://dbpedia.org/resource/Alma_Matters:_Inside_the_IIT_Dream", "http://dbpedia.org/resource/Alma_Pirata", "http://dbpedia.org/resource/Alma_de_hierro", "http://dbpedia.org/resource/Alma_de_\u00e1ngel", "http://dbpedia.org/resource/Alma_e_Cora\u00e7\u00e3o", "http://dbpedia.org/resource/Alma_indomable", "http://dbpedia.org/resource/Alma_rebelde", "http://dbpedia.org/resource/Almanac_(American_TV_series)", "http://dbpedia.org/resource/Almanac_(Canadian_TV_series)", "http://dbpedia.org/resource/Almohad_reforms", "http://dbpedia.org/resource/Almost_Family", "http://dbpedia.org/resource/Almost_Genius", "http://dbpedia.org/resource/Almost_Grown_(TV_series)", "http://dbpedia.org/resource/Almost_Happy_(TV_series)", "http://dbpedia.org/resource/Almost_Heroes_(TV_series)", "http://dbpedia.org/resource/Almost_Human_(TV_series)", "http://dbpedia.org/resource/Almost_Live!", "http://dbpedia.org/resource/Almost_Naked_Animals", "http://dbpedia.org/resource/Almost_Never_(TV_series)", "http://dbpedia.org/resource/Almost_Paradise_(TV_series)", "http://dbpedia.org/resource/Almost_Perfect", "http://dbpedia.org/resource/Almost_Royal", "http://dbpedia.org/resource/Almost_a_Woman", "http://dbpedia.org/resource/Alo_Chhaya", "http://dbpedia.org/resource/Aloha_Festivals", "http://dbpedia.org/resource/Aloha_Paradise", "http://dbpedia.org/resource/Aloha_Vet", "http://dbpedia.org/resource/Alondra_(TV_series)", "http://dbpedia.org/resource/Alone_(TV_series)", "http://dbpedia.org/resource/Alone_Together_(TV_series)", "http://dbpedia.org/resource/Alone_in_Love", "http://dbpedia.org/resource/Alone_in_the_Dark", "http://dbpedia.org/resource/Alone_in_the_Wild", "http://dbpedia.org/resource/Along_the_Way_(TV_series)", "http://dbpedia.org/resource/Alosha_series", "http://dbpedia.org/resource/Alparslan:_B\u00fcy\u00fck_Sel\u00e7uklu", "http://dbpedia.org/resource/Alpha_Alpha", "http://dbpedia.org/resource/Alpha_Bravo_Charlie", "http://dbpedia.org/resource/Alpha_House", "http://dbpedia.org/resource/Alpha_Man:_The_Brotherhood_of_MLK", "http://dbpedia.org/resource/Alpha_Scorpio", "http://dbpedia.org/resource/Alphabet_Soup_(TV_series)", "http://dbpedia.org/resource/Alphabetical_(game_show)", "http://dbpedia.org/resource/Alphablocks", "http://dbpedia.org/resource/Alphas", "http://dbpedia.org/resource/Alpine_Space_Programme", "http://dbpedia.org/resource/Alright_Already_(TV_series)", "http://dbpedia.org/resource/Alt.news_26:46", "http://dbpedia.org/resource/Alt_for_Norge", "http://dbpedia.org/resource/Altar_(film)", "http://dbpedia.org/resource/Altar_of_Domitius_Ahenobarbus", "http://dbpedia.org/resource/Alter_Ego_(TV_series)", "http://dbpedia.org/resource/Altered_Carbon_(TV_series)", "http://dbpedia.org/resource/Alternate_Reality_(series)", "http://dbpedia.org/resource/Alternatino_with_Arturo_Castro", "http://dbpedia.org/resource/Alternative_3", "http://dbpedia.org/resource/Alternative_Nation", "http://dbpedia.org/resource/Alternatywy_4", "http://dbpedia.org/resource/Altes_Geld", "http://dbpedia.org/resource/Alto_Astral", "http://dbpedia.org/resource/Altogether_(TV_series)", "http://dbpedia.org/resource/Alvida", "http://dbpedia.org/resource/Alvin_Purple_(TV_series)", "http://dbpedia.org/resource/Alvin_and_the_Chipmunks_(1983_TV_series)", "http://dbpedia.org/resource/Alvin_and_the_Chipmunks_(2015_TV_series)", "http://dbpedia.org/resource/Alvinnn!!!_and_the_Chipmunks", "http://dbpedia.org/resource/Always_Afternoon", "http://dbpedia.org/resource/Always_Cantare", "http://dbpedia.org/resource/Always_Greener", "http://dbpedia.org/resource/Always_Jane", "http://dbpedia.org/resource/Always_Outnumbered", "http://dbpedia.org/resource/Always_Ready_(TV_series)", "http://dbpedia.org/resource/Always_Remember_I_Love_You", "http://dbpedia.org/resource/Always_a_Witch", "http://dbpedia.org/resource/Always_and_Ever", "http://dbpedia.org/resource/Always_and_Everyone", "http://dbpedia.org/resource/Always_on_the_Road", "http://dbpedia.org/resource/Alwin_Schockem\u00f6hle", "http://dbpedia.org/resource/Aly_&_AJ:_Sister_Act", "http://dbpedia.org/resource/Alyas_Robin_Hood", "http://dbpedia.org/resource/Alyna", "http://dbpedia.org/resource/Alyna_(TV_series)", "http://dbpedia.org/resource/Alys_(TV_series)", "http://dbpedia.org/resource/Alzira_(opera)", "http://dbpedia.org/resource/Al\u00e9m_da_Ilha", "http://dbpedia.org/resource/Al\u00e9m_da_Ilus\u00e3o", "http://dbpedia.org/resource/Al\u00e9m_do_Horizonte", "http://dbpedia.org/resource/Al\u00e9m_do_Tempo", "http://dbpedia.org/resource/Al\u00f3_Ciudadano", "http://dbpedia.org/resource/Al\u00f3_Presidente", "http://dbpedia.org/resource/Am,_Antes_del_Mediod\u00eda", "http://dbpedia.org/resource/Am_Dam_Des", "http://dbpedia.org/resource/Am_gr\u00fcnen_Strand_der_Spree", "http://dbpedia.org/resource/Amaan_Ramazan", "http://dbpedia.org/resource/Amachan", "http://dbpedia.org/resource/Amada_enemiga", "http://dbpedia.org/resource/Amadis_(Massenet)", "http://dbpedia.org/resource/Amagi-class_battlecruiser", "http://dbpedia.org/resource/Amagi_Brilliant_Park", "http://dbpedia.org/resource/Amahl_and_the_Night_Visitors", "http://dbpedia.org/resource/Amala_(TV_series)", "http://dbpedia.org/resource/Amalia_Batista", "http://dbpedia.org/resource/Amanah_dalam_Cinta", "http://dbpedia.org/resource/Amanat_(2017_TV_series)", "http://dbpedia.org/resource/Amanat_(2021_TV_series)", "http://dbpedia.org/resource/Amanat_(Indian_TV_series)", "http://dbpedia.org/resource/Amanda's", "http://dbpedia.org/resource/Amanda_(Chilean_TV_series)", "http://dbpedia.org/resource/Amanda_(TV_program)", "http://dbpedia.org/resource/Amanda_Fallon", "http://dbpedia.org/resource/Amanda_Knox:_Murder_on_Trial_in_Italy", "http://dbpedia.org/resource/Amanda_O", "http://dbpedia.org/resource/Amanda_Sabater", "http://dbpedia.org/resource/Amanda_and_the_Alien", "http://dbpedia.org/resource/Amanpour", "http://dbpedia.org/resource/Amanpour_&_Company", "http://dbpedia.org/resource/Amantes_(TV_series)", "http://dbpedia.org/resource/Amantes_de_luna_llena", "http://dbpedia.org/resource/Amantes_del_desierto", "http://dbpedia.org/resource/Amanza", "http://dbpedia.org/resource/Amar_Demais", "http://dbpedia.org/resource/Amar_Depois_de_Amar", "http://dbpedia.org/resource/Amar_a_morir_(TV_series)", "http://dbpedia.org/resource/Amar_de_nuevo_(TV_series)", "http://dbpedia.org/resource/Amar_despu\u00e9s_de_amar", "http://dbpedia.org/resource/Amar_en_tiempos_revueltos", "http://dbpedia.org/resource/Amar_es_para_siempre", "http://dbpedia.org/resource/Amar_fue_su_pecado", "http://dbpedia.org/resource/Amar_otra_vez", "http://dbpedia.org/resource/Amar_profundo", "http://dbpedia.org/resource/Amar_sin_l\u00edmites", "http://dbpedia.org/resource/Amar_y_temer", "http://dbpedia.org/resource/Amaras_a_tu_pr\u00f3jimo", "http://dbpedia.org/resource/Amaravati_ki_Kathayein", "http://dbpedia.org/resource/Amarres", "http://dbpedia.org/resource/Amarte_as\u00ed,_Frijolito", "http://dbpedia.org/resource/Amarte_es_mi_Pecado", "http://dbpedia.org/resource/Amas_de_casa_desesperadas_(American_TV_series)", "http://dbpedia.org/resource/Amas_de_casa_desesperadas_(Argentine_TV_series)", "http://dbpedia.org/resource/Amateur's_Guide_to_Love", "http://dbpedia.org/resource/Amateur_Boxing_Fight_Club", "http://dbpedia.org/resource/Amatsuki", "http://dbpedia.org/resource/Amaya_(TV_series)", "http://dbpedia.org/resource/Amazing_Adventures_of_a_Nobody", "http://dbpedia.org/resource/Amazing_Agent_Luna", "http://dbpedia.org/resource/Amazing_America_with_Sarah_Palin", "http://dbpedia.org/resource/Amazing_Animals", "http://dbpedia.org/resource/Amazing_Cooking_Kids", "http://dbpedia.org/resource/Amazing_Detective_Di_Renjie", "http://dbpedia.org/resource/Amazing_Detective_Di_Renjie_2", "http://dbpedia.org/resource/Amazing_Detective_Di_Renjie_3", "http://dbpedia.org/resource/Amazing_Earth", "http://dbpedia.org/resource/Amazing_Eats", "http://dbpedia.org/resource/Amazing_Grace_(American_TV_series)", "http://dbpedia.org/resource/Amazing_Grace_(Australian_TV_series)", "http://dbpedia.org/resource/Amazing_Greys", "http://dbpedia.org/resource/Amazing_Hotels:_Life_Beyond_the_Lobby", "http://dbpedia.org/resource/Amazing_Interiors", "http://dbpedia.org/resource/Amazing_Stories_(1985_TV_series)", "http://dbpedia.org/resource/Amazing_Stories_(2020_TV_series)", "http://dbpedia.org/resource/Amazing_Vacation_Homes", "http://dbpedia.org/resource/Amazing_Wedding_Cakes", "http://dbpedia.org/resource/Amazingness", "http://dbpedia.org/resource/Amazon_(1999_TV_series)", "http://dbpedia.org/resource/Amazon_(2008_TV_series)", "http://dbpedia.org/resource/Amazon_Kindle", "http://dbpedia.org/resource/Amazons_(1984_film)", "http://dbpedia.org/resource/Ambassadors_(TV_series)", "http://dbpedia.org/resource/Amber_(TV_series)", "http://dbpedia.org/resource/Amber_Brown_(TV_series)", "http://dbpedia.org/resource/Amber_Dhara", "http://dbpedia.org/resource/Ambici\u00f3n_(TV_series)", "http://dbpedia.org/resource/Ambition_(TV_series)", "http://dbpedia.org/resource/Ambitions_(TV_series)", "http://dbpedia.org/resource/Ambulance_(TV_programme)", "http://dbpedia.org/resource/Ambulance_Australia", "http://dbpedia.org/resource/Ambush_Makeover", "http://dbpedia.org/resource/Ambushed_(1998_film)", "http://dbpedia.org/resource/Amelia_(opera)", "http://dbpedia.org/resource/Amelia_Earhart:_The_Final_Flight", "http://dbpedia.org/resource/Amelia_Earhart_(film)", "http://dbpedia.org/resource/Amelia_Earhart_(miniseries)", "http://dbpedia.org/resource/Amen_(TV_series)", "http://dbpedia.org/resource/Amend:_The_Fight_for_America", "http://dbpedia.org/resource/America's_Ballroom_Challenge", "http://dbpedia.org/resource/America's_Best_Dance_Crew", "http://dbpedia.org/resource/America's_Big_Deal", "http://dbpedia.org/resource/America's_Book_of_Secrets", "http://dbpedia.org/resource/America's_Castles", "http://dbpedia.org/resource/America's_Court_with_Judge_Ross", "http://dbpedia.org/resource/America's_Dream", "http://dbpedia.org/resource/America's_Dumbest_Criminals", "http://dbpedia.org/resource/America's_Election_Headquarters", "http://dbpedia.org/resource/America's_Funniest_Home_Videos", "http://dbpedia.org/resource/America's_Funniest_Home_Videos:_Animal_Edition", "http://dbpedia.org/resource/America's_Funniest_People", "http://dbpedia.org/resource/America's_Game:_The_Super_Bowl_Champions", "http://dbpedia.org/resource/America's_Got_Talent", "http://dbpedia.org/resource/America's_Got_Talent:_Extreme", "http://dbpedia.org/resource/America's_Got_Talent:_The_Champions", "http://dbpedia.org/resource/America's_Great_Divide", "http://dbpedia.org/resource/America's_Heartland", "http://dbpedia.org/resource/America's_Medicated_Kids", "http://dbpedia.org/resource/America's_Morning_Headquarters", "http://dbpedia.org/resource/America's_Most_Dangerous_Pets", "http://dbpedia.org/resource/America's_Most_Hated_Family_in_Crisis", "http://dbpedia.org/resource/America's_Most_Musical_Family", "http://dbpedia.org/resource/America's_Most_Smartest_Model", "http://dbpedia.org/resource/America's_Most_Talented_Kid", "http://dbpedia.org/resource/America's_Most_Wanted", "http://dbpedia.org/resource/America's_News_Headquarters", "http://dbpedia.org/resource/America's_Newsroom", "http://dbpedia.org/resource/America's_Next_Great_Restaurant", "http://dbpedia.org/resource/America's_Next_Producer", "http://dbpedia.org/resource/America's_Next_Top_Model", "http://dbpedia.org/resource/America's_Prince:_The_John_F._Kennedy_Jr._Story", "http://dbpedia.org/resource/America's_Prom_Queen", "http://dbpedia.org/resource/America's_Supernanny", "http://dbpedia.org/resource/America's_Test_Kitchen", "http://dbpedia.org/resource/America's_Top_10", "http://dbpedia.org/resource/America's_Top_Dog", "http://dbpedia.org/resource/America's_Toughest_Jobs", "http://dbpedia.org/resource/America's_Town_Meeting_of_the_Air", "http://dbpedia.org/resource/America's_War_on_Abortion", "http://dbpedia.org/resource/America's_Worst_Driver", "http://dbpedia.org/resource/America:_A_Personal_History_of_the_United_States", "http://dbpedia.org/resource/America:_The_Story_of_Us", "http://dbpedia.org/resource/America_(2009_film)", "http://dbpedia.org/resource/America_(American_TV_series)", "http://dbpedia.org/resource/America_2-Night", "http://dbpedia.org/resource/America_2040", "http://dbpedia.org/resource/America_After_9/11", "http://dbpedia.org/resource/America_Alive!", "http://dbpedia.org/resource/America_Ammayi_(TV_series)", "http://dbpedia.org/resource/America_By_the_Numbers_with_Maria_Hinojosa:_Clarkston_Georgia", "http://dbpedia.org/resource/America_Divided", "http://dbpedia.org/resource/America_Goes_Bananaz", "http://dbpedia.org/resource/America_Live_with_Megyn_Kelly", "http://dbpedia.org/resource/America_Mappillai", "http://dbpedia.org/resource/America_Now", "http://dbpedia.org/resource/America_ReFramed", "http://dbpedia.org/resource/America_Reports", "http://dbpedia.org/resource/America_Says", "http://dbpedia.org/resource/America_This_Morning", "http://dbpedia.org/resource/America_Tonight", "http://dbpedia.org/resource/America_Undercover", "http://dbpedia.org/resource/America_Unearthed", "http://dbpedia.org/resource/America_in_Primetime", "http://dbpedia.org/resource/America_to_Me", "http://dbpedia.org/resource/American_Arts_Commemorative_Series_medallions", "http://dbpedia.org/resource/American_Auto", "http://dbpedia.org/resource/American_Bandstand", "http://dbpedia.org/resource/American_Beauty_Star", "http://dbpedia.org/resource/American_Body_Shop", "http://dbpedia.org/resource/American_Born_Chinese_(TV_series)", "http://dbpedia.org/resource/American_Candidate", "http://dbpedia.org/resource/American_Casino", "http://dbpedia.org/resource/American_Chess_Congress", "http://dbpedia.org/resource/American_Chopper", "http://dbpedia.org/resource/American_Chronicles", "http://dbpedia.org/resource/American_Country_Countdown", "http://dbpedia.org/resource/American_Crime_(TV_series)", "http://dbpedia.org/resource/American_Crime_Story", "http://dbpedia.org/resource/American_Dad!", "http://dbpedia.org/resource/American_Detective", "http://dbpedia.org/resource/American_Digger_(TV_series)", "http://dbpedia.org/resource/American_Dragon:_Jake_Long", "http://dbpedia.org/resource/American_Dream/American_Knightmare", "http://dbpedia.org/resource/American_Dream_(TV_series)", "http://dbpedia.org/resource/American_Dream_Builders", "http://dbpedia.org/resource/American_Dream_Derby", "http://dbpedia.org/resource/American_Dreamer_(TV_series)", "http://dbpedia.org/resource/American_Dreams", "http://dbpedia.org/resource/American_Eats", "http://dbpedia.org/resource/American_Experience", "http://dbpedia.org/resource/American_Family_(2002_TV_series)", "http://dbpedia.org/resource/American_Gangster:_Trap_Queens", "http://dbpedia.org/resource/American_Gangster_(TV_series)", "http://dbpedia.org/resource/American_Genius", "http://dbpedia.org/resource/American_Gigolo_(TV_series)", "http://dbpedia.org/resource/American_Gladiators_(1989_TV_series)", "http://dbpedia.org/resource/American_Gladiators_(2008_TV_series)", "http://dbpedia.org/resource/American_Gods_(TV_series)", "http://dbpedia.org/resource/American_Gothic_(1995_TV_series)", "http://dbpedia.org/resource/American_Gothic_(2016_TV_series)", "http://dbpedia.org/resource/American_Greed", "http://dbpedia.org/resource/American_Grit", "http://dbpedia.org/resource/American_Guns", "http://dbpedia.org/resource/American_Gypsies", "http://dbpedia.org/resource/American_Heiress", "http://dbpedia.org/resource/American_High_(TV_series)", "http://dbpedia.org/resource/American_Hoggers", "http://dbpedia.org/resource/American_Horror_Stories", "http://dbpedia.org/resource/American_Horror_Story", "http://dbpedia.org/resource/American_Hot_Rod", "http://dbpedia.org/resource/American_Housewife", "http://dbpedia.org/resource/American_Idol", "http://dbpedia.org/resource/American_Idol_Extra", "http://dbpedia.org/resource/American_Institute_of_Chemists_Gold_Medal", "http://dbpedia.org/resource/American_International_Toy_Fair", "http://dbpedia.org/resource/American_Inventor", "http://dbpedia.org/resource/American_Journal", "http://dbpedia.org/resource/American_Juniors", "http://dbpedia.org/resource/American_Justice", "http://dbpedia.org/resource/American_League_Championship_Series", "http://dbpedia.org/resource/American_Masters", "http://dbpedia.org/resource/American_Morning", "http://dbpedia.org/resource/American_Muscle_Car", "http://dbpedia.org/resource/American_Ninja_Challenge", "http://dbpedia.org/resource/American_Ninja_Warrior", "http://dbpedia.org/resource/American_Ninja_Warrior:_Ninja_vs._Ninja", "http://dbpedia.org/resource/American_Ninja_Warrior:_USA_vs._The_World", "http://dbpedia.org/resource/American_Ninja_Warrior_Junior", "http://dbpedia.org/resource/American_Odyssey", "http://dbpedia.org/resource/American_Pickers", "http://dbpedia.org/resource/American_Playboy:_The_Hugh_Hefner_Story", "http://dbpedia.org/resource/American_Playhouse", "http://dbpedia.org/resource/American_Presidents:_Life_Portraits", "http://dbpedia.org/resource/American_Princess_(2005_TV_series)", "http://dbpedia.org/resource/American_Princess_(2019_TV_series)", "http://dbpedia.org/resource/American_Refugee", "http://dbpedia.org/resource/American_Restoration", "http://dbpedia.org/resource/American_Ride_(TV_series)", "http://dbpedia.org/resource/American_Royal", "http://dbpedia.org/resource/American_Rust_(TV_series)", "http://dbpedia.org/resource/American_Song_Contest", "http://dbpedia.org/resource/American_Soul", "http://dbpedia.org/resource/American_Stuffers", "http://dbpedia.org/resource/American_Tongues", "http://dbpedia.org/resource/American_Top_40", "http://dbpedia.org/resource/American_Tragedy_(film)", "http://dbpedia.org/resource/American_Treasures", "http://dbpedia.org/resource/American_Trucker", "http://dbpedia.org/resource/American_Vandal", "http://dbpedia.org/resource/American_Weed", "http://dbpedia.org/resource/American_Whiskey_Bar", "http://dbpedia.org/resource/American_Woman_(TV_series)", "http://dbpedia.org/resource/American_Writers:_A_Journey_Through_History", "http://dbpedia.org/resource/Americana_(1992_TV_series)", "http://dbpedia.org/resource/Americana_(game_show)", "http://dbpedia.org/resource/Americana_(radio_series)", "http://dbpedia.org/resource/Americana_Unplugged", "http://dbpedia.org/resource/Amerika_(miniseries)", "http://dbpedia.org/resource/Ameryka_Express", "http://dbpedia.org/resource/Ametalk!", "http://dbpedia.org/resource/Amethyst,_Princess_of_Gemworld", "http://dbpedia.org/resource/Ami_Sirajer_Begum", "http://dbpedia.org/resource/Amica_(opera)", "http://dbpedia.org/resource/Amiche_mie", "http://dbpedia.org/resource/Amici_di_Maria_De_Filippi", "http://dbpedia.org/resource/Amico_mio", "http://dbpedia.org/resource/Amigas_&_Rivais", "http://dbpedia.org/resource/Amigas_y_rivales", "http://dbpedia.org/resource/Amigasa_J\u016bbei", "http://dbpedia.org/resource/Amigo_(game_show)", "http://dbpedia.org/resource/Amigo_and_Friends", "http://dbpedia.org/resource/Amigo_de_Aluguel", "http://dbpedia.org/resource/Amigos_x_siempre", "http://dbpedia.org/resource/Amilie,_or_the_Love_Test", "http://dbpedia.org/resource/Amish_Grace", "http://dbpedia.org/resource/Amish_Mafia", "http://dbpedia.org/resource/Amish_in_the_City", "http://dbpedia.org/resource/Amistades_peligrosas_(TV_series)", "http://dbpedia.org/resource/Amityville_4:_The_Evil_Escapes", "http://dbpedia.org/resource/Amleto", "http://dbpedia.org/resource/Amma_(TV_series)", "http://dbpedia.org/resource/Amma_Ke_Babu_Ki_Baby", "http://dbpedia.org/resource/Amma_Makal", "http://dbpedia.org/resource/Ammaji_Ki_Galli", "http://dbpedia.org/resource/Ammaku_Teliyani_Koilamma", "http://dbpedia.org/resource/Amman_(TV_series)", "http://dbpedia.org/resource/Ammayariyathe", "http://dbpedia.org/resource/Ammayi_Kaapuram", "http://dbpedia.org/resource/Ammuvinte_Amma", "http://dbpedia.org/resource/Amnesia_(TV_series)", "http://dbpedia.org/resource/Amnesia_(game_show)", "http://dbpedia.org/resource/Amnesia_(visual_novel)", "http://dbpedia.org/resource/Amo_(TV_series)", "http://dbpedia.org/resource/Among_Nonbelievers", "http://dbpedia.org/resource/Amongst_Men", "http://dbpedia.org/resource/Amor_Amor_(TV_series)", "http://dbpedia.org/resource/Amor_Comprado", "http://dbpedia.org/resource/Amor_Descarado", "http://dbpedia.org/resource/Amor_Eterno_Amor", "http://dbpedia.org/resource/Amor_Fati_(TV_series)", "http://dbpedia.org/resource/Amor_Maior", "http://dbpedia.org/resource/Amor_a_Ciegas", "http://dbpedia.org/resource/Amor_a_la_Catal\u00e1n", "http://dbpedia.org/resource/Amor_a_mil", "http://dbpedia.org/resource/Amor_a_palos", "http://dbpedia.org/resource/Amor_brav\u00edo", "http://dbpedia.org/resource/Amor_cautivo", "http://dbpedia.org/resource/Amor_com_Amor_Se_Paga", "http://dbpedia.org/resource/Amor_de_Abril", "http://dbpedia.org/resource/Amor_de_M\u00e3e", "http://dbpedia.org/resource/Amor_de_Perdi\u00e7\u00e3o_(TV_series)", "http://dbpedia.org/resource/Amor_de_Tarapaca", "http://dbpedia.org/resource/Amor_de_barrio", "http://dbpedia.org/resource/Amor_de_madre", "http://dbpedia.org/resource/Amor_de_nadie", "http://dbpedia.org/resource/Amor_del_bueno", "http://dbpedia.org/resource/Amor_dividido", "http://dbpedia.org/resource/Amor_e_Revolu\u00e7\u00e3o", "http://dbpedia.org/resource/Amor_e_Sexo", "http://dbpedia.org/resource/Amor_en_custodia_(Mexican_TV_series)", "http://dbpedia.org/resource/Amor_en_el_desierto", "http://dbpedia.org/resource/Amor_en_silencio", "http://dbpedia.org/resource/Amor_gitano_(TV_series)", "http://dbpedia.org/resource/Amor_m\u00edo_(Argentine_TV_series)", "http://dbpedia.org/resource/Amor_m\u00edo_(Mexican_TV_series)", "http://dbpedia.org/resource/Amor_m\u00edo_(Venezuelan_TV_series)", "http://dbpedia.org/resource/Amor_prohibido_(TV_series)", "http://dbpedia.org/resource/Amor_real", "http://dbpedia.org/resource/Amor_secreto_(TV_series)", "http://dbpedia.org/resource/Amor_sem_Igual", "http://dbpedia.org/resource/Amor_sin_fronteras", "http://dbpedia.org/resource/Amor_sin_maquillaje", "http://dbpedia.org/resource/Amor_sublime", "http://dbpedia.org/resource/Amor_y_orgullo", "http://dbpedia.org/resource/Amor_\u00e0_Vida", "http://dbpedia.org/resource/Amorcito_coraz\u00f3n", "http://dbpedia.org/resource/Amores,_querer_con_alevos\u00eda", "http://dbpedia.org/resource/Amores_Roubados", "http://dbpedia.org/resource/Amores_con_trampa", "http://dbpedia.org/resource/Amores_cruzados", "http://dbpedia.org/resource/Amores_de_fin_de_siglo", "http://dbpedia.org/resource/Amores_de_mercado_(2006_TV_series)", "http://dbpedia.org/resource/Amores_de_mercado_(Chilean_TV_series)", "http://dbpedia.org/resource/Amores_que_enga\u00f1an", "http://dbpedia.org/resource/Amores_verdaderos", "http://dbpedia.org/resource/Amos_(film)", "http://dbpedia.org/resource/Amos_(satellite)", "http://dbpedia.org/resource/Amour_et_P\u00e2tisserie", "http://dbpedia.org/resource/Amp_(TV_series)", "http://dbpedia.org/resource/Ampang_Medikal", "http://dbpedia.org/resource/Amphibia_(TV_series)", "http://dbpedia.org/resource/Amrit_Manthan", "http://dbpedia.org/resource/Amrutham_(TV_series)", "http://dbpedia.org/resource/Amrutham_Dhvitheeyam", "http://dbpedia.org/resource/Amser_Te", "http://dbpedia.org/resource/Amstrad_CPC", "http://dbpedia.org/resource/Amudha_Oru_Aacharyakuri", "http://dbpedia.org/resource/Amudhavum_Annalakshmiyum", "http://dbpedia.org/resource/Amy's_Choice_(Doctor_Who)", "http://dbpedia.org/resource/Amy,_la_ni\u00f1a_de_la_mochila_azul", "http://dbpedia.org/resource/Amy_&_Isabelle", "http://dbpedia.org/resource/Amy_(1984_film)", "http://dbpedia.org/resource/Amy_Fisher:_My_Story", "http://dbpedia.org/resource/Amy_Prentiss", "http://dbpedia.org/resource/Amy_Schumer:_Growing", "http://dbpedia.org/resource/Amy_Schumer:_Live_at_the_Apollo", "http://dbpedia.org/resource/Amy_Schumer:_The_Leather_Special", "http://dbpedia.org/resource/Amy_Schumer_Learns_to_Cook", "http://dbpedia.org/resource/Amy_Winehouse:_Back_to_Black", "http://dbpedia.org/resource/Am\u00e9rica_(Brazilian_TV_series)", "http://dbpedia.org/resource/An_Accidental_Soldier", "http://dbpedia.org/resource/An_Actor's_Life_For_Me", "http://dbpedia.org/resource/An_Adventure_in_Space_and_Time", "http://dbpedia.org/resource/An_African_City", "http://dbpedia.org/resource/An_Afternoon_with_SCTV", "http://dbpedia.org/resource/An_Age_of_Kings", "http://dbpedia.org/resource/An_American_Christmas_Carol", "http://dbpedia.org/resource/An_American_Daughter_(film)", "http://dbpedia.org/resource/An_American_Family", "http://dbpedia.org/resource/An_American_Girl:_Chrissa_Stands_Strong", "http://dbpedia.org/resource/An_American_Girl:_Saige_Paints_the_Sky", "http://dbpedia.org/resource/An_American_Portrait", "http://dbpedia.org/resource/An_American_Tragedy_(opera)", "http://dbpedia.org/resource/An_American_in_Canada", "http://dbpedia.org/resource/An_Audience_with...", "http://dbpedia.org/resource/An_Aussie_Goes_Barmy", "http://dbpedia.org/resource/An_Aussie_Goes_Bolly", "http://dbpedia.org/resource/An_Aussie_Goes_Calypso", "http://dbpedia.org/resource/An_Avonlea_Christmas", "http://dbpedia.org/resource/An_Awfully_Beastly_Business", "http://dbpedia.org/resource/An_Crisis", "http://dbpedia.org/resource/An_Early_Frost", "http://dbpedia.org/resource/An_Emmy_for_Megan", "http://dbpedia.org/resource/An_Enemy_of_the_People_(1958_film)", "http://dbpedia.org/resource/An_Englishman's_Castle", "http://dbpedia.org/resource/An_Englishman_Abroad", "http://dbpedia.org/resource/An_Equal_Playing_Field", "http://dbpedia.org/resource/An_Evening_with_Fred_Astaire", "http://dbpedia.org/resource/An_Evening_with_Kevin_Smith", "http://dbpedia.org/resource/An_Evening_with_Kevin_Smith_2:_Evening_Harder", "http://dbpedia.org/resource/An_Evening_with_Marlene_Dietrich", "http://dbpedia.org/resource/An_Evening_with_Raoul", "http://dbpedia.org/resource/An_Evening_with_the_Dixie_Chicks", "http://dbpedia.org/resource/An_Icelandic_Odyssey", "http://dbpedia.org/resource/An_Idiot_Abroad", "http://dbpedia.org/resource/An_Innocent_Love", "http://dbpedia.org/resource/An_Inspector_Calls_(2015_TV_film)", "http://dbpedia.org/resource/An_Inspector_Calls_(TV_series)", "http://dbpedia.org/resource/An_Island_Parish", "http://dbpedia.org/resource/An_Klondike", "http://dbpedia.org/resource/An_L\u00e0", "http://dbpedia.org/resource/An_Ocean_Apart", "http://dbpedia.org/resource/An_Ode_to_Life", "http://dbpedia.org/resource/An_Officer_and_a_Car_Salesman", "http://dbpedia.org/resource/An_Officer_and_a_Murderer", "http://dbpedia.org/resource/An_Old_Fashioned_Thanksgiving", "http://dbpedia.org/resource/An_Unexpected_Love", "http://dbpedia.org/resource/An_Unfinished_Affair", "http://dbpedia.org/resource/An_Ungentlemanly_Act", "http://dbpedia.org/resource/An_Unsuitable_Job_for_a_Woman_(TV_series)", "http://dbpedia.org/resource/Ana_(1984_TV_series)", "http://dbpedia.org/resource/Ana_(2004_TV_series)", "http://dbpedia.org/resource/Ana_(2020_TV_series)", "http://dbpedia.org/resource/Ana_del_aire", "http://dbpedia.org/resource/Anaa_(TV_series)", "http://dbpedia.org/resource/Anaana's_Tent", "http://dbpedia.org/resource/Anabel_(Brazilian_TV_series)", "http://dbpedia.org/resource/Anaconda_3:_Offspring", "http://dbpedia.org/resource/Anacondas:_Trail_of_Blood", "http://dbpedia.org/resource/Anacostia_(web_series)", "http://dbpedia.org/resource/Anaganaga", "http://dbpedia.org/resource/Anak_Jalanan", "http://dbpedia.org/resource/Anak_Langit", "http://dbpedia.org/resource/Anak_ni_Waray_vs._Anak_ni_Biday", "http://dbpedia.org/resource/Analog_(TV_series)", "http://dbpedia.org/resource/Analog_Trip", "http://dbpedia.org/resource/Anamika_(TV_series)", "http://dbpedia.org/resource/Anandham_(TV_series)", "http://dbpedia.org/resource/Anandibaa_Aur_Emily", "http://dbpedia.org/resource/Anansi_Boys_(TV_series)", "http://dbpedia.org/resource/Anantham_(web_series)", "http://dbpedia.org/resource/Anarky_(comic_book)", "http://dbpedia.org/resource/Anastasia:_The_Mystery_of_Anna", "http://dbpedia.org/resource/Anastasia_(TV_series)", "http://dbpedia.org/resource/Anast\u00e1cia,_a_Mulher_sem_Destino", "http://dbpedia.org/resource/Anatane:_Saving_the_Children_of_Okura", "http://dbpedia.org/resource/Anatole_(TV_series)", "http://dbpedia.org/resource/Anatomy_of_Crime", "http://dbpedia.org/resource/Anatomy_of_a_Disaster", "http://dbpedia.org/resource/Anatomy_of_a_Hate_Crime", "http://dbpedia.org/resource/Anatomy_of_a_Scandal", "http://dbpedia.org/resource/Anaya_Tumhari_Hui", "http://dbpedia.org/resource/Anbe_Sivam_(TV_series)", "http://dbpedia.org/resource/Anbe_Vaa_(2009_TV_series)", "http://dbpedia.org/resource/Anbe_Vaa_(2020_TV_series)", "http://dbpedia.org/resource/Anbudan_DD", "http://dbpedia.org/resource/Anbudan_Kushi", "http://dbpedia.org/resource/Anbulla_Ghilli", "http://dbpedia.org/resource/Ancestral_Temple_(TV_series)", "http://dbpedia.org/resource/Anchorage-class_dock_landing_ship", "http://dbpedia.org/resource/Anchorwoman_(TV_series)", "http://dbpedia.org/resource/Ancient_Aliens", "http://dbpedia.org/resource/Ancient_Discoveries", "http://dbpedia.org/resource/Ancient_Egyptians_(TV_series)", "http://dbpedia.org/resource/Ancient_Empires_(mobile_game)", "http://dbpedia.org/resource/Ancient_Inventions", "http://dbpedia.org/resource/Ancient_Kings", "http://dbpedia.org/resource/Ancient_Legends", "http://dbpedia.org/resource/Ancient_Macedonian_calendar", "http://dbpedia.org/resource/Ancient_Mysteries", "http://dbpedia.org/resource/Ancient_Rome:_The_Rise_and_Fall_of_an_Empire", "http://dbpedia.org/resource/Ancient_Warriors", "http://dbpedia.org/resource/Ancient_Warriors_(TV_series)", "http://dbpedia.org/resource/Ancient_X-Files", "http://dbpedia.org/resource/Anclados", "http://dbpedia.org/resource/And_Everything_Nice", "http://dbpedia.org/resource/And_Here_Comes_Bucknuckle", "http://dbpedia.org/resource/And_I_Love_You_So_(TV_series)", "http://dbpedia.org/resource/And_Just_Like_That...", "http://dbpedia.org/resource/And_Millions_Will_Die", "http://dbpedia.org/resource/And_No_One_Could_Save_Her", "http://dbpedia.org/resource/And_Starring_Pancho_Villa_as_Himself", "http://dbpedia.org/resource/And_Then_There_Was_One_(1994_film)", "http://dbpedia.org/resource/And_Then_There_Were_None_(TV_series)", "http://dbpedia.org/resource/And_Then_You_Die_(TV_series)", "http://dbpedia.org/resource/And_There's_More", "http://dbpedia.org/resource/And_They're_Off!", "http://dbpedia.org/resource/And_the_Band_Played_On_(film)", "http://dbpedia.org/resource/And_the_Winner_Is_Love", "http://dbpedia.org/resource/Anda_Pa'l_Car\u00e1", "http://dbpedia.org/resource/Andaaz-e-Sitam", "http://dbpedia.org/resource/Andal_Azhagar", "http://dbpedia.org/resource/Andando_nas_Nuvens", "http://dbpedia.org/resource/Andante_(TV_series)", "http://dbpedia.org/resource/Andar_ng_mga_Balita_(TV_program)", "http://dbpedia.org/resource/Andar_ng_mga_Balita_(radio)", "http://dbpedia.org/resource/Andarmahal", "http://dbpedia.org/resource/Andata_e_ritorno_(TV_series)", "http://dbpedia.org/resource/Anderland", "http://dbpedia.org/resource/Andersen_Monogatari_(TV_series)", "http://dbpedia.org/resource/Anderson_Cooper_360\u00b0", "http://dbpedia.org/resource/Anderson_Cooper_Full_Circle", "http://dbpedia.org/resource/Anderson_Live", "http://dbpedia.org/resource/Andersonville_(film)", "http://dbpedia.org/resource/Andes_to_Amazon", "http://dbpedia.org/resource/Andha_Pathu_Naatkal", "http://dbpedia.org/resource/Andhera_Ujala", "http://dbpedia.org/resource/Andi_Mack", "http://dbpedia.org/resource/Ando-Roid", "http://dbpedia.org/resource/Andor_(TV_series)", "http://dbpedia.org/resource/Andra_(TV_series)", "http://dbpedia.org/resource/Andra_Avenyn", "http://dbpedia.org/resource/Andre's_Mother", "http://dbpedia.org/resource/Andrea_Ch\u00e9nier", "http://dbpedia.org/resource/Andrea_Mitchell_Reports", "http://dbpedia.org/resource/Andrei_Sakharov_Freedom_Award", "http://dbpedia.org/resource/Andres_de_Saya", "http://dbpedia.org/resource/Andrew_Denton's_Interview", "http://dbpedia.org/resource/Andrew_Lost", "http://dbpedia.org/resource/Andrew_Marr's_History_of_Modern_Britain", "http://dbpedia.org/resource/Andrew_Marr's_History_of_the_World", "http://dbpedia.org/resource/Andrew_Marr's_The_Making_of_Modern_Britain", "http://dbpedia.org/resource/Andrew_Zimmern's_Bizarre_World", "http://dbpedia.org/resource/Andrija_i_An\u0111elka", "http://dbpedia.org/resource/Andrina_(film)", "http://dbpedia.org/resource/Andro_Melos", "http://dbpedia.org/resource/Android_Apocalypse", "http://dbpedia.org/resource/Android_Kikaider", "http://dbpedia.org/resource/Andromeda_(TV_series)", "http://dbpedia.org/resource/Andr\u00e9_the_Giant_(film)", "http://dbpedia.org/resource/Andr\u00e9s_L\u00f3pez_de_Noche", "http://dbpedia.org/resource/Andy's_Dinosaur_Adventures", "http://dbpedia.org/resource/Andy_Barker,_P.I.", "http://dbpedia.org/resource/Andy_Capp_(TV_series)", "http://dbpedia.org/resource/Andy_McNab's_Tour_of_Duty", "http://dbpedia.org/resource/Andy_Pandy", "http://dbpedia.org/resource/Andy_Pirki", "http://dbpedia.org/resource/Andy_Richter_Controls_the_Universe", "http://dbpedia.org/resource/Andy_Robson", "http://dbpedia.org/resource/Andy_Warhol's_Fifteen_Minutes", "http://dbpedia.org/resource/Andy_Warhol:_A_Documentary_Film", "http://dbpedia.org/resource/Adrenalina_Skateboard_Marathon", "http://dbpedia.org/resource/Adrian_der_Tulpendieb", "http://dbpedia.org/resource/Adrienne_Clarkson_Presents", "http://dbpedia.org/resource/Advance_Credit_Administration_Program", "http://dbpedia.org/resource/Advanced_Combat_Optical_Gunsight", "http://dbpedia.org/resource/Advanced_Dungeons_&_Dragons_Adventure_Gamebooks", "http://dbpedia.org/resource/Advances_in_Experimental_Medicine_and_Biology", "http://dbpedia.org/resource/Advances_in_Mass_Spectrometry", "http://dbpedia.org/resource/Advances_in_Public_Interest_Accounting", "http://dbpedia.org/resource/Advent_calendar", "http://dbpedia.org/resource/Adventist_Health_Studies", "http://dbpedia.org/resource/Adventure_Florida", "http://dbpedia.org/resource/Adventure_Path", "http://dbpedia.org/resource/Adventure_People", "http://dbpedia.org/resource/Adventure_in_Dairyland", "http://dbpedia.org/resource/Adventures_by_Morse", "http://dbpedia.org/resource/Adventures_in_Africa", "http://dbpedia.org/resource/Adventures_into_the_Unknown", "http://dbpedia.org/resource/Adventures_of_Captain_America", "http://dbpedia.org/resource/Adventures_of_Cow", "http://dbpedia.org/resource/Adventures_of_the_Sea_Hawk", "http://dbpedia.org/resource/Adversus_Judaeos", "http://dbpedia.org/resource/Ad\u00e8le_de_Ponthieu_(La_Borde_and_Berton)", "http://dbpedia.org/resource/Aerial_China", "http://dbpedia.org/resource/Aeroscope", "http://dbpedia.org/resource/Aesop_World", "http://dbpedia.org/resource/Aeterna_(TV_series)", "http://dbpedia.org/resource/Affair_of_the_Spanish_Marriages", "http://dbpedia.org/resource/Affari_tuoi", "http://dbpedia.org/resource/Afflictions:_Culture_&_Mental_Illness_in_Indonesia", "http://dbpedia.org/resource/African_American_Short_Films", "http://dbpedia.org/resource/African_Sources_for_African_History", "http://dbpedia.org/resource/Afro-Asian_Games", "http://dbpedia.org/resource/After_Hours_(1958_British_TV_series)", "http://dbpedia.org/resource/After_Hours_(2015_British_TV_series)", "http://dbpedia.org/resource/After_Nine", "http://dbpedia.org/resource/Agahi_Award", "http://dbpedia.org/resource/Against_the_Flow", "http://dbpedia.org/resource/Agamemnon_(opera)", "http://dbpedia.org/resource/Agatha_Christie_(video_game_series)", "http://dbpedia.org/resource/Age_of_Empires", "http://dbpedia.org/resource/Age_of_Mortals", "http://dbpedia.org/resource/Agenda_2000", "http://dbpedia.org/resource/Agenda_2010", "http://dbpedia.org/resource/Agent_13:_The_Midnight_Avenger", "http://dbpedia.org/resource/Agent_327", "http://dbpedia.org/resource/Agents_of_Law", "http://dbpedia.org/resource/Agfa_Clack", "http://dbpedia.org/resource/Agfa_Optima_1535_Sensor", "http://dbpedia.org/resource/Agfa_Optima_Flash_Sensor", "http://dbpedia.org/resource/Aldwych_farce", "http://dbpedia.org/resource/Aleksis_Kivi_(opera)", "http://dbpedia.org/resource/Aleppo_soap", "http://dbpedia.org/resource/Alesha's_Street_Dance_Stars", "http://dbpedia.org/resource/Alessandro_(opera)", "http://dbpedia.org/resource/Alex_+_Ada", "http://dbpedia.org/resource/Alex_Delaware", "http://dbpedia.org/resource/Alex_Kidd", "http://dbpedia.org/resource/Alex_McKnight_series", "http://dbpedia.org/resource/Alex_Rider", "http://dbpedia.org/resource/Alexandre_aux_Indes", "http://dbpedia.org/resource/Alexandre_de_Betak", "http://dbpedia.org/resource/Alexandre_et_Roxane", "http://dbpedia.org/resource/Alfa_Papa_Tango", "http://dbpedia.org/resource/Alfie_Atkins", "http://dbpedia.org/resource/Alfred_(Dvo\u0159\u00e1k)", "http://dbpedia.org/resource/Alfred_Kropp_series", "http://dbpedia.org/resource/Dallas:_J.R._Returns", "http://dbpedia.org/resource/Dallas:_The_Early_Years", "http://dbpedia.org/resource/Dallas:_War_of_the_Ewings", "http://dbpedia.org/resource/Dallas_&_Robo", "http://dbpedia.org/resource/Dallas_(1978_TV_series)", "http://dbpedia.org/resource/Dallas_(2012_TV_series)", "http://dbpedia.org/resource/Dallas_Car_Sharks", "http://dbpedia.org/resource/Dallas_Cowboys_Cheerleaders:_Making_the_Team", "http://dbpedia.org/resource/Dallas_Divas_&_Daughters", "http://dbpedia.org/resource/Dallas_Reunion:_The_Return_to_Southfork", "http://dbpedia.org/resource/Dallas_SWAT", "http://dbpedia.org/resource/Dalsa_Origin", "http://dbpedia.org/resource/Dalva", "http://dbpedia.org/resource/Dalva_e_Herivelto:_uma_Can\u00e7\u00e3o_de_Amor", "http://dbpedia.org/resource/Dalziel_and_Pascoe_(TV_series)", "http://dbpedia.org/resource/Dam_Dama_Dam", "http://dbpedia.org/resource/Dama_y_obrero_(American_TV_series)", "http://dbpedia.org/resource/Dama_y_obrero_(Chilean_TV_series)", "http://dbpedia.org/resource/Damage_Control_(TV_series)", "http://dbpedia.org/resource/Damages_(TV_series)", "http://dbpedia.org/resource/Damages_(season_5)", "http://dbpedia.org/resource/Damals_in_der_DDR", "http://dbpedia.org/resource/Damascenone", "http://dbpedia.org/resource/Damascone", "http://dbpedia.org/resource/Damayan", "http://dbpedia.org/resource/Damayanti_(web_series)", "http://dbpedia.org/resource/Dame_Chocolate", "http://dbpedia.org/resource/Dame_Edna's_Neighbourhood_Watch", "http://dbpedia.org/resource/Dame_na_Watashi_ni_Koishite_Kudasai", "http://dbpedia.org/resource/Dames_in_de_Dop", "http://dbpedia.org/resource/Dames_in_de_Dop_1", "http://dbpedia.org/resource/Dames_in_de_Dop_2", "http://dbpedia.org/resource/Damien_(TV_series)", "http://dbpedia.org/resource/Damilola,_Our_Loved_Boy", "http://dbpedia.org/resource/Damn_Yankees!_(1967_film)", "http://dbpedia.org/resource/Damnation_(TV_series)", "http://dbpedia.org/resource/Damned_(TV_series)", "http://dbpedia.org/resource/Damo_(TV_series)", "http://dbpedia.org/resource/Damon_(TV_series)", "http://dbpedia.org/resource/Damon_Runyon_Theater", "http://dbpedia.org/resource/Damon_and_Debbie", "http://dbpedia.org/resource/Damsa", "http://dbpedia.org/resource/DanSing_for_You", "http://dbpedia.org/resource/Dan_&_Becs", "http://dbpedia.org/resource/Dan_August", "http://dbpedia.org/resource/Dan_Dare:_Pilot_of_the_Future_(TV_series)", "http://dbpedia.org/resource/Dan_Deacon:_U.S.A.", "http://dbpedia.org/resource/Dan_Harding's_Wife", "http://dbpedia.org/resource/Dan_Raven", "http://dbpedia.org/resource/Dan_Vs.", "http://dbpedia.org/resource/Dan_and_Nick:_The_Wildebeest_Years", "http://dbpedia.org/resource/Dan_and_Phil", "http://dbpedia.org/resource/Dan_for_Mayor", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Brazil", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_1", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_2", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_3", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_4", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_5", "http://dbpedia.org/resource/Dana_White's_Contender_Series_Season_6", "http://dbpedia.org/resource/Dance!_La_Fuerza_del_Coraz\u00f3n", "http://dbpedia.org/resource/Dance-2-Nite", "http://dbpedia.org/resource/DanceLife", "http://dbpedia.org/resource/DanceX", "http://dbpedia.org/resource/Dance_'til_Dawn", "http://dbpedia.org/resource/Dance_360", "http://dbpedia.org/resource/Dance_Academy", "http://dbpedia.org/resource/Dance_Boss", "http://dbpedia.org/resource/Dance_Central_(series)", "http://dbpedia.org/resource/Dance_Champions", "http://dbpedia.org/resource/Dance_Dance_(TV_series)", "http://dbpedia.org/resource/Dance_Dance_Dance_(British_TV_series)", "http://dbpedia.org/resource/Dance_Deewane", "http://dbpedia.org/resource/Dance_Factory", "http://dbpedia.org/resource/Dance_Fever", "http://dbpedia.org/resource/Dance_Fever_(2003_TV_series)", "http://dbpedia.org/resource/Dance_India_Dance", "http://dbpedia.org/resource/Dance_Jodi_Dance", "http://dbpedia.org/resource/Dance_Kids", "http://dbpedia.org/resource/Dance_Machine", "http://dbpedia.org/resource/Dance_Moms", "http://dbpedia.org/resource/Dance_Moms:_Miami", "http://dbpedia.org/resource/Dance_Mums_with_Jennifer_Ellison", "http://dbpedia.org/resource/Dance_Party_USA", "http://dbpedia.org/resource/Dance_Plus", "http://dbpedia.org/resource/Dance_Premier_League", "http://dbpedia.org/resource/Dance_Revolution", "http://dbpedia.org/resource/Dance_Se_Puder", "http://dbpedia.org/resource/Dance_Showdown", "http://dbpedia.org/resource/Dance_Suomi", "http://dbpedia.org/resource/Dance_USA_Dance", "http://dbpedia.org/resource/Dance_War:_Bruno_vs._Carrie_Ann", "http://dbpedia.org/resource/Dance_Your_Ass_Off", "http://dbpedia.org/resource/Dance_of_the_Phoenix", "http://dbpedia.org/resource/Dance_of_the_Sky_Empire", "http://dbpedia.org/resource/Dance_on_Sunset", "http://dbpedia.org/resource/Dance_till_Tomorrow", "http://dbpedia.org/resource/Dance_with_Valentino", "http://dbpedia.org/resource/Dancee_Plus", "http://dbpedia.org/resource/Dancer's_Series:_Steps", "http://dbpedia.org/resource/Danchigai", "http://dbpedia.org/resource/Dancin'_Days_(1978_TV_series)", "http://dbpedia.org/resource/Dancin'_Days_(2012_TV_series)", "http://dbpedia.org/resource/Dancin'_to_the_Hits", "http://dbpedia.org/resource/Dancing_9", "http://dbpedia.org/resource/Dancing_Brasil", "http://dbpedia.org/resource/Dancing_Brasil_J\u00fanior", "http://dbpedia.org/resource/Dancing_Champion", "http://dbpedia.org/resource/Dancing_Daze", "http://dbpedia.org/resource/Dancing_Khilladies", "http://dbpedia.org/resource/Dancing_Queen_(American_TV_series)", "http://dbpedia.org/resource/Dancing_Queen_(Indian_TV_series)", "http://dbpedia.org/resource/Dancing_Stars_(Austrian_TV_series)", "http://dbpedia.org/resource/Dancing_Stars_(Bulgarian_TV_series)", "http://dbpedia.org/resource/Dancing_Storybook", "http://dbpedia.org/resource/Dancing_at_the_Harvest_Moon", "http://dbpedia.org/resource/Dancing_on_Ice", "http://dbpedia.org/resource/Dancing_on_Ice_(German_TV_series)", "http://dbpedia.org/resource/Dancing_on_Ice_(Greek_TV_series)", "http://dbpedia.org/resource/Dancing_on_Wheels", "http://dbpedia.org/resource/Dancing_on_the_Edge_(TV_series)", "http://dbpedia.org/resource/Dancing_with_Myself_(TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars", "http://dbpedia.org/resource/Dancing_with_the_Stars:_Juniors", "http://dbpedia.org/resource/Dancing_with_the_Stars:_Taniec_z_gwiazdami", "http://dbpedia.org/resource/Dancing_with_the_Stars_(Albanian_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(American_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(Australian_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(Greek_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(Irish_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(New_Zealand_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(South_African_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(South_Korean_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_(Thai_TV_series)", "http://dbpedia.org/resource/Dancing_with_the_Stars_Myanmar", "http://dbpedia.org/resource/Dancing_with_the_Stars_Nepal", "http://dbpedia.org/resource/Dancouga_\u2013_Super_Beast_Machine_God", "http://dbpedia.org/resource/Dandelion_Dead", "http://dbpedia.org/resource/Dandelion_Family", "http://dbpedia.org/resource/Dangaioh", "http://dbpedia.org/resource/Dangal_(TV_series)", "http://dbpedia.org/resource/Danganronpa", "http://dbpedia.org/resource/Danger_&_Eggs", "http://dbpedia.org/resource/Danger_(TV_series)", "http://dbpedia.org/resource/Danger_5", "http://dbpedia.org/resource/Danger_Bay", "http://dbpedia.org/resource/Danger_Beneath_the_Sea", "http://dbpedia.org/resource/Danger_Boy", "http://dbpedia.org/resource/Danger_Force", "http://dbpedia.org/resource/Danger_Island_(TV_series)", "http://dbpedia.org/resource/Danger_Island_(film)", "http://dbpedia.org/resource/Danger_Man", "http://dbpedia.org/resource/Danger_Mouse_(1981_TV_series)", "http://dbpedia.org/resource/Danger_Mouse_(2015_TV_series)", "http://dbpedia.org/resource/Danger_Rangers", "http://dbpedia.org/resource/Danger_Theatre", "http://dbpedia.org/resource/Danger_UXB", "http://dbpedia.org/resource/Dangerfield_(TV_series)", "http://dbpedia.org/resource/Dangerous_(TV_series)", "http://dbpedia.org/resource/Dangerous_(web_series)", "http://dbpedia.org/resource/Dangerous_Angels", "http://dbpedia.org/resource/Dangerous_Beauty_(TV_series)", "http://dbpedia.org/resource/Dangerous_Curves_(TV_series)", "http://dbpedia.org/resource/Dangerous_Drives", "http://dbpedia.org/resource/Dangerous_Edge:_A_Life_of_Graham_Greene", "http://dbpedia.org/resource/Dangerous_Flights", "http://dbpedia.org/resource/Dangerous_Game_(TV_series)", "http://dbpedia.org/resource/Dangerous_Games_(Armenian_TV_series)", "http://dbpedia.org/resource/Dangerous_Games_(TV_series)", "http://dbpedia.org/resource/Dangerous_Intentions", "http://dbpedia.org/resource/Dangerous_Lady", "http://dbpedia.org/resource/Dangerous_Liaisons_(TV_series)", "http://dbpedia.org/resource/Dangerous_Mind", "http://dbpedia.org/resource/Dangerous_Minds_(TV_series)", "http://dbpedia.org/resource/Dangerous_Passion", "http://dbpedia.org/resource/Dangerous_Woman_(South_Korean_TV_series)", "http://dbpedia.org/resource/Dangerous_Women_(American_TV_series)", "http://dbpedia.org/resource/Dangwa", "http://dbpedia.org/resource/Dani's_Castle", "http://dbpedia.org/resource/Dani's_House", "http://dbpedia.org/resource/Dani_Who%3F", "http://dbpedia.org/resource/Daniel's_Daughter", "http://dbpedia.org/resource/Daniel_Boone_(1964_TV_series)", "http://dbpedia.org/resource/Daniel_Deronda_(TV_series)", "http://dbpedia.org/resource/Daniel_Olin_(TV_program)", "http://dbpedia.org/resource/Daniel_Tiger's_Neighborhood", "http://dbpedia.org/resource/Daniela_(1976_TV_series)", "http://dbpedia.org/resource/Daniela_(2002_TV_series)", "http://dbpedia.org/resource/Danielle_Cable:_Eyewitness", "http://dbpedia.org/resource/Danielle_Steel's_'Palomino'", "http://dbpedia.org/resource/Danielle_Steel's_Star", "http://dbpedia.org/resource/Danmark_Har_Talent", "http://dbpedia.org/resource/Danmarks_N\u00e6ste_Topmodel", "http://dbpedia.org/resource/Danni_Lowinski", "http://dbpedia.org/resource/Danny_(TV_series)", "http://dbpedia.org/resource/Danny_(talk_show)", "http://dbpedia.org/resource/Danny_Detective_INC", "http://dbpedia.org/resource/Danny_Dyer's_Deadliest_Men", "http://dbpedia.org/resource/Danny_Phantom", "http://dbpedia.org/resource/Danny_Wen", "http://dbpedia.org/resource/Danny_and_the_Human_Zoo", "http://dbpedia.org/resource/Dans_Eder_misin%3F", "http://dbpedia.org/resource/Dansbandskampen", "http://dbpedia.org/resource/Danse_avec_les_stars", "http://dbpedia.org/resource/Dansefeber", "http://dbpedia.org/resource/Dansez_pentru_tine", "http://dbpedia.org/resource/Dante's_Cove", "http://dbpedia.org/resource/Dante's_Inferno_(1967_film)", "http://dbpedia.org/resource/Dante_(TV_series)", "http://dbpedia.org/resource/Danz_Showdown", "http://dbpedia.org/resource/Dan\u00e7a_dos_Famosos", "http://dbpedia.org/resource/Dapat_Alam_Mo!", "http://dbpedia.org/resource/Dapat_Ka_Bang_Mahalin%3F", "http://dbpedia.org/resource/Daphne_(2007_film)", "http://dbpedia.org/resource/Daphne_in_the_Brilliant_Blue", "http://dbpedia.org/resource/Daphnis_et_Alcimadure", "http://dbpedia.org/resource/Dapper_Laughs:_On_the_Pull", "http://dbpedia.org/resource/Dappledown_Farm", "http://dbpedia.org/resource/Dapur_Devina", "http://dbpedia.org/resource/Dar_Chashm-e_Baad", "http://dbpedia.org/resource/Dar_El_Bahdja", "http://dbpedia.org/resource/Dar_Si_Jaati_Hai_Sila", "http://dbpedia.org/resource/Dar_mar", "http://dbpedia.org/resource/Dara_O_Briain's_Go_8_Bit", "http://dbpedia.org/resource/Dara_\u00d3_Briain's_Science_Club", "http://dbpedia.org/resource/Dara_\u00d3_Briain:_School_of_Hard_Sums", "http://dbpedia.org/resource/Daraa_Governorate_clashes_(2011\u201313)", "http://dbpedia.org/resource/Daraar_(TV_series)", "http://dbpedia.org/resource/Darating_ang_Umaga", "http://dbpedia.org/resource/Daray_Daray_Naina", "http://dbpedia.org/resource/Darbadar_Tere_Liye", "http://dbpedia.org/resource/Darby_and_Joan_(TV_series)", "http://dbpedia.org/resource/Darcey_&_Stacey", "http://dbpedia.org/resource/Darcy's_Wild_Life", "http://dbpedia.org/resource/Dardanus_(Sacchini)", "http://dbpedia.org/resource/Dare_2_Dance", "http://dbpedia.org/resource/Dare_Me_(TV_series)", "http://dbpedia.org/resource/Dare_Stones", "http://dbpedia.org/resource/Dare_to_Dream:_The_Story_of_the_U.S._Women's_Soccer_Team", "http://dbpedia.org/resource/Daredevil:_End_of_Days", "http://dbpedia.org/resource/Daredevil_(TV_series)", "http://dbpedia.org/resource/Daredevil_(season_1)", "http://dbpedia.org/resource/Dareecha", "http://dbpedia.org/resource/Daria", "http://dbpedia.org/resource/Daridra_Lakshmiyaru", "http://dbpedia.org/resource/Daring_Women", "http://dbpedia.org/resource/Dark_(TV_series)", "http://dbpedia.org/resource/Dark_7_White", "http://dbpedia.org/resource/Dark_Ages_(TV_series)", "http://dbpedia.org/resource/Dark_Angel_(American_TV_series)", "http://dbpedia.org/resource/Dark_Angel_(British_TV_series)", "http://dbpedia.org/resource/Dark_Blue_(TV_series)", "http://dbpedia.org/resource/Dark_Blue_Kiss", "http://dbpedia.org/resource/Dark_Brown_(1963_film)", "http://dbpedia.org/resource/Dark_Days_in_Monkey_City", "http://dbpedia.org/resource/Dark_Desire_(TV_series)", "http://dbpedia.org/resource/Dark_Edge", "http://dbpedia.org/resource/Dark_Fantasy_(series)", "http://dbpedia.org/resource/Dark_Heart_(TV_series)", "http://dbpedia.org/resource/Dark_Hole", "http://dbpedia.org/resource/Dark_Holiday", "http://dbpedia.org/resource/Dark_Justice", "http://dbpedia.org/resource/Dark_Kingdom:_The_Dragon_King", "http://dbpedia.org/resource/Dark_Knight_(TV_series)", "http://dbpedia.org/resource/Dark_Mansions", "http://dbpedia.org/resource/Dark_Matter_(TV_series)", "http://dbpedia.org/resource/Dark_Matters:_Twisted_But_True", "http://dbpedia.org/resource/Dark_Mirror_(1984_film)", "http://dbpedia.org/resource/Dark_Money_(TV_series)", "http://dbpedia.org/resource/Dark_Net_(TV_series)", "http://dbpedia.org/resource/Dark_Night_of_the_Scarecrow", "http://dbpedia.org/resource/Dark_Oracle", "http://dbpedia.org/resource/Dark_Prince:_The_True_Story_of_Dracula", "http://dbpedia.org/resource/Dark_Realm", "http://dbpedia.org/resource/Dark_Relic", "http://dbpedia.org/resource/Dark_Season", "http://dbpedia.org/resource/Dark_Shadows", "http://dbpedia.org/resource/Dark_Shadows_(1991_TV_series)", "http://dbpedia.org/resource/Dark_Shadows_(2004_TV_pilot)", "http://dbpedia.org/resource/Dark_Side_of_the_90's", "http://dbpedia.org/resource/Dark_Side_of_the_Moon_(2002_film)", "http://dbpedia.org/resource/Dark_Side_of_the_Ring", "http://dbpedia.org/resource/Dark_Skies", "http://dbpedia.org/resource/Dark_Sunset", "http://dbpedia.org/resource/Dark_Tales", "http://dbpedia.org/resource/Dark_Tourist_(TV_series)", "http://dbpedia.org/resource/Dark_Towers", "http://dbpedia.org/resource/Dark_Under_the_Sun", "http://dbpedia.org/resource/Dark_Winds", "http://dbpedia.org/resource/Dark_of_Night", "http://dbpedia.org/resource/Darker_than_Black", "http://dbpedia.org/resource/Darknet_(TV_series)", "http://dbpedia.org/resource/Darkover_series", "http://dbpedia.org/resource/Darkroom_(TV_series)", "http://dbpedia.org/resource/Darkside_Blues", "http://dbpedia.org/resource/Darkstalkers", "http://dbpedia.org/resource/Darkstalkers_(TV_series)", "http://dbpedia.org/resource/Darkwing_Duck", "http://dbpedia.org/resource/Darling_Darling_(TV_series)", "http://dbpedia.org/resource/Darlings_of_the_Gods", "http://dbpedia.org/resource/Darna_(2005_TV_series)", "http://dbpedia.org/resource/Darna_(2009_TV_series)", "http://dbpedia.org/resource/Darna_(2022_TV_series)", "http://dbpedia.org/resource/Darndale:_The_Edge_of_Town", "http://dbpedia.org/resource/Darr_Khuda_Say", "http://dbpedia.org/resource/Darr_Sabko_Lagta_Hai", "http://dbpedia.org/resource/Darren_&_Brose_(TV_series)", "http://dbpedia.org/resource/Dartmoor_crosses", "http://dbpedia.org/resource/Das_Blaue_Palais", "http://dbpedia.org/resource/Das_Boot_(TV_series)", "http://dbpedia.org/resource/Das_Christ-Elflein", "http://dbpedia.org/resource/Das_Duo", "http://dbpedia.org/resource/Das_Erbe_der_Guldenburgs", "http://dbpedia.org/resource/Das_Geheimnis_meiner_Familie", "http://dbpedia.org/resource/Das_Haus_Anubis", "http://dbpedia.org/resource/Das_Haus_der_Krokodile", "http://dbpedia.org/resource/Das_Keyboard", "http://dbpedia.org/resource/Das_Kriminalmuseum", "http://dbpedia.org/resource/Das_Liebesverbot", "http://dbpedia.org/resource/Das_Nachtlager_in_Granada", "http://dbpedia.org/resource/Das_Nusch-Nuschi", "http://dbpedia.org/resource/Das_Phantom", "http://dbpedia.org/resource/Das_Rendezvous", "http://dbpedia.org/resource/Das_R\u00e4tsel_der_Sandbank", "http://dbpedia.org/resource/Das_Spielhaus", "http://dbpedia.org/resource/Das_Supertalent", "http://dbpedia.org/resource/Das_Traumschiff", "http://dbpedia.org/resource/Das_Wunder_der_Heliane", "http://dbpedia.org/resource/Das_aktuelle_sportstudio", "http://dbpedia.org/resource/Das_feuerrote_Spielmobil", "http://dbpedia.org/resource/Das_gro\u00dfe_Abenteuer_des_Kaspar_Schmeck", "http://dbpedia.org/resource/Das_kann_ja_heiter_werden", "http://dbpedia.org/resource/Das_unsichtbare_Visier", "http://dbpedia.org/resource/Das_verratene_Meer", "http://dbpedia.org/resource/Dasa_Purandara", "http://dbpedia.org/resource/Dasada_(TV_series)", "http://dbpedia.org/resource/Dash_&_Lily", "http://dbpedia.org/resource/Dash_Dolls", "http://dbpedia.org/resource/Dash_and_Lilly", "http://dbpedia.org/resource/Dasht_(TV_series)", "http://dbpedia.org/resource/Daskon", "http://dbpedia.org/resource/Dastaan-E-Mohabbat_Salim_Anarkali", "http://dbpedia.org/resource/Dastaan_(1995_TV_series)", "http://dbpedia.org/resource/Dastaan_(2010_TV_series)", "http://dbpedia.org/resource/Dastardly_and_Muttley_in_Their_Flying_Machines", "http://dbpedia.org/resource/Dastoor", "http://dbpedia.org/resource/DataGueule", "http://dbpedia.org/resource/Date_A_Live", "http://dbpedia.org/resource/Date_My_Dad", "http://dbpedia.org/resource/Date_My_Ex:_Jo_&_Slade", "http://dbpedia.org/resource/Date_My_Mom", "http://dbpedia.org/resource/Date_Night_(TV_series)", "http://dbpedia.org/resource/Date_with_the_Angels", "http://dbpedia.org/resource/Dateline_(Australian_TV_program)", "http://dbpedia.org/resource/Dateline_(TV_series)", "http://dbpedia.org/resource/Dateline_London", "http://dbpedia.org/resource/Dateline_NBC", "http://dbpedia.org/resource/Dateline_Philippines", "http://dbpedia.org/resource/Dateline_Scotland", "http://dbpedia.org/resource/Dates_(TV_series)", "http://dbpedia.org/resource/Dating_Aaj_Kal", "http://dbpedia.org/resource/Dating_Agency:_Cyrano", "http://dbpedia.org/resource/Dating_Alone", "http://dbpedia.org/resource/Dating_Around", "http://dbpedia.org/resource/Dating_Game_Killer_(film)", "http://dbpedia.org/resource/Dating_Naked", "http://dbpedia.org/resource/Dating_NoFilter", "http://dbpedia.org/resource/Dating_in_the_Dark_(American_TV_series)", "http://dbpedia.org/resource/Dating_in_the_Dark_(British_TV_series)", "http://dbpedia.org/resource/Dating_in_the_Dark_Australia", "http://dbpedia.org/resource/Dating_with_the_Parents", "http://dbpedia.org/resource/Dato'_Siti_Nurhaliza_Unplugged_2015", "http://dbpedia.org/resource/Datong\u2013Jining_Campaign", "http://dbpedia.org/resource/Datsun_510", "http://dbpedia.org/resource/Datsun_Sports", "http://dbpedia.org/resource/Daughter_from_Another_Mother", "http://dbpedia.org/resource/Daughter_of_Darkness_(1990_film)", "http://dbpedia.org/resource/Daughter_of_the_Mind", "http://dbpedia.org/resource/Daughters-in-Law", "http://dbpedia.org/resource/Daughters_(film)", "http://dbpedia.org/resource/Daughters_of_Destiny_(TV_series)", "http://dbpedia.org/resource/Daughters_of_the_Moon", "http://dbpedia.org/resource/Daung_Yin_Pyan_Bon_Nabay_Mhar_Sar_Yay_Loh_Htar_Chin_Dal", "http://dbpedia.org/resource/Davam_Ya_Tamam", "http://dbpedia.org/resource/Dave's_Old_Porn", "http://dbpedia.org/resource/Dave's_One_Night_Stand", "http://dbpedia.org/resource/Dave's_World", "http://dbpedia.org/resource/Dave,_Shelly,_and_Chainsaw", "http://dbpedia.org/resource/Dave_(TV_series)", "http://dbpedia.org/resource/Dave_Brubeck:_In_His_Own_Sweet_Way", "http://dbpedia.org/resource/Dave_Chappelle:_Killin'_Them_Softly", "http://dbpedia.org/resource/Dave_Chappelle:_The_Kennedy_Center_Mark_Twain_Prize_for_American_Humor", "http://dbpedia.org/resource/Dave_Gorman's_Important_Astrology_Experiment", "http://dbpedia.org/resource/Dave_Gorman:_Modern_Life_Is_Goodish", "http://dbpedia.org/resource/Dave_Matthews_Band_Caravan", "http://dbpedia.org/resource/Dave_in_the_Life", "http://dbpedia.org/resource/Dave_the_Barbarian", "http://dbpedia.org/resource/Davey_and_Goliath", "http://dbpedia.org/resource/David's_Mother", "http://dbpedia.org/resource/David_(1988_film)", "http://dbpedia.org/resource/David_(TV_series)", "http://dbpedia.org/resource/David_Attenborough's_Conquest_of_the_Skies_3D", "http://dbpedia.org/resource/David_Attenborough's_Life_Stories", "http://dbpedia.org/resource/David_Attenborough's_Natural_Curiosities", "http://dbpedia.org/resource/David_Attenborough's_Natural_History_Museum_Alive", "http://dbpedia.org/resource/David_Attenborough's_Rise_of_Animals:_Triumph_of_the_Vertebrates", "http://dbpedia.org/resource/David_Attenborough:_A_Life_on_Our_Planet", "http://dbpedia.org/resource/David_Beckham's_Soccer_USA", "http://dbpedia.org/resource/David_Broome", "http://dbpedia.org/resource/David_Cassidy:_Man_Undercover", "http://dbpedia.org/resource/David_Copperfield_(1956_TV_serial)", "http://dbpedia.org/resource/David_Copperfield_(1966_TV_serial)", "http://dbpedia.org/resource/David_Copperfield_(1986_TV_serial)", "http://dbpedia.org/resource/David_Copperfield_(1993_film)", "http://dbpedia.org/resource/David_Copperfield_(1999_film)", "http://dbpedia.org/resource/David_Copperfield_(2000_film)", "http://dbpedia.org/resource/David_Easter", "http://dbpedia.org/resource/David_Makes_Man", "http://dbpedia.org/resource/David_Tench_Tonight", "http://dbpedia.org/resource/David_Tutera's_Celebrations", "http://dbpedia.org/resource/Davina_(talk_show)", "http://dbpedia.org/resource/Davis_Rules", "http://dbpedia.org/resource/Davis_at_Large", "http://dbpedia.org/resource/Davy_Crockett_(miniseries)", "http://dbpedia.org/resource/Dawn:_Portrait_of_a_Teenage_Runaway", "http://dbpedia.org/resource/Dawn_Anna", "http://dbpedia.org/resource/Dawn_of_Humanity", "http://dbpedia.org/resource/Dawn_of_the_Croods", "http://dbpedia.org/resource/Dawson's_Creek", "http://dbpedia.org/resource/Dawson's_Weekly", "http://dbpedia.org/resource/Day-O_(film)", "http://dbpedia.org/resource/Day_&_Date", "http://dbpedia.org/resource/Day_5", "http://dbpedia.org/resource/Day_Break", "http://dbpedia.org/resource/Day_Break_Illusion", "http://dbpedia.org/resource/Day_Day_Up", "http://dbpedia.org/resource/Day_Off_(TV_program)", "http://dbpedia.org/resource/Day_One_(1989_film)", "http://dbpedia.org/resource/Day_One_(TV_series)", "http://dbpedia.org/resource/Day_One_(Torchwood)", "http://dbpedia.org/resource/Day_Planner", "http://dbpedia.org/resource/Day_To_Remember", "http://dbpedia.org/resource/Day_Zero:_The_Series", "http://dbpedia.org/resource/Day_and_Night_(TV_series)", "http://dbpedia.org/resource/Day_and_night_camera", "http://dbpedia.org/resource/Day_by_Day_(American_TV_series)", "http://dbpedia.org/resource/Day_in_Court", "http://dbpedia.org/resource/Day_in_Court_(TV_series)", "http://dbpedia.org/resource/Day_of_Decision", "http://dbpedia.org/resource/Day_of_Reckoning_(2016_film)", "http://dbpedia.org/resource/Day_of_the_Dead_(TV_series)", "http://dbpedia.org/resource/Day_of_the_Moon", "http://dbpedia.org/resource/Daya:_Chentheeyil_Chalicha_Kumkumapottu", "http://dbpedia.org/resource/Daybreak_(1993_film)", "http://dbpedia.org/resource/Daybreak_(2010_TV_programme)", "http://dbpedia.org/resource/Daybreak_(2019_TV_series)", "http://dbpedia.org/resource/Daybreak_(Philippine_TV_program)", "http://dbpedia.org/resource/Daybreak_Northern_Ireland", "http://dbpedia.org/resource/Daybreak_Scotland", "http://dbpedia.org/resource/Daydi_qizning_daftari", "http://dbpedia.org/resource/Daylight_Robbery_(TV_series)", "http://dbpedia.org/resource/Days_Like_These_(TV_series)", "http://dbpedia.org/resource/Days_That_Shook_the_World", "http://dbpedia.org/resource/Days_of_Hope", "http://dbpedia.org/resource/Days_of_Our_Lives", "http://dbpedia.org/resource/Days_of_Our_Lives:_Beyond_Salem", "http://dbpedia.org/resource/Daytime_Divas", "http://dbpedia.org/resource/Daytime_Emmy_Award", "http://dbpedia.org/resource/Daytona_Aircraft_D-200", "http://dbpedia.org/resource/DayxDay", "http://dbpedia.org/resource/Dazu_Rock_Carvings", "http://dbpedia.org/resource/DeMarcus_Family_Rules", "http://dbpedia.org/resource/DeSoto_Caverns", "http://dbpedia.org/resource/DeVanity", "http://dbpedia.org/resource/De_Biker_Boys", "http://dbpedia.org/resource/De_Club_van_Sinterklaas", "http://dbpedia.org/resource/De_Cock_Late_Night", "http://dbpedia.org/resource/De_Collega's", "http://dbpedia.org/resource/De_Corpo_e_Alma_(TV_series)", "http://dbpedia.org/resource/De_F\u00e9rias_com_o_Ex", "http://dbpedia.org/resource/De_F\u00e9rias_com_o_Ex:_Caribe", "http://dbpedia.org/resource/De_Ijazat", "http://dbpedia.org/resource/De_Ijazat_Jo_Tu", "http://dbpedia.org/resource/De_Jongens_tegen_de_Meisjes", "http://dbpedia.org/resource/De_Kist", "http://dbpedia.org/resource/De_Lama's", "http://dbpedia.org/resource/De_Luizenmoeder", "http://dbpedia.org/resource/De_Mol_(TV_series)", "http://dbpedia.org/resource/De_Pfaffs", "http://dbpedia.org/resource/De_Primera_Mano", "http://dbpedia.org/resource/De_Stille_Kracht_(TV_series)", "http://dbpedia.org/resource/De_Stratemakeropzeeshow", "http://dbpedia.org/resource/De_Verraders", "http://dbpedia.org/resource/De_Wereld_Draait_Door", "http://dbpedia.org/resource/De_Wereld_van_K3", "http://dbpedia.org/resource/De_bedenkers", "http://dbpedia.org/resource/De_brutas,_nada", "http://dbpedia.org/resource/De_drabbade", "http://dbpedia.org/resource/De_frente_al_sol", "http://dbpedia.org/resource/De_mujeres", "http://dbpedia.org/resource/De_oro_puro", "http://dbpedia.org/resource/De_pocas,_pocas_pulgas", "http://dbpedia.org/resource/De_pura_sangre", "http://dbpedia.org/resource/De_que_te_quiero,_te_quiero", "http://dbpedia.org/resource/De_todas_maneras_Rosa", "http://dbpedia.org/resource/De_t\u00fa_a_t\u00fa", "http://dbpedia.org/resource/De_viaje_con_los_Derbez", "http://dbpedia.org/resource/De_vuelta_al_barrio", "http://dbpedia.org/resource/Deacons_for_Defense_(film)", "http://dbpedia.org/resource/Dead_7", "http://dbpedia.org/resource/Dead_Ahead:_The_Exxon_Valdez_Disaster", "http://dbpedia.org/resource/Dead_Before_Dawn_(1993_film)", "http://dbpedia.org/resource/Dead_Boss", "http://dbpedia.org/resource/Dead_End:_Paranormal_Park", "http://dbpedia.org/resource/Dead_Famous_(TV_series)", "http://dbpedia.org/resource/Dead_Gorgeous", "http://dbpedia.org/resource/Dead_Grandma", "http://dbpedia.org/resource/Dead_Head_(TV_series)", "http://dbpedia.org/resource/Dead_Husbands", "http://dbpedia.org/resource/Dead_Island_(series)", "http://dbpedia.org/resource/Dead_Kansas", "http://dbpedia.org/resource/Dead_Lake_(TV_series)", "http://dbpedia.org/resource/Dead_Last", "http://dbpedia.org/resource/Dead_Like_Me", "http://dbpedia.org/resource/Dead_Lucky_(TV_series)", "http://dbpedia.org/resource/Dead_Man's_Folly_(film)", "http://dbpedia.org/resource/Dead_Man's_Gun", "http://dbpedia.org/resource/Dead_Man's_Island", "http://dbpedia.org/resource/Dead_Man's_Walk_(miniseries)", "http://dbpedia.org/resource/Dead_Man_Out", "http://dbpedia.org/resource/Dead_Man_Walking_(Torchwood)", "http://dbpedia.org/resource/Dead_Man_Walking_(opera)", "http://dbpedia.org/resource/Dead_Men_Running", "http://dbpedia.org/resource/Dead_Pixels", "http://dbpedia.org/resource/Dead_Reckoning_(1990_film)", "http://dbpedia.org/resource/Dead_Ringers_(series)", "http://dbpedia.org/resource/Dead_Rising", "http://dbpedia.org/resource/Dead_Set", "http://dbpedia.org/resource/Dead_Silence_(1997_film)", "http://dbpedia.org/resource/Dead_Solid_Perfect", "http://dbpedia.org/resource/Dead_Space_(series)", "http://dbpedia.org/resource/Dead_Still", "http://dbpedia.org/resource/Dead_Wrong_(TV_series)", "http://dbpedia.org/resource/Dead_and_Deader", "http://dbpedia.org/resource/Dead_at_21", "http://dbpedia.org/resource/Dead_in_a_Heartbeat", "http://dbpedia.org/resource/Dead_in_the_Water_(1991_film)", "http://dbpedia.org/resource/Dead_of_Night_(1977_film)", "http://dbpedia.org/resource/Dead_of_Night_(TV_series)", "http://dbpedia.org/resource/Dead_of_Night_(Torchwood)", "http://dbpedia.org/resource/Dead_of_Summer_(TV_series)", "http://dbpedia.org/resource/Dead_on_Target_(film)", "http://dbpedia.org/resource/Dead_to_Me_(TV_series)", "http://dbpedia.org/resource/Dead_to_Rights_(series)", "http://dbpedia.org/resource/Deadbeat_(TV_series)", "http://dbpedia.org/resource/Deadbolt_(film)", "http://dbpedia.org/resource/Deadliest_Catch", "http://dbpedia.org/resource/Deadliest_Catch:_Bloodline", "http://dbpedia.org/resource/Deadliest_Warrior", "http://dbpedia.org/resource/Deadline:_White_House", "http://dbpedia.org/resource/Deadline_(1995_TV_series)", "http://dbpedia.org/resource/Deadline_(2000_TV_series)", "http://dbpedia.org/resource/Deadline_(2007_TV_series)", "http://dbpedia.org/resource/Deadline_(2022_TV_series)", "http://dbpedia.org/resource/Deadline_Design_with_Shaynna_Blaze", "http://dbpedia.org/resource/Deadline_Gallipoli", "http://dbpedia.org/resource/Deadline_Midnight_(TV_series)", "http://dbpedia.org/resource/Deadline_to_Disaster", "http://dbpedia.org/resource/Deadly_Affairs", "http://dbpedia.org/resource/Deadly_Care", "http://dbpedia.org/resource/Deadly_Class_(TV_series)", "http://dbpedia.org/resource/Deadly_Desire", "http://dbpedia.org/resource/Deadly_Down_Under", "http://dbpedia.org/resource/Deadly_Force_(TV_series)", "http://dbpedia.org/resource/Deadly_Games_(TV_series)", "http://dbpedia.org/resource/Deadly_Intentions", "http://dbpedia.org/resource/Deadly_Intentions..._Again%3F", "http://dbpedia.org/resource/Deadly_Invasion:_The_Killer_Bee_Nightmare", "http://dbpedia.org/resource/Deadly_Lessons", "http://dbpedia.org/resource/Deadly_Love", "http://dbpedia.org/resource/Deadly_Messages", "http://dbpedia.org/resource/Deadly_Possessions", "http://dbpedia.org/resource/Deadly_Relations", "http://dbpedia.org/resource/Deadly_Secret", "http://dbpedia.org/resource/Deadly_Sins_(TV_series)", "http://dbpedia.org/resource/Deadly_Visions", "http://dbpedia.org/resource/Deadly_Voyage", "http://dbpedia.org/resource/Deadly_Whispers", "http://dbpedia.org/resource/Deadly_Women", "http://dbpedia.org/resource/Deadman's_Curve", "http://dbpedia.org/resource/Deadman_Wonderland", "http://dbpedia.org/resource/Deadpool_(TV_series)", "http://dbpedia.org/resource/Deadtime_Stories_(TV_series)", "http://dbpedia.org/resource/Deadwater_Fell", "http://dbpedia.org/resource/Deadwax", "http://dbpedia.org/resource/Deadwind", "http://dbpedia.org/resource/Deadwood:_The_Movie", "http://dbpedia.org/resource/Deadwood_(TV_series)", "http://dbpedia.org/resource/Deaf_U", "http://dbpedia.org/resource/Deafplanet", "http://dbpedia.org/resource/Deal_(Greek_game_show)", "http://dbpedia.org/resource/Deal_Or_No_Deal_Indonesia", "http://dbpedia.org/resource/Deal_Ya_No_Deal", "http://dbpedia.org/resource/Deal_or_No_Deal_(American_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Arab_world)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Australian_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(British_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Iranian_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Irish_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Maltese_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(New_Zealand_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Singaporean_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(Tunisian_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_(U.S._game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_Canada", "http://dbpedia.org/resource/Deal_or_No_Deal_Malaysia_(English-language_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_Malaysia_(Mandarin-language_game_show)", "http://dbpedia.org/resource/Deal_or_No_Deal_Nigeria", "http://dbpedia.org/resource/Deal_with_It_(TV_series)", "http://dbpedia.org/resource/Dealer's_Choice_(game_show)", "http://dbpedia.org/resource/Dealer_(TV_series)", "http://dbpedia.org/resource/Dealers_(TV_series)", "http://dbpedia.org/resource/Deals_on_Wheels", "http://dbpedia.org/resource/Dean_Edge", "http://dbpedia.org/resource/Dear,_Dear_Son-In-Law", "http://dbpedia.org/resource/Dear..._(TV_series)", "http://dbpedia.org/resource/Dear._M", "http://dbpedia.org/resource/Dear_Archimedes", "http://dbpedia.org/resource/Dear_Aunt_Agnes", "http://dbpedia.org/resource/Dear_Class_of_2020", "http://dbpedia.org/resource/Dear_Diary_(FM_Static_album)", "http://dbpedia.org/resource/Dear_Dumb_Diary_(film)", "http://dbpedia.org/resource/Dear_Edward_(TV_series)", "http://dbpedia.org/resource/Dear_Friend:_Bakasyonistas", "http://dbpedia.org/resource/Dear_Friend:_Karibal", "http://dbpedia.org/resource/Dear_Friend:_Kay_Tagal_Kitang_Hinintay", "http://dbpedia.org/resource/Dear_Friend:_Madrasta", "http://dbpedia.org/resource/Dear_Friend_(TV_series)", "http://dbpedia.org/resource/Dear_Genevieve", "http://dbpedia.org/resource/Dear_Green_Place", "http://dbpedia.org/resource/Dear_Heaven", "http://dbpedia.org/resource/Dear_John_(American_TV_series)", "http://dbpedia.org/resource/Dear_John_(British_TV_series)", "http://dbpedia.org/resource/Dear_Ladies", "http://dbpedia.org/resource/Dear_Mayang_Street", "http://dbpedia.org/resource/Dear_Mom,_Love_Cher", "http://dbpedia.org/resource/Dear_Mom_(TV_series)", "http://dbpedia.org/resource/Dear_Mother...Love_Albert", "http://dbpedia.org/resource/Dear_Mr._Gacy", "http://dbpedia.org/resource/Dear_My_Friends", "http://dbpedia.org/resource/Dear_My_Friends_(Chinese_TV_series)", "http://dbpedia.org/resource/Dear_My_Sister", "http://dbpedia.org/resource/Dear_Phoebe", "http://dbpedia.org/resource/Dear_Prudence_(2008_film)", "http://dbpedia.org/resource/Dear_Santa_(2011_film)", "http://dbpedia.org/resource/Dear_Sister", "http://dbpedia.org/resource/Dear_Uge", "http://dbpedia.org/resource/Dear_White_People_(TV_series)", "http://dbpedia.org/resource/Dear_X_Who_Doesn't_Love_Me", "http://dbpedia.org/resource/Dearest_Enemy_(TV_series)", "http://dbpedia.org/resource/Death's_Head_(series)", "http://dbpedia.org/resource/Death_By_Gossip_with_Wendy_Williams", "http://dbpedia.org/resource/Death_Car_on_the_Freeway", "http://dbpedia.org/resource/Death_Comes_to_Pemberley_(TV_series)", "http://dbpedia.org/resource/Death_Cruise", "http://dbpedia.org/resource/Death_Game_(1996_film)", "http://dbpedia.org/resource/Death_Has_a_Bad_Reputation", "http://dbpedia.org/resource/Death_Is_the_Only_Answer", "http://dbpedia.org/resource/Death_Note", "http://dbpedia.org/resource/Death_Note:_New_Generation", "http://dbpedia.org/resource/Death_Note_(2015_TV_series)", "http://dbpedia.org/resource/Death_Parade", "http://dbpedia.org/resource/Death_Race_(1973_film)", "http://dbpedia.org/resource/Death_Saved_My_Life", "http://dbpedia.org/resource/Death_Scream", "http://dbpedia.org/resource/Death_Sentence_(1974_film)", "http://dbpedia.org/resource/Death_Takes_a_Holiday_(1971_film)", "http://dbpedia.org/resource/Death_Train", "http://dbpedia.org/resource/Death_Unexplained", "http://dbpedia.org/resource/Death_Valley_(TV_series)", "http://dbpedia.org/resource/Death_Valley_Days", "http://dbpedia.org/resource/Death_Wish_(film_series)", "http://dbpedia.org/resource/Death_and_Nightingales_(TV_series)", "http://dbpedia.org/resource/Death_at_Love_House", "http://dbpedia.org/resource/Death_by_Magic", "http://dbpedia.org/resource/Death_in_Paradise_(TV_series)", "http://dbpedia.org/resource/Death_in_Small_Doses_(1995_film)", "http://dbpedia.org/resource/Death_in_Venice_(opera)", "http://dbpedia.org/resource/Death_of_Apartheid", "http://dbpedia.org/resource/Death_of_a_Centerfold", "http://dbpedia.org/resource/Death_of_a_Princess", "http://dbpedia.org/resource/Death_of_a_Prophet", "http://dbpedia.org/resource/Death_of_a_Salesman_(1966_American_film)", "http://dbpedia.org/resource/Death_of_a_Salesman_(1985_film)", "http://dbpedia.org/resource/Death_of_the_Doctor", "http://dbpedia.org/resource/Death_on_a_Factory_Farm", "http://dbpedia.org/resource/Death_or_Canada", "http://dbpedia.org/resource/Deathlands", "http://dbpedia.org/resource/Deathlands:_Homeward_Bound", "http://dbpedia.org/resource/Deathmoon", "http://dbpedia.org/resource/Deathstroke:_Knights_&_Dragons", "http://dbpedia.org/resource/Debatable_(game_show)", "http://dbpedia.org/resource/Debate_Night", "http://dbpedia.org/resource/Debate_Wars", "http://dbpedia.org/resource/Debate_on_traditional_and_simplified_Chinese_characters", "http://dbpedia.org/resource/Debate_with_Mare_at_Pare", "http://dbpedia.org/resource/Debi_Choudhurani", "http://dbpedia.org/resource/Debiera_haber_obispas", "http://dbpedia.org/resource/Debipaksha_(TV_series)", "http://dbpedia.org/resource/Deborah_(TV_series)", "http://dbpedia.org/resource/Deborah_Polaski", "http://dbpedia.org/resource/Debra!", "http://dbpedia.org/resource/Debris_(TV_series)", "http://dbpedia.org/resource/Debt_(game_show)", "http://dbpedia.org/resource/Decadence_(TV_series)", "http://dbpedia.org/resource/Decad\u00eancia", "http://dbpedia.org/resource/Deceit_(2000_miniseries)", "http://dbpedia.org/resource/Deceit_(2021_miniseries)", "http://dbpedia.org/resource/Deceived_by_Trust", "http://dbpedia.org/resource/December_2009_Lahore_attacks", "http://dbpedia.org/resource/December_Bride", "http://dbpedia.org/resource/December_Flower", "http://dbpedia.org/resource/December_Massacres_of_1950_in_the_Korean_War", "http://dbpedia.org/resource/Deception_(2004_film)", "http://dbpedia.org/resource/Deception_(2013_American_TV_series)", "http://dbpedia.org/resource/Deception_(2018_TV_series)", "http://dbpedia.org/resource/Deception_(Irish_TV_series)", "http://dbpedia.org/resource/Deception_(U.S._TV_series)", "http://dbpedia.org/resource/Deception_(Ugandan_TV_series)", "http://dbpedia.org/resource/Deceptions", "http://dbpedia.org/resource/Dechrau_Canu,_Dechrau_Canmol", "http://dbpedia.org/resource/Decimate_(game_show)", "http://dbpedia.org/resource/Decisiones", "http://dbpedia.org/resource/Decisiones_extremas", "http://dbpedia.org/resource/Decisions!_Decisions!", "http://dbpedia.org/resource/Deck_the_Halls_with_Wacky_Walls", "http://dbpedia.org/resource/Decker_(TV_series)", "http://dbpedia.org/resource/Declassified_(2004_TV_series)", "http://dbpedia.org/resource/Declassified_(2016_TV_series)", "http://dbpedia.org/resource/Decline_and_Fall_(TV_series)", "http://dbpedia.org/resource/Decoded_(Chinese_TV_series)", "http://dbpedia.org/resource/Decoding_COVID-19", "http://dbpedia.org/resource/Decoding_the_Past", "http://dbpedia.org/resource/Decoration_Day_(film)", "http://dbpedia.org/resource/Decoupled", "http://dbpedia.org/resource/Decoy_(TV_series)", "http://dbpedia.org/resource/Decreed_by_Fate", "http://dbpedia.org/resource/Deedan", "http://dbpedia.org/resource/Deemak", "http://dbpedia.org/resource/Deep_Dungeon", "http://dbpedia.org/resource/Deep_Family_Secrets", "http://dbpedia.org/resource/Deep_Garden", "http://dbpedia.org/resource/Deep_Jungle", "http://dbpedia.org/resource/Anupam_(supercomputer)", "http://dbpedia.org/resource/Any_Questions_(Australian_TV_series)", "http://dbpedia.org/resource/Anyone_for_Denis%3F_(video)", "http://dbpedia.org/resource/Anyuta", "http://dbpedia.org/resource/Anza_(missile)", "http://dbpedia.org/resource/Ao_no_F\u016bin", "http://dbpedia.org/resource/Aoi_House", "http://dbpedia.org/resource/Aoki_\u014ckami_to_Shiroki_Mejika", "http://dbpedia.org/resource/Aortic_arches", "http://dbpedia.org/resource/Aphrodite_IX", "http://dbpedia.org/resource/Api_Nodanna_Live", "http://dbpedia.org/resource/Apni_Khushian_Apne_Gham", "http://dbpedia.org/resource/Apno_Nepal_Apno_Gaurab", "http://dbpedia.org/resource/Apocalypse_(D\u00fcrer)", "http://dbpedia.org/resource/Apparel_Lesotho_Alliance_to_fight_AIDS", "http://dbpedia.org/resource/Appeal_for_Courage", "http://dbpedia.org/resource/Appenzell_Wars", "http://dbpedia.org/resource/Appetite_for_Democracy_(Tour)", "http://dbpedia.org/resource/Apple_Music_Festival", "http://dbpedia.org/resource/Apple_OneScanner", "http://dbpedia.org/resource/Appointment_with_Drama", "http://dbpedia.org/resource/Appointment_with_Fear_(radio)", "http://dbpedia.org/resource/Approach_and_Landing_Tests", "http://dbpedia.org/resource/Appusami", "http://dbpedia.org/resource/April_2010_Baghdad_bombings", "http://dbpedia.org/resource/April_Theses", "http://dbpedia.org/resource/Aquamid", "http://dbpedia.org/resource/Aquarius_(British_TV_series)", "http://dbpedia.org/resource/Arabic_Numeral_Series", "http://dbpedia.org/resource/Arag\u00f3n_Sat", "http://dbpedia.org/resource/Arak_gorges", "http://dbpedia.org/resource/Arash_(rocket)", "http://dbpedia.org/resource/Arbeidsvitaminen", "http://dbpedia.org/resource/Arch_Oboler's_Plays", "http://dbpedia.org/resource/Archaic_(comics)", "http://dbpedia.org/resource/Archie_(TV_series)", "http://dbpedia.org/resource/Archie_(comic_book)", "http://dbpedia.org/resource/Archie_Americana_Series", "http://dbpedia.org/resource/Archiv_des_Todes", "http://dbpedia.org/resource/Archos_Generation_4", "http://dbpedia.org/resource/Archos_Generation_5", "http://dbpedia.org/resource/Archos_Gmini_series", "http://dbpedia.org/resource/Archos_Jukebox_series", "http://dbpedia.org/resource/Archpriest_Controversy", "http://dbpedia.org/resource/Arclight_(novel)", "http://dbpedia.org/resource/Arco_Birthday_Party", "http://dbpedia.org/resource/Arctic_Boosh", "http://dbpedia.org/resource/Arctic_Equestrian_Games", "http://dbpedia.org/resource/Arctic_Thunder_Air_Show", "http://dbpedia.org/resource/Ardath_Hit_Parade", "http://dbpedia.org/resource/Arden_Shakespeare", "http://dbpedia.org/resource/Ardjachie_Stone", "http://dbpedia.org/resource/Are_You_My_Brother%3F", "http://dbpedia.org/resource/Area_51_(series)", "http://dbpedia.org/resource/Arenal_Hanging_Bridges", "http://dbpedia.org/resource/Argentina_Bicentennial", "http://dbpedia.org/resource/Argentine_military_trials_of_2009", "http://dbpedia.org/resource/Argument", "http://dbpedia.org/resource/Argumentation_and_Debate", "http://dbpedia.org/resource/Argus_C3", "http://dbpedia.org/resource/Ariane_(Mouret)", "http://dbpedia.org/resource/Ariane_(rocket_family)", "http://dbpedia.org/resource/Arianna_(Marcello)", "http://dbpedia.org/resource/Ariel_Award_for_Best_Actress", "http://dbpedia.org/resource/Arif'in_Hilesi", "http://dbpedia.org/resource/Arion_(Matho)", "http://dbpedia.org/resource/Aristotle_and_the_Gun", "http://dbpedia.org/resource/AM5-M2", "http://dbpedia.org/resource/APF_TV_Fun", "http://dbpedia.org/resource/ARCA_98.9", "http://dbpedia.org/resource/ARCA_Racing_Series", "http://dbpedia.org/resource/ASUS_Transformer", "http://dbpedia.org/resource/ATP_Masters_Series", "http://dbpedia.org/resource/ATP_World_Tour_250_series", "http://dbpedia.org/resource/ATP_World_Tour_Masters_1000", "http://dbpedia.org/resource/A_Casa_das_Sete_Mulheres_(TV_series)", "http://dbpedia.org/resource/A_Christmas_Calendar_(TV_special)", "http://dbpedia.org/resource/A_Coraz\u00f3n_Abierto_(Colombian_telenovela)", "http://dbpedia.org/resource/A_Coraz\u00f3n_Abierto_(Mexican_telenovela)", "http://dbpedia.org/resource/A_Current_Affair", "http://dbpedia.org/resource/A_Current_Affair_(U.S._TV_series)", "http://dbpedia.org/resource/A_Descant_for_Gossips", "http://dbpedia.org/resource/A_Escrava_Isaura_(2004_telenovela)", "http://dbpedia.org/resource/A_Good_Day_for_the_Wind_to_Blow", "http://dbpedia.org/resource/A_History_of_Scotland_(TV_series)", "http://dbpedia.org/resource/A_J_Wentworth,_BA", "http://dbpedia.org/resource/A_League_of_Their_Own_(TV_series)", "http://dbpedia.org/resource/A_League_of_Their_Own_(UK_game_show)", "http://dbpedia.org/resource/A_Muralha_(1968_telenovela)", "http://dbpedia.org/resource/A_New_Life_(1991_TV_series)", "http://dbpedia.org/resource/A_New_Life_(TV_series)", "http://dbpedia.org/resource/A_Place_in_the_Sun_(TV_series)", "http://dbpedia.org/resource/A_Sucessora_(telenovela)", "http://dbpedia.org/resource/A_Way_Out", "http://dbpedia.org/resource/A_calz\u00f3n_quitao", "http://dbpedia.org/resource/A_coraz\u00f3n_abierto_(telenovela)", "http://dbpedia.org/resource/A_flor_de_piel", "http://dbpedia.org/resource/Aadesh_Class_Fast_Patrol_Vessel", "http://dbpedia.org/resource/Boothby_Graffoe_In_No_Particular_Order", "http://dbpedia.org/resource/Border_Rico", "http://dbpedia.org/resource/Bordes_scene", "http://dbpedia.org/resource/Borestone_Mountain_Poetry_Awards", "http://dbpedia.org/resource/Boretronix", "http://dbpedia.org/resource/Born_(comics)", "http://dbpedia.org/resource/Born_Stylish", "http://dbpedia.org/resource/Born_Talking:_A_Personal_Inquiry_into_Language", "http://dbpedia.org/resource/Born_the_Hard_Way", "http://dbpedia.org/resource/Born_to_Spy", "http://dbpedia.org/resource/Bosnia_and_Herzegovina_football_league_system", "http://dbpedia.org/resource/Boss_DR-220", "http://dbpedia.org/resource/Boston_Ideal_Opera_Company", "http://dbpedia.org/resource/Boston_Women's_Heritage_Trail", "http://dbpedia.org/resource/Boswellic_acid", "http://dbpedia.org/resource/Botanica_(series)", "http://dbpedia.org/resource/Bottle_Fairy", "http://dbpedia.org/resource/Bound_for_Glory_(TV_series)", "http://dbpedia.org/resource/Boundless_(Canadian_TV_series)", "http://dbpedia.org/resource/Bouquet_of_Barbed_Wire", "http://dbpedia.org/resource/Bourassa_(automobile)", "http://dbpedia.org/resource/Bourbon_Kid", "http://dbpedia.org/resource/Bourne_(novel_series)", "http://dbpedia.org/resource/Bowl_Challenge_Cup", "http://dbpedia.org/resource/Bowling_Green_Studies_in_Applied_Philosophy", "http://dbpedia.org/resource/Bowling_King", "http://dbpedia.org/resource/Bowraville_murders", "http://dbpedia.org/resource/Boy_Soldier_Series", "http://dbpedia.org/resource/Boy_at_War", "http://dbpedia.org/resource/Boyarina_Morozova_(opera)", "http://dbpedia.org/resource/Boyfriend_(manga)", "http://dbpedia.org/resource/Boys'_Ranch", "http://dbpedia.org/resource/Brace_for_Impact", "http://dbpedia.org/resource/Asgaard_(Mexican_TV_series)", "http://dbpedia.org/resource/Ash,_Kip_and_Luttsy", "http://dbpedia.org/resource/Ashes_to_Ashes_(TV_series)", "http://dbpedia.org/resource/Asian_Australian", "http://dbpedia.org/resource/Asian_Sevens_Series", "http://dbpedia.org/resource/Asmara_(soap_opera)", "http://dbpedia.org/resource/Assault_Suits_series", "http://dbpedia.org/resource/Assyrians_in_the_United_Kingdom", "http://dbpedia.org/resource/Asturian_people", "http://dbpedia.org/resource/Asylum_(BBC_TV_series)", "http://dbpedia.org/resource/Asylum_(Maximum)", "http://dbpedia.org/resource/At_Home_With_Love", "http://dbpedia.org/resource/At_the_Movies_(1982\u201390_TV_series)", "http://dbpedia.org/resource/At_the_Movies_(Australian_TV_series)", "http://dbpedia.org/resource/At_the_Movies_(U.S._TV_series)", "http://dbpedia.org/resource/Atat\u00fcrk's_Reforms", "http://dbpedia.org/resource/Atelier_(series)", "http://dbpedia.org/resource/Carolina_Maneuvers", "http://dbpedia.org/resource/Caroline_Overdrive", "http://dbpedia.org/resource/Carolyn_Gardner", "http://dbpedia.org/resource/Carousel_(comics)", "http://dbpedia.org/resource/Carpinteria_Tar_Pits", "http://dbpedia.org/resource/Carry_On_Christmas_Specials", "http://dbpedia.org/resource/Carryy_on_Shekhar", "http://dbpedia.org/resource/Cars_(painting)", "http://dbpedia.org/resource/Cartas_Chilenas", "http://dbpedia.org/resource/Carter_bonds", "http://dbpedia.org/resource/Cartoon_KAT-TUN", "http://dbpedia.org/resource/Cartoonists_Remember_9/11", "http://dbpedia.org/resource/Carus_Lectures", "http://dbpedia.org/resource/Carus_Mathematical_Monographs", "http://dbpedia.org/resource/Casa_Club_Magazine", "http://dbpedia.org/resource/Casa_de_Vecindad_(TV_series)", "http://dbpedia.org/resource/Casa_de_las_Am\u00e9ricas_Prize", "http://dbpedia.org/resource/Casanova's_Homecoming", "http://dbpedia.org/resource/Casanova_sin_Amor", "http://dbpedia.org/resource/Casca_(series)", "http://dbpedia.org/resource/Cascade_effect_(ecology)", "http://dbpedia.org/resource/Cascina_Vianello", "http://dbpedia.org/resource/Case_Closed_discography", "http://dbpedia.org/resource/Cashcows", "http://dbpedia.org/resource/Casio_9850_series", "http://dbpedia.org/resource/Casio_9860_series", "http://dbpedia.org/resource/Casio_Databank", "http://dbpedia.org/resource/Casio_G'zOne", "http://dbpedia.org/resource/Casos_e_Acasos", "http://dbpedia.org/resource/Casper_and_the_Spectrals", "http://dbpedia.org/resource/Cassandre_(opera)", "http://dbpedia.org/resource/Cassell's_National_Library", "http://dbpedia.org/resource/Caster_Chronicles", "http://dbpedia.org/resource/Castizo", "http://dbpedia.org/resource/Castle_&_Castle", "http://dbpedia.org/resource/Castle_Perilous_(series)", "http://dbpedia.org/resource/Castle_series_stamps", "http://dbpedia.org/resource/Cat's_cradle", "http://dbpedia.org/resource/Cat_Royal", "http://dbpedia.org/resource/Cat_Street_(manga)", "http://dbpedia.org/resource/Cat_the_Cat", "http://dbpedia.org/resource/Catacombs_of_London", "http://dbpedia.org/resource/Catalogues_of_Fundamental_Stars", "http://dbpedia.org/resource/Catalyst_Conference", "http://dbpedia.org/resource/Community_Dateline", "http://dbpedia.org/resource/Community_Development_Council", "http://dbpedia.org/resource/Community_Innovation_Survey", "http://dbpedia.org/resource/Communitybuilders", "http://dbpedia.org/resource/Companions_Quartet", "http://dbpedia.org/resource/Comparison_of_American_and_British_English", "http://dbpedia.org/resource/Compilation_of_Final_Fantasy_VII", "http://dbpedia.org/resource/Complete_Collection_of_Russian_Chronicles", "http://dbpedia.org/resource/Compliance_requirements", "http://dbpedia.org/resource/Composer's_Voice_Concert_Series", "http://dbpedia.org/resource/Compound_refractive_lens", "http://dbpedia.org/resource/Computer-assisted_proof", "http://dbpedia.org/resource/Computer_Stew", "http://dbpedia.org/resource/Computer_Warrior", "http://dbpedia.org/resource/Computer_Warriors", "http://dbpedia.org/resource/Comrades_(TV_series)", "http://dbpedia.org/resource/Con_alma_de_tango", "http://dbpedia.org/resource/Conan_(books)", "http://dbpedia.org/resource/Conan_the_Adventurer_(comics)", "http://dbpedia.org/resource/Conan_the_Barbarian", "http://dbpedia.org/resource/Conceptions_of_Library_and_Information_Science", "http://dbpedia.org/resource/Concert_Spirituel", "http://dbpedia.org/resource/Concerts_of_Antient_Music", "http://dbpedia.org/resource/Concierto_de_almas_(TV_series)", "http://dbpedia.org/resource/Conclave_of_Shadows", "http://dbpedia.org/resource/Concord_School_of_Philosophy", "http://dbpedia.org/resource/Concrete_(comics)", "http://dbpedia.org/resource/Concrete_Series", "http://dbpedia.org/resource/Condesa_por_amor", "http://dbpedia.org/resource/Conditional_proof", "http://dbpedia.org/resource/Condor_Trilogy", "http://dbpedia.org/resource/Conductors_Without_Borders", "http://dbpedia.org/resource/Cones_Series", "http://dbpedia.org/resource/Conexpo-Con/Agg", "http://dbpedia.org/resource/Confederate_Military_History", "http://dbpedia.org/resource/Confederate_States_Army_revival", "http://dbpedia.org/resource/Confessions_of_a_Matchmaker", "http://dbpedia.org/resource/Confessions_of_a_Sociopathic_Social_Climber", "http://dbpedia.org/resource/Conflict_(series)", "http://dbpedia.org/resource/Confluence_Project", "http://dbpedia.org/resource/Conker_(series)", "http://dbpedia.org/resource/Connect_With_English", "http://dbpedia.org/resource/Connection_Machine", "http://dbpedia.org/resource/Connors\u2013McEnroe_rivalry", "http://dbpedia.org/resource/Conqueror_(novel_series)", "http://dbpedia.org/resource/Conquerors'", "http://dbpedia.org/resource/Conquest_of_America_(miniseries)", "http://dbpedia.org/resource/Constantijn_Huygens_Prize", "http://dbpedia.org/resource/Constantinian_bronzes", "http://dbpedia.org/resource/Constellations_(Mir\u00f3)", "http://dbpedia.org/resource/Dell_PERC", "http://dbpedia.org/resource/Delta_Wave", "http://dbpedia.org/resource/Delta_Works", "http://dbpedia.org/resource/Deltec_Cozmo", "http://dbpedia.org/resource/Deltora_Quest_1", "http://dbpedia.org/resource/Deltora_Quest_2", "http://dbpedia.org/resource/Deltora_Quest_3", "http://dbpedia.org/resource/Delusional_Downtown_Divas", "http://dbpedia.org/resource/Demetan_Croaker,_The_Boy_Frog", "http://dbpedia.org/resource/Demetrio_(1773)", "http://dbpedia.org/resource/Demetrio_(1779)", "http://dbpedia.org/resource/Demo_(comics)", "http://dbpedia.org/resource/Democracy_promotion", "http://dbpedia.org/resource/Democratic_National_Convention", "http://dbpedia.org/resource/Demographics_of_Guatemala", "http://dbpedia.org/resource/Demographics_of_Malaysia", "http://dbpedia.org/resource/Demolition_(TV_series)", "http://dbpedia.org/resource/Demon_Princes", "http://dbpedia.org/resource/Den_of_Shadows", "http://dbpedia.org/resource/Den_rette_for_Tor", "http://dbpedia.org/resource/Dene", "http://dbpedia.org/resource/Deng_Xiaoping_Theory", "http://dbpedia.org/resource/Dengeki_Taish\u014d", "http://dbpedia.org/resource/Denney_Kitfox", "http://dbpedia.org/resource/Dennis_Beaches", "http://dbpedia.org/resource/Dentyne", "http://dbpedia.org/resource/Deportations_of_Hungarians_to_the_Czech_lands", "http://dbpedia.org/resource/Deportations_of_the_Ingrian_Finns", "http://dbpedia.org/resource/Dept._Heaven", "http://dbpedia.org/resource/Deputy_Seraph", "http://dbpedia.org/resource/Der_Androj\u00e4ger", "http://dbpedia.org/resource/Der_Bergdoktor_(1992_TV_series)", "http://dbpedia.org/resource/Der_Bulle_von_T\u00f6lz", "http://dbpedia.org/resource/Der_Dativ_ist_dem_Genitiv_sein_Tod", "http://dbpedia.org/resource/Der_Dicke_und_der_Belgier", "http://dbpedia.org/resource/Der_Ermittler", "http://dbpedia.org/resource/Der_Eugen", "http://dbpedia.org/resource/Der_Evangelimann", "http://dbpedia.org/resource/Der_Fall_von_nebenan", "http://dbpedia.org/resource/Der_Fuchs", "http://dbpedia.org/resource/Der_F\u00fcrst_und_das_M\u00e4dchen", "http://dbpedia.org/resource/Der_Goggolori", "http://dbpedia.org/resource/Der_Golem_(opera)", "http://dbpedia.org/resource/Der_Havelkaiser", "http://dbpedia.org/resource/Der_Heiland_auf_dem_Eiland", "http://dbpedia.org/resource/Der_Kapit\u00e4n_(TV_series)", "http://dbpedia.org/resource/Der_Kirschgarten", "http://dbpedia.org/resource/Der_Kommissar_und_das_Meer", "http://dbpedia.org/resource/Der_Kuhreigen", "http://dbpedia.org/resource/Der_K\u00f6nig", "http://dbpedia.org/resource/Der_Mann_ohne_Schatten", "http://dbpedia.org/resource/Der_Millionenerbe", "http://dbpedia.org/resource/Der_Pfundskerl", "http://dbpedia.org/resource/Der_Prins_mu\u00df_her", "http://dbpedia.org/resource/Der_Prinz_von_Pumpelonien", "http://dbpedia.org/resource/Der_Rattenf\u00e4nger_von_Hameln", "http://dbpedia.org/resource/Der_Schatz_im_Niemandsland", "http://dbpedia.org/resource/Der_Schmied_von_Ruhla", "http://dbpedia.org/resource/Der_Schwammerlk\u00f6nig", "http://dbpedia.org/resource/Der_Sonne_entgegen", "http://dbpedia.org/resource/Der_Sturm_(opera)", "http://dbpedia.org/resource/Der_Tod_ist_kein_Beinbruch", "http://dbpedia.org/resource/Der_Vampyr_(Lindpaintner)", "http://dbpedia.org/resource/Der_Widersp\u00e4nstigen_Z\u00e4hmung", "http://dbpedia.org/resource/Der_Winzerk\u00f6nig", "http://dbpedia.org/resource/Der_flie\u00dfende_Fels", "http://dbpedia.org/resource/Der_ganz_normale_Wahnsinn", "http://dbpedia.org/resource/Der_kleine_Doktor", "http://dbpedia.org/resource/Der_kleine_Mann", "http://dbpedia.org/resource/Der_kleine_M\u00f6nch", "http://dbpedia.org/resource/Der_wilde_G\u00e4rtner", "http://dbpedia.org/resource/Derby_Catacombs", "http://dbpedia.org/resource/Derbyshire_Dales_National_Nature_Reserve", "http://dbpedia.org/resource/Deryni_novels", "http://dbpedia.org/resource/Desafio_Internacional_das_Estrelas", "http://dbpedia.org/resource/Descendant_subgroup", "http://dbpedia.org/resource/Descending_tetrachord", "http://dbpedia.org/resource/Description_de_l'\u00c9gypte", "http://dbpedia.org/resource/Desert_War_(miniseries)", "http://dbpedia.org/resource/Desi_DNA", "http://dbpedia.org/resource/Design_Manual_for_Roads_and_Bridges", "http://dbpedia.org/resource/Design_Miami", "http://dbpedia.org/resource/Design_for_logistics", "http://dbpedia.org/resource/Designed_to_Sell", "http://dbpedia.org/resource/Designer_People", "http://dbpedia.org/resource/Designers'_Challenge", "http://dbpedia.org/resource/Designing_for_the_Sexes", "http://dbpedia.org/resource/Designs_of_the_Time", "http://dbpedia.org/resource/Desolation_Jones", "http://dbpedia.org/resource/Desperate_Houses!", "http://dbpedia.org/resource/Desporto_2", "http://dbpedia.org/resource/Destiny's_Children", "http://dbpedia.org/resource/Destiny_by_Love", "http://dbpedia.org/resource/Destroyermen", "http://dbpedia.org/resource/Desus_vs._Mero", "http://dbpedia.org/resource/Det_b\u00e4sta_fr\u00e5n_Idol", "http://dbpedia.org/resource/Det_femte_v\u00e4derstrecket", "http://dbpedia.org/resource/Detective_Erlendur_series", "http://dbpedia.org/resource/Detective_Quiz", "http://dbpedia.org/resource/Detroit_Autorama", "http://dbpedia.org/resource/Detroit_Industry_Murals", "http://dbpedia.org/resource/Deus_(TV_series)", "http://dbpedia.org/resource/Deutsch_Klasse", "http://dbpedia.org/resource/Developing_Unconventional_Gas", "http://dbpedia.org/resource/Deverry_Cycle", "http://dbpedia.org/resource/Devil's_Jumps,_Churt", "http://dbpedia.org/resource/Devon_Horse_Show", "http://dbpedia.org/resource/Dewey\u2013Stassen_debate", "http://dbpedia.org/resource/Dey's_Arena", "http://dbpedia.org/resource/Uruguayan_Civil_War", "http://dbpedia.org/resource/Urusei_Yatsura", "http://dbpedia.org/resource/Us,_ours_and_yours_(TV_series)", "http://dbpedia.org/resource/Us_&_Them", "http://dbpedia.org/resource/Us_(1991_film)", "http://dbpedia.org/resource/Us_(British_TV_series)", "http://dbpedia.org/resource/Us_Girls", "http://dbpedia.org/resource/Us_Girls_(TV_program)", "http://dbpedia.org/resource/Us_and_Them_(Australian_TV_series)", "http://dbpedia.org/resource/Usapang_Business", "http://dbpedia.org/resource/Usapang_Real_Life", "http://dbpedia.org/resource/Usapang_Real_Love", "http://dbpedia.org/resource/Usavich", "http://dbpedia.org/resource/Ushijima_the_Loan_Shark", "http://dbpedia.org/resource/Ushnas_Prize", "http://dbpedia.org/resource/Usogui", "http://dbpedia.org/resource/Usop_Sontorian", "http://dbpedia.org/resource/Usotsuki_Paradox", "http://dbpedia.org/resource/Usta_usta", "http://dbpedia.org/resource/Ustani_Jee", "http://dbpedia.org/resource/Utacon", "http://dbpedia.org/resource/Ute_Wars", "http://dbpedia.org/resource/Uth_Records", "http://dbpedia.org/resource/Uthiripookkal_(TV_series)", "http://dbpedia.org/resource/Uti_v\u00e5r_hage_(TV_series)", "http://dbpedia.org/resource/Utilizator", "http://dbpedia.org/resource/Utisak_nedelje", "http://dbpedia.org/resource/Utopia_(2013_film)", "http://dbpedia.org/resource/Utopia_(2014_American_TV_series)", "http://dbpedia.org/resource/Utopia_(2020_TV_series)", "http://dbpedia.org/resource/Utopia_(Australian_TV_series)", "http://dbpedia.org/resource/Utopia_(British_TV_series)", "http://dbpedia.org/resource/Utopia_(Doctor_Who)", "http://dbpedia.org/resource/Utopia_Falls", "http://dbpedia.org/resource/Uttai_Tawee", "http://dbpedia.org/resource/Uttaran", "http://dbpedia.org/resource/Uttarayana_(TV_series)", "http://dbpedia.org/resource/Uuden_Musiikin_Kilpailu", "http://dbpedia.org/resource/Uutisvuoto", "http://dbpedia.org/resource/Uwe_Schulten-Baumer", "http://dbpedia.org/resource/Uyajola_9/9", "http://dbpedia.org/resource/Uyan\u0131\u015f:_B\u00fcy\u00fck_Sel\u00e7uklu", "http://dbpedia.org/resource/Uyire_(TV_series)", "http://dbpedia.org/resource/Uyirmei", "http://dbpedia.org/resource/Uzalo", "http://dbpedia.org/resource/Uzumaki", "http://dbpedia.org/resource/V-1_(TV_series)", "http://dbpedia.org/resource/V-Focus", "http://dbpedia.org/resource/V.I.P._(American_TV_series)", "http://dbpedia.org/resource/V.I.P._(talk_show)", "http://dbpedia.org/resource/V8Star_Series", "http://dbpedia.org/resource/V8Xtra", "http://dbpedia.org/resource/VAX_7000/10000", "http://dbpedia.org/resource/VCal", "http://dbpedia.org/resource/VDNKh_(Russia)", "http://dbpedia.org/resource/VD_Blues", "http://dbpedia.org/resource/VH1's_Legends", "http://dbpedia.org/resource/VH1:_I_Love_series", "http://dbpedia.org/resource/VH1_Family_Reunion:_Love_&_Hip_Hop_Edition", "http://dbpedia.org/resource/VH1_ILL-ustrated", "http://dbpedia.org/resource/VH1_Live!", "http://dbpedia.org/resource/VH1_Storytellers", "http://dbpedia.org/resource/VH1_Top_20_Video_Countdown", "http://dbpedia.org/resource/VIC_(TV_series)", "http://dbpedia.org/resource/VIP_(South_Korean_TV_series)", "http://dbpedia.org/resource/VIP_Brother", "http://dbpedia.org/resource/VIP_Dance", "http://dbpedia.org/resource/VIP_Television", "http://dbpedia.org/resource/VMV-class_patrol_boat", "http://dbpedia.org/resource/VOMO:_Vote_or_Miss_Out", "http://dbpedia.org/resource/VR.5", "http://dbpedia.org/resource/VRT_NWS_Journaal", "http://dbpedia.org/resource/VR_Class_Sk1", "http://dbpedia.org/resource/VR_Troopers", "http://dbpedia.org/resource/VTM_Nieuws", "http://dbpedia.org/resource/V_(1983_miniseries)", "http://dbpedia.org/resource/V_(1984_TV_series)", "http://dbpedia.org/resource/V_(2009_TV_series)", "http://dbpedia.org/resource/V_Day_(film)", "http://dbpedia.org/resource/V_Entertainment", "http://dbpedia.org/resource/V_Graham_Norton", "http://dbpedia.org/resource/V_Love", "http://dbpedia.org/resource/V_The_Final_Battle", "http://dbpedia.org/resource/V_The_Serial", "http://dbpedia.org/resource/V_Wars", "http://dbpedia.org/resource/Va-Bank", "http://dbpedia.org/resource/Vacancy_in_Vaughan_Street", "http://dbpedia.org/resource/Vacation_Playhouse", "http://dbpedia.org/resource/Vacationland_(comedy_show)", "http://dbpedia.org/resource/Vaccination_Act", "http://dbpedia.org/resource/Vaccination_schedule", "http://dbpedia.org/resource/Vacuuming_Completely_Nude_in_Paradise", "http://dbpedia.org/resource/Vade_Retro", "http://dbpedia.org/resource/Vadham", "http://dbpedia.org/resource/Vadinamma", "http://dbpedia.org/resource/Vagabond_(TV_series)", "http://dbpedia.org/resource/Vagabond_(manga)", "http://dbpedia.org/resource/Vagrant_Queen", "http://dbpedia.org/resource/Vaguthu_Faaithu_Nuvanees", "http://dbpedia.org/resource/Vahum", "http://dbpedia.org/resource/Vai_Anitta", "http://dbpedia.org/resource/Vaidehi_(2006_TV_series)", "http://dbpedia.org/resource/Vaidehi_(2013_TV_series)", "http://dbpedia.org/resource/Vaidhegi_Kaathirundhaal", "http://dbpedia.org/resource/Vain_el\u00e4m\u00e4\u00e4", "http://dbpedia.org/resource/Vairoalhi_Ahves_Sirrun", "http://dbpedia.org/resource/Vaisoori", "http://dbpedia.org/resource/Vakinuvaan_Bunefaa_Vaudheh_Nuvanhey%3F", "http://dbpedia.org/resource/Vakivumuge_Kurin", "http://dbpedia.org/resource/Val_De_La_O_Show", "http://dbpedia.org/resource/Val_Falvey,_TD", "http://dbpedia.org/resource/Val_Lewton:_The_Man_in_the_Shadows", "http://dbpedia.org/resource/Val_Meets_The_VIPs", "http://dbpedia.org/resource/Valdemar_Poulsen_Gold_Medal", "http://dbpedia.org/resource/Vale_Tudo_(TV_series)", "http://dbpedia.org/resource/Vale_todo", "http://dbpedia.org/resource/Valemont", "http://dbpedia.org/resource/Valentina_(1989_TV_series)", "http://dbpedia.org/resource/Valentina_(1993_TV_series)", "http://dbpedia.org/resource/Valentine's_Day_(TV_series)", "http://dbpedia.org/resource/Valentine_(TV_series)", "http://dbpedia.org/resource/Valentino_el_argentino", "http://dbpedia.org/resource/Valeria_(1966_TV_series)", "http://dbpedia.org/resource/Valeria_(2009_TV_series)", "http://dbpedia.org/resource/Valeria_(2020_TV_series)", "http://dbpedia.org/resource/Valeria_medico_legale", "http://dbpedia.org/resource/Valeria_y_Maximiliano", "http://dbpedia.org/resource/Valerie's_Home_Cooking", "http://dbpedia.org/resource/Valiant_Lady", "http://dbpedia.org/resource/Valiente_(1992_TV_series)", "http://dbpedia.org/resource/Valiente_(2012_TV_series)", "http://dbpedia.org/resource/Valientes", "http://dbpedia.org/resource/Valisar_Trilogy", "http://dbpedia.org/resource/Vali\u00f3_la_pena_(TV_series)", "http://dbpedia.org/resource/Valkyrie_Profile_(series)", "http://dbpedia.org/resource/Valkyrien", "http://dbpedia.org/resource/Vallamai_Tharayo_(TV_series)", "http://dbpedia.org/resource/Valle_de_los_Ingenios", "http://dbpedia.org/resource/Valley_Forge_(film)", "http://dbpedia.org/resource/Valley_of_Tears_(TV_series)", "http://dbpedia.org/resource/Valley_of_the_Boom", "http://dbpedia.org/resource/Valley_of_the_Dinosaurs", "http://dbpedia.org/resource/Valley_of_the_Dolls_(TV_series)", "http://dbpedia.org/resource/Valley_of_the_T._rex", "http://dbpedia.org/resource/Valley_of_the_Wolves:_Homeland", "http://dbpedia.org/resource/Valley_of_the_Wolves_(TV_series)", "http://dbpedia.org/resource/Valli_(TV_series)", "http://dbpedia.org/resource/Valli_Thirumanam_(TV_series)", "http://dbpedia.org/resource/Valli_di_Comacchio", "http://dbpedia.org/resource/Valois_Tapestries", "http://dbpedia.org/resource/Valor_(TV_series)", "http://dbpedia.org/resource/Valor_da_Vida", "http://dbpedia.org/resource/Valores_(TV_program)", "http://dbpedia.org/resource/Valt_the_Wonder_Deer", "http://dbpedia.org/resource/Valvrave_the_Liberator", "http://dbpedia.org/resource/Val\u00f3_Vil\u00e1g", "http://dbpedia.org/resource/Vamo_Arriba", "http://dbpedia.org/resource/Vamos_Juan", "http://dbpedia.org/resource/Vamos_juntos", "http://dbpedia.org/resource/Vamp_(TV_series)", "http://dbpedia.org/resource/Vampire_(1979_film)", "http://dbpedia.org/resource/Vampire_Academy_(TV_series)", "http://dbpedia.org/resource/Vampire_Bats_(film)", "http://dbpedia.org/resource/Vampire_Beach", "http://dbpedia.org/resource/Vampire_Cheerleaders", "http://dbpedia.org/resource/Vampire_Earth", "http://dbpedia.org/resource/Vampire_Expert", "http://dbpedia.org/resource/Vampire_Heaven", "http://dbpedia.org/resource/Vampire_High", "http://dbpedia.org/resource/Vampire_Hunter_D", "http://dbpedia.org/resource/Vampire_Idol", "http://dbpedia.org/resource/Vampire_Knight", "http://dbpedia.org/resource/Vampire_Plagues_series", "http://dbpedia.org/resource/Vampire_Princess_Miyu", "http://dbpedia.org/resource/Vampire_Prosecutor", "http://dbpedia.org/resource/Vampire_ang_Daddy_Ko", "http://dbpedia.org/resource/Vampires_(TV_series)", "http://dbpedia.org/resource/Vampires_Rock", "http://dbpedia.org/resource/Vampirina", "http://dbpedia.org/resource/Vamsam_(TV_series)", "http://dbpedia.org/resource/Van-Pires", "http://dbpedia.org/resource/Van_Dyke_and_Company", "http://dbpedia.org/resource/Van_Gogh_(Kodall\u0131_opera)", "http://dbpedia.org/resource/Van_Helsing_(TV_series)", "http://dbpedia.org/resource/Van_der_Valk", "http://dbpedia.org/resource/Vanakkam_Tamizha", "http://dbpedia.org/resource/Vanambadi_(TV_series)", "http://dbpedia.org/resource/Vanathai_Pola_(TV_series)", "http://dbpedia.org/resource/Vanderpump_Dogs", "http://dbpedia.org/resource/Vanderpump_Rules", "http://dbpedia.org/resource/Vanderpump_Rules:_Jax_And_Brittany_Take_Kentucky", "http://dbpedia.org/resource/Vanderpump_Rules_After_Show", "http://dbpedia.org/resource/Vandhal_Sridevi", "http://dbpedia.org/resource/Vandread", "http://dbpedia.org/resource/Vanessa_(British_TV_series)", "http://dbpedia.org/resource/Vanessa_(Mexican_TV_series)", "http://dbpedia.org/resource/Vanessa_(opera)", "http://dbpedia.org/resource/Vanguard_(TV_series)", "http://dbpedia.org/resource/Vanhojen_tanssit", "http://dbpedia.org/resource/Vani_Rani_(TV_series)", "http://dbpedia.org/resource/Vanished_(1995_film)", "http://dbpedia.org/resource/Vanished_(TV_series)", "http://dbpedia.org/resource/Vanishing_Son", "http://dbpedia.org/resource/Vanities_(TV_program)", "http://dbpedia.org/resource/Vanity_Fair_(1956_TV_series)", "http://dbpedia.org/resource/Vanity_Fair_(1967_TV_serial)", "http://dbpedia.org/resource/Vanity_Fair_(1978_TV_series)", "http://dbpedia.org/resource/Vanity_Fair_(1987_TV_serial)", "http://dbpedia.org/resource/Vanity_Fair_(1998_TV_serial)", "http://dbpedia.org/resource/Vanity_Fair_(2018_TV_series)", "http://dbpedia.org/resource/Vanity_Lair", "http://dbpedia.org/resource/Var_m\u0131s\u0131n%3F_Yok_musun%3F", "http://dbpedia.org/resource/Variable_Geo_(anime)", "http://dbpedia.org/resource/Variety_Bandbox", "http://dbpedia.org/resource/Variety_Big_Brother", "http://dbpedia.org/resource/Variety_Studio:_Actors_on_Actors", "http://dbpedia.org/resource/Variety_in_Sepia", "http://dbpedia.org/resource/Varnappakittu_(TV_series)", "http://dbpedia.org/resource/Varney_&_Co.", "http://dbpedia.org/resource/Vartmaan", "http://dbpedia.org/resource/Varuhuset", "http://dbpedia.org/resource/Vary_Peri", "http://dbpedia.org/resource/Vas_o_No_Vas_(American_game_show)", "http://dbpedia.org/resource/Vasili's_Garden", "http://dbpedia.org/resource/Vasl_(TV_series)", "http://dbpedia.org/resource/Vassalord", "http://dbpedia.org/resource/Vatan\u0131m_Sensin", "http://dbpedia.org/resource/Vater_Seidl_und_sein_Sohn", "http://dbpedia.org/resource/Vatre_ivanjske", "http://dbpedia.org/resource/Vatta's_War", "http://dbpedia.org/resource/Vaudhey_Mee", "http://dbpedia.org/resource/Vaya_semanita", "http://dbpedia.org/resource/Vecinos", "http://dbpedia.org/resource/Vecinos_(Colombian_TV_series)", "http://dbpedia.org/resource/Vectorman", "http://dbpedia.org/resource/Ved_du_hvem_du_er%3F", "http://dbpedia.org/resource/Veep", "http://dbpedia.org/resource/Veer_Shivaji", "http://dbpedia.org/resource/Vega_4_(TV_series)", "http://dbpedia.org/resource/Vegas_(1978_TV_series)", "http://dbpedia.org/resource/Vegas_(2012_TV_series)", "http://dbpedia.org/resource/Vegas_Rat_Rods", "http://dbpedia.org/resource/Vegas_Revolution", "http://dbpedia.org/resource/Vegetable_Soup_(TV_series)", "http://dbpedia.org/resource/Vegfer\u00f0", "http://dbpedia.org/resource/VeggieTales", "http://dbpedia.org/resource/VeggieTales_in_the_City", "http://dbpedia.org/resource/VeggieTales_in_the_House", "http://dbpedia.org/resource/Veiled_Ambition", "http://dbpedia.org/resource/Veintea\u00f1ero_a_los_40", "http://dbpedia.org/resource/Velasco-class_cruiser", "http://dbpedia.org/resource/Velho_Chico", "http://dbpedia.org/resource/Vella_Raja", "http://dbpedia.org/resource/Vellai_Thamarai", "http://dbpedia.org/resource/Vellai_Yaanai", "http://dbpedia.org/resource/Velo_Sound_Station", "http://dbpedia.org/resource/Velo_de_novia", "http://dbpedia.org/resource/Velo_de_novia_(1971_TV_series)", "http://dbpedia.org/resource/Velorama_(film)", "http://dbpedia.org/resource/Velshi_(TV_program)", "http://dbpedia.org/resource/Velunachi", "http://dbpedia.org/resource/Velvet_(TV_series)", "http://dbpedia.org/resource/Velvet_(film)", "http://dbpedia.org/resource/Velvet_Colecci\u00f3n", "http://dbpedia.org/resource/Velvet_Soup", "http://dbpedia.org/resource/Velveteen_&_Mandala", "http://dbpedia.org/resource/Vem_tror_du_att_du_\u00e4r%3F", "http://dbpedia.org/resource/Vem_vet_mest%3F", "http://dbpedia.org/resource/Vem_vill_bli_miljon\u00e4r%3F", "http://dbpedia.org/resource/Ven_conmigo_(TV_series)", "http://dbpedia.org/resource/Vencer_el_desamor", "http://dbpedia.org/resource/Vencer_el_miedo", "http://dbpedia.org/resource/Vencer_el_pasado", "http://dbpedia.org/resource/Vencer_la_ausencia", "http://dbpedia.org/resource/Vendetta:_Secrets_of_a_Mafia_Bride", "http://dbpedia.org/resource/Vendetta:_Truth,_Lies_and_The_Mafia", "http://dbpedia.org/resource/Vendetta_(1999_film)", "http://dbpedia.org/resource/Vendetta_(Armenian_TV_series)", "http://dbpedia.org/resource/Veneno_(TV_series)", "http://dbpedia.org/resource/Venga_Juan", "http://dbpedia.org/resource/Venga_la_alegr\u00eda", "http://dbpedia.org/resource/Venganza_(TV_series)", "http://dbpedia.org/resource/Vengeance_Unlimited", "http://dbpedia.org/resource/Venice:_The_Series", "http://dbpedia.org/resource/Venice_24/7", "http://dbpedia.org/resource/Venice_Medical", "http://dbpedia.org/resource/Venom_(comic_book)", "http://dbpedia.org/resource/Vent_(radio_series)", "http://dbpedia.org/resource/Ventdelpl\u00e0", "http://dbpedia.org/resource/Vento_di_ponente_(TV_series)", "http://dbpedia.org/resource/Venus_5", "http://dbpedia.org/resource/Venus_Capriccio", "http://dbpedia.org/resource/Venus_Observed", "http://dbpedia.org/resource/Venus_Versus_Virus", "http://dbpedia.org/resource/Venus_Wars", "http://dbpedia.org/resource/Venus_und_Adonis", "http://dbpedia.org/resource/Veo_c\u00f3mo_cantas", "http://dbpedia.org/resource/Vera_(TV_series)", "http://dbpedia.org/resource/Vera_of_Las_Vegas", "http://dbpedia.org/resource/Vera_sto_Dexi", "http://dbpedia.org/resource/Verano_azul", "http://dbpedia.org/resource/Verano_de_amor", "http://dbpedia.org/resource/Verano_del_'98", "http://dbpedia.org/resource/Verbotene_Liebe", "http://dbpedia.org/resource/Verbum_nobile", "http://dbpedia.org/resource/Verdad_oculta", "http://dbpedia.org/resource/Verdades_Secretas", "http://dbpedia.org/resource/Verdades_Secretas_(telenovela)", "http://dbpedia.org/resource/Verdades_ocultas", "http://dbpedia.org/resource/Verdeja", "http://dbpedia.org/resource/Verdict_(TV_series)", "http://dbpedia.org/resource/Vereda_Tropical", "http://dbpedia.org/resource/Verg\u00fcenza_(TV_series)", "http://dbpedia.org/resource/Verg\u00fcenza_Ajena:_Made_in_Spain", "http://dbpedia.org/resource/Verissimo_(TV_series)", "http://dbpedia.org/resource/Veritas:_The_Quest", "http://dbpedia.org/resource/Verliebt_in_Berlin", "http://dbpedia.org/resource/Vermilion_Lakes", "http://dbpedia.org/resource/Vermilion_Pleasure_Night", "http://dbpedia.org/resource/Verminators", "http://dbpedia.org/resource/Vermont_Mozart_Festival", "http://dbpedia.org/resource/Verna:_USO_Girl", "http://dbpedia.org/resource/Veronica's_Closet", "http://dbpedia.org/resource/Veronica_Clare", "http://dbpedia.org/resource/Veronica_Mars", "http://dbpedia.org/resource/Verr\u00fcckt_nach_Clara", "http://dbpedia.org/resource/Versailles_(TV_series)", "http://dbpedia.org/resource/Versatile_Varieties", "http://dbpedia.org/resource/Verschollen", "http://dbpedia.org/resource/Versus_Debates", "http://dbpedia.org/resource/Vertige_(TV_series)", "http://dbpedia.org/resource/Very_Big_Very_Soon", "http://dbpedia.org/resource/Very_British_Problems", "http://dbpedia.org/resource/Very_Cavallari", "http://dbpedia.org/resource/Very_Important_People", "http://dbpedia.org/resource/Very_Mary-Kate", "http://dbpedia.org/resource/Very_Small_Business_(TV_series)", "http://dbpedia.org/resource/Ver\u00e3o_90", "http://dbpedia.org/resource/Ver\u00f3nica_(TV_series)", "http://dbpedia.org/resource/Vespertinas", "http://dbpedia.org/resource/Vesti_(VGTRK)", "http://dbpedia.org/resource/Vetri_(season_2)", "http://dbpedia.org/resource/Vetri_(season_3)", "http://dbpedia.org/resource/Vets_in_Practice", "http://dbpedia.org/resource/Vettai:_Pledged_to_Hunt", "http://dbpedia.org/resource/Vettai:_The_Force", "http://dbpedia.org/resource/Vettai_(TV_series)", "http://dbpedia.org/resource/Vetterli_rifle", "http://dbpedia.org/resource/Vexed", "http://dbpedia.org/resource/Ve\u010de_sa_Ivanom_Ivanovi\u0107em", "http://dbpedia.org/resource/Vi_hade_i_alla_fall_tur_med_v\u00e4dret", "http://dbpedia.org/resource/Vi_p\u00e5_Saltkr\u00e5kan", "http://dbpedia.org/resource/Via_Zanardi_33", "http://dbpedia.org/resource/Vibe_(talk_show)", "http://dbpedia.org/resource/Vic_Reeves'_House_Arrest", "http://dbpedia.org/resource/Vic_Reeves_Big_Night_Out", "http://dbpedia.org/resource/Vic_the_Viking", "http://dbpedia.org/resource/Vice_(TV_series)", "http://dbpedia.org/resource/Vice_News_Tonight", "http://dbpedia.org/resource/Vice_Principals", "http://dbpedia.org/resource/Vicini_di_casa", "http://dbpedia.org/resource/Vicious_(American_TV_series)", "http://dbpedia.org/resource/Vicious_(TV_series)", "http://dbpedia.org/resource/Vicious_Circle_(1999_film)", "http://dbpedia.org/resource/Vickers-Carden-Loyd_Light_Amphibious_Tank", "http://dbpedia.org/resource/Vickers_MBT", "http://dbpedia.org/resource/Vicki!", "http://dbpedia.org/resource/Vicky_&_Vetaal", "http://dbpedia.org/resource/Vicky_Ki_Taxi", "http://dbpedia.org/resource/Vicky_the_Viking", "http://dbpedia.org/resource/Victim_(web_series)", "http://dbpedia.org/resource/Victim_Number_8", "http://dbpedia.org/resource/Victim_of_Love_(1991_film)", "http://dbpedia.org/resource/Victims_(film)", "http://dbpedia.org/resource/Victims_for_Victims:_The_Theresa_Saldana_Story", "http://dbpedia.org/resource/Victor/Victoria_(1995_film)", "http://dbpedia.org/resource/Victor_&_Hugo:_Bunglers_in_Crime", "http://dbpedia.org/resource/Victor_&_Maria", "http://dbpedia.org/resource/Victor_(2008_film)", "http://dbpedia.org/resource/Victor_Magtanggol", "http://dbpedia.org/resource/Victor_and_Valentino", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2002", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2003", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2005", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2006", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2010", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2013", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2014", "http://dbpedia.org/resource/Victoria's_Secret_Fashion_Show_2015", "http://dbpedia.org/resource/Victoria's_Secret_Swim_Special", "http://dbpedia.org/resource/Victoria_&_Albert_(TV_serial)", "http://dbpedia.org/resource/Victoria_(2007_TV_series)", "http://dbpedia.org/resource/Victoria_(British_TV_series)", "http://dbpedia.org/resource/Victoria_(Mexican_TV_series)", "http://dbpedia.org/resource/Victoria_(miniseries)", "http://dbpedia.org/resource/Victoria_Arches", "http://dbpedia.org/resource/Victoria_Beckham:_Coming_to_America", "http://dbpedia.org/resource/Victoria_Cross_Heroes", "http://dbpedia.org/resource/Victoria_Derbyshire_(TV_programme)", "http://dbpedia.org/resource/Victoria_International_College", "http://dbpedia.org/resource/Victoria_Regina_(film)", "http://dbpedia.org/resource/Victoria_Wood's_All_Day_Breakfast", "http://dbpedia.org/resource/Victoria_Wood's_Mid_Life_Christmas", "http://dbpedia.org/resource/Victoria_Wood:_As_Seen_on_TV", "http://dbpedia.org/resource/Victoria_Wood_(1989_TV_series)", "http://dbpedia.org/resource/Victoria_Wood_As_Seen_On_TV", "http://dbpedia.org/resource/Victoria_Wood_with_All_the_Trimmings", "http://dbpedia.org/resource/Victorian_Farm", "http://dbpedia.org/resource/Victorian_Pharmacy", "http://dbpedia.org/resource/Victorinos", "http://dbpedia.org/resource/Victorious", "http://dbpedia.org/resource/Victory_Tests", "http://dbpedia.org/resource/Victory_at_Entebbe", "http://dbpedia.org/resource/Victory_at_Sea", "http://dbpedia.org/resource/Victory_of_the_Daleks", "http://dbpedia.org/resource/Vida_(TV_series)", "http://dbpedia.org/resource/Vida_por_vida", "http://dbpedia.org/resource/Vida_robada_(1961_TV_series)", "http://dbpedia.org/resource/Vida_robada_(1991_TV_series)", "http://dbpedia.org/resource/Vidago_Palace_(TV_series)", "http://dbpedia.org/resource/Vidas_Cruzadas_(web_series)", "http://dbpedia.org/resource/Vidas_Cruzadas_(webnovela)", "http://dbpedia.org/resource/Vidas_Opostas", "http://dbpedia.org/resource/Vidas_Opostas_(TV_series)", "http://dbpedia.org/resource/Vidas_cruzadas_(1963_TV_series)", "http://dbpedia.org/resource/Vidas_em_Jogo", "http://dbpedia.org/resource/Vidas_robadas", "http://dbpedia.org/resource/Vidas_robadas_(Mexican_TV_series)", "http://dbpedia.org/resource/Vidathu_Sirippu", "http://dbpedia.org/resource/Vidbir", "http://dbpedia.org/resource/VideoGaiden", "http://dbpedia.org/resource/Video_&_Arcade_Top_10", "http://dbpedia.org/resource/Video_Game_High_School", "http://dbpedia.org/resource/Video_Games_Live", "http://dbpedia.org/resource/Video_Girl_Ai", "http://dbpedia.org/resource/Video_Gospel", "http://dbpedia.org/resource/Video_Hits_(Australian_TV_series)", "http://dbpedia.org/resource/Video_Hits_(Canadian_TV_series)", "http://dbpedia.org/resource/Video_Jukebox_(TV_series)", "http://dbpedia.org/resource/Video_Justice", "http://dbpedia.org/resource/Video_Mods", "http://dbpedia.org/resource/Video_Music_Box", "http://dbpedia.org/resource/Video_Power", "http://dbpedia.org/resource/Video_Soul", "http://dbpedia.org/resource/Video_Star", "http://dbpedia.org/resource/Video_Village", "http://dbpedia.org/resource/Video_Voyeur", "http://dbpedia.org/resource/Video_Warrior_Laserion", "http://dbpedia.org/resource/Video_loco_(Chilean_TV_program)", "http://dbpedia.org/resource/Video_on_Trial", "http://dbpedia.org/resource/Videocheck", "http://dbpedia.org/resource/Videogame_Nation_(TV_programme)", "http://dbpedia.org/resource/Videomatch", "http://dbpedia.org/resource/Videopolis_(TV_series)", "http://dbpedia.org/resource/Videos_After_Dark", "http://dbpedia.org/resource/Vidhi_(TV_series)", "http://dbpedia.org/resource/Vidhya_No.1", "http://dbpedia.org/resource/Vidiot", "http://dbpedia.org/resource/Vidrohi_(TV_series)", "http://dbpedia.org/resource/Vidya_(TV_series)", "http://dbpedia.org/resource/Vieni_via_con_me", "http://dbpedia.org/resource/Vienna_Blood_(TV_series)", "http://dbpedia.org/resource/Vier_Frauen_und_ein_Todesfall", "http://dbpedia.org/resource/Vier_gegen_Z", "http://dbpedia.org/resource/Vier_gegen_die_Bank_(1976_film)", "http://dbpedia.org/resource/Viernes_de_F\u00fatbol", "http://dbpedia.org/resource/Viestur_Kairish", "http://dbpedia.org/resource/Vietnam's_Got_Talent", "http://dbpedia.org/resource/Vietnam's_Next_Top_Model", "http://dbpedia.org/resource/Vietnam:_A_Television_History", "http://dbpedia.org/resource/Vietnam:_The_Ten_Thousand_Day_War", "http://dbpedia.org/resource/Vietnam_(miniseries)", "http://dbpedia.org/resource/Vietnam_Idol", "http://dbpedia.org/resource/Vietnam_Rose", "http://dbpedia.org/resource/Vietnam_in_HD", "http://dbpedia.org/resource/Viewpoint_(Australian_TV_program)", "http://dbpedia.org/resource/Viewpoint_(British_TV_series)", "http://dbpedia.org/resource/Viewpoint_(Canadian_TV_program)", "http://dbpedia.org/resource/Viewpoint_(Philippine_TV_program)", "http://dbpedia.org/resource/Viewpoint_(talk_show)", "http://dbpedia.org/resource/Vighnaharta_Ganesh", "http://dbpedia.org/resource/Vigil_(TV_series)", "http://dbpedia.org/resource/Vigilante_Force_(TV_series)", "http://dbpedia.org/resource/Vijay_(TV_series)", "http://dbpedia.org/resource/Vijay_Chithiram", "http://dbpedia.org/resource/Vijay_Kaaviya_Neram", "http://dbpedia.org/resource/Vijay_Stars_Kondattam", "http://dbpedia.org/resource/Vijf_tegen_Vijf", "http://dbpedia.org/resource/Viking:_The_Ultimate_Obstacle_Course", "http://dbpedia.org/resource/Vikings:_Valhalla", "http://dbpedia.org/resource/Vikings_(2012_TV_series)", "http://dbpedia.org/resource/Vikings_(TV_documentary_series)", "http://dbpedia.org/resource/Vikings_(TV_series)", "http://dbpedia.org/resource/Vikings_(season_1)", "http://dbpedia.org/resource/Vikki_RPM", "http://dbpedia.org/resource/Vikram_Aur_Betaal", "http://dbpedia.org/resource/Vikram_Betaal_Ki_Rahasya_Gatha", "http://dbpedia.org/resource/Vila_Madalena_(TV_series)", "http://dbpedia.org/resource/Vila_S\u00e9samo", "http://dbpedia.org/resource/Vilakku_Vacha_Nerathula", "http://dbpedia.org/resource/Vilangu_(web_series)", "http://dbpedia.org/resource/Vild_med_dans", "http://dbpedia.org/resource/Villa_Arzilla", "http://dbpedia.org/resource/Villa_Dulce", "http://dbpedia.org/resource/Villa_Para\u00edso", "http://dbpedia.org/resource/Villa_Quintana", "http://dbpedia.org/resource/Villa_Quintana_(2013_TV_series)", "http://dbpedia.org/resource/Villa_To_Village", "http://dbpedia.org/resource/Village_Barn", "http://dbpedia.org/resource/Village_Hall_(TV_series)", "http://dbpedia.org/resource/Village_Survival,_the_Eight", "http://dbpedia.org/resource/Village_Vets_Australia", "http://dbpedia.org/resource/Village_Wooing_(1962_film)", "http://dbpedia.org/resource/Village_of_the_Damned:_Welcome_to_Dryden", "http://dbpedia.org/resource/Village_of_the_Missing", "http://dbpedia.org/resource/Villainous_(TV_series)", "http://dbpedia.org/resource/Villains_(TV_series)", "http://dbpedia.org/resource/Ville_vesten", "http://dbpedia.org/resource/Vilma_(Philippine_TV_program)", "http://dbpedia.org/resource/Vina_Vidai_Vettai", "http://dbpedia.org/resource/Vina_Vidai_Vettai_Juniors", "http://dbpedia.org/resource/Vina_Vidai_Vettai_Juniors_(season_2)", "http://dbpedia.org/resource/Vince_Lombardi_Trophy", "http://dbpedia.org/resource/Vince_and_Kath", "http://dbpedia.org/resource/Vincent_(TV_series)", "http://dbpedia.org/resource/Vincent_(opera)", "http://dbpedia.org/resource/Vincent_and_the_Doctor", "http://dbpedia.org/resource/Vincenzo_(TV_series)", "http://dbpedia.org/resource/Vinicius_para_Crian\u00e7as_-_Arca_de_No\u00e9", "http://dbpedia.org/resource/Vinko_Coce", "http://dbpedia.org/resource/Vinland_Saga_(manga)", "http://dbpedia.org/resource/Vinnaithaandi_Varuvaayaa_(TV_series)", "http://dbpedia.org/resource/Vinnie_&_Bobby", "http://dbpedia.org/resource/Vino_el_amor", "http://dbpedia.org/resource/Vinyl_(TV_series)", "http://dbpedia.org/resource/Viola_(opera)", "http://dbpedia.org/resource/Violanta", "http://dbpedia.org/resource/Violeta_Violeta", "http://dbpedia.org/resource/Violetta_(TV_series)", "http://dbpedia.org/resource/Violine", "http://dbpedia.org/resource/Viper's_Creed", "http://dbpedia.org/resource/Viper_(TV_series)", "http://dbpedia.org/resource/Vipers_(film)", "http://dbpedia.org/resource/Vipul-class_barge", "http://dbpedia.org/resource/Viraasat_(2006_TV_series)", "http://dbpedia.org/resource/Viral_(web_series)", "http://dbpedia.org/resource/Viral_Scandal", "http://dbpedia.org/resource/Viral_Tap", "http://dbpedia.org/resource/Virals", "http://dbpedia.org/resource/Virasaat_(2002_TV_series)", "http://dbpedia.org/resource/Virgin_1_Presents....", "http://dbpedia.org/resource/Virgin_Ambient_series", "http://dbpedia.org/resource/Virgin_Bhasskar", "http://dbpedia.org/resource/Virgin_Bhasskar_2", "http://dbpedia.org/resource/Virgin_Fleet", "http://dbpedia.org/resource/Virgin_Media_News", "http://dbpedia.org/resource/Virgin_Media_News_at_5.30", "http://dbpedia.org/resource/Virgin_Media_News_at_8.00", "http://dbpedia.org/resource/Virgin_River_(TV_series)", "http://dbpedia.org/resource/Virgin_Territory_(TV_series)", "http://dbpedia.org/resource/Virgin_of_the_Secret_Service", "http://dbpedia.org/resource/Virginia,_la_monaca_di_Monza", "http://dbpedia.org/resource/Virginia-class_cruiser", "http://dbpedia.org/resource/Virginia_(Montero)", "http://dbpedia.org/resource/Virginia_Conventions", "http://dbpedia.org/resource/Virginia_Resolves", "http://dbpedia.org/resource/Virginia_Slave_Codes_of_1705", "http://dbpedia.org/resource/Virginie", "http://dbpedia.org/resource/Virrudh", "http://dbpedia.org/resource/Virtua_Fighter", "http://dbpedia.org/resource/Virtual_Hero", "http://dbpedia.org/resource/Virtual_Murder_(TV_series)", "http://dbpedia.org/resource/Virtual_Obsession", "http://dbpedia.org/resource/Virtual_Seduction", "http://dbpedia.org/resource/Virtuality_(film)", "http://dbpedia.org/resource/Virtually_Famous", "http://dbpedia.org/resource/Virtues_of_Harmony", "http://dbpedia.org/resource/Virtues_of_Harmony_II", "http://dbpedia.org/resource/Virus_(1995_film)", "http://dbpedia.org/resource/Vis_Unda_20000%3F", "http://dbpedia.org/resource/Vis_a_vis:_El_Oasis", "http://dbpedia.org/resource/Visaal", "http://dbpedia.org/resource/Vish_(TV_series)", "http://dbpedia.org/resource/Vish_Ya_Amrit:_Sitara", "http://dbpedia.org/resource/Vishkanya_Ek_Anokhi_Prem_Kahani", "http://dbpedia.org/resource/Vishnu_Puran_(TV_series)", "http://dbpedia.org/resource/Vishwamitra_(TV_series)", "http://dbpedia.org/resource/Visible:_Out_on_Television", "http://dbpedia.org/resource/Visible_Vote_'08:_A_Presidential_Forum", "http://dbpedia.org/resource/Vision_On", "http://dbpedia.org/resource/Visionaries:_Knights_of_the_Magical_Light", "http://dbpedia.org/resource/Visionaries:_Small_Solutions_to_Enormously_Large_Problems", "http://dbpedia.org/resource/Visionary:_The_Video_Singles", "http://dbpedia.org/resource/Visions_(TV_series)", "http://dbpedia.org/resource/Visions_fugitives", "http://dbpedia.org/resource/Visions_of_Murder", "http://dbpedia.org/resource/Visions_of_Passion", "http://dbpedia.org/resource/Visions_of_the_Future", "http://dbpedia.org/resource/Visit_with_the_Armed_Forces", "http://dbpedia.org/resource/Visiting_Tutor", "http://dbpedia.org/resource/Vita_l\u00f6gner", "http://dbpedia.org/resource/Vital_Signs_(TV_series)", "http://dbpedia.org/resource/Vitamin_(TV_series)", "http://dbpedia.org/resource/Vitamin_Club", "http://dbpedia.org/resource/Vitimbi", "http://dbpedia.org/resource/Vitthal_Teedi", "http://dbpedia.org/resource/Vittorio_Orlandi", "http://dbpedia.org/resource/Vit\u00f3ria_(2014_TV_series)", "http://dbpedia.org/resource/ViuTV_News", "http://dbpedia.org/resource/Viudas_e_hijos_del_Rock_&_Roll", "http://dbpedia.org/resource/Viva_Cabaret", "http://dbpedia.org/resource/Viva_La_Bam", "http://dbpedia.org/resource/Viva_Laughlin", "http://dbpedia.org/resource/Viva_Le_Famille", "http://dbpedia.org/resource/Viva_Pi\u00f1ata", "http://dbpedia.org/resource/Viva_Pi\u00f1ata_(TV_series)", "http://dbpedia.org/resource/Viva_S_Club", "http://dbpedia.org/resource/Viva_Valdez", "http://dbpedia.org/resource/Viva_Variety", "http://dbpedia.org/resource/Viva_Vietnam:_A_White_Trash_Adventure_Tour", "http://dbpedia.org/resource/Viva_el_lunes", "http://dbpedia.org/resource/Viva_la_Bands", "http://dbpedia.org/resource/Viva_la_Diva_(Darcey_Bussell_and_Katherine_Jenkins)", "http://dbpedia.org/resource/Viva_la_Ma\u00f1ana", "http://dbpedia.org/resource/Viva_la_Pepa", "http://dbpedia.org/resource/Vive_la_colo_!", "http://dbpedia.org/resource/Viver_a_Vida", "http://dbpedia.org/resource/Vivere_(TV_series)", "http://dbpedia.org/resource/Viviana_(TV_series)", "http://dbpedia.org/resource/Vividred_Operation", "http://dbpedia.org/resource/Vivimos_en_una_estrella", "http://dbpedia.org/resource/Vivir_a_destiempo", "http://dbpedia.org/resource/Vivir_enamorada", "http://dbpedia.org/resource/Vivir_para_amar", "http://dbpedia.org/resource/Vivir_un_poco", "http://dbpedia.org/resource/Vivo_Por_Elena", "http://dbpedia.org/resource/Vixen_(web_series)", "http://dbpedia.org/resource/Vixens", "http://dbpedia.org/resource/Viza_za_budu\u0107nost", "http://dbpedia.org/resource/Vi\u0146as_melo_lab\u0101k", "http://dbpedia.org/resource/Vlaamse_Hollywood_Vrouwen", "http://dbpedia.org/resource/Vlad_Taltos", "http://dbpedia.org/resource/Vlora_War", "http://dbpedia.org/resource/Vober_Hat", "http://dbpedia.org/resource/Vocal_Play", "http://dbpedia.org/resource/Vocal_War:_God's_Voice", "http://dbpedia.org/resource/Vocal_warm_up", "http://dbpedia.org/resource/Vocea_Rom\u00e2niei", "http://dbpedia.org/resource/Vocea_Rom\u00e2niei_Junior", "http://dbpedia.org/resource/Voces_en_Funci\u00f3n", "http://dbpedia.org/resource/Voc\u00ea_Decide", "http://dbpedia.org/resource/Vodafone_M.I.C", "http://dbpedia.org/resource/Voetbal_Inside", "http://dbpedia.org/resource/Voglia_di_Volare", "http://dbpedia.org/resource/Voglia_di_vivere", "http://dbpedia.org/resource/Voice:_110_Emergency_Control_Room", "http://dbpedia.org/resource/Voice_(TV_series)", "http://dbpedia.org/resource/Voice_Over_Man", "http://dbpedia.org/resource/Voice_of_Prophecy", "http://dbpedia.org/resource/Voice_of_Punjab", "http://dbpedia.org/resource/Voice_or_Noise", "http://dbpedia.org/resource/Voice_\u2013_Danmarks_st\u00f8rste_stemme", "http://dbpedia.org/resource/Voicelugger", "http://dbpedia.org/resource/Voices_Within:_The_Lives_of_Truddi_Chase", "http://dbpedia.org/resource/Voices_of_Fire_(TV_series)", "http://dbpedia.org/resource/Voices_of_Our_Future", "http://dbpedia.org/resource/Voir_(TV_series)", "http://dbpedia.org/resource/Volcano:_Fire_on_the_Mountain", "http://dbpedia.org/resource/Volcano_House", "http://dbpedia.org/resource/Volcano_Live", "http://dbpedia.org/resource/Volcano_and_Ryukyu_Islands_campaign", "http://dbpedia.org/resource/Volkswagen_Scirocco_R-Cup", "http://dbpedia.org/resource/Volleyball_Lover", "http://dbpedia.org/resource/Volo_di_notte", "http://dbpedia.org/resource/Volta_(TV_series)", "http://dbpedia.org/resource/Voltea_pa'_que_te_enamores", "http://dbpedia.org/resource/Voltea_pa'_que_te_enamores_(2014_TV_series)", "http://dbpedia.org/resource/Voltes_V:_Legacy", "http://dbpedia.org/resource/Voltron", "http://dbpedia.org/resource/Voltron:_Fleet_of_Doom", "http://dbpedia.org/resource/Voltron:_Legendary_Defender", "http://dbpedia.org/resource/Voltron:_The_Third_Dimension", "http://dbpedia.org/resource/Voltron_(TV_series)", "http://dbpedia.org/resource/Voltron_Force", "http://dbpedia.org/resource/Volume_One_(TV_series)", "http://dbpedia.org/resource/Volume_Up_(radio_show)", "http://dbpedia.org/resource/Volver_a_Empezar_(TV_series)", "http://dbpedia.org/resource/Volver_a_amar", "http://dbpedia.org/resource/Volver_a_vivir_(TV_series)", "http://dbpedia.org/resource/Volvo_Brage", "http://dbpedia.org/resource/Volvo_F85", "http://dbpedia.org/resource/Volvo_F88", "http://dbpedia.org/resource/Volvo_Snabbe", "http://dbpedia.org/resource/Von_heute_auf_morgen", "http://dbpedia.org/resource/Voodoo_Dollz", "http://dbpedia.org/resource/Voodoo_Moon", "http://dbpedia.org/resource/Vor-Tech:_Undercover_Conversion_Squad", "http://dbpedia.org/resource/Voronin's_Family", "http://dbpedia.org/resource/Vota_Juan", "http://dbpedia.org/resource/Vote_Match", "http://dbpedia.org/resource/Votre_Faust", "http://dbpedia.org/resource/Vourate_Geitonoi", "http://dbpedia.org/resource/Vox_Populi_(SBS_Current_Affairs_program)", "http://dbpedia.org/resource/Voyage_(1993_film)", "http://dbpedia.org/resource/Voyage_Trekkers", "http://dbpedia.org/resource/Voyage_of_Terror", "http://dbpedia.org/resource/Voyage_of_Terror:_The_Achille_Lauro_Affair", "http://dbpedia.org/resource/Voyage_of_the_Damned_(Doctor_Who)", "http://dbpedia.org/resource/Voyage_of_the_Space_Bubble", "http://dbpedia.org/resource/Voyage_to_the_Bottom_of_the_Sea_(TV_series)", "http://dbpedia.org/resource/Voyagers!", "http://dbpedia.org/resource/Vrati\u0107e_se_rode", "http://dbpedia.org/resource/Vremya", "http://dbpedia.org/resource/VriendenLoterij_Miljonairs", "http://dbpedia.org/resource/Vroom_Vroom_(TV_series)", "http://dbpedia.org/resource/Vru\u0107_vetar", "http://dbpedia.org/resource/Vs._(game_show)", "http://dbpedia.org/resource/Vua_ti\u1ebfng_Vi\u1ec7t", "http://dbpedia.org/resource/Vuelo_secreto", "http://dbpedia.org/resource/Vuelta_a_Mallorca", "http://dbpedia.org/resource/Vuelve_temprano", "http://dbpedia.org/resource/Vuelve_temprano_(Mexican_TV_series)", "http://dbpedia.org/resource/Vuk_Karad\u017ei\u0107_(TV_series)", "http://dbpedia.org/resource/Vurgun_(web_series)", "http://dbpedia.org/resource/Vuslat", "http://dbpedia.org/resource/Vu\u00e9lveme_a_querer_(TV_series)", "http://dbpedia.org/resource/Vzglyad_(Russian_TV_program)", "http://dbpedia.org/resource/V\u00e1lgame_Dios", "http://dbpedia.org/resource/V\u00e4gen_till_Gyllenbl\u00e5!", "http://dbpedia.org/resource/V\u00e4nner_och_fiender", "http://dbpedia.org/resource/V\u00e4rsta_spr\u00e5ket", "http://dbpedia.org/resource/V\u00e4ter_und_S\u00f6hne_\u2013_Eine_deutsche_Trag\u00f6die", "http://dbpedia.org/resource/V\u00e5g_og_vinn", "http://dbpedia.org/resource/V\u00e5r_tid_\u00e4r_nu", "http://dbpedia.org/resource/V\u00e9nus_et_Adonis", "http://dbpedia.org/resource/V\u00e9ro", "http://dbpedia.org/resource/V\u00e9rtigo_(TV_series)", "http://dbpedia.org/resource/V\u00e9u_de_Noiva", "http://dbpedia.org/resource/V\u00edctor_C\u00e1mara", "http://dbpedia.org/resource/V\u00edctor_Ros", "http://dbpedia.org/resource/V\u00eddeo_Show", "http://dbpedia.org/resource/V\u011b\u0159\u00ed\u0161_si%3F", "http://dbpedia.org/resource/W*A*L*T*E*R", "http://dbpedia.org/resource/W.E.B.", "http://dbpedia.org/resource/W.I.T.C.H._(TV_series)", "http://dbpedia.org/resource/W/_Bob_&_David", "http://dbpedia.org/resource/W00tstock", "http://dbpedia.org/resource/W1A_(TV_series)", "http://dbpedia.org/resource/W5_(TV_program)", "http://dbpedia.org/resource/WAGS_(TV_series)", "http://dbpedia.org/resource/WAGS_Atlanta", "http://dbpedia.org/resource/WAGS_Miami", "http://dbpedia.org/resource/WAG_Nation", "http://dbpedia.org/resource/WAGs_Boutique", "http://dbpedia.org/resource/WCG_Ultimate_Gamer", "http://dbpedia.org/resource/WCW_All_Nighter", "http://dbpedia.org/resource/WCW_Main_Event", "http://dbpedia.org/resource/WCW_Monday_Nitro", "http://dbpedia.org/resource/WCW_Power_Hour", "http://dbpedia.org/resource/WCW_Prime", "http://dbpedia.org/resource/WCW_Pro", "http://dbpedia.org/resource/WCW_Saturday_Night", "http://dbpedia.org/resource/WCW_Thunder", "http://dbpedia.org/resource/WCW_WorldWide", "http://dbpedia.org/resource/WDAZ-TV", "http://dbpedia.org/resource/WDIO-DT", "http://dbpedia.org/resource/WGN_Morning_News", "http://dbpedia.org/resource/WHIH_Newsfront", "http://dbpedia.org/resource/WHO_Radio_Wise_Guys", "http://dbpedia.org/resource/WIGS_(web_channel)", "http://dbpedia.org/resource/WIOU_(TV_series)", "http://dbpedia.org/resource/WITS_Academy", "http://dbpedia.org/resource/WKLL", "http://dbpedia.org/resource/WKRP_in_Cincinnati", "http://dbpedia.org/resource/WMAC_Masters", "http://dbpedia.org/resource/WMRA_World_Cup", "http://dbpedia.org/resource/WNBA_on_ABC", "http://dbpedia.org/resource/WNBA_on_ESPN", "http://dbpedia.org/resource/WNBA_on_Lifetime", "http://dbpedia.org/resource/WNBA_on_NBC", "http://dbpedia.org/resource/WNBA_on_Oxygen", "http://dbpedia.org/resource/WOMEN!", "http://dbpedia.org/resource/WOW!_(TV_series)", "http://dbpedia.org/resource/WOW:_The_CatholicTV_Challenge", "http://dbpedia.org/resource/WPC_56", "http://dbpedia.org/resource/WQMU", "http://dbpedia.org/resource/WTA_125K_series", "http://dbpedia.org/resource/WWE's_Most_Wanted_Treasures", "http://dbpedia.org/resource/WWE_205_Live", "http://dbpedia.org/resource/WWE_2K", "http://dbpedia.org/resource/WWE_Afterburn", "http://dbpedia.org/resource/WWE_Backstage", "http://dbpedia.org/resource/WWE_Bottom_Line", "http://dbpedia.org/resource/WWE_Confidential", "http://dbpedia.org/resource/WWE_Diva_Search", "http://dbpedia.org/resource/WWE_ECW", "http://dbpedia.org/resource/WWE_Experience", "http://dbpedia.org/resource/WWE_Free_for_All", "http://dbpedia.org/resource/WWE_Heat", "http://dbpedia.org/resource/WWE_Legends'_House", "http://dbpedia.org/resource/WWE_Legends_of_Wrestling", "http://dbpedia.org/resource/WWE_Madison_Square_Garden_Classics", "http://dbpedia.org/resource/WWE_Main_Event", "http://dbpedia.org/resource/WWE_Mixed_Match_Challenge", "http://dbpedia.org/resource/WWE_NXT", "http://dbpedia.org/resource/WWE_NXT_(TV_series)", "http://dbpedia.org/resource/WWE_NXT_Level_Up", "http://dbpedia.org/resource/WWE_Raw", "http://dbpedia.org/resource/WWE_Rivals", "http://dbpedia.org/resource/WWE_Saturday_Morning_Slam", "http://dbpedia.org/resource/WWE_Slam_City", "http://dbpedia.org/resource/WWE_SmackDown", "http://dbpedia.org/resource/WWE_Superstars", "http://dbpedia.org/resource/WWE_Tagged_Classics", "http://dbpedia.org/resource/WWE_Tough_Enough", "http://dbpedia.org/resource/WWE_Tribute_to_the_Troops", "http://dbpedia.org/resource/WWE_Velocity", "http://dbpedia.org/resource/WWE_Vintage", "http://dbpedia.org/resource/WWE_Wal3ooha", "http://dbpedia.org/resource/WWE_Workout_Series", "http://dbpedia.org/resource/WWE_Worlds_Collide_(series)", "http://dbpedia.org/resource/WWF_All_American_Wrestling", "http://dbpedia.org/resource/WWF_Championship_Wrestling", "http://dbpedia.org/resource/WWF_Hasbro_action_figures", "http://dbpedia.org/resource/WWF_Jakked/Metal", "http://dbpedia.org/resource/WWF_LiveWire", "http://dbpedia.org/resource/WWF_Mania", "http://dbpedia.org/resource/WWF_Prime_Time_Wrestling", "http://dbpedia.org/resource/WWF_Shotgun_Saturday_Night", "http://dbpedia.org/resource/WWF_Superstars_of_Wrestling", "http://dbpedia.org/resource/WWF_The_Main_Event", "http://dbpedia.org/resource/WWF_Wrestling_Challenge", "http://dbpedia.org/resource/WWF_on_MSG_Network", "http://dbpedia.org/resource/WWII_in_HD", "http://dbpedia.org/resource/WXSX-CA", "http://dbpedia.org/resource/WYSIWYG_(TV_series)", "http://dbpedia.org/resource/W_(TV_series)", "http://dbpedia.org/resource/W_Juliet", "http://dbpedia.org/resource/W_roli_g\u0142\u00f3wnej...", "http://dbpedia.org/resource/Wa$ted!_(American_TV_series)", "http://dbpedia.org/resource/Wa$ted!_(New_Zealand_TV_series)", "http://dbpedia.org/resource/Waada_(TV_series)", "http://dbpedia.org/resource/Waar_Parriwar", "http://dbpedia.org/resource/Waaris_(1999_TV_series)", "http://dbpedia.org/resource/Waaris_(2008_TV_series)", "http://dbpedia.org/resource/Waaris_(2008_Zee_TV_series)", "http://dbpedia.org/resource/Waaris_(2016_TV_series)", "http://dbpedia.org/resource/Wacaday", "http://dbpedia.org/resource/Wachamakulit", "http://dbpedia.org/resource/Wacko_(TV_series)", "http://dbpedia.org/resource/Wacky_Races_(1968_TV_series)", "http://dbpedia.org/resource/Wacky_Races_(2017_TV_series)", "http://dbpedia.org/resource/Waco:_Madman_or_Messiah", "http://dbpedia.org/resource/Waco_(miniseries)", "http://dbpedia.org/resource/Waco_Custom_Cabin_series", "http://dbpedia.org/resource/Waco_people", "http://dbpedia.org/resource/Wafa_(TV_series)", "http://dbpedia.org/resource/Waffle_(game_show)", "http://dbpedia.org/resource/Waffle_the_Wonder_Dog", "http://dbpedia.org/resource/Waffles_+_Mochi", "http://dbpedia.org/resource/Wag_Kukurap", "http://dbpedia.org/resource/Wagan_Land", "http://dbpedia.org/resource/Wagas", "http://dbpedia.org/resource/Wagaya_no_Rekishi", "http://dbpedia.org/resource/Wagle_Ki_Duniya", "http://dbpedia.org/resource/Wagle_Ki_Duniya_\u2013_Nayi_Peedhi_Naye_Kissey", "http://dbpedia.org/resource/Wagner_(film)", "http://dbpedia.org/resource/Wagon_Train", "http://dbpedia.org/resource/Wah!_Wah!_Kya_Baat_Hai!", "http://dbpedia.org/resource/Wah_Bhai_Wah_(TV_series)", "http://dbpedia.org/resource/Wah_Janaab", "http://dbpedia.org/resource/Wahlburgers", "http://dbpedia.org/resource/Wahlburgers_(TV_series)", "http://dbpedia.org/resource/Wahlgrens_v\u00e4rld", "http://dbpedia.org/resource/Waikiki_(film)", "http://dbpedia.org/resource/Wainwrights_On_The_Air", "http://dbpedia.org/resource/Waissman", "http://dbpedia.org/resource/Wait,_My_Youth", "http://dbpedia.org/resource/Wait_Till_Your_Father_Gets_Home", "http://dbpedia.org/resource/Wait_till_Your_Mother_Gets_Home!", "http://dbpedia.org/resource/Waiting_for_God_(TV_series)", "http://dbpedia.org/resource/Waiting_for_the_Barbarians_(opera)", "http://dbpedia.org/resource/Waiting_in_the_Summer", "http://dbpedia.org/resource/Wajh_al-Qamar", "http://dbpedia.org/resource/Waka_&_Tammy:_What_The_Flocka", "http://dbpedia.org/resource/Wakaba_Girl", "http://dbpedia.org/resource/Wakakozake", "http://dbpedia.org/resource/Wake,_Rattle,_and_Roll", "http://dbpedia.org/resource/Wake_Me_When_the_War_Is_Over", "http://dbpedia.org/resource/Wake_Up!_WA", "http://dbpedia.org/resource/Wake_Up_(TV_program)", "http://dbpedia.org/resource/Wake_Up_(TV_series)", "http://dbpedia.org/resource/Wake_Up_2", "http://dbpedia.org/resource/Wake_Up_Call_(2002_TV_program)", "http://dbpedia.org/resource/Wake_Up_Call_(2014_TV_series)", "http://dbpedia.org/resource/Wake_Up_Call_(TV_series)", "http://dbpedia.org/resource/Wake_Up_Ladies:_The_Series", "http://dbpedia.org/resource/Wake_Up_Ladies:_Very_Complicated", "http://dbpedia.org/resource/Wake_Up_with_Al", "http://dbpedia.org/resource/Wake_in_Fright_(miniseries)", "http://dbpedia.org/resource/Wakefield_(TV_series)", "http://dbpedia.org/resource/Wakey_Wakey_Campers", "http://dbpedia.org/resource/Wakfu_(TV_series)", "http://dbpedia.org/resource/Waking_the_Dead_(TV_series)", "http://dbpedia.org/resource/Wako_Wako", "http://dbpedia.org/resource/Waktu_Rehat", "http://dbpedia.org/resource/Waku_Waku_Volley", "http://dbpedia.org/resource/Wakusei_Robo_Danguard_Ace", "http://dbpedia.org/resource/Walang_Hanggan_(2003_TV_series)", "http://dbpedia.org/resource/Walang_Hanggan_(2012_TV_series)", "http://dbpedia.org/resource/Walang_Hanggang_Paalam", "http://dbpedia.org/resource/Walang_Iwanan", "http://dbpedia.org/resource/Walang_Iwanan_(TV_series)", "http://dbpedia.org/resource/Walang_Kapalit", "http://dbpedia.org/resource/Walang_Tulugan_with_the_Master_Showman", "http://dbpedia.org/resource/Walchensee-class_tanker", "http://dbpedia.org/resource/Waldheimat_(TV_series)", "http://dbpedia.org/resource/Wales_This_Week", "http://dbpedia.org/resource/Wales_Today", "http://dbpedia.org/resource/Wales_at_Six", "http://dbpedia.org/resource/Walk_cycle", "http://dbpedia.org/resource/Walk_on_the_Wild_Side_(TV_series)", "http://dbpedia.org/resource/Walk_the_Line_(TV_series)", "http://dbpedia.org/resource/Walk_the_Prank", "http://dbpedia.org/resource/Walker,_Texas_Ranger", "http://dbpedia.org/resource/Walker,_Texas_Ranger:_Trial_by_Fire", "http://dbpedia.org/resource/Walker:_Independence", "http://dbpedia.org/resource/Walker_(TV_series)", "http://dbpedia.org/resource/Walking_Britain's_Lost_Railways", "http://dbpedia.org/resource/Walking_Forward", "http://dbpedia.org/resource/Walking_Tall_(TV_series)", "http://dbpedia.org/resource/Walking_in_Circles", "http://dbpedia.org/resource/Walking_in_the_Kingdom", "http://dbpedia.org/resource/Walking_with...", "http://dbpedia.org/resource/Walking_with_Beasts", "http://dbpedia.org/resource/Walking_with_Cavemen", "http://dbpedia.org/resource/Walking_with_Dinosaurs", "http://dbpedia.org/resource/Walking_with_Monsters", "http://dbpedia.org/resource/Walkman_DD_Series", "http://dbpedia.org/resource/Walks_Around_Britain_(TV_series)", "http://dbpedia.org/resource/Wall_Street_Week", "http://dbpedia.org/resource/Wall_of_Chefs", "http://dbpedia.org/resource/Wall_of_Fame_(game_show)", "http://dbpedia.org/resource/Wallace_&_Gromit's_Musical_Marvels", "http://dbpedia.org/resource/Wallace_and_Gromit", "http://dbpedia.org/resource/Wallace_and_Gromit's_Cracking_Contraptions", "http://dbpedia.org/resource/Wallace_and_Gromit's_World_of_Invention", "http://dbpedia.org/resource/Wallander_(British_TV_series)", "http://dbpedia.org/resource/Wallander_(Swedish_TV_series)", "http://dbpedia.org/resource/Wallenberg:_A_Hero's_Story", "http://dbpedia.org/resource/Wallflowers_(web_series)", "http://dbpedia.org/resource/Walliams_&_Friend", "http://dbpedia.org/resource/Walls_of_Constantinople", "http://dbpedia.org/resource/Walls_of_Dubrovnik", "http://dbpedia.org/resource/Walls_of_Nicosia", "http://dbpedia.org/resource/Walls_of_Ston", "http://dbpedia.org/resource/Wally_Gator", "http://dbpedia.org/resource/Wallykazam!", "http://dbpedia.org/resource/Walt:_The_Man_Behind_the_Myth", "http://dbpedia.org/resource/Walt_Disney's_Mickey_Mouse", "http://dbpedia.org/resource/Walt_Disney_(film)", "http://dbpedia.org/resource/Walt_Disney_anthology_television_series", "http://dbpedia.org/resource/Walter_&_Emily", "http://dbpedia.org/resource/Walter_(1982_film)", "http://dbpedia.org/resource/Walter_(2014_film)", "http://dbpedia.org/resource/Walter_Melon_(TV_series)", "http://dbpedia.org/resource/Walter_and_Tandoori", "http://dbpedia.org/resource/Walulis_(web_series)", "http://dbpedia.org/resource/Walulis_sieht_fern", "http://dbpedia.org/resource/Wan-chun", "http://dbpedia.org/resource/Wan_Jai_Gub_Nai_Jom_Ying", "http://dbpedia.org/resource/WandaVision", "http://dbpedia.org/resource/Wanda_Does_It", "http://dbpedia.org/resource/Wanda_at_Large", "http://dbpedia.org/resource/Wander_Over_Yonder", "http://dbpedia.org/resource/Wandering_Son", "http://dbpedia.org/resource/Wanderings_of_Sanmao", "http://dbpedia.org/resource/Wanderlust_(2006_film)", "http://dbpedia.org/resource/Wanderlust_(British_TV_series)", "http://dbpedia.org/resource/Wanderlust_(Irish_TV_series)", "http://dbpedia.org/resource/Wanderly_Wagon", "http://dbpedia.org/resource/Wandjina!", "http://dbpedia.org/resource/Wang's_Family", "http://dbpedia.org/resource/Wangan_Midnight", "http://dbpedia.org/resource/Wanna-Ben", "http://dbpedia.org/resource/Wanna_Be_a_VJ", "http://dbpedia.org/resource/Wanna_Bet%3F", "http://dbpedia.org/resource/Wanna_Come_In%3F", "http://dbpedia.org/resource/Wannabe_(TV_series)", "http://dbpedia.org/resource/Wannabe_Ryan", "http://dbpedia.org/resource/Wansapanataym", "http://dbpedia.org/resource/Want_a_Taste%3F", "http://dbpedia.org/resource/Wanted_(2005_TV_series)", "http://dbpedia.org/resource/Wanted_(2013_TV_program)", "http://dbpedia.org/resource/Wanted_(2016_Australian_TV_series)", "http://dbpedia.org/resource/Wanted_(2016_TV_series)", "http://dbpedia.org/resource/Wanted_(South_Korean_TV_series)", "http://dbpedia.org/resource/Wanted_(TV_series)", "http://dbpedia.org/resource/Wanted_(TV_show)", "http://dbpedia.org/resource/Wanted_(game_show)", "http://dbpedia.org/resource/Wanted_Dead_or_Alive_(TV_series)", "http://dbpedia.org/resource/Wanted_Down_Under", "http://dbpedia.org/resource/Wapta_Glacier", "http://dbpedia.org/resource/Waqt_Batayega_Kaun_Apna_Kaun_Paraya", "http://dbpedia.org/resource/War_&_Peace_(2016_TV_series)", "http://dbpedia.org/resource/War_Art_with_Eddie_Redmayne", "http://dbpedia.org/resource/War_Between_the_Provinces", "http://dbpedia.org/resource/War_Brides_(1980_film)", "http://dbpedia.org/resource/War_Feels_Like_War", "http://dbpedia.org/resource/War_Stories_(comics)", "http://dbpedia.org/resource/War_Stories_with_Oliver_North", "http://dbpedia.org/resource/War_Walks", "http://dbpedia.org/resource/War_Wolves", "http://dbpedia.org/resource/War_and_Beauty", "http://dbpedia.org/resource/War_and_Destiny", "http://dbpedia.org/resource/War_and_Peace_(1972_TV_series)", "http://dbpedia.org/resource/War_and_Peace_(2007_miniseries)", "http://dbpedia.org/resource/War_and_Peace_(opera)", "http://dbpedia.org/resource/War_and_Remembrance_(miniseries)", "http://dbpedia.org/resource/War_in_Peace", "http://dbpedia.org/resource/War_of_Currents", "http://dbpedia.org/resource/War_of_Money", "http://dbpedia.org/resource/War_of_the_Century", "http://dbpedia.org/resource/War_of_the_Cities", "http://dbpedia.org/resource/War_of_the_Flemish_Succession", "http://dbpedia.org/resource/War_of_the_Genders", "http://dbpedia.org/resource/War_of_the_Limburg_Succession", "http://dbpedia.org/resource/War_of_the_Worlds_(1988_TV_series)", "http://dbpedia.org/resource/War_of_the_Worlds_(2019_TV_series)", "http://dbpedia.org/resource/War_of_the_Worlds_2:_The_Next_Wave", "http://dbpedia.org/resource/War_on_Waste", "http://dbpedia.org/resource/Waratte_Iitomo!", "http://dbpedia.org/resource/Warau_Inu", "http://dbpedia.org/resource/Warau_Michael", "http://dbpedia.org/resource/Warbirds_over_Wanaka", "http://dbpedia.org/resource/Warden_of_Red_Rock", "http://dbpedia.org/resource/Warehouse_13", "http://dbpedia.org/resource/Warehouse_13_(season_5)", "http://dbpedia.org/resource/Warhammer_40,000", "http://dbpedia.org/resource/Warhammer_Fantasy_(setting)", "http://dbpedia.org/resource/Wario_(franchise)", "http://dbpedia.org/resource/Waris_(serial)", "http://dbpedia.org/resource/Warm_Springs_(film)", "http://dbpedia.org/resource/Warm_and_Cozy", "http://dbpedia.org/resource/Warner_Archive_Collection", "http://dbpedia.org/resource/Warner_Bros._Presents", "http://dbpedia.org/resource/Warning:_Parental_Advisory", "http://dbpedia.org/resource/Warotenka", "http://dbpedia.org/resource/Warp_10:_Influences,_Classics,_Remixes", "http://dbpedia.org/resource/Warped!", "http://dbpedia.org/resource/Warped_Roadies", "http://dbpedia.org/resource/Warren_(TV_series)", "http://dbpedia.org/resource/Warren_Beatty:_Mister_Hollywood", "http://dbpedia.org/resource/Warren_United", "http://dbpedia.org/resource/Warren_the_Ape", "http://dbpedia.org/resource/Warrior_(TV_series)", "http://dbpedia.org/resource/Warrior_(miniseries)", "http://dbpedia.org/resource/Warrior_Baek_Dong-soo", "http://dbpedia.org/resource/Warrior_Challenge", "http://dbpedia.org/resource/Warrior_Nun_(TV_series)", "http://dbpedia.org/resource/Warrior_Queen", "http://dbpedia.org/resource/Warrior_of_Love_Rainbowman", "http://dbpedia.org/resource/Warrior_tracked_armoured_vehicle", "http://dbpedia.org/resource/Warriors_(1999_TV_series)", "http://dbpedia.org/resource/Warriors_(2009_TV_series)", "http://dbpedia.org/resource/Warriors_in_Transit", "http://dbpedia.org/resource/Warriors_of_Kudlak", "http://dbpedia.org/resource/Warriors_of_the_Yang_Clan", "http://dbpedia.org/resource/Wars_in_Lombardy", "http://dbpedia.org/resource/Wars_of_Bribery", "http://dbpedia.org/resource/Wars_of_In-Laws_II", "http://dbpedia.org/resource/Wars_of_In-laws", "http://dbpedia.org/resource/Wars_of_Li\u00e8ge", "http://dbpedia.org/resource/Wars_of_the_Delian_League", "http://dbpedia.org/resource/Wars_of_the_Diadochi", "http://dbpedia.org/resource/Wars_of_the_Roses", "http://dbpedia.org/resource/Warsaw_Shore", "http://dbpedia.org/resource/Warship_(1973_TV_series)", "http://dbpedia.org/resource/Warship_(2010_TV_series)", "http://dbpedia.org/resource/Wartime_Farm", "http://dbpedia.org/resource/Was_It_Love%3F", "http://dbpedia.org/resource/Was_It_Something_I_Said%3F_(panel_show)", "http://dbpedia.org/resource/Was_Justice_Denied%3F", "http://dbpedia.org/resource/Wasabi_Mon_Amour", "http://dbpedia.org/resource/Washington:_Behind_Closed_Doors", "http://dbpedia.org/resource/Washington_(miniseries)", "http://dbpedia.org/resource/Washington_Bridge_(Providence,_Rhode_Island)", "http://dbpedia.org/resource/Washington_Exclusive", "http://dbpedia.org/resource/Washington_Heights_(TV_series)", "http://dbpedia.org/resource/Washington_Journal", "http://dbpedia.org/resource/Washington_Report_(TV_series)", "http://dbpedia.org/resource/Washington_Watch_with_Roland_Martin", "http://dbpedia.org/resource/Washington_Week", "http://dbpedia.org/resource/Wasted_(British_TV_series)", "http://dbpedia.org/resource/Wasteland_(American_TV_series)", "http://dbpedia.org/resource/Wasteland_(Czech_TV_series)", "http://dbpedia.org/resource/Wata_Rauma", "http://dbpedia.org/resource/Wataha", "http://dbpedia.org/resource/Wataru_Seken_wa_Oni_Bakari", "http://dbpedia.org/resource/Watashi_no_Aozora", "http://dbpedia.org/resource/Watashi_wa_Shadow", "http://dbpedia.org/resource/Watatatow", "http://dbpedia.org/resource/Watch_Mr._Wizard", "http://dbpedia.org/resource/Watch_My_Chops", "http://dbpedia.org/resource/Watch_Over_Me", "http://dbpedia.org/resource/Watch_This_Space", "http://dbpedia.org/resource/Watch_What_Happens_Live_with_Andy_Cohen", "http://dbpedia.org/resource/Watch_Your_Mouth_(TV_series)", "http://dbpedia.org/resource/Watch_the_Sound_with_Mark_Ronson", "http://dbpedia.org/resource/Watch_with_Mother", "http://dbpedia.org/resource/Watchdog_(TV_programme)", "http://dbpedia.org/resource/Watchdog_(TV_series)", "http://dbpedia.org/resource/Watchdog_Test_House", "http://dbpedia.org/resource/Watcher_(TV_series)", "http://dbpedia.org/resource/Watching_(TV_series)", "http://dbpedia.org/resource/Watching_Ellie", "http://dbpedia.org/resource/Watchmen", "http://dbpedia.org/resource/Watchmen:_Motion_Comic", "http://dbpedia.org/resource/Watchmen:_The_End_Is_Nigh", "http://dbpedia.org/resource/Watchmen_(TV_series)", "http://dbpedia.org/resource/Water_(2006_film)", "http://dbpedia.org/resource/Water_Boys_(TV_series)", "http://dbpedia.org/resource/Water_Boys_2", "http://dbpedia.org/resource/Water_Boys_2005_Natsu", "http://dbpedia.org/resource/Water_Boyy:_The_Series", "http://dbpedia.org/resource/Water_Lilies_(Monet_series)", "http://dbpedia.org/resource/Water_Police_(Australian_TV_series)", "http://dbpedia.org/resource/Water_Polo_Yankees", "http://dbpedia.org/resource/Water_Rats_(TV_series)", "http://dbpedia.org/resource/Water_Under_the_Bridge_(miniseries)", "http://dbpedia.org/resource/Water_on_the_Table", "http://dbpedia.org/resource/Watercolour_Challenge", "http://dbpedia.org/resource/Waterfront_(miniseries)", "http://dbpedia.org/resource/Waterfront_Beat", "http://dbpedia.org/resource/Watergate_(TV_series)", "http://dbpedia.org/resource/Disney_Live", "http://dbpedia.org/resource/Disneymania_(series)", "http://dbpedia.org/resource/Disperatamente_Giulia", "http://dbpedia.org/resource/Display_list", "http://dbpedia.org/resource/Disposable_camera", "http://dbpedia.org/resource/Disputation_of_Barcelona", "http://dbpedia.org/resource/Distinguished_Service_to_Music_Medal", "http://dbpedia.org/resource/Dita_(TV_series)", "http://dbpedia.org/resource/Ditmar_Award", "http://dbpedia.org/resource/Dittsche", "http://dbpedia.org/resource/Diva_Las_Vegas", "http://dbpedia.org/resource/Diva_Starz", "http://dbpedia.org/resource/Dive_(TV_series)", "http://dbpedia.org/resource/Diver_Dan", "http://dbpedia.org/resource/Diversitas", "http://dbpedia.org/resource/Divide_Peaks", "http://dbpedia.org/resource/Divine_Canine", "http://dbpedia.org/resource/Divine_Right:_The_Adventures_of_Max_Faraday", "http://dbpedia.org/resource/Dixie_Series", "http://dbpedia.org/resource/Dizzy_(series)", "http://dbpedia.org/resource/Di\u00e1rio_da_Lexa", "http://dbpedia.org/resource/DjangoFest", "http://dbpedia.org/resource/Djinn_(comics)", "http://dbpedia.org/resource/Dmitry_Donskoy_(opera)", "http://dbpedia.org/resource/Dnepropetrovsk_Sputnik", "http://dbpedia.org/resource/Do_Go_On", "http://dbpedia.org/resource/Doberman_Deka", "http://dbpedia.org/resource/Dobol_A_sa_Dobol_B", "http://dbpedia.org/resource/Dobrynya_Nikitich_(opera)", "http://dbpedia.org/resource/Dobr\u00e1_\u010dtvr\u0165", "http://dbpedia.org/resource/Doc_Corkle", "http://dbpedia.org/resource/Doc_Potts", "http://dbpedia.org/resource/Doc_Savage", "http://dbpedia.org/resource/Doc_Zone", "http://dbpedia.org/resource/Dock_Walloper", "http://dbpedia.org/resource/Doctor*Ology", "http://dbpedia.org/resource/Doctor,_Doctor_(talk_show)", "http://dbpedia.org/resource/Doctor_Puppet", "http://dbpedia.org/resource/Doctor_Strange:_The_Oath", "http://dbpedia.org/resource/Doctor_Tomorrow", "http://dbpedia.org/resource/Doctor_Who:_The_Commentaries", "http://dbpedia.org/resource/Doctor_Who_Files", "http://dbpedia.org/resource/Doctor_Who_exhibitions", "http://dbpedia.org/resource/Doctors_to_Be", "http://dbpedia.org/resource/Doctors_to_Be:_20_Years_On", "http://dbpedia.org/resource/Doctrine_of_Labyrinths", "http://dbpedia.org/resource/Document_(TV_series)", "http://dbpedia.org/resource/Dog_Days_(opera)", "http://dbpedia.org/resource/Dog_Falls,_Glen_Affric", "http://dbpedia.org/resource/Dog_Star_Man", "http://dbpedia.org/resource/Dog_Tales", "http://dbpedia.org/resource/Dogs_of_War_(comics)", "http://dbpedia.org/resource/Dogwitch", "http://dbpedia.org/resource/Dogwoman", "http://dbpedia.org/resource/Doki_Doki_Penguin_Land", "http://dbpedia.org/resource/Dokkiri_Doctor", "http://dbpedia.org/resource/Doktor_Martin_(Czech_TV_series)", "http://dbpedia.org/resource/Doktor_Mugg", "http://dbpedia.org/resource/Doktor_Sleepless", "http://dbpedia.org/resource/Dolby_noise-reduction_system", "http://dbpedia.org/resource/Dolce_Vita_&_Co", "http://dbpedia.org/resource/Dolina_sunca", "http://dbpedia.org/resource/Dolores_Hernandez_Lecture_Series", "http://dbpedia.org/resource/Dolphin_Juice", "http://dbpedia.org/resource/Dom-2", "http://dbpedia.org/resource/California_Water_Wars", "http://dbpedia.org/resource/Call_911", "http://dbpedia.org/resource/Call_My_Bluff_(U.S._game_show)", "http://dbpedia.org/resource/Calypso_(telenovela)", "http://dbpedia.org/resource/Cambio_de_piel_(telenovela)", "http://dbpedia.org/resource/Cambodian_Campaign", "http://dbpedia.org/resource/Camila_(telenovela)", "http://dbpedia.org/resource/Camp_Orange_(UK_&_Ireland)", "http://dbpedia.org/resource/Campaign_at_the_Eastern_Foothills_of_Funiu_Mountain", "http://dbpedia.org/resource/Campbell_Brothers", "http://dbpedia.org/resource/Campbell_Brown_(TV_series)", "http://dbpedia.org/resource/Campeonato_Brasileiro_de_Turismo", "http://dbpedia.org/resource/Campeones_de_la_vida_(Mexican_telenovela)", "http://dbpedia.org/resource/Campion_(TV_series)", "http://dbpedia.org/resource/Can_We_Love%3F", "http://dbpedia.org/resource/Fervaal", "http://dbpedia.org/resource/Festspiel_Baden-Baden", "http://dbpedia.org/resource/Festum_Ovorum", "http://dbpedia.org/resource/Feuerdrachen", "http://dbpedia.org/resource/Fevey", "http://dbpedia.org/resource/Fiat-Abarth_750", "http://dbpedia.org/resource/Fiat_B.R.", "http://dbpedia.org/resource/Fibber_McGee_and_Molly", "http://dbpedia.org/resource/Field_camera", "http://dbpedia.org/resource/Fieracavalli", "http://dbpedia.org/resource/Fierrabras_(opera)", "http://dbpedia.org/resource/Fifth_series_of_the_new_Taiwan_dollar_banknote", "http://dbpedia.org/resource/Figaro_Gets_a_Divorce", "http://dbpedia.org/resource/Fight_Science", "http://dbpedia.org/resource/Fight_for_Fame", "http://dbpedia.org/resource/Fight_for_Tomorrow", "http://dbpedia.org/resource/Fighter's_History", "http://dbpedia.org/resource/Fighting_Beauty_Wulong", "http://dbpedia.org/resource/Fighting_Fantasy", "http://dbpedia.org/resource/File_on_4", "http://dbpedia.org/resource/FilmXtra_Uncut", "http://dbpedia.org/resource/Film_Noir_Classic_Collection", "http://dbpedia.org/resource/Film_Superlist", "http://dbpedia.org/resource/Film_chain", "http://dbpedia.org/resource/Filmfare_Award_for_Best_Director", "http://dbpedia.org/resource/Filmfare_Award_for_Best_Female_Debut", "http://dbpedia.org/resource/Filmo", "http://dbpedia.org/resource/Filum_terminale", "http://dbpedia.org/resource/Final_Crisis:_Legion_of_3_Worlds", "http://dbpedia.org/resource/Financial_roadshows", "http://dbpedia.org/resource/Finding_8", "http://dbpedia.org/resource/Finding_the_Fallen", "http://dbpedia.org/resource/FinePix_IS_Pro", "http://dbpedia.org/resource/FinePix_S1_Pro", "http://dbpedia.org/resource/FinePix_S2_Pro", "http://dbpedia.org/resource/FinePix_S3_Pro", "http://dbpedia.org/resource/FinePix_S5_Pro", "http://dbpedia.org/resource/FinePix_S9500", "http://dbpedia.org/resource/Fine_Prints_of_the_Year", "http://dbpedia.org/resource/Finkleman's_45s", "http://dbpedia.org/resource/Finnish_Touring_Car_Championship", "http://dbpedia.org/resource/Finnish_football_league_system", "http://dbpedia.org/resource/Finnish\u2013Novgorodian_wars", "http://dbpedia.org/resource/Fire_Brats", "http://dbpedia.org/resource/Fire_Crackers", "http://dbpedia.org/resource/Firekeeper_Saga", "http://dbpedia.org/resource/Fireproofing", "http://dbpedia.org/resource/Firland", "http://dbpedia.org/resource/First_Appearances", "http://dbpedia.org/resource/First_Fandom_Hall_of_Fame_award", "http://dbpedia.org/resource/Harold_Shea", "http://dbpedia.org/resource/International_Sim\u00f3n_Bol\u00edvar_Prize", "http://dbpedia.org/resource/Jersey_Shore_Shark_Attack", "http://dbpedia.org/resource/King_Sejong_the_Great_(TV_series)", "http://dbpedia.org/resource/Legends_of_Skyfall", "http://dbpedia.org/resource/Lonely_Planet_Six_Degrees", "http://dbpedia.org/resource/MLB:_The_Show", "http://dbpedia.org/resource/MLB_Slugfest", "http://dbpedia.org/resource/Maryland_Sheep_and_Wool_Festival", "http://dbpedia.org/resource/Meg_and_Seron", "http://dbpedia.org/resource/NBA_Showtime", "http://dbpedia.org/resource/Original_songs_in_Smash", "http://dbpedia.org/resource/SABC_Special_Assignment", "http://dbpedia.org/resource/SDS_Sigma_series", "http://dbpedia.org/resource/SEETAL", "http://dbpedia.org/resource/SPHERES", "http://dbpedia.org/resource/Sahasa_Simha_Comics_Series", "http://dbpedia.org/resource/Sal\u00f3n_Internacional_del_Autom\u00f3vil_M\u00e9xico", "http://dbpedia.org/resource/Scholastic_Scrimmage", "http://dbpedia.org/resource/Scourge_of_the_Underworld", "http://dbpedia.org/resource/Scream_of_the_Shalka", "http://dbpedia.org/resource/Screen_Tests", "http://dbpedia.org/resource/Screener", "http://dbpedia.org/resource/Scripted_sequence", "http://dbpedia.org/resource/Scud", "http://dbpedia.org/resource/Scylla_(Gatti)", "http://dbpedia.org/resource/Sea_Hawks_(TV_series)", "http://dbpedia.org/resource/Sea_Stories_(TV_series)", "http://dbpedia.org/resource/Search_Engine_(radio_show)", "http://dbpedia.org/resource/Seaview_(TV_series)", "http://dbpedia.org/resource/Seaview_SVII", "http://dbpedia.org/resource/Second_Chance_(musical)", "http://dbpedia.org/resource/Second_Encirclement_Campaign_against_Jiangxi_Soviet", "http://dbpedia.org/resource/Secret_Agent_(video_game)", "http://dbpedia.org/resource/Secret_History_(TV_series)", "http://dbpedia.org/resource/Secret_History_(book_series)", "http://dbpedia.org/resource/Secret_Origins", "http://dbpedia.org/resource/Secret_Warriors", "http://dbpedia.org/resource/Seducci\u00f3n_(telenovela)", "http://dbpedia.org/resource/Seekers_(novel_series)", "http://dbpedia.org/resource/Selknam_people", "http://dbpedia.org/resource/Semele_(Eccles)", "http://dbpedia.org/resource/Semitic_people", "http://dbpedia.org/resource/Sensei_(First_Comics)", "http://dbpedia.org/resource/Sensible_Soccer", "http://dbpedia.org/resource/Sensitive_Skin_(UK_TV_series)", "http://dbpedia.org/resource/Sentinel_(comic_book)", "http://dbpedia.org/resource/September_Song_(TV_series)", "http://dbpedia.org/resource/Septimus_Heap", "http://dbpedia.org/resource/Sequence_(filmmaking)", "http://dbpedia.org/resource/Sequence_(medicine)", "http://dbpedia.org/resource/Serendipity_(book_series)", "http://dbpedia.org/resource/Service_(motor_vehicle)", "http://dbpedia.org/resource/Seven_Dreams:_A_Book_of_North_American_Landscapes", "http://dbpedia.org/resource/Seven_Sisters,_Sussex", "http://dbpedia.org/resource/Seventh_Avenue_(miniseries)", "http://dbpedia.org/resource/Sex_Ed:_The_Series", "http://dbpedia.org/resource/Se\u00f1ora_(telenovela)", "http://dbpedia.org/resource/Shades_(TV_series)", "http://dbpedia.org/resource/Shades_series", "http://dbpedia.org/resource/Shadows_(anthology)", "http://dbpedia.org/resource/Shaggy_Dog_Story_(TV)", "http://dbpedia.org/resource/Shah_Ismayil_(opera)", "http://dbpedia.org/resource/Shalako", "http://dbpedia.org/resource/Shari_Flanzer", "http://dbpedia.org/resource/Shark:_Mind_of_a_Demon", "http://dbpedia.org/resource/Shark_Bay_(TV_series)", "http://dbpedia.org/resource/Sharpe_(novel_series)", "http://dbpedia.org/resource/Sherlock_Holmes_(1931_film_series)", "http://dbpedia.org/resource/Shimoda_Conference", "http://dbpedia.org/resource/Shinobi_(series)", "http://dbpedia.org/resource/Shivers_(novel_series)", "http://dbpedia.org/resource/Shock_(musical)", "http://dbpedia.org/resource/Shock_Treatment_(TV_series)", "http://dbpedia.org/resource/Shocker_(paintball_marker)", "http://dbpedia.org/resource/Shopaholic_(TV_series)", "http://dbpedia.org/resource/Shopaholic_(novels)", "http://dbpedia.org/resource/Showdown_(game)", "http://dbpedia.org/resource/Showtime_(Croatian_TV_series)", "http://dbpedia.org/resource/Shrapnel_(Radical_Comics)", "http://dbpedia.org/resource/Shuffle_(game_show)", "http://dbpedia.org/resource/SiS_(TV_series)", "http://dbpedia.org/resource/Siegfried_Lorenz", "http://dbpedia.org/resource/Siffleur_Falls", "http://dbpedia.org/resource/Silent_Hill_(comics)", "http://dbpedia.org/resource/Silo_(series)", "http://dbpedia.org/resource/Silverwing_(series)", "http://dbpedia.org/resource/Simba", "http://dbpedia.org/resource/Simplemente_Mar\u00eda_(1969_telenovela)", "http://dbpedia.org/resource/Simplemente_Mar\u00eda_(1989_telenovela)", "http://dbpedia.org/resource/Simplemente_Mar\u00eda_(2015_telenovela)", "http://dbpedia.org/resource/Simplemente_Mar\u00eda_(Venezuelan_telenovela)", "http://dbpedia.org/resource/Singles_(miniseries)", "http://dbpedia.org/resource/Sinister_Dexter", "http://dbpedia.org/resource/Sirena_(telenovela)", "http://dbpedia.org/resource/Siuslaw_people", "http://dbpedia.org/resource/Siva_(rebreather)", "http://dbpedia.org/resource/Skin_(British_TV_programme)", "http://dbpedia.org/resource/Skippers_(TV_programme)", "http://dbpedia.org/resource/Skylanders", "http://dbpedia.org/resource/Skylark_(series)", "http://dbpedia.org/resource/Skylight_Music_Theatre", "http://dbpedia.org/resource/Slavey_people", "http://dbpedia.org/resource/Sled_Storm", "http://dbpedia.org/resource/Sleeper_(comics)", "http://dbpedia.org/resource/Sleeping_Dogs_(TV_series)", "http://dbpedia.org/resource/Sleeping_Dogs_Lie_(1998_film)", "http://dbpedia.org/resource/Slide_show", "http://dbpedia.org/resource/Sloan_Fellowship", "http://dbpedia.org/resource/Slocum_(westerns)", "http://dbpedia.org/resource/Small_Change_trilogy", "http://dbpedia.org/resource/Smena_(camera)", "http://dbpedia.org/resource/Smith's_Bank", "http://dbpedia.org/resource/Smoking_Gun_-_Minkan_Kas\u014dken_Ch\u014dsa'in_Nagareda_Midori", "http://dbpedia.org/resource/Smothers_Brothers", "http://dbpedia.org/resource/Snapshots_(TV_series)", "http://dbpedia.org/resource/Sniper_(film_series)", "http://dbpedia.org/resource/Snotties_(TV_series)", "http://dbpedia.org/resource/Snowfall_Trilogy", "http://dbpedia.org/resource/So_Dark_(TV_series)", "http://dbpedia.org/resource/So_It_Goes_(TV_series)", "http://dbpedia.org/resource/Social_system", "http://dbpedia.org/resource/Soda_(TV_series)", "http://dbpedia.org/resource/Soda_(comics)", "http://dbpedia.org/resource/Software", "http://dbpedia.org/resource/Soil_(manga)", "http://dbpedia.org/resource/Sojourn_(comics)", "http://dbpedia.org/resource/Solo_(DC_Comics)", "http://dbpedia.org/resource/Solus_(comics)", "http://dbpedia.org/resource/Something_Stupid", "http://dbpedia.org/resource/Sons_and_Lovers_(1981_TV_serial)", "http://dbpedia.org/resource/Sony_Entertainment_Television", "http://dbpedia.org/resource/Soo_(puppet)", "http://dbpedia.org/resource/Soon_(musical)", "http://dbpedia.org/resource/Sooty", "http://dbpedia.org/resource/Sophie's_Choice_(opera)", "http://dbpedia.org/resource/Sophie_(book_series)", "http://dbpedia.org/resource/Sound_Advice", "http://dbpedia.org/resource/Sound_of_Colors", "http://dbpedia.org/resource/Soundings_(radio_drama)", "http://dbpedia.org/resource/Soundtrack_'08", "http://dbpedia.org/resource/Southern_Cross_Ten", "http://dbpedia.org/resource/Southern_Discomfort_(Fabian_Society_pamphlets)", "http://dbpedia.org/resource/Space_Adventures_(comics)", "http://dbpedia.org/resource/Space_Battleship_Yamato_2199", "http://dbpedia.org/resource/Space_Museum_(comics)", "http://dbpedia.org/resource/Space_Shots_(trading_cards)", "http://dbpedia.org/resource/Spartacus_Trial", "http://dbpedia.org/resource/Spartan_race", "http://dbpedia.org/resource/Spawn:_Godslayer", "http://dbpedia.org/resource/Speak_&_Spell_(toy)", "http://dbpedia.org/resource/Special_Forces_(comics)", "http://dbpedia.org/resource/Special_Power_Excursion_Reactor_Test_Program", "http://dbpedia.org/resource/Specialty_show", "http://dbpedia.org/resource/Spectra_(installation)", "http://dbpedia.org/resource/Spectrum_(radio_program)", "http://dbpedia.org/resource/Speedball_(video_game)", "http://dbpedia.org/resource/Spelling_Bee_(game_show)", "http://dbpedia.org/resource/Spetsnaz_(miniseries)", "http://dbpedia.org/resource/Spheres_(TV_series)", "http://dbpedia.org/resource/Spitfire_(New_Universe)", "http://dbpedia.org/resource/Splash!_(UK_TV_series)", "http://dbpedia.org/resource/Splatter_Theatre", "http://dbpedia.org/resource/Split_Personality_(game_show)", "http://dbpedia.org/resource/Sponge_(TV_series)", "http://dbpedia.org/resource/Sports_Racer_Series", "http://dbpedia.org/resource/Sports_Tonight_Live", "http://dbpedia.org/resource/Sportsworld_(Canada)", "http://dbpedia.org/resource/Spotlight_(BBC_Northern_Ireland_TV_programme)", "http://dbpedia.org/resource/Sprawl_trilogy", "http://dbpedia.org/resource/Sprint_Cup_Series", "http://dbpedia.org/resource/Sprite_(manga)", "http://dbpedia.org/resource/Spruce_Run_(Delaware_County,_Ohio)", "http://dbpedia.org/resource/Sputnik_(TV_programme)", "http://dbpedia.org/resource/SpyBoy", "http://dbpedia.org/resource/Spy_(2004_TV_series)", "http://dbpedia.org/resource/Square_One_(game_show)", "http://dbpedia.org/resource/St._Clare's_(series)", "http://dbpedia.org/resource/Statens_offentliga_utredningar", "http://dbpedia.org/resource/Super_Sidekicks", "http://dbpedia.org/resource/Tareq_wa_Shireen", "http://dbpedia.org/resource/The_Amazing_Spider-Man", "http://dbpedia.org/resource/The_Florida_SpringFest", "http://dbpedia.org/resource/The_Legend_of_Snow_White", "http://dbpedia.org/resource/The_Sea_of_Fertility", "http://dbpedia.org/resource/The_Secret_City_Adventures", "http://dbpedia.org/resource/The_Secret_Garden_(opera)", "http://dbpedia.org/resource/The_Secret_Seven_(Frank_Richards)", "http://dbpedia.org/resource/The_Seems", "http://dbpedia.org/resource/The_Selector", "http://dbpedia.org/resource/The_Seven_Ages_of_Man_(painting_series)", "http://dbpedia.org/resource/The_Sex_Education_Show", "http://dbpedia.org/resource/The_Siege_of_Belgrade", "http://dbpedia.org/resource/The_Siege_of_Rhodes", "http://dbpedia.org/resource/The_Silent_Service_(TV_series)", "http://dbpedia.org/resource/The_Slot_(TV_series)", "http://dbpedia.org/resource/The_Smurfs_(comics)", "http://dbpedia.org/resource/The_Smurfs_merchandising", "http://dbpedia.org/resource/The_Smurfs_music", "http://dbpedia.org/resource/The_Snow_Queen_(opera)", "http://dbpedia.org/resource/The_Social_(Canadian_TV_series)", "http://dbpedia.org/resource/The_Softwire", "http://dbpedia.org/resource/The_Son_of_a_Gunn_Show", "http://dbpedia.org/resource/The_Spire_(comics)", "http://dbpedia.org/resource/Tom_Slick_(TV_series)", "http://dbpedia.org/resource/United_Slovenia", "http://dbpedia.org/resource/Venom:_Separation_Anxiety", "http://dbpedia.org/resource/Web_series", "http://dbpedia.org/resource/Wikipedia_Seigenthaler_biography_incident", "http://dbpedia.org/resource/Gdleen", "http://dbpedia.org/resource/Gear_Fighter_Dendoh", "http://dbpedia.org/resource/Geek_Code", "http://dbpedia.org/resource/Geekfest", "http://dbpedia.org/resource/Geld.Macht.Liebe", "http://dbpedia.org/resource/Geliebte_Schwestern", "http://dbpedia.org/resource/Gem_Twist", "http://dbpedia.org/resource/Gemini_Awards", "http://dbpedia.org/resource/Gemini_Blood", "http://dbpedia.org/resource/Gen12", "http://dbpedia.org/resource/General_Electric_Summer_Originals", "http://dbpedia.org/resource/General_Foods_25th_Anniversary_Show:_A_Salute_to_Rodgers_and_Hammerstein", "http://dbpedia.org/resource/General_Motors_Motorama", "http://dbpedia.org/resource/Genes_to_Cognition_Project", "http://dbpedia.org/resource/Genesis_Survivor_Gaiarth", "http://dbpedia.org/resource/Geneva_Motor_Show", "http://dbpedia.org/resource/Genitrix_(opera)", "http://dbpedia.org/resource/Genji_Ts\u016bshin_Agedama", "http://dbpedia.org/resource/Genji_monogatari_(opera)", "http://dbpedia.org/resource/Genka_calendar", "http://dbpedia.org/resource/Genoese_colonies", "http://dbpedia.org/resource/Genoese_towers_in_Corsica", "http://dbpedia.org/resource/Genuine_Ken", "http://dbpedia.org/resource/Geoff_and_Judy", "http://dbpedia.org/resource/Geoglyphs_of_Chug-Chug", "http://dbpedia.org/resource/Georg_B\u00fcchner_Prize", "http://dbpedia.org/resource/Charlie_Brown's_All-Stars", "http://dbpedia.org/resource/Chatsbury_bushfire", "http://dbpedia.org/resource/Checkmate_(TV_series)", "http://dbpedia.org/resource/Chef_To_Go", "http://dbpedia.org/resource/Chefs", "http://dbpedia.org/resource/Chen\u2013Chiang_summit", "http://dbpedia.org/resource/Cher_(2008\u20132011_residency_show)", "http://dbpedia.org/resource/Cheshire_County_Show", "http://dbpedia.org/resource/Child_Genius_(TV_Series)", "http://dbpedia.org/resource/Chiller_Theatre_(New_York)", "http://dbpedia.org/resource/Chilula_people", "http://dbpedia.org/resource/China's_Next_Top_Model_(cycle_1)", "http://dbpedia.org/resource/China's_Next_Top_Model_(cycle_2)", "http://dbpedia.org/resource/Chinese_Music_Radio_Awards", "http://dbpedia.org/resource/Chipe_Libre", "http://dbpedia.org/resource/Chiquititas_(2013_telenovela)", "http://dbpedia.org/resource/Chiquititas_(Portugal)", "http://dbpedia.org/resource/Chispita_(telenovela)", "http://dbpedia.org/resource/Chit-Chat_(TV_series)", "http://dbpedia.org/resource/Chithiram_Pesuthadi_(TV_series)", "http://dbpedia.org/resource/Hayom_Yom", "http://dbpedia.org/resource/Hazardous_Inflight_Weather_Advisory_Service", "http://dbpedia.org/resource/Hazel_(comics)", "http://dbpedia.org/resource/Ha\u014d_Taikei_Ry\u016b_Knight", "http://dbpedia.org/resource/He_Shoots,_He_Scores", "http://dbpedia.org/resource/Health_Security_Express", "http://dbpedia.org/resource/Health_in_Latvia", "http://dbpedia.org/resource/Health_stamp", "http://dbpedia.org/resource/Hear_Word!", "http://dbpedia.org/resource/Hearst_Metrotone_News", "http://dbpedia.org/resource/HeartQuest", "http://dbpedia.org/resource/Heart_North_Wales_Coast", "http://dbpedia.org/resource/Heart_of_the_Dragon_(TV_series)", "http://dbpedia.org/resource/Heart_of_the_Matter_(TV_series)", "http://dbpedia.org/resource/Heartbeat_Love", "http://dbpedia.org/resource/Heartbreak_High_(2022_TV_series)", "http://dbpedia.org/resource/Heat_wave_of_1995_derecho_series", "http://dbpedia.org/resource/Heaven's_Will_(manga)", "http://dbpedia.org/resource/Heavenly_Court", "http://dbpedia.org/resource/Heavenly_In-Laws", "http://dbpedia.org/resource/Heavens_Cafe", "http://dbpedia.org/resource/Heavy_Metal_L-Gaim", "http://dbpedia.org/resource/Heavyweight_Champ", "http://dbpedia.org/resource/Heddiw", "http://dbpedia.org/resource/Height_Modernization", "http://dbpedia.org/resource/Heisman_Trophy", "http://dbpedia.org/resource/Helden_der_Kreisklasse", "http://dbpedia.org/resource/Cucumber_(TV_series)", "http://dbpedia.org/resource/Cuidado_con_el_\u00e1ngel_(1959_telenovela)", "http://dbpedia.org/resource/Cumbres_Borrascosas_(1964_telenovela)", "http://dbpedia.org/resource/Cumbres_Borrascosas_(1976_telenovela)", "http://dbpedia.org/resource/Cumbres_Borrascosas_(1979_telenovela)", "http://dbpedia.org/resource/Cuts", "http://dbpedia.org/resource/Cyrus-class_post_ship", "http://dbpedia.org/resource/Animals_Do_the_Funniest_Things", "http://dbpedia.org/resource/EX-treme_Dating", "http://dbpedia.org/resource/Ghostwriter_(TV_series)", "http://dbpedia.org/resource/Gofrette_(book_series)", "http://dbpedia.org/resource/Hit_List_TV", "http://dbpedia.org/resource/Hit_n_Run_Tour_(Kiss_tour)", "http://dbpedia.org/resource/Hollywood_Zombies", "http://dbpedia.org/resource/In_Verrem", "http://dbpedia.org/resource/International_Conference_on_Computer_and_Information_Technology", "http://dbpedia.org/resource/International_Conference_on_Systems_Engineering", "http://dbpedia.org/resource/Jericho_Season_3:_Civil_War", "http://dbpedia.org/resource/John_Scott_Medal", "http://dbpedia.org/resource/Junior_MasterChef_Thailand", "http://dbpedia.org/resource/La_Soir\u00e9e", "http://dbpedia.org/resource/Le_Panorama", "http://dbpedia.org/resource/Le_Pays", "http://dbpedia.org/resource/Lloyd_Hopkins_Trilogy", "http://dbpedia.org/resource/Marvel_Collectors'_Item_Classics", "http://dbpedia.org/resource/Mastropiero_que_nunca", "http://dbpedia.org/resource/My_Australian_Story", "http://dbpedia.org/resource/National_Curriculum_assessment", "http://dbpedia.org/resource/Olympus_E-30", "http://dbpedia.org/resource/PLASA_Show", "http://dbpedia.org/resource/Pass_the_Buck_(U.S._game_show)", "http://dbpedia.org/resource/Personal_Appearance_Theater", "http://dbpedia.org/resource/Pro_Athl\u00e9_Tour", "http://dbpedia.org/resource/Scotty_Iseri", "http://dbpedia.org/resource/Smash_Cuts", "http://dbpedia.org/resource/Snopes_trilogy", "http://dbpedia.org/resource/Southampton_Boat_Show", "http://dbpedia.org/resource/Tales_to_Astonish", "http://dbpedia.org/resource/Taxi_Driver_(TV_series)", "http://dbpedia.org/resource/Tessa_\u2013_Leben_f\u00fcr_die_Liebe", "http://dbpedia.org/resource/The_10_Percenters", "http://dbpedia.org/resource/The_Country_House_Revealed", "http://dbpedia.org/resource/The_Folks_on_the_Hill", "http://dbpedia.org/resource/The_Fosters_(1976_TV_series)", "http://dbpedia.org/resource/The_Gunpowder_Plot:_Exploding_The_Legend", "http://dbpedia.org/resource/The_Moment_of_Truth_(UK_game_show)", "http://dbpedia.org/resource/The_Railroad_Hour", "http://dbpedia.org/resource/The_Reality_of_Speed", "http://dbpedia.org/resource/The_Scott_and_Gary_Show", "http://dbpedia.org/resource/The_Worthing_series", "http://dbpedia.org/resource/Vackor_az_els\u0151_b\u00e9ben", "http://dbpedia.org/resource/Vampire_Ang_Daddy_Ko", "http://dbpedia.org/resource/W5_(TV_series)", "http://dbpedia.org/resource/Wish_You_Were_Here_(TV_series)", "http://dbpedia.org/resource/Yara_(telenovela)", "http://dbpedia.org/resource/Animal_Cops:_Houston", "http://dbpedia.org/resource/Crossroads_(comics)", "http://dbpedia.org/resource/Edge_of_the_Spider-Verse", "http://dbpedia.org/resource/Five_Nights_at_Freddy's_(series)", "http://dbpedia.org/resource/Fox_Sports_Central_Asia", "http://dbpedia.org/resource/G_Force_(TV_series)", "http://dbpedia.org/resource/Hawaii_Five-0_(season_1)", "http://dbpedia.org/resource/Hey,_Hey,_It's_Saturday!_(United_Kingdom)", "http://dbpedia.org/resource/Inset_day", "http://dbpedia.org/resource/Jaankhilavan_Jasoos", "http://dbpedia.org/resource/Japanese_in_Mangaland", "http://dbpedia.org/resource/Jeremy_Hardy_Speaks_to_the_Nation", "http://dbpedia.org/resource/Koecher\u2013Maass_series", "http://dbpedia.org/resource/Kondoa_Irangi_Rock_Paintings", "http://dbpedia.org/resource/Lion_comics", "http://dbpedia.org/resource/Little_Parents,_Big_Charlie", "http://dbpedia.org/resource/Luscombe_8", "http://dbpedia.org/resource/Marvel_Super-Heroes_(comics)", "http://dbpedia.org/resource/Mas_Vale_Tarde", "http://dbpedia.org/resource/Michael_Holigan's_Your_New_House", "http://dbpedia.org/resource/Monsieur_Beaucaire_(opera)", "http://dbpedia.org/resource/MusicVR", "http://dbpedia.org/resource/Music_to_See_(1957_TV_series)", "http://dbpedia.org/resource/N\u00e9vtelen_h\u0151s\u00f6k", "http://dbpedia.org/resource/Olympus_PEN_E-PL7", "http://dbpedia.org/resource/One_Way_Ticket_(2012_sitcom)", "http://dbpedia.org/resource/Phantom_Cam", "http://dbpedia.org/resource/Reisekamera", "http://dbpedia.org/resource/R\u00e9tromobile", "http://dbpedia.org/resource/San_Francisco_Flower_&_Garden_Show", "http://dbpedia.org/resource/Spider-Man:_With_Great_Power", "http://dbpedia.org/resource/Stourport_Ring", "http://dbpedia.org/resource/Strictly_Breaks", "http://dbpedia.org/resource/Tele_Cine_Awards", "http://dbpedia.org/resource/Terminator_2:_Infinity", "http://dbpedia.org/resource/The_DemonWars_Saga", "http://dbpedia.org/resource/The_Rosales_Saga", "http://dbpedia.org/resource/Time_Crisis_(series)", "http://dbpedia.org/resource/Union_Calendar", "http://dbpedia.org/resource/Without_Breasts_There_Is_No_Paradise", "http://dbpedia.org/resource/Young_Heroes_in_Love", "http://dbpedia.org/resource/Hujum", "http://dbpedia.org/resource/Hulk:_Gray", "http://dbpedia.org/resource/Hum_Award_for_Best_Actor", "http://dbpedia.org/resource/Human,_All_Too_Human_(TV_series)", "http://dbpedia.org/resource/Human_Edge", "http://dbpedia.org/resource/Human_Kindness_Day", "http://dbpedia.org/resource/Human_Prey", "http://dbpedia.org/resource/Humble_&_Fred", "http://dbpedia.org/resource/Hume\u2013Adams_dialogue", "http://dbpedia.org/resource/Humpbacks:_From_Fire_to_Ice", "http://dbpedia.org/resource/Humrahi", "http://dbpedia.org/resource/Hungarian_Folk_Tales", "http://dbpedia.org/resource/Hungarian_basketball_league_system", "http://dbpedia.org/resource/Hungarian_handball_league_system", "http://dbpedia.org/resource/Hungarian_water_polo_league_system", "http://dbpedia.org/resource/Hunslet_Mill", "http://dbpedia.org/resource/Hunters_Brooke_arson", "http://dbpedia.org/resource/Hunting_for_Bambi", "http://dbpedia.org/resource/Hunyadi_L\u00e1szl\u00f3_(opera)", "http://dbpedia.org/resource/Hush,_Hush_(series)", "http://dbpedia.org/resource/Hutchinson_Novella", "http://dbpedia.org/resource/Hutsell_Computer_War_Games", "http://dbpedia.org/resource/Hydrogen_Jukebox", "http://dbpedia.org/resource/Hydrothermal_vents_and_seamounts_of_the_Azores", "http://dbpedia.org/resource/Hyper-Actives", "http://dbpedia.org/resource/American_Xplorer", "http://dbpedia.org/resource/Barmageddon", "http://dbpedia.org/resource/Contemporary_Psychoanalytic_Studies", "http://dbpedia.org/resource/Coraz\u00f3n_salvaje_(2009_telenovela)", "http://dbpedia.org/resource/Cybersurfers", "http://dbpedia.org/resource/Database_Console_Commands_(Transact-SQL)", "http://dbpedia.org/resource/Ender's_Game_(series)", "http://dbpedia.org/resource/Foreign_Relations_Series", "http://dbpedia.org/resource/Guadalupe_(telenovela)", "http://dbpedia.org/resource/Gutierritos_(1966_telenovela)", "http://dbpedia.org/resource/Hawaii_Five-0_(season_3)", "http://dbpedia.org/resource/Independent_People_(television)", "http://dbpedia.org/resource/John_W._Campbell_Memorial_Award_for_Best_Science_Fiction_Novel", "http://dbpedia.org/resource/Kerberos_Panzer_J\u00e4ger", "http://dbpedia.org/resource/Knallerfrauen", "http://dbpedia.org/resource/Koa'e_Fault_Zone", "http://dbpedia.org/resource/Kodak_Pixpro_S-1", "http://dbpedia.org/resource/Maggie:_It's_Me", "http://dbpedia.org/resource/Make_Bradford_British", "http://dbpedia.org/resource/Man_vs._Beast", "http://dbpedia.org/resource/Manoram-class_ferry", "http://dbpedia.org/resource/Maths_Mansion", "http://dbpedia.org/resource/Melbourne_Arts_Precinct", "http://dbpedia.org/resource/Mildred_Keith", "http://dbpedia.org/resource/Monk_(CITV)", "http://dbpedia.org/resource/Montyon_Prizes", "http://dbpedia.org/resource/Morrison_Hills", "http://dbpedia.org/resource/Motiv_Liebe", "http://dbpedia.org/resource/Mozart_und_Meisel", "http://dbpedia.org/resource/Mr._Mystic", "http://dbpedia.org/resource/Mundos_opuestos_(telenovela)", "http://dbpedia.org/resource/Music_at_Plush", "http://dbpedia.org/resource/Music_from_Eighteenth-Century_Prague", "http://dbpedia.org/resource/NABC_Player_of_the_Year", "http://dbpedia.org/resource/NFL_Fever_(series)", "http://dbpedia.org/resource/NFL_Full_Contact", "http://dbpedia.org/resource/Napol\u00e9on_(miniseries)", "http://dbpedia.org/resource/Next_Top_Model_(Greece)", "http://dbpedia.org/resource/Nieuport-Delage_Sesquiplan", "http://dbpedia.org/resource/Norge_1:50000", "http://dbpedia.org/resource/Operation_Priha", "http://dbpedia.org/resource/Operation_T\u00e2n", "http://dbpedia.org/resource/Oretachi_Geasen_Zoku_Sono", "http://dbpedia.org/resource/Ottoman\u2013Hotaki_War_(1722\u201327)", "http://dbpedia.org/resource/Oxford_Fashion_Week", "http://dbpedia.org/resource/Panasonic_Lumix_DMC-FZ38", "http://dbpedia.org/resource/Pasi\u00f3n_(telenovela)", "http://dbpedia.org/resource/Pentax_Q7", "http://dbpedia.org/resource/Penthouse_(telenovela)", "http://dbpedia.org/resource/Phantom_Agents", "http://dbpedia.org/resource/Philosophy_in_90_Minutes_series", "http://dbpedia.org/resource/Players_Tour_Championship_2014/2015", "http://dbpedia.org/resource/Pretty_Deadly", "http://dbpedia.org/resource/Professor_Kitzel", "http://dbpedia.org/resource/Pulse_(TV_series)", "http://dbpedia.org/resource/Ripley's_Bureau_of_Investigation", "http://dbpedia.org/resource/Roman\u2013Etruscan_Wars", "http://dbpedia.org/resource/Salyut_programme", "http://dbpedia.org/resource/Saturday_Showcase", "http://dbpedia.org/resource/Screen_Songs", "http://dbpedia.org/resource/Sega_Mega_Drive_Classic_Collection", "http://dbpedia.org/resource/Sexi_Mong", "http://dbpedia.org/resource/Sherlock_Holmes_(puppetry)", "http://dbpedia.org/resource/Skinny_Bitch_Fitness", "http://dbpedia.org/resource/Spooksville", "http://dbpedia.org/resource/Spotlight_(1975_TV_series)", "http://dbpedia.org/resource/Stairway_to_Stardom", "http://dbpedia.org/resource/Star_Cairns", "http://dbpedia.org/resource/Star_Wars:_Jedi_Apprentice", "http://dbpedia.org/resource/Summer_Nights_(concert_tour)", "http://dbpedia.org/resource/Synopses_of_the_British_Fauna", "http://dbpedia.org/resource/Taboo-Tattoo", "http://dbpedia.org/resource/Television_Newsreel", "http://dbpedia.org/resource/The_3rd_Hospital", "http://dbpedia.org/resource/The_Apprentice_(UK_series_seven)", "http://dbpedia.org/resource/The_Astronut_Show", "http://dbpedia.org/resource/The_Beach_Crew", "http://dbpedia.org/resource/The_Brig_Society", "http://dbpedia.org/resource/The_Chase_(U.S._game_show)", "http://dbpedia.org/resource/The_Electrification_of_the_Soviet_Union", "http://dbpedia.org/resource/The_Golden_Touch_of_Frankie_Carle", "http://dbpedia.org/resource/The_Helga_Pictures", "http://dbpedia.org/resource/The_Hot_Breakfast", "http://dbpedia.org/resource/The_Indian_Picture_Opera", "http://dbpedia.org/resource/The_Magickers", "http://dbpedia.org/resource/The_National_Trust_(TV_series)", "http://dbpedia.org/resource/The_Paul_Lynde_Halloween_Special", "http://dbpedia.org/resource/The_Ran_Quadruplets", "http://dbpedia.org/resource/The_Scarlet_Letter_(opera)", "http://dbpedia.org/resource/The_Short_Oxford_History_of_the_Modern_World", "http://dbpedia.org/resource/The_Superior_Foes_of_Spider-Man", "http://dbpedia.org/resource/The_Unsellables_(TV_series)", "http://dbpedia.org/resource/The_Wanderer_(1994_TV_series)", "http://dbpedia.org/resource/The_Wicked_Years", "http://dbpedia.org/resource/The_Widower_(film)", "http://dbpedia.org/resource/The_World_About_Us", "http://dbpedia.org/resource/Toophan", "http://dbpedia.org/resource/Treasure_Hunter", "http://dbpedia.org/resource/Tutinama", "http://dbpedia.org/resource/Ultimate_Comics:_Iron_Man", "http://dbpedia.org/resource/Uncanny_X-Force", "http://dbpedia.org/resource/Variety_Tonight", "http://dbpedia.org/resource/Vater_wider_Willen", "http://dbpedia.org/resource/Vermillion_(Helix)", "http://dbpedia.org/resource/Von_Null_auf_42", "http://dbpedia.org/resource/WNBL_Grand_Final", "http://dbpedia.org/resource/Wanneroo_wetlands", "http://dbpedia.org/resource/Weird_Wars", "http://dbpedia.org/resource/Where_the_Heart_Is_(US_TV_series)", "http://dbpedia.org/resource/Wings_Over_the_World_tour", "http://dbpedia.org/resource/X-Men:_The_198", "http://dbpedia.org/resource/Eagle_series", "http://dbpedia.org/resource/Earth_Defense_Force_(series)", "http://dbpedia.org/resource/Earthsea_(book_series)", "http://dbpedia.org/resource/Dutch_Supercar_Challenge", "http://dbpedia.org/resource/E3_(disambiguation)", "http://dbpedia.org/resource/EOWS", "http://dbpedia.org/resource/ESPN2_College_Football_Friday_Primetime", "http://dbpedia.org/resource/Jasoosi_Dunya", "http://dbpedia.org/resource/Jat_reservation_agitation", "http://dbpedia.org/resource/Jazz_Casual", "http://dbpedia.org/resource/Jazz_Inspired", "http://dbpedia.org/resource/Jazz_Meets_Folk", "http://dbpedia.org/resource/Jazz_Profiles", "http://dbpedia.org/resource/Jazzmatazz", "http://dbpedia.org/resource/Jenny_Sparks:_The_Secret_History_of_the_Authority", "http://dbpedia.org/resource/Jepht\u00e9", "http://dbpedia.org/resource/Jerry_Cornelius", "http://dbpedia.org/resource/Jerry_on_the_Job", "http://dbpedia.org/resource/Jersey_International_Air_Display", "http://dbpedia.org/resource/ATTO_dyes", "http://dbpedia.org/resource/CrankyGeeks", "http://dbpedia.org/resource/Dragon_Ball_Z:_The_Legacy_of_Goku_(series)", "http://dbpedia.org/resource/Erica_Enders-Stevens", "http://dbpedia.org/resource/Kiah_&_Tara_Jean", "http://dbpedia.org/resource/MTV_Force_India_The_Fast_and_The_Gorgeous", "http://dbpedia.org/resource/Marcador_Internacional", "http://dbpedia.org/resource/Norman_Ormal", "http://dbpedia.org/resource/Ontopic", "http://dbpedia.org/resource/Our_House_(UKTV_Style)", "http://dbpedia.org/resource/PBA_on_Sports5", "http://dbpedia.org/resource/Paraquat_murders", "http://dbpedia.org/resource/Ram_Milaayi_Jodi", "http://dbpedia.org/resource/Schnell_ermittelt", "http://dbpedia.org/resource/Split_Ends_(UK_TV_series)", "http://dbpedia.org/resource/Tamer_Wa_Shaw'eyyah", "http://dbpedia.org/resource/The_Amazing_Mr._Malone", "http://dbpedia.org/resource/The_Flying_Dogtor", "http://dbpedia.org/resource/The_Frontier_(TV_series)", "http://dbpedia.org/resource/The_Story_of_Modern_Science", "http://dbpedia.org/resource/The_Unexplained_(2011_TV_series)", "http://dbpedia.org/resource/The_Worst_of_Hollywood", "http://dbpedia.org/resource/Thor_Steingraber", "http://dbpedia.org/resource/Three_Commentaries_on_the_Spring_and_Autumn_Annals", "http://dbpedia.org/resource/Travel_Sick", "http://dbpedia.org/resource/Trucks_and_Tractor_Power", "http://dbpedia.org/resource/Airline_staff_travel", "http://dbpedia.org/resource/Banjul_Cops", "http://dbpedia.org/resource/Bridge_Builder", "http://dbpedia.org/resource/DAG_(TV_series)", "http://dbpedia.org/resource/Eurofest_2007", "http://dbpedia.org/resource/Garage_Matches", "http://dbpedia.org/resource/HYDROSOL", "http://dbpedia.org/resource/I.N.V.U.", "http://dbpedia.org/resource/Judie_Byrd's_Kitchen", "http://dbpedia.org/resource/Jul_i_T\u00f8yengata", "http://dbpedia.org/resource/King_of_the_Royal_Mounted", "http://dbpedia.org/resource/Les_Femmes_en_Blanc", "http://dbpedia.org/resource/Les_plaisirs_de_Versailles", "http://dbpedia.org/resource/Lizzie_The_Lizard", "http://dbpedia.org/resource/Los_disparates", "http://dbpedia.org/resource/Love_Celeb", "http://dbpedia.org/resource/Marina_(telenovela)", "http://dbpedia.org/resource/Mickey_Mouse_and_Friends_(TV_series)", "http://dbpedia.org/resource/Modest-class_barge", "http://dbpedia.org/resource/Myth-o-Mania", "http://dbpedia.org/resource/NOOMA", "http://dbpedia.org/resource/Neptune_Presents", "http://dbpedia.org/resource/Nikon_Coolpix_7900", "http://dbpedia.org/resource/Noche_de_Gala", "http://dbpedia.org/resource/Open_Door_(BBC_TV)", "http://dbpedia.org/resource/Out_of_the_Fog_(TV_series)", "http://dbpedia.org/resource/Outriders", "http://dbpedia.org/resource/Paddington_(1975_TV_series)", "http://dbpedia.org/resource/Pals_For_Life", "http://dbpedia.org/resource/Proceedings_of_the_British_Academy", "http://dbpedia.org/resource/Project_Gotham_Racing_(series)", "http://dbpedia.org/resource/Psychedelic_States", "http://dbpedia.org/resource/RS_Integrator", "http://dbpedia.org/resource/Rajshree-class_inshore_patrol_vessel", "http://dbpedia.org/resource/Richard_Edgar", "http://dbpedia.org/resource/Sex_and_Shopping", "http://dbpedia.org/resource/Slinky_Malinki", "http://dbpedia.org/resource/Slinky_Malinki_Open_The_Door", "http://dbpedia.org/resource/Sportsline_(Sky_News)", "http://dbpedia.org/resource/Steel_Monsters", "http://dbpedia.org/resource/Story_of_the_Nations_series", "http://dbpedia.org/resource/Strat_Plus", "http://dbpedia.org/resource/Super_Kwentuhan", "http://dbpedia.org/resource/Taien_calendar", "http://dbpedia.org/resource/Telstra_Business_Awards", "http://dbpedia.org/resource/The_Allan_Stewart_Tapes", "http://dbpedia.org/resource/The_Brave_Fighter_of_Legend_Da-Garn", "http://dbpedia.org/resource/The_Calendar_of_Nature", "http://dbpedia.org/resource/The_Catholic_Hour_(TV_series)", "http://dbpedia.org/resource/The_Den_(Ireland)", "http://dbpedia.org/resource/The_Hungry_Detective", "http://dbpedia.org/resource/The_Mentor_Philosophers", "http://dbpedia.org/resource/The_Miracle_of_Bali", "http://dbpedia.org/resource/The_Pat_Kenny_Show", "http://dbpedia.org/resource/The_Queendom_of_Sol", "http://dbpedia.org/resource/The_Sierra_Jensen_Series", "http://dbpedia.org/resource/The_Silent_Ones_(comics)", "http://dbpedia.org/resource/The_Sword_of_Truth", "http://dbpedia.org/resource/The_Tommy_Hanlon_Show", "http://dbpedia.org/resource/The_Wright_Taste", "http://dbpedia.org/resource/This_Is_Your_Life_(UK_TV_series)", "http://dbpedia.org/resource/Th\u00e9\u00e2tre_Optique", "http://dbpedia.org/resource/Tonight_(TVNZ_television_programme)", "http://dbpedia.org/resource/United_States_naval_gunfire_support_debate", "http://dbpedia.org/resource/Valeria_(telenovela)", "http://dbpedia.org/resource/Venom:_Lethal_Protector", "http://dbpedia.org/resource/Wakakusa_no_Charlotte", "http://dbpedia.org/resource/Waverley_Novels", "http://dbpedia.org/resource/Weekend_Escapes_with_Warwick_Davis", "http://dbpedia.org/resource/Wil_&_Lehmo", "http://dbpedia.org/resource/Wyoming_Marathon", "http://dbpedia.org/resource/Xuanming_calendar", "http://dbpedia.org/resource/Zaregoto_Series", "http://dbpedia.org/resource/Escobar,_el_Patr\u00f3n_del_Mal", "http://dbpedia.org/resource/Esmeralda_(Brazilian_telenovela)", "http://dbpedia.org/resource/Espejismo_(telenovela)", "http://dbpedia.org/resource/Estafa_de_amor_(1968_telenovela)", "http://dbpedia.org/resource/Esther_(opera)", "http://dbpedia.org/resource/Action_Movie_Kid", "http://dbpedia.org/resource/Coliseum_Mineral,_Fossil,_Gem,_and_Jewelry_Show", "http://dbpedia.org/resource/Dog_&_Cat_Training_with_Joel_Silverman", "http://dbpedia.org/resource/Eastside_Hockey_Manager_series", "http://dbpedia.org/resource/Forever_(U.S._TV_series)", "http://dbpedia.org/resource/Full_Color_Football:_The_History_of_the_American_Football_League", "http://dbpedia.org/resource/Give_Us_This_Day_(Australian_TV_series)", "http://dbpedia.org/resource/Good_Morning,_Internet!", "http://dbpedia.org/resource/ICC_Africa_Under-19_Championships", "http://dbpedia.org/resource/In_Person_(TV_series)", "http://dbpedia.org/resource/Jinnah\u2013Mountbatten_Talks", "http://dbpedia.org/resource/June_Field", "http://dbpedia.org/resource/Keep_It_in_the_Family_(U.S._game_show)", "http://dbpedia.org/resource/La_mujer_prohibida_(1991_telenovela)", "http://dbpedia.org/resource/La_vie_secr\u00e8te_des_jeunes", "http://dbpedia.org/resource/Le_Club_des_100_Watts", "http://dbpedia.org/resource/Le_lac_des_f\u00e9es", "http://dbpedia.org/resource/Lent_Bumps_2015", "http://dbpedia.org/resource/Lepa_Brena_Live_at_Dom_sindikata", "http://dbpedia.org/resource/List_of_The_Middle_characters", "http://dbpedia.org/resource/Liverpool_Boat_Show", "http://dbpedia.org/resource/Lunar_Orbiter_program", "http://dbpedia.org/resource/Magic_Pickle", "http://dbpedia.org/resource/Manhattan_Connection", "http://dbpedia.org/resource/Marketplace_(Irish_TV_series)", "http://dbpedia.org/resource/Mati_O_Manush", "http://dbpedia.org/resource/Matri_Shree_Media_Award", "http://dbpedia.org/resource/Mi_amor_por_ti", "http://dbpedia.org/resource/Mike's_On", "http://dbpedia.org/resource/Milano-Roma", "http://dbpedia.org/resource/Mr._Interesting's_Guide_to_the_Continental_United_States", "http://dbpedia.org/resource/Mr._and_Mrs._Spider-Man", "http://dbpedia.org/resource/My_Destiny_(TV_series)", "http://dbpedia.org/resource/My_Dysfunctional_Family", "http://dbpedia.org/resource/M\u00e1s_all\u00e1_de_la_muerte", "http://dbpedia.org/resource/Neva_Enfilade_of_the_Winter_Palace", "http://dbpedia.org/resource/Ninja_Spirit_(video_series)", "http://dbpedia.org/resource/Nit\u00e9tis", "http://dbpedia.org/resource/OMAP", "http://dbpedia.org/resource/Off_to_See_the_Wizard", "http://dbpedia.org/resource/On_the_Fringe", "http://dbpedia.org/resource/Opera_Theatre_of_Lucca", "http://dbpedia.org/resource/Operation_Liberate_Men", "http://dbpedia.org/resource/Otoriyose_\u014cji_Iida_Yoshimi", "http://dbpedia.org/resource/Parent_Rescue", "http://dbpedia.org/resource/Pentax_*ist_DL", "http://dbpedia.org/resource/Periods.", "http://dbpedia.org/resource/Petrotrin_oil_spill", "http://dbpedia.org/resource/Phoenix14news", "http://dbpedia.org/resource/Planes_That_Never_Flew", "http://dbpedia.org/resource/Popstars_(UK_TV_series)", "http://dbpedia.org/resource/Power_Play_(Canadian_political_affairs_series)", "http://dbpedia.org/resource/Prime_Time_Sports", "http://dbpedia.org/resource/Product_pipeline", "http://dbpedia.org/resource/Property_Shop", "http://dbpedia.org/resource/Pupu_Tupuna", "http://dbpedia.org/resource/Russian_Dolls_(U.S._TV_series)", "http://dbpedia.org/resource/SOKO_Rhein-Main", "http://dbpedia.org/resource/Santa_Paws", "http://dbpedia.org/resource/Shadow_Hearts_(series)", "http://dbpedia.org/resource/Spell_Cast", "http://dbpedia.org/resource/SunPCi", "http://dbpedia.org/resource/Sunday_Football_(AFL)", "http://dbpedia.org/resource/Sunday_Suspense", "http://dbpedia.org/resource/Surprise_Sur_Prise", "http://dbpedia.org/resource/S\u00e1bado_Al_Mediod\u00eda", "http://dbpedia.org/resource/TVNZ_Teletext", "http://dbpedia.org/resource/TV_Patrol_Caraga", "http://dbpedia.org/resource/The_Bounty_Hunter_Wars", "http://dbpedia.org/resource/The_Catholic_Guy", "http://dbpedia.org/resource/The_Dark_Tower:_Battle_of_Jericho_Hill", "http://dbpedia.org/resource/The_Holdfast_Chronicles", "http://dbpedia.org/resource/The_Little_Revue", "http://dbpedia.org/resource/The_Parade_of_States", "http://dbpedia.org/resource/The_Shock_of_the_New", "http://dbpedia.org/resource/The_Snow_Queen_(anime)", "http://dbpedia.org/resource/The_Trek_Life", "http://dbpedia.org/resource/The_Vinyl_Cafe", "http://dbpedia.org/resource/The_Who_Tour_1965", "http://dbpedia.org/resource/Theory_of_Lie_groups", "http://dbpedia.org/resource/Think_Fast_(game_show)", "http://dbpedia.org/resource/Tuborg_GreenFest", "http://dbpedia.org/resource/Ultimate_Motorhead_Show", "http://dbpedia.org/resource/Un_si\u00e8cle_d'\u00e9crivains", "http://dbpedia.org/resource/Uncensored_from_Texas_Death_Row", "http://dbpedia.org/resource/Vanessa_(TV_series)", "http://dbpedia.org/resource/Veep_(TV_series)", "http://dbpedia.org/resource/We_Are_the_Eighties", "http://dbpedia.org/resource/Wiley_Bad_Science_Series", "http://dbpedia.org/resource/Wrestling_Spirit", "http://dbpedia.org/resource/YU_retROCKspektiva", "http://dbpedia.org/resource/Seoul_Motor_Show", "http://dbpedia.org/resource/June_2008_tornado_outbreak_sequence", "http://dbpedia.org/resource/J\u016bs\u014d_Kik\u014d_Dancouga_Nova", "http://dbpedia.org/resource/Kin'iro_no_Corda:_The_After_School_Etude", "http://dbpedia.org/resource/Kumikyoku_Nico_Nico_Douga", "http://dbpedia.org/resource/Legends_of_Hockey", "http://dbpedia.org/resource/Les_plus_grands_Belges", "http://dbpedia.org/resource/Men's_Fashion_Insider", "http://dbpedia.org/resource/Mistresses_(UK_TV_series)", "http://dbpedia.org/resource/Nokia_5200", "http://dbpedia.org/resource/Northern_Moravia_witch_trials", "http://dbpedia.org/resource/Oblivious_(U.S._game_show)", "http://dbpedia.org/resource/Piatigorsky_Cup", "http://dbpedia.org/resource/Sunday_Night_at_10", "http://dbpedia.org/resource/The_Space_Ship_Under_the_Apple_Tree", "http://dbpedia.org/resource/The_World_in_Action", "http://dbpedia.org/resource/24K_(radio_show)", "http://dbpedia.org/resource/Appointment_with_Adventure", "http://dbpedia.org/resource/Expedici\u00f3n_Robinson", "http://dbpedia.org/resource/F\u00eate_Galante_(opera)", "http://dbpedia.org/resource/Glamour_Solos", "http://dbpedia.org/resource/Greensleeves_Rhythm_Album", "http://dbpedia.org/resource/High_Score_Girl", "http://dbpedia.org/resource/ISpy", "http://dbpedia.org/resource/Kinder,_Kinder", "http://dbpedia.org/resource/La_caverne", "http://dbpedia.org/resource/Le_crescendo", "http://dbpedia.org/resource/Leica_X_Vario", "http://dbpedia.org/resource/Life_in_Progress", "http://dbpedia.org/resource/Louisville_sewer_explosions", "http://dbpedia.org/resource/MTV_World_Stage_Live_in_Malaysia", "http://dbpedia.org/resource/Main_Julian_England", "http://dbpedia.org/resource/Malta_Convoys", "http://dbpedia.org/resource/Man_Booker_International_Prize", "http://dbpedia.org/resource/Mart\u00edn_Rivas_(telenovela)", "http://dbpedia.org/resource/Meet_the_Stans", "http://dbpedia.org/resource/Mumbai_Confidential", "http://dbpedia.org/resource/Nebula_Award_for_Best_Short_Story", "http://dbpedia.org/resource/Official_National_Lampoon_Bicentennial_Calendar_1976", "http://dbpedia.org/resource/Olympus_mju", "http://dbpedia.org/resource/On_Your_Behalf", "http://dbpedia.org/resource/Oxford_Chemistry_Primers", "http://dbpedia.org/resource/P3_Dokument\u00e4r", "http://dbpedia.org/resource/PTV_Global", "http://dbpedia.org/resource/Peavey_ValveKing", "http://dbpedia.org/resource/Peter_Steiners_Theaterstadl", "http://dbpedia.org/resource/Piano_Lesson_(TV_series)", "http://dbpedia.org/resource/Priest's_Spell_Compendium", "http://dbpedia.org/resource/Proleptic_calendar", "http://dbpedia.org/resource/Rawdatu_'s-safa", "http://dbpedia.org/resource/Red_Bull_Music_Academy", "http://dbpedia.org/resource/Red_Guards_on_Honghu_Lake", "http://dbpedia.org/resource/Red_White_&_New", "http://dbpedia.org/resource/Robertson_Cup_Championship_Tournament", "http://dbpedia.org/resource/Rote_Bergsteiger_(TV_series)", "http://dbpedia.org/resource/Sail_Indonesia", "http://dbpedia.org/resource/Scaly_Adventures", "http://dbpedia.org/resource/Scania_F-series", "http://dbpedia.org/resource/Sesquicentenary_Celebrations_Series", "http://dbpedia.org/resource/Shane_(UK_TV_series)", "http://dbpedia.org/resource/Shirley_Abicair_in_Australia", "http://dbpedia.org/resource/Solaris_Urbino_10", "http://dbpedia.org/resource/Sony_Cyber-shot_DSC-RX100_IV", "http://dbpedia.org/resource/Sprite_(soft_drink)", "http://dbpedia.org/resource/Super_thermal_power_station", "http://dbpedia.org/resource/Swing_Easy_(TV_series)", "http://dbpedia.org/resource/Sylvain_et_Sylvette", "http://dbpedia.org/resource/The_Best_of_the_Post", "http://dbpedia.org/resource/The_Disney_Collection:_The_Best-Loved_Songs_from_Disney_Motion_Pictures,_Television,_and_Theme_Parks", "http://dbpedia.org/resource/The_Essentials_(TCM)", "http://dbpedia.org/resource/The_Likeaballs", "http://dbpedia.org/resource/The_Magic_School_Bus_(book_series)", "http://dbpedia.org/resource/The_Mike_Bullard_Show", "http://dbpedia.org/resource/The_New_Heroes", "http://dbpedia.org/resource/The_Pattern_of_Marriage", "http://dbpedia.org/resource/The_Star_and_the_Story", "http://dbpedia.org/resource/The_Towers_of_Bois-Maury", "http://dbpedia.org/resource/The_Wild_Soccer_Bunch", "http://dbpedia.org/resource/This_is_Your_Laugh", "http://dbpedia.org/resource/Top_Guns", "http://dbpedia.org/resource/Tsubu_Doll", "http://dbpedia.org/resource/Ultra_Marines", "http://dbpedia.org/resource/Una_mujer_(1965_telenovela)", "http://dbpedia.org/resource/Unterwegs_nach_Atlantis_(TV_series)", "http://dbpedia.org/resource/Video_Smash_Hits", "http://dbpedia.org/resource/Walter_Sutcliffe", "http://dbpedia.org/resource/Western_Holiday", "http://dbpedia.org/resource/Your_Life_in_Their_Hands", "http://dbpedia.org/resource/\u00c1gua_Viva_(telenovela)", "http://dbpedia.org/resource/2_Minute_Drill", "http://dbpedia.org/resource/America's_Money_Class_with_Suze_Orman", "http://dbpedia.org/resource/America_\u014cdan_Ultra_Quiz", "http://dbpedia.org/resource/Animal_Cops:_South_Africa", "http://dbpedia.org/resource/Associated_Shades", "http://dbpedia.org/resource/Cool_Zone", "http://dbpedia.org/resource/Die_Didi-Show", "http://dbpedia.org/resource/Fish_(U.S._TV_series)", "http://dbpedia.org/resource/Fons_and_Porter's_Love_of_Quilting", "http://dbpedia.org/resource/Friday_Island_(TV_show)", "http://dbpedia.org/resource/Give_Us_This_Day_(TV_show)", "http://dbpedia.org/resource/Grandpa_Read's_Quiet_Time_Tales", "http://dbpedia.org/resource/Happiness_(TV_series)", "http://dbpedia.org/resource/Hollywood_or_Bust_(TV_series)", "http://dbpedia.org/resource/House_Calendar", "http://dbpedia.org/resource/Japan_Academy_Prize_for_Outstanding_Performance_by_an_Actor_in_a_Leading_Role", "http://dbpedia.org/resource/Kaiki_Renai_Sakusen", "http://dbpedia.org/resource/King_of_Vegas", "http://dbpedia.org/resource/Kodak_EasyShare_DX6490", "http://dbpedia.org/resource/Korean_DMZ_Conflict_(1966\u201369)", "http://dbpedia.org/resource/La_Femme_Nikita:_Music_from_the_Television_Series", "http://dbpedia.org/resource/Larry_King_Now", "http://dbpedia.org/resource/Legacy_of_the_Drow", "http://dbpedia.org/resource/Legionnaires_3", "http://dbpedia.org/resource/Leica_M4", "http://dbpedia.org/resource/Licence_to_Grill", "http://dbpedia.org/resource/Local_Edition", "http://dbpedia.org/resource/Locus_Award_for_Best_Short_Story", "http://dbpedia.org/resource/Man-seated:_arms_in_adoration_(hieroglyph)", "http://dbpedia.org/resource/Manu_Rere", "http://dbpedia.org/resource/Marian_Engel_Award", "http://dbpedia.org/resource/Marie_de'_Medici_cycle", "http://dbpedia.org/resource/Marvel_Super_Hero_Squad", "http://dbpedia.org/resource/Mastigont_system", "http://dbpedia.org/resource/Meet_McGraw", "http://dbpedia.org/resource/Mike,_der_Taschengeldexperte", "http://dbpedia.org/resource/Mitsudomoe_(manga)", "http://dbpedia.org/resource/Mountain_Dew_Vertical_Challenge", "http://dbpedia.org/resource/Mr._Personality", "http://dbpedia.org/resource/Mutiny_Acts", "http://dbpedia.org/resource/NATO_targets", "http://dbpedia.org/resource/NForce_700", "http://dbpedia.org/resource/Naniwa_Kin'y\u016bd\u014d", "http://dbpedia.org/resource/Nathans_Circus", "http://dbpedia.org/resource/Neo_Pornographia", "http://dbpedia.org/resource/Noises,_Sounds_&_Sweet_Airs", "http://dbpedia.org/resource/Noticiero_Cript\u00f3n", "http://dbpedia.org/resource/On-ride_camera", "http://dbpedia.org/resource/On_the_Real", "http://dbpedia.org/resource/One_Night_Stand_(U.S._TV_series)", "http://dbpedia.org/resource/Pilot_&_Huxley", "http://dbpedia.org/resource/Piltdown,_East_Sussex", "http://dbpedia.org/resource/Pressure_Cooker_(game_show)", "http://dbpedia.org/resource/Provincial_Geographies_of_India", "http://dbpedia.org/resource/Reina_de_corazones_(American_telenovela)", "http://dbpedia.org/resource/Rikki_and_Me", "http://dbpedia.org/resource/Roshan_Sitara", "http://dbpedia.org/resource/Rough_Crossing_(TV_series)", "http://dbpedia.org/resource/Rugrats_Pre-School_Daze", "http://dbpedia.org/resource/Running_Man_(TV_series)", "http://dbpedia.org/resource/SD_Gundam_G_Generation", "http://dbpedia.org/resource/Sandymount_Strand", "http://dbpedia.org/resource/SevenMeters", "http://dbpedia.org/resource/Shell's_Wonderful_World_of_Golf", "http://dbpedia.org/resource/Sony_A5000", "http://dbpedia.org/resource/South_Sinai_regional_development_programme", "http://dbpedia.org/resource/Sports_Today", "http://dbpedia.org/resource/Spotlight_(2008_TV_series)", "http://dbpedia.org/resource/Strip_Poker_(game_show)", "http://dbpedia.org/resource/Sunny_Days_and_Nights", "http://dbpedia.org/resource/Sword_and_Sorceress_series", "http://dbpedia.org/resource/TEXUS", "http://dbpedia.org/resource/TV_Hell", "http://dbpedia.org/resource/TV_Patrol_Pampanga", "http://dbpedia.org/resource/Thai_lunar_calendar", "http://dbpedia.org/resource/Thanks_of_Congress", "http://dbpedia.org/resource/That'll_Be_the_Day_(musical)", "http://dbpedia.org/resource/That's_My_Desire_(TV_series)", "http://dbpedia.org/resource/The_American_Revolution_(miniseries)", "http://dbpedia.org/resource/The_Ballad_of_Canal", "http://dbpedia.org/resource/The_Black_Man's_Land_Trilogy", "http://dbpedia.org/resource/The_Dark_Tower:_The_Little_Sisters_of_Eluria", "http://dbpedia.org/resource/The_Golden_Show", "http://dbpedia.org/resource/The_Mole_(U.S._TV_series)", "http://dbpedia.org/resource/The_Morbegs", "http://dbpedia.org/resource/The_Sadhu", "http://dbpedia.org/resource/Th\u00e9s\u00e9e_(Gossec)", "http://dbpedia.org/resource/Tin_Goyenda", "http://dbpedia.org/resource/Tombs_of_Malta", "http://dbpedia.org/resource/Tonda_Couple", "http://dbpedia.org/resource/Tonight_(TV_programme)", "http://dbpedia.org/resource/Ultimate_Power", "http://dbpedia.org/resource/Un_caso_di_coscienza_(TV_series)", "http://dbpedia.org/resource/Weltflug.tv_\u2013_The_Gyrocopter_World_Tour", "http://dbpedia.org/resource/Wildfire_(TV_series)", "http://dbpedia.org/resource/Worldwide_Soccer:_Euro_Edition", "http://dbpedia.org/resource/X-Men_Unlimited", "http://dbpedia.org/resource/Yele_Sambat", "http://dbpedia.org/resource/Yuri_Seijin_Naoko-san", "http://dbpedia.org/resource/\u010cty\u0159l\u00edstek", "http://dbpedia.org/resource/Kunicon", "http://dbpedia.org/resource/Kupetzky_(TV_series)", "http://dbpedia.org/resource/Kvarteret_Skatan", "http://dbpedia.org/resource/L'Affaire_Labricole", "http://dbpedia.org/resource/L'ambassadrice", "http://dbpedia.org/resource/L'amor_coniugale", "http://dbpedia.org/resource/L'heureux_malgr\u00e9_lui", "http://dbpedia.org/resource/L'incoronazione_di_Poppea", "http://dbpedia.org/resource/L'oriflamme_(opera)", "http://dbpedia.org/resource/L'\u00c9cole_des_fans", "http://dbpedia.org/resource/L'\u00c9l\u00e8ve_Ducobu", "http://dbpedia.org/resource/L'\u00c9tat_de_Grace", "http://dbpedia.org/resource/L'\u00c9t\u00e9_indien_(TV_program)", "http://dbpedia.org/resource/After_the_Attack", "http://dbpedia.org/resource/Bagong_Umaga,_Bagong_Balita", "http://dbpedia.org/resource/CLICK_Barkada_Hunt", "http://dbpedia.org/resource/David_Haye_versus", "http://dbpedia.org/resource/E-Branch_Trilogy", "http://dbpedia.org/resource/Family_Beef", "http://dbpedia.org/resource/Grand_Slam_(1990_TV_series)", "http://dbpedia.org/resource/Grand_Slam_(U.S._game_show)", "http://dbpedia.org/resource/Greg_Anderson_(dragster_driver)", "http://dbpedia.org/resource/Horrible_Histories:_Nottingham", "http://dbpedia.org/resource/It's_a_Wise_Child", "http://dbpedia.org/resource/Jock_Jams", "http://dbpedia.org/resource/Jonah_(miniseries)", "http://dbpedia.org/resource/Kerala_State_Film_Award", "http://dbpedia.org/resource/Kick-Ass_2_(comics)", "http://dbpedia.org/resource/La_mujer_de_Judas_(Mexican_telenovela)", "http://dbpedia.org/resource/Legacy_of_the_May_Revolution", "http://dbpedia.org/resource/Lent_Bumps_2005", "http://dbpedia.org/resource/Live_by_Request", "http://dbpedia.org/resource/Los_Horcones_massacre", "http://dbpedia.org/resource/Low_Carbon_Building_Programme", "http://dbpedia.org/resource/Lucy_of_the_Southern_Rainbow", "http://dbpedia.org/resource/MTV_Video_Music_Award_for_Best_Art_Direction", "http://dbpedia.org/resource/Machos_(telenovela)", "http://dbpedia.org/resource/Magdalena_(telenovela)", "http://dbpedia.org/resource/Making_Miracles", "http://dbpedia.org/resource/Mandingo_Massacre", "http://dbpedia.org/resource/Martin_Shaw:_Aviators", "http://dbpedia.org/resource/Masters_of_Survival", "http://dbpedia.org/resource/Medita\u00e7\u00e3o_(prose)", "http://dbpedia.org/resource/Meri_Saheli_Meri_Humjoli", "http://dbpedia.org/resource/Michael_Bentine's_Potty_Time", "http://dbpedia.org/resource/Misterbnb", "http://dbpedia.org/resource/Modern_Pentathlon_World_Cup", "http://dbpedia.org/resource/Moral_Essays", "http://dbpedia.org/resource/Morning_Star_(Philippine_TV_show)", "http://dbpedia.org/resource/Music_of_the_Front_Mission_series", "http://dbpedia.org/resource/NForce_500", "http://dbpedia.org/resource/NHL_FaceOff", "http://dbpedia.org/resource/Nass_Mlah_City_2", "http://dbpedia.org/resource/Near_Death_(comics)", "http://dbpedia.org/resource/Night_Court_U.S.A.", "http://dbpedia.org/resource/Nikolai_Dante", "http://dbpedia.org/resource/Noticieros_56", "http://dbpedia.org/resource/Nzebi_languages", "http://dbpedia.org/resource/Official_DC_Index", "http://dbpedia.org/resource/Official_History_of_Australia_in_the_War_of_1914\u20131918", "http://dbpedia.org/resource/Open_de_Nice_C\u00f4te_d'Azur", "http://dbpedia.org/resource/Outside_Source", "http://dbpedia.org/resource/PUC19", "http://dbpedia.org/resource/Paddington_Bear_(1989_TV_series)", "http://dbpedia.org/resource/Panasonic_Lumix_DMC-LZ30", "http://dbpedia.org/resource/Pay_Off_Your_Mortgage_in_Two_Years", "http://dbpedia.org/resource/Pop,_Songs_&_Death", "http://dbpedia.org/resource/Princess_Fragrant", "http://dbpedia.org/resource/Proware_Epica_(RAID_series)", "http://dbpedia.org/resource/Q_&_Q", "http://dbpedia.org/resource/Quantum_and_Woody", "http://dbpedia.org/resource/Quirpa_de_Tres_Mujeres", "http://dbpedia.org/resource/Rabbit_Bites", "http://dbpedia.org/resource/Richard_Ng_six_star_gau_gau_zan", "http://dbpedia.org/resource/Rio_Del_Mar_(1999_TV_series)", "http://dbpedia.org/resource/Roland_CUBE", "http://dbpedia.org/resource/Rolleicord", "http://dbpedia.org/resource/Root_beer", "http://dbpedia.org/resource/Royal_Lancashire_Show", "http://dbpedia.org/resource/Seven_Second_Delay", "http://dbpedia.org/resource/Shaman's_Tears", "http://dbpedia.org/resource/Sicilian_Film_Festival", "http://dbpedia.org/resource/Six_Degrees", "http://dbpedia.org/resource/Sony_Handycam_NEX-VG10", "http://dbpedia.org/resource/Sony_Vaio_FW_series", "http://dbpedia.org/resource/Spaceware_Sky_Vision_II", "http://dbpedia.org/resource/Spirit_Bay", "http://dbpedia.org/resource/Sports_Tonight_(Ireland)", "http://dbpedia.org/resource/Spy_High", "http://dbpedia.org/resource/Star_Knows_My_Heart", "http://dbpedia.org/resource/Suffolk_Show", "http://dbpedia.org/resource/Super_Agent", "http://dbpedia.org/resource/Survivor_(TV_series)", "http://dbpedia.org/resource/Survivor_Live", "http://dbpedia.org/resource/Takio", "http://dbpedia.org/resource/Tales_of_the_Zombie", "http://dbpedia.org/resource/Tektronix_4050", "http://dbpedia.org/resource/The_ALTdot_COMedy_Lounge", "http://dbpedia.org/resource/The_AWA_Review", "http://dbpedia.org/resource/The_Addams_Family_(1992_animated_series)", "http://dbpedia.org/resource/The_Annual_World's_Best_SF", "http://dbpedia.org/resource/The_Back_Series", "http://dbpedia.org/resource/The_Best_American_Short_Stories", "http://dbpedia.org/resource/The_Big_Show_(with_Manic_Mike)", "http://dbpedia.org/resource/The_Blue_Octavo_Notebooks", "http://dbpedia.org/resource/The_Cartoon_History_of_the_Universe", "http://dbpedia.org/resource/The_Edge_with_Jake_Sasseville", "http://dbpedia.org/resource/The_Inheritance_Trilogy_(N.K._Jemisin)", "http://dbpedia.org/resource/The_Last_Rune", "http://dbpedia.org/resource/The_Last_Word_(TV_series)", "http://dbpedia.org/resource/The_Office_(UK_TV_series)", "http://dbpedia.org/resource/The_Sleeze_Brothers", "http://dbpedia.org/resource/The_Social_Seminar", "http://dbpedia.org/resource/The_Tribute_Show", "http://dbpedia.org/resource/The_Voice_Kids_(Greek_TV_series)", "http://dbpedia.org/resource/Timeless_Gift", "http://dbpedia.org/resource/Tiny_Titans", "http://dbpedia.org/resource/Top_Up_TV_Promotional_Channel", "http://dbpedia.org/resource/Victoria_and_Shane_Grow_Their_Own", "http://dbpedia.org/resource/Wales_on_the_Menu", "http://dbpedia.org/resource/Wide_World_of_Sports_(U.S._TV_series)", "http://dbpedia.org/resource/Wolf_Cub_Village", "http://dbpedia.org/resource/Women_Can_Do_It", "http://dbpedia.org/resource/Young_India_Fellowship", "http://dbpedia.org/resource/Young_Seven", "http://dbpedia.org/resource/Above_the_Line_(TV_series)", "http://dbpedia.org/resource/Animal_Cops:_Miami", "http://dbpedia.org/resource/Athu_Ithu_Ethu", "http://dbpedia.org/resource/Burke_(series)", "http://dbpedia.org/resource/Children's_Hospital_(2010_TV_series)", "http://dbpedia.org/resource/Digital_Arts_and_Culture", "http://dbpedia.org/resource/Express_Yourself_(TV_series)", "http://dbpedia.org/resource/GMA_Flash_Report", "http://dbpedia.org/resource/GMT_(TV_series)", "http://dbpedia.org/resource/Gin-Ryu", "http://dbpedia.org/resource/Golf_at_Altitude", "http://dbpedia.org/resource/Googoosh_Comeback_Tour", "http://dbpedia.org/resource/Grand_Theft_Auto_(series)", "http://dbpedia.org/resource/Hacked_(TV_series)", "http://dbpedia.org/resource/Hawaii_Five-O_(season_7)", "http://dbpedia.org/resource/Hollywood's_Top_Ten", "http://dbpedia.org/resource/House_Rules_(Australia_TV_series)", "http://dbpedia.org/resource/Immoral_Study", "http://dbpedia.org/resource/It_Takes_Two_(sitcom)", "http://dbpedia.org/resource/James_May's_Things_You_Need_To_Know", "http://dbpedia.org/resource/Jammin'", "http://dbpedia.org/resource/Keep_It_in_the_Family_(UK_game_show)", "http://dbpedia.org/resource/Kick-Ass_(film_series)", "http://dbpedia.org/resource/La_Intrusa_(Venezuelan_telenovela)", "http://dbpedia.org/resource/La_vestale", "http://dbpedia.org/resource/Lands_of_Lore_series", "http://dbpedia.org/resource/Legend_of_Chu_and_Han", "http://dbpedia.org/resource/Les_Anges_de_la_t\u00e9l\u00e9r\u00e9alit\u00e9", "http://dbpedia.org/resource/Lifepak", "http://dbpedia.org/resource/Love_Phones", "http://dbpedia.org/resource/M6_mine", "http://dbpedia.org/resource/Mari-chan", "http://dbpedia.org/resource/Marina_(Philippine_TV_series)", "http://dbpedia.org/resource/Melbourne_International_Flower_and_Garden_Show", "http://dbpedia.org/resource/Menus_for_Moderns", "http://dbpedia.org/resource/Mikhail_Kruglov", "http://dbpedia.org/resource/Mind_Fusion", "http://dbpedia.org/resource/Monster_Rancher", "http://dbpedia.org/resource/Munay-ki", "http://dbpedia.org/resource/Mustansiriya_University_bombings", "http://dbpedia.org/resource/Nabedache", "http://dbpedia.org/resource/No_Kitchen_Required", "http://dbpedia.org/resource/Nora_(telenovela)", "http://dbpedia.org/resource/Oi_Aparadektoi", "http://dbpedia.org/resource/Olympus_Camedia_C-700_Ultra_Zoom", "http://dbpedia.org/resource/Orson_Welles'_Great_Mysteries", "http://dbpedia.org/resource/Palibhasa_Sikat", "http://dbpedia.org/resource/Pass_the_Buck_(1998_UK_game_show)", "http://dbpedia.org/resource/Pehmed_ja_karvased", "http://dbpedia.org/resource/Pornstar_Acad\u00e9mie", "http://dbpedia.org/resource/Postal_(video_game_series)", "http://dbpedia.org/resource/Protagonistas_de_la_Fama", "http://dbpedia.org/resource/Raymondskill_Falls", "http://dbpedia.org/resource/Relaciones_geogr\u00e1ficas", "http://dbpedia.org/resource/Remembering_Bo", "http://dbpedia.org/resource/Republican_Party_presidential_debates,_2012", "http://dbpedia.org/resource/Rockgol", "http://dbpedia.org/resource/Rolls-Royce_RB282", "http://dbpedia.org/resource/Ronin_(DC_Comics)", "http://dbpedia.org/resource/Rosyjska_Ruletka", "http://dbpedia.org/resource/Safety_life_cycle", "http://dbpedia.org/resource/Scarlet_Spider_(comic_book)", "http://dbpedia.org/resource/Sony_NW-A800", "http://dbpedia.org/resource/Spycatcher_(TV_series)", "http://dbpedia.org/resource/Stadt,_Land,_Mord!", "http://dbpedia.org/resource/Sugar_Creek_Gang", "http://dbpedia.org/resource/Syncretistic_controversy", "http://dbpedia.org/resource/TITV_Everest_2007", "http://dbpedia.org/resource/TelSell", "http://dbpedia.org/resource/Thanaweya_Amma", "http://dbpedia.org/resource/The_Bird_That_Drinks_Blood", "http://dbpedia.org/resource/The_Book_of_the_New_Sun", "http://dbpedia.org/resource/The_Butterflies_of_Zagorsk", "http://dbpedia.org/resource/The_Curious_House_Guest", "http://dbpedia.org/resource/The_Dingilliad", "http://dbpedia.org/resource/The_Flip_(TV_Show)", "http://dbpedia.org/resource/The_Gisele_MacKenzie_Show", "http://dbpedia.org/resource/The_New_Annotated_Sherlock_Holmes", "http://dbpedia.org/resource/The_Race_Race", "http://dbpedia.org/resource/The_Smoke_House", "http://dbpedia.org/resource/The_Sons_of_Hercules", "http://dbpedia.org/resource/The_Spud_Goodman_Show", "http://dbpedia.org/resource/Tom_and_Jerry_Spotlight_Collection", "http://dbpedia.org/resource/Tomica_Hero_Series", "http://dbpedia.org/resource/True_Grime:_Crime_Scene_Clean_Up", "http://dbpedia.org/resource/Un_Paso_Adelante_(TV_series)", "http://dbpedia.org/resource/United_States_Road_Racing_Championship", "http://dbpedia.org/resource/Used_Car_Roadshow", "http://dbpedia.org/resource/WWE_Heroes", "http://dbpedia.org/resource/Wacky_Packages", "http://dbpedia.org/resource/Walt_Disney's_Funny_Factory", "http://dbpedia.org/resource/Welcome_Aboard_(NBC_TV_series)", "http://dbpedia.org/resource/Welsh_football_league_system", "http://dbpedia.org/resource/Zee_Gaurav_Puraskar", "http://dbpedia.org/resource/Lent_Bumps_2002", "http://dbpedia.org/resource/Lent_Bumps_2003", "http://dbpedia.org/resource/Lent_Bumps_2007", "http://dbpedia.org/resource/Lent_Bumps_2010", "http://dbpedia.org/resource/Lent_Bumps_2011", "http://dbpedia.org/resource/Lent_Bumps_2014", "http://dbpedia.org/resource/Lent_Bumps_2016", "http://dbpedia.org/resource/Les_Chemins_invisibles", "http://dbpedia.org/resource/Les_Coulisses_du_pouvoir", "http://dbpedia.org/resource/Les_Dingodossiers", "http://dbpedia.org/resource/Les_Habits_Noirs", "http://dbpedia.org/resource/Les_Pintades", "http://dbpedia.org/resource/Les_Poup\u00e9es_de_Paris", "http://dbpedia.org/resource/Les_amazones", "http://dbpedia.org/resource/Les_ann\u00e9es_lyc\u00e9e", "http://dbpedia.org/resource/Les_pieds_dans_le_plat", "http://dbpedia.org/resource/Les_sibarites", "http://dbpedia.org/resource/Les_troqueurs", "http://dbpedia.org/resource/Let's_Design", "http://dbpedia.org/resource/Let's_Do_Coffee", "http://dbpedia.org/resource/Let's_Go_Square_Dancing", "http://dbpedia.org/resource/Let's_Play_Reporter", "http://dbpedia.org/resource/Letters_of_Centinel", "http://dbpedia.org/resource/Letters_to_a_Philosophical_Unbeliever", "http://dbpedia.org/resource/Leviathan:_Political_Cabaret", "http://dbpedia.org/resource/Levyraati", "http://dbpedia.org/resource/Lewis_&_Clark:_Great_Journey_West", "http://dbpedia.org/resource/Lharn_Poo_Koo_E-Joo", "http://dbpedia.org/resource/Liaison_(TV_series)", "http://dbpedia.org/resource/Fireside_Theater", "http://dbpedia.org/resource/First_Dates_(Australia)", "http://dbpedia.org/resource/First_Dates_(Ireland)", "http://dbpedia.org/resource/First_North_Americans_(novels)", "http://dbpedia.org/resource/Flagship_Program", "http://dbpedia.org/resource/Man_bijt_hond", "http://dbpedia.org/resource/Manchester_Medieval_Studies", "http://dbpedia.org/resource/Mandeans", "http://dbpedia.org/resource/Maryland_(2022_film)", "http://dbpedia.org/resource/Guardians_of_Time_Trilogy", "http://dbpedia.org/resource/Grimm_(TV_Series)", "http://dbpedia.org/resource/Outback_ER", "http://dbpedia.org/resource/Oxford_Historical_Monographs", "http://dbpedia.org/resource/Paddle_Pop_Adventures", "http://dbpedia.org/resource/Panasonic_Lumix_DMC-GX8", "http://dbpedia.org/resource/Panpaka_Pants", "http://dbpedia.org/resource/Paper_Port_(TV_series)", "http://dbpedia.org/resource/Mindrocker_(series)", "http://dbpedia.org/resource/Mirko_and_Slavko", "http://dbpedia.org/resource/Pobre_millonaria", "http://dbpedia.org/resource/Post_Mart", "http://dbpedia.org/resource/Studio_86", "http://dbpedia.org/resource/Studio_Kafka", "http://dbpedia.org/resource/Subsequent_Nuremberg_trials", "http://dbpedia.org/resource/Sudu_Andagena_Kalu_Awidin", "http://dbpedia.org/resource/Sunagawa_Struggle", "http://dbpedia.org/resource/Suzakinishi_the_Animation", "http://dbpedia.org/resource/Svenska_nyheter", "http://dbpedia.org/resource/Tezaur_folcloric", "http://dbpedia.org/resource/The_Angel,_the_Devil_and_I", "http://dbpedia.org/resource/The_Case_Died_with_Her", "http://dbpedia.org/resource/The_Chinese_Road", "http://dbpedia.org/resource/The_Crusades,_An_Arab_Perspective", "http://dbpedia.org/resource/The_Dagger_and_the_Coin", "http://dbpedia.org/resource/The_Diana_Dors_Show", "http://dbpedia.org/resource/The_Diplomat_(TV_series)", "http://dbpedia.org/resource/The_Flying_Doctor_(TV_series)", "http://dbpedia.org/resource/The_Girl_from_the_Well", "http://dbpedia.org/resource/Panizzi_Lectures", "http://dbpedia.org/resource/Parking_Mad", "http://dbpedia.org/resource/Parliament_Hill_Rehabilitation", "http://dbpedia.org/resource/Women's_Tales", "http://dbpedia.org/resource/Women_in_German_history_series", "http://dbpedia.org/resource/Woobinda,_Animal_Doctor", "http://dbpedia.org/resource/World_Perspectives", "http://dbpedia.org/resource/World_Solar_Challenge_2013", "http://dbpedia.org/resource/Worlds_Beyond_(TV_series)", "http://dbpedia.org/resource/Wuthering_Heights_(1978_TV_serial)", "http://dbpedia.org/resource/Xochicuicatl_cuecuechtli", "http://dbpedia.org/resource/Planetary_Pebbles_(series)", "http://dbpedia.org/resource/Platonic_(TV_series)", "http://dbpedia.org/resource/Playbox_(1955_TV_series)", "http://dbpedia.org/resource/Players_Tour_Championship_2015/2016", "http://dbpedia.org/resource/Players_of_the_Faithful", "http://dbpedia.org/resource/Poori_(teledrama)", "http://dbpedia.org/resource/Karuk_people", "http://dbpedia.org/resource/Kaska_people", "http://dbpedia.org/resource/Sachi_Baat_SK_Niazi_k_Sath", "http://dbpedia.org/resource/SafeCare_(programme)", "http://dbpedia.org/resource/Sano_Ichiro", "http://dbpedia.org/resource/Sapporo_Super_Clear", "http://dbpedia.org/resource/Iraqi_Jews", "http://dbpedia.org/resource/Naagin_(TV_series)", "http://dbpedia.org/resource/Name_days_in_France", "http://dbpedia.org/resource/Agnes_Sorel_(opera)", "http://dbpedia.org/resource/Agni_(opera)", "http://dbpedia.org/resource/Agro_(puppet)", "http://dbpedia.org/resource/Ai_no_Gakko_Cuore_Monogatari", "http://dbpedia.org/resource/Aino_(opera)", "http://dbpedia.org/resource/Air-defense_experiments", "http://dbpedia.org/resource/Air_(comics)", "http://dbpedia.org/resource/Air_Creation_Fun", "http://dbpedia.org/resource/Air_Traffic_Controller_(video_game)", "http://dbpedia.org/resource/Airborne_Climax", "http://dbpedia.org/resource/Airborne_Fun", "http://dbpedia.org/resource/Airborne_Sting", "http://dbpedia.org/resource/Airport_Homes_race_riots", "http://dbpedia.org/resource/Airs_above_the_ground", "http://dbpedia.org/resource/Aisa_Karay_Ga_Toh_Maray_Ga", "http://dbpedia.org/resource/Alan_Moore's_Yuggoth_Cultures_and_Other_Growths", "http://dbpedia.org/resource/Alan_Parker_(radio_show)", "http://dbpedia.org/resource/Alara_(fairy)", "http://dbpedia.org/resource/Alarm_in_den_Bergen", "http://dbpedia.org/resource/Alasdair_Fotheringham", "http://dbpedia.org/resource/Alaska_Daily", "http://dbpedia.org/resource/Alban_(opera)", "http://dbpedia.org/resource/Albany_Fish_Traps", "http://dbpedia.org/resource/Albedo_Anthropomorphics", "http://dbpedia.org/resource/Albert_Einstein_World_Award_of_Science", "http://dbpedia.org/resource/Albert_Leon_Whiteman_Memorial_Prize", "http://dbpedia.org/resource/Albert_Pendarvis", "http://dbpedia.org/resource/Albion_(comics)", "http://dbpedia.org/resource/Albion_and_Albanius", "http://dbpedia.org/resource/Alcine", "http://dbpedia.org/resource/Aldebaran_(comics)", "http://dbpedia.org/resource/2014_Albanian_demonstrations_in_Macedonia", "http://dbpedia.org/resource/2014_Indian_Super_League_finals", "http://dbpedia.org/resource/2014\u201315_Nicaraguan_protests", "http://dbpedia.org/resource/Deep_Red_(1994_film)", "http://dbpedia.org/resource/Deep_Rooted_Tree", "http://dbpedia.org/resource/Deep_Sea_Detectives", "http://dbpedia.org/resource/Deep_Shock", "http://dbpedia.org/resource/Deep_South_Paranormal", "http://dbpedia.org/resource/Deep_State_(TV_series)", "http://dbpedia.org/resource/Deep_Time_History", "http://dbpedia.org/resource/Deep_Water_(2019_series)", "http://dbpedia.org/resource/Deep_Water_(TV_series)", "http://dbpedia.org/resource/Deep_in_My_Heart_(1999_film)", "http://dbpedia.org/resource/Deep_in_the_Realm_of_Conscience", "http://dbpedia.org/resource/Deeparadhana", "http://dbpedia.org/resource/Deer_Hunter_(series)", "http://dbpedia.org/resource/Deer_Squad", "http://dbpedia.org/resource/Deewana_(TV_series)", "http://dbpedia.org/resource/Deewangi", "http://dbpedia.org/resource/Deewar-e-Shab", "http://dbpedia.org/resource/Deewar_(TV_series)", "http://dbpedia.org/resource/Def_Comedy_Jam", "http://dbpedia.org/resource/Def_Poetry_Jam", "http://dbpedia.org/resource/Defectors_(game_show)", "http://dbpedia.org/resource/Defend_Your_Castle", "http://dbpedia.org/resource/Defenders_of_the_Earth", "http://dbpedia.org/resource/Defending_Jacob_(miniseries)", "http://dbpedia.org/resource/Defending_the_Guilty", "http://dbpedia.org/resource/Defiance_(TV_series)", "http://dbpedia.org/resource/Defiance_(season_3)", "http://dbpedia.org/resource/Definitely_Neighbors", "http://dbpedia.org/resource/Definition_(game_show)", "http://dbpedia.org/resource/Defunctland", "http://dbpedia.org/resource/Defying_Gravity_(TV_series)", "http://dbpedia.org/resource/Defying_the_Nazis:_The_Sharps'_War", "http://dbpedia.org/resource/Degrassi:_Next_Class", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_1)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_3)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_4)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_5)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_6)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_8)", "http://dbpedia.org/resource/Degrassi:_The_Next_Generation_(season_9)", "http://dbpedia.org/resource/Degrassi_(season_10)", "http://dbpedia.org/resource/Degrassi_Goes_Hollywood", "http://dbpedia.org/resource/Degrassi_High", "http://dbpedia.org/resource/Degrassi_Junior_High", "http://dbpedia.org/resource/Degrassi_Takes_Manhattan", "http://dbpedia.org/resource/Degrassi_Talks", "http://dbpedia.org/resource/Dehleez_(1981_TV_series)", "http://dbpedia.org/resource/Dehleez_(2009_TV_series)", "http://dbpedia.org/resource/Deion's_Family_Playbook", "http://dbpedia.org/resource/Deion_&_Pilar:_Prime_Time_Love", "http://dbpedia.org/resource/Deivam_Thandha_Veedu", "http://dbpedia.org/resource/Deivam_Thantha_Poove", "http://dbpedia.org/resource/Deivamagal", "http://dbpedia.org/resource/Deja_Vu_(TV_series)", "http://dbpedia.org/resource/Deja_Vu_Tour", "http://dbpedia.org/resource/Dejavu_di_Kinabalu", "http://dbpedia.org/resource/Dej\u00e9monos_de_Vargas", "http://dbpedia.org/resource/Dej\u00e9monos_de_vainas", "http://dbpedia.org/resource/Deka_Kurokawa_Suzuki", "http://dbpedia.org/resource/Dekh_Bhai_Dekh", "http://dbpedia.org/resource/Dekha_Ek_Khwaab", "http://dbpedia.org/resource/Dekho_Chaand_Aaya", "http://dbpedia.org/resource/Dekho_Magar_Pyaar_Se", "http://dbpedia.org/resource/Del_Monte_Kitchenomics", "http://dbpedia.org/resource/Del_Tierro", "http://dbpedia.org/resource/Del_altar_a_la_tumba", "http://dbpedia.org/resource/Delayed_Justice", "http://dbpedia.org/resource/Delet_Haksamim", "http://dbpedia.org/resource/Delete_(miniseries)", "http://dbpedia.org/resource/Delfy_and_His_Friends", "http://dbpedia.org/resource/Delhi_Crime", "http://dbpedia.org/resource/Delicacies_Destiny", "http://dbpedia.org/resource/Delicious_(TV_series)", "http://dbpedia.org/resource/Delicious_Gakuin", "http://dbpedia.org/resource/Delicious_Miss_Brown", "http://dbpedia.org/resource/Delicious_Proposal", "http://dbpedia.org/resource/Delicious_Rendezvous", "http://dbpedia.org/resource/Deliciousness_(TV_series)", "http://dbpedia.org/resource/Delilah:_The_Mysterious_Case_of_Delilah_Ambrose", "http://dbpedia.org/resource/Delilah_&_Julius", "http://dbpedia.org/resource/Delilah_(American_TV_series)", "http://dbpedia.org/resource/Delilah_(Canadian_TV_series)", "http://dbpedia.org/resource/Deliver_Me_(TV_series)", "http://dbpedia.org/resource/Deliver_Us_from_Evil_(1973_film)", "http://dbpedia.org/resource/Deliverance_Creek", "http://dbpedia.org/resource/Delivery_(web_series)", "http://dbpedia.org/resource/Dellaventura", "http://dbpedia.org/resource/Delocated", "http://dbpedia.org/resource/Delph_Locks", "http://dbpedia.org/resource/Delta_(American_TV_series)", "http://dbpedia.org/resource/Delta_(Australian_TV_series)", "http://dbpedia.org/resource/Delta_County,_U.S.A.", "http://dbpedia.org/resource/Delta_House", "http://dbpedia.org/resource/Delta_State_(TV_series)", "http://dbpedia.org/resource/Deltora_Quest_(series)", "http://dbpedia.org/resource/Deluxe_Paint", "http://dbpedia.org/resource/Delvecchio_(TV_series)", "http://dbpedia.org/resource/Dem_T\u00e4ter_auf_der_Spur", "http://dbpedia.org/resource/Demain_Pr\u00e9sident", "http://dbpedia.org/resource/Demente_(TV_series)", "http://dbpedia.org/resource/Demente_criminal", "http://dbpedia.org/resource/Demetri_Martin._Person.", "http://dbpedia.org/resource/Demi-Gods_and_Semi-Devils_(1982_TV_series)", "http://dbpedia.org/resource/Demi-Gods_and_Semi-Devils_(1997_TV_series)", "http://dbpedia.org/resource/Demi-Gods_and_Semi-Devils_(2003_TV_series)", "http://dbpedia.org/resource/Demi_Lovato:_Dancing_with_the_Devil", "http://dbpedia.org/resource/Demi_Lovato:_Stay_Strong", "http://dbpedia.org/resource/Demob_(TV_series)", "http://dbpedia.org/resource/Democratic_Party_(Yugoslavia)", "http://dbpedia.org/resource/Demofoonte_(Myslive\u010dek)_(1769)", "http://dbpedia.org/resource/Demofoonte_(Myslive\u010dek)_(1775)", "http://dbpedia.org/resource/Demographics_of_Argentina", "http://dbpedia.org/resource/Demographics_of_Colombia", "http://dbpedia.org/resource/Demographics_of_Greenland", "http://dbpedia.org/resource/Demographics_of_Paraguay", "http://dbpedia.org/resource/Demolition_Man_(TV_series)", "http://dbpedia.org/resource/DemonTech_series", "http://dbpedia.org/resource/Demon_Beast_Invasion", "http://dbpedia.org/resource/Demon_Fighter_Kocho", "http://dbpedia.org/resource/Demon_From_Afar", "http://dbpedia.org/resource/Demon_King_Daimao", "http://dbpedia.org/resource/Demon_Lord_Dante", "http://dbpedia.org/resource/Demonbane", "http://dbpedia.org/resource/Demons_(TV_series)", "http://dbpedia.org/resource/Demonstrations_in_Physics", "http://dbpedia.org/resource/Dempsey_(film)", "http://dbpedia.org/resource/Dempsey_and_Makepeace", "http://dbpedia.org/resource/Den_11._time", "http://dbpedia.org/resource/Den_Brother", "http://dbpedia.org/resource/Den_Kongelige_G\u00e6st", "http://dbpedia.org/resource/Den_t\u00e4nkande_brevb\u00e4raren", "http://dbpedia.org/resource/Den_vilda_bebin", "http://dbpedia.org/resource/Deng_Xiaoping_at_History's_Crossroads", "http://dbpedia.org/resource/Dengeki_G's_Radio", "http://dbpedia.org/resource/Dengeki_Sentai_Changeman", "http://dbpedia.org/resource/Denise_(TV_program)", "http://dbpedia.org/resource/Denise_Richards:_It's_Complicated", "http://dbpedia.org/resource/Denji_Sentai_Megaranger", "http://dbpedia.org/resource/Denjin_Zaborger", "http://dbpedia.org/resource/Denkigai_no_Honya-san", "http://dbpedia.org/resource/Dennis_&_Gnasher:_Unleashed!", "http://dbpedia.org/resource/Dennis_Miller_Live", "http://dbpedia.org/resource/Dennis_and_Gnasher_(1996_TV_series)", "http://dbpedia.org/resource/Dennis_the_Menace_(1959_TV_series)", "http://dbpedia.org/resource/Dennis_the_Menace_(1986_TV_series)", "http://dbpedia.org/resource/Dennis_the_Menace_(1987_film)", "http://dbpedia.org/resource/Dennis_the_Menace_and_Gnasher_(2009_TV_series)", "http://dbpedia.org/resource/Dennou_Keisatsu_Cybercop", "http://dbpedia.org/resource/Denny's_Sho", "http://dbpedia.org/resource/Denn\u014d_Coil", "http://dbpedia.org/resource/Denpa_teki_na_Kanojo", "http://dbpedia.org/resource/Dense_(film)", "http://dbpedia.org/resource/Densha_Otoko_(TV_series)", "http://dbpedia.org/resource/Denshi_Sentai_Denjiman", "http://dbpedia.org/resource/Denver,_the_Last_Dinosaur", "http://dbpedia.org/resource/Deon_Cole's_Black_Box", "http://dbpedia.org/resource/Department_S_(TV_series)", "http://dbpedia.org/resource/Departure_(TV_series)", "http://dbpedia.org/resource/Departures_(TV_series)", "http://dbpedia.org/resource/Depi_Evratesil", "http://dbpedia.org/resource/Depoe_Bay_Bridge", "http://dbpedia.org/resource/Depois_do_Adeus", "http://dbpedia.org/resource/Depositary_(film)", "http://dbpedia.org/resource/Deputy_(TV_series)", "http://dbpedia.org/resource/Deputy_Dawg", "http://dbpedia.org/resource/Der_Barbier_von_Bagdad", "http://dbpedia.org/resource/Der_Bastian", "http://dbpedia.org/resource/Der_Bergdoktor_(2008_TV_series)", "http://dbpedia.org/resource/Der_Clown", "http://dbpedia.org/resource/Der_Club_(talk_show)", "http://dbpedia.org/resource/Der_Corregidor", "http://dbpedia.org/resource/Der_Dicke", "http://dbpedia.org/resource/Der_Diktator", "http://dbpedia.org/resource/Der_Fahnder", "http://dbpedia.org/resource/Der_Forellenhof", "http://dbpedia.org/resource/Der_Hausgeist", "http://dbpedia.org/resource/Der_Jasager", "http://dbpedia.org/resource/Der_J\u00fcngste_Tag", "http://dbpedia.org/resource/Der_Kaiser_von_Atlantis", "http://dbpedia.org/resource/Der_Kaiser_von_Schexing", "http://dbpedia.org/resource/Der_Kommissar_(TV_series)", "http://dbpedia.org/resource/Der_Kom\u00f6dienstadel", "http://dbpedia.org/resource/Der_Kriminalist", "http://dbpedia.org/resource/Der_Kurier_der_Kaiserin", "http://dbpedia.org/resource/Der_K\u00f6nig_Kandaules", "http://dbpedia.org/resource/Der_Landarzt", "http://dbpedia.org/resource/Der_Lehrer", "http://dbpedia.org/resource/Der_Leihopa", "http://dbpedia.org/resource/Der_Millionenbauer", "http://dbpedia.org/resource/Der_Mond", "http://dbpedia.org/resource/Der_Nachtkurier_meldet\u2026", "http://dbpedia.org/resource/Der_Pass", "http://dbpedia.org/resource/Der_Penny-Markt_auf_der_Reeperbahn", "http://dbpedia.org/resource/Der_Prinz_von_Homburg_(opera)", "http://dbpedia.org/resource/Der_Protagonist", "http://dbpedia.org/resource/Der_Rauchfangkehrer", "http://dbpedia.org/resource/Der_Revisor", "http://dbpedia.org/resource/Der_Roland_von_Berlin_(opera)", "http://dbpedia.org/resource/Der_Schatzgr\u00e4ber", "http://dbpedia.org/resource/Der_Schw\u00e4chste_fliegt!", "http://dbpedia.org/resource/Der_Spatz_vom_Wallrafplatz", "http://dbpedia.org/resource/Der_Staatsanwalt_hat_das_Wort", "http://dbpedia.org/resource/Der_Templer_und_die_J\u00fcdin", "http://dbpedia.org/resource/Der_Traumg\u00f6rge", "http://dbpedia.org/resource/Der_Trompeter_von_S\u00e4kkingen", "http://dbpedia.org/resource/Der_Vampyr", "http://dbpedia.org/resource/Der_Waffenschmied", "http://dbpedia.org/resource/Der_Wald", "http://dbpedia.org/resource/Der_Zwerg", "http://dbpedia.org/resource/Der_ferne_Klang", "http://dbpedia.org/resource/Der_geduldige_Socrates", "http://dbpedia.org/resource/Der_junge_Lord", "http://dbpedia.org/resource/Der_kleine_Ritter_Trenk", "http://dbpedia.org/resource/Der_kleine_Vampir_\u2013_Neue_Abenteuer", "http://dbpedia.org/resource/Der_letzte_Bulle", "http://dbpedia.org/resource/Der_letzte_Zeuge", "http://dbpedia.org/resource/Der_neumodische_Liebhaber_Damon", "http://dbpedia.org/resource/Der_schwarze_Kanal", "http://dbpedia.org/resource/Derana_Dream_Star", "http://dbpedia.org/resource/Derby_Day_(light_opera)", "http://dbpedia.org/resource/Derby_Stallion", "http://dbpedia.org/resource/Derek_(TV_series)", "http://dbpedia.org/resource/Derek_Acorah's_Ghost_Towns", "http://dbpedia.org/resource/Derek_and_Simon", "http://dbpedia.org/resource/Derren_Brown:_The_Events", "http://dbpedia.org/resource/Derrick_(TV_series)", "http://dbpedia.org/resource/Derry_Girls", "http://dbpedia.org/resource/Des_(TV_series)", "http://dbpedia.org/resource/Des_Mein_Niklla_Hoga_Chand", "http://dbpedia.org/resource/Des_O'Connor_Tonight", "http://dbpedia.org/resource/Des_chiffres_et_des_lettres", "http://dbpedia.org/resource/Des_racines_et_des_ailes", "http://dbpedia.org/resource/Desafio_de_Estrellas", "http://dbpedia.org/resource/Desaf\u00edo:_La_Gran_Batalla", "http://dbpedia.org/resource/Desaf\u00edo_(TV_series)", "http://dbpedia.org/resource/Desaparecida", "http://dbpedia.org/resource/Desaparecidos_(Spanish_TV_series)", "http://dbpedia.org/resource/Desaparecidos_(TV_series)", "http://dbpedia.org/resource/Desayunos_informales", "http://dbpedia.org/resource/Descendants:_School_of_Secrets", "http://dbpedia.org/resource/Descendants:_Wicked_World", "http://dbpedia.org/resource/Descendants_(2015_film)", "http://dbpedia.org/resource/Descendants_2", "http://dbpedia.org/resource/Descendants_3", "http://dbpedia.org/resource/Descendants_of_Darkness", "http://dbpedia.org/resource/Descendants_of_the_Sun", "http://dbpedia.org/resource/Descendants_of_the_Sun:_The_Philippine_Adaptation", "http://dbpedia.org/resource/Descending_Angel", "http://dbpedia.org/resource/Descontrol_(TV_series)", "http://dbpedia.org/resource/Descubierta-class_corvette", "http://dbpedia.org/resource/Desde_Gayola", "http://dbpedia.org/resource/Desejo_Proibido", "http://dbpedia.org/resource/Desejos_de_Mulher", "http://dbpedia.org/resource/Desencuentro_(1964_TV_series)", "http://dbpedia.org/resource/Desencuentro_(1997_TV_series)", "http://dbpedia.org/resource/Desert_Car_Kings", "http://dbpedia.org/resource/Desert_Coral", "http://dbpedia.org/resource/Desert_Island_Discs", "http://dbpedia.org/resource/Desert_Punk", "http://dbpedia.org/resource/Desert_Rose_(TV_series)", "http://dbpedia.org/resource/Desert_of_Fire", "http://dbpedia.org/resource/Deserving_Design", "http://dbpedia.org/resource/Desh_Ki_Beti_Nandini", "http://dbpedia.org/resource/Desher_Maati", "http://dbpedia.org/resource/Desi_Explorers", "http://dbpedia.org/resource/Desi_Rascals", "http://dbpedia.org/resource/DesignAge", "http://dbpedia.org/resource/Design_1047_battlecruiser", "http://dbpedia.org/resource/Design_Indaba", "http://dbpedia.org/resource/Design_Rivals", "http://dbpedia.org/resource/Design_Squad", "http://dbpedia.org/resource/Design_U", "http://dbpedia.org/resource/Design_on_a_Dime", "http://dbpedia.org/resource/Designated_Survivor:_60_Days", "http://dbpedia.org/resource/Designated_Survivor_(TV_series)", "http://dbpedia.org/resource/Designer_Guys", "http://dbpedia.org/resource/Designer_Superstar_Challenge", "http://dbpedia.org/resource/Designerspirene", "http://dbpedia.org/resource/Designing_Spaces", "http://dbpedia.org/resource/Designing_Women", "http://dbpedia.org/resource/Desire_(TV_series)", "http://dbpedia.org/resource/Desmond's", "http://dbpedia.org/resource/Desmond_and_the_Channel_9-Pins", "http://dbpedia.org/resource/Desolation_Canyon_(film)", "http://dbpedia.org/resource/Despatch_Box", "http://dbpedia.org/resource/Despedida_de_Solteiro", "http://dbpedia.org/resource/Despedida_de_Solteros", "http://dbpedia.org/resource/Despera", "http://dbpedia.org/resource/Desperados_(TV_series)", "http://dbpedia.org/resource/Desperate_Choices:_To_Save_My_Child", "http://dbpedia.org/resource/Desperate_Housewives", "http://dbpedia.org/resource/Desperate_Housewives_(season_1)", "http://dbpedia.org/resource/Desperate_Housewives_(season_2)", "http://dbpedia.org/resource/Desperate_Housewives_(season_3)", "http://dbpedia.org/resource/Desperate_Housewives_(season_4)", "http://dbpedia.org/resource/Desperate_Housewives_(season_5)", "http://dbpedia.org/resource/Desperate_Housewives_(season_6)", "http://dbpedia.org/resource/Desperate_Housewives_(season_7)", "http://dbpedia.org/resource/Desperate_Housewives_(season_8)", "http://dbpedia.org/resource/Desperate_Housewives_Africa", "http://dbpedia.org/resource/Desperate_Justice", "http://dbpedia.org/resource/Desperate_Lives", "http://dbpedia.org/resource/Desperate_Rescue:_The_Cathy_Mahone_Story", "http://dbpedia.org/resource/Desperate_Romantics", "http://dbpedia.org/resource/Desperate_Scousewives", "http://dbpedia.org/resource/Desperate_for_Love", "http://dbpedia.org/resource/Desperately_Seeking_Santa", "http://dbpedia.org/resource/Desperately_Seeking_Something", "http://dbpedia.org/resource/Despertar_contigo", "http://dbpedia.org/resource/Dessert_First_with_Anne_Thornton", "http://dbpedia.org/resource/Dessert_Games", "http://dbpedia.org/resource/Destan_(TV_series)", "http://dbpedia.org/resource/Deste_Tous", "http://dbpedia.org/resource/Destilando_Amor", "http://dbpedia.org/resource/Destination:_Imagination", "http://dbpedia.org/resource/Destination_Fear", "http://dbpedia.org/resource/Destination_Fear_(2019_TV_series)", "http://dbpedia.org/resource/Destination_Tennis", "http://dbpedia.org/resource/Destination_Truth", "http://dbpedia.org/resource/Destined_to_Love_You", "http://dbpedia.org/resource/Destined_to_be_Yours", "http://dbpedia.org/resource/Destino_(1963_TV_series)", "http://dbpedia.org/resource/Destino_(2013_Mexican_TV_series)", "http://dbpedia.org/resource/Destino_(Brazilian_TV_series)", "http://dbpedia.org/resource/Destino_(Mexican_TV_series)", "http://dbpedia.org/resource/Destino_Imortal", "http://dbpedia.org/resource/Destino_de_Mujer", "http://dbpedia.org/resource/Destino_la_gloria", "http://dbpedia.org/resource/Destinos", "http://dbpedia.org/resource/Destiny_(Jan\u00e1\u010dek)", "http://dbpedia.org/resource/Destiny_Ridge", "http://dbpedia.org/resource/Destiny_Rose", "http://dbpedia.org/resource/Destiny_in_Her_Hands", "http://dbpedia.org/resource/Destroy_Build_Destroy", "http://dbpedia.org/resource/Destroyed_in_Seconds", "http://dbpedia.org/resource/Destry_(TV_series)", "http://dbpedia.org/resource/Desus_&_Mero_(2016_TV_series)", "http://dbpedia.org/resource/Desus_&_Mero_(2019_TV_series)", "http://dbpedia.org/resource/Det_R\u00f8de_Kapel", "http://dbpedia.org/resource/Det_blir_jul_p\u00e5_M\u00f6lleg\u00e5rden", "http://dbpedia.org/resource/Det_kommer_mera", "http://dbpedia.org/resource/Det_sjungande_tr\u00e4det_(opera)", "http://dbpedia.org/resource/Detective's_Wife", "http://dbpedia.org/resource/Detective_Chinatown_(web_series)", "http://dbpedia.org/resource/Detective_Didi", "http://dbpedia.org/resource/Detective_Investigation_Files", "http://dbpedia.org/resource/Detective_Investigation_Files_II", "http://dbpedia.org/resource/Detective_Investigation_Files_III", "http://dbpedia.org/resource/Detective_Investigation_Files_IV", "http://dbpedia.org/resource/Detective_Investigation_Files_Series", "http://dbpedia.org/resource/Detective_Novice", "http://dbpedia.org/resource/Detective_School", "http://dbpedia.org/resource/Detective_School_Q", "http://dbpedia.org/resource/Detective_in_the_House", "http://dbpedia.org/resource/Detectives_in_Trouble", "http://dbpedia.org/resource/Detectorists", "http://dbpedia.org/resource/Detektivb\u00fcro_Roth", "http://dbpedia.org/resource/Detention:_The_Siege_at_Johnson_High", "http://dbpedia.org/resource/Detention_(American_TV_series)", "http://dbpedia.org/resource/Detention_(Taiwanese_TV_series)", "http://dbpedia.org/resource/Detentionaire", "http://dbpedia.org/resource/Detonator_Orgun", "http://dbpedia.org/resource/Detroit_1-8-7", "http://dbpedia.org/resource/Detroit_Diesel_Series_149", "http://dbpedia.org/resource/Detroit_Diesel_Series_71", "http://dbpedia.org/resource/Detroit_Metal_City", "http://dbpedia.org/resource/Detroiters_(TV_series)", "http://dbpedia.org/resource/Detr\u00e1s_del_muro", "http://dbpedia.org/resource/Deudas", "http://dbpedia.org/resource/Deus_Salve_o_Rei", "http://dbpedia.org/resource/Deus_Vitae", "http://dbpedia.org/resource/Deutsch-les-Landes", "http://dbpedia.org/resource/Deutsche_Bank_Prize_in_Financial_Economics", "http://dbpedia.org/resource/Deutsche_Tourenwagen_Masters", "http://dbpedia.org/resource/Deutsche_Tourenwagen_Meisterschaft", "http://dbpedia.org/resource/Deutscher_Filmpreis", "http://dbpedia.org/resource/Deutscher_Jugendliteraturpreis", "http://dbpedia.org/resource/Deutschland-class_cruiser", "http://dbpedia.org/resource/Deutschland_83", "http://dbpedia.org/resource/Deutschland_86", "http://dbpedia.org/resource/Deutschland_89", "http://dbpedia.org/resource/Deutschland_sucht_den_Superstar", "http://dbpedia.org/resource/Deutschlands_MeisterKoch", "http://dbpedia.org/resource/Dev_(TV_series)", "http://dbpedia.org/resource/Dev_DD", "http://dbpedia.org/resource/Deva_Shree_Ganesha", "http://dbpedia.org/resource/Devanshi_(TV_series)", "http://dbpedia.org/resource/Devashard", "http://dbpedia.org/resource/Devathai_(2013_TV_series)", "http://dbpedia.org/resource/Devathaiyai_Kanden_(TV_series)", "http://dbpedia.org/resource/Devi_(TV_series)", "http://dbpedia.org/resource/Devi_Adi_Parashakti", "http://dbpedia.org/resource/Device_Forts", "http://dbpedia.org/resource/Devil's_Advocate_(TV_series)", "http://dbpedia.org/resource/Devil's_Diary", "http://dbpedia.org/resource/Devil's_Disciples", "http://dbpedia.org/resource/Devil's_Dust", "http://dbpedia.org/resource/Devil's_Playground_(TV_series)", "http://dbpedia.org/resource/Devil_(TV_series)", "http://dbpedia.org/resource/Devil_Beside_You", "http://dbpedia.org/resource/Devil_Dog:_The_Hound_of_Hell", "http://dbpedia.org/resource/Devil_Hunter_Yohko", "http://dbpedia.org/resource/Devil_Lady", "http://dbpedia.org/resource/Devil_May_Care_(TV_series)", "http://dbpedia.org/resource/Devil_May_Cry", "http://dbpedia.org/resource/Devil_May_Cry:_The_Animated_Series", "http://dbpedia.org/resource/Devil_May_Cry_3_(manga)", "http://dbpedia.org/resource/Devil_Sister", "http://dbpedia.org/resource/Devil_Survivor_2:_The_Animation", "http://dbpedia.org/resource/Devil_in_Ohio", "http://dbpedia.org/resource/Devilish_Charm", "http://dbpedia.org/resource/Devils_(TV_series)", "http://dbpedia.org/resource/Devils_and_Realist", "http://dbpedia.org/resource/Devilsdorp", "http://dbpedia.org/resource/Devious_Maids", "http://dbpedia.org/resource/Devlin_(TV_series)", "http://dbpedia.org/resource/Devlok_with_Devdutt_Pattanaik", "http://dbpedia.org/resource/Devmanus", "http://dbpedia.org/resource/Devon_County_Show", "http://dbpedia.org/resource/Devon_Ke_Dev...Mahadev", "http://dbpedia.org/resource/Devotion_(TV_series)", "http://dbpedia.org/resource/Devs", "http://dbpedia.org/resource/Devyani_(TV_series)", "http://dbpedia.org/resource/Dewa_(TV_series)", "http://dbpedia.org/resource/Deweni_Inima", "http://dbpedia.org/resource/Dex_Hamilton:_Alien_Entomologist", "http://dbpedia.org/resource/Dexter's_Laboratory", "http://dbpedia.org/resource/Dexter's_Laboratory:_Ego_Trip", "http://dbpedia.org/resource/Dexter:_New_Blood", "http://dbpedia.org/resource/Dexter_(TV_series)", "http://dbpedia.org/resource/Dhaani_(serial)", "http://dbpedia.org/resource/Dhadkan_(TV_series)", "http://dbpedia.org/resource/Dhadkan_Zindaggi_Kii", "http://dbpedia.org/resource/Dhani_Tackles_the_Globe", "http://dbpedia.org/resource/Dharaka", "http://dbpedia.org/resource/Dharam_Veer_(TV_series)", "http://dbpedia.org/resource/Dharampatni", "http://dbpedia.org/resource/Dharifulhu", "http://dbpedia.org/resource/Dharkan_(TV_series)", "http://dbpedia.org/resource/Dharm_Yoddha_Garud", "http://dbpedia.org/resource/Dharma_&_Greg", "http://dbpedia.org/resource/Dharmakshetra", "http://dbpedia.org/resource/Dharmayutham", "http://dbpedia.org/resource/Dharti_Ka_Veer_Yodha_Prithviraj_Chauhan", "http://dbpedia.org/resource/Dhathuputhri", "http://dbpedia.org/resource/Dhee_(TV_show)", "http://dbpedia.org/resource/Dhee_Ultimate_Dance_Show", "http://dbpedia.org/resource/Dheewanaa_Hiyy", "http://dbpedia.org/resource/Dhhai_Kilo_Prem", "http://dbpedia.org/resource/Dhimal", "http://dbpedia.org/resource/Dhimaner_Dinkaal", "http://dbpedia.org/resource/Dhindora", "http://dbpedia.org/resource/Dhirumeh_Nethas", "http://dbpedia.org/resource/Dhoadhi", "http://dbpedia.org/resource/Dhoapatta", "http://dbpedia.org/resource/Dhol_Bajnay_Laga", "http://dbpedia.org/resource/Dholkichya_Talavar", "http://dbpedia.org/resource/Dhoom_Machaao_Dhoom", "http://dbpedia.org/resource/Dhoondh_Legi_Manzil_Humein", "http://dbpedia.org/resource/Dhoop_Ki_Deewar", "http://dbpedia.org/resource/Dhoop_Kinare", "http://dbpedia.org/resource/Dhoop_Mein_Thandi_Chaav...Maa", "http://dbpedia.org/resource/Dhrubatara", "http://dbpedia.org/resource/Dhulokona", "http://dbpedia.org/resource/Dhund_(TV_series)", "http://dbpedia.org/resource/Dhuwan", "http://dbpedia.org/resource/Di-Gata_Defenders", "http://dbpedia.org/resource/DiResta", "http://dbpedia.org/resource/Di_Ba't_Ikaw", "http://dbpedia.org/resource/Di_Mana_Melani", "http://dbpedia.org/resource/Di_Na_Muli", "http://dbpedia.org/resource/Diablero", "http://dbpedia.org/resource/Diablo_Guardi\u00e1n", "http://dbpedia.org/resource/Diabolical_Women", "http://dbpedia.org/resource/Diabolik_(TV_series)", "http://dbpedia.org/resource/Diagnosis:_Murder", "http://dbpedia.org/resource/Diagnosis:_Murder_(season_1)", "http://dbpedia.org/resource/Diagnosis:_Murder_(season_2)", "http://dbpedia.org/resource/Diagnosis:_Murder_(season_4)", "http://dbpedia.org/resource/Diagnosis:_Murder_(season_6)", "http://dbpedia.org/resource/Diagnosis:_Unknown", "http://dbpedia.org/resource/Diagnosis_(American_TV_series)", "http://dbpedia.org/resource/Diagnosis_(Polish_TV_series)", "http://dbpedia.org/resource/Diagnosis_X", "http://dbpedia.org/resource/Dial_100_(TV_series)", "http://dbpedia.org/resource/Dial_Hot_Line", "http://dbpedia.org/resource/Dial_MTV", "http://dbpedia.org/resource/Dial_M_(British_TV_series)", "http://dbpedia.org/resource/Dial_M_(Philippine_TV_program)", "http://dbpedia.org/resource/Dialogues_of_the_Carmelites", "http://dbpedia.org/resource/Diamantendetektiv_Dick_Donald", "http://dbpedia.org/resource/Diammonium_phosphate", "http://dbpedia.org/resource/Diamond_Geezer", "http://dbpedia.org/resource/Diamond_Girl_(film)", "http://dbpedia.org/resource/Diamond_Lover", "http://dbpedia.org/resource/Diamonds_(British_TV_series)", "http://dbpedia.org/resource/Diamonds_(Canadian_TV_series)", "http://dbpedia.org/resource/Diamonds_(TV_series)", "http://dbpedia.org/resource/Diana,_7_Days", "http://dbpedia.org/resource/Diana,_Our_Mother:_Her_Life_and_Legacy", "http://dbpedia.org/resource/Diana:_A_Tribute_to_the_People's_Princess", "http://dbpedia.org/resource/Diana:_Her_True_Story", "http://dbpedia.org/resource/Diana_(American_TV_series)", "http://dbpedia.org/resource/Diana_(British_TV_series)", "http://dbpedia.org/resource/Diana_(camera)", "http://dbpedia.org/resource/Diana_Carolina", "http://dbpedia.org/resource/Diana_Mini_Camera", "http://dbpedia.org/resource/Diana_and_I", "http://dbpedia.org/resource/Diana_von_Solange", "http://dbpedia.org/resource/Dianne_(TV_series)", "http://dbpedia.org/resource/Diarios_de_la_cuarentena", "http://dbpedia.org/resource/Diary_(American_TV_series)", "http://dbpedia.org/resource/Diary_(Maldivian_TV_series)", "http://dbpedia.org/resource/Diary_of_a_Bad_Man", "http://dbpedia.org/resource/Diary_of_a_Future_President", "http://dbpedia.org/resource/Diary_of_a_Gigolo", "http://dbpedia.org/resource/Diary_of_a_Night_Watchman", "http://dbpedia.org/resource/Diary_of_a_Prosecutor", "http://dbpedia.org/resource/Diary_of_a_Wimpy_Kid_(film_series)", "http://dbpedia.org/resource/Diary_of_a_Young_Comic", "http://dbpedia.org/resource/Diary_of_an_Uber_Driver", "http://dbpedia.org/resource/Dice:_Undisputed", "http://dbpedia.org/resource/Dice_(TV_series)", "http://dbpedia.org/resource/Dice_(miniseries)", "http://dbpedia.org/resource/Dicey_Business", "http://dbpedia.org/resource/Dicha_robada", "http://dbpedia.org/resource/Dick_&_Dom_in_da_Bungalow", "http://dbpedia.org/resource/Dick_Cavett_Meets_ABBA", "http://dbpedia.org/resource/Dick_Clark's_New_Year's_Rockin'_Eve", "http://dbpedia.org/resource/Dick_Clark's_World_of_Talent", "http://dbpedia.org/resource/Dick_Figures", "http://dbpedia.org/resource/Dick_Powell's_Zane_Grey_Theatre", "http://dbpedia.org/resource/Dick_Spanner,_P.I.", "http://dbpedia.org/resource/Dick_Tracy_(TV_series)", "http://dbpedia.org/resource/Dick_Turpin_(TV_series)", "http://dbpedia.org/resource/Dick_and_Dom's_Funny_Business", "http://dbpedia.org/resource/Dick_and_Dom_in_da_Bungalow", "http://dbpedia.org/resource/Dickens_(TV_series)", "http://dbpedia.org/resource/Dickens_in_America", "http://dbpedia.org/resource/Dickensian_(TV_series)", "http://dbpedia.org/resource/Dickin_Medal", "http://dbpedia.org/resource/Dickinson's_Real_Deal", "http://dbpedia.org/resource/Dickinson_(TV_series)", "http://dbpedia.org/resource/Dicktown_(TV_series)", "http://dbpedia.org/resource/Dicte_(TV_series)", "http://dbpedia.org/resource/Did_We_Really_Love%3F", "http://dbpedia.org/resource/Did_You_See...%3F", "http://dbpedia.org/resource/Diddy_Movies", "http://dbpedia.org/resource/Diddy_TV", "http://dbpedia.org/resource/Didi_&_Ditto", "http://dbpedia.org/resource/Didi_No._1", "http://dbpedia.org/resource/Didi_and_B.", "http://dbpedia.org/resource/Didn't_They_Do_Well", "http://dbpedia.org/resource/Didone_abbandonata_(Albinoni)", "http://dbpedia.org/resource/Didone_abbandonata_(Sarro)", "http://dbpedia.org/resource/Die_4_da", "http://dbpedia.org/resource/Die_Abenteuer_des_braven_Soldaten_Schwejk", "http://dbpedia.org/resource/Die_Aff\u00e4re_Semmeling", "http://dbpedia.org/resource/Die_Alpensaga", "http://dbpedia.org/resource/Die_Bambus-B\u00e4ren-Bande", "http://dbpedia.org/resource/Die_Bergwacht", "http://dbpedia.org/resource/Die_Bienen_\u2013_T\u00f6dliche_Bedrohung", "http://dbpedia.org/resource/Die_B\u00fcrgschaft_(opera)", "http://dbpedia.org/resource/Die_Camper", "http://dbpedia.org/resource/Die_Chance_deines_Lebens", "http://dbpedia.org/resource/Die_Chefin", "http://dbpedia.org/resource/Die_Cleveren", "http://dbpedia.org/resource/Die_Deutschen", "http://dbpedia.org/resource/Die_Dreisten_Drei", "http://dbpedia.org/resource/Die_Fallers_\u2013_Die_SWR_Schwarzwaldserie", "http://dbpedia.org/resource/Die_Familienanw\u00e4ltin", "http://dbpedia.org/resource/Die_Fastnachtsbeichte_(opera)", "http://dbpedia.org/resource/Die_Feen", "http://dbpedia.org/resource/Die_Firma_Hesselbach", "http://dbpedia.org/resource/Die_Gezeichneten", "http://dbpedia.org/resource/Die_Gipfelzipfler", "http://dbpedia.org/resource/Die_Hamletmaschine_(opera)", "http://dbpedia.org/resource/Die_Harald_Schmidt_Show", "http://dbpedia.org/resource/Die_Harmonie_der_Welt", "http://dbpedia.org/resource/Die_Hausmeisterin", "http://dbpedia.org/resource/Die_Hesselbachs", "http://dbpedia.org/resource/Die_Kinder", "http://dbpedia.org/resource/Die_Kinder_vom_Alstertal", "http://dbpedia.org/resource/Die_Knickerbocker-Bande", "http://dbpedia.org/resource/Die_Knoff-Hoff-Show", "http://dbpedia.org/resource/Die_Kommissarin", "http://dbpedia.org/resource/Die_K\u00f6nigin_von_Saba", "http://dbpedia.org/resource/Die_Liebe_der_Danae", "http://dbpedia.org/resource/Die_Lottosieger", "http://dbpedia.org/resource/Die_Ludolfs_\u2013_4_Br\u00fcder_auf'm_Schrottplatz", "http://dbpedia.org/resource/Die_Manns_\u2013_Ein_Jahrhundertroman", "http://dbpedia.org/resource/Die_Model_WG_(Austrian_TV_series)", "http://dbpedia.org/resource/Die_Model_WG_(German_TV_series)", "http://dbpedia.org/resource/Die_Muminfamilie", "http://dbpedia.org/resource/Die_Nibelungen", "http://dbpedia.org/resource/Die_Oliver_Pocher_Show", "http://dbpedia.org/resource/Die_Pfefferk\u00f6rner", "http://dbpedia.org/resource/Die_Pilgerin", "http://dbpedia.org/resource/Die_ProSieben_M\u00e4rchenstunde", "http://dbpedia.org/resource/Die_Rettungsflieger", "http://dbpedia.org/resource/Die_Rosen_von_Dublin", "http://dbpedia.org/resource/Die_Rosenheim-Cops", "http://dbpedia.org/resource/Die_Rote_Meile", "http://dbpedia.org/resource/Die_R\u00e4uber_(opera)", "http://dbpedia.org/resource/Die_Sendung_mit_dem_Elefanten", "http://dbpedia.org/resource/Die_Sendung_mit_der_Maus", "http://dbpedia.org/resource/Die_Soldaten", "http://dbpedia.org/resource/Die_Stunde_der_Offiziere", "http://dbpedia.org/resource/Die_Unverbesserlichen", "http://dbpedia.org/resource/Die_Wache", "http://dbpedia.org/resource/Die_Wochenshow", "http://dbpedia.org/resource/Die_W\u00f6lfe", "http://dbpedia.org/resource/Die_drei_Pintos", "http://dbpedia.org/resource/Die_gro\u00dfen_Kriminalf\u00e4lle", "http://dbpedia.org/resource/Die_rote_Kapelle", "http://dbpedia.org/resource/Die_schwarze_Maske", "http://dbpedia.org/resource/Die_tote_Stadt", "http://dbpedia.org/resource/Die_t\u00f6dlichen_W\u00fcnsche", "http://dbpedia.org/resource/Diego_and_Glot", "http://dbpedia.org/resource/Dienstag_aus_Licht", "http://dbpedia.org/resource/Dieppe_(film)", "http://dbpedia.org/resource/Diese_Drombuschs", "http://dbpedia.org/resource/Diese_Kaminskis", "http://dbpedia.org/resource/Diesel_Brothers", "http://dbpedia.org/resource/Dieselr\u00e5ttor_&_sj\u00f6mansm\u00f6ss", "http://dbpedia.org/resource/DietTribe", "http://dbpedia.org/resource/Dieter:_Der_Film", "http://dbpedia.org/resource/Dietland_(TV_series)", "http://dbpedia.org/resource/Diff'rent_Strokes", "http://dbpedia.org/resource/Difference_of_Opinion", "http://dbpedia.org/resource/Different_Dreams", "http://dbpedia.org/resource/Different_Kind_of_Woman", "http://dbpedia.org/resource/Difficult_People", "http://dbpedia.org/resource/Dig_(TV_series)", "http://dbpedia.org/resource/Dig_Deeper:_The_Disappearance_of_Birgit_Meier", "http://dbpedia.org/resource/Dig_Your_Roots", "http://dbpedia.org/resource/Digby_Dragon", "http://dbpedia.org/resource/Digest_Writer", "http://dbpedia.org/resource/Diggers_(TV_series)", "http://dbpedia.org/resource/Diggiloo", "http://dbpedia.org/resource/Digging_for_Britain", "http://dbpedia.org/resource/Digging_for_the_Truth", "http://dbpedia.org/resource/Diggstown_(TV_series)", "http://dbpedia.org/resource/Digimon_Adventure", "http://dbpedia.org/resource/Digimon_Adventure_02", "http://dbpedia.org/resource/Digimon_Data_Squad", "http://dbpedia.org/resource/Digimon_Frontier", "http://dbpedia.org/resource/Digimon_Fusion", "http://dbpedia.org/resource/Digimon_Fusion_(season_1)", "http://dbpedia.org/resource/Digimon_Tamers", "http://dbpedia.org/resource/Digital_LG_Quiz", "http://dbpedia.org/resource/Digital_Tour", "http://dbpedia.org/resource/Dignity_(TV_series)", "http://dbpedia.org/resource/Dikhawa", "http://dbpedia.org/resource/Dil,_Diya,_Dehleez_(TV_series)", "http://dbpedia.org/resource/Dil-e-Beqarar", "http://dbpedia.org/resource/Dil-e-Bereham", "http://dbpedia.org/resource/Dil-e-Gumshuda", "http://dbpedia.org/resource/Dil-e-Jaanam_(2017_TV_series)", "http://dbpedia.org/resource/Dil-e-Momin", "http://dbpedia.org/resource/Dil-e-Muztar", "http://dbpedia.org/resource/Dil-e-Nadaan_(TV_series)", "http://dbpedia.org/resource/Dil-e-Veeran", "http://dbpedia.org/resource/Dil_Awaiz", "http://dbpedia.org/resource/Dil_Awaiz_(2022_TV_series)", "http://dbpedia.org/resource/Dil_Banjaara", "http://dbpedia.org/resource/Dil_Bekaraar", "http://dbpedia.org/resource/Dil_Deke_Dekho_(TV_series)", "http://dbpedia.org/resource/Dil_Dhoondta_Hai", "http://dbpedia.org/resource/Dil_Diyan_Gallan", "http://dbpedia.org/resource/Dil_Dosti_Dance", "http://dbpedia.org/resource/Dil_Dosti_Dobara", "http://dbpedia.org/resource/Dil_Dosti_Duniyadari", "http://dbpedia.org/resource/Dil_Hai_Chota_Sa_Choti_Si_Asha", "http://dbpedia.org/resource/Dil_Hai_Hindustani", "http://dbpedia.org/resource/Dil_Hi_Toh_Hai", "http://dbpedia.org/resource/Dil_Ishq", "http://dbpedia.org/resource/Dil_Jaise_Dhadke..._Dhadakne_Do", "http://dbpedia.org/resource/Dil_Jeetegi_Desi_Girl", "http://dbpedia.org/resource/Dil_Ka_Kia_Rung_Karun", "http://dbpedia.org/resource/Dil_Ki_Baatein_Dil_Hi_Jaane", "http://dbpedia.org/resource/Dil_Ki_Nazar_Se_Khoobsurat", "http://dbpedia.org/resource/Dil_Kiya_Karay", "http://dbpedia.org/resource/Dil_Lagi", "http://dbpedia.org/resource/Dil_Mom_Ka_Diya", "http://dbpedia.org/resource/Dil_Muhallay_Ki_Haveli", "http://dbpedia.org/resource/Dil_Na_Umeed_To_Nahi", "http://dbpedia.org/resource/Dil_Nawaz", "http://dbpedia.org/resource/Dil_Ruba", "http://dbpedia.org/resource/Dil_Sambhal_Jaa_Zara", "http://dbpedia.org/resource/Dil_Se_Di_Dua..._Saubhagyavati_Bhava%3F", "http://dbpedia.org/resource/Dil_Se_Dil_Tak", "http://dbpedia.org/resource/Dil_Se_Diya_Vachan", "http://dbpedia.org/resource/Dil_Tanha_Tanha", "http://dbpedia.org/resource/Dil_Tera_Hogaya", "http://dbpedia.org/resource/Dil_Tere_Naam", "http://dbpedia.org/resource/Dil_Toh_Happy_Hai_Ji", "http://dbpedia.org/resource/Dil_Yeh_Ziddi_Hai", "http://dbpedia.org/resource/Dilara_(TV_series)", "http://dbpedia.org/resource/Dilbert", "http://dbpedia.org/resource/Dilbert_(TV_series)", "http://dbpedia.org/resource/Dilfareb", "http://dbpedia.org/resource/Dill_Mill_Gayye", "http://dbpedia.org/resource/Dilli_Wali_Thakur_Gurls", "http://dbpedia.org/resource/Dillinger_(1991_film)", "http://dbpedia.org/resource/Dilya_Ghari_Tu_Sukhi_Raha", "http://dbpedia.org/resource/Dim_Dam_Dom", "http://dbpedia.org/resource/Dime_Qui\u00e9n_Soy:_Mistress_of_War", "http://dbpedia.org/resource/Dimension_20", "http://dbpedia.org/resource/Dimension_404", "http://dbpedia.org/resource/Dimension_W", "http://dbpedia.org/resource/Dimethoxyamphetamine", "http://dbpedia.org/resource/Dimitri_(Jonci\u00e8res)", "http://dbpedia.org/resource/Dimitrij", "http://dbpedia.org/resource/Dinah!", "http://dbpedia.org/resource/Diners,_Drive-Ins_and_Dives", "http://dbpedia.org/resource/Ding_Dong_School", "http://dbpedia.org/resource/Dinhing_Dapita_Sadya", "http://dbpedia.org/resource/Dining_Downunder", "http://dbpedia.org/resource/Dink,_the_Little_Dinosaur", "http://dbpedia.org/resource/Dinky_Dog", "http://dbpedia.org/resource/Dinner:_Impossible", "http://dbpedia.org/resource/Dinner_Date", "http://dbpedia.org/resource/Dinner_Date_(American_TV_series)", "http://dbpedia.org/resource/Dinner_Mate", "http://dbpedia.org/resource/Dinner_and_a_Movie", "http://dbpedia.org/resource/Dinner_at_Eight_(1989_film)", "http://dbpedia.org/resource/Dinner_at_Tiffani's", "http://dbpedia.org/resource/Dinner_for_Five", "http://dbpedia.org/resource/Dinner_with_Dani", "http://dbpedia.org/resource/Dinner_with_Don", "http://dbpedia.org/resource/Dinner_with_Friends_(film)", "http://dbpedia.org/resource/Dinner_with_Friends_with_Brett_Gelman_and_Friends", "http://dbpedia.org/resource/Dinner_with_a_Vampire", "http://dbpedia.org/resource/Dinner_with_the_Band", "http://dbpedia.org/resource/Dinner_with_the_Family", "http://dbpedia.org/resource/Dinnerladies", "http://dbpedia.org/resource/Dinnerladies_(TV_series)", "http://dbpedia.org/resource/Dino-Riders", "http://dbpedia.org/resource/Dino:_Stay_Out!", "http://dbpedia.org/resource/Dino:_The_Great_Egg-Scape", "http://dbpedia.org/resource/DinoSquad", "http://dbpedia.org/resource/Dino_Babies", "http://dbpedia.org/resource/Dino_Dan", "http://dbpedia.org/resource/Dino_Dana", "http://dbpedia.org/resource/Dino_Girl_Gauko", "http://dbpedia.org/resource/Dino_Ki_Dulhaniya", "http://dbpedia.org/resource/Dino_Ranch", "http://dbpedia.org/resource/Dinocroc_vs._Supergator", "http://dbpedia.org/resource/Dinofroz", "http://dbpedia.org/resource/Dinosapien", "http://dbpedia.org/resource/Dinosaucers", "http://dbpedia.org/resource/Dinosaur!", "http://dbpedia.org/resource/Dinosaur_Baby_Holy_Heroes", "http://dbpedia.org/resource/Dinosaur_Britain", "http://dbpedia.org/resource/Dinosaur_Corps_Koseidon", "http://dbpedia.org/resource/Dinosaur_Planet_(TV_series)", "http://dbpedia.org/resource/Dinosaur_Revolution", "http://dbpedia.org/resource/Dinosaur_Train", "http://dbpedia.org/resource/Dinosaur_Wars_(film)", "http://dbpedia.org/resource/Dinosaurs,_Myths_and_Monsters", "http://dbpedia.org/resource/Dinosaurs:_The_Final_Day_with_David_Attenborough", "http://dbpedia.org/resource/Dinosaurs_(TV_series)", "http://dbpedia.org/resource/Dinoshark", "http://dbpedia.org/resource/Dinotopia_(TV_series)", "http://dbpedia.org/resource/Dinotopia_(miniseries)", "http://dbpedia.org/resource/Dinotrux", "http://dbpedia.org/resource/Dio_vede_e_provvede", "http://dbpedia.org/resource/Diomedes,_el_cacique_de_la_junta", "http://dbpedia.org/resource/Dip_(TV_series)", "http://dbpedia.org/resource/Dipdap", "http://dbpedia.org/resource/Diplodos", "http://dbpedia.org/resource/Diplomatic_Immunity_(Canadian_TV_series)", "http://dbpedia.org/resource/Diplomatic_Immunity_(New_Zealand_TV_series)", "http://dbpedia.org/resource/Diplomatic_Passport_(TV_series)", "http://dbpedia.org/resource/Dips_(TV_series)", "http://dbpedia.org/resource/Directions_in_Music", "http://dbpedia.org/resource/Directo_USA", "http://dbpedia.org/resource/Directors_Commentary", "http://dbpedia.org/resource/Direito_de_Amar", "http://dbpedia.org/resource/Diretta_Stadio", "http://dbpedia.org/resource/Dirili\u015f:_Ertu\u011frul", "http://dbpedia.org/resource/Dirk_Gently's_Holistic_Detective_Agency_(TV_series)", "http://dbpedia.org/resource/Dirk_Gently_(TV_series)", "http://dbpedia.org/resource/Dirt_(TV_series)", "http://dbpedia.org/resource/Dirt_Game", "http://dbpedia.org/resource/Dirtgirlworld", "http://dbpedia.org/resource/Dirty_Dancing:_The_Time_of_Your_Life", "http://dbpedia.org/resource/Dirty_Dancing_(1988_TV_series)", "http://dbpedia.org/resource/Dirty_Dancing_(2006_TV_series)", "http://dbpedia.org/resource/Dirty_Dancing_(2017_film)", "http://dbpedia.org/resource/Dirty_Dancing_(reality_TV_series)", "http://dbpedia.org/resource/Dirty_Filthy_Love", "http://dbpedia.org/resource/Dirty_Harry_(film_series)", "http://dbpedia.org/resource/Dirty_Jobs", "http://dbpedia.org/resource/Dirty_Jobs_(Australian_TV_series)", "http://dbpedia.org/resource/Dirty_John_(TV_series)", "http://dbpedia.org/resource/Dirty_Laundry_Live", "http://dbpedia.org/resource/Dirty_Linen_(Philippine_TV_Series)", "http://dbpedia.org/resource/Dirty_Money:_The_Story_of_the_Criminal_Assets_Bureau", "http://dbpedia.org/resource/Dirty_Money_(2011_TV_series)", "http://dbpedia.org/resource/Dirty_Money_(2018_TV_series)", "http://dbpedia.org/resource/Dirty_Money_(game_show)", "http://dbpedia.org/resource/Dirty_Pair", "http://dbpedia.org/resource/Dirty_Pictures", "http://dbpedia.org/resource/Dirty_Rotten_Cheater", "http://dbpedia.org/resource/Dirty_Sally", "http://dbpedia.org/resource/Dirty_Sanchez_(TV_series)", "http://dbpedia.org/resource/Dirty_Sexy_Funny", "http://dbpedia.org/resource/Dirty_Sexy_Money", "http://dbpedia.org/resource/Dirty_Sexy_Things", "http://dbpedia.org/resource/Dirty_Soap", "http://dbpedia.org/resource/Dirty_War_(film)", "http://dbpedia.org/resource/Dirty_Work_(TV_series)", "http://dbpedia.org/resource/Disappearance_(2002_film)", "http://dbpedia.org/resource/Disappeared_(TV_program)", "http://dbpedia.org/resource/Disappearing_Acts", "http://dbpedia.org/resource/Disappearing_London", "http://dbpedia.org/resource/Disappearing_World_(TV_series)", "http://dbpedia.org/resource/Disaster_DIY", "http://dbpedia.org/resource/Disaster_Date", "http://dbpedia.org/resource/Disaster_Masters", "http://dbpedia.org/resource/Disaster_Zone:_Volcano_in_New_York", "http://dbpedia.org/resource/Disaster_at_Silo_7", "http://dbpedia.org/resource/Disaster_on_the_Coastliner", "http://dbpedia.org/resource/Disband_(TV_series)", "http://dbpedia.org/resource/Disclaimer_(TV_series)", "http://dbpedia.org/resource/Disclosed", "http://dbpedia.org/resource/Disco_2_(TV_series)", "http://dbpedia.org/resource/Disco_Beaver_from_Outer_Space", "http://dbpedia.org/resource/Discorama", "http://dbpedia.org/resource/Discoring", "http://dbpedia.org/resource/Discover_Tasmania", "http://dbpedia.org/resource/Discoveries_(TV_series)", "http://dbpedia.org/resource/Discovering_the_Bible", "http://dbpedia.org/resource/Discovery_(American_TV_series)", "http://dbpedia.org/resource/Discovery_(Canadian_TV_series)", "http://dbpedia.org/resource/Discovery_Atlas", "http://dbpedia.org/resource/Discovery_of_Love", "http://dbpedia.org/resource/Discworld", "http://dbpedia.org/resource/Disenchantment_(TV_series)", "http://dbpedia.org/resource/Dise\u00f1ando_tu_amor", "http://dbpedia.org/resource/Disgaea", "http://dbpedia.org/resource/Dish!", "http://dbpedia.org/resource/Dish_Nation", "http://dbpedia.org/resource/Dishayen", "http://dbpedia.org/resource/Disinformation_(TV_series)", "http://dbpedia.org/resource/Disjointed", "http://dbpedia.org/resource/Dismal_Lakes", "http://dbpedia.org/resource/Disney's_Activity_Center", "http://dbpedia.org/resource/Disney's_Aladdin:_A_Musical_Spectacular", "http://dbpedia.org/resource/Disney's_Animated_Storybook", "http://dbpedia.org/resource/Disney's_Fairy_Tale_Weddings", "http://dbpedia.org/resource/Disney's_Freaky_Friday_(1995_film)", "http://dbpedia.org/resource/Disney's_Friends_for_Change", "http://dbpedia.org/resource/Disney's_Friends_for_Change_Games", "http://dbpedia.org/resource/Disney's_House_of_Mouse", "http://dbpedia.org/resource/Disney_Channel_(UK_and_Ireland)", "http://dbpedia.org/resource/Disney_Channel_Games", "http://dbpedia.org/resource/Disney_Channel_in_Concert", "http://dbpedia.org/resource/Disney_Club", "http://dbpedia.org/resource/Disney_Fam_Jam", "http://dbpedia.org/resource/Disney_Family_Album", "http://dbpedia.org/resource/Disney_Parks_Christmas_Day_Parade", "http://dbpedia.org/resource/Disney_Q_Family_Mastermind", "http://dbpedia.org/resource/Disney_Sing-Along_Songs", "http://dbpedia.org/resource/Disney_Theatrical_Group", "http://dbpedia.org/resource/Disney_Think_Fast", "http://dbpedia.org/resource/Disney_Time", "http://dbpedia.org/resource/Disney_anthology_television_series", "http://dbpedia.org/resource/Disney_on_Ice", "http://dbpedia.org/resource/Disokkupati", "http://dbpedia.org/resource/Dispatches_(TV_programme)", "http://dbpedia.org/resource/Dispatches_from_Elsewhere", "http://dbpedia.org/resource/Dispatches_from_a_Field_Hospital", "http://dbpedia.org/resource/Disraeli_(TV_serial)", "http://dbpedia.org/resource/Disrupt_&_Dismantle", "http://dbpedia.org/resource/Disrupt_with_Karen_Finney", "http://dbpedia.org/resource/Dissenters'_March", "http://dbpedia.org/resource/Distant_Shores_(British_TV_series)", "http://dbpedia.org/resource/Distinguished_Canadians", "http://dbpedia.org/resource/Distorted_(TV_series)", "http://dbpedia.org/resource/Distraction_(game_show)", "http://dbpedia.org/resource/Distretto_di_Polizia", "http://dbpedia.org/resource/Dit_was_het_nieuws", "http://dbpedia.org/resource/Ditha_Sab", "http://dbpedia.org/resource/Ditte_&_Louise", "http://dbpedia.org/resource/Diva_(2010_TV_series)", "http://dbpedia.org/resource/Divas_Hit_the_Road", "http://dbpedia.org/resource/Divas_in_Distress", "http://dbpedia.org/resource/Dive_Club", "http://dbpedia.org/resource/Divergence_Eve", "http://dbpedia.org/resource/Divergent_trilogy", "http://dbpedia.org/resource/Diverted", "http://dbpedia.org/resource/Divided_(American_game_show)", "http://dbpedia.org/resource/Divided_(British_game_show)", "http://dbpedia.org/resource/Divided_(Indian_game_show)", "http://dbpedia.org/resource/Divina,_est\u00e1_en_tu_coraz\u00f3n", "http://dbpedia.org/resource/Divine_Design", "http://dbpedia.org/resource/Divine_Melody", "http://dbpedia.org/resource/Divine_Retribution_(TV_series)", "http://dbpedia.org/resource/Division_4", "http://dbpedia.org/resource/Divisional_Public_School_and_College", "http://dbpedia.org/resource/Divithura_(teledrama)", "http://dbpedia.org/resource/Divorce_(TV_series)", "http://dbpedia.org/resource/Divorce_Court", "http://dbpedia.org/resource/Divorce_Court_(Australian_TV_series)", "http://dbpedia.org/resource/Divorce_His,_Divorce_Hers", "http://dbpedia.org/resource/Divorce_Lawyer_in_Love", "http://dbpedia.org/resource/Divorce_Wars:_A_Love_Story", "http://dbpedia.org/resource/Divorciadas", "http://dbpedia.org/resource/Divya_Drishti", "http://dbpedia.org/resource/Dixi_(TV_series)", "http://dbpedia.org/resource/Dixieland_Jazz_(TV_series)", "http://dbpedia.org/resource/Dixon_of_Dock_Green", "http://dbpedia.org/resource/Diya_Aur_Baati_Hum", "http://dbpedia.org/resource/Diyala_campaign", "http://dbpedia.org/resource/Diyar-e-Dil", "http://dbpedia.org/resource/Diyos_at_Bayan", "http://dbpedia.org/resource/Diz_Iz_It!", "http://dbpedia.org/resource/Dizengoff_Prize", "http://dbpedia.org/resource/Dizzy_Heights_(TV_series)", "http://dbpedia.org/resource/Django_(TV_series)", "http://dbpedia.org/resource/Djemai_Family", "http://dbpedia.org/resource/Djibril_\u2013_The_Devil_Angel", "http://dbpedia.org/resource/Djihad_(film)", "http://dbpedia.org/resource/Dnevnik_HRT", "http://dbpedia.org/resource/Dnevnik_MRT", "http://dbpedia.org/resource/Do-ol_Ah-in_Going_All_Directions", "http://dbpedia.org/resource/DoDo,_The_Kid_from_Outer_Space", "http://dbpedia.org/resource/DoReMi_Market", "http://dbpedia.org/resource/Do_Bol", "http://dbpedia.org/resource/Do_Dil_Bandhe_Ek_Dori_Se", "http://dbpedia.org/resource/Do_Dil_Ek_Jaan", "http://dbpedia.org/resource/Do_Do_Sol_Sol_La_La_Sol", "http://dbpedia.org/resource/Do_Hanson_Ka_Jodaa", "http://dbpedia.org/resource/Do_It_(TV_series)", "http://dbpedia.org/resource/Do_It_for_Yourself", "http://dbpedia.org/resource/Do_Lafzon_Ki_Kahani_(TV_series)", "http://dbpedia.org/resource/Do_No_Harm_(TV_series)", "http://dbpedia.org/resource/Do_Not_Adjust_Your_Set", "http://dbpedia.org/resource/Do_Not_Disturb_(TV_series)", "http://dbpedia.org/resource/Do_Not_Fold,_Spindle_or_Mutilate", "http://dbpedia.org/resource/Do_Not_Go_Gentle_Into_That_Good_Night_(film)", "http://dbpedia.org/resource/Do_Over", "http://dbpedia.org/resource/Do_Qadam_Door_Thay", "http://dbpedia.org/resource/Do_S_Deka", "http://dbpedia.org/resource/Do_Saal_Ki_Aurat", "http://dbpedia.org/resource/Do_Saheliyaan..._Kismat_Ki_Kathputaliyaan", "http://dbpedia.org/resource/Abaza_(TV_show)", "http://dbpedia.org/resource/Abele_(Alfieri)", "http://dbpedia.org/resource/Abigail_(telenovela)", "http://dbpedia.org/resource/Abro_(TV_serial)", "http://dbpedia.org/resource/Abr\u00e1zame_muy_fuerte", "http://dbpedia.org/resource/Absolute_Power_(comedy)", "http://dbpedia.org/resource/Absolutely_(sketch_show)", "http://dbpedia.org/resource/Sturmgesch\u00fctz", "http://dbpedia.org/resource/Tailhook_scandal", "http://dbpedia.org/resource/The_Chaser_APEC_pranks", "http://dbpedia.org/resource/The_Disasters_of_War", "http://dbpedia.org/resource/The_Rose_of_Persia", "http://dbpedia.org/resource/There_is_No_Natural_Religion", "http://dbpedia.org/resource/Thirty-six_Views_of_Mount_Fuji_(Hiroshige)", "http://dbpedia.org/resource/Uno_(card_game)", "http://dbpedia.org/resource/WDR_Computerclub", "http://dbpedia.org/resource/Winter_Line", "http://dbpedia.org/resource/ABS-CBN_International_Report", "http://dbpedia.org/resource/Agora_Trilogy", "http://dbpedia.org/resource/Fantastic_Four:_1234", "http://dbpedia.org/resource/Fedora_AOS", "http://dbpedia.org/resource/GEC_4000_series", "http://dbpedia.org/resource/Hot_Air_Balloon_(rock_opera)", "http://dbpedia.org/resource/I'm_Alright_Now", "http://dbpedia.org/resource/IBM_3590", "http://dbpedia.org/resource/July_1979_Madrid_bombings", "http://dbpedia.org/resource/Kimber_Aegis", "http://dbpedia.org/resource/Kodak_DCS_400_series", "http://dbpedia.org/resource/La_Academia_(Paraguay)", "http://dbpedia.org/resource/La_Academia_USA", "http://dbpedia.org/resource/List_of_American_Idol_finalists", "http://dbpedia.org/resource/Marvel_1602", "http://dbpedia.org/resource/Marvel_1985", "http://dbpedia.org/resource/Mitsubishi_Fuso_Aero_Bus", "http://dbpedia.org/resource/Nokia_6600_slide", "http://dbpedia.org/resource/Pretty_Little_Liars_(TV_series)", "http://dbpedia.org/resource/Psychomotor_agitation", "http://dbpedia.org/resource/Quasar_2000", "http://dbpedia.org/resource/Radeon_HD_7000_Series", "http://dbpedia.org/resource/Rickenbacker_300_Series", "http://dbpedia.org/resource/Roderick_Alleyn", "http://dbpedia.org/resource/Scottish_Agricultural_Revolution", "http://dbpedia.org/resource/See_America_First", "http://dbpedia.org/resource/Sega_All-Stars_(series)", "http://dbpedia.org/resource/September_2010_Lahore_bombings", "http://dbpedia.org/resource/Sophia_Aliberti", "http://dbpedia.org/resource/Sound_BlasterAxx", "http://dbpedia.org/resource/Swallows_and_Amazons_series", "http://dbpedia.org/resource/The_180", "http://dbpedia.org/resource/The_A-List_(2007_TV_series)", "http://dbpedia.org/resource/The_A-List_(novel_series)", "http://dbpedia.org/resource/The_Africans_(radio_program)", "http://dbpedia.org/resource/The_Amazing_Joy_Buzzards", "http://dbpedia.org/resource/The_Amory_Wars", "http://dbpedia.org/resource/The_Amtrak_Wars", "http://dbpedia.org/resource/The_Chronicles_of_Amber", "http://dbpedia.org/resource/The_Stand:_American_Nightmares", "http://dbpedia.org/resource/Trial_of_the_193", "http://dbpedia.org/resource/Type_625_research_vessel", "http://dbpedia.org/resource/UFC_All_Access", "http://dbpedia.org/resource/UNESCO_Albert_Einstein_medal", "http://dbpedia.org/resource/VH1:_All_Access", "http://dbpedia.org/resource/Animal_X_(TV_series)", "http://dbpedia.org/resource/Arthurian_legend", "http://dbpedia.org/resource/Back_in_the_Day_(TV_series)", "http://dbpedia.org/resource/Bakole_people", "http://dbpedia.org/resource/Gbandi", "http://dbpedia.org/resource/Genesis_of_Aquarion_(OVA)", "http://dbpedia.org/resource/Hellblazer_Special:_Bad_Blood", "http://dbpedia.org/resource/Juno_and_Avos_(opera)", "http://dbpedia.org/resource/Le_roi_Arthus", "http://dbpedia.org/resource/List_of_Arrow_characters", "http://dbpedia.org/resource/Memory_Bank_(UK_game_show)", "http://dbpedia.org/resource/Operation_AntiSec", "http://dbpedia.org/resource/Oswald_Bastable", "http://dbpedia.org/resource/Ralphi_\u2013_Der_Schlaub\u00e4r_aus_der_Augsburger_Puppenkiste", "http://dbpedia.org/resource/Seagate_Barracuda", "http://dbpedia.org/resource/The_Apple_Tree", "http://dbpedia.org/resource/The_Appleyards", "http://dbpedia.org/resource/The_Archers", "http://dbpedia.org/resource/The_Archives_of_Anthropos", "http://dbpedia.org/resource/The_Associates_(U.S._TV_series)", "http://dbpedia.org/resource/The_Avatar_Series", "http://dbpedia.org/resource/The_Babysitter_(novel_series)", "http://dbpedia.org/resource/The_Bachelor_(Israeli_TV_series)", "http://dbpedia.org/resource/The_Ballantyne_Novels", "http://dbpedia.org/resource/The_Baroness_(novels)", "http://dbpedia.org/resource/The_Beatles_Anthology", "http://dbpedia.org/resource/The_Big_Gay_Sketch_Show", "http://dbpedia.org/resource/The_Rob,_Arnie,_and_Dawn_Show", "http://dbpedia.org/resource/Walt_Disney_Presents:_Annette", "http://dbpedia.org/resource/Green_Lantern:_Mosaic", "http://dbpedia.org/resource/Inspector_Nardone", "http://dbpedia.org/resource/La_morte_d'Orfeo", "http://dbpedia.org/resource/Lake_Miwok", "http://dbpedia.org/resource/Mi_amor_frente_al_pasado", "http://dbpedia.org/resource/Mia's_Big_Adventure_Collection", "http://dbpedia.org/resource/Michael_Bennett_(book_series)", "http://dbpedia.org/resource/Michael_Moorcock's_Multiverse", "http://dbpedia.org/resource/Micheline", "http://dbpedia.org/resource/Mickey_McGuire_(film_series)", "http://dbpedia.org/resource/Mickey_Mouse_(comic_book)", "http://dbpedia.org/resource/Midnight_Club", "http://dbpedia.org/resource/Midnighters_trilogy", "http://dbpedia.org/resource/Midweek_(BBC_Radio_4)", "http://dbpedia.org/resource/Mighty_Max_(toyline)", "http://dbpedia.org/resource/Milady_3000", "http://dbpedia.org/resource/Milagros_(telenovela)", "http://dbpedia.org/resource/Milenko_Nedelkovski_Show", "http://dbpedia.org/resource/Milgram_experiment", "http://dbpedia.org/resource/Mille_(TV_series)", "http://dbpedia.org/resource/Millennium:_Tribal_Wisdom_and_the_Modern_World", "http://dbpedia.org/resource/Millennium_(video_game_series)", "http://dbpedia.org/resource/Millennium_Technology_Prize", "http://dbpedia.org/resource/Milton_(cartoon)", "http://dbpedia.org/resource/Mimmi_(book_series)", "http://dbpedia.org/resource/MindTrap", "http://dbpedia.org/resource/Minh_Nguyen", "http://dbpedia.org/resource/Minidoka_Project", "http://dbpedia.org/resource/Misaeng_(TV_series)", "http://dbpedia.org/resource/Miss_Julie_(Alwyn_opera)", "http://dbpedia.org/resource/Miss_Julie_(Rorem_opera)", "http://dbpedia.org/resource/Miss_Prissy", "http://dbpedia.org/resource/Mit_Leib_und_Seele_(TV_series)", "http://dbpedia.org/resource/Mixed_Doubles_(play)", "http://dbpedia.org/resource/Mo's_Mischief", "http://dbpedia.org/resource/Mock_&_Sweet", "http://dbpedia.org/resource/Mock_Turtles_(opera)", "http://dbpedia.org/resource/Model_F_keyboard", "http://dbpedia.org/resource/Model_Wife", "http://dbpedia.org/resource/Modesty_Blaise", "http://dbpedia.org/resource/Moment_in_Peking_(2014_TV_series)", "http://dbpedia.org/resource/Mona_(opera)", "http://dbpedia.org/resource/Monarch:_The_Big_Bear_of_Tallac", "http://dbpedia.org/resource/Mond_Mond_Mond", "http://dbpedia.org/resource/Monday_demonstrations_in_East_Germany", "http://dbpedia.org/resource/Monkey_Business_(TV_series)", "http://dbpedia.org/resource/Monkey_Magic_(British_TV_series)", "http://dbpedia.org/resource/Mono_tribe", "http://dbpedia.org/resource/Montauk_Project", "http://dbpedia.org/resource/Monte_Carlo_(radio_programme)", "http://dbpedia.org/resource/Montmorency_series", "http://dbpedia.org/resource/Moomins", "http://dbpedia.org/resource/Moon_River_(TV_series)", "http://dbpedia.org/resource/Mooney_(radio_programme)", "http://dbpedia.org/resource/Mordant's_Need", "http://dbpedia.org/resource/More_or_Less_(radio_programme)", "http://dbpedia.org/resource/Morgen_schon", "http://dbpedia.org/resource/Morgen_und_Abend", "http://dbpedia.org/resource/Morning_Call_(CNBC)", "http://dbpedia.org/resource/Morning_Star_(TV_series)", "http://dbpedia.org/resource/Mortdecai", "http://dbpedia.org/resource/Moses_(1968)", "http://dbpedia.org/resource/Most_Haunted:_Midsummer_Murders", "http://dbpedia.org/resource/Mother_and_Child_Scheme", "http://dbpedia.org/resource/MotoGP", "http://dbpedia.org/resource/Motoring_(TV_series)", "http://dbpedia.org/resource/Mountain_Meadows_massacre", "http://dbpedia.org/resource/Moving_Pictures_(TV_series)", "http://dbpedia.org/resource/Mozu", "http://dbpedia.org/resource/Mr._President_(radio_series)", "http://dbpedia.org/resource/Mrityunjay_(TV_series)", "http://dbpedia.org/resource/Ms._Tree", "http://dbpedia.org/resource/Much_Ado_About_Nothing_(opera)", "http://dbpedia.org/resource/Muddy_River_(Massachusetts)", "http://dbpedia.org/resource/Muirhead_Library_of_Philosophy", "http://dbpedia.org/resource/Mulk_(TV_series)", "http://dbpedia.org/resource/Multiverse_(Michael_Moorcock)", "http://dbpedia.org/resource/Munk's_Roll", "http://dbpedia.org/resource/Muppet_Babies", "http://dbpedia.org/resource/Murnaghan_(programme)", "http://dbpedia.org/resource/Music_Machine_(album_series)", "http://dbpedia.org/resource/Music_of_the_United_States_of_America_(publications)", "http://dbpedia.org/resource/Mutant_(role-playing_game)", "http://dbpedia.org/resource/Mutio_Scevola", "http://dbpedia.org/resource/Muttley", "http://dbpedia.org/resource/My_Baby_(series)", "http://dbpedia.org/resource/My_Fair_Lady_(1958_TV_series)", "http://dbpedia.org/resource/My_Generation_(game_show)", "http://dbpedia.org/resource/My_Girlfriend_(TV_series)", "http://dbpedia.org/resource/My_Music_(radio)", "http://dbpedia.org/resource/My_Sister_and_I_(TV_series)", "http://dbpedia.org/resource/My_Story_(Scholastic_New_Zealand)", "http://dbpedia.org/resource/My_Story_(Scholastic_UK)", "http://dbpedia.org/resource/My_Struggle_(Knausg\u00e5rd_novels)", "http://dbpedia.org/resource/Mykyta_the_Fox", "http://dbpedia.org/resource/Mylene_Flare_Jenius", "http://dbpedia.org/resource/Mystery_Files", "http://dbpedia.org/resource/Mystery_Files_(British_TV_series)", "http://dbpedia.org/resource/Mystery_House_(radio_drama)", "http://dbpedia.org/resource/Mystery_Mansion_(board_game)", "http://dbpedia.org/resource/Mystic_Comics", "http://dbpedia.org/resource/Mystique_(Blackpool_Pleasure_Beach)", "http://dbpedia.org/resource/Myst\u00e8re_(Cirque_du_Soleil)", "http://dbpedia.org/resource/MythAdventures", "http://dbpedia.org/resource/Mythos_(Marvel_Comics)", "http://dbpedia.org/resource/Mythos_(film)", "http://dbpedia.org/resource/Mythos_Island", "http://dbpedia.org/resource/M\u00e9duse_(opera)", "http://dbpedia.org/resource/NHL_Hitz", "http://dbpedia.org/resource/Naanal", "http://dbpedia.org/resource/Nabulsi_soap", "http://dbpedia.org/resource/Nacho_(telenovela)", "http://dbpedia.org/resource/Nanako_SOS", "http://dbpedia.org/resource/Nanami-chan", "http://dbpedia.org/resource/Nancy_Drew", "http://dbpedia.org/resource/Nanosatellite_Launch_System", "http://dbpedia.org/resource/Nanta_(show)", "http://dbpedia.org/resource/Nargiz_(opera)", "http://dbpedia.org/resource/Nashorn,_Zebra_&_Co.", "http://dbpedia.org/resource/Natacha_(comics)", "http://dbpedia.org/resource/Nathan_Hills", "http://dbpedia.org/resource/Nation_Lakes", "http://dbpedia.org/resource/National_Comics_(series)", "http://dbpedia.org/resource/National_Design_Awards", "http://dbpedia.org/resource/National_Finance_Commission_Award", "http://dbpedia.org/resource/National_Lampoon_Lemmings", "http://dbpedia.org/resource/National_Learning_Network", "http://dbpedia.org/resource/National_Medal_of_Arts", "http://dbpedia.org/resource/National_Youth_Service_(Zimbabwe)", "http://dbpedia.org/resource/Natoma_(opera)", "http://dbpedia.org/resource/Nature_(radio_programme)", "http://dbpedia.org/resource/Nehi", "http://dbpedia.org/resource/New_Deal_for_Communities", "http://dbpedia.org/resource/New_Series_Adventures_(Doctor_Who)", "http://dbpedia.org/resource/New_Star_Soccer", "http://dbpedia.org/resource/Newspapers_in_Education", "http://dbpedia.org/resource/Ninja_High_School", "http://dbpedia.org/resource/Nobody_Likes_Onions", "http://dbpedia.org/resource/North_American_Challenge_Skate", "http://dbpedia.org/resource/North_American_Poker_Tour", "http://dbpedia.org/resource/Not_for_Tourists", "http://dbpedia.org/resource/Novell_Embedded_Systems_Technology", "http://dbpedia.org/resource/Rats_of_NIMH", "http://dbpedia.org/resource/Rocky_and_Mugsy", "http://dbpedia.org/resource/Samsung_NX_series", "http://dbpedia.org/resource/Shevchenko_National_Prize", "http://dbpedia.org/resource/Show_Me_the_Monet", "http://dbpedia.org/resource/Sock_Monkey", "http://dbpedia.org/resource/Strikeforce:_Morituri", "http://dbpedia.org/resource/TAG_Heuer_Monaco", "http://dbpedia.org/resource/The_'Nam", "http://dbpedia.org/resource/The_Bob_Monkhouse_Hour", "http://dbpedia.org/resource/The_Bob_Monkhouse_Show", "http://dbpedia.org/resource/The_Great_Moghuls_(film)", "http://dbpedia.org/resource/The_Mikado", "http://dbpedia.org/resource/The_Mitford_Years", "http://dbpedia.org/resource/The_Money_Machine", "http://dbpedia.org/resource/The_Monkey_King's_Daughter", "http://dbpedia.org/resource/The_Morgaine_Stories", "http://dbpedia.org/resource/The_Morland_Dynasty", "http://dbpedia.org/resource/The_Movement_(comics)", "http://dbpedia.org/resource/The_Murchison_Murders", "http://dbpedia.org/resource/The_Music_Box_(TV_series)", "http://dbpedia.org/resource/The_National_Lampoon_Radio_Hour", "http://dbpedia.org/resource/Uppo-Nalle", "http://dbpedia.org/resource/Virgin_Missing_Adventures", "http://dbpedia.org/resource/Virgin_New_Adventures", "http://dbpedia.org/resource/Yamaha_Motif", "http://dbpedia.org/resource/Fujifilm_XF1", "http://dbpedia.org/resource/Grandes_\u00e9tudes_de_Paganini", "http://dbpedia.org/resource/Guitar_Xpress", "http://dbpedia.org/resource/ITN_World_News", "http://dbpedia.org/resource/ITTF_World_Tour", "http://dbpedia.org/resource/Kapitan_\u017bbik", "http://dbpedia.org/resource/Moose_and_Zee", "http://dbpedia.org/resource/Nissan_Z-car", "http://dbpedia.org/resource/Olympus_XA", "http://dbpedia.org/resource/Qinetiq_Zephyr", "http://dbpedia.org/resource/Sharp_Wizard", "http://dbpedia.org/resource/Star_Wars:_X-wing_(book_series)", "http://dbpedia.org/resource/The_Willow_Pattern", "http://dbpedia.org/resource/The_Winchesters", "http://dbpedia.org/resource/The_Wishing_Well_(film)", "http://dbpedia.org/resource/The_Witchfinder_(TV_series)", "http://dbpedia.org/resource/The_Witching", "http://dbpedia.org/resource/The_Wizard_Knight", "http://dbpedia.org/resource/The_X_Factor_(U.S._TV_series)", "http://dbpedia.org/resource/Two-Face:_Year_One", "http://dbpedia.org/resource/Verschoten_&_Zoon", "http://dbpedia.org/resource/WOW_series", "http://dbpedia.org/resource/Wake_Up_with_Whoopi", "http://dbpedia.org/resource/Whittington_(opera)", "http://dbpedia.org/resource/Who_Gets_the_Dog%3F_(2007_film)", "http://dbpedia.org/resource/Wicked_(novel_series)", "http://dbpedia.org/resource/Wide_Wide_World", "http://dbpedia.org/resource/Wignacourt_towers", "http://dbpedia.org/resource/Wild_Decembers_(TV_series)", "http://dbpedia.org/resource/Wildbach", "http://dbpedia.org/resource/Wildbach_(TV_series)", "http://dbpedia.org/resource/Wilding_series", "http://dbpedia.org/resource/Wildsiderz", "http://dbpedia.org/resource/Wilks_Memorial_Award", "http://dbpedia.org/resource/Will_Work_for_Food_(TV_series)", "http://dbpedia.org/resource/William_Ratcliff_(Cui)", "http://dbpedia.org/resource/Windmill_(TV_series)", "http://dbpedia.org/resource/Wingfield_Series", "http://dbpedia.org/resource/Winifred_Lawson", "http://dbpedia.org/resource/Winky_Dink_and_You", "http://dbpedia.org/resource/Winning_Streak", "http://dbpedia.org/resource/Winston_Science_Fiction", "http://dbpedia.org/resource/Wisdom_(TV_series)", "http://dbpedia.org/resource/Witness:_Five_Plays_from_the_Gospel_of_Luke", "http://dbpedia.org/resource/Women's_Murder_Club_(novel_series)", "http://dbpedia.org/resource/Women's_Viewpoint", "http://dbpedia.org/resource/Wonderful_World_(TV_series)", "http://dbpedia.org/resource/Wonderstruck", "http://dbpedia.org/resource/Word_of_Mouth_(radio_programme)", "http://dbpedia.org/resource/Words_and_Music_(TV_series)", "http://dbpedia.org/resource/Wordsmith_(TV_series)", "http://dbpedia.org/resource/World_War_One_(TV_series)", "http://dbpedia.org/resource/World_Without_End_(comics)", "http://dbpedia.org/resource/Worms_(series)", "http://dbpedia.org/resource/Wormwood:_Gentleman_Corpse", "http://dbpedia.org/resource/Worst-Case_Scenario_(TV_series)", "http://dbpedia.org/resource/Would_You_Believe_(TV_series)", "http://dbpedia.org/resource/Wrecked_(UK_TV_series)", "http://dbpedia.org/resource/Wrinkles_(radio_series)", "http://dbpedia.org/resource/Write_On_(TV_series)", "http://dbpedia.org/resource/X-Change_(series)", "http://dbpedia.org/resource/X-Men:_Children_of_the_Atom_(comics)", "http://dbpedia.org/resource/X-Men_(comic_book)", "http://dbpedia.org/resource/XDCAM", "http://dbpedia.org/resource/XIII_(comics)", "http://dbpedia.org/resource/XXXenophile", "http://dbpedia.org/resource/X_(game_series)", "http://dbpedia.org/resource/X_Marks_the_Spot_(game_show)", "http://dbpedia.org/resource/Xanadu_Houses", "http://dbpedia.org/resource/Xombie_(comics)", "http://dbpedia.org/resource/Xpress_(TV_series)", "http://dbpedia.org/resource/Yacht_Rock", "http://dbpedia.org/resource/Yamaska_(TV_series)", "http://dbpedia.org/resource/Yasha_(manga)", "http://dbpedia.org/resource/Yellow_Dog_(Variety)", "http://dbpedia.org/resource/Yerukala_people", "http://dbpedia.org/resource/Yiddishkeit_(TV_series)", "http://dbpedia.org/resource/Yogi_Bear", "http://dbpedia.org/resource/Yoshimune_(anime)", "http://dbpedia.org/resource/Young_Reporters_for_the_Environment", "http://dbpedia.org/resource/Young_Sherlock_Holmes_(books)", "http://dbpedia.org/resource/Ys_(anime)", "http://dbpedia.org/resource/Yuri_(satellite)", "http://dbpedia.org/resource/ZAKA", "http://dbpedia.org/resource/ZMD:_Zombies_of_Mass_Destruction_(comics)", "http://dbpedia.org/resource/Z_series_space_suits", "http://dbpedia.org/resource/Zahra's_Blue_Eyes", "http://dbpedia.org/resource/Zap_Comix", "http://dbpedia.org/resource/Zappas_Olympics", "http://dbpedia.org/resource/Zarya_(opera)", "http://dbpedia.org/resource/Ze_(manga)", "http://dbpedia.org/resource/Zeit_genug", "http://dbpedia.org/resource/Zembla_(TV_series)", "http://dbpedia.org/resource/Zero_One_(TV_series)", "http://dbpedia.org/resource/Zero_to_Hero", "http://dbpedia.org/resource/Zig_et_Puce", "http://dbpedia.org/resource/Zigor", "http://dbpedia.org/resource/Zillion_(anime)", "http://dbpedia.org/resource/Ziyuan_(satellite)", "http://dbpedia.org/resource/Ziz_Gorges", "http://dbpedia.org/resource/Zodiac-films", "http://dbpedia.org/resource/Zonder_Ernst", "http://dbpedia.org/resource/Zoot_Suit_Riots", "http://dbpedia.org/resource/Zumba_Fitness_Dance_Party", "http://dbpedia.org/resource/\u00c1gueda_(telenovela)", "http://dbpedia.org/resource/\u00c9n\u00e9e_et_Lavinie_(Collasse)", "http://dbpedia.org/resource/\u00c9n\u00e9e_et_Lavinie_(Dauvergne)", "http://dbpedia.org/resource/\u00c9xitos_y_Recuerdos", "http://dbpedia.org/resource/Hamburger\u2013Hamilton_stages", "http://dbpedia.org/resource/Hamilton_Invaders", "http://dbpedia.org/resource/Hamilton_Town_Belt", "http://dbpedia.org/resource/Hammerin'_Harry", "http://dbpedia.org/resource/Hammering_Man", "http://dbpedia.org/resource/Hampshire_Book_Awards", "http://dbpedia.org/resource/Hamster_Vice", "http://dbpedia.org/resource/Hana_Yori_mo_Hana_no_Gotoku", "http://dbpedia.org/resource/Hana_to_Ry\u016b", "http://dbpedia.org/resource/Hanada_Sh\u014dnen_Shi", "http://dbpedia.org/resource/Hand_of_Hope", "http://dbpedia.org/resource/Handbook_of_North_American_Indians", "http://dbpedia.org/resource/Handbook_of_South_American_Indians", "http://dbpedia.org/resource/Handbook_of_the_Natural_Region_Divisions_of_Germany", "http://dbpedia.org/resource/Hanjuku-Joshi", "http://dbpedia.org/resource/Hank_Zipzer", "http://dbpedia.org/resource/Hanna_\u2013_Folge_deinem_Herzen", "http://dbpedia.org/resource/Hannibal_Lecter_(franchise)", "http://dbpedia.org/resource/Asi_es_la_Vida", "http://dbpedia.org/resource/Ford_Saturday_Night_Football", "http://dbpedia.org/resource/Herreavdelingen", "http://dbpedia.org/resource/Italian_Formula_4_Championship", "http://dbpedia.org/resource/Karl_Formes", "http://dbpedia.org/resource/La_Dolce_Vita_(TV_series)", "http://dbpedia.org/resource/Ladyland", "http://dbpedia.org/resource/Lee_and_Herring_(radio_series)", "http://dbpedia.org/resource/Lettres_provinciales", "http://dbpedia.org/resource/Magical_Hat", "http://dbpedia.org/resource/Matthew's_Best_Hit_TV", "http://dbpedia.org/resource/Olympics_Triplecast", "http://dbpedia.org/resource/Pastel_Yumi,_the_Magic_Idol", "http://dbpedia.org/resource/Primetime_Emmy_Award_for_Outstanding_Main_Title_Theme_Music", "http://dbpedia.org/resource/TV3_News", "http://dbpedia.org/resource/Taungurong", "http://dbpedia.org/resource/The_Faerie_Wars_Chronicles", "http://dbpedia.org/resource/The_Riftwar_Legacy", "http://dbpedia.org/resource/Video_magazine", "http://dbpedia.org/resource/WWE_Insurrextion", "http://dbpedia.org/resource/Weekend_Breakfast_(radio_show)", "http://dbpedia.org/resource/Wyoming_Democratic_caucuses,_2008", "http://dbpedia.org/resource/Big_Top_Ballet", "http://dbpedia.org/resource/CS1", "http://dbpedia.org/resource/Canon_XC10", "http://dbpedia.org/resource/Clever_(TV_series)", "http://dbpedia.org/resource/Do\u00f1a_B\u00e1rbara_(2008_telenovela)", "http://dbpedia.org/resource/Falling_for_Innocence", "http://dbpedia.org/resource/Fast_Money_(CNBC)", "http://dbpedia.org/resource/Franklin_6_series", "http://dbpedia.org/resource/Great_Barrier_Reef_(TV_series)", "http://dbpedia.org/resource/IBM_Electric_typewriter", "http://dbpedia.org/resource/India's_Great_Driving_Challenge", "http://dbpedia.org/resource/International_Motorsports_Hall_of_Fame_200", "http://dbpedia.org/resource/Intersection_for_the_Arts_Literary_Series", "http://dbpedia.org/resource/Jake_&_Blake", "http://dbpedia.org/resource/Kare_Baka", "http://dbpedia.org/resource/Kassai_and_Leuk", "http://dbpedia.org/resource/La_parodia", "http://dbpedia.org/resource/La_reine_Fiammette", "http://dbpedia.org/resource/Lacy's_Caves", "http://dbpedia.org/resource/Las_noticias_del_gui\u00f1ol", "http://dbpedia.org/resource/Le_Fric_Show", "http://dbpedia.org/resource/Let's_Eat_at_Home!", "http://dbpedia.org/resource/Lo_Sconosciuto", "http://dbpedia.org/resource/Luke_Nguyen's_Vietnam", "http://dbpedia.org/resource/Lupo_Alberto", "http://dbpedia.org/resource/Maggie_(1981_TV_series)", "http://dbpedia.org/resource/Maggie_(TV_series)", "http://dbpedia.org/resource/Mammals_of_Africa", "http://dbpedia.org/resource/Masterplots", "http://dbpedia.org/resource/Mental_Engineering", "http://dbpedia.org/resource/Motorola_Razr3", "http://dbpedia.org/resource/Mr._Brown_Coffee", "http://dbpedia.org/resource/My_Plaything", "http://dbpedia.org/resource/NBA_Sunday_Showcase_on_ABC", "http://dbpedia.org/resource/Nebula_Award_for_Best_Novel", "http://dbpedia.org/resource/New_Mermaids", "http://dbpedia.org/resource/New_York_State_Summer_School_of_the_Arts", "http://dbpedia.org/resource/Neynava_truck", "http://dbpedia.org/resource/Nickelodeon_UK_Kids'_Choice_Awards", "http://dbpedia.org/resource/Night_of_the_Proms", "http://dbpedia.org/resource/Nikon_Coolpix_P510", "http://dbpedia.org/resource/Ohio_Bicentennial", "http://dbpedia.org/resource/One_Hundred_Thousand_Bad_Jokes", "http://dbpedia.org/resource/Pennyland_project", "http://dbpedia.org/resource/Pentax_Q10", "http://dbpedia.org/resource/Pizarre", "http://dbpedia.org/resource/Providence_(TV_series)", "http://dbpedia.org/resource/Prudence_&_Caution", "http://dbpedia.org/resource/Radharc", "http://dbpedia.org/resource/Radio_Belgique", "http://dbpedia.org/resource/Ragged_Isle", "http://dbpedia.org/resource/Ravioli_(TV_series)", "http://dbpedia.org/resource/Robots_and_Avatars", "http://dbpedia.org/resource/Samt_und_Seide", "http://dbpedia.org/resource/Scarlett_Hill", "http://dbpedia.org/resource/Schulz_&_Schulz", "http://dbpedia.org/resource/Six_Characters_in_Search_of_an_Author_(opera)", "http://dbpedia.org/resource/Star_Radio_Network", "http://dbpedia.org/resource/Stiamo_bene_insieme", "http://dbpedia.org/resource/Super_Bowl_at_XL", "http://dbpedia.org/resource/Superdance_South_Africa_(TV_series)", "http://dbpedia.org/resource/Tales_of_the_Moonlight_Cutter", "http://dbpedia.org/resource/Teachings_of_Presidents_of_the_Church", "http://dbpedia.org/resource/Television's_Greatest_Hits", "http://dbpedia.org/resource/The_Accounts_of_Jingkang", "http://dbpedia.org/resource/The_Cavanaughs_(web_series)", "http://dbpedia.org/resource/The_Gift_(TV_series)", "http://dbpedia.org/resource/The_Second_Stage_Turbine_Blade_(comics)", "http://dbpedia.org/resource/The_Sensational_Spider-Man_(vol._2)", "http://dbpedia.org/resource/The_Tiara_Club", "http://dbpedia.org/resource/The_World_of_Beachcomber", "http://dbpedia.org/resource/Theban\u2013Spartan_War", "http://dbpedia.org/resource/Thuggee_and_Dacoity_Suppression_Acts,_1836\u20131848", "http://dbpedia.org/resource/Toda_Mujer", "http://dbpedia.org/resource/Tom_Clancy's_Net_Force_Explorers:_Shadow_of_Honor", "http://dbpedia.org/resource/Tom_Clancy's_Net_Force_Explorers:_The_Ultimate_Escape", "http://dbpedia.org/resource/Trimline_telephone", "http://dbpedia.org/resource/Tuubi", "http://dbpedia.org/resource/Two_Boys", "http://dbpedia.org/resource/Type_079_landing_ship_medium", "http://dbpedia.org/resource/Ujan_Ganger_Naiya", "http://dbpedia.org/resource/Ultraman_vs._Kamen_Rider", "http://dbpedia.org/resource/Unbeatables", "http://dbpedia.org/resource/Washington_Report_(DuMont_TV_series)", "http://dbpedia.org/resource/Wincon", "http://dbpedia.org/resource/World_Tamil_Conference", "http://dbpedia.org/resource/X\u00e1_L\u1ee3i_Pagoda_raids", "http://dbpedia.org/resource/Yalova_Peninsula_massacres_(1920\u201321)", "http://dbpedia.org/resource/Young_Doctor_Malone", "http://dbpedia.org/resource/History_of_the_Rugby_League_Conference", "http://dbpedia.org/resource/History_of_the_Squamish_people", "http://dbpedia.org/resource/History_wars", "http://dbpedia.org/resource/Hit_30", "http://dbpedia.org/resource/Hitchgathering", "http://dbpedia.org/resource/Hitler's_Bodyguard_(TV_series)", "http://dbpedia.org/resource/Hiyokoi", "http://dbpedia.org/resource/HoHoCon", "http://dbpedia.org/resource/Hobbes\u2013Wallis_controversy", "http://dbpedia.org/resource/Hockey_Central", "http://dbpedia.org/resource/Hodgepodge_Lodge", "http://dbpedia.org/resource/Hoffmann_kiln", "http://dbpedia.org/resource/Hoffnung_Music_Festival", "http://dbpedia.org/resource/Hog's_Back_Falls", "http://dbpedia.org/resource/Hogarth_Living_Poets", "http://dbpedia.org/resource/Hokum_&_Hex", "http://dbpedia.org/resource/Hold_the_Dream", "http://dbpedia.org/resource/Hole_cam", "http://dbpedia.org/resource/Holiday_Film_Festival", "http://dbpedia.org/resource/Holiday_Hit_Squad", "http://dbpedia.org/resource/Holiday_Showcase", "http://dbpedia.org/resource/Holiday_on_Ice", "http://dbpedia.org/resource/Holidays_at_Home", "http://dbpedia.org/resource/Holidays_in_the_Danger_Zone", "http://dbpedia.org/resource/Holly_the_Ghost", "http://dbpedia.org/resource/Hollywood's_Comedy_Nights", "http://dbpedia.org/resource/Hollywood_Love_Story", "http://dbpedia.org/resource/Hollywood_Star_Playhouse", "http://dbpedia.org/resource/Hollywood_Superstars", "http://dbpedia.org/resource/Hollywood_Trials", "http://dbpedia.org/resource/Holmegaard_bow", "http://dbpedia.org/resource/Holy_Avenger", "http://dbpedia.org/resource/Home_Things", "http://dbpedia.org/resource/Home_University_Library_of_Modern_Knowledge", "http://dbpedia.org/resource/Home_and_Away:_Romances", "http://dbpedia.org/resource/Home_and_Away:_Weddings", "http://dbpedia.org/resource/Homecoming_Scotland_2009", "http://dbpedia.org/resource/Homicide:_Second_Shift", "http://dbpedia.org/resource/Homofonia", "http://dbpedia.org/resource/Honda_CM_series", "http://dbpedia.org/resource/Honda_Challenge", "http://dbpedia.org/resource/Honda_NR", "http://dbpedia.org/resource/Honest_Doubt", "http://dbpedia.org/resource/Honey,_We're_Killing_the_Kids", "http://dbpedia.org/resource/Emperatriz_(1990_telenovela)", "http://dbpedia.org/resource/En_busca_del_para\u00edso_(1982_telenovela)", "http://dbpedia.org/resource/Encadenados_(1969_telenovela)", "http://dbpedia.org/resource/Encadenados_(telenovela)", "http://dbpedia.org/resource/Encirclement_Campaign_against_Hunan\u2013Jiangxi_Soviet", "http://dbpedia.org/resource/Encounter_(1960_TV_series)", "http://dbpedia.org/resource/Encounter_(TV_series)", "http://dbpedia.org/resource/Encrucijada_(telenovela)", "http://dbpedia.org/resource/Endemic_birds_of_Japan", "http://dbpedia.org/resource/Endemic_birds_of_New_Caledonia", "http://dbpedia.org/resource/Endemic_birds_of_eastern_North_America", "http://dbpedia.org/resource/Endemic_birds_of_the_Himalayas", "http://dbpedia.org/resource/Endemic_birds_of_western_North_America", "http://dbpedia.org/resource/Ender's_Game_series", "http://dbpedia.org/resource/Emcee_Africa", "http://dbpedia.org/resource/Emergency_(series)", "http://dbpedia.org/resource/Emilia_(telenovela)", "http://dbpedia.org/resource/Internet_Killed_Television", "http://dbpedia.org/resource/Nikon_S4", "http://dbpedia.org/resource/No_Manches", "http://dbpedia.org/resource/R\u00f6da_tr\u00e5den", "http://dbpedia.org/resource/Star_Awards_2005", "http://dbpedia.org/resource/Wish_Ko_Lang", "http://dbpedia.org/resource/Balita_Ngayon", "http://dbpedia.org/resource/Color_Me_a_Rainbow", "http://dbpedia.org/resource/Eurolaul", "http://dbpedia.org/resource/Fun_&_Fortune", "http://dbpedia.org/resource/Gabriela_(telenovela)", "http://dbpedia.org/resource/Generations_(U.S._TV_series)", "http://dbpedia.org/resource/Get_a_Life_(TV_series)", "http://dbpedia.org/resource/God_of_War_(series)", "http://dbpedia.org/resource/History_of_Saturday_Night_Live_(1975\u201380)", "http://dbpedia.org/resource/Homefront_(U.S._TV_series)", "http://dbpedia.org/resource/Iffet", "http://dbpedia.org/resource/Jet_Set_Radio_(series)", "http://dbpedia.org/resource/Kapag_nasa_Katwiran,_Ipaglaban_Mo!", "http://dbpedia.org/resource/Kiss_of_Rose_Princess", "http://dbpedia.org/resource/Konkan_Maratha", "http://dbpedia.org/resource/Leonardo_(TV_series)", "http://dbpedia.org/resource/Mach_a_\u0160ebestov\u00e1", "http://dbpedia.org/resource/Mainly_for_Women", "http://dbpedia.org/resource/Marie_(TV_series)", "http://dbpedia.org/resource/Marvel_Knights_4", "http://dbpedia.org/resource/MeeBOX", "http://dbpedia.org/resource/Mistborn_series", "http://dbpedia.org/resource/Moody's_Manual", "http://dbpedia.org/resource/Moses_(documentary)", "http://dbpedia.org/resource/Music_to_See_(1970s_TV_series)", "http://dbpedia.org/resource/My_Inner_Beast", "http://dbpedia.org/resource/Myst_(series)", "http://dbpedia.org/resource/NZ_on_Screen", "http://dbpedia.org/resource/Nang_Talung", "http://dbpedia.org/resource/National_Lampoon's_Class_of_'86", "http://dbpedia.org/resource/Next_Caller", "http://dbpedia.org/resource/Nowhere_Men", "http://dbpedia.org/resource/On_the_Job_(TV_series)", "http://dbpedia.org/resource/On_the_Record_(BBC_TV_series)", "http://dbpedia.org/resource/Pentax_PC35AF", "http://dbpedia.org/resource/Phish_in_Hampton", "http://dbpedia.org/resource/Phosphorus_halide", "http://dbpedia.org/resource/Pobre_Ni\u00f1a_Rica", "http://dbpedia.org/resource/Questione_Ladina", "http://dbpedia.org/resource/Results_Service", "http://dbpedia.org/resource/Revolution_618_(TV_Talk_show)", "http://dbpedia.org/resource/Risk_Takers", "http://dbpedia.org/resource/Rogue_Angel", "http://dbpedia.org/resource/Rubbery_Figures", "http://dbpedia.org/resource/Samsung_NX1", "http://dbpedia.org/resource/Savage_Sword_of_Conan", "http://dbpedia.org/resource/Showdown_with_Larry_Elder", "http://dbpedia.org/resource/Sin_Cities", "http://dbpedia.org/resource/Somaliland_Campaign", "http://dbpedia.org/resource/Star_Awards_2004", "http://dbpedia.org/resource/Sun_Belt_Conference_Men's_Basketball_Player_of_the_Year", "http://dbpedia.org/resource/Sunshine_Millions", "http://dbpedia.org/resource/Surge_Events", "http://dbpedia.org/resource/TASB_(psychedelics)", "http://dbpedia.org/resource/THPB_UAV", "http://dbpedia.org/resource/Talk2", "http://dbpedia.org/resource/Target_Luna", "http://dbpedia.org/resource/Tarim_mummies", "http://dbpedia.org/resource/Tatayet", "http://dbpedia.org/resource/Tatta_Hitotsu_no_Koi", "http://dbpedia.org/resource/Tellos", "http://dbpedia.org/resource/Telos_Doctor_Who_novellas", "http://dbpedia.org/resource/The_21_Conspiracy", "http://dbpedia.org/resource/The_Addams_Family_(1973_animated_series)", "http://dbpedia.org/resource/The_Artist's_Cottage_project", "http://dbpedia.org/resource/The_Benefactor", "http://dbpedia.org/resource/The_Bold_and_the_Beautiful_secondary_characters", "http://dbpedia.org/resource/The_Chronicles_of_Prydain", "http://dbpedia.org/resource/The_Colm_and_Lucy_Show", "http://dbpedia.org/resource/The_Cops_(TV_series)", "http://dbpedia.org/resource/The_Countess", "http://dbpedia.org/resource/The_Dark_Abode", "http://dbpedia.org/resource/The_Day_the_Music_Died_(radio)", "http://dbpedia.org/resource/The_Exclusives_(TV_show)", "http://dbpedia.org/resource/The_Firebringer_Trilogy", "http://dbpedia.org/resource/The_Good_Night_Chicago_Show", "http://dbpedia.org/resource/The_Intimates", "http://dbpedia.org/resource/The_Jimmy_Parkinson_Show", "http://dbpedia.org/resource/The_Mole_(UK_TV_series)", "http://dbpedia.org/resource/The_No._1_Ladies'_Detective_Agency", "http://dbpedia.org/resource/The_Return_of_the_Condor_Heroes_(Taiwanese_TV_series)", "http://dbpedia.org/resource/The_River_Flows_Eastwards", "http://dbpedia.org/resource/The_Robot_Johnson_Show", "http://dbpedia.org/resource/The_Royal_Diaries", "http://dbpedia.org/resource/The_Seven_Fabulous_Wonders", "http://dbpedia.org/resource/The_Ultimates_2", "http://dbpedia.org/resource/The_Un-Credible_Shrinking_Man", "http://dbpedia.org/resource/They_Go_On", "http://dbpedia.org/resource/This_I_Believe_(TV_series)", "http://dbpedia.org/resource/This_Is_That", "http://dbpedia.org/resource/Tierarzt_Dr._Engel", "http://dbpedia.org/resource/Today_(Irish_TV_series)", "http://dbpedia.org/resource/Tom-Tom_and_Nana", "http://dbpedia.org/resource/T\u00e9l\u00e8phe", "http://dbpedia.org/resource/Ultra_Quiz", "http://dbpedia.org/resource/Valeria_(1966_telenovela)", "http://dbpedia.org/resource/Vietnam:_The_Camera_at_War", "http://dbpedia.org/resource/West_Coast_Live", "http://dbpedia.org/resource/Westside_(TV_series)", "http://dbpedia.org/resource/Winning_Lines_(U.S._game_show)", "http://dbpedia.org/resource/Zaporizhian_March_(music)", "http://dbpedia.org/resource/Zoorama", "http://dbpedia.org/resource/Marvel_Superheroes:_What_the--%3F!", "http://dbpedia.org/resource/George_of_the_Jungle_(Season_2)", "http://dbpedia.org/resource/German_Mexican", "http://dbpedia.org/resource/Those_Who_Kill_(U.S._TV_series)", "http://dbpedia.org/resource/Medieval_World_Series", "http://dbpedia.org/resource/Meet_the_Izzards", "http://dbpedia.org/resource/Rivers_of_New_South_Wales", "http://dbpedia.org/resource/Not_Love_Alone", "http://dbpedia.org/resource/The_Twilight_Children", "http://dbpedia.org/resource/The_Tyrant_King", "http://dbpedia.org/resource/The_Way_It_Is_(radio_programme)", "http://dbpedia.org/resource/The_Wingfeather_Saga", "http://dbpedia.org/resource/Theatre_Date", "http://dbpedia.org/resource/This_Is_Your_Right", "http://dbpedia.org/resource/Thou_Shalt_Not_Kill_(TV_series)", "http://dbpedia.org/resource/Integration_tv", "http://dbpedia.org/resource/Jamaican_Canadian", "http://dbpedia.org/resource/Jamaicans_of_African_ancestry", "http://dbpedia.org/resource/James_Bond_in_film", "http://dbpedia.org/resource/Chambers_(series)__30_minutes__1", "http://dbpedia.org/resource/Sapphire_Films__UK-tv-prog-stub__1", "http://dbpedia.org/resource/Sarah_the_Teen_Princess__Sarah_the_Teen_Princess__1", "http://dbpedia.org/resource/Saturday_Night's_Main_Event__Saturday_Night's_Main_Event__1", "http://dbpedia.org/resource/Saturday_Primetime__Saturday_Primetime__1", "http://dbpedia.org/resource/Saved_by_the_Bell__Saved_by_the_Bell__1", "http://dbpedia.org/resource/Saving_Emily__Saving_Emily__1", "http://dbpedia.org/resource/Saving_Milly__Saving_Milly__1", "http://dbpedia.org/resource/Say_It_with_Music_(1957_TV_series)__Say_It_with_Music__1", "http://dbpedia.org/resource/School_Wars:_Hero__School_Wars__1", "http://dbpedia.org/resource/Scream_Street_(TV_series)__Scream_Street__1", "http://dbpedia.org/resource/Seachd_L\u00e0__Seachd_L\u00e0__1", "http://dbpedia.org/resource/Second_Sight_(Midsomer_Murders)__UK-tv-prog-stub__1", "http://dbpedia.org/resource/Spartan_Race_(TV_series)", "http://dbpedia.org/resource/Spatterjay", "http://dbpedia.org/resource/UNHhhh__Trixie_and_Katya_Save_the_World__1", "http://dbpedia.org/resource/USA_Today__:_The_Television_Show__1", "http://dbpedia.org/resource/VBirds__1", "http://dbpedia.org/resource/VBirds__:_Perfect__1", "http://dbpedia.org/resource/Val_Meets_The_VIPs__In_The_Limelight_With_Lesley__1", "http://dbpedia.org/resource/Vibe_Australia__Move_it_Mob_Style__1", "http://dbpedia.org/resource/Vickers_Wellington_LN514__Wellington_Bomber__1", "http://dbpedia.org/resource/Ukrainian_Brazilian", "http://dbpedia.org/resource/Ukrainian_diaspora_in_the_United_Kingdom", "http://dbpedia.org/resource/Ultra_Rich_Asian_Girls", "http://dbpedia.org/resource/Underground_(2016_TV_series)", "http://dbpedia.org/resource/Untitled_Film_Stills_(photograph_series)", "http://dbpedia.org/resource/Ute_Tribe", "http://dbpedia.org/resource/Uthiri_Pookal_(TV_series)", "http://dbpedia.org/resource/Uw_Oykangand_people", "http://dbpedia.org/resource/Uzboi-Landon-Morava_(ULM)", "http://dbpedia.org/resource/Vaidehi_(Tamil_TV_series)", "http://dbpedia.org/resource/Skins_(TV_series)", "http://dbpedia.org/resource/Wess'Har_Series", "http://dbpedia.org/resource/Hamshenis", "http://dbpedia.org/resource/Creek_people", "http://dbpedia.org/resource/Arab_British", "http://dbpedia.org/resource/British_Iranian", "http://dbpedia.org/resource/Lebanese_British", "http://dbpedia.org/resource/World's_Worst_Driver", "http://dbpedia.org/resource/List_of_Command_&_Conquer_factions", "http://dbpedia.org/resource/Gelivable_Sunday", "http://dbpedia.org/resource/Lachlan_Fox", "http://dbpedia.org/resource/Mabi", "http://dbpedia.org/resource/Mundhanai_Mudichu_(2010_TV_series)", "http://dbpedia.org/resource/Sisterhood_of_the_Travelling_Pants", "http://dbpedia.org/resource/Unnamed_Planet", "http://dbpedia.org/resource/Fear_Factor:_Khatron_Ke_Khiladi_(season_7)", "http://dbpedia.org/resource/List_of_Top_20_Countdown:_Most_Shocking_episodes", "http://dbpedia.org/resource/Rome:_Rise_and_fall_of_an_empire", "http://dbpedia.org/resource/The_Flintstones_(film_series)", "http://dbpedia.org/resource/Ai_to_Makoto", "http://dbpedia.org/resource/Aida", "http://dbpedia.org/resource/Aifric", "http://dbpedia.org/resource/Aik_Aur_Munafiq", "http://dbpedia.org/resource/Aik_Aur_Sitam_Hai", "http://dbpedia.org/resource/Aik_Din_Geo_Kay_Sath", "http://dbpedia.org/resource/Aik_Din_Geo_Ke_Saath", "http://dbpedia.org/resource/Aik_Hai_Nigar", "http://dbpedia.org/resource/Aik_Larki_Aam_Si", "http://dbpedia.org/resource/Aik_Nayee_Cinderella", "http://dbpedia.org/resource/Aik_Pal", "http://dbpedia.org/resource/Aik_Sitam_Aur", "http://dbpedia.org/resource/Aik_Thi_Misaal", "http://dbpedia.org/resource/Aik_Thi_Rania", "http://dbpedia.org/resource/Aika_R-16:_Virgin_Mission", "http://dbpedia.org/resource/Aikatsu_Planet!", "http://dbpedia.org/resource/Aikotoba_wa_Y\u016bki", "http://dbpedia.org/resource/Aikurushii", "http://dbpedia.org/resource/Aim_High_(TV_series)", "http://dbpedia.org/resource/Aim_in_Life", "http://dbpedia.org/resource/Aiman_(TV_program)", "http://dbpedia.org/resource/Ain't_Misbehavin'_(TV_series)", "http://dbpedia.org/resource/Ain't_That_America", "http://dbpedia.org/resource/Ain't_That_America_(TV_series)", "http://dbpedia.org/resource/Ainadamar", "http://dbpedia.org/resource/Ainak_Wala_Jin", "http://dbpedia.org/resource/Ainori", "http://dbpedia.org/resource/Ainsi_soient-ils", "http://dbpedia.org/resource/Aion_(manga)", "http://dbpedia.org/resource/Air_&_Sea_Show", "http://dbpedia.org/resource/Air_Aces", "http://dbpedia.org/resource/Air_America_(TV_series)", "http://dbpedia.org/resource/Air_City", "http://dbpedia.org/resource/Air_Creation_GT", "http://dbpedia.org/resource/Air_Force_One_Is_Down", "http://dbpedia.org/resource/Air_Guitar_in_Oulu", "http://dbpedia.org/resource/Air_Hostess_(TV_series)", "http://dbpedia.org/resource/Air_Power_(TV_series)", "http://dbpedia.org/resource/Air_Time_'57", "http://dbpedia.org/resource/Air_Ways", "http://dbpedia.org/resource/Airborne_XT", "http://dbpedia.org/resource/Airbus_A320neo_family", "http://dbpedia.org/resource/Aircraft_Apprentice_Scheme", "http://dbpedia.org/resource/Airforce_(TV_series)", "http://dbpedia.org/resource/Airline_(1982_TV_series)", "http://dbpedia.org/resource/Airline_(1998_TV_series)", "http://dbpedia.org/resource/Airline_(American_TV_series)", "http://dbpedia.org/resource/Airlines_(Indian_TV_series)", "http://dbpedia.org/resource/Airmageddon", "http://dbpedia.org/resource/Airplane_Repo", "http://dbpedia.org/resource/Airplay40", "http://dbpedia.org/resource/Airport_(TV_series)", "http://dbpedia.org/resource/Airport_24/7:_Miami", "http://dbpedia.org/resource/Airport_Core_Programme", "http://dbpedia.org/resource/Airport_Live", "http://dbpedia.org/resource/Airshow_(TV_series)", "http://dbpedia.org/resource/Airwaves_(TV_series)", "http://dbpedia.org/resource/Airwolf", "http://dbpedia.org/resource/Aisa_Des_Hai_Mera_(TV_series)", "http://dbpedia.org/resource/Aisay_Nahi_Chalay_Ga", "http://dbpedia.org/resource/Aise_Karo_Naa_Vidaa", "http://dbpedia.org/resource/Aiseki_Shokud\u014d", "http://dbpedia.org/resource/Aisha_(TV_series)", "http://dbpedia.org/resource/Aishiteiru_to_Itte_Kure", "http://dbpedia.org/resource/Aishiteru:_Kaiy\u014d", "http://dbpedia.org/resource/Aisi_Deewangi_Dekhi_Nahi_Kahi", "http://dbpedia.org/resource/Aisi_Hai_Tanhai", "http://dbpedia.org/resource/Aisyah_Putri_The_Series:_Jilbab_In_Love", "http://dbpedia.org/resource/Aitebaar", "http://dbpedia.org/resource/Aiura", "http://dbpedia.org/resource/Aizliegtais_pa\u0146\u0113miens", "http://dbpedia.org/resource/Aja_Aja_Tayo!", "http://dbpedia.org/resource/Ajax,_dit_is_mijn_club", "http://dbpedia.org/resource/Ajaxjournaal", "http://dbpedia.org/resource/Ajeeb_(TV_series)", "http://dbpedia.org/resource/Ajeeb_Daastaan_Hai_Ye", "http://dbpedia.org/resource/Aji_Sunte_Ho", "http://dbpedia.org/resource/Ajithana_Sahasagalu", "http://dbpedia.org/resource/Ajnabi", "http://dbpedia.org/resource/Ajnabi_Lage_Zindagi", "http://dbpedia.org/resource/Ajooni", "http://dbpedia.org/resource/Ajunahi_Barsaat_Aahe", "http://dbpedia.org/resource/Ajyal", "http://dbpedia.org/resource/Akademi_Fantasi_Indosiar", "http://dbpedia.org/resource/Akademi_Fantasia", "http://dbpedia.org/resource/Akai_Meiro", "http://dbpedia.org/resource/Akash_Vaani", "http://dbpedia.org/resource/Akashadoothu_(TV_series)", "http://dbpedia.org/resource/Akasya_Dura\u011f\u0131", "http://dbpedia.org/resource/Akatsuki-iro_no_Senpuku_Majo", "http://dbpedia.org/resource/Akatsuki_(TV_series)", "http://dbpedia.org/resource/Akazukin_Chacha", "http://dbpedia.org/resource/Akbar_Birbal_Remixed", "http://dbpedia.org/resource/Akbar_Ka_Bal_Birbal", "http://dbpedia.org/resource/Akbari_Asghari", "http://dbpedia.org/resource/Akeli_(TV_series)", "http://dbpedia.org/resource/Aker_Peaks", "http://dbpedia.org/resource/Akhnaten_(opera)", "http://dbpedia.org/resource/Akhri_Barish", "http://dbpedia.org/resource/Aki_Sora", "http://dbpedia.org/resource/Akin_Pa_Rin_ang_Bukas", "http://dbpedia.org/resource/Akira_(manga)", "http://dbpedia.org/resource/Akira_Toriyama's_Manga_Theater", "http://dbpedia.org/resource/Akis_(TV_series)", "http://dbpedia.org/resource/Akka_(TV_series)", "http://dbpedia.org/resource/Akka_Chellelu_(TV_series)", "http://dbpedia.org/resource/Akka_Mogudu", "http://dbpedia.org/resource/Akkad_Bakkad_Bambey_Bo", "http://dbpedia.org/resource/Akkamma_Stalinum_Pathrose_Gandhiyum", "http://dbpedia.org/resource/Akkara_Kazhchakal", "http://dbpedia.org/resource/Ako_Ang_Simula", "http://dbpedia.org/resource/Ako_si_Kim_Samsoon", "http://dbpedia.org/resource/Akoon_Aw_La", "http://dbpedia.org/resource/Aks_(TV_series)", "http://dbpedia.org/resource/Aksharathettu_(TV_series)", "http://dbpedia.org/resource/Aksyon_(TV_program)", "http://dbpedia.org/resource/Aksyon_Bisaya", "http://dbpedia.org/resource/Aksyon_Dabaw", "http://dbpedia.org/resource/Aksyon_JournalisMO", "http://dbpedia.org/resource/Akte_Gr\u00fcninger", "http://dbpedia.org/resource/Aktenzeichen_XY_\u2026_ungel\u00f6st", "http://dbpedia.org/resource/Aktenzeichen_XY\u2026_ungel\u00f6st", "http://dbpedia.org/resource/Aktuelle_Kamera", "http://dbpedia.org/resource/Aktuellt", "http://dbpedia.org/resource/Aku_Titipkan_Cinta", "http://dbpedia.org/resource/Akuma-kun", "http://dbpedia.org/resource/Akumaizer_3", "http://dbpedia.org/resource/Akumetsu", "http://dbpedia.org/resource/Akumu-chan", "http://dbpedia.org/resource/Akumy\u014d", "http://dbpedia.org/resource/Ak\u014d_R\u014dshi_(1964_TV_series)", "http://dbpedia.org/resource/Ak\u014d_R\u014dshi_(1979_TV_series)", "http://dbpedia.org/resource/Al-Ababeed", "http://dbpedia.org/resource/Al-Gama'a", "http://dbpedia.org/resource/Al-Taghreba_al-Falastenya", "http://dbpedia.org/resource/AlRawabi_School_for_Girls", "http://dbpedia.org/resource/Al_Bernameg", "http://dbpedia.org/resource/Al_Cappuccino", "http://dbpedia.org/resource/Al_Hayba", "http://dbpedia.org/resource/Al_Jazeera_America_News", "http://dbpedia.org/resource/Al_Jazeera_Investigates", "http://dbpedia.org/resource/Al_Murray's_Compete_for_the_Meat", "http://dbpedia.org/resource/Al_Murray's_Great_British_Pub_Quiz", "http://dbpedia.org/resource/Al_Murray's_Happy_Hour", "http://dbpedia.org/resource/Al_Murray's_Multiple_Personality_Disorder", "http://dbpedia.org/resource/Al_Oeming_\u2013_Man_of_the_North", "http://dbpedia.org/resource/Al_Paradise", "http://dbpedia.org/resource/Al_Punto", "http://dbpedia.org/resource/Al_Qahera_Al_Youm", "http://dbpedia.org/resource/Al_Ramsay_Shield", "http://dbpedia.org/resource/Al_Rojo_Vivo_(2002_TV_program)", "http://dbpedia.org/resource/Al_TV", "http://dbpedia.org/resource/Al_Yazmal\u0131m", "http://dbpedia.org/resource/Al_borde_del_deseo", "http://dbpedia.org/resource/Al_di_l\u00e0_del_lago", "http://dbpedia.org/resource/Al_diablo_con_los_guapos", "http://dbpedia.org/resource/Al_filo_de_la_muerte", "http://dbpedia.org/resource/Al_final_del_arco_iris", "http://dbpedia.org/resource/Al_fondo_hay_sitio", "http://dbpedia.org/resource/Al_gran_sole_carico_d'amore", "http://dbpedia.org/resource/Al_otro_lado_(2005_film)", "http://dbpedia.org/resource/Al_otro_lado_del_muro", "http://dbpedia.org/resource/Al_ritmo_de_tu_coraz\u00f3n", "http://dbpedia.org/resource/Al_rojo_vivo_(1980_TV_series)", "http://dbpedia.org/resource/Al_salir_de_clase", "http://dbpedia.org/resource/Ala_Al_Hilwa_Wa_Al_Morra", "http://dbpedia.org/resource/Alabang_Girls", "http://dbpedia.org/resource/Alabaster_(manga)", "http://dbpedia.org/resource/Aladdin_(1958_film)", "http://dbpedia.org/resource/Aladdin_(Indian_TV_series)", "http://dbpedia.org/resource/Aladdin_(animated_TV_series)", "http://dbpedia.org/resource/Aladdin_\u2013_Naam_Toh_Suna_Hoga", "http://dbpedia.org/resource/Aladin_&_Alakadam", "http://dbpedia.org/resource/Alagang_Kapatid", "http://dbpedia.org/resource/Alahor_in_Granata", "http://dbpedia.org/resource/Alaigal_(TV_series)", "http://dbpedia.org/resource/Alaipayuthey_(TV_series)", "http://dbpedia.org/resource/Alakdana", "http://dbpedia.org/resource/Alam_Simsim", "http://dbpedia.org/resource/Alamat_(TV_program)", "http://dbpedia.org/resource/Alan_Carr's_Celebrity_Ding_Dong", "http://dbpedia.org/resource/Alan_Carr's_Epic_Gameshow", "http://dbpedia.org/resource/Alan_Carr's_Happy_Hour", "http://dbpedia.org/resource/Alan_Carr's_Specstacular", "http://dbpedia.org/resource/Alan_Carr:_Chatty_Man", "http://dbpedia.org/resource/Alan_Davies:_As_Yet_Untitled", "http://dbpedia.org/resource/Alan_Davies_Apr\u00e8s-Ski", "http://dbpedia.org/resource/Alan_Jones_Live", "http://dbpedia.org/resource/Alan_Partridge:_Welcome_to_the_Places_of_My_Life", "http://dbpedia.org/resource/Alang-Alang_(TV_series)", "http://dbpedia.org/resource/Alans", "http://dbpedia.org/resource/Alarm_f\u00fcr_Cobra_11_\u2013_Die_Autobahnpolizei", "http://dbpedia.org/resource/Alas_Dose_sa_Trese", "http://dbpedia.org/resource/Alas_Smith_and_Jones", "http://dbpedia.org/resource/Alaska:_The_Last_Frontier", "http://dbpedia.org/resource/Alaska_Off-Road_Warriors", "http://dbpedia.org/resource/Alaska_State_Troopers_(TV_series)", "http://dbpedia.org/resource/Alaska_Wing_Men", "http://dbpedia.org/resource/Alaska_y_Mario", "http://dbpedia.org/resource/Alaskan_Bush_People", "http://dbpedia.org/resource/Alaskan_Killer_Bigfoot", "http://dbpedia.org/resource/Alaskan_Women_Looking_for_Love", "http://dbpedia.org/resource/Alaxmi_Ka_Super_Parivaar", "http://dbpedia.org/resource/Alba_(TV_series)", "http://dbpedia.org/resource/Alba_Marina", "http://dbpedia.org/resource/Alba_Roversi", "http://dbpedia.org/resource/Albanian_passport", "http://dbpedia.org/resource/Albanians_Got_Talent", "http://dbpedia.org/resource/Albasheer_Show", "http://dbpedia.org/resource/Albert's_Place", "http://dbpedia.org/resource/Albert_&_Herbert", "http://dbpedia.org/resource/Albert_(1985_film)", "http://dbpedia.org/resource/Albert_(2016_film)", "http://dbpedia.org/resource/Albert_Says..._Nature_Knows_Best", "http://dbpedia.org/resource/Albert_and_Me", "http://dbpedia.org/resource/Albert_and_Victoria", "http://dbpedia.org/resource/Albert_the_Fifth_Musketeer", "http://dbpedia.org/resource/Albertano_contra_los_mostros", "http://dbpedia.org/resource/Alberto_Agnesi", "http://dbpedia.org/resource/Albie_(TV_series)", "http://dbpedia.org/resource/Albion_Market", "http://dbpedia.org/resource/Alborada_(TV_series)", "http://dbpedia.org/resource/Album_of_History", "http://dbpedia.org/resource/Alcanzar_una_estrella", "http://dbpedia.org/resource/Alcanzar_una_estrella_II", "http://dbpedia.org/resource/Alcatraz:_The_Whole_Shocking_Story", "http://dbpedia.org/resource/Alcatraz_(TV_series)", "http://dbpedia.org/resource/Alceste_(Schweitzer)", "http://dbpedia.org/resource/Alchemy_of_Souls", "http://dbpedia.org/resource/Alcoa_Premiere", "http://dbpedia.org/resource/Alcoa_Presents:_One_Step_Beyond", "http://dbpedia.org/resource/Alcoa_Theatre", "http://dbpedia.org/resource/Alcock_and_Gander", "http://dbpedia.org/resource/Alcyone_(opera)", "http://dbpedia.org/resource/Alderamin_on_the_Sky", "http://dbpedia.org/resource/Aldermen's_wars", "http://dbpedia.org/resource/Aldnoah.Zero", "http://dbpedia.org/resource/AleX", "http://dbpedia.org/resource/Alec_Mapa:_Baby_Daddy", "http://dbpedia.org/resource/Alegrijes_y_Rebujos", "http://dbpedia.org/resource/Alegr\u00edas_De_Mediod\u00eda", "http://dbpedia.org/resource/Alejandra_(TV_series)", "http://dbpedia.org/resource/Alejo_&_Valentina", "http://dbpedia.org/resource/Alessandro_Cattelan:_One_Simple_Question", "http://dbpedia.org/resource/Alessandro_Severo", "http://dbpedia.org/resource/Alessandro_Stradella_(opera)", "http://dbpedia.org/resource/Alev_Alev_(TV_series)", "http://dbpedia.org/resource/Alex,_Inc.", "http://dbpedia.org/resource/Alex_&_Amie", "http://dbpedia.org/resource/Alex_&_Co.", "http://dbpedia.org/resource/Alex_Cross_(novel_series)", "http://dbpedia.org/resource/Alex_Haley's_Queen", "http://dbpedia.org/resource/Alex_Polizzi:_Chefs_on_Trial", "http://dbpedia.org/resource/Alex_Polizzi:_The_Fixer", "http://dbpedia.org/resource/Alex_Rider_(TV_series)", "http://dbpedia.org/resource/Alex_Wagner_Tonight", "http://dbpedia.org/resource/Alex_Wheatle_(film)", "http://dbpedia.org/resource/Alex_Witt_Reports", "http://dbpedia.org/resource/Alex_in_Wonderland_(TV_series)", "http://dbpedia.org/resource/Alexa_&_Katie", "http://dbpedia.org/resource/Alexander:_The_Other_Side_of_Dawn", "http://dbpedia.org/resource/Alexander_Armstrong's_Big_Ask", "http://dbpedia.org/resource/Alexander_Davydov_(singer)", "http://dbpedia.org/resource/Alexander_Zwo", "http://dbpedia.org/resource/Alexander_the_Great_(miniseries)", "http://dbpedia.org/resource/Alexander_the_Greatest", "http://dbpedia.org/resource/Alexandre_bis", "http://dbpedia.org/resource/Alexei_Sayle's_Merry-Go-Round", "http://dbpedia.org/resource/Alexei_Sayle's_Stuff", "http://dbpedia.org/resource/Alfa_Romeo_Disco_Volante", "http://dbpedia.org/resource/Alfonso_Bonzo", "http://dbpedia.org/resource/Alfonso_XII-class_cruiser", "http://dbpedia.org/resource/Alfonso_und_Estrella", "http://dbpedia.org/resource/Alfred_Chicken", "http://dbpedia.org/resource/Alfred_Hitchcock_Presents", "http://dbpedia.org/resource/Alfred_Hitchcock_Presents_(1985_TV_series)", "http://dbpedia.org/resource/Alfred_I._duPont\u2013Columbia_University_Award", "http://dbpedia.org/resource/Alfred_J._Kwak", "http://dbpedia.org/resource/Alfresco_(TV_series)", "http://dbpedia.org/resource/Algeria,_History_and_Civilization", "http://dbpedia.org/resource/Alguien_que_me_quiera", "http://dbpedia.org/resource/Alguien_te_mira_(American_TV_series)", "http://dbpedia.org/resource/Alguna_Pregunta_M\u00e9s%3F", "http://dbpedia.org/resource/Alguna_vez_tendremos_alas", "http://dbpedia.org/resource/Alhola", "http://dbpedia.org/resource/Ali:_An_American_Hero", "http://dbpedia.org/resource/Ali_Baba:_Dastaan-E-Kabul", "http://dbpedia.org/resource/Ali_Ki_Ammi", "http://dbpedia.org/resource/Ali_Velshi_on_Target", "http://dbpedia.org/resource/Aliados", "http://dbpedia.org/resource/Alias_(TV_series)", "http://dbpedia.org/resource/Alias_(season_3)", "http://dbpedia.org/resource/Alias_(season_4)", "http://dbpedia.org/resource/Alias_(season_5)", "http://dbpedia.org/resource/Alias_Grace_(miniseries)", "http://dbpedia.org/resource/Alias_Smith_and_Jones", "http://dbpedia.org/resource/Alias_the_Jester", "http://dbpedia.org/resource/Alice's_Wonderland_Bakery", "http://dbpedia.org/resource/Alice,_I_Think_(TV_series)", "http://dbpedia.org/resource/Alice_(American_TV_series)", "http://dbpedia.org/resource/Alice_(Brazilian_TV_series)", "http://dbpedia.org/resource/Alice_(South_Korean_TV_series)", "http://dbpedia.org/resource/Alice_(miniseries)", "http://dbpedia.org/resource/Alice_Bungisngis_and_Her_Wonder_Walis", "http://dbpedia.org/resource/Alice_Comedies", "http://dbpedia.org/resource/Alice_in_Borderland", "http://dbpedia.org/resource/Alice_in_Borderland_(TV_series)", "http://dbpedia.org/resource/Alice_in_Murderland_(manga)", "http://dbpedia.org/resource/Alice_in_Wonderland_(1983_film)", "http://dbpedia.org/resource/Alice_in_Wonderland_(1985_film)", "http://dbpedia.org/resource/Alice_in_Wonderland_(1999_film)", "http://dbpedia.org/resource/Alice_in_Wonderland_or_What's_a_Nice_Kid_like_You_Doing_in_a_Place_like_This%3F", "http://dbpedia.org/resource/Alice_on_Deadlines", "http://dbpedia.org/resource/Alice_series", "http://dbpedia.org/resource/Alice_through_the_Looking_Glass_(1998_film)", "http://dbpedia.org/resource/Alice_to_Nowhere", "http://dbpedia.org/resource/Alice_\u2013_A_Fight_For_Life", "http://dbpedia.org/resource/Alicia_en_el_pa\u00eds_de_las_maravillas", "http://dbpedia.org/resource/Alien:_Isolation_\u2013_The_Digital_Series", "http://dbpedia.org/resource/Alien_(Armenian_TV_series)", "http://dbpedia.org/resource/Alien_(franchise)", "http://dbpedia.org/resource/Alien_Abduction:_Incident_in_Lake_County", "http://dbpedia.org/resource/Alien_Apocalypse", "http://dbpedia.org/resource/Alien_Arsenal", "http://dbpedia.org/resource/Alien_Avengers", "http://dbpedia.org/resource/Alien_Breed_(series)", "http://dbpedia.org/resource/Alien_Dawn", "http://dbpedia.org/resource/Alien_Encounters_(TV_series)", "http://dbpedia.org/resource/Alien_Express", "http://dbpedia.org/resource/Alien_Investigations", "http://dbpedia.org/resource/Alien_Lockdown", "http://dbpedia.org/resource/Alien_Mom,_Alien_Dad", "http://dbpedia.org/resource/Alien_Nation:_Body_and_Soul", "http://dbpedia.org/resource/Alien_Nation:_Dark_Horizon", "http://dbpedia.org/resource/Alien_Nation:_Millennium", "http://dbpedia.org/resource/Alien_Nation:_The_Enemy_Within", "http://dbpedia.org/resource/Alien_Nation:_The_Udara_Legacy", "http://dbpedia.org/resource/Alien_Nation_(TV_series)", "http://dbpedia.org/resource/Alien_News_Desk", "http://dbpedia.org/resource/Alien_Opponent", "http://dbpedia.org/resource/Alien_Planet", "http://dbpedia.org/resource/Alien_Racers", "http://dbpedia.org/resource/Alien_Siege", "http://dbpedia.org/resource/Alien_TV", "http://dbpedia.org/resource/Alien_Worlds_(TV_series)", "http://dbpedia.org/resource/Alien_vs._Predator_(franchise)", "http://dbpedia.org/resource/Alienated_(TV_series)", "http://dbpedia.org/resource/Alienators:_Evolution_Continues", "http://dbpedia.org/resource/Aliens_in_America", "http://dbpedia.org/resource/Aliens_in_the_Family", "http://dbpedia.org/resource/Aliens_of_London", "http://dbpedia.org/resource/Alif_(TV_series)", "http://dbpedia.org/resource/Alif_Allah_Aur_Insaan", "http://dbpedia.org/resource/Alif_Laila", "http://dbpedia.org/resource/Alif_Laila_(2020_TV_series)", "http://dbpedia.org/resource/Alif_Noon", "http://dbpedia.org/resource/Alina,_regina_di_Golconda", "http://dbpedia.org/resource/Alisa_(TV_series)", "http://dbpedia.org/resource/Alisa_Knows_What_to_Do!", "http://dbpedia.org/resource/2099:_World_of_Tomorrow", "http://dbpedia.org/resource/20_September_Samarra_attack", "http://dbpedia.org/resource/20_Years_of_Hell", "http://dbpedia.org/resource/20th_Anniversary_Series", "http://dbpedia.org/resource/21_Beacon_Street", "http://dbpedia.org/resource/21c_(TV_series)", "http://dbpedia.org/resource/21st_GLAAD_Media_Awards", "http://dbpedia.org/resource/21st_Precinct", "http://dbpedia.org/resource/22_December_2013_South_Thailand_bombings", "http://dbpedia.org/resource/22nd_GLAAD_Media_Awards", "http://dbpedia.org/resource/Arriba,_Arriba!", "http://dbpedia.org/resource/Arriba_Argentinos", "http://dbpedia.org/resource/Arriba_gente", "http://dbpedia.org/resource/Arrighetto", "http://dbpedia.org/resource/Arriva_Cristina", "http://dbpedia.org/resource/Arrivano_i_Rossi", "http://dbpedia.org/resource/Arrow_(TV_series)", "http://dbpedia.org/resource/Arrows_(TV_series)", "http://dbpedia.org/resource/Arrowverse", "http://dbpedia.org/resource/Arroz_con_leche_(TV_series)", "http://dbpedia.org/resource/Arsenal_Military_Academy", "http://dbpedia.org/resource/Arsenic_&_Old_Lace", "http://dbpedia.org/resource/Arsenio_(TV_series)", "http://dbpedia.org/resource/Arslaan", "http://dbpedia.org/resource/Ars\u00e8ne_Lupin_(TV_series)", "http://dbpedia.org/resource/Art_Angel", "http://dbpedia.org/resource/Art_Attack", "http://dbpedia.org/resource/Art_Bell's_Dark_Matter", "http://dbpedia.org/resource/Art_Jam", "http://dbpedia.org/resource/Art_Mann_Presents", "http://dbpedia.org/resource/Art_Ninja", "http://dbpedia.org/resource/Art_in_Action_(TV_series)", "http://dbpedia.org/resource/Art_of_Persia_(TV_series)", "http://dbpedia.org/resource/Art_of_Spain_(TV_series)", "http://dbpedia.org/resource/Artaxerxes_(opera)", "http://dbpedia.org/resource/Arthdal_Chronicles", "http://dbpedia.org/resource/Arthrogram", "http://dbpedia.org/resource/Arthur!_and_the_Square_Knights_of_the_Round_Table", "http://dbpedia.org/resource/Arthur's_Treasured_Volumes", "http://dbpedia.org/resource/Arthur_&_George_(TV_series)", "http://dbpedia.org/resource/Arthur_(TV_series)", "http://dbpedia.org/resource/Arthur_C._Clarke's_Mysterious_Universe", "http://dbpedia.org/resource/Arthur_C._Clarke's_Mysterious_World", "http://dbpedia.org/resource/Arthur_C._Clarke's_World_of_Strange_Powers", "http://dbpedia.org/resource/Arthur_Godfrey_and_His_Friends", "http://dbpedia.org/resource/Arthur_of_the_Britons", "http://dbpedia.org/resource/Articulate_(TV_series)", "http://dbpedia.org/resource/Artificial_Beauty", "http://dbpedia.org/resource/Artificial_Breathing", "http://dbpedia.org/resource/Artificial_City", "http://dbpedia.org/resource/Artikulo_247", "http://dbpedia.org/resource/Artist_of_the_Year", "http://dbpedia.org/resource/Artista_Academy", "http://dbpedia.org/resource/Artistic_Differences", "http://dbpedia.org/resource/Artists_(radio_series)", "http://dbpedia.org/resource/Artit_Ching_Duang", "http://dbpedia.org/resource/Artois-class_frigate", "http://dbpedia.org/resource/Arts_'73", "http://dbpedia.org/resource/Artstar", "http://dbpedia.org/resource/Arturo_&_Kiwi", "http://dbpedia.org/resource/Artzooka!", "http://dbpedia.org/resource/Aruanas", "http://dbpedia.org/resource/Arundhathi_(TV_series)", "http://dbpedia.org/resource/Arundhati_(2011_TV_series)", "http://dbpedia.org/resource/Arundhati_(2016_TV_series)", "http://dbpedia.org/resource/Aruvi_(TV_series)", "http://dbpedia.org/resource/Arvire_et_\u00c9v\u00e9lina", "http://dbpedia.org/resource/Arya", "http://dbpedia.org/resource/Aryamaan_\u2013_Brahmaand_Ka_Yodha", "http://dbpedia.org/resource/Aryana_(TV_series)", "http://dbpedia.org/resource/Arzoo_Hai_Tu", "http://dbpedia.org/resource/As_Aventuras_de_Gui_&_Estopa", "http://dbpedia.org/resource/As_Aventuras_de_Poliana", "http://dbpedia.org/resource/As_Brasileiras", "http://dbpedia.org/resource/As_Cariocas", "http://dbpedia.org/resource/As_Far_as_My_Feet_Will_Carry_Me_(TV_series)", "http://dbpedia.org/resource/As_Filhas_da_M\u00e3e", "http://dbpedia.org/resource/As_Five", "http://dbpedia.org/resource/As_Good_Cooks_Go", "http://dbpedia.org/resource/As_Good_as_Dead_(1995_film)", "http://dbpedia.org/resource/As_I'm_Suffering_From_Kadhal", "http://dbpedia.org/resource/As_If_(American_TV_series)", "http://dbpedia.org/resource/As_If_(British_TV_series)", "http://dbpedia.org/resource/As_Is_(film)", "http://dbpedia.org/resource/As_It_Happens", "http://dbpedia.org/resource/As_Schools_Match_Wits", "http://dbpedia.org/resource/As_Seen_on_TV_(game_show)", "http://dbpedia.org/resource/As_Summers_Die", "http://dbpedia.org/resource/As_Sure_as_Fate", "http://dbpedia.org/resource/As_Time_Goes_By_(TV_series)", "http://dbpedia.org/resource/As_Told_by_Ginger", "http://dbpedia.org/resource/As_We_See_It", "http://dbpedia.org/resource/As_You_Like_It_(TV_series)", "http://dbpedia.org/resource/As_for_Me_and_My_House_(TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(American_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Australian_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(British_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Chinese_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Japanese_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Russian_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Singaporean_TV_series)", "http://dbpedia.org/resource/As_the_Bell_Rings_(Taiwanese_TV_series)", "http://dbpedia.org/resource/As_the_Cookie_Crumbles", "http://dbpedia.org/resource/As_the_World_Turns", "http://dbpedia.org/resource/Asa_ga_Kita", "http://dbpedia.org/resource/Asaichi", "http://dbpedia.org/resource/Asambhav_(TV_series)", "http://dbpedia.org/resource/Asar_Talo_Lahat_Panalo!", "http://dbpedia.org/resource/Asatha_Povathu_Yaaru%3F", "http://dbpedia.org/resource/Asawa_Ko,_Karibal_Ko", "http://dbpedia.org/resource/Asayan", "http://dbpedia.org/resource/Ascanio", "http://dbpedia.org/resource/Ascanio_in_Alba", "http://dbpedia.org/resource/Ascension_(miniseries)", "http://dbpedia.org/resource/Aseerzadi", "http://dbpedia.org/resource/Asemane_shab", "http://dbpedia.org/resource/Asenso_Pinoy", "http://dbpedia.org/resource/Asfur", "http://dbpedia.org/resource/Asgaard_(game_show)", "http://dbpedia.org/resource/Ash_Wednesday_bushfires", "http://dbpedia.org/resource/Ash_vs_Evil_Dead", "http://dbpedia.org/resource/Ashenden_(TV_series)", "http://dbpedia.org/resource/Ashes_of_Love_(TV_series)", "http://dbpedia.org/resource/Ashes_to_Ashes_(British_TV_series)", "http://dbpedia.org/resource/Ashford_Caves", "http://dbpedia.org/resource/Ashita,_Mama_ga_Inai", "http://dbpedia.org/resource/Ashita_Ga_Arusa_(TV_series)", "http://dbpedia.org/resource/Ashiyana", "http://dbpedia.org/resource/Ashk_(TV_series)", "http://dbpedia.org/resource/Ashlee_+_Evan_(TV_series)", "http://dbpedia.org/resource/Ashley_Banjo's_Secret_Street_Crew", "http://dbpedia.org/resource/Ashokan_Edicts_in_Delhi", "http://dbpedia.org/resource/Ashura_no_Gotoku_(TV_series)", "http://dbpedia.org/resource/Asi_(TV_series)", "http://dbpedia.org/resource/Asia's_Got_Talent", "http://dbpedia.org/resource/Asia's_Next_Top_Model", "http://dbpedia.org/resource/Asia-Pacific_Rally_Championship", "http://dbpedia.org/resource/Asia_Bagus", "http://dbpedia.org/resource/Asia_Business_Report", "http://dbpedia.org/resource/Asia_Market_Week", "http://dbpedia.org/resource/Asia_Market_Wrap", "http://dbpedia.org/resource/Asia_Pacific_Poker_Tour", "http://dbpedia.org/resource/Asia_Pacific_Screen_Awards", "http://dbpedia.org/resource/Asia_Squawk_Box", "http://dbpedia.org/resource/Asia_Today", "http://dbpedia.org/resource/Asia_Uncut", "http://dbpedia.org/resource/Asian_Formula_Three_Championship", "http://dbpedia.org/resource/Asian_Idol", "http://dbpedia.org/resource/Asian_Le_Mans_Series", "http://dbpedia.org/resource/Asian_Magazine", "http://dbpedia.org/resource/Asian_Provocateur", "http://dbpedia.org/resource/Asian_Treasures", "http://dbpedia.org/resource/Asian_Wave", "http://dbpedia.org/resource/Asintado", "http://dbpedia.org/resource/Asisten_Rumah_Tangga", "http://dbpedia.org/resource/Ask_Aida", "http://dbpedia.org/resource/Ask_Aspel", "http://dbpedia.org/resource/Ask_Harriet", "http://dbpedia.org/resource/Ask_Max", "http://dbpedia.org/resource/Ask_My_Mom", "http://dbpedia.org/resource/Ask_No_Questions", "http://dbpedia.org/resource/Ask_Rhod_Gilbert", "http://dbpedia.org/resource/Ask_a_Silly_Answer", "http://dbpedia.org/resource/Ask_a_silly_Answer", "http://dbpedia.org/resource/Ask_the_Doctor", "http://dbpedia.org/resource/Ask_the_Family", "http://dbpedia.org/resource/Ask_the_Leyland_Brothers", "http://dbpedia.org/resource/Ask_the_Stars", "http://dbpedia.org/resource/Ask_the_StoryBots", "http://dbpedia.org/resource/Askold's_Grave_(opera)", "http://dbpedia.org/resource/Asla_Vazge\u00e7mem", "http://dbpedia.org/resource/Asmal\u0131_Konak", "http://dbpedia.org/resource/Asmara_(TV_series)", "http://dbpedia.org/resource/Asmaradana", "http://dbpedia.org/resource/Aso_ni_San_Roque", "http://dbpedia.org/resource/Asphalt_(series)", "http://dbpedia.org/resource/Asphalt_Man", "http://dbpedia.org/resource/Aspirants_(web_series)", "http://dbpedia.org/resource/Aspirin_(TV_series)", "http://dbpedia.org/resource/Assassin's_Creed_Chronicles", "http://dbpedia.org/resource/Assassination_Classroom", "http://dbpedia.org/resource/Assassinator_Jing_Ke", "http://dbpedia.org/resource/Assassinio_nella_cattedrale", "http://dbpedia.org/resource/Assault!_Human!!", "http://dbpedia.org/resource/Assault_at_West_Point:_The_Court-Martial_of_Johnson_Whittaker", "http://dbpedia.org/resource/Assault_on_the_Wayne", "http://dbpedia.org/resource/Assaulted_Nuts_(TV_series)", "http://dbpedia.org/resource/Assemble_Insert", "http://dbpedia.org/resource/Assembly_(TV_series)", "http://dbpedia.org/resource/Assignment:_Underwater", "http://dbpedia.org/resource/Assignment_(TV_program)", "http://dbpedia.org/resource/Assignment_Vienna", "http://dbpedia.org/resource/Associates_Triangular_Series_in_West_Indies_in_2006\u201307", "http://dbpedia.org/resource/Assorted_Gems", "http://dbpedia.org/resource/Assume_the_Position_with_Mr._Wuhl", "http://dbpedia.org/resource/Assy_McGee", "http://dbpedia.org/resource/Ass\u00e9dio", "http://dbpedia.org/resource/Astaghfaar", "http://dbpedia.org/resource/Asteroid_(film)", "http://dbpedia.org/resource/Asteroid_Terrestrial-impact_Last_Alert_System", "http://dbpedia.org/resource/Astey_Ladies", "http://dbpedia.org/resource/Astigs", "http://dbpedia.org/resource/Astitva...Ek_Prem_Kahani", "http://dbpedia.org/resource/Aston_Martin_Vantage_(2005)", "http://dbpedia.org/resource/Astonishia_Story", "http://dbpedia.org/resource/Astor_Showcase", "http://dbpedia.org/resource/Astra_Force", "http://dbpedia.org/resource/Astral_Project_(manga)", "http://dbpedia.org/resource/Astrid_and_Lilly_Save_the_World", "http://dbpedia.org/resource/Astrid_in_Wonderland", "http://dbpedia.org/resource/Astro_Boy", "http://dbpedia.org/resource/Astro_Boy_(1963_TV_series)", "http://dbpedia.org/resource/Astro_Farm", "http://dbpedia.org/resource/Astro_Plan", "http://dbpedia.org/resource/Astro_Ria", "http://dbpedia.org/resource/Astroblast!", "http://dbpedia.org/resource/Astroganger", "http://dbpedia.org/resource/Astronarium", "http://dbpedia.org/resource/Astronauts_(TV_series)", "http://dbpedia.org/resource/Astronomy_Club:_The_Sketch_Show", "http://dbpedia.org/resource/Astronomy_Today", "http://dbpedia.org/resource/Asu_no_Hikari_o_Tsukame", "http://dbpedia.org/resource/Asur_(web_series)", "http://dbpedia.org/resource/Asura_Cryin'", "http://dbpedia.org/resource/Asus_Fonepad", "http://dbpedia.org/resource/Asus_VivoTab", "http://dbpedia.org/resource/Asus_ZenFone", "http://dbpedia.org/resource/Aswamedham", "http://dbpedia.org/resource/Aswat_(TV_program)", "http://dbpedia.org/resource/Asylum_(2015_TV_series)", "http://dbpedia.org/resource/As\u00ed_en_el_barrio_como_en_el_cielo", "http://dbpedia.org/resource/As\u00ed_se_baila", "http://dbpedia.org/resource/As\u00ed_son_ellas", "http://dbpedia.org/resource/At_Ease_(TV_series)", "http://dbpedia.org/resource/At_Eighteen", "http://dbpedia.org/resource/At_Home_Ka_Dito", "http://dbpedia.org/resource/At_Home_With_Julia", "http://dbpedia.org/resource/At_Home_with_Amy_Sedaris", "http://dbpedia.org/resource/At_Home_with_Billie_Burke", "http://dbpedia.org/resource/At_Home_with_GMA_Regional_TV", "http://dbpedia.org/resource/At_Home_with_John_Newmark", "http://dbpedia.org/resource/At_Home_with_Julia", "http://dbpedia.org/resource/At_Home_with_Love", "http://dbpedia.org/resource/At_Home_with_the_Braithwaites", "http://dbpedia.org/resource/At_Home_with_the_Eubanks", "http://dbpedia.org/resource/At_Home_with_the_Noonans", "http://dbpedia.org/resource/At_Home_with_the_Webbers", "http://dbpedia.org/resource/At_Last_the_1948_Show", "http://dbpedia.org/resource/At_Mother's_Request", "http://dbpedia.org/resource/At_Point_Blank_(TV_series)", "http://dbpedia.org/resource/At_Risk_(2010_film)", "http://dbpedia.org/resource/At_Seven_on_7", "http://dbpedia.org/resource/At_Your_Service-Star_Power", "http://dbpedia.org/resource/At_Your_Service_(TV_series)", "http://dbpedia.org/resource/At_a_Distance,_Spring_Is_Green", "http://dbpedia.org/resource/At_the_Dolphin_Bay", "http://dbpedia.org/resource/At_the_End_of_My_Leash", "http://dbpedia.org/resource/At_the_Hotel", "http://dbpedia.org/resource/At_the_Movies_(1982_TV_program)", "http://dbpedia.org/resource/At_the_Movies_(1986_TV_program)", "http://dbpedia.org/resource/At_the_Movies_(Australian_TV_program)", "http://dbpedia.org/resource/At_the_Threshold_of_an_Era", "http://dbpedia.org/resource/Atamania", "http://dbpedia.org/resource/Atamasthana", "http://dbpedia.org/resource/Atari_8-bit_family", "http://dbpedia.org/resource/Atari_Flashback", "http://dbpedia.org/resource/Ataru_(TV_series)", "http://dbpedia.org/resource/Atashinchi_no_Danshi", "http://dbpedia.org/resource/Ate_ng_Ate_Ko", "http://dbpedia.org/resource/Atelier_Fontana_-_Le_sorelle_della_moda", "http://dbpedia.org/resource/Atenaide_(Vivaldi)", "http://dbpedia.org/resource/Athabasca_System_Hydroelectric_Stations", "http://dbpedia.org/resource/Atheism:_A_Rough_History_of_Disbelief", "http://dbpedia.org/resource/Athena:_Goddess_of_War", "http://dbpedia.org/resource/Athina-Thessaloniki", "http://dbpedia.org/resource/Athipookal", "http://dbpedia.org/resource/Athiyaayam", "http://dbpedia.org/resource/Athmasakhi", "http://dbpedia.org/resource/Atholl-class_corvette", "http://dbpedia.org/resource/Ating_Alamin", "http://dbpedia.org/resource/Atlanta_(TV_series)", "http://dbpedia.org/resource/Atlanta_Exes", "http://dbpedia.org/resource/Atlantic:_The_Wildest_Ocean_on_Earth", "http://dbpedia.org/resource/Atlantic_Championship", "http://dbpedia.org/resource/Atlantic_Crossing_(TV_series)", "http://dbpedia.org/resource/Atlantic_Summer", "http://dbpedia.org/resource/Atlantic_campaign_of_1806", "http://dbpedia.org/resource/Atlantic_campaign_of_May_1794", "http://dbpedia.org/resource/Atlantika", "http://dbpedia.org/resource/Atlantis_(2011_film)", "http://dbpedia.org/resource/Atlantis_(TV_series)", "http://dbpedia.org/resource/Atlantis_High", "http://dbpedia.org/resource/Atletico_Partick", "http://dbpedia.org/resource/Atl\u00e1ntida_(opera)", "http://dbpedia.org/resource/Atmen_gibt_das_Leben", "http://dbpedia.org/resource/Atmospheres_(TV_series)", "http://dbpedia.org/resource/Atom_Ant", "http://dbpedia.org/resource/Atom_Squad", "http://dbpedia.org/resource/Atom_TV", "http://dbpedia.org/resource/Atomic_Betty", "http://dbpedia.org/resource/Atomic_Dog_(film)", "http://dbpedia.org/resource/Atomic_Puppet", "http://dbpedia.org/resource/Atomic_Train", "http://dbpedia.org/resource/Atomic_Twister", "http://dbpedia.org/resource/Ator", "http://dbpedia.org/resource/Atormentada", "http://dbpedia.org/resource/Atracci\u00f3n_x4", "http://dbpedia.org/resource/Atrapa_los_Millones", "http://dbpedia.org/resource/Atrapada_(1991_TV_series)", "http://dbpedia.org/resource/Atrapada_(2018_TV_series)", "http://dbpedia.org/resource/Atrevidos", "http://dbpedia.org/resource/Atr\u00e9vete", "http://dbpedia.org/resource/Atr\u00e9vete_a_olvidarme", "http://dbpedia.org/resource/Atr\u00e9vete_a_so\u00f1ar", "http://dbpedia.org/resource/Atsuhime_(TV_series)", "http://dbpedia.org/resource/Attachments_(TV_series)", "http://dbpedia.org/resource/Attack_of_the_50_Ft._Woman_(1993_film)", "http://dbpedia.org/resource/Attack_of_the_5_Ft._2_In._Women", "http://dbpedia.org/resource/Attack_of_the_Graske", "http://dbpedia.org/resource/Attack_of_the_Killer_Tomatoes_(TV_series)", "http://dbpedia.org/resource/Attack_of_the_Sabretooth", "http://dbpedia.org/resource/Attack_of_the_Show!", "http://dbpedia.org/resource/Attack_on_Fear", "http://dbpedia.org/resource/Attack_on_Terror:_The_FBI_vs._the_Ku_Klux_Klan", "http://dbpedia.org/resource/Attack_on_Titan:_Before_the_Fall", "http://dbpedia.org/resource/Attack_on_Titan:_Counter_Rockets", "http://dbpedia.org/resource/Attack_on_Titan:_Junior_High", "http://dbpedia.org/resource/Attack_on_Tomorrow", "http://dbpedia.org/resource/Attacks_from_the_Future:_Rinoplasticos", "http://dbpedia.org/resource/Attagirl_(TV_series)", "http://dbpedia.org/resource/Attenborough:_60_Years_in_the_Wild", "http://dbpedia.org/resource/Attenborough_in_Paradise", "http://dbpedia.org/resource/Attention,_Love!", "http://dbpedia.org/resource/Attention_Scum", "http://dbpedia.org/resource/Attic_Gold", "http://dbpedia.org/resource/Attica_(1980_film)", "http://dbpedia.org/resource/Attila_(miniseries)", "http://dbpedia.org/resource/Attila_(opera)", "http://dbpedia.org/resource/Attitude_Pictures_Ltd", "http://dbpedia.org/resource/Attitudes_(talk_show)", "http://dbpedia.org/resource/Atunda_Ayenda", "http://dbpedia.org/resource/Atypical", "http://dbpedia.org/resource/At\u00ednale_Al_Precio", "http://dbpedia.org/resource/At\u00f3mico", "http://dbpedia.org/resource/At\u00f3mico_(television_program)", "http://dbpedia.org/resource/Au_Pair_(film)", "http://dbpedia.org/resource/Au_Pair_3:_Adventure_in_Paradise", "http://dbpedia.org/resource/Au_Pair_II", "http://dbpedia.org/resource/Au_nom_de_la_loi", "http://dbpedia.org/resource/Aubrey_and_Gus", "http://dbpedia.org/resource/Auction_Hunters", "http://dbpedia.org/resource/Auction_Kings", "http://dbpedia.org/resource/Auction_Room", "http://dbpedia.org/resource/Auction_Squad", "http://dbpedia.org/resource/Audience_Award_for_Most_Popular_Show", "http://dbpedia.org/resource/Audio-Files", "http://dbpedia.org/resource/Audrina", "http://dbpedia.org/resource/Audubon_Wildlife_Theatre", "http://dbpedia.org/resource/Auf_Achse_(TV_series)", "http://dbpedia.org/resource/Auf_Wiedersehen,_Pet", "http://dbpedia.org/resource/Auf_Wiedersehen_My_Pet", "http://dbpedia.org/resource/Augie_Doggie_and_Doggie_Daddy", "http://dbpedia.org/resource/August_14_(TV_series)", "http://dbpedia.org/resource/August_1991_(film)", "http://dbpedia.org/resource/August_2015_Egypt_bombings", "http://dbpedia.org/resource/Augustine:_The_Decline_of_the_Roman_Empire", "http://dbpedia.org/resource/Auld_Ones", "http://dbpedia.org/resource/Aunn_Zara", "http://dbpedia.org/resource/Aunque_mal_paguen", "http://dbpedia.org/resource/Aunque_me_Cueste_la_Vida", "http://dbpedia.org/resource/Auntie's_Bloomers", "http://dbpedia.org/resource/Auntie_Boss!", "http://dbpedia.org/resource/Aunty_Donna's_Big_Ol'_House_of_Fun", "http://dbpedia.org/resource/Aur_Pyaar_Ho_Gaya_(TV_series)", "http://dbpedia.org/resource/Aura_Battler_Dunbine", "http://dbpedia.org/resource/Aurealis_Award_for_best_children's_fiction_(told_primarily_through_words)", "http://dbpedia.org/resource/Aurealis_Award_for_best_horror_novel", "http://dbpedia.org/resource/Aurealis_Award_for_best_illustrated_book_or_graphic_novel", "http://dbpedia.org/resource/Aurelia_(TV_series)", "http://dbpedia.org/resource/Aurelia_(telenovela)", "http://dbpedia.org/resource/Aurora_(1984_film)", "http://dbpedia.org/resource/Aurora_(TV_series)", "http://dbpedia.org/resource/Auschwitz:_The_Nazis_and_'The_Final_Solution'", "http://dbpedia.org/resource/Aussie_Barbecue_Heroes", "http://dbpedia.org/resource/Aussie_Gold", "http://dbpedia.org/resource/Aussie_Gold_Hunters", "http://dbpedia.org/resource/Aussie_Ladette_to_Lady", "http://dbpedia.org/resource/Aussie_Lobster_Men", "http://dbpedia.org/resource/Aussie_Pickers", "http://dbpedia.org/resource/Aussie_Queer_Eye_for_the_Straight_Guy", "http://dbpedia.org/resource/Austin_&_Ally", "http://dbpedia.org/resource/Austin_City_Limits", "http://dbpedia.org/resource/Austin_Mahone_Takeover", "http://dbpedia.org/resource/Austin_Powers_(film_series)", "http://dbpedia.org/resource/Austin_Powers_series", "http://dbpedia.org/resource/Austin_Princess", "http://dbpedia.org/resource/Austin_Stories", "http://dbpedia.org/resource/Australasian_New_Car_Assessment_Program", "http://dbpedia.org/resource/Australia's_Amateur_Hour", "http://dbpedia.org/resource/Australia's_Best_Backyards", "http://dbpedia.org/resource/Australia's_Brainiest", "http://dbpedia.org/resource/Australia's_Cheapest_Weddings", "http://dbpedia.org/resource/Australia's_Funniest_Home_Videos", "http://dbpedia.org/resource/Australia's_Got_Talent", "http://dbpedia.org/resource/Australia's_Got_Talent:_Challengers_&_Champions", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_3)", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_4)", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_5)", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_6)", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_7)", "http://dbpedia.org/resource/Australia's_Got_Talent_(season_8)", "http://dbpedia.org/resource/Australia's_Greatest_Athlete", "http://dbpedia.org/resource/Australia's_Most_Wanted", "http://dbpedia.org/resource/Australia's_Naughtiest_Home_Videos", "http://dbpedia.org/resource/Australia's_Next_Top_Model", "http://dbpedia.org/resource/Australia's_Perfect_Couple", "http://dbpedia.org/resource/Australia's_Sexiest_Tradie", "http://dbpedia.org/resource/Australia:_The_Story_of_Us", "http://dbpedia.org/resource/Australia_This_Week", "http://dbpedia.org/resource/Australia_Unites:_Reach_Out_to_Asia", "http://dbpedia.org/resource/Australia_Unlimited", "http://dbpedia.org/resource/Australia_Versus", "http://dbpedia.org/resource/Australia_Wide", "http://dbpedia.org/resource/Australia_You're_Standing_In_It", "http://dbpedia.org/resource/Australian_Families_of_Crime", "http://dbpedia.org/resource/Australian_GT_Championship", "http://dbpedia.org/resource/Australian_Gangster", "http://dbpedia.org/resource/Australian_Idol", "http://dbpedia.org/resource/Australian_International_Airshow", "http://dbpedia.org/resource/Australian_Ninja_Warrior", "http://dbpedia.org/resource/Australian_Playhouse", "http://dbpedia.org/resource/Australian_Plays", "http://dbpedia.org/resource/Australian_Princess", "http://dbpedia.org/resource/Australian_Rally_Championship", "http://dbpedia.org/resource/Australian_Spartan", "http://dbpedia.org/resource/Australian_Story", "http://dbpedia.org/resource/Australian_Survivor", "http://dbpedia.org/resource/Australian_Survivor_(season_3)", "http://dbpedia.org/resource/Australian_Walkabout", "http://dbpedia.org/resource/Australian_diaspora", "http://dbpedia.org/resource/Australian_frontier_wars", "http://dbpedia.org/resource/Austria's_Next_Topmodel", "http://dbpedia.org/resource/Austroasiatic_languages", "http://dbpedia.org/resource/Author_Meets_the_Critics", "http://dbpedia.org/resource/Autism_Is_a_World", "http://dbpedia.org/resource/Auto-B-Good", "http://dbpedia.org/resource/AutoMan", "http://dbpedia.org/resource/Auto_Mobil_International", "http://dbpedia.org/resource/Auto_Shankar_(web_series)", "http://dbpedia.org/resource/Auto_Trader_(TV_series)", "http://dbpedia.org/resource/Autoline_Detroit", "http://dbpedia.org/resource/Automan", "http://dbpedia.org/resource/Automaniac", "http://dbpedia.org/resource/Automatic_Terminal_Information_Service", "http://dbpedia.org/resource/Auton_(film_series)", "http://dbpedia.org/resource/Autonomies", "http://dbpedia.org/resource/Autopsy:_The_Last_Hours_of...", "http://dbpedia.org/resource/Autumn's_Concerto", "http://dbpedia.org/resource/Autumn_Affair", "http://dbpedia.org/resource/Autumn_Offensive_of_1947_in_Northeast_China", "http://dbpedia.org/resource/Autumn_Shower", "http://dbpedia.org/resource/Autumn_in_My_Heart", "http://dbpedia.org/resource/Auwers_synthesis", "http://dbpedia.org/resource/Aux_fronti\u00e8res_du_possible", "http://dbpedia.org/resource/Avaghachi_Sansar", "http://dbpedia.org/resource/Avahteriya", "http://dbpedia.org/resource/Aval_(TV_series)", "http://dbpedia.org/resource/Aval_Appadithan_(TV_series)", "http://dbpedia.org/resource/Avalanche_(1994_film)", "http://dbpedia.org/resource/Avalanche_Alley", "http://dbpedia.org/resource/Avalanche_Sharks", "http://dbpedia.org/resource/Avalon_High_(film)", "http://dbpedia.org/resource/Avalum_Naanum", "http://dbpedia.org/resource/Avanti!_Avanti!", "http://dbpedia.org/resource/Avanti_un_altro!", "http://dbpedia.org/resource/Avatar:_The_Last_Airbender", "http://dbpedia.org/resource/Avatar:_The_Last_Airbender_(season_1)", "http://dbpedia.org/resource/Avatar:_The_Last_Airbender_(season_3)", "http://dbpedia.org/resource/Avatar:_The_Last_Airbender_(upcoming_TV_series)", "http://dbpedia.org/resource/Avataro_Sentai_Donbrothers", "http://dbpedia.org/resource/Ave_F\u00e9nix_(TV_series)", "http://dbpedia.org/resource/Avec_un_grand_A", "http://dbpedia.org/resource/Avenger_(film)", "http://dbpedia.org/resource/Avenger_Penguins", "http://dbpedia.org/resource/Avengers_Assemble_(TV_series)", "http://dbpedia.org/resource/Avengers_Social_Club", "http://dbpedia.org/resource/Avenging_Angel_(2007_film)", "http://dbpedia.org/resource/Avenida_Brasil_(TV_series)", "http://dbpedia.org/resource/Avenida_Per\u00fa", "http://dbpedia.org/resource/Aventura_(TV_series)", "http://dbpedia.org/resource/Aventuras_en_el_tiempo", "http://dbpedia.org/resource/Avenue_5", "http://dbpedia.org/resource/Average_Joe_(TV_series)", "http://dbpedia.org/resource/Avernum", "http://dbpedia.org/resource/Aviation_Nation", "http://dbpedia.org/resource/Avon_Voices", "http://dbpedia.org/resource/Avro_Avian", "http://dbpedia.org/resource/Avrodh:_The_Siege_Within", "http://dbpedia.org/resource/Avrodh:_The_Siege_Within_2", "http://dbpedia.org/resource/Avrupa_Yakas\u0131", "http://dbpedia.org/resource/Awadhi_people", "http://dbpedia.org/resource/Awaiting_Kirin", "http://dbpedia.org/resource/Awake:_The_Million_Dollar_Game", "http://dbpedia.org/resource/Awake_(TV_series)", "http://dbpedia.org/resource/Awaken_(TV_series)", "http://dbpedia.org/resource/Awantura_o_kas\u0119", "http://dbpedia.org/resource/Away_(TV_series)", "http://dbpedia.org/resource/Awaz_-_Dil_Se_Dil_Tak", "http://dbpedia.org/resource/Awdat_Asoid", "http://dbpedia.org/resource/Awesome_Adventures", "http://dbpedia.org/resource/Awesome_Magical_Tales", "http://dbpedia.org/resource/AwesomenessTV_(TV_series)", "http://dbpedia.org/resource/Awfully_Lawful", "http://dbpedia.org/resource/Awkwafina_Is_Nora_from_Queens", "http://dbpedia.org/resource/Awkward_(TV_series)", "http://dbpedia.org/resource/Awkward_Black_Girl", "http://dbpedia.org/resource/Ax_Men", "http://dbpedia.org/resource/Axe_Cop_(TV_series)", "http://dbpedia.org/resource/Axis_&_Allies", "http://dbpedia.org/resource/Ay_Mar\u00eda_qu\u00e9_punter\u00eda", "http://dbpedia.org/resource/Ayakashi:_Samurai_Horror_Tales", "http://dbpedia.org/resource/Ayane's_High_Kick", "http://dbpedia.org/resource/Aye_Mere_Humsafar", "http://dbpedia.org/resource/Aye_Musht-e-Khaak", "http://dbpedia.org/resource/Aye_Zindagi_(TV_series)", "http://dbpedia.org/resource/Ayesha_(TV_series)", "http://dbpedia.org/resource/Ayodhya_dispute", "http://dbpedia.org/resource/Ayomoy", "http://dbpedia.org/resource/Ayr\u0131l\u0131k", "http://dbpedia.org/resource/Ayuready%3F", "http://dbpedia.org/resource/Ayushmaan", "http://dbpedia.org/resource/Ayushman_Bhava_(TV_series)", "http://dbpedia.org/resource/Ayutha_Ezhuthu_(TV_series)", "http://dbpedia.org/resource/Azar_Ki_Ayegi_Baraat", "http://dbpedia.org/resource/Azeroth_Choppers", "http://dbpedia.org/resource/Azhagi_(TV_series)", "http://dbpedia.org/resource/Azhagiya_Tamil_Magal", "http://dbpedia.org/resource/Azhagiya_Thamizh_Magal", "http://dbpedia.org/resource/Azhagu_(TV_series)", "http://dbpedia.org/resource/Azhdar_Show", "http://dbpedia.org/resource/Azmaish", "http://dbpedia.org/resource/1997_Ireland_rugby_union_tour", "http://dbpedia.org/resource/1997_Wales_rugby_union_tour", "http://dbpedia.org/resource/1998_Australia_rugby_union_tour", "http://dbpedia.org/resource/1998_Wales_rugby_union_tour", "http://dbpedia.org/resource/1999_United_States_rugby_union_tour", "http://dbpedia.org/resource/1N58xx_schottky_diodes", "http://dbpedia.org/resource/1_For_3", "http://dbpedia.org/resource/1_vs._100_(U.S._game_show)", "http://dbpedia.org/resource/1_vs._100_(UK_game_show)", "http://dbpedia.org/resource/1st_iHeartRadio_Music_Awards", "http://dbpedia.org/resource/20/20_(Canadian_TV_series)", "http://dbpedia.org/resource/20/20_(New_Zealand)", "http://dbpedia.org/resource/20/20_(U.S._TV_series)", "http://dbpedia.org/resource/2000_Cochabamba_protests", "http://dbpedia.org/resource/2000_Italy_rugby_union_tour", "http://dbpedia.org/resource/Battle_of_Klyastitsy", "http://dbpedia.org/resource/Battle_of_Komaki_and_Nagakute", "http://dbpedia.org/resource/Battle_of_Krasnoi", "http://dbpedia.org/resource/Battle_of_Kunlun_Pass", "http://dbpedia.org/resource/Battle_of_Lum\u00eb", "http://dbpedia.org/resource/Battle_of_Marietta", "http://dbpedia.org/resource/Battle_of_Mogadishu_(November_2007)", "http://dbpedia.org/resource/Battle_of_Monte_Cassino", "http://dbpedia.org/resource/Battle_of_Monte_Grappa", "http://dbpedia.org/resource/Battle_of_Moscow_(1612)", "http://dbpedia.org/resource/Battle_of_Mount_Tambu", "http://dbpedia.org/resource/Battle_of_Mouscron", "http://dbpedia.org/resource/Battle_of_Mubo", "http://dbpedia.org/resource/Battle_of_M\u00f6ckern", "http://dbpedia.org/resource/Battle_of_Nauplia_(1822)", "http://dbpedia.org/resource/Battle_of_Noonday_Creek", "http://dbpedia.org/resource/Battle_of_Norwalk", "http://dbpedia.org/resource/Battle_of_Okinawa", "http://dbpedia.org/resource/Battle_of_Ormoc_Bay", "http://dbpedia.org/resource/Battle_of_Pasong_Tamo", "http://dbpedia.org/resource/Battle_of_Pliska", "http://dbpedia.org/resource/Battle_of_Pokoku_and_Irrawaddy_River_operations", "http://dbpedia.org/resource/Battle_of_Radzymin_(1944)", "http://dbpedia.org/resource/Battle_of_Route_Bismarck", "http://dbpedia.org/resource/Battle_of_R\u00f8denes", "http://dbpedia.org/resource/Battle_of_Santa_Clara", "http://dbpedia.org/resource/Battle_of_Shangcai", "http://dbpedia.org/resource/Battle_of_Sittimungulum", "http://dbpedia.org/resource/Battle_of_Tang'erli", "http://dbpedia.org/resource/Battle_of_Tangtou\u2013Guocun", "http://dbpedia.org/resource/Battle_of_Tongues", "http://dbpedia.org/resource/Battle_of_Trebeshina", "http://dbpedia.org/resource/Battle_of_Two_Flowers", "http://dbpedia.org/resource/Battle_of_Ulm", "http://dbpedia.org/resource/Battle_of_Unsan", "http://dbpedia.org/resource/Battle_of_Verri\u00e8res_Ridge", "http://dbpedia.org/resource/Battle_of_Vy\u0161ehrad", "http://dbpedia.org/resource/Battle_of_Wawon", "http://dbpedia.org/resource/Battle_of_the_Ages", "http://dbpedia.org/resource/Battle_of_the_Barracks", "http://dbpedia.org/resource/Battle_of_the_Black_River", "http://dbpedia.org/resource/Battle_of_the_Blades", "http://dbpedia.org/resource/Battle_of_the_Brains_(British_game_show)", "http://dbpedia.org/resource/Battle_of_the_Brains_(Philippine_game_show)", "http://dbpedia.org/resource/Battle_of_the_Chefs:_Harare", "http://dbpedia.org/resource/Battle_of_the_Choirs", "http://dbpedia.org/resource/Battle_of_the_Ex_Besties", "http://dbpedia.org/resource/Battle_of_the_Frontiers", "http://dbpedia.org/resource/Battle_of_the_Network_Reality_Stars", "http://dbpedia.org/resource/Battle_of_the_Network_Stars", "http://dbpedia.org/resource/Battle_of_the_Planets", "http://dbpedia.org/resource/Battle_of_the_Supercars", "http://dbpedia.org/resource/Battle_of_\u0141om\u017ca_(1939)", "http://dbpedia.org/resource/Battledogs", "http://dbpedia.org/resource/Battlefield_(American_TV_series)", "http://dbpedia.org/resource/Battlefield_Britain", "http://dbpedia.org/resource/Battlefield_Detectives", "http://dbpedia.org/resource/Battlefield_Network", "http://dbpedia.org/resource/Battlefish", "http://dbpedia.org/resource/Battlefronts", "http://dbpedia.org/resource/Battleground_(TV_program)", "http://dbpedia.org/resource/Battleground_(TV_series)", "http://dbpedia.org/resource/Battleground_Earth", "http://dbpedia.org/resource/Battles_BC", "http://dbpedia.org/resource/Battles_of_La_Naval_de_Manila", "http://dbpedia.org/resource/Battles_of_Latrun_(1948)", "http://dbpedia.org/resource/Battles_of_Negba", "http://dbpedia.org/resource/Battles_of_Rzhev", "http://dbpedia.org/resource/Battles_of_Viminacium", "http://dbpedia.org/resource/Battles_of_the_Isonzo", "http://dbpedia.org/resource/Battlestar_Galactica", "http://dbpedia.org/resource/Battlestar_Galactica:_Blood_&_Chrome", "http://dbpedia.org/resource/Battlestar_Galactica:_Razor", "http://dbpedia.org/resource/Battlestar_Galactica:_Razor_Flashbacks", "http://dbpedia.org/resource/Battlestar_Galactica:_The_Face_of_the_Enemy", "http://dbpedia.org/resource/Battlestar_Galactica:_The_Plan", "http://dbpedia.org/resource/Battlestar_Galactica:_The_Resistance", "http://dbpedia.org/resource/Battlestar_Galactica_(1978_TV_series)", "http://dbpedia.org/resource/Battlestar_Galactica_(2004_TV_series)", "http://dbpedia.org/resource/Battlestar_Galactica_(miniseries)", "http://dbpedia.org/resource/Battlestars_(game_show)", "http://dbpedia.org/resource/Battletoads", "http://dbpedia.org/resource/Batwoman_(TV_series)", "http://dbpedia.org/resource/Bawal_Na_Game_Show", "http://dbpedia.org/resource/Bawal_ang_Pasaway_kay_Mareng_Winnie", "http://dbpedia.org/resource/Bawang_Merah_Bawang_Putih_(TV_series)", "http://dbpedia.org/resource/Bawara_Dil", "http://dbpedia.org/resource/Baxter_(TV_series)", "http://dbpedia.org/resource/Bay_Aib", "http://dbpedia.org/resource/Bay_Bridge_Series", "http://dbpedia.org/resource/Bay_City_Blues", "http://dbpedia.org/resource/Bay_Dardi", "http://dbpedia.org/resource/Bay_Khudi", "http://dbpedia.org/resource/Bay_Qasoor", "http://dbpedia.org/resource/Bay_State_(TV_series)", "http://dbpedia.org/resource/Bay_\u00d6nder", "http://dbpedia.org/resource/Bayan_Ko_(TV_series)", "http://dbpedia.org/resource/Bayani_(TV_series)", "http://dbpedia.org/resource/Bayly_(talk_show)", "http://dbpedia.org/resource/Baymax!", "http://dbpedia.org/resource/Bayou_Romance", "http://dbpedia.org/resource/Bayside_Shakedown", "http://dbpedia.org/resource/Bayttaab_Dil_Kee_Tamanna_Hai", "http://dbpedia.org/resource/Bayu_Cinta_Luna", "http://dbpedia.org/resource/Baywatch", "http://dbpedia.org/resource/Baywatch:_Hawaiian_Wedding", "http://dbpedia.org/resource/Baywatch_Nights", "http://dbpedia.org/resource/Baz's_Culture_Clash", "http://dbpedia.org/resource/Bazm_E_Tariq_Aziz", "http://dbpedia.org/resource/BeTipul", "http://dbpedia.org/resource/Be_Aitbaar", "http://dbpedia.org/resource/Be_Careful_with_My_Heart", "http://dbpedia.org/resource/Be_Cool,_Scooby-Doo!", "http://dbpedia.org/resource/Be_Happy_(TV_series)", "http://dbpedia.org/resource/Be_Home_for_Dinner", "http://dbpedia.org/resource/Be_Inteha", "http://dbpedia.org/resource/Be_Melodramatic", "http://dbpedia.org/resource/Be_My_Baby_(web_series)", "http://dbpedia.org/resource/Be_My_Dream_Family", "http://dbpedia.org/resource/Be_My_Guest_(Australian_TV_series)", "http://dbpedia.org/resource/Be_My_Guest_(talk_show)", "http://dbpedia.org/resource/Be_My_Lady", "http://dbpedia.org/resource/Be_My_Princess", "http://dbpedia.org/resource/Be_My_Valentine,_Charlie_Brown", "http://dbpedia.org/resource/Be_Our_Guest_(TV_series)", "http://dbpedia.org/resource/Be_Positive", "http://dbpedia.org/resource/Be_Real_with_JR_Digs", "http://dbpedia.org/resource/Be_Rehem", "http://dbpedia.org/resource/Be_Strong,_Geum-soon!", "http://dbpedia.org/resource/Be_Winner", "http://dbpedia.org/resource/Be_the_Boss", "http://dbpedia.org/resource/Be_the_Creature", "http://dbpedia.org/resource/Be_with_You_(TV_series)", "http://dbpedia.org/resource/Beach.Ball.Babes", "http://dbpedia.org/resource/Beach_Bites_with_Katie_Lee", "http://dbpedia.org/resource/Beach_Bros", "http://dbpedia.org/resource/Beach_Clash", "http://dbpedia.org/resource/Beach_Cops", "http://dbpedia.org/resource/Beach_Girls_(American_TV_series)", "http://dbpedia.org/resource/Beach_Girls_(Indian_TV_series)", "http://dbpedia.org/resource/Beach_Heat:_Miami", "http://dbpedia.org/resource/Beach_Patrol", "http://dbpedia.org/resource/Beach_Patrol_(film)", "http://dbpedia.org/resource/Beached_Az", "http://dbpedia.org/resource/Beaches_(2017_film)", "http://dbpedia.org/resource/Beacon_23", "http://dbpedia.org/resource/Beacon_Hill_(TV_series)", "http://dbpedia.org/resource/Beacon_Hill_(web_series)", "http://dbpedia.org/resource/Beaconsfield_(film)", "http://dbpedia.org/resource/Beadle's_About", "http://dbpedia.org/resource/Beagle:_In_Darwin's_wake", "http://dbpedia.org/resource/Beakman's_World", "http://dbpedia.org/resource/Beany_and_Cecil", "http://dbpedia.org/resource/Bear_Behaving_Badly", "http://dbpedia.org/resource/Bear_Grylls:_Face_the_Wild", "http://dbpedia.org/resource/Bear_Grylls:_Mission_Survive", "http://dbpedia.org/resource/Bear_Whisperer", "http://dbpedia.org/resource/Bear_in_the_Big_Blue_House", "http://dbpedia.org/resource/Bearcats!", "http://dbpedia.org/resource/Bearing_Witness", "http://dbpedia.org/resource/Beast_(TV_series)", "http://dbpedia.org/resource/Beast_Hunter", "http://dbpedia.org/resource/Beast_King_GoLion", "http://dbpedia.org/resource/Beast_Legends", "http://dbpedia.org/resource/Beast_Machines:_Transformers", "http://dbpedia.org/resource/Beast_Wars:_Transformers", "http://dbpedia.org/resource/Beast_Wars_(IDW_Publishing)", "http://dbpedia.org/resource/Beastly_Boyz", "http://dbpedia.org/resource/Beastmaster_(TV_series)", "http://dbpedia.org/resource/Beastmaster_III:_The_Eye_of_Braxus", "http://dbpedia.org/resource/Beasts_(TV_series)", "http://dbpedia.org/resource/Beasts_of_Asia_(TV_series)", "http://dbpedia.org/resource/Beat-Club", "http://dbpedia.org/resource/Beat_(TV_series)", "http://dbpedia.org/resource/Beat_Angel_Escalayer", "http://dbpedia.org/resource/Beat_Bobby_Flay", "http://dbpedia.org/resource/Beat_Bugs", "http://dbpedia.org/resource/Beat_Konducta", "http://dbpedia.org/resource/Beat_Shazam", "http://dbpedia.org/resource/Beat_TV", "http://dbpedia.org/resource/Beat_The_Blondes", "http://dbpedia.org/resource/Beat_The_Genius", "http://dbpedia.org/resource/Beat_of_the_City", "http://dbpedia.org/resource/Beat_the_Boss", "http://dbpedia.org/resource/Beat_the_Brain", "http://dbpedia.org/resource/Beat_the_Chef", "http://dbpedia.org/resource/Beat_the_Chefs", "http://dbpedia.org/resource/Beat_the_Clock", "http://dbpedia.org/resource/Beat_the_Crusher", "http://dbpedia.org/resource/Beat_the_Geeks", "http://dbpedia.org/resource/Beat_the_House", "http://dbpedia.org/resource/Beat_the_Odds", "http://dbpedia.org/resource/Beat_the_Star", "http://dbpedia.org/resource/Beat_the_Star_(Australian_game_show)", "http://dbpedia.org/resource/Beat_the_Teacher", "http://dbpedia.org/resource/Beating_Again", "http://dbpedia.org/resource/Beating_Heart_(TV_series)", "http://dbpedia.org/resource/Beatmania_IIDX", "http://dbpedia.org/resource/Beatrice_di_Tenda", "http://dbpedia.org/resource/Beatrix_Cenci", "http://dbpedia.org/resource/Beau_Brummell:_This_Charming_Man", "http://dbpedia.org/resource/Beau_Geste_(TV_series)", "http://dbpedia.org/resource/Beautiful_&_Twisted", "http://dbpedia.org/resource/Beautiful_Bones:_Sakurako's_Investigation", "http://dbpedia.org/resource/Beautiful_Connection", "http://dbpedia.org/resource/Beautiful_Cooking", "http://dbpedia.org/resource/Beautiful_Daughters", "http://dbpedia.org/resource/Beautiful_Days_(TV_series)", "http://dbpedia.org/resource/Beautiful_Girl_(film)", "http://dbpedia.org/resource/Beautiful_Gong_Shim", "http://dbpedia.org/resource/Beautiful_Illusions", "http://dbpedia.org/resource/Beautiful_Justice", "http://dbpedia.org/resource/Beautiful_Life_(Chinese_TV_series)", "http://dbpedia.org/resource/Beautiful_Life_(Japanese_TV_series)", "http://dbpedia.org/resource/Beautiful_Love,_Wonderful_Life", "http://dbpedia.org/resource/Beautiful_Minds_(TV_programme)", "http://dbpedia.org/resource/Beautiful_People_(American_TV_series)", "http://dbpedia.org/resource/Beautiful_People_(British_TV_series)", "http://dbpedia.org/resource/Beautiful_Rain", "http://dbpedia.org/resource/Beautiful_Secret", "http://dbpedia.org/resource/Beautiful_Strangers_(TV_series)", "http://dbpedia.org/resource/Beautiful_Trio", "http://dbpedia.org/resource/Beautiful_Wilhelmine", "http://dbpedia.org/resource/Beautiful_Wives_Club", "http://dbpedia.org/resource/Beautiful_World_(TV_series)", "http://dbpedia.org/resource/Beautiful_Young_Minds", "http://dbpedia.org/resource/Beauty's_Rival_in_Palace", "http://dbpedia.org/resource/Beauty_&_the_Beast_(2012_TV_series)", "http://dbpedia.org/resource/Beauty_&_the_Briefcase", "http://dbpedia.org/resource/Beauty_Knows_No_Pain", "http://dbpedia.org/resource/Beauty_Pop", "http://dbpedia.org/resource/Beauty_Queen_(TV_series)", "http://dbpedia.org/resource/Beauty_Queen_of_Jerusalem_(TV_show)", "http://dbpedia.org/resource/Beauty_School_Cop_Outs", "http://dbpedia.org/resource/Beauty_World_(TV_series)", "http://dbpedia.org/resource/Beauty_and_the_Baker", "http://dbpedia.org/resource/Beauty_and_the_Beast:_Ugly_Face_of_Prejudice", "http://dbpedia.org/resource/Beauty_and_the_Beast_(1976_TV_film)", "http://dbpedia.org/resource/Beauty_and_the_Beast_(1987_TV_series)", "http://dbpedia.org/resource/Beauty_and_the_Beast_(talk_show)", "http://dbpedia.org/resource/Beauty_and_the_Boss_(TV_series)", "http://dbpedia.org/resource/Beauty_and_the_Geek", "http://dbpedia.org/resource/Beauty_and_the_Geek_(British_TV_series)", "http://dbpedia.org/resource/Beauty_and_the_Geek_Australia", "http://dbpedia.org/resource/Beauty_at_War", "http://dbpedia.org/resource/Beauty_is_My_Business", "http://dbpedia.org/resource/Beaver_Falls_(TV_series)", "http://dbpedia.org/resource/Beavis_and_Butt-Head", "http://dbpedia.org/resource/Bebaak_(2021)", "http://dbpedia.org/resource/Bebaakee", "http://dbpedia.org/resource/Bebasi", "http://dbpedia.org/resource/Bebe_and_Me", "http://dbpedia.org/resource/Beb\u00ea_a_Bordo", "http://dbpedia.org/resource/Because_I_Said_So_(TV_series)", "http://dbpedia.org/resource/Because_This_Is_My_First_Life", "http://dbpedia.org/resource/Because_This_Is_My_First_Twenty", "http://dbpedia.org/resource/Because_of_You_(TV_series)", "http://dbpedia.org/resource/Becca's_Bunch", "http://dbpedia.org/resource/Bechari_Mehrunnisa", "http://dbpedia.org/resource/Bechari_Qudsia", "http://dbpedia.org/resource/Beck:_The_Eye_of_the_Storm", "http://dbpedia.org/resource/Beck_(British_TV_series)", "http://dbpedia.org/resource/Beck_(Swedish_TV_series)", "http://dbpedia.org/resource/Beck_(film)", "http://dbpedia.org/resource/Beck_(manga)", "http://dbpedia.org/resource/Beck_is_Back!", "http://dbpedia.org/resource/Beck_\u2013_Annonsmannen", "http://dbpedia.org/resource/Beck_\u2013_Enslingen", "http://dbpedia.org/resource/Beck_\u2013_H\u00e4mndens_pris", "http://dbpedia.org/resource/Beck_\u2013_Kartellen", "http://dbpedia.org/resource/Beck_\u2013_Levande_begravd", "http://dbpedia.org/resource/Beck_\u2013_Mannen_med_ikonerna", "http://dbpedia.org/resource/Beck_\u2013_Mannen_utan_ansikte", "http://dbpedia.org/resource/Beck_\u2013_Monstret", "http://dbpedia.org/resource/Beck_\u2013_Ok\u00e4nd_avs\u00e4ndare", "http://dbpedia.org/resource/Beck_\u2013_Pensionat_P\u00e4rlan", "http://dbpedia.org/resource/Beck_\u2013_Pojken_i_glaskulan", "http://dbpedia.org/resource/Beck_\u2013_Sista_vittnet", "http://dbpedia.org/resource/Beck_\u2013_Sp\u00e5r_i_m\u00f6rker", "http://dbpedia.org/resource/Beck_\u2013_The_Money_Man", "http://dbpedia.org/resource/Beck_\u2013_Vita_n\u00e4tter", "http://dbpedia.org/resource/Beck_\u2013_\u00d6ga_f\u00f6r_\u00f6ga", "http://dbpedia.org/resource/Becker_(TV_series)", "http://dbpedia.org/resource/Beckinfield", "http://dbpedia.org/resource/Beckman_Young_Investigators_Award", "http://dbpedia.org/resource/Becky's_Back", "http://dbpedia.org/resource/Becky_and_Barnaby_Bear", "http://dbpedia.org/resource/Becoming_A_Popstar", "http://dbpedia.org/resource/Becoming_Dick", "http://dbpedia.org/resource/Becoming_Elizabeth", "http://dbpedia.org/resource/Becoming_Human", "http://dbpedia.org/resource/Becoming_Mike_Nichols", "http://dbpedia.org/resource/Becoming_Us", "http://dbpedia.org/resource/Becoming_Warren_Buffett", "http://dbpedia.org/resource/Becoming_Witch", "http://dbpedia.org/resource/Becoming_You", "http://dbpedia.org/resource/Becoming_a_Billionaire", "http://dbpedia.org/resource/BedHead", "http://dbpedia.org/resource/Bed_Stories_(TV_series)", "http://dbpedia.org/resource/Bed_of_Roses_(TV_series)", "http://dbpedia.org/resource/Bedardi_Saiyaan", "http://dbpedia.org/resource/Bede_BD-5", "http://dbpedia.org/resource/Beder_Meye_Jyotsna_(TV_series)", "http://dbpedia.org/resource/Bedford_QL", "http://dbpedia.org/resource/Bedlam_(2011_TV_series)", "http://dbpedia.org/resource/Bedlam_(2013_TV_series)", "http://dbpedia.org/resource/Bedre_skilt_end_aldrig", "http://dbpedia.org/resource/Bedsitcom", "http://dbpedia.org/resource/Bedtime_(TV_series)", "http://dbpedia.org/resource/Bee_and_PuppyCat", "http://dbpedia.org/resource/Beecham_House", "http://dbpedia.org/resource/Beechgrove_(TV_series)", "http://dbpedia.org/resource/Beef:_The_Series", "http://dbpedia.org/resource/Beef_House", "http://dbpedia.org/resource/Beehive_(TV_series)", "http://dbpedia.org/resource/Beelzebub_(manga)", "http://dbpedia.org/resource/Beend_Banoongaa_Ghodi_Chadhunga", "http://dbpedia.org/resource/Beerland", "http://dbpedia.org/resource/Beet_the_Vandel_Buster", "http://dbpedia.org/resource/Beethoven's_Last_Night", "http://dbpedia.org/resource/Beethoven_(TV_series)", "http://dbpedia.org/resource/Beethoven_Lives_Upstairs", "http://dbpedia.org/resource/Beethoven_Virus", "http://dbpedia.org/resource/Beetlejuice_(TV_series)", "http://dbpedia.org/resource/Beezie_Madden", "http://dbpedia.org/resource/Before_30", "http://dbpedia.org/resource/Before_They_Were_Stars", "http://dbpedia.org/resource/Before_We_Get_Married", "http://dbpedia.org/resource/Before_We_Ruled_the_Earth", "http://dbpedia.org/resource/Before_You_Say_I_Do", "http://dbpedia.org/resource/Before_the_Game", "http://dbpedia.org/resource/Before_the_Impact", "http://dbpedia.org/resource/Before_the_League", "http://dbpedia.org/resource/Beforeigners", "http://dbpedia.org/resource/Beg,_Borrow_&_Deal", "http://dbpedia.org/resource/Beggar_My_Neighbour_(TV_series)", "http://dbpedia.org/resource/Beggars_and_Choosers_(TV_series)", "http://dbpedia.org/resource/Begin_A_Game", "http://dbpedia.org/resource/Begin_Again_(TV_series)", "http://dbpedia.org/resource/Begram_ivories", "http://dbpedia.org/resource/Begusarai_(TV_series)", "http://dbpedia.org/resource/Beh_Bote_Nga", "http://dbpedia.org/resource/Behadd", "http://dbpedia.org/resource/Beharbari_Outpost", "http://dbpedia.org/resource/Behave_Yourself!_(TV_series)", "http://dbpedia.org/resource/Behaving_Badly_(TV_serial)", "http://dbpedia.org/resource/Behemoth_(2011_film)", "http://dbpedia.org/resource/Behenein", "http://dbpedia.org/resource/Behind_Closed_Doors_(1958_TV_series)", "http://dbpedia.org/resource/Behind_Closed_Doors_(1996_TV_series)", "http://dbpedia.org/resource/Behind_Closed_Doors_(2003_film)", "http://dbpedia.org/resource/Behind_Her_Eyes_(TV_series)", "http://dbpedia.org/resource/Behind_Mansion_Walls", "http://dbpedia.org/resource/Behind_Silk_Curtains", "http://dbpedia.org/resource/Behind_Your_Smile", "http://dbpedia.org/resource/Behind_the_Attraction", "http://dbpedia.org/resource/Behind_the_Bash", "http://dbpedia.org/resource/Behind_the_Camera:_The_Unauthorized_Story_of_Charlie's_Angels", "http://dbpedia.org/resource/Behind_the_Candelabra", "http://dbpedia.org/resource/Behind_the_Legend", "http://dbpedia.org/resource/Behind_the_Mask_(TV_series)", "http://dbpedia.org/resource/Behind_the_Music", "http://dbpedia.org/resource/Behind_the_News", "http://dbpedia.org/resource/Behind_the_Scenes_(American_TV_series)", "http://dbpedia.org/resource/Behind_the_Scenes_(SPACE_TV_series)", "http://dbpedia.org/resource/Behind_the_Screen_(TV_series)", "http://dbpedia.org/resource/Behind_the_Wall:_Bubba_Wallace", "http://dbpedia.org/resource/Behind_the_Water", "http://dbpedia.org/resource/Behind_the_White_Tower", "http://dbpedia.org/resource/Behkawa", "http://dbpedia.org/resource/Behula_(TV_series)", "http://dbpedia.org/resource/Behzat_\u00c7._Bir_Ankara_Polisiyesi", "http://dbpedia.org/resource/Beija_Sapo", "http://dbpedia.org/resource/Beijing_Love_Story_(TV_series)", "http://dbpedia.org/resource/Being..._N-Dubz", "http://dbpedia.org/resource/Being:_Liverpool", "http://dbpedia.org/resource/Being_Bobby_Brown", "http://dbpedia.org/resource/Being_Eileen", "http://dbpedia.org/resource/Being_Erica", "http://dbpedia.org/resource/Being_Eve", "http://dbpedia.org/resource/Being_Human_(British_TV_series)", "http://dbpedia.org/resource/Being_Human_(North_American_TV_series)", "http://dbpedia.org/resource/Being_Human_(North_American_season_1)", "http://dbpedia.org/resource/Being_Human_(North_American_season_2)", "http://dbpedia.org/resource/Being_Human_(North_American_season_3)", "http://dbpedia.org/resource/Being_Human_(North_American_season_4)", "http://dbpedia.org/resource/Being_Human_novels", "http://dbpedia.org/resource/Being_Ian", "http://dbpedia.org/resource/Being_Jewish_in_France", "http://dbpedia.org/resource/Being_Lara_Bingle", "http://dbpedia.org/resource/Being_Mary_Jane", "http://dbpedia.org/resource/Being_Mick", "http://dbpedia.org/resource/Being_Victor", "http://dbpedia.org/resource/Beintehaa", "http://dbpedia.org/resource/Beki_Boxer", "http://dbpedia.org/resource/Bel-Air_(TV_series)", "http://dbpedia.org/resource/BelAZ_75600", "http://dbpedia.org/resource/Bel_Ami_(South_Korean_TV_series)", "http://dbpedia.org/resource/Bela,_a_Feia", "http://dbpedia.org/resource/Bela_Rahma", "http://dbpedia.org/resource/Belan_Wali_Bahu", "http://dbpedia.org/resource/Belapur_Ki_Dayan", "http://dbpedia.org/resource/Belaventura", "http://dbpedia.org/resource/Beleza_Pura", "http://dbpedia.org/resource/Belfagor", "http://dbpedia.org/resource/Belfer_(TV_series)", "http://dbpedia.org/resource/Belfry_Witches", "http://dbpedia.org/resource/Belgium's_Got_Talent_(Wallonia)", "http://dbpedia.org/resource/Belgium's_Got_Talent_(Walloon_TV_series)", "http://dbpedia.org/resource/Belgrade\u2013Pristina_negotiations", "http://dbpedia.org/resource/Belgravia_(TV_series)", "http://dbpedia.org/resource/Belief_(TV_series)", "http://dbpedia.org/resource/Believe_(TV_series)", "http://dbpedia.org/resource/Believe_Me:_The_Abduction_of_Lisa_McVey", "http://dbpedia.org/resource/Believe_Nothing", "http://dbpedia.org/resource/Belize_Barrier_Reef", "http://dbpedia.org/resource/Belkin_Wemo", "http://dbpedia.org/resource/Bella_Block", "http://dbpedia.org/resource/Bella_Germania", "http://dbpedia.org/resource/Bella_Mafia", "http://dbpedia.org/resource/Bella_and_the_Bulldogs", "http://dbpedia.org/resource/Bella_calamidades", "http://dbpedia.org/resource/Bellamy's_Backyard_Safari", "http://dbpedia.org/resource/Bellamy's_People", "http://dbpedia.org/resource/Bellamy_(TV_series)", "http://dbpedia.org/resource/Bellanca_Viking", "http://dbpedia.org/resource/Bellator_Fighting_Championships:_Season_One", "http://dbpedia.org/resource/Bellator_MMA:_Season_Eight", "http://dbpedia.org/resource/Bellator_MMA_in_2015", "http://dbpedia.org/resource/Bellbird_(TV_series)", "http://dbpedia.org/resource/Belle's", "http://dbpedia.org/resource/Belle,_Sebastian_and_the_Horses", "http://dbpedia.org/resource/Belle_Collective", "http://dbpedia.org/resource/Belle_and_Sebastian_(1965_TV_series)", "http://dbpedia.org/resource/Belle_and_Sebastian_(2017_TV_series)", "http://dbpedia.org/resource/Bellerbys_College", "http://dbpedia.org/resource/Bellevue_(TV_series)", "http://dbpedia.org/resource/Bellezas_Indomables", "http://dbpedia.org/resource/Bellum_Batonianum", "http://dbpedia.org/resource/Bell\u00edsima", "http://dbpedia.org/resource/Belmonte_(TV_series)", "http://dbpedia.org/resource/Belonging_(TV_series)", "http://dbpedia.org/resource/Below_Deck", "http://dbpedia.org/resource/Below_Deck_Down_Under", "http://dbpedia.org/resource/Below_Deck_Mediterranean", "http://dbpedia.org/resource/Below_Deck_Sailing_Yacht", "http://dbpedia.org/resource/Below_the_Lion_Rock", "http://dbpedia.org/resource/Below_the_Surface_(Danish_TV_series)", "http://dbpedia.org/resource/Belphegor,_or_Phantom_of_the_Louvre_(1965_miniseries)", "http://dbpedia.org/resource/Belt_Parkway", "http://dbpedia.org/resource/Beltway_Series", "http://dbpedia.org/resource/Bel\u00edssima", "http://dbpedia.org/resource/Bem-Vindos_a_Beirais", "http://dbpedia.org/resource/Bem_me_Quer", "http://dbpedia.org/resource/Ben's_Menu", "http://dbpedia.org/resource/Ben's_Mill", "http://dbpedia.org/resource/Ben-Gurion_-Jabotinsky_Agreements_(London_Agreements)", "http://dbpedia.org/resource/Ben-To", "http://dbpedia.org/resource/Ben_&_Holly's_Little_Kingdom", "http://dbpedia.org/resource/Ben_10", "http://dbpedia.org/resource/Ben_10:_Alien_Force", "http://dbpedia.org/resource/Ben_10:_Destroy_All_Aliens", "http://dbpedia.org/resource/Ben_10:_Omniverse", "http://dbpedia.org/resource/Ben_10:_Ultimate_Alien", "http://dbpedia.org/resource/Ben_10:_Ultimate_Challenge", "http://dbpedia.org/resource/Ben_10_(2005_TV_series)", "http://dbpedia.org/resource/Ben_10_(2016_TV_series)", "http://dbpedia.org/resource/Ben_10_Versus_the_Universe:_The_Movie", "http://dbpedia.org/resource/Ben_Casey", "http://dbpedia.org/resource/Ben_Elton:_The_Man_from_Auntie", "http://dbpedia.org/resource/Ben_Elton_Live_from_Planet_Earth", "http://dbpedia.org/resource/Ben_Fogle:_New_Lives_in_the_Wild", "http://dbpedia.org/resource/Ben_Hall_(TV_series)", "http://dbpedia.org/resource/Ben_Hur_(miniseries)", "http://dbpedia.org/resource/Ben_Jerrod", "http://dbpedia.org/resource/Ben_Onu_\u00c7ok_Sevdim", "http://dbpedia.org/resource/Ben_Phillips_Blows_Up", "http://dbpedia.org/resource/Ben_Sorensen's_Real_Country", "http://dbpedia.org/resource/Ben_X_Jim", "http://dbpedia.org/resource/Ben_and_Kate", "http://dbpedia.org/resource/Ben_et_Thomas", "http://dbpedia.org/resource/Benaam_(TV_series)", "http://dbpedia.org/resource/Benched_(TV_series)", "http://dbpedia.org/resource/Benchmark_(game_show)", "http://dbpedia.org/resource/Benders_(TV_series)", "http://dbpedia.org/resource/Bendita_mentira", "http://dbpedia.org/resource/Bene_Bou", "http://dbpedia.org/resource/Beneath_The_Lies_-_The_Series", "http://dbpedia.org/resource/Beneath_the_Lies_\u2013_The_Series", "http://dbpedia.org/resource/Benedict_Arnold:_A_Question_of_Honor", "http://dbpedia.org/resource/Benefis", "http://dbpedia.org/resource/Benefit_Busters", "http://dbpedia.org/resource/Benefits_Street", "http://dbpedia.org/resource/Benelli_Sei", "http://dbpedia.org/resource/Benelux'_Next_Top_Model", "http://dbpedia.org/resource/Bene\u0161_decrees", "http://dbpedia.org/resource/Bengaluru_Benne_Dose", "http://dbpedia.org/resource/Benidorm_(Belgian_TV_series)", "http://dbpedia.org/resource/Benidorm_(British_TV_series)", "http://dbpedia.org/resource/Benidorm_Bastards", "http://dbpedia.org/resource/Benidorm_Fest", "http://dbpedia.org/resource/Benim_Hala_Umudum_Var", "http://dbpedia.org/resource/Benito_(film)", "http://dbpedia.org/resource/Benjamin_Franklin_(film)", "http://dbpedia.org/resource/Benjamin_Franklin_(miniseries)", "http://dbpedia.org/resource/Benji's_Very_Own_Christmas_Story", "http://dbpedia.org/resource/Benji,_Zax_&_the_Alien_Prince", "http://dbpedia.org/resource/Benner_&_Benner", "http://dbpedia.org/resource/Bennington_(radio_show)", "http://dbpedia.org/resource/Benson_(TV_series)", "http://dbpedia.org/resource/Bent_(TV_series)", "http://dbpedia.org/resource/Bentley_R_Type", "http://dbpedia.org/resource/Benza_English", "http://dbpedia.org/resource/Beovizija", "http://dbpedia.org/resource/Beowulf:_Return_to_the_Shieldlands", "http://dbpedia.org/resource/Bepanah_Pyaar", "http://dbpedia.org/resource/Bepannah", "http://dbpedia.org/resource/Beppinsan", "http://dbpedia.org/resource/Berdeen_Falls", "http://dbpedia.org/resource/Bereft_(film)", "http://dbpedia.org/resource/Beretta_70", "http://dbpedia.org/resource/Beretta_90two", "http://dbpedia.org/resource/Beretta_92", "http://dbpedia.org/resource/Beretta_Model_38", "http://dbpedia.org/resource/Bergerac_(TV_series)", "http://dbpedia.org/resource/Bering_Sea_Beast", "http://dbpedia.org/resource/Bering_Sea_Gold", "http://dbpedia.org/resource/Berkeley_Square_(TV_series)", "http://dbpedia.org/resource/Berks_(TV_series)", "http://dbpedia.org/resource/Berlin,_Berlin", "http://dbpedia.org/resource/Berlin-class_replenishment_ship", "http://dbpedia.org/resource/Berlin_(TV_series)", "http://dbpedia.org/resource/Berlin_Station_(TV_series)", "http://dbpedia.org/resource/Bermuda_Tentacles", "http://dbpedia.org/resource/Berm\u00fadez_(TV_series)", "http://dbpedia.org/resource/Bernard's_Watch", "http://dbpedia.org/resource/Bernard_(TV_series)", "http://dbpedia.org/resource/Bernard_and_the_Genie", "http://dbpedia.org/resource/Bernardo_Alves", "http://dbpedia.org/resource/Bernds_Hexe", "http://dbpedia.org/resource/Bernhard,_schavuit_van_Oranje", "http://dbpedia.org/resource/Bernice_Summerfield", "http://dbpedia.org/resource/Berrenger's", "http://dbpedia.org/resource/Berry_Bees_(TV_series)", "http://dbpedia.org/resource/Berry_and_Dolly", "http://dbpedia.org/resource/Bersama_Meraih_Mimpi", "http://dbpedia.org/resource/Berserk_(manga)", "http://dbpedia.org/resource/Bert's_Family_Feud", "http://dbpedia.org/resource/Bert_(TV_series)", "http://dbpedia.org/resource/Bert_D'Angelo/Superstar", "http://dbpedia.org/resource/Bert_and_Dickie", "http://dbpedia.org/resource/Bert_and_Ernie's_Great_Adventures", "http://dbpedia.org/resource/Bert_the_Conqueror", "http://dbpedia.org/resource/Bertha_(TV_series)", "http://dbpedia.org/resource/Bertie_(TV_series)", "http://dbpedia.org/resource/Bertrand_(film)", "http://dbpedia.org/resource/Berukhi", "http://dbpedia.org/resource/Beryl's_Lot", "http://dbpedia.org/resource/Besharam_(TV_series)", "http://dbpedia.org/resource/Bessie_(film)", "http://dbpedia.org/resource/Best!_Movies!_Ever!", "http://dbpedia.org/resource/Best.Worst.Weekend.Ever.", "http://dbpedia.org/resource/Best:_His_Mother's_Son", "http://dbpedia.org/resource/Best_Baker_in_America", "http://dbpedia.org/resource/Best_Bet", "http://dbpedia.org/resource/Best_Bits_(Australian_TV_series)", "http://dbpedia.org/resource/Best_Bits_(New_Zealand_TV_series)", "http://dbpedia.org/resource/Best_Chicken", "http://dbpedia.org/resource/Best_Ed", "http://dbpedia.org/resource/Best_Friend's_Date", "http://dbpedia.org/resource/Best_Friends_Forever%3F", "http://dbpedia.org/resource/Best_Friends_Forever_(American_TV_series)", "http://dbpedia.org/resource/Best_Friends_Forever_(Indonesian_TV_series)", "http://dbpedia.org/resource/Best_Friends_Whenever", "http://dbpedia.org/resource/Best_Funeral_Ever", "http://dbpedia.org/resource/Best_Hits_Kayosai", "http://dbpedia.org/resource/Best_Home_Cook", "http://dbpedia.org/resource/Best_Ink", "http://dbpedia.org/resource/Best_Leftovers_Ever!", "http://dbpedia.org/resource/Best_New_Restaurant", "http://dbpedia.org/resource/Best_Player", "http://dbpedia.org/resource/Best_Recipes_Ever", "http://dbpedia.org/resource/Best_Selling_Secrets", "http://dbpedia.org/resource/Best_Shot_(TV_series)", "http://dbpedia.org/resource/Best_Student_Council", "http://dbpedia.org/resource/Best_Time", "http://dbpedia.org/resource/Best_Time_Ever_with_Neil_Patrick_Harris", "http://dbpedia.org/resource/Best_Week_Ever", "http://dbpedia.org/resource/Best_of_2Pac", "http://dbpedia.org/resource/Best_of_British_(TV_series)", "http://dbpedia.org/resource/Best_of_Enemies_(TV_series)", "http://dbpedia.org/resource/Best_of_Friends", "http://dbpedia.org/resource/Best_of_I_Love_the...", "http://dbpedia.org/resource/Best_of_Luck_Nikki", "http://dbpedia.org/resource/Best_of_World_Championship_Wrestling", "http://dbpedia.org/resource/Best_of_the_West", "http://dbpedia.org/resource/Best_of_the_Worst_(TV_program)", "http://dbpedia.org/resource/Best_of_the_Worst_(game_show)", "http://dbpedia.org/resource/Bestsellers_(web_series)", "http://dbpedia.org/resource/Bet_ng_Bayan", "http://dbpedia.org/resource/Bet_on_Your_Baby", "http://dbpedia.org/resource/Beta_Hi_Chahiye", "http://dbpedia.org/resource/Betaal", "http://dbpedia.org/resource/Betaal_Pachisi_(TV_series)", "http://dbpedia.org/resource/Betas", "http://dbpedia.org/resource/Bethenny_&_Fredrik", "http://dbpedia.org/resource/Bethenny_(talk_show)", "http://dbpedia.org/resource/Bethenny_Ever_After", "http://dbpedia.org/resource/Bethpage_Air_Show", "http://dbpedia.org/resource/Beti_(TV_series)", "http://dbpedia.org/resource/Beti_Jaisi", "http://dbpedia.org/resource/Betiyaan_Apni_Yaa_Paraaya_Dhan", "http://dbpedia.org/resource/Beto_Rockfeller", "http://dbpedia.org/resource/Betoch", "http://dbpedia.org/resource/Betrayal_(1974_film)", "http://dbpedia.org/resource/Betrayal_(1978_film)", "http://dbpedia.org/resource/Betrayal_(TV_series)", "http://dbpedia.org/resource/Betrayer_(film)", "http://dbpedia.org/resource/Betsy's_Kindergarten_Adventures", "http://dbpedia.org/resource/Betsy-Tacy", "http://dbpedia.org/resource/Bette_(TV_series)", "http://dbpedia.org/resource/Better_(talk_show)", "http://dbpedia.org/resource/Better_Call_Saul", "http://dbpedia.org/resource/Better_Days_(TV_series)", "http://dbpedia.org/resource/Better_Halves_(TV_series)", "http://dbpedia.org/resource/Better_Homes", "http://dbpedia.org/resource/Better_Homes_and_Gardens_(TV_program)", "http://dbpedia.org/resource/Better_Late_Than_Never_(1979_film)", "http://dbpedia.org/resource/Better_Late_Than_Never_(TV_series)", "http://dbpedia.org/resource/Better_Living_TV_Theater", "http://dbpedia.org/resource/Better_Man_(2016_TV_series)", "http://dbpedia.org/resource/Better_Man_(miniseries)", "http://dbpedia.org/resource/Better_Off_Ted", "http://dbpedia.org/resource/Better_Things_(TV_series)", "http://dbpedia.org/resource/Better_Tomorrow_(TV_series)", "http://dbpedia.org/resource/Better_than_Us", "http://dbpedia.org/resource/Better_with_You", "http://dbpedia.org/resource/Betterman_(TV_series)", "http://dbpedia.org/resource/Bettina_S.", "http://dbpedia.org/resource/Betty's_Bunch", "http://dbpedia.org/resource/Betty_&_Coretta", "http://dbpedia.org/resource/Betty_(TV_series)", "http://dbpedia.org/resource/Betty_Toons", "http://dbpedia.org/resource/Betty_White's_Off_Their_Rockers", "http://dbpedia.org/resource/Betty_en_NY", "http://dbpedia.org/resource/Bettys_Diagnose", "http://dbpedia.org/resource/Betul_ke_bohong%3F", "http://dbpedia.org/resource/Between_(TV_series)", "http://dbpedia.org/resource/Between_Brothers", "http://dbpedia.org/resource/Between_Friends_(1983_film)", "http://dbpedia.org/resource/Between_Love_&_Desire", "http://dbpedia.org/resource/Between_Love_and_Hate_(1993_film)", "http://dbpedia.org/resource/Between_Two_Ferns_with_Zach_Galifianakis", "http://dbpedia.org/resource/Between_Two_Women_(1986_film)", "http://dbpedia.org/resource/Between_Two_Worlds_(TV_series)", "http://dbpedia.org/resource/Between_the_Covers_(TV_programme)", "http://dbpedia.org/resource/Between_the_Lines_(TV_series)", "http://dbpedia.org/resource/Between_the_Lines_(game_show)", "http://dbpedia.org/resource/Between_the_Lions", "http://dbpedia.org/resource/Between_the_Sheets_(TV_series)", "http://dbpedia.org/resource/Beugr\u00f3", "http://dbpedia.org/resource/Beulah_(series)", "http://dbpedia.org/resource/Beulah_Land_(miniseries)", "http://dbpedia.org/resource/Beverly's_Full_House", "http://dbpedia.org/resource/Beverly_Hills,_90210", "http://dbpedia.org/resource/Beverly_Hills,_90210_(season_10)", "http://dbpedia.org/resource/Beverly_Hills,_90210_(season_9)", "http://dbpedia.org/resource/Beverly_Hills_Bordello", "http://dbpedia.org/resource/Beverly_Hills_Buntz", "http://dbpedia.org/resource/Beverly_Hills_Chihuahua_(film_series)", "http://dbpedia.org/resource/Beverly_Hills_Fabulous", "http://dbpedia.org/resource/Beverly_Hills_Family_Robinson", "http://dbpedia.org/resource/Beverly_Hills_Madam", "http://dbpedia.org/resource/Beverly_Hills_Nannies", "http://dbpedia.org/resource/Beverly_Hills_Pawn", "http://dbpedia.org/resource/Beverly_Hills_Teens", "http://dbpedia.org/resource/Beverly_Hills_Vet", "http://dbpedia.org/resource/Bewafa_(TV_series)", "http://dbpedia.org/resource/Bewafaa_sii_Wafaa", "http://dbpedia.org/resource/Beware_of_Dog_(TV_series)", "http://dbpedia.org/resource/Beware_the_Batman", "http://dbpedia.org/resource/Bewegte_M\u00e4nner", "http://dbpedia.org/resource/Bewitched", "http://dbpedia.org/resource/BeyWarriors:_BeyRaiderz", "http://dbpedia.org/resource/BeyWarriors:_Cyborg", "http://dbpedia.org/resource/BeyWheelz", "http://dbpedia.org/resource/Beyblade", "http://dbpedia.org/resource/Beyhadh", "http://dbpedia.org/resource/Beyhadh_2", "http://dbpedia.org/resource/Beyonc\u00e9:_Lemonade", "http://dbpedia.org/resource/Beyond_(American_TV_series)", "http://dbpedia.org/resource/Beyond_(Canadian_TV_series)", "http://dbpedia.org/resource/Beyond_(Singaporean_TV_series)", "http://dbpedia.org/resource/Beyond_Belief:_Fact_or_Fiction", "http://dbpedia.org/resource/Beyond_Betrayal", "http://dbpedia.org/resource/Beyond_Evil_(TV_series)", "http://dbpedia.org/resource/Beyond_Fear_(film)", "http://dbpedia.org/resource/Beyond_Geek", "http://dbpedia.org/resource/Beyond_Human_(TV_series)", "http://dbpedia.org/resource/Beyond_Invention", "http://dbpedia.org/resource/Beyond_My_Touch", "http://dbpedia.org/resource/Beyond_Our_Control", "http://dbpedia.org/resource/Beyond_Our_Ken", "http://dbpedia.org/resource/Beyond_Reality_(TV_series)", "http://dbpedia.org/resource/Beyond_Reason_(TV_series)", "http://dbpedia.org/resource/Beyond_River_Cottage", "http://dbpedia.org/resource/Beyond_Scared_Straight", "http://dbpedia.org/resource/Beyond_Survival", "http://dbpedia.org/resource/Beyond_Tomorrow_(TV_series)", "http://dbpedia.org/resource/Beyond_Vaudeville", "http://dbpedia.org/resource/Beyond_Westworld", "http://dbpedia.org/resource/Beyond_Words_(TV_series)", "http://dbpedia.org/resource/Beyond_a_Joke_(2009_TV_series)", "http://dbpedia.org/resource/Beyond_the_Axis_of_Truth", "http://dbpedia.org/resource/Beyond_the_Beyond_(manga)", "http://dbpedia.org/resource/Beyond_the_Blackboard", "http://dbpedia.org/resource/Beyond_the_Boundary", "http://dbpedia.org/resource/Beyond_the_Break", "http://dbpedia.org/resource/Beyond_the_Clouds_(TV_series)", "http://dbpedia.org/resource/Beyond_the_Darklands_(Australian_TV_series)", "http://dbpedia.org/resource/Beyond_the_Darklands_(New_Zealand_TV_series)", "http://dbpedia.org/resource/Beyond_the_Edge_(TV_series)", "http://dbpedia.org/resource/Beyond_the_Glory", "http://dbpedia.org/resource/Beyond_the_Prairie:_The_True_Story_of_Laura_Ingalls_Wilder", "http://dbpedia.org/resource/Beyond_the_Rainbow_(TV_series)", "http://dbpedia.org/resource/Beyond_the_Realm_of_Conscience", "http://dbpedia.org/resource/Beyond_the_Tank", "http://dbpedia.org/resource/Beyond_the_Walls_(TV_series)", "http://dbpedia.org/resource/Beyond_the_aXis_of_Truth_II", "http://dbpedia.org/resource/Bh_Se_Bhade", "http://dbpedia.org/resource/Bhaag_Bakool_Bhaag", "http://dbpedia.org/resource/Bhaag_Beanie_Bhaag", "http://dbpedia.org/resource/Bhaage_Re_Mann", "http://dbpedia.org/resource/Bhaago_KK_Aaya", "http://dbpedia.org/resource/Bhabhi_(TV_series)", "http://dbpedia.org/resource/Bhabiji_Ghar_Par_Hain!", "http://dbpedia.org/resource/Bhadra_(2019_TV_series)", "http://dbpedia.org/resource/Bhadragol", "http://dbpedia.org/resource/Bhaggolokkhi", "http://dbpedia.org/resource/Bhagonwali-Baante_Apni_Taqdeer", "http://dbpedia.org/resource/Bhagya_Lakshmi", "http://dbpedia.org/resource/Bhagyadevatha_(TV_series)", "http://dbpedia.org/resource/Bhagyajathakam_(TV_series)", "http://dbpedia.org/resource/Bhagyalaxmi", "http://dbpedia.org/resource/Bhagyarekha_(TV_series)", "http://dbpedia.org/resource/Bhagyavidhaata", "http://dbpedia.org/resource/Bhai_(TV_series)", "http://dbpedia.org/resource/Bhai_Bhaiya_Aur_Brother", "http://dbpedia.org/resource/Bhairavi_Aavigalukku_Priyamanaval", "http://dbpedia.org/resource/Bhakharwadi_(TV_series)", "http://dbpedia.org/resource/Bhakter_Bhogobaan_Shri_Krishna", "http://dbpedia.org/resource/Bhakton_Ki_Bhakti_Mein_Shakti", "http://dbpedia.org/resource/Bhalobasha_Bhalobasha", "http://dbpedia.org/resource/Bhama_Vijayam", "http://dbpedia.org/resource/Bhanumotir_Khel", "http://dbpedia.org/resource/Bhanwar_(TV_series)", "http://dbpedia.org/resource/Bharaas", "http://dbpedia.org/resource/Bharaghar", "http://dbpedia.org/resource/Bharam", "http://dbpedia.org/resource/Bharat_Ek_Khoj", "http://dbpedia.org/resource/Bharat_Ka_Veer_Putra_\u2013_Maharana_Pratap", "http://dbpedia.org/resource/Bharat_Ki_Shaan:_Singing_Star", "http://dbpedia.org/resource/Bharat_ki_Chhap", "http://dbpedia.org/resource/Bharathi_Kannamma_(2014_TV_series)", "http://dbpedia.org/resource/Bharathi_Kannamma_(2019_TV_series)", "http://dbpedia.org/resource/Bharati-class_interceptor_boat", "http://dbpedia.org/resource/Bharatidasan_Colony", "http://dbpedia.org/resource/Bharatvarsh_(TV_series)", "http://dbpedia.org/resource/Bharosa_Pyar_Tera", "http://dbpedia.org/resource/Bharya_(TV_series)", "http://dbpedia.org/resource/Bhasha", "http://dbpedia.org/resource/Bhaskar_Bharti", "http://dbpedia.org/resource/Bhaukaal_(web_series)", "http://dbpedia.org/resource/Bhavani_(TV_series)", "http://dbpedia.org/resource/Bheja_Fry_(film_series)", "http://dbpedia.org/resource/Bhim-class_tugboat", "http://dbpedia.org/resource/Bhima_Jewels_Comedy_Festival", "http://dbpedia.org/resource/Bholi_Bano", "http://dbpedia.org/resource/Bhoojo_to_Jeeto", "http://dbpedia.org/resource/Bhook_(TV_series)", "http://dbpedia.org/resource/Bhool", "http://dbpedia.org/resource/Bhool_(2014_TV_series)", "http://dbpedia.org/resource/Bhool_(2019_TV_series)", "http://dbpedia.org/resource/Bhoomikanya", "http://dbpedia.org/resource/Bhoot_Aaya", "http://dbpedia.org/resource/Bhootu", "http://dbpedia.org/resource/Bhootwala_Serial", "http://dbpedia.org/resource/Bhram_(web_series)", "http://dbpedia.org/resource/Bhramanam", "http://dbpedia.org/resource/Bia_(TV_series)", "http://dbpedia.org/resource/Aix-en-Provence_possessions", "http://dbpedia.org/resource/Ajankohtainen_kakkonen", "http://dbpedia.org/resource/Ajoneuvos", "http://dbpedia.org/resource/Akane-chan", "http://dbpedia.org/resource/Akiko_(comic_book)", "http://dbpedia.org/resource/Akkaa_p\u00e4\u00e4lle", "http://dbpedia.org/resource/Akuma_na_Eros", "http://dbpedia.org/resource/Al-Quds_TV", "http://dbpedia.org/resource/Al-Rawi", "http://dbpedia.org/resource/Al-Yamamah_arms_deal", "http://dbpedia.org/resource/Al_Maktab_Raqam_19", "http://dbpedia.org/resource/Al_Mouaallima_Wal_Oustaz_(The_teacher_and_the_professor)", "http://dbpedia.org/resource/Al_Murray's_Road_to_Berlin", "http://dbpedia.org/resource/Alabama_Claims", "http://dbpedia.org/resource/Alaca_H\u00f6y\u00fck_bronze_standards", "http://dbpedia.org/resource/Alan's_Big_One", "http://dbpedia.org/resource/Alan_Hamel's_Comedy_Bag", "http://dbpedia.org/resource/Football_on_5", "http://dbpedia.org/resource/Footballer_Wants_a_Wife", "http://dbpedia.org/resource/Footballers'_Wives", "http://dbpedia.org/resource/Footballers'_Wives:_Extra_Time", "http://dbpedia.org/resource/Footballism", "http://dbpedia.org/resource/Footprints_in_the_Sand_(TV_series)", "http://dbpedia.org/resource/Footsteps_(film)", "http://dbpedia.org/resource/Footy_Classified", "http://dbpedia.org/resource/For-Profit_Online_University", "http://dbpedia.org/resource/For_&_Against", "http://dbpedia.org/resource/For_All_Mankind_(TV_series)", "http://dbpedia.org/resource/For_All_Time", "http://dbpedia.org/resource/For_Better_or_Worse_(1959_TV_series)", "http://dbpedia.org/resource/For_Better_or_Worse_(2011_TV_series)", "http://dbpedia.org/resource/For_Dummies", "http://dbpedia.org/resource/For_Hope", "http://dbpedia.org/resource/For_Life_(TV_series)", "http://dbpedia.org/resource/For_Love_or_Country:_The_Arturo_Sandoval_Story", "http://dbpedia.org/resource/For_Love_or_Money_(2013_TV_series)", "http://dbpedia.org/resource/For_Love_or_Money_(American_TV_series)", "http://dbpedia.org/resource/For_Love_or_Money_(Australian_TV_program)", "http://dbpedia.org/resource/For_Love_or_Money_(Australian_TV_series)", "http://dbpedia.org/resource/For_Love_or_Money_(Philippine_TV_series)", "http://dbpedia.org/resource/For_Love_or_Money_(game_show)", "http://dbpedia.org/resource/For_M", "http://dbpedia.org/resource/For_Maddie_with_Love", "http://dbpedia.org/resource/For_My_Daughter's_Honor", "http://dbpedia.org/resource/For_One_Night", "http://dbpedia.org/resource/For_One_Night_Only_(Irish_TV_series)", "http://dbpedia.org/resource/For_One_Night_Only_(TV_series)", "http://dbpedia.org/resource/For_Peete's_Sake", "http://dbpedia.org/resource/For_Richer,_for_Poorer_(film)", "http://dbpedia.org/resource/For_Richer...For_Poorer", "http://dbpedia.org/resource/For_Us_the_Living:_The_Medgar_Evers_Story", "http://dbpedia.org/resource/For_What_It's_Worth_(game_show)", "http://dbpedia.org/resource/For_Whom_the_Bell_Tolls_(TV_series)", "http://dbpedia.org/resource/For_Your_Love_(TV_series)", "http://dbpedia.org/resource/For_the_First_Time_in_Forever:_A_Frozen_Sing-Along_Celebration", "http://dbpedia.org/resource/For_the_Last_Time", "http://dbpedia.org/resource/For_the_Love_of_Ada", "http://dbpedia.org/resource/For_the_Love_of_Cars", "http://dbpedia.org/resource/For_the_Love_of_Nancy", "http://dbpedia.org/resource/For_the_Love_of_Ray_J", "http://dbpedia.org/resource/For_the_Love_of_Ray_J_(season_1)", "http://dbpedia.org/resource/For_the_Love_of_Ray_J_(season_2)", "http://dbpedia.org/resource/For_the_People_(1965_TV_series)", "http://dbpedia.org/resource/For_the_People_(2002_TV_series)", "http://dbpedia.org/resource/For_the_People_(2018_TV_series)", "http://dbpedia.org/resource/For_the_Record_(Canadian_TV_series)", "http://dbpedia.org/resource/For_the_Record_with_Greta", "http://dbpedia.org/resource/For_the_Rest_of_His_Life", "http://dbpedia.org/resource/For_the_Rest_of_Your_Life", "http://dbpedia.org/resource/For_the_Term_of_His_Natural_Life_(miniseries)", "http://dbpedia.org/resource/Forbidden_(1984_film)", "http://dbpedia.org/resource/Forbidden_Iran", "http://dbpedia.org/resource/Forbidden_Love_(1982_film)", "http://dbpedia.org/resource/Forbidden_Love_(2004_TV_series)", "http://dbpedia.org/resource/Forbidden_Love_(web_series)", "http://dbpedia.org/resource/Forbidden_Nights", "http://dbpedia.org/resource/Forbidden_Science", "http://dbpedia.org/resource/Force_Five", "http://dbpedia.org/resource/Force_Motors_Trax", "http://dbpedia.org/resource/Forces_of_Nature_(TV_series)", "http://dbpedia.org/resource/Ford:_The_Man_and_the_Machine", "http://dbpedia.org/resource/Ford_Cologne_V6_engine", "http://dbpedia.org/resource/Ford_Credit_125", "http://dbpedia.org/resource/Ford_Festival", "http://dbpedia.org/resource/Ford_Nation", "http://dbpedia.org/resource/Ford_Star_Jubilee", "http://dbpedia.org/resource/Forecast_Earth", "http://dbpedia.org/resource/Forecasting_Love_and_Weather", "http://dbpedia.org/resource/Foreign_Affairs_(1964_TV_series)", "http://dbpedia.org/resource/Foreign_Affairs_(1966_TV_series)", "http://dbpedia.org/resource/Foreign_Body_(web_series)", "http://dbpedia.org/resource/Foreign_Correspondent_(TV_series)", "http://dbpedia.org/resource/Foreign_Exchange_(1970_film)", "http://dbpedia.org/resource/Foreign_Exchange_(Australian_TV_series)", "http://dbpedia.org/resource/Foreign_Exchange_(CNBC_World_TV_program)", "http://dbpedia.org/resource/Foreign_Exchange_(PBS_TV_program)", "http://dbpedia.org/resource/Foreign_Exchange_(TV_series)", "http://dbpedia.org/resource/Foreign_Intrigue", "http://dbpedia.org/resource/Foreign_Objects_(TV_series)", "http://dbpedia.org/resource/Forensic_Factor", "http://dbpedia.org/resource/Forensic_Files", "http://dbpedia.org/resource/Forensic_Files_(season_1)", "http://dbpedia.org/resource/Forensic_Files_(season_10)", "http://dbpedia.org/resource/Forensic_Files_(season_11)", "http://dbpedia.org/resource/Forensic_Files_(season_12)", "http://dbpedia.org/resource/Forensic_Files_(season_14)", "http://dbpedia.org/resource/Forensic_Files_(season_2)", "http://dbpedia.org/resource/Forensic_Files_(season_3)", "http://dbpedia.org/resource/Forensic_Files_(season_4)", "http://dbpedia.org/resource/Forensic_Files_(season_5)", "http://dbpedia.org/resource/Forensic_Files_(season_6)", "http://dbpedia.org/resource/Forensic_Files_(season_7)", "http://dbpedia.org/resource/Forensic_Files_(season_8)", "http://dbpedia.org/resource/Forensic_Files_(season_9)", "http://dbpedia.org/resource/Forensic_Files_II", "http://dbpedia.org/resource/Forensic_Heroes", "http://dbpedia.org/resource/Forensic_Heroes_II", "http://dbpedia.org/resource/Forensic_Heroes_III", "http://dbpedia.org/resource/Forensic_Heroes_IV", "http://dbpedia.org/resource/Forensic_Investigators", "http://dbpedia.org/resource/Forest_(TV_series)", "http://dbpedia.org/resource/Forest_Friends", "http://dbpedia.org/resource/Forest_Hills_Drive:_Homecoming", "http://dbpedia.org/resource/Forest_of_the_Dead", "http://dbpedia.org/resource/Forever_(1978_film)", "http://dbpedia.org/resource/Forever_(2014_TV_series)", "http://dbpedia.org/resource/Forever_(2018_TV_series)", "http://dbpedia.org/resource/Forever_(Dutch_TV_series)", "http://dbpedia.org/resource/Forever_(Philippine_TV_series)", "http://dbpedia.org/resource/Forever_Eden", "http://dbpedia.org/resource/Forever_Green", "http://dbpedia.org/resource/Forever_Knight", "http://dbpedia.org/resource/Forever_Love_(1998_film)", "http://dbpedia.org/resource/Forever_Mandalay", "http://dbpedia.org/resource/Forever_Summer:_Hamptons", "http://dbpedia.org/resource/Forever_Young_(2014_TV_series)", "http://dbpedia.org/resource/Forever_Young_(American_TV_series)", "http://dbpedia.org/resource/Forever_Young_(TV_series)", "http://dbpedia.org/resource/Forever_and_Ever_(TV_series)", "http://dbpedia.org/resource/Forever_in_My_Heart", "http://dbpedia.org/resource/Forevermore_(TV_series)", "http://dbpedia.org/resource/Forged_in_Fire", "http://dbpedia.org/resource/Forged_in_Fire_(TV_series)", "http://dbpedia.org/resource/Forget_Me_Not_(TV_series)", "http://dbpedia.org/resource/Forget_Me_Not_Farm", "http://dbpedia.org/resource/Forget_You_Remember_Love", "http://dbpedia.org/resource/Forget_and_Forgive", "http://dbpedia.org/resource/Forgive_Me_(TV_series)", "http://dbpedia.org/resource/Forgive_or_Forget", "http://dbpedia.org/resource/Forgotten_(2012_film)", "http://dbpedia.org/resource/Forgotten_(TV_series)", "http://dbpedia.org/resource/Forgotten_Four:_The_Integration_of_Pro_Football", "http://dbpedia.org/resource/Forgotten_Sins", "http://dbpedia.org/resource/Forgotten_Weapons", "http://dbpedia.org/resource/Forky_Asks_a_Question", "http://dbpedia.org/resource/Formal_Wars", "http://dbpedia.org/resource/Formula_1:_Drive_to_Survive", "http://dbpedia.org/resource/Formula_1_Debrief", "http://dbpedia.org/resource/Formula_1_Decade", "http://dbpedia.org/resource/Formula_3_Euro_Series", "http://dbpedia.org/resource/Formula_3_Sudamericana", "http://dbpedia.org/resource/Formula_Crane_45", "http://dbpedia.org/resource/Formula_D", "http://dbpedia.org/resource/Formula_E", "http://dbpedia.org/resource/Formula_Masters_China", "http://dbpedia.org/resource/Formula_One_Decade", "http://dbpedia.org/resource/Formula_One_coverage_on_ITV", "http://dbpedia.org/resource/Formula_Volkswagen_Germany", "http://dbpedia.org/resource/Fort_Boyard:_Ultimate_Challenge", "http://dbpedia.org/resource/Fort_Boyard_(game_show)", "http://dbpedia.org/resource/Fort_Laramie_(radio)", "http://dbpedia.org/resource/Fort_Moultrie", "http://dbpedia.org/resource/Fortean_TV", "http://dbpedia.org/resource/Fortier_(TV_series)", "http://dbpedia.org/resource/Fortifications_of_Birgu", "http://dbpedia.org/resource/Fortifications_of_Chania", "http://dbpedia.org/resource/Fortifications_of_Famagusta", "http://dbpedia.org/resource/Fortifications_of_Heraklion", "http://dbpedia.org/resource/Fortifications_of_Mdina", "http://dbpedia.org/resource/Fortifications_of_Messina", "http://dbpedia.org/resource/Fortifications_of_Senglea", "http://dbpedia.org/resource/Fortifications_of_Valletta", "http://dbpedia.org/resource/Fortitude_(TV_series)", "http://dbpedia.org/resource/Fortress_Wall_of_Seoul", "http://dbpedia.org/resource/Fortuna_(TV_series)", "http://dbpedia.org/resource/Fortunata_y_Jacinta_(TV_series)", "http://dbpedia.org/resource/Fortunate_Son_(TV_series)", "http://dbpedia.org/resource/Fortune:_Million_Pound_Giveaway", "http://dbpedia.org/resource/Fortune_Dane", "http://dbpedia.org/resource/Fortune_Hunter_(TV_series)", "http://dbpedia.org/resource/Fortune_Street", "http://dbpedia.org/resource/Fortunes_of_War_(TV_series)", "http://dbpedia.org/resource/Fortycoats_&_Co.", "http://dbpedia.org/resource/Fortysomething_(TV_series)", "http://dbpedia.org/resource/Forza_(series)", "http://dbpedia.org/resource/For\u00e7a-Tarefa", "http://dbpedia.org/resource/For\u00e7a_de_um_Desejo", "http://dbpedia.org/resource/Fos_Sto_Tounel", "http://dbpedia.org/resource/Fosse/Verdon", "http://dbpedia.org/resource/Fossil_Detectives", "http://dbpedia.org/resource/Foster's_Home_for_Imaginary_Friends", "http://dbpedia.org/resource/Foster_and_Laurie", "http://dbpedia.org/resource/Foul_Play_(TV_series)", "http://dbpedia.org/resource/Foundation_(TV_series)", "http://dbpedia.org/resource/Foundation_Series", "http://dbpedia.org/resource/Foundation_of_the_Kingdom", "http://dbpedia.org/resource/Foundation_series", "http://dbpedia.org/resource/Founding_Emperor_of_Ming_Dynasty", "http://dbpedia.org/resource/Four_(TV_series)", "http://dbpedia.org/resource/Four_Brothers_(mountain_range)", "http://dbpedia.org/resource/Four_Corners_(American_TV_series)", "http://dbpedia.org/resource/Four_Corners_(Australian_TV_program)", "http://dbpedia.org/resource/Four_Days_in_July", "http://dbpedia.org/resource/Four_Days_in_October", "http://dbpedia.org/resource/Four_Directions_(TV_series)", "http://dbpedia.org/resource/Four_Eyes!", "http://dbpedia.org/resource/Four_Eyes_and_Six_Guns", "http://dbpedia.org/resource/Four_Falls_of_Buffalo", "http://dbpedia.org/resource/Four_Feather_Falls", "http://dbpedia.org/resource/Four_Freedoms_(Norman_Rockwell)", "http://dbpedia.org/resource/Four_Hours_at_the_Capitol", "http://dbpedia.org/resource/Four_Hours_in_My_Lai", "http://dbpedia.org/resource/Four_Kings", "http://dbpedia.org/resource/Four_Ladies_(TV_series)", "http://dbpedia.org/resource/Four_Live_(Irish_TV_programme)", "http://dbpedia.org/resource/Four_Live_(New_Zealand_TV_programme)", "http://dbpedia.org/resource/Four_Lives", "http://dbpedia.org/resource/Four_More_Shots_Please!", "http://dbpedia.org/resource/Four_Rooms_(TV_series)", "http://dbpedia.org/resource/Four_Seasons_in_Havana", "http://dbpedia.org/resource/Four_Sisters", "http://dbpedia.org/resource/Four_Star_Playhouse", "http://dbpedia.org/resource/Four_Star_Revue", "http://dbpedia.org/resource/Four_Tank-Men_and_a_Dog", "http://dbpedia.org/resource/Four_Times_of_the_Day", "http://dbpedia.org/resource/Four_Times_of_the_Day_(Joseph_Vernet)", "http://dbpedia.org/resource/Four_Weddings", "http://dbpedia.org/resource/Four_Weddings_(Australian_TV_series)", "http://dbpedia.org/resource/Four_Weddings_and_a_Funeral_(miniseries)", "http://dbpedia.org/resource/Four_in_a_Bed", "http://dbpedia.org/resource/Four_in_a_Bed_(series_6)", "http://dbpedia.org/resource/Four_in_the_Morning_(TV_series)", "http://dbpedia.org/resource/Four_of_a_Kind_(TV_series)", "http://dbpedia.org/resource/Four_on_the_Floor_(American_TV_program)", "http://dbpedia.org/resource/Four_on_the_Floor_(Canadian_TV_series)", "http://dbpedia.org/resource/Four_to_the_Floor_(TV_series)", "http://dbpedia.org/resource/Fourplay_(web_series)", "http://dbpedia.org/resource/Foursome_(2006_TV_series)", "http://dbpedia.org/resource/Foursome_(2016_TV_series)", "http://dbpedia.org/resource/Foursome_(TV_series)", "http://dbpedia.org/resource/Fourteen_Locks", "http://dbpedia.org/resource/Fourways_Farm", "http://dbpedia.org/resource/Fox's_Peter_Pan_&_the_Pirates", "http://dbpedia.org/resource/Fox_&_Friends", "http://dbpedia.org/resource/Fox_&_Friends_First", "http://dbpedia.org/resource/Fox_(TV_series)", "http://dbpedia.org/resource/Fox_College_Football", "http://dbpedia.org/resource/Fox_College_Hoops", "http://dbpedia.org/resource/Fox_Football_Fone-in", "http://dbpedia.org/resource/Fox_Major_League_Baseball", "http://dbpedia.org/resource/Fox_NASCAR", "http://dbpedia.org/resource/Fox_NFL", "http://dbpedia.org/resource/Fox_NFL_Kickoff", "http://dbpedia.org/resource/Fox_NFL_Sunday", "http://dbpedia.org/resource/Fox_New_Year's_Eve_specials", "http://dbpedia.org/resource/Fox_News_@_Night", "http://dbpedia.org/resource/Fox_News_Live", "http://dbpedia.org/resource/Fox_News_Specialists", "http://dbpedia.org/resource/Fox_News_Sunday", "http://dbpedia.org/resource/Fox_News_Update", "http://dbpedia.org/resource/Fox_News_Watch", "http://dbpedia.org/resource/Fox_Online", "http://dbpedia.org/resource/Fox_Report", "http://dbpedia.org/resource/Fox_Soccer_Report", "http://dbpedia.org/resource/Fox_Spirit_Matchmaker", "http://dbpedia.org/resource/Fox_Sports_FC", "http://dbpedia.org/resource/Fox_Sports_Live", "http://dbpedia.org/resource/Fox_UFC", "http://dbpedia.org/resource/Fox_Volant_of_the_Snowy_Mountain_(2006_TV_series)", "http://dbpedia.org/resource/Fox_Wars_(TV_programme)", "http://dbpedia.org/resource/Foxfire_(1987_film)", "http://dbpedia.org/resource/Foxhunter", "http://dbpedia.org/resource/Foxy_Fables", "http://dbpedia.org/resource/Foxy_Lady_(TV_series)", "http://dbpedia.org/resource/Foyle's_War", "http://dbpedia.org/resource/Fra_Gherardo", "http://dbpedia.org/resource/Fractured_Flickers", "http://dbpedia.org/resource/Frafra_people", "http://dbpedia.org/resource/Fraggle_Rock", "http://dbpedia.org/resource/Fraggle_Rock:_Back_to_the_Rock", "http://dbpedia.org/resource/Fraggle_Rock:_The_Animated_Series", "http://dbpedia.org/resource/Fragments_(Torchwood)", "http://dbpedia.org/resource/Fraidy_Cat_(TV_series)", "http://dbpedia.org/resource/Framed!_A_Sicilian_Murder_Mystery", "http://dbpedia.org/resource/Framed_(1990_film)", "http://dbpedia.org/resource/Framed_(American_TV_program)", "http://dbpedia.org/resource/Framed_(TV_series)", "http://dbpedia.org/resource/Framing_Britney_Spears", "http://dbpedia.org/resource/Frammenti", "http://dbpedia.org/resource/Frammenti_(TV_series)", "http://dbpedia.org/resource/France_Five", "http://dbpedia.org/resource/Frances_Farmer_Presents", "http://dbpedia.org/resource/Francesco's_Italy:_Top_to_Toe", "http://dbpedia.org/resource/Francie_and_Josie", "http://dbpedia.org/resource/Francis_Albert_Sinatra_Does_His_Thing", "http://dbpedia.org/resource/Francis_Brennan's_Grand_Tour", "http://dbpedia.org/resource/Francis_Storm_Investigates", "http://dbpedia.org/resource/Francisco,_El_Jesuita", "http://dbpedia.org/resource/Francisco_el_Matem\u00e1tico", "http://dbpedia.org/resource/Francisco_el_Matem\u00e1tico:_Clase_2017", "http://dbpedia.org/resource/Franco-Turkish_War", "http://dbpedia.org/resource/Frank's_Place", "http://dbpedia.org/resource/Frank_Herbert's_Children_of_Dune", "http://dbpedia.org/resource/Frank_Herbert's_Dune", "http://dbpedia.org/resource/Frank_Leaves_for_the_Orient", "http://dbpedia.org/resource/Frank_Pappa_Show", "http://dbpedia.org/resource/Frank_Sinatra:_A_Man_and_His_Music", "http://dbpedia.org/resource/Frank_Skinner's_Opinionated", "http://dbpedia.org/resource/Frank_Stewart_Gospel_Hour", "http://dbpedia.org/resource/Frank_Stubbs_Promotes", "http://dbpedia.org/resource/Frank_TV", "http://dbpedia.org/resource/Frank_Wesson_Rifles", "http://dbpedia.org/resource/Frank_and_Francesca", "http://dbpedia.org/resource/Frank_of_Ireland", "http://dbpedia.org/resource/Frank_the_Entertainer_in_a_Basement_Affair", "http://dbpedia.org/resource/Franke_Sloothaak", "http://dbpedia.org/resource/Frankelda's_Book_of_Spooks", "http://dbpedia.org/resource/Franken_Fran", "http://dbpedia.org/resource/Frankenstein's_Aunt", "http://dbpedia.org/resource/Frankenstein's_Wedding", "http://dbpedia.org/resource/Frankenstein,_MD", "http://dbpedia.org/resource/Frankenstein:_The_True_Story", "http://dbpedia.org/resource/Frankenstein_(1973_film)", "http://dbpedia.org/resource/Frankenstein_(1992_film)", "http://dbpedia.org/resource/Frankenstein_(2004_film)", "http://dbpedia.org/resource/Frankenstein_(2007_film)", "http://dbpedia.org/resource/Frankenstein_(miniseries)", "http://dbpedia.org/resource/Frankenstein_Jr._and_The_Impossibles", "http://dbpedia.org/resource/Frankfurt_Documents", "http://dbpedia.org/resource/Frankie's_House_(TV_series)", "http://dbpedia.org/resource/Frankie_&_Neffe", "http://dbpedia.org/resource/Frankie_(TV_series)", "http://dbpedia.org/resource/Frankie_Boyle's_New_World_Order", "http://dbpedia.org/resource/Frankie_Boyle's_Tour_of_Scotland", "http://dbpedia.org/resource/Frankie_Boyle's_Tramadol_Nights", "http://dbpedia.org/resource/Frankie_Drake_Mysteries", "http://dbpedia.org/resource/Frankie_Edgar_vs._Gray_Maynard", "http://dbpedia.org/resource/Franklin_&_Bash", "http://dbpedia.org/resource/Franklin_(TV_series)", "http://dbpedia.org/resource/Franklin_(miniseries)", "http://dbpedia.org/resource/Franklin_O-335", "http://dbpedia.org/resource/Franklin_and_Friends", "http://dbpedia.org/resource/Frankly_Howerd", "http://dbpedia.org/resource/Frannie's_Turn", "http://dbpedia.org/resource/Franny's_Feet", "http://dbpedia.org/resource/Franny_K._Stein", "http://dbpedia.org/resource/Fran\u00e7oise_Durocher,_Waitress", "http://dbpedia.org/resource/Fraochy_Bay", "http://dbpedia.org/resource/Frasier", "http://dbpedia.org/resource/Frasier_(season_9)", "http://dbpedia.org/resource/Frat_House", "http://dbpedia.org/resource/Fratelli_Benvenuti", "http://dbpedia.org/resource/Fraternity_Life", "http://dbpedia.org/resource/Frau_Margot", "http://dbpedia.org/resource/Fraud_(TV_series)", "http://dbpedia.org/resource/Fraud_Squad_TV", "http://dbpedia.org/resource/Frauentausch", "http://dbpedia.org/resource/Frayed_(TV_series)", "http://dbpedia.org/resource/Freak_(web_series)", "http://dbpedia.org/resource/Freak_Out_(TV_series)", "http://dbpedia.org/resource/Freak_Show_(TV_series)", "http://dbpedia.org/resource/Freakazoid!", "http://dbpedia.org/resource/Freakish_(TV_series)", "http://dbpedia.org/resource/Freaknik:_The_Musical", "http://dbpedia.org/resource/Freakonomics_Radio", "http://dbpedia.org/resource/Freaks_(manga)", "http://dbpedia.org/resource/Freaks_and_Geeks", "http://dbpedia.org/resource/Freakshow_(TV_series)", "http://dbpedia.org/resource/Freaktown", "http://dbpedia.org/resource/FreakyLinks", "http://dbpedia.org/resource/Freaky_(TV_series)", "http://dbpedia.org/resource/Freaky_Eaters_(American_TV_program)", "http://dbpedia.org/resource/Freaky_Eaters_(British_TV_programme)", "http://dbpedia.org/resource/Freaky_Friday_(2018_film)", "http://dbpedia.org/resource/Freaky_Stories", "http://dbpedia.org/resource/Fred's_Head", "http://dbpedia.org/resource/Fred:_The_Movie", "http://dbpedia.org/resource/Fred:_The_Show", "http://dbpedia.org/resource/Fred_3:_Camp_Fred", "http://dbpedia.org/resource/Fred_Flintstone_and_Friends", "http://dbpedia.org/resource/Fred_Penner's_Place", "http://dbpedia.org/resource/Fred_and_Barney_Meet_The_Thing", "http://dbpedia.org/resource/Fred_and_Barney_Meet_the_Shmoo", "http://dbpedia.org/resource/Fred_and_Barney_Meet_the_Thing", "http://dbpedia.org/resource/Fredag_hela_veckan", "http://dbpedia.org/resource/Fredd_Bear's_Breakfast-A-Go-Go", "http://dbpedia.org/resource/Freddi_Fish", "http://dbpedia.org/resource/Freddie", "http://dbpedia.org/resource/Freddie_(TV_series)", "http://dbpedia.org/resource/Freddie_Mercury:_The_Great_Pretender", "http://dbpedia.org/resource/Freddie_the_Freeloader's_Christmas_Dinner", "http://dbpedia.org/resource/Freddy's_Nightmares", "http://dbpedia.org/resource/Frederick_Armory", "http://dbpedia.org/resource/Frederick_Douglass_(Ulysses_Kay_opera)", "http://dbpedia.org/resource/Frederick_Forsyth_Presents", "http://dbpedia.org/resource/FreeRayshawn", "http://dbpedia.org/resource/Free_Agents", "http://dbpedia.org/resource/Free_Agents_(American_TV_series)", "http://dbpedia.org/resource/Free_Collars_Kingdom", "http://dbpedia.org/resource/Free_Country_(TV_series)", "http://dbpedia.org/resource/Free_European_Song_Contest", "http://dbpedia.org/resource/Free_Meek", "http://dbpedia.org/resource/Free_Radio", "http://dbpedia.org/resource/Free_Radio_(TV_series)", "http://dbpedia.org/resource/Free_Rein", "http://dbpedia.org/resource/Free_Ride_(TV_series)", "http://dbpedia.org/resource/Free_Sh!t_Men", "http://dbpedia.org/resource/Free_Spirit_(TV_series)", "http://dbpedia.org/resource/Free_State\u2013Basotho_Wars", "http://dbpedia.org/resource/Free_Stuff", "http://dbpedia.org/resource/Free_The_Army_tour", "http://dbpedia.org/resource/Free_Willy_(TV_series)", "http://dbpedia.org/resource/Free_Willy_(film_series)", "http://dbpedia.org/resource/Free_for_All_(TV_series)", "http://dbpedia.org/resource/Freebie_and_the_Bean_(TV_series)", "http://dbpedia.org/resource/Freedom_(1981_film)", "http://dbpedia.org/resource/Freedom_(TV_series)", "http://dbpedia.org/resource/Freedom_Fighter,_Lee_Hoe-young", "http://dbpedia.org/resource/Freedom_Fighters:_The_Ray", "http://dbpedia.org/resource/Freedom_Machines", "http://dbpedia.org/resource/Freedom_Road", "http://dbpedia.org/resource/Freedom_Song_(film)", "http://dbpedia.org/resource/Freedom_Watch_with_Judge_Napolitano", "http://dbpedia.org/resource/Freefonix", "http://dbpedia.org/resource/Freej", "http://dbpedia.org/resource/Freelancers_(TV_series)", "http://dbpedia.org/resource/Freeman's_Mind", "http://dbpedia.org/resource/Freeman_(TV_pilot)", "http://dbpedia.org/resource/Freeter,_Ie_wo_Kau", "http://dbpedia.org/resource/Freetime_(TV_series)", "http://dbpedia.org/resource/Freeway_Face-Off", "http://dbpedia.org/resource/Freeway_Warrior", "http://dbpedia.org/resource/Freewheelers", "http://dbpedia.org/resource/Freeze_(TV_series)", "http://dbpedia.org/resource/Freeze_Frame_(1992_film)", "http://dbpedia.org/resource/Freeze_Out_(game_show)", "http://dbpedia.org/resource/Freeze_the_Fear_with_Wim_Hof", "http://dbpedia.org/resource/Freezerburns", "http://dbpedia.org/resource/French_600_Series_submarines", "http://dbpedia.org/resource/French_F4_Championship", "http://dbpedia.org/resource/French_Fields", "http://dbpedia.org/resource/French_Food_at_Home", "http://dbpedia.org/resource/French_Republican_Calendar", "http://dbpedia.org/resource/French_Revolutionary_Wars", "http://dbpedia.org/resource/French_Silk_(film)", "http://dbpedia.org/resource/French_and_Saunders", "http://dbpedia.org/resource/French_diaspora", "http://dbpedia.org/resource/French_for_Love", "http://dbpedia.org/resource/French_in_Action", "http://dbpedia.org/resource/Frenemies:_Loyalty_Turned_Lethal", "http://dbpedia.org/resource/Frenemies_(film)", "http://dbpedia.org/resource/Frequency_(TV_series)", "http://dbpedia.org/resource/Fresh,_Fried_and_Crispy", "http://dbpedia.org/resource/Fresh_Air", "http://dbpedia.org/resource/Fresh_Beat_Band_of_Spies", "http://dbpedia.org/resource/Fresh_Fields", "http://dbpedia.org/resource/Fresh_Gear", "http://dbpedia.org/resource/Fresh_Meat_(TV_series)", "http://dbpedia.org/resource/Fresh_Off_the_Boat", "http://dbpedia.org/resource/Fresh_Water_(film)", "http://dbpedia.org/resource/Fresh_with_the_Australian_Women's_Weekly", "http://dbpedia.org/resource/Freshers_(British_TV_series)", "http://dbpedia.org/resource/Freshers_(Indian_TV_series)", "http://dbpedia.org/resource/Freshers_(TV_series)", "http://dbpedia.org/resource/Freshly_Squeezed", "http://dbpedia.org/resource/Freshman_Dorm", "http://dbpedia.org/resource/Freshman_Father", "http://dbpedia.org/resource/Freshwater_Blue", "http://dbpedia.org/resource/Fresno_(miniseries)", "http://dbpedia.org/resource/Freud_(TV_series)", "http://dbpedia.org/resource/Freunde_(TV_series)", "http://dbpedia.org/resource/Frida,_en_trotj\u00e4narinna", "http://dbpedia.org/resource/Friday_Download", "http://dbpedia.org/resource/Friday_Island_(TV_series)", "http://dbpedia.org/resource/Friday_Joy_Package", "http://dbpedia.org/resource/Friday_Live", "http://dbpedia.org/resource/Friday_Night!_with_Ralph_Benmergui", "http://dbpedia.org/resource/Friday_Night,_Saturday_Morning", "http://dbpedia.org/resource/Friday_Night_Baseball", "http://dbpedia.org/resource/Friday_Night_Dinner", "http://dbpedia.org/resource/Friday_Night_Football_(AFL)", "http://dbpedia.org/resource/Friday_Night_Football_(NRL)", "http://dbpedia.org/resource/Friday_Night_Footy", "http://dbpedia.org/resource/Friday_Night_Games", "http://dbpedia.org/resource/Friday_Night_Lights_(TV_series)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_3)", "http://dbpedia.org/resource/Friday_Night_Lights_(season_5)", "http://dbpedia.org/resource/Friday_Night_Lights_Out", "http://dbpedia.org/resource/Friday_Night_Tykes", "http://dbpedia.org/resource/Friday_Night_Videos", "http://dbpedia.org/resource/Friday_Night_with_Jonathan_Ross", "http://dbpedia.org/resource/Friday_on_My_Mind_(miniseries)", "http://dbpedia.org/resource/Friday_the_13th:_The_Series", "http://dbpedia.org/resource/Fridays_(TV_series)", "http://dbpedia.org/resource/Fridge_Wars", "http://dbpedia.org/resource/Fried_(2015_TV_series)", "http://dbpedia.org/resource/Friedenstag", "http://dbpedia.org/resource/Friend,_Our_Legend", "http://dbpedia.org/resource/Friend.ship_with_Krist-Singto", "http://dbpedia.org/resource/Friend_Club", "http://dbpedia.org/resource/Friend_Zone_(TV_series)", "http://dbpedia.org/resource/Friend_Zone_2:_Dangerous_Area", "http://dbpedia.org/resource/Friend_or_Foe%3F_(game_show)", "http://dbpedia.org/resource/Friendly_Driver", "http://dbpedia.org/resource/Friendly_Fire_(1979_film)", "http://dbpedia.org/resource/Friendly_Fire_(TV_series)", "http://dbpedia.org/resource/Friendly_Fire_(event)", "http://dbpedia.org/resource/Friendly_Neighborhood_Spider-Man", "http://dbpedia.org/resource/Friendly_Persuasion_(1975_film)", "http://dbpedia.org/resource/Friends", "http://dbpedia.org/resource/Friends:_Conditions_Apply", "http://dbpedia.org/resource/Friends:_The_Reunion", "http://dbpedia.org/resource/Friends_&_Enemies", "http://dbpedia.org/resource/Friends_'Til_the_End", "http://dbpedia.org/resource/Friends_(1979_TV_series)", "http://dbpedia.org/resource/Friends_(2002_TV_series)", "http://dbpedia.org/resource/Friends_(2021_TV_program)", "http://dbpedia.org/resource/Friends_(Polish_TV_series)", "http://dbpedia.org/resource/Friends_(season_1)", "http://dbpedia.org/resource/Friends_(season_10)", "http://dbpedia.org/resource/Friends_(season_2)", "http://dbpedia.org/resource/Friends_(season_3)", "http://dbpedia.org/resource/Friends_(season_4)", "http://dbpedia.org/resource/Friends_(season_5)", "http://dbpedia.org/resource/Friends_(season_6)", "http://dbpedia.org/resource/Friends_(season_7)", "http://dbpedia.org/resource/Friends_(season_8)", "http://dbpedia.org/resource/Friends_(season_9)", "http://dbpedia.org/resource/Friends_After_3.11", "http://dbpedia.org/resource/Friends_Again_(TV_series)", "http://dbpedia.org/resource/Friends_Forever_(TV_series)", "http://dbpedia.org/resource/Friends_Like_These", "http://dbpedia.org/resource/Friends_and_Crocodiles", "http://dbpedia.org/resource/Friends_and_Heroes", "http://dbpedia.org/resource/Friends_and_Lovers_(TV_series)", "http://dbpedia.org/resource/Friends_from_College", "http://dbpedia.org/resource/Friends_of_God:_A_Road_Trip_with_Alexandra_Pelosi", "http://dbpedia.org/resource/Friends_of_the_People", "http://dbpedia.org/resource/Friends_to_Lovers%3F", "http://dbpedia.org/resource/Friends_with_Benefits_(TV_series)", "http://dbpedia.org/resource/Friends_with_Better_Lives", "http://dbpedia.org/resource/Friendzone_(TV_series)", "http://dbpedia.org/resource/Fries_with_That%3F", "http://dbpedia.org/resource/Frikjent", "http://dbpedia.org/resource/Fringe_(TV_series)", "http://dbpedia.org/resource/Frisky_Dingo", "http://dbpedia.org/resource/Fritz:_The_Walter_Mondale_Story", "http://dbpedia.org/resource/Frock_Me", "http://dbpedia.org/resource/Frog_&_Friends", "http://dbpedia.org/resource/Frog_(film)", "http://dbpedia.org/resource/Frog_Baseball", "http://dbpedia.org/resource/From_(TV_series)", "http://dbpedia.org/resource/From_All_of_Us_to_All_of_You", "http://dbpedia.org/resource/From_Beijing_to_Moscow", "http://dbpedia.org/resource/From_C_to_C:_Chinese_Canadian_Stories_of_Migration", "http://dbpedia.org/resource/From_Chao_Phraya_to_Irrawaddy", "http://dbpedia.org/resource/From_Cradle_to_Stage_(TV_series)", "http://dbpedia.org/resource/From_Darkness", "http://dbpedia.org/resource/From_Dusk_till_Dawn:_The_Series", "http://dbpedia.org/resource/From_G's_to_Gents", "http://dbpedia.org/resource/From_Hand_to_Art", "http://dbpedia.org/resource/From_Here_on_OUT", "http://dbpedia.org/resource/From_Here_to_Eternity_(miniseries)", "http://dbpedia.org/resource/From_Kobe", "http://dbpedia.org/resource/From_Now_On,_Showtime!", "http://dbpedia.org/resource/From_Out_of_the_Rain", "http://dbpedia.org/resource/From_Raxacoricofallapatorius_with_Love", "http://dbpedia.org/resource/From_Scratch_(TV_series)", "http://dbpedia.org/resource/From_Six_to_Ten", "http://dbpedia.org/resource/From_Star_Wars_to_Jedi:_The_Making_of_a_Saga", "http://dbpedia.org/resource/From_There_to_Here", "http://dbpedia.org/resource/From_These_Roots", "http://dbpedia.org/resource/From_a_Bird's_Eye_View", "http://dbpedia.org/resource/From_the_Basement", "http://dbpedia.org/resource/From_the_Earth_to_the_Moon_(miniseries)", "http://dbpedia.org/resource/From_the_Ground_Up_with_Debbie_Travis", "http://dbpedia.org/resource/From_the_Heart_(TV_campaign)", "http://dbpedia.org/resource/From_the_House_of_the_Dead", "http://dbpedia.org/resource/From_the_Mixed-Up_Files_of_Mrs._Basil_E._Frankweiler_(1995_film)", "http://dbpedia.org/resource/From_the_Vault_(Magic:_The_Gathering)", "http://dbpedia.org/resource/Fromage", "http://dbpedia.org/resource/Front_Page_Challenge", "http://dbpedia.org/resource/Front_Page_Detective", "http://dbpedia.org/resource/Front_Row_(TV_program)", "http://dbpedia.org/resource/Front_Row_Center", "http://dbpedia.org/resource/Front_Street_Block", "http://dbpedia.org/resource/Front_and_Center", "http://dbpedia.org/resource/Front_and_Centre", "http://dbpedia.org/resource/Frontier_(2016_TV_series)", "http://dbpedia.org/resource/Frontier_Circus", "http://dbpedia.org/resource/Frontier_Doctor", "http://dbpedia.org/resource/Frontier_Gentleman", "http://dbpedia.org/resource/Frontier_House", "http://dbpedia.org/resource/Frontier_Justice_(TV_series)", "http://dbpedia.org/resource/Frontier_Series", "http://dbpedia.org/resource/Frontier_Theatre", "http://dbpedia.org/resource/Frontiers_(1996_TV_series)", "http://dbpedia.org/resource/Frontline_(American_TV_program)", "http://dbpedia.org/resource/Frontline_(Australian_TV_series)", "http://dbpedia.org/resource/Frontline_Pilipinas", "http://dbpedia.org/resource/Frontotemporal_dementia", "http://dbpedia.org/resource/Frontpage:_Ulat_ni_Mel_Tiangco", "http://dbpedia.org/resource/Frontpage_(TV_series)", "http://dbpedia.org/resource/Frosty's_Winter_Wonderland", "http://dbpedia.org/resource/Frosty_Returns", "http://dbpedia.org/resource/Frosty_the_Snowman_(TV_special)", "http://dbpedia.org/resource/Frozen_(franchise)", "http://dbpedia.org/resource/Frozen_Planet", "http://dbpedia.org/resource/Frozen_Stupid", "http://dbpedia.org/resource/Frozen_in_Love", "http://dbpedia.org/resource/Fruits_Basket", "http://dbpedia.org/resource/Fruity_Pie", "http://dbpedia.org/resource/Fry's_Planet_Word", "http://dbpedia.org/resource/Frying", "http://dbpedia.org/resource/Fr\u00e5ga_Lund", "http://dbpedia.org/resource/Fr\u00e9ttir", "http://dbpedia.org/resource/Fr\u00f6ken_Frimans_krig", "http://dbpedia.org/resource/Fu@K_I_Love_U", "http://dbpedia.org/resource/Fu_Bai_Fu_(TV_series)", "http://dbpedia.org/resource/Fuan_no_Tane", "http://dbpedia.org/resource/Fubar_Age_of_Computer", "http://dbpedia.org/resource/Fuck,_That's_Delicious", "http://dbpedia.org/resource/Fuck_Me_I'm_Famous", "http://dbpedia.org/resource/Fudge_(TV_series)", "http://dbpedia.org/resource/Fud\u00eancio_e_Seus_Amigos", "http://dbpedia.org/resource/Fuego_ardiente", "http://dbpedia.org/resource/Fuego_en_la_sangre_(TV_series)", "http://dbpedia.org/resource/Fuel_protests_in_the_United_Kingdom", "http://dbpedia.org/resource/Fugazi_Live_Series", "http://dbpedia.org/resource/Fugget_About_It", "http://dbpedia.org/resource/Fugitiva", "http://dbpedia.org/resource/Fugitive_Strike_Force", "http://dbpedia.org/resource/Fugitivos", "http://dbpedia.org/resource/Fugo_Keiji", "http://dbpedia.org/resource/Fugueuse", "http://dbpedia.org/resource/Fuji_GX680", "http://dbpedia.org/resource/Fujifilm_FinePix_HS10", "http://dbpedia.org/resource/Fujifilm_FinePix_S1800", "http://dbpedia.org/resource/Fujifilm_X-E2", "http://dbpedia.org/resource/Fujifilm_X-M1", "http://dbpedia.org/resource/Fujifilm_X-Pro1", "http://dbpedia.org/resource/Fujifilm_X-Pro2", "http://dbpedia.org/resource/Fujifilm_X-S1", "http://dbpedia.org/resource/Fujifilm_X-T1", "http://dbpedia.org/resource/Fujifilm_X-T10", "http://dbpedia.org/resource/Fujifilm_X70", "http://dbpedia.org/resource/Fujimi_Orchestra", "http://dbpedia.org/resource/Fujoshi_Rumi", "http://dbpedia.org/resource/Fukkashi", "http://dbpedia.org/resource/Fukuoka_Prize", "http://dbpedia.org/resource/Fukushima_Daiichi_nuclear_disaster_(Unit_1_Reactor)", "http://dbpedia.org/resource/Fukushima_Daiichi_nuclear_disaster_(Unit_2_Reactor)", "http://dbpedia.org/resource/Fukushima_Daiichi_nuclear_disaster_(Unit_3_Reactor)", "http://dbpedia.org/resource/Fukushima_Daiichi_nuclear_disaster_casualties", "http://dbpedia.org/resource/Ful_Haus", "http://dbpedia.org/resource/Fuldamobil", "http://dbpedia.org/resource/Full-Court_Miracle", "http://dbpedia.org/resource/Full_Body_Massage", "http://dbpedia.org/resource/Full_Circle_(1960_TV_series)", "http://dbpedia.org/resource/Full_Circle_(2013_TV_series)", "http://dbpedia.org/resource/Full_Circle_(TV_series)", "http://dbpedia.org/resource/Full_Circle_with_Michael_Palin", "http://dbpedia.org/resource/Full_Eclipse", "http://dbpedia.org/resource/Full_English_(TV_series)", "http://dbpedia.org/resource/Full_Force_Nature", "http://dbpedia.org/resource/Full_Frontal_(Australian_TV_series)", "http://dbpedia.org/resource/Full_Frontal_Fashion", "http://dbpedia.org/resource/Full_Frontal_with_Samantha_Bee", "http://dbpedia.org/resource/Full_Frys", "http://dbpedia.org/resource/Full_House", "http://dbpedia.org/resource/Full_House_(Armenian_TV_series)", "http://dbpedia.org/resource/Full_House_(British_TV_series)", "http://dbpedia.org/resource/Full_House_(Philippine_TV_series)", "http://dbpedia.org/resource/Full_House_(South_Korean_TV_series)", "http://dbpedia.org/resource/Full_House_(manhwa)", "http://dbpedia.org/resource/Full_House_(season_8)", "http://dbpedia.org/resource/Full_House_Take_2", "http://dbpedia.org/resource/Full_House_Tonight", "http://dbpedia.org/resource/Full_Measure_with_Sharyl_Attkisson", "http://dbpedia.org/resource/Full_Metal_Challenge", "http://dbpedia.org/resource/Full_Metal_Jousting", "http://dbpedia.org/resource/Full_Moon_Over_Miami", "http://dbpedia.org/resource/Full_Out", "http://dbpedia.org/resource/Full_Stretch", "http://dbpedia.org/resource/Full_Swing_(TV_series)", "http://dbpedia.org/resource/Full_Swing_(game_show)", "http://dbpedia.org/resource/Full_Tension", "http://dbpedia.org/resource/Full_Throttle_Girl", "http://dbpedia.org/resource/Full_Throttle_Saloon", "http://dbpedia.org/resource/Fuller_House_(TV_series)", "http://dbpedia.org/resource/Fullmetal_Alchemist", "http://dbpedia.org/resource/Fully_Booked", "http://dbpedia.org/resource/Fully_Integrated_Robotised_Engine", "http://dbpedia.org/resource/Fun_Factory_(TV_series)", "http://dbpedia.org/resource/Fun_Farm", "http://dbpedia.org/resource/Fun_House_(American_game_show)", "http://dbpedia.org/resource/Fun_House_(British_game_show)", "http://dbpedia.org/resource/Fun_Khana", "http://dbpedia.org/resource/Fun_School", "http://dbpedia.org/resource/Fun_Song_Factory", "http://dbpedia.org/resource/Fun_Time_(TV_program)", "http://dbpedia.org/resource/Fun_Time_(TV_series)", "http://dbpedia.org/resource/Fun_at_the_Funeral_Parlour", "http://dbpedia.org/resource/Fun_with_Charades", "http://dbpedia.org/resource/Fun_with_Frith", "http://dbpedia.org/resource/Funday_PawPet_Show", "http://dbpedia.org/resource/Funding_Together", "http://dbpedia.org/resource/Funhit_Mein_Jaari", "http://dbpedia.org/resource/Funjabbi_Chak_De", "http://dbpedia.org/resource/Funk_Flex_Full_Throttle", "http://dbpedia.org/resource/Funkstreife_Isar_12", "http://dbpedia.org/resource/Funky_Cops", "http://dbpedia.org/resource/Funky_Squad", "http://dbpedia.org/resource/Funky_Valley", "http://dbpedia.org/resource/Funland_(TV_series)", "http://dbpedia.org/resource/Funnel_Web", "http://dbpedia.org/resource/Funniest_Wins", "http://dbpedia.org/resource/Funny_Business_(TV_series)", "http://dbpedia.org/resource/Funny_Farm_(TV_series)", "http://dbpedia.org/resource/Funny_Farm_(play)", "http://dbpedia.org/resource/Funny_Girls_(TV_series)", "http://dbpedia.org/resource/Funny_Ka,_Pare_Ko", "http://dbpedia.org/resource/Funny_Man_(TV_series)", "http://dbpedia.org/resource/Funny_Nights_with_Pearle_Maaney", "http://dbpedia.org/resource/Funny_Pets", "http://dbpedia.org/resource/Funny_You_Should_Ask_(1968_game_show)", "http://dbpedia.org/resource/Funny_You_Should_Ask_(2017_game_show)", "http://dbpedia.org/resource/Funny_or_Die_Presents", "http://dbpedia.org/resource/Funny_or_Die_Presents:_America's_Next_Weatherman", "http://dbpedia.org/resource/Funnybones", "http://dbpedia.org/resource/Funtastic_Quiz", "http://dbpedia.org/resource/Fuori_corso", "http://dbpedia.org/resource/Fuoriclasse", "http://dbpedia.org/resource/Fur_&_Feather", "http://dbpedia.org/resource/Fur_TV", "http://dbpedia.org/resource/Furaana_Dheynan", "http://dbpedia.org/resource/Furo_MTV", "http://dbpedia.org/resource/Furongian", "http://dbpedia.org/resource/Further_Adventures_of_Lucky_Jim", "http://dbpedia.org/resource/Furuhata_Ninzabur\u014d", "http://dbpedia.org/resource/Fury_(American_TV_series)", "http://dbpedia.org/resource/Fury_(Russian_TV_series)", "http://dbpedia.org/resource/Fury_in_Petticoats", "http://dbpedia.org/resource/Furze_World_Wonders", "http://dbpedia.org/resource/Fushigi_Y\u00fbgi", "http://dbpedia.org/resource/Futaba-kun_Change!", "http://dbpedia.org/resource/Futakoi_Alternative", "http://dbpedia.org/resource/Futbolilits", "http://dbpedia.org/resource/Futmalls", "http://dbpedia.org/resource/Futurama", "http://dbpedia.org/resource/Futurama_(season_5)", "http://dbpedia.org/resource/Future-Worm!", "http://dbpedia.org/resource/Future_Boy_Conan", "http://dbpedia.org/resource/Future_Cop_(TV_series)", "http://dbpedia.org/resource/Future_Diary", "http://dbpedia.org/resource/Future_Fantastic", "http://dbpedia.org/resource/Future_GPX_Cyber_Formula", "http://dbpedia.org/resource/Future_GPX_Cyber_Formula_SIN", "http://dbpedia.org/resource/Future_Lovers_(manga)", "http://dbpedia.org/resource/Future_Man_(TV_series)", "http://dbpedia.org/resource/Future_Shock_(TV_series)", "http://dbpedia.org/resource/Future_Stars", "http://dbpedia.org/resource/Future_Weapons", "http://dbpedia.org/resource/Futuresport", "http://dbpedia.org/resource/Futz!", "http://dbpedia.org/resource/Fuun_Lion-Maru", "http://dbpedia.org/resource/Fuzzbucket", "http://dbpedia.org/resource/Fu\u00dfballtrainer_Wulff", "http://dbpedia.org/resource/F\u00e1brica_de_sue\u00f1os", "http://dbpedia.org/resource/F\u00e1ilte_Towers", "http://dbpedia.org/resource/F\u00e9lix_(TV_series)", "http://dbpedia.org/resource/F\u00edsica_o_Qu\u00edmica", "http://dbpedia.org/resource/F\u00edsica_o_Qu\u00edmica:_El_reencuentro", "http://dbpedia.org/resource/F\u00f3rmula_Truck", "http://dbpedia.org/resource/F\u00f3stbr\u00e6\u00f0ur", "http://dbpedia.org/resource/F\u00f6rsta_K\u00e4rleken", "http://dbpedia.org/resource/F\u00f8rstegangstjenesten", "http://dbpedia.org/resource/F\u00fatbol_Picante", "http://dbpedia.org/resource/F\u00fcr_alle_F\u00e4lle_Stefanie", "http://dbpedia.org/resource/F\u0131r\u0131ldak_Ailesi", "http://dbpedia.org/resource/F\u016bma_no_Kojir\u014d", "http://dbpedia.org/resource/F\u016brin_Kazan_(TV_series)", "http://dbpedia.org/resource/G-Force:_Guardians_of_Space", "http://dbpedia.org/resource/G-Men_'75", "http://dbpedia.org/resource/G-On_Riders", "http://dbpedia.org/resource/G-Saviour", "http://dbpedia.org/resource/G-Spot_(TV_series)", "http://dbpedia.org/resource/G-Star", "http://dbpedia.org/resource/G-Taste", "http://dbpedia.org/resource/G-mik", "http://dbpedia.org/resource/G.B.H._(TV_series)", "http://dbpedia.org/resource/G.D.O.D._(Get_Dough_or_Die)", "http://dbpedia.org/resource/G.I._Joe:_A_Real_American_Hero_(1983_TV_series)", "http://dbpedia.org/resource/G.I._Joe:_A_Real_American_Hero_(1989_TV_series)", "http://dbpedia.org/resource/G.I._Joe:_Renegades", "http://dbpedia.org/resource/G.I._Joe:_Resolute", "http://dbpedia.org/resource/G.I._Joe_(film_series)", "http://dbpedia.org/resource/G.I._Joe_Extreme", "http://dbpedia.org/resource/G.P.", "http://dbpedia.org/resource/G.R.I.N.D._Get_Ready_It's_a_New_Day", "http://dbpedia.org/resource/G4's_Training_Camp", "http://dbpedia.org/resource/G4_Underground", "http://dbpedia.org/resource/G4tv.com_(TV_series)", "http://dbpedia.org/resource/GAA..._(TV_programme)", "http://dbpedia.org/resource/GAA_Beo", "http://dbpedia.org/resource/GAZ_Sobol", "http://dbpedia.org/resource/GA_Geijutsuka_Art_Design_Class", "http://dbpedia.org/resource/GB_Class_1", "http://dbpedia.org/resource/GB_Class_2", "http://dbpedia.org/resource/GCB_(TV_series)", "http://dbpedia.org/resource/GE_Genesis", "http://dbpedia.org/resource/GE_True", "http://dbpedia.org/resource/GE_\u2013_Good_Ending", "http://dbpedia.org/resource/GG_Bond", "http://dbpedia.org/resource/GIAT_30", "http://dbpedia.org/resource/GJ_Club", "http://dbpedia.org/resource/GLAAD_Media_Award", "http://dbpedia.org/resource/GLOW_(TV_series)", "http://dbpedia.org/resource/GMA3:_What_You_Need_To_Know", "http://dbpedia.org/resource/GMA_Balita", "http://dbpedia.org/resource/GMA_Headline_News", "http://dbpedia.org/resource/GMA_Network_News", "http://dbpedia.org/resource/GMA_News_Digest", "http://dbpedia.org/resource/GMA_News_Live", "http://dbpedia.org/resource/GMA_Regional_TV_Early_Edition", "http://dbpedia.org/resource/GMA_Regional_TV_Live!", "http://dbpedia.org/resource/GMA_Saturday/Sunday_Report", "http://dbpedia.org/resource/GMA_Supershow", "http://dbpedia.org/resource/GMA_Weekend_Report", "http://dbpedia.org/resource/GMTV", "http://dbpedia.org/resource/GMTV_News_(South)", "http://dbpedia.org/resource/GMT_(TV_programme)", "http://dbpedia.org/resource/GMT_(programme)", "http://dbpedia.org/resource/GM_TDH-4801_&_TDM-4801", "http://dbpedia.org/resource/GM_chassis", "http://dbpedia.org/resource/GP2_Asia_Series", "http://dbpedia.org/resource/GSG_9_\u2013_Ihr_Einsatz_ist_ihr_Leben", "http://dbpedia.org/resource/GSN_Live", "http://dbpedia.org/resource/GSN_Radio", "http://dbpedia.org/resource/GTK_(TV_series)", "http://dbpedia.org/resource/GT_Asia_Series", "http://dbpedia.org/resource/GT_Road_(TV_series)", "http://dbpedia.org/resource/GWR_1813_Class", "http://dbpedia.org/resource/GWR_2602_Class", "http://dbpedia.org/resource/GWR_360_Class", "http://dbpedia.org/resource/GWR_3700_Class", "http://dbpedia.org/resource/GWR_439_Class", "http://dbpedia.org/resource/GWR_455_Class", "http://dbpedia.org/resource/GWR_927_Class", "http://dbpedia.org/resource/G_Diaries", "http://dbpedia.org/resource/G_Hall_Thu", "http://dbpedia.org/resource/G_String_Divas", "http://dbpedia.org/resource/G_vs_E", "http://dbpedia.org/resource/Gaalivaana", "http://dbpedia.org/resource/Gaaner_Oparey", "http://dbpedia.org/resource/Gaano_Kadalas_ang_Minsan_(TV_series)", "http://dbpedia.org/resource/Gaatchora", "http://dbpedia.org/resource/Gabbar_Poonchwala", "http://dbpedia.org/resource/Gabby's_Dollhouse", "http://dbpedia.org/resource/Gabby_Duran_&_the_Unsittables", "http://dbpedia.org/resource/Gabriel's_Fire", "http://dbpedia.org/resource/Gabriel_Iglesias_Presents_Stand_Up_Revolution", "http://dbpedia.org/resource/Gabriel_y_Gabriela", "http://dbpedia.org/resource/Gabriela,_giros_del_destino", "http://dbpedia.org/resource/Gabriela_(1964_TV_series)", "http://dbpedia.org/resource/Gabriela_(1975_TV_series)", "http://dbpedia.org/resource/Gabriela_(2012_TV_series)", "http://dbpedia.org/resource/Gabrielle_(talk_show)", "http://dbpedia.org/resource/Gaby's_Xtraordinary_Files", "http://dbpedia.org/resource/Gachkouto", "http://dbpedia.org/resource/Gad_Guard", "http://dbpedia.org/resource/Gadget_&_the_Gadgetinis", "http://dbpedia.org/resource/Gadget_Boy_&_Heather", "http://dbpedia.org/resource/Gadget_Geeks", "http://dbpedia.org/resource/Gadget_Man", "http://dbpedia.org/resource/Gadgetman", "http://dbpedia.org/resource/Gaelic_calendar", "http://dbpedia.org/resource/Gag_Concert", "http://dbpedia.org/resource/Gag_Factor", "http://dbpedia.org/resource/Gagambino", "http://dbpedia.org/resource/Gaia_Symphony", "http://dbpedia.org/resource/Gaiji_Keisatsu", "http://dbpedia.org/resource/Gaiking", "http://dbpedia.org/resource/Gaj-class_tugboat", "http://dbpedia.org/resource/Gajab_Desh_Ki_Ajab_Kahaniyaan", "http://dbpedia.org/resource/Gaju_Bhai", "http://dbpedia.org/resource/Gakk\u014d_ja_Oshierarenai!", "http://dbpedia.org/resource/Gakk\u014d_no_Kaidan_(2015_TV_series)", "http://dbpedia.org/resource/Gakk\u014d_no_Kaidan_(novel_series)", "http://dbpedia.org/resource/Gakuen_Alice", "http://dbpedia.org/resource/Gakuen_Polizi", "http://dbpedia.org/resource/Gal_Circle", "http://dbpedia.org/resource/Gala_c\u01b0\u1eddi", "http://dbpedia.org/resource/Galactic_Empire_(series)", "http://dbpedia.org/resource/Galactic_Gale_Baxingar", "http://dbpedia.org/resource/Galactic_Whirlwind_Sasuraiger", "http://dbpedia.org/resource/Galactica_1980", "http://dbpedia.org/resource/Galacticast", "http://dbpedia.org/resource/Galactik_Football", "http://dbpedia.org/resource/Galapagos:_Beyond_Darwin", "http://dbpedia.org/resource/Galapagos_(1955_film)", "http://dbpedia.org/resource/Galapagos_3D", "http://dbpedia.org/resource/Galavant", "http://dbpedia.org/resource/Galaxy_Boy_Troop", "http://dbpedia.org/resource/Galaxy_Cyclone_Braiger", "http://dbpedia.org/resource/Galaxy_Fr\u00e4ulein_Yuna", "http://dbpedia.org/resource/Galaxy_Goof-Ups", "http://dbpedia.org/resource/Galaxy_High_School", "http://dbpedia.org/resource/Galaxy_Star", "http://dbpedia.org/resource/Galaxy_of_Fear", "http://dbpedia.org/resource/Galema:_Anak_ni_Zuma", "http://dbpedia.org/resource/Galette_des_rois", "http://dbpedia.org/resource/Galidor:_Defenders_of_the_Outer_Dimension", "http://dbpedia.org/resource/Galilei_Donna", "http://dbpedia.org/resource/Galileo_(German_TV_series)", "http://dbpedia.org/resource/Galileo_(Japanese_TV_series)", "http://dbpedia.org/resource/Galileo_Galilei_(opera)", "http://dbpedia.org/resource/Galis", "http://dbpedia.org/resource/Gallantry_(opera)", "http://dbpedia.org/resource/Gallery_(TV_series)", "http://dbpedia.org/resource/Gallery_Girls", "http://dbpedia.org/resource/Galli_Galli_Sim_Sim", "http://dbpedia.org/resource/Gallic_Wars", "http://dbpedia.org/resource/Gallipoli_(miniseries)", "http://dbpedia.org/resource/Galloping_Galaxies!", "http://dbpedia.org/resource/Gallowglass_(TV_series)", "http://dbpedia.org/resource/Galtar_and_the_Golden_Lance", "http://dbpedia.org/resource/Galti_Se_Mis-Tech", "http://dbpedia.org/resource/Gal\u00e1pagos_(2006_TV_series)", "http://dbpedia.org/resource/Gamane_Yaa", "http://dbpedia.org/resource/Gamaran", "http://dbpedia.org/resource/Gambit_(British_game_show)", "http://dbpedia.org/resource/Gambit_(game_show)", "http://dbpedia.org/resource/Gamble_on_Love", "http://dbpedia.org/resource/Game,_Set_and_Match", "http://dbpedia.org/resource/Game2:_Winter", "http://dbpedia.org/resource/Game60", "http://dbpedia.org/resource/GameCenter_CX", "http://dbpedia.org/resource/GameFace", "http://dbpedia.org/resource/GameTrailers_TV_with_Geoff_Keighley", "http://dbpedia.org/resource/Game_'N_Go", "http://dbpedia.org/resource/Game_Change_(film)", "http://dbpedia.org/resource/Game_Developers_Choice_Awards", "http://dbpedia.org/resource/Game_Grumps", "http://dbpedia.org/resource/Game_Ka_Na_Ba%3F", "http://dbpedia.org/resource/Game_Makers", "http://dbpedia.org/resource/Game_Night_(web_series)", "http://dbpedia.org/resource/Game_On!_(2020_game_show)", "http://dbpedia.org/resource/Game_On:_A_Comedy_Crossover_Event", "http://dbpedia.org/resource/Game_On_(2002_game_show)", "http://dbpedia.org/resource/Game_On_(British_TV_series)", "http://dbpedia.org/resource/Game_On_(Canadian_TV_series)", "http://dbpedia.org/resource/Game_Over_(TV_series)", "http://dbpedia.org/resource/Game_Plan_(TV_series)", "http://dbpedia.org/resource/Game_Prattana", "http://dbpedia.org/resource/Game_Rai_Game_Rak", "http://dbpedia.org/resource/Game_Shakers", "http://dbpedia.org/resource/Game_Show_Yoo_Hee_Nak_Rak", "http://dbpedia.org/resource/Game_Show_in_My_Head", "http://dbpedia.org/resource/Game_for_a_Laugh", "http://dbpedia.org/resource/Game_ng_Bayan", "http://dbpedia.org/resource/Game_of_Arms", "http://dbpedia.org/resource/Game_of_Bros", "http://dbpedia.org/resource/Game_of_Clones", "http://dbpedia.org/resource/Game_of_Crowns", "http://dbpedia.org/resource/Game_of_Games", "http://dbpedia.org/resource/Game_of_Games_Suomi", "http://dbpedia.org/resource/Game_of_Homes", "http://dbpedia.org/resource/Game_of_Hunting", "http://dbpedia.org/resource/Game_of_Outlaws", "http://dbpedia.org/resource/Game_of_Silence_(American_TV_series)", "http://dbpedia.org/resource/Game_of_Talents", "http://dbpedia.org/resource/Game_of_Thrones", "http://dbpedia.org/resource/Game_of_Thrones_(season_2)", "http://dbpedia.org/resource/Gameboys", "http://dbpedia.org/resource/Gamebros", "http://dbpedia.org/resource/Gamekings", "http://dbpedia.org/resource/Gamepad_(TV_series)", "http://dbpedia.org/resource/Gameplay_of_The_Elder_Scrolls_series", "http://dbpedia.org/resource/Gamer's_Guide_to_Pretty_Much_Everything", "http://dbpedia.org/resource/Gamer.tv", "http://dbpedia.org/resource/GamesMaster", "http://dbpedia.org/resource/Games_Night", "http://dbpedia.org/resource/Games_People_Play_(1980_TV_series)", "http://dbpedia.org/resource/Games_People_Play_(2019_TV_series)", "http://dbpedia.org/resource/Games_Uplate_Live", "http://dbpedia.org/resource/Games_World", "http://dbpedia.org/resource/Gameshow_Marathon_(American_TV_series)", "http://dbpedia.org/resource/Gameshow_Marathon_(British_game_show)", "http://dbpedia.org/resource/Gamezville", "http://dbpedia.org/resource/Gamify_(TV_series)", "http://dbpedia.org/resource/Gaming_Show_(In_My_Parents'_Garage)", "http://dbpedia.org/resource/Gaming_Wall_Street", "http://dbpedia.org/resource/Gamini_(web_series)", "http://dbpedia.org/resource/Gamma_(miniseries)", "http://dbpedia.org/resource/Gamsung_Camping", "http://dbpedia.org/resource/Ganbare!!_Robocon", "http://dbpedia.org/resource/Ganbaron", "http://dbpedia.org/resource/Ganbatte_Ikimasshoi", "http://dbpedia.org/resource/Gandang_Gabi,_Vice!", "http://dbpedia.org/resource/Gandh_Phulancha_Gela_Sangun", "http://dbpedia.org/resource/Gandii_Baat", "http://dbpedia.org/resource/Gando_(TV_series)", "http://dbpedia.org/resource/Gand\u00eda_Shore", "http://dbpedia.org/resource/Gang_Related_(TV_series)", "http://dbpedia.org/resource/Gang_Starz", "http://dbpedia.org/resource/Ganga_(TV_series)", "http://dbpedia.org/resource/Ganga_Kii_Dheej", "http://dbpedia.org/resource/Ganga_Yamuna_Saraswati", "http://dbpedia.org/resource/Gangaa", "http://dbpedia.org/resource/Gangaram_(TV_series)", "http://dbpedia.org/resource/Ganges_(TV_series)", "http://dbpedia.org/resource/Gangland_(TV_series)", "http://dbpedia.org/resource/Gangland_Undercover", "http://dbpedia.org/resource/Ganglands", "http://dbpedia.org/resource/Gangnam_Beauty", "http://dbpedia.org/resource/Gangnam_Scandal", "http://dbpedia.org/resource/Gangs_of_Filmistaan", "http://dbpedia.org/resource/Gangs_of_Haseepur", "http://dbpedia.org/resource/Gangs_of_London_(TV_series)", "http://dbpedia.org/resource/Gangs_of_Oz", "http://dbpedia.org/resource/Gangsta_Granny_(film)", "http://dbpedia.org/resource/Gangstars", "http://dbpedia.org/resource/Gangster_(film_series)", "http://dbpedia.org/resource/Gangsters:_America's_Most_Evil", "http://dbpedia.org/resource/Gangsters_(TV_series)", "http://dbpedia.org/resource/Ganjina", "http://dbpedia.org/resource/Gank_Your_Heart_(TV_series)", "http://dbpedia.org/resource/Gankutsuou:_The_Count_of_Monte_Cristo", "http://dbpedia.org/resource/Ganti_(2005_TV_series)", "http://dbpedia.org/resource/Gantz", "http://dbpedia.org/resource/Gantz_(film)", "http://dbpedia.org/resource/Ganyan_Kita_Kamahal", "http://dbpedia.org/resource/Ganz_UV", "http://dbpedia.org/resource/Gap-dong", "http://dbpedia.org/resource/Gap_Year_(TV_series)", "http://dbpedia.org/resource/Garage_Club", "http://dbpedia.org/resource/Garage_Gold", "http://dbpedia.org/resource/Garage_Sale_Mystery", "http://dbpedia.org/resource/Garbage_Pail_Kids_(TV_series)", "http://dbpedia.org/resource/GardenSMART", "http://dbpedia.org/resource/Gardeners'_World", "http://dbpedia.org/resource/Gardening_Australia", "http://dbpedia.org/resource/Gardening_by_the_Yard", "http://dbpedia.org/resource/Gardening_for_Kids_with_Madi", "http://dbpedia.org/resource/Garfield's_Babes_and_Bullets", "http://dbpedia.org/resource/Garfield's_Feline_Fantasies", "http://dbpedia.org/resource/Garfield's_Halloween_Adventure", "http://dbpedia.org/resource/Garfield's_Thanksgiving", "http://dbpedia.org/resource/Garfield_Goes_Hollywood", "http://dbpedia.org/resource/Garfield_Goose_and_Friends", "http://dbpedia.org/resource/Garfield_Originals", "http://dbpedia.org/resource/Garfield_and_Friends", "http://dbpedia.org/resource/Garfield_in_Paradise", "http://dbpedia.org/resource/Garfield_in_the_Rough", "http://dbpedia.org/resource/Garfield_merchandise", "http://dbpedia.org/resource/Garfield_on_the_Town", "http://dbpedia.org/resource/Garfield_television_specials", "http://dbpedia.org/resource/Garfunkel_and_Oates_(TV_series)", "http://dbpedia.org/resource/Gargantia_on_the_Verdurous_Planet", "http://dbpedia.org/resource/Gargoyles_(TV_film)", "http://dbpedia.org/resource/Gargoyles_(TV_series)", "http://dbpedia.org/resource/Gariahater_Ganglords", "http://dbpedia.org/resource/Garnock_Way", "http://dbpedia.org/resource/Garo:_Makai_Retsuden", "http://dbpedia.org/resource/Garo:_Makai_Senki", "http://dbpedia.org/resource/Garo:_Makai_no_Hana", "http://dbpedia.org/resource/Garo:_The_Animation", "http://dbpedia.org/resource/Garo:_Yami_o_Terasu_Mono", "http://dbpedia.org/resource/Garo_(TV_series)", "http://dbpedia.org/resource/Garo_Special:_Beast_of_the_Demon_Night", "http://dbpedia.org/resource/Garrison's_Gorillas", "http://dbpedia.org/resource/Garrow's_Law", "http://dbpedia.org/resource/Garry_Halliday", "http://dbpedia.org/resource/Garth:_Live_at_Notre_Dame", "http://dbpedia.org/resource/Garth_Marenghi's_Darkplace", "http://dbpedia.org/resource/Garth_at_Wynn", "http://dbpedia.org/resource/Garvan\u2013Olin_Medal", "http://dbpedia.org/resource/Gary:_Tank_Commander", "http://dbpedia.org/resource/Gary_&_Mike", "http://dbpedia.org/resource/Gary_Busey:_Pet_Judge", "http://dbpedia.org/resource/Gary_Larson's_Tales_from_the_Far_Side", "http://dbpedia.org/resource/Gary_Spetze's_Painting_Wild_Places", "http://dbpedia.org/resource/Gary_Unmarried", "http://dbpedia.org/resource/Gary_Wright_(racing_driver)", "http://dbpedia.org/resource/Gary_and_His_Demons", "http://dbpedia.org/resource/Gary_the_Rat", "http://dbpedia.org/resource/Garz\u00f3n_vive", "http://dbpedia.org/resource/Gar\u014dden", "http://dbpedia.org/resource/Gasaraki", "http://dbpedia.org/resource/Gaslight_(1958_film)", "http://dbpedia.org/resource/Gaslit_(TV_series)", "http://dbpedia.org/resource/Gasoleros", "http://dbpedia.org/resource/Gaspard_and_Lisa_(TV_series)", "http://dbpedia.org/resource/Gata_Salvaje", "http://dbpedia.org/resource/Gatchaman_Crowds", "http://dbpedia.org/resource/Gate_(novel_series)", "http://dbpedia.org/resource/Gate_7", "http://dbpedia.org/resource/Gate_Keepers_21", "http://dbpedia.org/resource/Gatekeepers_(game_show)", "http://dbpedia.org/resource/Gates_(TV_series)", "http://dbpedia.org/resource/Gatha_Navnathanchi", "http://dbpedia.org/resource/Gathbandhan", "http://dbpedia.org/resource/Gattimela", "http://dbpedia.org/resource/Gattu_Battu", "http://dbpedia.org/resource/Gauguin_the_Savage", "http://dbpedia.org/resource/Gaunt's_Ghosts", "http://dbpedia.org/resource/Gav_Ha'Uma", "http://dbpedia.org/resource/Gavilan_(TV_series)", "http://dbpedia.org/resource/Gavilanes_(TV_series)", "http://dbpedia.org/resource/Gavin_&_Stacey", "http://dbpedia.org/resource/Gavin_Crawford's_Wild_West", "http://dbpedia.org/resource/Gawain_(opera)", "http://dbpedia.org/resource/Gawayn", "http://dbpedia.org/resource/Gay_Army", "http://dbpedia.org/resource/Gay_Life_(TV_series)", "http://dbpedia.org/resource/Gay_Meets_Girl", "http://dbpedia.org/resource/Gay_Mountain", "http://dbpedia.org/resource/Gay_News_and_Views", "http://dbpedia.org/resource/Gay_Republicans", "http://dbpedia.org/resource/Gay_USA", "http://dbpedia.org/resource/Gay_Weddings", "http://dbpedia.org/resource/Gay_for_Play_Game_Show_Starring_RuPaul", "http://dbpedia.org/resource/Gaya_Sa_Pelikula", "http://dbpedia.org/resource/Gayathri_(TV_series)", "http://dbpedia.org/resource/Gaybo's_Grumpy_Men", "http://dbpedia.org/resource/Gaybo_Laughs_Back", "http://dbpedia.org/resource/Gaycation_(TV_series)", "http://dbpedia.org/resource/Gayme_Show", "http://dbpedia.org/resource/Gaytime_TV", "http://dbpedia.org/resource/Gazette_(TV_series)", "http://dbpedia.org/resource/Gbanga", "http://dbpedia.org/resource/Gdgd_Fairies", "http://dbpedia.org/resource/GeTai_Challenge", "http://dbpedia.org/resource/Geantra\u00ed", "http://dbpedia.org/resource/Gears_and_Tears", "http://dbpedia.org/resource/Gears_of_War", "http://dbpedia.org/resource/Gece_G\u00fcnd\u00fcz", "http://dbpedia.org/resource/Gecko's_Garage", "http://dbpedia.org/resource/Geek_Charming", "http://dbpedia.org/resource/Geeking_Out", "http://dbpedia.org/resource/Geet_Dholi", "http://dbpedia.org/resource/Geet_\u2013_Hui_Sabse_Parayi", "http://dbpedia.org/resource/Geetha_(TV_series)", "http://dbpedia.org/resource/Geethanjali_(TV_series)", "http://dbpedia.org/resource/Gegen_den_Wind", "http://dbpedia.org/resource/Gehaktdag", "http://dbpedia.org/resource/Geharha:_The_Dark_and_Long_Haired_Monster", "http://dbpedia.org/resource/Gehraiyaan_(web_series)", "http://dbpedia.org/resource/Geiger\u2013Marsden_experiment", "http://dbpedia.org/resource/Gekiganger_III", "http://dbpedia.org/resource/Gekisou_Sentai_Carranger", "http://dbpedia.org/resource/Gelathi", "http://dbpedia.org/resource/Gellunu_Furaana", "http://dbpedia.org/resource/Gemilang_(TV_series)", "http://dbpedia.org/resource/Gemini_Division", "http://dbpedia.org/resource/Gemini_Home_Entertainment", "http://dbpedia.org/resource/Gemini_Knives", "http://dbpedia.org/resource/Gemini_Man_(TV_series)", "http://dbpedia.org/resource/Gemma_Collins:_Diva", "http://dbpedia.org/resource/Gemma_Collins:_Self-Harm_&_Me", "http://dbpedia.org/resource/Gems_(TV_series)", "http://dbpedia.org/resource/Gen:Lock", "http://dbpedia.org/resource/Gen_V", "http://dbpedia.org/resource/Gene_Autry's_Melody_Ranch", "http://dbpedia.org/resource/Gene_Simmons_Family_Jewels", "http://dbpedia.org/resource/Genealogy_Roadshow_(American_TV_series)", "http://dbpedia.org/resource/Geneforge_(series)", "http://dbpedia.org/resource/General's_Lady", "http://dbpedia.org/resource/General_Electric_Theater", "http://dbpedia.org/resource/General_Hospital", "http://dbpedia.org/resource/General_Hospital:_Night_Shift", "http://dbpedia.org/resource/General_Hospital:_Twist_of_Fate", "http://dbpedia.org/resource/General_Hospital_(British_TV_series)", "http://dbpedia.org/resource/General_Intercessions", "http://dbpedia.org/resource/General_Motors_50th_Anniversary_Show", "http://dbpedia.org/resource/General_Motors_60\u00b0_V6_engine", "http://dbpedia.org/resource/General_Motors_Theatre", "http://dbpedia.org/resource/General_Roman_Calendar", "http://dbpedia.org/resource/General_Rouge_no_Gaisen", "http://dbpedia.org/resource/General_and_I", "http://dbpedia.org/resource/Generalized_hypergeometric_function", "http://dbpedia.org/resource/Generation_(Canadian_TV_program)", "http://dbpedia.org/resource/Generation_(TV_series)", "http://dbpedia.org/resource/Generation_Cross", "http://dbpedia.org/resource/Generation_Cryo", "http://dbpedia.org/resource/Generation_Drag", "http://dbpedia.org/resource/Generation_Gap_(TV_series)", "http://dbpedia.org/resource/Generation_Gap_(game_show)", "http://dbpedia.org/resource/Generation_Gifted", "http://dbpedia.org/resource/Generation_Jets", "http://dbpedia.org/resource/Generation_Kill_(miniseries)", "http://dbpedia.org/resource/Generation_O!", "http://dbpedia.org/resource/Generation_War", "http://dbpedia.org/resource/Generation_X_(film)", "http://dbpedia.org/resource/Generations:_The_Legacy", "http://dbpedia.org/resource/Generations_(American_TV_series)", "http://dbpedia.org/resource/Generations_(South_African_TV_series)", "http://dbpedia.org/resource/Generator_Gawl", "http://dbpedia.org/resource/Generator_Rex", "http://dbpedia.org/resource/Genes_(game_show)", "http://dbpedia.org/resource/Genes_(season_2)", "http://dbpedia.org/resource/Geneshaft", "http://dbpedia.org/resource/Genesis:_The_Creation_and_the_Flood", "http://dbpedia.org/resource/Genesis_(TV_series)", "http://dbpedia.org/resource/Genesis_Climber_MOSPEADA", "http://dbpedia.org/resource/Genesis_II_(film)", "http://dbpedia.org/resource/Genesis_of_Aquarion", "http://dbpedia.org/resource/Genetics_Society_of_America_Medal", "http://dbpedia.org/resource/Genghis_Khan_(2004_TV_series)", "http://dbpedia.org/resource/Genghis_Khan_(ATV_TV_series)", "http://dbpedia.org/resource/Genghis_Khan_(TVB_TV_series)", "http://dbpedia.org/resource/Genghis_Khan_(TV_programme)", "http://dbpedia.org/resource/Genie_in_the_House", "http://dbpedia.org/resource/Genista_Caves", "http://dbpedia.org/resource/Genius_(1999_film)", "http://dbpedia.org/resource/Genius_(American_TV_series)", "http://dbpedia.org/resource/Genius_(British_TV_series)", "http://dbpedia.org/resource/Genius_(TV_series)", "http://dbpedia.org/resource/Genius_(radio_series)", "http://dbpedia.org/resource/Genius_Junior", "http://dbpedia.org/resource/Genius_of_Britain", "http://dbpedia.org/resource/Geni\u015f_Aile", "http://dbpedia.org/resource/Genkaku_Picasso", "http://dbpedia.org/resource/Genoa_International_Boat_Show", "http://dbpedia.org/resource/Genocyber", "http://dbpedia.org/resource/Genseishin_Justirisers", "http://dbpedia.org/resource/Genshiken", "http://dbpedia.org/resource/Gens\u014d_Suikogaiden", "http://dbpedia.org/resource/Gente_(magazine)", "http://dbpedia.org/resource/Gente_bien_(TV_series)", "http://dbpedia.org/resource/Gente_de_Primera", "http://dbpedia.org/resource/Gente_di_mare_(TV_series)", "http://dbpedia.org/resource/Gente_sin_historia", "http://dbpedia.org/resource/Gentefied", "http://dbpedia.org/resource/Gentleman_Jack_(TV_series)", "http://dbpedia.org/resource/Gentleman_Thief_(2001_film)", "http://dbpedia.org/resource/Gentlemen_and_Players_(TV_series)", "http://dbpedia.org/resource/Geo_Cartoon", "http://dbpedia.org/resource/Geobreeders", "http://dbpedia.org/resource/Geoff_Lloyd_with_Annabel_Port", "http://dbpedia.org/resource/Geographers_on_Film", "http://dbpedia.org/resource/Geographically_Speaking", "http://dbpedia.org/resource/Geometry_Wars", "http://dbpedia.org/resource/Geordie_Racer", "http://dbpedia.org/resource/Geordie_Shore", "http://dbpedia.org/resource/Geordie_Shore_OGs", "http://dbpedia.org/resource/George_&_Alana", "http://dbpedia.org/resource/George_&_Paul", "http://dbpedia.org/resource/George_&_Tammy", "http://dbpedia.org/resource/George_(1972_TV_series)", "http://dbpedia.org/resource/George_(1993_TV_series)", "http://dbpedia.org/resource/George_Burns_Comedy_Week", "http://dbpedia.org/resource/George_Carlin's_American_Dream", "http://dbpedia.org/resource/George_Carlin_at_USC", "http://dbpedia.org/resource/George_Clarke's_Amazing_Spaces", "http://dbpedia.org/resource/George_H.W._Bush_(film)", "http://dbpedia.org/resource/George_Lopez_(TV_series)", "http://dbpedia.org/resource/George_Negus_Tonight", "http://dbpedia.org/resource/George_Orwell:_A_Life_in_Pictures", "http://dbpedia.org/resource/George_S._Patton's_speech_to_the_Third_Army", "http://dbpedia.org/resource/George_Shrinks", "http://dbpedia.org/resource/George_Stroumboulopoulos_Tonight", "http://dbpedia.org/resource/George_W._Beadle_Award", "http://dbpedia.org/resource/George_W._Bush_(film)", "http://dbpedia.org/resource/George_Wallace_(film)", "http://dbpedia.org/resource/George_Washington_(miniseries)", "http://dbpedia.org/resource/George_Washington_II:_The_Forging_of_a_Nation", "http://dbpedia.org/resource/George_and_Cecil", "http://dbpedia.org/resource/George_and_Leo", "http://dbpedia.org/resource/George_and_Martha", "http://dbpedia.org/resource/George_and_Mildred", "http://dbpedia.org/resource/George_and_the_Dragon_(TV_series)", "http://dbpedia.org/resource/George_of_the_Jungle", "http://dbpedia.org/resource/George_of_the_Jungle_(2007_TV_series)", "http://dbpedia.org/resource/Georgetown_University_Forum", "http://dbpedia.org/resource/Georgia's_Got_Talent", "http://dbpedia.org/resource/Georgia_O'Keeffe_(film)", "http://dbpedia.org/resource/Geostar", "http://dbpedia.org/resource/HGTV_Design_Star_All_Stars", "http://dbpedia.org/resource/HGTV_Star", "http://dbpedia.org/resource/HIStory_(web_series)", "http://dbpedia.org/resource/HIT_(TV_series)", "http://dbpedia.org/resource/HJ-10", "http://dbpedia.org/resource/HMS_Paradise", "http://dbpedia.org/resource/HM_Coastal_Motor_Boat_4", "http://dbpedia.org/resource/HP:_To_the_Highest_Level_Na!", "http://dbpedia.org/resource/HPI_(TV_series)", "http://dbpedia.org/resource/HP_Integrity_Servers", "http://dbpedia.org/resource/HP_Pavilion_TX1000_Series_Tablet_PC", "http://dbpedia.org/resource/HP_Pavilion_dv2000", "http://dbpedia.org/resource/HP_Pavilion_dv9700t", "http://dbpedia.org/resource/HP_TouchSmart", "http://dbpedia.org/resource/HS2000", "http://dbpedia.org/resource/HSH_Class_01", "http://dbpedia.org/resource/HSH_Class_T211.0", "http://dbpedia.org/resource/HTC_One_series", "http://dbpedia.org/resource/HUD_(TV_program)", "http://dbpedia.org/resource/H_(TV_series)", "http://dbpedia.org/resource/Ha'Nephilim", "http://dbpedia.org/resource/Ha-Chaim_Ze_Lo_Hacol", "http://dbpedia.org/resource/Ha-Chatzer_(TV_series)", "http://dbpedia.org/resource/Ha-Comedy_Store", "http://dbpedia.org/resource/Ha-Yeladim_Mi'Givat_Napoleon", "http://dbpedia.org/resource/HaBigbagim", "http://dbpedia.org/resource/HaDavar_HaGadol_HaBa", "http://dbpedia.org/resource/HaDugmaniot", "http://dbpedia.org/resource/HaMerotz_LaMillion", "http://dbpedia.org/resource/HaMerotz_LaMillion_1", "http://dbpedia.org/resource/HaMerotz_LaMillion_2", "http://dbpedia.org/resource/HaMerotz_LaMillion_3", "http://dbpedia.org/resource/HaMerotz_LaMillion_4", "http://dbpedia.org/resource/HaMis'ada_HaGdola", "http://dbpedia.org/resource/HaMisrad", "http://dbpedia.org/resource/HaPijamot", "http://dbpedia.org/resource/HaShir_Shelanu", "http://dbpedia.org/resource/HaShminiya", "http://dbpedia.org/resource/Ha_Ha_Hayop", "http://dbpedia.org/resource/Ha_llegado_una_intrusa", "http://dbpedia.org/resource/Haara_Dil", "http://dbpedia.org/resource/Haara_Kotiya", "http://dbpedia.org/resource/Haas_Das_se_Nuuskas", "http://dbpedia.org/resource/Haasaa", "http://dbpedia.org/resource/Haasil_(Indian_TV_series)", "http://dbpedia.org/resource/Haasil_(Pakistani_TV_series)", "http://dbpedia.org/resource/Habang_Kapiling_Ka", "http://dbpedia.org/resource/Habang_May_Buhay", "http://dbpedia.org/resource/Hablamos_Espa\u00f1ol", "http://dbpedia.org/resource/Hache_(TV_series)", "http://dbpedia.org/resource/Hacio", "http://dbpedia.org/resource/Hack_(TV_series)", "http://dbpedia.org/resource/Hack_My_Life", "http://dbpedia.org/resource/Hacka_Doll", "http://dbpedia.org/resource/Hacker's_Olympic_Rundown", "http://dbpedia.org/resource/Hacker_Time", "http://dbpedia.org/resource/Hacking_Democracy", "http://dbpedia.org/resource/Hacks_(TV_series)", "http://dbpedia.org/resource/Hadleigh_(TV_series)", "http://dbpedia.org/resource/Hadley!", "http://dbpedia.org/resource/Hadrian_(TV_programme)", "http://dbpedia.org/resource/Hadrian_(opera)", "http://dbpedia.org/resource/Haechi_(TV_series)", "http://dbpedia.org/resource/Hafenpolizei", "http://dbpedia.org/resource/Haft_Khan_(game_show)", "http://dbpedia.org/resource/Haft_Sang_(TV_series)", "http://dbpedia.org/resource/Haftarah", "http://dbpedia.org/resource/Hagen_(TV_series)", "http://dbpedia.org/resource/Haggard_(TV_series)", "http://dbpedia.org/resource/Haggis_Baggis", "http://dbpedia.org/resource/Haguregumo", "http://dbpedia.org/resource/Hahamakin_ang_Lahat", "http://dbpedia.org/resource/Hahamishia_Hakamerit", "http://dbpedia.org/resource/Haibane_Renmei", "http://dbpedia.org/resource/Hail_to_the_Chief_(TV_series)", "http://dbpedia.org/resource/Hailey_Dean_Mysteries", "http://dbpedia.org/resource/Hainan_Adventure_with_Nigel_Marven", "http://dbpedia.org/resource/Hainan_Kopi_Tales", "http://dbpedia.org/resource/Hair_(TV_series)", "http://dbpedia.org/resource/Hair_Battle_Spectacular", "http://dbpedia.org/resource/Hairspray:_The_School_Musical", "http://dbpedia.org/resource/Hairspray_Live!", "http://dbpedia.org/resource/Hairy_Bikers:_Route_66", "http://dbpedia.org/resource/Hairy_Bikers_(American_TV_series)", "http://dbpedia.org/resource/Hairy_Dan", "http://dbpedia.org/resource/Hairy_Jeremy", "http://dbpedia.org/resource/Haiti:_Where_Did_the_Money_Go", "http://dbpedia.org/resource/Haiwaan_:_The_Monster", "http://dbpedia.org/resource/Haiwan_(TV_series)", "http://dbpedia.org/resource/Haize_Hegoa_type_patrol_boat", "http://dbpedia.org/resource/Haja_Cora\u00e7\u00e3o", "http://dbpedia.org/resource/Hajime_no_Ippo", "http://dbpedia.org/resource/Haka_Life", "http://dbpedia.org/resource/Hakka_Hakki", "http://dbpedia.org/resource/Hakkenden:_Eight_Dogs_of_the_East", "http://dbpedia.org/resource/Hakuba_no_\u014cji-sama", "http://dbpedia.org/resource/Hakui_no_Namida", "http://dbpedia.org/resource/Hal_Lashwood's_Alabama_Jubilee", "http://dbpedia.org/resource/Hala_Khorshid", "http://dbpedia.org/resource/Halal-TV", "http://dbpedia.org/resource/Halal_Gurls", "http://dbpedia.org/resource/Halcyon_(TV_series)", "http://dbpedia.org/resource/Hale_and_Pace", "http://dbpedia.org/resource/Half-Life:_Full_Life_Consequences", "http://dbpedia.org/resource/Half-Life_(series)", "http://dbpedia.org/resource/Half-Moon_Friends", "http://dbpedia.org/resource/Half-Opened_Windows", "http://dbpedia.org/resource/Half_&_Half", "http://dbpedia.org/resource/Half_Cut_Tea", "http://dbpedia.org/resource/Half_Marriage_(TV_series)", "http://dbpedia.org/resource/Half_Moon_Investigations_(TV_series)", "http://dbpedia.org/resource/Half_Nelson_(TV_series)", "http://dbpedia.org/resource/Half_a_World_Away_(miniseries)", "http://dbpedia.org/resource/Halfway_Home_(TV_series)", "http://dbpedia.org/resource/Halfworlds", "http://dbpedia.org/resource/Halifax:_Retribution", "http://dbpedia.org/resource/Halifax_f.p.", "http://dbpedia.org/resource/Halik_(TV_series)", "http://dbpedia.org/resource/Halik_sa_Apoy", "http://dbpedia.org/resource/Halita", "http://dbpedia.org/resource/Halka", "http://dbpedia.org/resource/Halka_Na_Lo", "http://dbpedia.org/resource/Hall's_Pictorial_Weekly", "http://dbpedia.org/resource/Hallelujah!_(TV_series)", "http://dbpedia.org/resource/Hallmark_Channel_(Scandilux)", "http://dbpedia.org/resource/Hallmark_Hall_of_Fame", "http://dbpedia.org/resource/Hallo,_Onkel_Doc!", "http://dbpedia.org/resource/Hallo_K3_(TV_series)", "http://dbpedia.org/resource/Hallo_Spencer", "http://dbpedia.org/resource/Hallo_aus_Berlin", "http://dbpedia.org/resource/Halloween_Baking_Championship", "http://dbpedia.org/resource/Halloween_Is_Grinch_Night", "http://dbpedia.org/resource/Halloween_Wars", "http://dbpedia.org/resource/Halloween_solar_storms,_2003", "http://dbpedia.org/resource/Halloween_with_the_New_Addams_Family", "http://dbpedia.org/resource/Halloweentown_(film)", "http://dbpedia.org/resource/Halloweentown_High", "http://dbpedia.org/resource/Halloweentown_II:_Kalabar's_Revenge", "http://dbpedia.org/resource/Halo_(TV_series)", "http://dbpedia.org/resource/Halo_4:_Forward_Unto_Dawn", "http://dbpedia.org/resource/Halston_(miniseries)", "http://dbpedia.org/resource/Halt_and_Catch_Fire_(TV_series)", "http://dbpedia.org/resource/Haluatko_miljon\u00e4\u00e4riksi%3F", "http://dbpedia.org/resource/Halv_\u00e5tta_hos_mig", "http://dbpedia.org/resource/Halvseint", "http://dbpedia.org/resource/Ham_on_the_Street", "http://dbpedia.org/resource/Hama_Ekani_Kalaayahtakai", "http://dbpedia.org/resource/Hama_Governorate_clashes_(2011\u201312)", "http://dbpedia.org/resource/Hamaar_Sautan_Hamaar_Saheli", "http://dbpedia.org/resource/Hamaari_Beti_Raaj_Karegi", "http://dbpedia.org/resource/Hamari_Bahu_Silk", "http://dbpedia.org/resource/Hamari_Betiyoon_Ka_Vivaah", "http://dbpedia.org/resource/Hamari_Devrani", "http://dbpedia.org/resource/Hamari_Sister_Didi", "http://dbpedia.org/resource/Hamari_Wali_Good_News", "http://dbpedia.org/resource/Hamblen_Block", "http://dbpedia.org/resource/Hamburg_Ravensbr\u00fcck_trials", "http://dbpedia.org/resource/Hamburg_Transit", "http://dbpedia.org/resource/Hamdiu_&_Shyhretja", "http://dbpedia.org/resource/Hamelen_(TV_series)", "http://dbpedia.org/resource/Hamilton's_Pharmacopeia", "http://dbpedia.org/resource/Hamilton's_Quest", "http://dbpedia.org/resource/Hamilton_Farm_Petroglyphs", "http://dbpedia.org/resource/Hamish_&_Andy_(radio_show)", "http://dbpedia.org/resource/Hamish_Macbeth_(TV_series)", "http://dbpedia.org/resource/Hamish_and_Andy's_Gap_Year", "http://dbpedia.org/resource/Hamish_and_Andy's_\u201cPerfect\u201d_Holiday", "http://dbpedia.org/resource/Hamlet._XXI_Century", "http://dbpedia.org/resource/Hamlet_(1959_film)", "http://dbpedia.org/resource/Hamlet_(2009_film)", "http://dbpedia.org/resource/Hammer_House_of_Horror", "http://dbpedia.org/resource/Hammer_House_of_Mystery_and_Suspense", "http://dbpedia.org/resource/Hammer_of_the_Gods_(2009_film)", "http://dbpedia.org/resource/Hammerhead:_Shark_Frenzy", "http://dbpedia.org/resource/Hammerman", "http://dbpedia.org/resource/Hammertime", "http://dbpedia.org/resource/Hamon_ng_Kalikasan", "http://dbpedia.org/resource/Hampton_Court_(TV_series)", "http://dbpedia.org/resource/Hampton_Court_Palace_Flower_Show", "http://dbpedia.org/resource/Hamro_Team", "http://dbpedia.org/resource/Hamster_&_Gretel", "http://dbpedia.org/resource/Han_Liu_Bang", "http://dbpedia.org/resource/Hana-Kimi", "http://dbpedia.org/resource/Hana-Kimi_(TV_series)", "http://dbpedia.org/resource/Hana_Moyu", "http://dbpedia.org/resource/Hana_Yori_Dango_(TV_series)", "http://dbpedia.org/resource/Hana_Yori_Dango_Returns", "http://dbpedia.org/resource/Hana_no_Ran", "http://dbpedia.org/resource/Hana_no_Sh\u014dgai", "http://dbpedia.org/resource/Hana_no_Zubora-Meshi", "http://dbpedia.org/resource/Hana_to_Akuma", "http://dbpedia.org/resource/Hanaa_(web_series)", "http://dbpedia.org/resource/Hanako_to_Anne", "http://dbpedia.org/resource/Hanamaru_Kindergarten", "http://dbpedia.org/resource/Hanappe_Bazooka", "http://dbpedia.org/resource/Hanasakeru_Seish\u014dnen", "http://dbpedia.org/resource/Hanasaku_Iroha", "http://dbpedia.org/resource/Hanaukyo_Maid_Team", "http://dbpedia.org/resource/Hanayamata", "http://dbpedia.org/resource/Hanazakari_no_Kimitachi_e", "http://dbpedia.org/resource/Hanazakari_no_Kimitachi_e_(2011_TV_series)", "http://dbpedia.org/resource/Hanazakarino_Kimitachihe", "http://dbpedia.org/resource/Hanazuki:_Full_of_Treasures", "http://dbpedia.org/resource/Hanbun,_Aoi", "http://dbpedia.org/resource/Hanbun_no_Tsuki_ga_Noboru_Sora", "http://dbpedia.org/resource/Hancock_(1963_TV_series)", "http://dbpedia.org/resource/Hancock_and_Joan", "http://dbpedia.org/resource/Hand_In_Hand_(Singaporean_TV_series)", "http://dbpedia.org/resource/Hand_Maid_May", "http://dbpedia.org/resource/Hand_aufs_Herz", "http://dbpedia.org/resource/Hand_in_Hand:_A_Benefit_for_Hurricane_Relief", "http://dbpedia.org/resource/Hand_in_Hand_(Singaporean_TV_series)", "http://dbpedia.org/resource/Hand_of_God_(TV_series)", "http://dbpedia.org/resource/Handa_Cup", "http://dbpedia.org/resource/Handcrafted_America", "http://dbpedia.org/resource/Handel's_Last_Chance", "http://dbpedia.org/resource/Hands_(TV_series)", "http://dbpedia.org/resource/Hands_of_Murder", "http://dbpedia.org/resource/Hands_of_a_Murderer", "http://dbpedia.org/resource/Handsome_Boys_of_the_20th_Century", "http://dbpedia.org/resource/Handsome_Siblings_(TV_series)", "http://dbpedia.org/resource/Handsome_Tigers", "http://dbpedia.org/resource/Handu_pumpulla", "http://dbpedia.org/resource/Handy_Manny", "http://dbpedia.org/resource/Handyman_(TV_series)", "http://dbpedia.org/resource/Handyman_Superstar_Challenge", "http://dbpedia.org/resource/Hanekonma", "http://dbpedia.org/resource/Hanep_Buhay", "http://dbpedia.org/resource/Hang_Time_(TV_series)", "http://dbpedia.org/resource/Hang_Ups_(TV_series)", "http://dbpedia.org/resource/Hangar_17", "http://dbpedia.org/resource/Hangar_1:_The_UFO_Files", "http://dbpedia.org/resource/Hanggang_Kailan_(TV_series)", "http://dbpedia.org/resource/Hanggang_Makita_Kang_Muli", "http://dbpedia.org/resource/Hanggang_Saan", "http://dbpedia.org/resource/Hanggang_sa_Dulo_ng_Buhay_Ko", "http://dbpedia.org/resource/Hangin'_In", "http://dbpedia.org/resource/Hangin'_with_Mr._Cooper", "http://dbpedia.org/resource/Hanging_In", "http://dbpedia.org/resource/Hanging_With", "http://dbpedia.org/resource/Hanging_by_a_Thread_(1979_film)", "http://dbpedia.org/resource/Hanging_with_Hector", "http://dbpedia.org/resource/Hangman's_Graveyard", "http://dbpedia.org/resource/Hangman_Comics", "http://dbpedia.org/resource/Hangor_S-131", "http://dbpedia.org/resource/Hangout_with_Yoo", "http://dbpedia.org/resource/Hania_(TV_series)", "http://dbpedia.org/resource/Hanjuku_Hero", "http://dbpedia.org/resource/Hank_(1965_TV_series)", "http://dbpedia.org/resource/Hank_(2009_TV_series)", "http://dbpedia.org/resource/Hank_Parker's_Outdoor_Magazine", "http://dbpedia.org/resource/Hank_Zipzer's_Christmas_Catastrophe", "http://dbpedia.org/resource/Hank_Zipzer_(TV_series)", "http://dbpedia.org/resource/Hanks'_Dugouts", "http://dbpedia.org/resource/Hanna-Barbera's_50th:_A_Yabba_Dabba_Doo_Celebration", "http://dbpedia.org/resource/Hanna-Barbera's_All-Star_Comedy_Ice_Revue", "http://dbpedia.org/resource/Hanna-Barbera_Superstars_10", "http://dbpedia.org/resource/Hanna_(TV_series)", "http://dbpedia.org/resource/Hannah's_Law", "http://dbpedia.org/resource/Hannah_Montana", "http://dbpedia.org/resource/Hannah_Montana_(season_2)", "http://dbpedia.org/resource/Hannah_Montana_(season_4)", "http://dbpedia.org/resource/Hannay_(TV_series)", "http://dbpedia.org/resource/Hanna\u2013Barbera's_World_of_Super_Adventure", "http://dbpedia.org/resource/Hannibal_(2006_TV_film)", "http://dbpedia.org/resource/Hannibal_(TV_series)", "http://dbpedia.org/resource/Hannity", "http://dbpedia.org/resource/Hannity's_America", "http://dbpedia.org/resource/Hannity_&_Colmes", "http://dbpedia.org/resource/Hans_Brinker_and_the_Silver_Skates_(film)", "http://dbpedia.org/resource/Hans_G\u00fcnter_Winkler", "http://dbpedia.org/resource/Hans_Heiling", "http://dbpedia.org/resource/Hans_in_the_Kitchen", "http://dbpedia.org/resource/Hansel_and_Gretel_(1983_TV_special)", "http://dbpedia.org/resource/Hansel_and_Gretel_(opera)", "http://dbpedia.org/resource/Hansi_He_Hansi...Mil_Toh_Lein", "http://dbpedia.org/resource/Hanzawa_Naoki", "http://dbpedia.org/resource/Han\u0131m\u0131n_\u00c7iftli\u011fi_(TV_series)", "http://dbpedia.org/resource/Han\u2013Xiongnu_War", "http://dbpedia.org/resource/Hap_and_Leonard_(TV_series)", "http://dbpedia.org/resource/Hapi_House!", "http://dbpedia.org/resource/Hapi_ang_Buhay", "http://dbpedia.org/resource/Hapinas", "http://dbpedia.org/resource/Haplos_(TV_series)", "http://dbpedia.org/resource/Happening_'68", "http://dbpedia.org/resource/Happening_Now", "http://dbpedia.org/resource/Happily_Divorced", "http://dbpedia.org/resource/Happily_Ever_After:_Fairy_Tales_for_Every_Child", "http://dbpedia.org/resource/Happily_Ever_After_(1961_TV_series)", "http://dbpedia.org/resource/Happily_Ever_After_(2007_TV_series)", "http://dbpedia.org/resource/Happiness_(British_TV_series)", "http://dbpedia.org/resource/Happiness_(South_Korean_TV_series)", "http://dbpedia.org/resource/Happiness_Is_a_Warm_Blanket,_Charlie_Brown", "http://dbpedia.org/resource/Happiness_in_the_Wind", "http://dbpedia.org/resource/Happu_Ki_Ultan_Paltan", "http://dbpedia.org/resource/Happy!_(TV_series)", "http://dbpedia.org/resource/Happy's_Party", "http://dbpedia.org/resource/Happy_(1960_TV_series)", "http://dbpedia.org/resource/Happy_300_Days", "http://dbpedia.org/resource/Happy_Anniversary,_Charlie_Brown", "http://dbpedia.org/resource/Happy_Anniversary_and_Goodbye", "http://dbpedia.org/resource/Happy_Beach", "http://dbpedia.org/resource/Happy_Birthday,_Charlie_Brown", "http://dbpedia.org/resource/Happy_Birthday,_Garfield", "http://dbpedia.org/resource/Happy_Birthday_(TV_series)", "http://dbpedia.org/resource/Happy_Birthday_BBC_Two", "http://dbpedia.org/resource/Happy_Birthday_Oscar_Wilde", "http://dbpedia.org/resource/Happy_Cafe", "http://dbpedia.org/resource/Happy_Camp_(TV_series)", "http://dbpedia.org/resource/Happy_Can_Already!", "http://dbpedia.org/resource/Happy_Can_Already!_2", "http://dbpedia.org/resource/Happy_Can_Already!_3", "http://dbpedia.org/resource/Happy_Can_Already!_4", "http://dbpedia.org/resource/Happy_Days", "http://dbpedia.org/resource/Happy_Ending_(TV_series)", "http://dbpedia.org/resource/Happy_Endings:_Happy_Rides", "http://dbpedia.org/resource/Happy_Endings_(TV_series)", "http://dbpedia.org/resource/Happy_Endings_(season_1)", "http://dbpedia.org/resource/Happy_Ever_After_(British_TV_series)", "http://dbpedia.org/resource/Happy_Ever_After_(Hong_Kong_TV_series)", "http://dbpedia.org/resource/Happy_Face_Killer_(film)", "http://dbpedia.org/resource/Happy_Face_Murders", "http://dbpedia.org/resource/Happy_Families_(1985_TV_series)", "http://dbpedia.org/resource/Happy_Families_(1989_TV_series)", "http://dbpedia.org/resource/Happy_Family_(American_TV_series)", "http://dbpedia.org/resource/Happy_Family_(Singaporean_TV_series)", "http://dbpedia.org/resource/Happy_Family_Plan", "http://dbpedia.org/resource/Happy_Go_Lucky_(1961_TV_series)", "http://dbpedia.org/resource/Happy_Hollidays", "http://dbpedia.org/resource/Happy_Home_(TV_series)", "http://dbpedia.org/resource/Happy_Hour_(TV_series)", "http://dbpedia.org/resource/Happy_Hours_(TV_series)", "http://dbpedia.org/resource/Happy_Hustle_High", "http://dbpedia.org/resource/Happy_Jail", "http://dbpedia.org/resource/Happy_Kappy", "http://dbpedia.org/resource/Happy_Land_(TV_program)", "http://dbpedia.org/resource/Happy_Mania", "http://dbpedia.org/resource/Happy_Merry-Go-Round", "http://dbpedia.org/resource/Happy_Michelin_Kitchen", "http://dbpedia.org/resource/Happy_Monster_Band", "http://dbpedia.org/resource/Happy_Mother-in-Law,_Pretty_Daughter-in-Law", "http://dbpedia.org/resource/Happy_Ness:_The_Secret_of_the_Loch", "http://dbpedia.org/resource/Happy_New_Year,_America", "http://dbpedia.org/resource/Happy_New_Year,_Charlie_Brown!", "http://dbpedia.org/resource/Happy_Seven", "http://dbpedia.org/resource/Happy_Since_I_Met_You", "http://dbpedia.org/resource/Happy_Sisters", "http://dbpedia.org/resource/Happy_Sunday", "http://dbpedia.org/resource/Happy_Time_(TV_program)", "http://dbpedia.org/resource/Happy_Together_(American_TV_series)", "http://dbpedia.org/resource/Happy_Together_(Philippine_TV_series)", "http://dbpedia.org/resource/Happy_Together_(Russian_TV_series)", "http://dbpedia.org/resource/Happy_Together_(South_Korean_TV_series)", "http://dbpedia.org/resource/Happy_Together_(talk_show)", "http://dbpedia.org/resource/Happy_Town_(TV_series)", "http://dbpedia.org/resource/Happy_Tree_Friends", "http://dbpedia.org/resource/Happy_Tree_Friends_(TV_series)", "http://dbpedia.org/resource/Happy_Truck_HAPPinas", "http://dbpedia.org/resource/Happy_Truck_ng_Bayan", "http://dbpedia.org/resource/Happy_Valley_(TV_series)", "http://dbpedia.org/resource/Happy_Wife,_Happy_Life", "http://dbpedia.org/resource/Happy_Yipee_Yehey!", "http://dbpedia.org/resource/Happyish", "http://dbpedia.org/resource/Happyland_(TV_series)", "http://dbpedia.org/resource/Haq_Se", "http://dbpedia.org/resource/Haqeeqat_(2019_TV_series)", "http://dbpedia.org/resource/Haqeeqat_(Indian_TV_series)", "http://dbpedia.org/resource/Har_Ghar_Kuch_Kehta_Hai", "http://dbpedia.org/resource/Har_Mard_Ka_Dard", "http://dbpedia.org/resource/Har_Mushkil_Ka_Hal_Akbar_Birbal", "http://dbpedia.org/resource/Har_Shaakh_Pe_Ullu_Baithaa_Hai", "http://dbpedia.org/resource/Hara_Hara_Mahadeva_(TV_series)", "http://dbpedia.org/resource/Harald_Schmidt_(TV_series)", "http://dbpedia.org/resource/Harano_Sur_(TV_series)", "http://dbpedia.org/resource/Harapan_ng_Bise", "http://dbpedia.org/resource/Harbor_Command", "http://dbpedia.org/resource/Harbormaster_(TV_series)", "http://dbpedia.org/resource/Harbour_Lights_(TV_series)", "http://dbpedia.org/resource/Harbourmaster_(TV_series)", "http://dbpedia.org/resource/Hard_(TV_series)", "http://dbpedia.org/resource/Hard_Candy_Fitness", "http://dbpedia.org/resource/Hard_Cases_(TV_series)", "http://dbpedia.org/resource/Hard_Cell", "http://dbpedia.org/resource/Hard_Copy_(South_African_TV_series)", "http://dbpedia.org/resource/Hard_Copy_(TV_program)", "http://dbpedia.org/resource/Hard_Drinkin'_Lincoln", "http://dbpedia.org/resource/Hard_Fate", "http://dbpedia.org/resource/Hard_Knocks_(1987_TV_series)", "http://dbpedia.org/resource/Hard_Knocks_(2001_TV_series)", "http://dbpedia.org/resource/Hard_Luck_Duck", "http://dbpedia.org/resource/Hard_Quiz", "http://dbpedia.org/resource/Hard_Rock_Medical", "http://dbpedia.org/resource/Hard_Sell_(TV_series)", "http://dbpedia.org/resource/Hard_Spell", "http://dbpedia.org/resource/Hard_Spell_Abbey", "http://dbpedia.org/resource/Hard_Sun", "http://dbpedia.org/resource/Hard_Time_(film)", "http://dbpedia.org/resource/Hard_Time_on_Planet_Earth", "http://dbpedia.org/resource/Hard_Times_(British_TV_series)", "http://dbpedia.org/resource/Hard_Times_(Canadian_TV_series)", "http://dbpedia.org/resource/Hardball_(1989_TV_series)", "http://dbpedia.org/resource/Hardball_(1994_TV_series)", "http://dbpedia.org/resource/Hardball_(2019_TV_series)", "http://dbpedia.org/resource/Hardball_with_Chris_Matthews", "http://dbpedia.org/resource/Hardcase_(1972_film)", "http://dbpedia.org/resource/Hardcastle_and_McCormick", "http://dbpedia.org/resource/Hardcore_Pawn", "http://dbpedia.org/resource/Hardcore_Pawn:_Chicago", "http://dbpedia.org/resource/Hardcover_Mysteries_(TV_series)", "http://dbpedia.org/resource/Hardhat_and_Legs", "http://dbpedia.org/resource/Hardware_(TV_series)", "http://dbpedia.org/resource/Hardwell_On_Air", "http://dbpedia.org/resource/Hardwicke_House", "http://dbpedia.org/resource/Hardwood_Classics", "http://dbpedia.org/resource/Hardy_Bucks", "http://dbpedia.org/resource/Hare_and_Wolf", "http://dbpedia.org/resource/Hareport", "http://dbpedia.org/resource/Hari_Hari_Churiyaan", "http://dbpedia.org/resource/Hari_Mirchi_Lal_Mirchi", "http://dbpedia.org/resource/Harichandanam", "http://dbpedia.org/resource/Harina_de_otro_costal", "http://dbpedia.org/resource/Hark_at_Barker", "http://dbpedia.org/resource/Harke_Haldar", "http://dbpedia.org/resource/Harlan_County_War", "http://dbpedia.org/resource/Harlem_(TV_series)", "http://dbpedia.org/resource/Harlem_Beat", "http://dbpedia.org/resource/Harlem_Globetrotters_(TV_series)", "http://dbpedia.org/resource/Harlem_Heights_(TV_series)", "http://dbpedia.org/resource/Harlequin_Puppet_Theatre", "http://dbpedia.org/resource/Harlequinade_(Australian_TV_play)", "http://dbpedia.org/resource/Harley_Quinn_(TV_series)", "http://dbpedia.org/resource/Harley_Street_(TV_series)", "http://dbpedia.org/resource/Harley_and_the_Davidsons", "http://dbpedia.org/resource/Harlock_Saga", "http://dbpedia.org/resource/Harlots_(TV_series)", "http://dbpedia.org/resource/HarmonQuest", "http://dbpedia.org/resource/Harnessing_Peacocks_(film)", "http://dbpedia.org/resource/Harold_Robbins'_The_Survivors", "http://dbpedia.org/resource/Harold_Shipman:_Doctor_Death", "http://dbpedia.org/resource/Haromoni", "http://dbpedia.org/resource/Haromoni@", "http://dbpedia.org/resource/Harper's_Island", "http://dbpedia.org/resource/Harper_Valley_PTA_(TV_series)", "http://dbpedia.org/resource/Harphoul_Mohini", "http://dbpedia.org/resource/Harpies_(film)", "http://dbpedia.org/resource/Harpoon_(series)", "http://dbpedia.org/resource/Harriet's_Back_in_Town", "http://dbpedia.org/resource/Harriet_Lee_(TV_series)", "http://dbpedia.org/resource/Harriet_the_Spy:_Blog_Wars", "http://dbpedia.org/resource/Harriet_the_Spy_(TV_series)", "http://dbpedia.org/resource/Harrigan_(TV_series)", "http://dbpedia.org/resource/Harrigan_and_Son", "http://dbpedia.org/resource/Harris_Against_the_World", "http://dbpedia.org/resource/Harris_and_Company", "http://dbpedia.org/resource/Harrison_Bergeron_(film)", "http://dbpedia.org/resource/Harriswood_Crescent", "http://dbpedia.org/resource/Harrow_(TV_series)", "http://dbpedia.org/resource/Harry's_Game", "http://dbpedia.org/resource/Harry's_Girls", "http://dbpedia.org/resource/Harry's_Heroes", "http://dbpedia.org/resource/Harry's_Hong_Kong", "http://dbpedia.org/resource/Harry's_Law", "http://dbpedia.org/resource/Harry's_Mad", "http://dbpedia.org/resource/Harry's_Practice", "http://dbpedia.org/resource/Harry_&_Bunnie", "http://dbpedia.org/resource/Harry_&_Meghan:_Escaping_the_Palace", "http://dbpedia.org/resource/Harry_&_Paul", "http://dbpedia.org/resource/Harry_(American_TV_series)", "http://dbpedia.org/resource/Harry_(British_TV_series)", "http://dbpedia.org/resource/Harry_(game_show)", "http://dbpedia.org/resource/Harry_(talk_show)", "http://dbpedia.org/resource/Harry_Batt", "http://dbpedia.org/resource/Harry_Enfield's_Brand_Spanking_New_Show", "http://dbpedia.org/resource/Harry_Enfield_&_Chums", "http://dbpedia.org/resource/Harry_Hill's_Alien_Fun_Capsule", "http://dbpedia.org/resource/Harry_Hill's_Fruit_Corner", "http://dbpedia.org/resource/Harry_Hill's_Shark_Infested_Custard", "http://dbpedia.org/resource/Harry_Hill's_TV_Burp", "http://dbpedia.org/resource/Harry_Hill_(TV_series)", "http://dbpedia.org/resource/Harry_Loves_Lisa", "http://dbpedia.org/resource/Harry_O", "http://dbpedia.org/resource/Harry_Potter", "http://dbpedia.org/resource/Harry_Potter_(film_series)", "http://dbpedia.org/resource/Harry_Potter_20th_Anniversary:_Return_to_Hogwarts", "http://dbpedia.org/resource/Harry_and_Cosh", "http://dbpedia.org/resource/Harry_and_His_Bucket_Full_of_Dinosaurs", "http://dbpedia.org/resource/Harry_and_the_Hendersons_(TV_series)", "http://dbpedia.org/resource/Harry_and_the_Wrinklies_(TV_series)", "http://dbpedia.org/resource/Harry_the_Bunny", "http://dbpedia.org/resource/Harrying_of_the_North", "http://dbpedia.org/resource/Harsh_Realm", "http://dbpedia.org/resource/Hart_aber_fair", "http://dbpedia.org/resource/Hart_of_Dixie", "http://dbpedia.org/resource/Hart_to_Hart", "http://dbpedia.org/resource/Hart_van_Nederland", "http://dbpedia.org/resource/Hartbeat", "http://dbpedia.org/resource/Harts_of_the_West", "http://dbpedia.org/resource/Haru_(TV_series)", "http://dbpedia.org/resource/Haru_no_Sakamichi_(TV_series)"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Norway> <http://dbpedia.org/ontology/award> ?uri . <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/presenter> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/channel> <http://dbpedia.org/resource/Comedy_Central> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/Viva_Vietnam:_A_White_Trash_Adventure_Tour", "http://dbpedia.org/resource/Beat_the_Geeks", "http://dbpedia.org/resource/Taskmaster_(American_TV_series)", "http://dbpedia.org/resource/Why%3F_with_Hannibal_Buress", "http://dbpedia.org/resource/Another_Period", "http://dbpedia.org/resource/Primetime_Glick", "http://dbpedia.org/resource/The_Ben_Show", "http://dbpedia.org/resource/The_Burn_with_Jeff_Ross", "http://dbpedia.org/resource/Ugly_Americans_(TV_series)", "http://dbpedia.org/resource/Brody_Stevens:_Enjoy_It!", "http://dbpedia.org/resource/Jeff_&_Some_Aliens", "http://dbpedia.org/resource/Kid_Notorious", "http://dbpedia.org/resource/Review_(TV_series)", "http://dbpedia.org/resource/The_Gorburger_Show", "http://dbpedia.org/resource/The_Graham_Norton_Effect", "http://dbpedia.org/resource/The_Jeff_Dunham_Show", "http://dbpedia.org/resource/The_Jim_Jefferies_Show", "http://dbpedia.org/resource/The_Meltdown_with_Jonah_and_Kumail", "http://dbpedia.org/resource/@midnight", "http://dbpedia.org/resource/Nothing_to_Report", "http://dbpedia.org/resource/Short_Attention_Span_Theater", "http://dbpedia.org/resource/Comedy_Underground_with_Dave_Attell", "http://dbpedia.org/resource/Con_(TV_series)", "http://dbpedia.org/resource/Contest_Searchlight", "http://dbpedia.org/resource/John_Oliver's_New_York_Stand-Up_Show", "http://dbpedia.org/resource/Jon_Benjamin_Has_a_Van", "http://dbpedia.org/resource/Inside_Amy_Schumer", "http://dbpedia.org/resource/Moonbeam_City", "http://dbpedia.org/resource/Nathan_for_You", "http://dbpedia.org/resource/Tosh.0", "http://dbpedia.org/resource/TripTank", "http://dbpedia.org/resource/Dr._Katz,_Professional_Therapist", "http://dbpedia.org/resource/Drew_Carey's_Green_Screen_Show", "http://dbpedia.org/resource/Corporate_(TV_series)", "http://dbpedia.org/resource/Hell_of_A_Week_with_Charlamagne_tha_God", "http://dbpedia.org/resource/Make_Me_Laugh", "http://dbpedia.org/resource/Legends_of_Chamberlain_Heights", "http://dbpedia.org/resource/Let's_Bowl", "http://dbpedia.org/resource/Lights_Out_with_David_Spade", "http://dbpedia.org/resource/Night_After_Night_with_Allan_Havey", "http://dbpedia.org/resource/Problematic_with_Moshe_Kasher", "http://dbpedia.org/resource/Sports_Show_with_Norm_Macdonald", "http://dbpedia.org/resource/Big_Lake_(TV_series)", "http://dbpedia.org/resource/Big_Time_in_Hollywood,_FL", "http://dbpedia.org/resource/I'm_with_Busey", "http://dbpedia.org/resource/Kroll_Show", "http://dbpedia.org/resource/Kr\u00f6d_M\u00e4ndoon_and_the_Flaming_Sword_of_Fire", "http://dbpedia.org/resource/Live_at_Gotham"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/PlayStation_4> . ?uri <http://dbpedia.org/property/os> <http://dbpedia.org/resource/OS> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/influencedBy> <http://dbpedia.org/resource/Costanzo_Preve> . ?x <http://dbpedia.org/property/influtions> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Andrew_W._Lewis> <http://dbpedia.org/ontology/almaMater> ?uri } "}, "answers": ["http://dbpedia.org/resource/Dartmouth_College", "http://dbpedia.org/resource/Harvard_University", "http://dbpedia.org/resource/University_of_Chicago"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/district> <http://dbpedia.org/resource/Englewood,_Colorado> . ?x <http://dbpedia.org/ontology/nearestCity> ?uri . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marv_McFadden> <http://dbpedia.org/property/pastteams> ?uri } "}, "answers": ["http://dbpedia.org/resource/Pittsburgh_Steelers"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kakae> <http://dbpedia.org/ontology/title> ?uri } "}, "answers": ["High Chief of Maui"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Heroman> <http://dbpedia.org/ontology/author> ?uri } "}, "answers": ["http://dbpedia.org/resource/Stan_Lee"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/champion> <http://dbpedia.org/resource/Ronda_Rousey> . ?uri <http://dbpedia.org/property/place> <http://dbpedia.org/resource/Ultimate_Fighting_One> . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Poland> . ?x <http://dbpedia.org/property/nationality> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"}, "answers": ["0"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/magazine> <http://dbpedia.org/resource/Gangan_Comics> . ?x <http://dbpedia.org/ontology/author> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Makoto_Uezu", "http://dbpedia.org/resource/Takahiro_(writer)", "http://dbpedia.org/resource/Izumi_Kawachi", "http://dbpedia.org/resource/Mikio_Igarashi", "http://dbpedia.org/resource/Hiromu_Arakawa", "http://dbpedia.org/resource/Minene_Sakurano", "http://dbpedia.org/resource/Homura_Kawamoto", "http://dbpedia.org/resource/Kia_Asamiya", "http://dbpedia.org/resource/Cocoa_Fujiwara", "http://dbpedia.org/resource/Suu_Minazuki"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/cpu> <http://dbpedia.org/resource/AMD> . ?uri <http://dbpedia.org/ontology/successor> ?x . }"}, "answers": []}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Perianne_Jones> <http://dbpedia.org/ontology/club> ?uri } "}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/education> <http://dbpedia.org/resource/Middle_Temple> . ?x <http://dbpedia.org/ontology/opponent> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Francis_Bacon", "http://dbpedia.org/resource/Edward_Coke", "http://dbpedia.org/resource/William_Knollys,_1st_Earl_of_Banbury", "http://dbpedia.org/resource/Frances_Carr,_Countess_of_Somerset", "http://dbpedia.org/resource/Anne_of_Denmark", "http://dbpedia.org/resource/Charles_Howard,_1st_Earl_of_Nottingham", "http://dbpedia.org/resource/Henry_Howard,_1st_Earl_of_Northampton", "http://dbpedia.org/resource/Thomas_Lake", "http://dbpedia.org/resource/Thomas_Howard,_1st_Earl_of_Suffolk"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/schooltype> <http://dbpedia.org/resource/Private_school> . ?x <http://dbpedia.org/ontology/sport> ?uri . }"}, "answers": ["http://dbpedia.org/resource/Association_football", "http://dbpedia.org/resource/Volleyball", "http://dbpedia.org/resource/Field_hockey", "http://dbpedia.org/resource/Rugby_union", "http://dbpedia.org/resource/Tennis", "http://dbpedia.org/resource/Badminton", "http://dbpedia.org/resource/Basketball", "http://dbpedia.org/resource/Chess", "http://dbpedia.org/resource/Table_tennis", "http://dbpedia.org/resource/Cricket", "http://dbpedia.org/resource/Ice_hockey", "http://dbpedia.org/resource/Throwball", "http://dbpedia.org/resource/Baseball", "http://dbpedia.org/resource/Track_and_field", "http://dbpedia.org/resource/Kho_kho"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Justin_Zackham> . ?x <http://dbpedia.org/property/starring> ?uri . }"}, "answers": ["", "Chris Owen", "Laura Harris", "Dylan Bruno", "Dublin James", "Simon Rex", "Robert De Niro", "Robin Williams", "Katherine Heigl", "Diane Keaton", "Susan Sarandon", "Amanda Seyfried", "Topher Grace", "Ben Barnes"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mekong_River_Commission> <http://dbpedia.org/ontology/membership> ?uri } "}, "answers": ["Cambodia,Laos,Thailand,Vietnam"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/subsequentWork> <http://dbpedia.org/resource/The_Five> . ?x <http://dbpedia.org/property/starring> ?uri . }"}, "answers": []}, {"query": {"sparql": "SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Malaysia> . ?x <http://dbpedia.org/property/religion> ?uri . }"}, "answers": ["6"]}, {"query": {"sparql": "SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Erik_Jendresen> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"}, "answers": ["http://dbpedia.org/resource/Killing_Lincoln_(film)", "http://dbpedia.org/resource/Band_of_Brothers_(miniseries)"]}, {"query": {"sparql": " SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Doug_Acomb> <http://dbpedia.org/property/playedFor> ?uri } "}, "answers": ["http://dbpedia.org/resource/Toronto_Maple_Leafs"]}]}
\ No newline at end of file
diff --git a/data/predicted/lc-quad-requeried-linked-test-predicted-append-1-large-5-epochs.csv b/data/predicted/lc-quad-requeried-linked-test-predicted-append-1-large-5-epochs.csv
new file mode 100644
index 0000000..c5e8eaf
--- /dev/null
+++ b/data/predicted/lc-quad-requeried-linked-test-predicted-append-1-large-5-epochs.csv
@@ -0,0 +1,1162 @@
+text,summary
+"Which sects people are part of local political parties which fall under the International Muslim Brotherhood? | 'local political parties'-res:Political_Parties_(book) | 'International Muslim Brotherhood'-res:Muslim_Brotherhood | 'sects'-dbp:seats | 'fall'-dbo:movement","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/party> <http://dbpedia.org/resource/International_Muslim_Brotherhood> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"Who is the office holder with deputies as Neil Brown and Andrew Peacock? | 'Neil Brown'-res:Neil_Brown_(Australian_politician) | 'Andrew Peacock'-res:Andrew_Peacock | 'office holder'-dbo:owner | 'deputies'-dbo:deputy","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/deputy> <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}"
+"How many other battles have the military person fought whose one of the battles is World War II ? | 'II'-res:Ii | 'World War'-res:World_War_II | 'battles'-dbp:battles | 'battles'-dbp:battles"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/World_War_II> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryPerson>}"
+"Whose network's parent organisation is Comcast? | 'parent organisation'-res:Parent | 'Comcast'-res:Comcast | 'parent organisation'-dbo:parentOrganisation | 'network'-dbo:network","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parentOrganisation> <http://dbpedia.org/resource/Comcast> . ?uri <http://dbpedia.org/property/network> ?x . }"
+"Name the movies distributed by RKO Pictures and has music composer as Bernard Herrmann? | 'RKO Pictures'-res:RKO_Pictures | 'Bernard Herrmann'-res:Bernard_Herrmann | 'name'-dbp:name | 'movies'-dbo:film | 'distributed'-dbo:distributor | 'music composer'-dbo:creator","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/RKO_Pictures> . ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . }"
+"What is the magazine which have been  founded by Ralph J. Gleason? | 'J'-res:J | 'Ralph  Gleason'-res:Ralph_J._Gleason | 'founded by'-dbo:founder | 'magazine'-dbo:Magazine","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/founder> <http://dbpedia.org/resource/Ralph_J._Gleason> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Magazine>}"
+"In which cities can the beverage related to Barq's be found? | 'Barq'-res:Barq | 'cities'-dbo:country | 'beverage'-dbo:strength | 'related'-dbo:related","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/related> <http://dbpedia.org/resource/Barq's> . ?x <http://dbpedia.org/property/location> ?uri . }"
+"Who was in military unit which played the role of Air interdiction? | 'Air interdiction'-res:Air_interdiction | 'military unit'-dbo:militaryUnit | 'played'-dbo:portrayer | 'role'-dbo:role","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/role> <http://dbpedia.org/resource/Air_interdiction> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}"
+"Who are the current members of Insects vs Robots? | 'Insects vs Robots'-res:Insects_vs_Robots | 'current members'-dbp:currentMembers"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Insects_vs_Robots> <http://dbpedia.org/property/currentMembers> ?uri } "
+"Name the nationalteam of Trn Vit Hng ? | 'Trn Vit Hng'-res:Trần_Việt_Hương | 'nationalteam'-dbp:nationalteam"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Trần_Việt_Hương> <http://dbpedia.org/property/nationalteam> ?uri } "
+"Whihc uni did Joshua A. Siegel attend ? | 'whihc uni'-res:University_Station_(MTR) | 'A'-res:A | 'Joshua  Siegel'-res:Joshua_A._Siegel | 'attend'-dbp:education"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Joshua_A._Siegel> <http://dbpedia.org/property/education> ?uri } "
+"How many books are written by the author who is famous for Novelas Ejemplares? | 'Novelas Ejemplares'-res:Novelas_ejemplares | 'books'-dbo:volume | 'written'-dbo:animal | 'author'-dbo:author | 'famous'-dbo:service","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Novelas_ejemplares> . ?uri <http://dbpedia.org/property/author> ?x . }"
+"to which university did both, the Stanford Cardinal and Gerald Reaven go? | 'both,'-res:Both | 'Stanford Cardinal'-res:Stanford_Cardinal | 'Gerald Reaven'-res:Gerald_Reaven | 'university'-dbp:university","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stanford_Cardinal> <http://dbpedia.org/ontology/institution> ?uri . <http://dbpedia.org/resource/Gerald_Reaven> <http://dbpedia.org/property/university> ?uri . }"
+"where did Deion Sanders debut? | 'Deion Sanders'-res:Deion_Sanders | 'debut'-dbp:debutteam"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Deion_Sanders> <http://dbpedia.org/property/debutteam> ?uri } "
+"What cities are nearer to Fuountain Lake Farm? | 'Fuountain Lake Farm'-res:Fountain_Lake_Farm | 'nearer'-dbo:nearestCity"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fountain_Lake_Farm> <http://dbpedia.org/ontology/nearestCity> ?uri } "
+"Which artists trained in San Francisco Art Institute? | 'San Francisco Art Institute'-res:San_Francisco_Art_Institute | 'trained'-dbp:training | 'artist'-dbo:Artist","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/training> <http://dbpedia.org/resource/San_Francisco_Art_Institute> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Artist>}"
+"Name the country with currency as Aureus ? | 'Aureus'-res:Aureus_University_School_of_Medicine | 'name'-dbp:name | 'country'-dbo:kingdom | 'currency'-dbo:currency","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/currency> <http://dbpedia.org/resource/Aureus_University_School_of_Medicine> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}"
+"what awards have been given to A. Peter Dewey? | 'A'-res:A | 'Peter Dewey'-res:A._Peter_Dewey | 'awards'-dbo:award"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A._Peter_Dewey> <http://dbpedia.org/property/awards> ?uri } "
+"Muhammad Yunus has won how many awards? | 'Muhammad yunus'-res:Muhammad_Yunus | 'won'-dbo:award | 'awards'-dbo:award","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Muhammad_Yunus> <http://dbpedia.org/property/awards> ?uri . }"
+"List the associates of bands which have a label by Motown ? | 'Motown'-res:Motown | 'associates'-dbo:team | 'bands'-dbo:staff | 'label'-dbp:label","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Motown> . ?x <http://dbpedia.org/ontology/associatedActs> ?uri . }"
+"What is the faith of Kwai Chang Caine ? | 'Kwai Chang Caine'-res:Kwai_Chang_Caine | 'faith'-dbo:religion"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kwai_Chang_Caine> <http://dbpedia.org/property/religion> ?uri } "
+"What are the houses of the legislature where the leader is called Pullaiahgaripalli ? | 'Pullaiahgaripalli'-res:Pullaiahgaripalli | 'houses'-dbo:house | 'legislature'-dbo:politicalPartyInLegislature | 'leader'-dbo:leader | 'called'-dbp:nickname","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Pullaiahgaripalli> . ?x <http://dbpedia.org/ontology/house> ?uri . }"
+"How many religions are followed by the group whose architectural style can be seen on Sanggar Agung? | 'Sanggar Agung'-res:Sanggar_Agung | 'religions'-dbo:religion | 'architectural style'-dbo:type","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/architecturalStyle> <http://dbpedia.org/resource/Sanggar_Agung> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"How many things are written in C++? | 'C++'-res:C++ | 'written'-dbp:writtenIn","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/C++> . }"
+"What are the hubs of PLUS Helicopter Services, a highway helicopter unit of PLUS Expressways? | 'PLUS'-res:Plus | 'Helicopter Services,'-res:PLUS_Expressways | 'highway helicopter unit'-res:Serbian_police_helicopter_unit | 'PLUS'-res:Plus | 'Expressways'-res:Expressways_of_Singapore | 'hubs'-dbp:hubs","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/PLUS_Expressways> <http://dbpedia.org/ontology/highway_hipopter_services> ?x . ?x <http://dbpedia.org/property/hubs> ?uri . }"
+"Who are the architect of the stadium whose one of the architect is louis D. Astorino ? | 'louis D. Astorino'-res:Louis_D._Astorino | 'architect'-dbo:architect | 'stadium'-dbo:stadium | 'architect'-dbo:architect","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Louis_D._Astorino> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Stadium>}"
+"What is a common ingredient used in boyt Blodpalt and Kaszanka ? | 'Boyt blodpalt'-res:Blodpalt | 'Kaszanka'-res:Kaszanka | 'common ingredient'-dbo:ingredient","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blodpalt> <http://dbpedia.org/ontology/ingredient> ?uri . <http://dbpedia.org/resource/Kaszanka> <http://dbpedia.org/property/characterName> ?uri . }"
+"Which movies's screenplay is written by Akiva Goldsman | 'screenplay'-res:Katha_Screenplay_Darsakatvam_Appalaraju | 'Akiva Goldsman'-res:Akiva_Goldsman | 'screenplay'-dbp:screenplay | 'movie'-dbo:Film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/screenplay> <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"Give me all commanders which had an important role in both, the Battle of Fort Stephenson and Battle of the Thames? | 'Battle of Fort Stephenson'-res:Battle_of_Fort_Stephenson | 'Battle of the Thames'-res:Battle_of_the_Thames | 'commanders'-dbo:commander | 'role'-dbp:place","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Battle_of_Fort_Stephenson> <http://dbpedia.org/ontology/commander> ?uri . <http://dbpedia.org/resource/Bp:place> ?uri . }"
+"To which series does the book belong which came after the Blade Runner 2? | 'Blade Runner 2'-res:Blade_Runner_2:_The_Edge_of_Human | 'series'-dbo:series | 'book'-dbo:volume | 'belong'-dbo:date","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blade_Runner_2:_The_Edge_of_Human> <http://dbpedia.org/ontology/subsequentWork> ?x . ?x <http://dbpedia.org/property/series> ?uri . }"
+"In which city did The Ultimate Fighter: Team Rousey vs. Team Tate take place ? | 'The Ultimate Fighter: Team Rousey vs Team Tate'-res:The_Ultimate_Fighter:_Team_Rousey_vs._Team_Tate | 'city'-dbp:city | 'place'-dbo:place"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Ultimate_Fighter:_Team_Rousey_vs._Team_Tate> <http://dbpedia.org/property/city> ?uri } "
+"What is the organisation whose purposes are Environmentalism and Peace? | 'Environmentalism and Peace'-res:Peace | 'organisation'-dbo:organisation | 'purposes'-dbp:purpose","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/Environmentalism_and_Peace> . }"
+"Count the number of sports team members  which have player named Matt Williams ? | 'Matt Williams'-res:Matt_Williams_(New_Zealand_footballer) | 'name'-dbp:name | 'name'-dbp:name"," SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/name> <http://dbpedia.org/resource/Matt_Williams_(New_Zealand_footballer)> } "
+"How many different people own the Timeform award winners? | 'Timeform award winners'-res:Timeform","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Timeform> . ?x <http://dbpedia.org/property/owner> ?uri . }"
+"Which city is known for the people working in the western penn hospital? | 'western penn hospital'-res:Toronto_Western_Hospital | 'city'-dbo:city | 'working'-dbo:language","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hometown> <http://dbpedia.org/resource/Toronto_Western_Hospital> . ?x <http://dbpedia.org/property/knownFor> ?uri . }"
+"Which education center Sidney Catlin Partrodge attended which was also the alma mater of Lisa Brummel ? | 'education center Sidney Catlin Partrodge'-res:Sidney_Catlin_Partridge | 'Lisa Brummel'-res:Lisa_Brummel | 'attended'-dbo:fat | 'alma mater'-dbo:almaMater"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sidney_Catlin_Partridge> <http://dbpedia.org/ontology/education> ?uri . <http://dbpedia.org/resource/Lisa_Brummel> <http://dbpedia.org/property/almaMater> ?uri} "
+"How many subjects are covered in the publications of Doubleday? | 'Doubleday'-res:Doubleday_(publisher) | 'subjects'-dbo:discipline | 'covered'-dbo:frozen | 'publications'-dbp:publications","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Doubleday_(publisher)> . ?x <http://dbpedia.org/ontology/subject> ?uri . }"
+"List the served region of the organisations of Trade association. | 'Trade association'-res:Trade_association | 'served region'-dbo:regionServed | 'organisations'-dbo:organisation","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/organisation> <http://dbpedia.org/resource/Trade_association> . ?x <http://dbpedia.org/ontology/regionServed> ?uri . }"
+"Who composed the music for Tonight's the Night ? | 'Tonight's the Night'-res:Tonight's_the_Night_(2003_musical) | 'music'-dbp:music"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tonight's_the_Night_(2003_musical)> <http://dbpedia.org/property/music> ?uri } "
+"What awards have been given to race horses bred by Bert Michell? | 'Bert Michell'-res:Bert_S._Michell | 'awards'-dbo:award | 'race horses'-dbo:race | 'bred'-dbo:genus","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/breeder> <http://dbpedia.org/resource/Bert_S._Michell> . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"Which party won the elections when Y.S. Rajasekhara Reddy was in power? | 'YS'-res:Ys | 'Rajasekhara Reddy'-res:Y._S._Rajasekhara_Reddy | 'party'-dbo:party | 'won'-dbo:city | 'elections'-dbo:selection | 'power'-dbo:weight","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Y._S._Rajasekhara_Reddy> . ?x <http://dbpedia.org/ontology/party> ?uri . }"
+"Who is the producer of  Frampton's Camel ? | 'Frampton's Camel'-res:Frampton's_Camel | 'producer'-dbo:producer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Frampton's_Camel> <http://dbpedia.org/ontology/producer> ?uri } "
+"What is the alma mater of the scientist who is known for Rational analysis ? | 'scientist'-res:Scientist | 'Rational analysis'-res:Rational_analysis | 'alma mater'-dbo:school","SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"Whose relatives are Clan McDuck and Huey, Dewey, and Louie? | 'Clan McDuck'-res:Clan_McDuck | 'Huey, Dewey,'-res:Huey,_Dewey,_and_Louie | 'Louie'-res:Louie | 'relatives'-dbp:relatives | 'relatives'-dbp:relatives","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Clan_McDuck> . ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Louie> . }"
+"What currencies are used in the country whose capital is Podgorica? | 'Currencies'-res:Currencies_of_Puerto_Rico | 'Podgorica'-res:Podgorica | 'capital'-dbo:capital | 'currencies'-dbp:currency","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/capital> <http://dbpedia.org/resource/Podgorica> . ?x <http://dbpedia.org/property/currency> ?uri . }"
+"Where was  William Anthony  trained ? | 'William Anthony'-res:William_Anthony_(artist) | 'trained'-dbo:training"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> <http://dbpedia.org/property/training> ?uri } "
+"Count all the ethinic group who speaks language which belongs to Anglo-Frisian language family ? | 'Anglo-Frisian language'-res:Anglo-Frisian_languages | 'count'-dbo:country | 'ethinic'-dbo:ethnicGroup | 'speaks'-dbo:language | 'language'-dbo:languageFamily | 'belongs'-dbp:date"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/languageFamily> <http://dbpedia.org/resource/Anglo-Frisian_languages> . ?x <http://dbpedia.org/property/language> ?uri }"
+"Which comic characters were created by Paul Dini? | 'Paul Dini'-res:Paul_Dini | 'created by'-dbp:creators | 'characters'-dbo:ComicsCharacter","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Paul_Dini> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/ComicsCharacter>}"
+"Which city council owns the Ted Williams tunnel and Leonard Memorial ridge? | 'Ted Williams tunnel'-res:Ted_Williams_Tunnel | 'Leonard Memorial ridge'-res:Ridge | 'owns'-dbo:owner | 'owns'-dbo:owner","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ted_Williams_Tunnel> <http://dbpedia.org/property/owner> ?uri . <http://dbpedia.org/resource/Leonard_Memorial_Ridge> <http://dbpedia.org/ontology/owningCity> ?uri . }"
+"How many bands collaborated with artists who signed up with EMI? | 'EMI'-res:Emi | 'bands'-dbo:staff | 'collaborated'-dbo:band | 'artists'-dbo:rkdArtistsId | 'signed'-dbo:movement","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/EMi> . ?uri <http://dbpedia.org/ontology/associatedActs> ?x . }"
+"How many TV shows are of the company which are of company which is a subsidiary of Big  Ticket Entertainment ? | 'entertainment ticket'-res:Big_Ticket_Entertainment | 'shows'-dbo:place | 'company'-dbo:company | 'company'-dbo:company | 'subsidiary'-dbo:subsidiary"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/subsidiary> <http://dbpedia.org/resource/Big_Ticket_Entertainment> . ?uri <http://dbpedia.org/property/company> ?x }"
+"In how many places are Marjas found? | 'Marjas'-res:Barjas | 'places'-dbo:height","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Barjas> <http://dbpedia.org/ontology/placeOfBirth> ?uri . }"
+"Whose shrines are in a place governed by Justin Trudeau? | 'Justin Trudeau'-res:Justin_Trudeau | 'shrines'-dbo:chain | 'place'-dbo:place | 'governed'-dbo:director","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leader> <http://dbpedia.org/resource/Justin_Trudeau> . ?uri <http://dbpedia.org/ontology/place> ?x . }"
+"Who is the leader of Hackweiser ? | 'Hackweiser'-res:Hackweiser | 'leader'-dbp:leaderName"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hackweiser> <http://dbpedia.org/property/leaderName> ?uri } "
+"Where was the successor of Hank Brown born? | 'Hank Brown'-res:Hank_Brown | 'successor'-dbo:successor | 'born'-dbo:birthPlace","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hank_Brown> <http://dbpedia.org/property/successor> ?x . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"
+"What is the relegious affiliations of Katyayana ? | 'relegious affiliations'-res:Smithsonian_Affiliations | 'Katyayana'-res:Katyayana_(Buddhist) | 'relegious'-dbo:religion"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Katyayana_(Buddhist)> <http://dbpedia.org/property/mainInterests> ?uri } "
+"Which party has come in power in Mumbai North? | 'Mumbai North'-res:Mumbai_North_(Lok_Sabha_constituency) | 'in power'-dbp:constituency | 'party'-dbo:party"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mumbai_North_(Lok_Sabha_constituency)> <http://dbpedia.org/property/party> ?uri } "
+"Where are all the protected areas near Bend, Oregon? | 'Bend, Oregon'-res:Bend,_Oregon | 'protected'-dbo:custodian","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/custodian> <http://dbpedia.org/resource/Bend,_Oregon> . ?x <http://dbpedia.org/property/cities> ?uri . }"
+"which movies have been published by Cinema International Corporation? | 'Cinema International Corporation'-res:Cinema_International_Corporation | 'published'-dbo:distributor","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"Count the total number of academic discipline of the journals whose one of the academic discipline is Neuroimaging ? | 'Neuroimaging'-res:Neuroimaging | 'count'-dbo:type | 'total'-dbo:result | 'academic discipline'-dbo:abstract | 'journals'-dbp:journal | 'academic discipline'-dbo:abstract"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/academicDiscipline> <http://dbpedia.org/resource/Neuroimaging> . ?x ?uri }"
+"What are some cities which have a Ferris wheel? | 'Ferris wheel'-res:Ferris_wheel | 'cities'-dbo:country","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/wheel> <http://dbpedia.org/resource/Ferris_wheel> . ?x <http://dbpedia.org/property/city> ?uri . }"
+"Who are the producers of the movies  which has music by Gary Chang ? | 'Gary Chang'-res:Gary_Chang | 'producers'-dbo:manufacturer | 'movies'-dbo:film | 'music'-dbo:musicComposer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Gary_Chang> . ?x <http://dbpedia.org/ontology/manufacturer> ?uri . }"
+"To which nation did David Animle Hanses owe his allegiance? | 'David Animle Hanses'-res:David_Animle_Hansen | 'nation'-dbo:country | 'owe'-dbo:leader | 'allegiance'-dbo:allegiance"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Animle_Hansen> <http://dbpedia.org/property/allegiance> ?uri } "
+"What is the alma mater of the actors of The God Who Wasn't There ? | 'The God Who Wasn't There'-res:The_God_Who_Wasn't_There | 'actor'-dbp:starring | 'alma mater'-dbp:almaMater","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_God_Who_Wasn't_There> <http://dbpedia.org/property/starring> ?x . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }"
+"The players born in Bellaire, Ohio have played for which team? | 'Bellaire, Ohio'-res:Bellaire,_Ohio | 'players'-dbo:material | 'born'-dbo:birthPlace | 'played'-dbo:portrayer | 'team'-dbo:team","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Bellaire,_Ohio> . ?x <http://dbpedia.org/property/team> ?uri . }"
+"What is the birth name  of Putri Raemawasti ? | 'Putri Raemawasti'-res:Putri_Raemawasti | 'birth name'-dbo:birthName"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Putri_Raemawasti> <http://dbpedia.org/ontology/birthName> ?uri } "
+"Musical artists who are associated with Ren & Angela were born where ? | 'Ren & Angela'-res:Ren_Bonian | 'musical artists'-dbo:musicalArtist | 'associated'-dbo:associate | 'born'-dbo:birthPlace","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/associatedMusicalArtist> <http://dbpedia.org/resource/Ren_Bonian> . ?uri <http://dbpedia.org/ontology/birthPlace> ?x . }"
+"Who designed the language integrated query? | 'language integrated query'-res:Language_Integrated_Query | 'designed'-dbo:designer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Language_Integrated_Query> <http://dbpedia.org/ontology/designer> ?uri } "
+"Name the debut team of Dan Otero ? | 'Dan Otero'-res:Dan_Otero | 'debut team'-dbo:debutTeam"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dan_Otero> <http://dbpedia.org/ontology/debutTeam> ?uri } "
+"Who founded the Not on our Watch NGO? | 'Not on our Watch'-res:Not_on_Our_Watch_(organization) | 'founded'-dbo:foundedBy"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Not_on_Our_Watch_(organization)> <http://dbpedia.org/ontology/foundedBy> ?uri } "
+"Which company owns Sony bank ? | 'Sony bank'-res:Sony_Bank | 'company'-dbo:owningCompany"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sony_Bank> <http://dbpedia.org/ontology/owningCompany> ?uri } "
+"What are the movies whose screenplay is done by Eric Roth? | 'screenplay'-res:Screenplay | 'Eric Roth'-res:Eric_Roth | 'screenplay'-dbp:screenplay | 'movie'-dbo:Film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/screenplay> <http://dbpedia.org/resource/Eric_Roth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"What is the total number of writers whose singles are recorded in Miami? | 'Miami'-res:Miami | 'total'-dbo:populationTotal | 'writers'-dbo:writer | 'singles'-dbo:slogan | 'recorded'-dbo:recordedIn"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/recordedIn> <http://dbpedia.org/resource/Miami> . ?x <http://dbpedia.org/property/writer> ?uri }"
+"What religions are followed by members of the societies whose architectural influences can be seen on the Sanggar Agung ? | 'societies'-res:Societies_of_Saint_Lucia | 'Sanggar Agung'-res:Sanggar_Agung | 'architectural'-dbp:architecturalStyle | 'religion'-dbo:religion","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architecturalStyle> <http://dbpedia.org/resource/Sanggar_Agung> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"How many members are there in the European Go Federation? | 'European Go Federation'-res:Europe | 'European Go Federation'-res:European_Go_Federation | 'members'-dbo:membership | ''-dbo:country","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/European_Go_Federation> . }"
+"Daniel L D Granger and Job Durfee have based their political career in which US state? | 'L'-res:L | 'daniel  D Granger'-res:Daniel_D._Johnson | 'D'-res:D | 'daniel L  Granger'-res:Daniel_L._D._Granger | 'Job Durfee'-res:Job_Durfee | 'US'-res:United_States | 'based'-dbo:office | 'political career'-dbo:occupation","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Daniel_L._D._Granger> <http://dbpedia.org/ontology/basedOn> ?uri . <http://dbpedia.org/resource/Job_Durfee> <http://dbpedia.org/property/occupation> ?uri . }"
+"Marika Gombitov makes songs in which languages? | 'Marika gombitov'-res:Marika_Nezer | 'songs'-dbo:anthem | 'languages'-dbo:language","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Marika_Gombitov> . ?x <http://dbpedia.org/ontology/language> ?uri . }"
+"What are some musical artists associated with the ones signed up with EMI? | 'EMI'-res:Emi | 'musical artists'-dbo:show | 'associated'-dbo:associatedBand | 'signed'-dbo:movement","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/EMi> . ?x <http://dbpedia.org/property/associatedMusicalArtist> ?uri . }"
+"Name the scientist whose supervisor also supervised Mary Ainsworth? | 'scientist'-res:Scientist_(musician) | 'Mary Ainsworth'-res:Mary_Ainsworth | 'name'-dbp:name | 'supervisor'-dbo:doctoralAdvisor | 'supervised'-dbo:doctoralAdvisor","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Mary_Ainsworth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"To which political party does Virendra Kataria belongs ? | 'Virendra Kataria'-res:Virendra_Kataria | 'political party'-dbo:party | 'belongs'-dbp:date"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Virendra_Kataria> <http://dbpedia.org/ontology/party> ?uri } "
+"Copley Medal has been awarded to which scientists? | 'copley Medal'-res:Copley_Medal | 'scientists'-res:Scientists_for_Global_Responsibility | 'awarded'-dbp:awards | 'scientist'-dbo:Scientist","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Copley_Medal> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"What is the total number of awards whose presenter's headquarters is Beverly Hills, California? | 'Beverly Hills, California'-res:Beverly_Hills,_California | 'total'-dbo:populationTotal | 'awards'-dbo:award | 'presenter'-dbo:presenter | 'headquarters'-dbp:headquarters"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Beverly_Hills,_California> . ?x <http://dbpedia.org/ontology/presenter> ?uri }"
+"Who is the narrator of The Price of Beauty ? | 'The Price of Beauty'-res:The_Price_of_Beauty | 'narrator'-dbo:narrator"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Price_of_Beauty> <http://dbpedia.org/property/narrated> ?uri } "
+"How many albums did the maker of The Band produce? | 'The Band produce'-res:Produce_101 | 'albums'-dbo:album | 'maker'-dbo:producer","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Band> <http://dbpedia.org/property/album> ?x . ?x <http://dbpedia.org/ontology/producer> ?uri . }"
+"Food in which countries has shallot in it? | 'countries'-res:Countries_of_the_United_Kingdom | 'food'-dbo:supplies | 'shallot'-dbo:award","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/United_Kingdom> . ?uri <http://dbpedia.org/property/country> ?x . }"
+"What are the movies whose music composer uses a Hammond organ? | 'Hammond organ'-res:Hammond_organ | 'movies'-dbo:film | 'music composer'-dbo:musicComposer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Hammond_organ> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"Name the TV show with artist Christopher Franke and cast member Jason Carter ? | 'TV'-res:Tv_test_pattern | 'show with artist Christopher Franke'-res:Christopher_Franke | 'cast member Jason Carter'-res:Jason_Carter_(actor) | 'name'-dbp:name","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Christopher_Franke> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"Where was the deadbody discovered of one of the alumni of General Educational Development? | 'deadbody'-res:Deadboy_&_the_Elephantmen | 'General Educational Development'-res:General_Educational_Development | 'Education'-dbp:education | 'body discovered'-dbp:bodyDiscovered","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/General_Educational_Development> . ?x <http://dbpedia.org/property/restingplace> ?uri . }"
+"Who designed the bridge in Oddamavadi? | 'Oddamavadi'-res:Oddamavadi | 'designed'-dbo:architect | 'bridge'-dbo:bridgeCarries","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Oddamavadi> . ?x <http://dbpedia.org/property/bridgeCarries> ?uri . }"
+"List the debut team of the baseball player who born in Houston. | 'Houston'-res:Houston_Astros | 'debut team'-dbo:team | 'baseball player'-dbo:participant | 'born'-dbo:birthPlace","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Houston_Astros> . ?x <http://dbpedia.org/property/debutteam> ?uri . }"
+"Who edited  British Gazette ? | 'British Gazette'-res:United_Kingdom | 'British Gazette'-res:British_Gazette | 'edited'-dbo:editor | ''-dbo:country"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/British_Gazette> <http://dbpedia.org/ontology/editor> ?uri } "
+"What acts and artists are associated with people who have worked with Divertis? | 'Divertis'-res:Divertis | 'associated acts'-dbp:associatedActs | 'associated'-dbo:associatedMusicalArtist","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/associatedActs> <http://dbpedia.org/resource/Divertis> . ?uri <http://dbpedia.org/ontology/associatedMusicalArtist> ?x . }"
+"Which company has developed games whose music is done by Gerard Marino? | 'Gerard Marino'-res:Gerard_Marino | 'company'-dbo:company | 'developed'-dbo:leader | 'games'-dbo:games | 'music'-dbp:music","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Gerard_Marino> . ?x <http://dbpedia.org/ontology/developer> ?uri . }"
+"Who all have developed softwares for Unix Like OSes? | 'softwares'-res:Soft_Machine | 'Unix Like OSes'-res:Unix | 'developed'-dbo:developer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/Unix_Like_OS> . }"
+"What are some party leaders of the parties which have had a seat in Berlin? | 'Berlin'-res:Berlin | 'party leaders'-dbo:team | 'parties'-dbo:chain | 'seat'-dbp:seat","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/seat> <http://dbpedia.org/resource/Berlin> . ?x <http://dbpedia.org/ontology/leader> ?uri . }"
+"Name all the soccer players who played in a under 18 club for La Liga? | 'soccer players'-res:Major_League_Soccer_Players_Union | 'La Liga'-res:La_Liga | 'name'-dbp:name | 'played'-dbo:participant | '18 club'-dbp:body","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/name> <http://dbpedia.org/resource/La_Liga> . ?uri <http://dbpedia.org/ontology/team> ?x . }"
+"Which employer of Michael M. Sears is also the producer of Delta III ? | 'Michael M. Sears'-res:Michael_M._Sears | 'Delta III'-res:Delta_III | 'employer'-dbo:employer | 'producer'-dbo:producer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_M._Sears> <http://dbpedia.org/property/employer> ?uri . <http://dbpedia.org/resource/Delta_III> <http://dbpedia.org/ontology/manufacturer> ?uri} "
+"Which person designed the cars which has been designed by ASC Creative Services? | 'ASC Creative Services'-res:ASC_Creative_Services | 'person'-dbo:type | 'designed'-dbo:architect | 'cars'-dbo:management | 'designed'-dbo:architect","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/ASC_Creative_Services> . ?x <http://dbpedia.org/property/design> ?uri . }"
+"Count the number of important works done by the writers of The Second Coming? | 'The Second Coming'-res:The_Second_Coming_(TV_serial) | 'writers'-dbo:author | 'works'-dbo:notableWork"," SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Second_Coming_(TV_serial)> <http://dbpedia.org/ontology/author> ?uri } "
+"For whom did Michael Springer palyed for which is also had a former student named Donald Brooks ? | 'Michael Springer'-res:Michael_Springer | 'Donald Brooks'-res:Donald_Brooks | 'palyed'-dbo:alias | 'former student'-dbo:retired"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Springer> <http://dbpedia.org/property/profession> ?uri . <http://dbpedia.org/resource/Donald_Brooks> <http://dbpedia.org/ontology/formerStudent> ?uri} "
+"Which series was written by Eric Jendresen and John Orloff? | 'Eric Jendresen'-res:Erik_Jendresen | 'John Orloff'-res:John_Orloff | 'series'-dbo:series | 'written'-dbo:writer","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Eric_Jendresen> <http://dbpedia.org/ontology/writer> ?uri . <http://dbpedia.org/resource/John_Orloff> <http://dbpedia.org/property/series> ?uri . }"
+"What are the nicknames given to the characters of The Wolves of the Mercy Falls? | 'The Wolves of the Mercy Falls'-res:List_of_The_Wolves_of_Mercy_Falls_characters | 'nickname'-dbp:nickname","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Wolves_of_Mercy_Falls_characters> <http://dbpedia.org/property/nickname> ?x . }"
+"What is the religious affiliation of Neungin High School? | 'Neungin High School'-res:Neungin_High_School | 'religious affiliation'-dbp:religiousAffiliation"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Neungin_High_School> <http://dbpedia.org/property/religiousAffiliation> ?uri } "
+"Who is the owner of the South end ? | 'the South end'-res:The_South_End | 'owner'-dbp:owners"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_South_End> <http://dbpedia.org/property/owners> ?uri } "
+"For how many other teams have the members of Atlant Moscow Oblast played? | 'Atlant Moscow Oblast'-res:Atlant_Moscow_Oblast | 'team'-dbp:playedFor | 'teams'-dbo:formerTeam","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/playedFor> <http://dbpedia.org/resource/Atlant_Moscow_Oblast> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }"
+"In which time zone is Pong Pha? | 'Pong Pha'-res:Pong_Pha | 'time zone'-dbo:timeZone"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pong_Pha> <http://dbpedia.org/ontology/timeZone> ?uri } "
+"Which bacteria's taxonomic class is Bacilli? | 'Bacteria'-res:Bacteria | 'taxonomic class'-res:Class_(biology) | 'Bacilli'-res:Bacilli","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/class> <http://dbpedia.org/resource/Bacilli> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology>/"
+"What honours did Reigh Count receive? | 'Reigh Count'-res:Reigh_Count | 'honours'-dbo:honours | 'receive'-dbo:board"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Reigh_Count> <http://dbpedia.org/ontology/honours> ?uri } "
+"What is the television show whose related with  Doctor Who Confidential? | 'Doctor Who Confidential'-res:Doctor_Who_Confidential | 'related'-dbo:related | 'television show'-dbo:TelevisionShow","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/related> <http://dbpedia.org/resource/Doctor_Who_Confidential> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"In which city wasThe Triple Door (The Courage album)  performed live? | 'city wasThe Triple Door (The Courage album)'-res:Live_at_The_Triple_Door_(The_Courage_album) | 'performed'-dbo:artist | 'live'-dbo:languageFamily"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Triple_Door_(The_Courage_album)> <http://dbpedia.org/property/arena> ?uri } "
+"List the battles fought by  Ali Habib Mahmud ? | 'Ali Habib Mahmud'-res:Ali_Habib_Mahmud | 'battles'-dbo:battle | 'fought'-dbo:type"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ali_Habib_Mahmud> <http://dbpedia.org/property/battles> ?uri } "
+"How many companies were started in the states? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'started'-dbo:source","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/source> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/source> ?x . }"
+"How many movies are distributed by Cinema International Corporation? | 'Cinema International Corporation'-res:Cinema_International_Corporation | 'distributed by'-dbo:distributor | 'movie'-dbo:Film","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"To which educational institute does Cornell University Press belong to? | 'Cornell University Press'-res:Cornell_University_Press | 'educational institute'-dbo:university | 'belong'-dbo:date"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cornell_University_Press> <http://dbpedia.org/property/education> ?uri } "
+"In which country's cuisine, ham is an important part? | 'ham'-res:Ham | 'country'-dbo:country","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Ham> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}"
+"List the softwares which runs on Microsoft Windows and has license as Software as a service? | 'softwares'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'Software'-res:Software | 'runs'-dbo:symbol | 'license'-dbo:license | 'service'-dbo:industry","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Microsoft_Windows> <http://dbpedia.org/ontology/computingPlatform> ?uri . <http://dbpedia.org/resource/Software_as_a_service> <http://dbpedia.org/property/license> ?uri . }"
+"Give me the list of cars which are the predecessor of Full Sized Cars? | 'Full Sized Cars'-res:Man-Sized_Wreath | 'cars'-dbo:management | 'predecessor'-dbo:predecessor","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Full_Sized_Cars> <http://dbpedia.org/property/predecessor> ?x . ?x <http://dbpedia.org/ontology/engine> ?uri . }"
+"What are some software which are written in languages that are run on Unix like OS? | 'software'-res:Software_Publishing_Corporation | 'OS'-res:OS | 'Unix like'-res:Unix | 'written'-dbo:fate | 'languages'-dbo:language | 'run'-dbp:work","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Unix> . ?uri <http://dbpedia.org/property/programmingLanguage> ?x . }"
+"List all the movies whose directors were born in Kenosha, Wisconsin? | 'Kenosha, Wisconsin'-res:Kenosha,_Wisconsin | 'born in'-dbo:birthPlace | 'director'-dbp:director","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Kenosha,_Wisconsin> . ?uri <http://dbpedia.org/property/director> ?x . }"
+"Name the fictional character whose relative are Duck family and Clan McDuck? | 'Duck family'-res:Duck_family | 'Clan McDuck'-res:Clan_McDuck | 'name'-dbp:name | 'fictional character'-dbo:status | 'relative'-dbo:relative","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Duck_family> . ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Clan_McDuck> . }"
+"Which state does Jerome B. Chaffee belong ? | 'Jerome B. Chaffee'-res:Jerome_B._Chaffee | 'state'-dbp:state"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jerome_B._Chaffee> <http://dbpedia.org/property/state> ?uri } "
+"What awards are won by the screenwriter of Lucky You? | 'Lucky You'-res:Lucky_You_(film) | 'screenwriter'-dbp:screenplay | 'awards'-dbo:award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucky_You_(film)> <http://dbpedia.org/property/screenplay> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"Name  the Pole driver of 1994 Spanish Grand Prix ? | '1994 Spanish Grand Prix'-res:1994_Spanish_Grand_Prix | 'Pole driver'-dbp:poleDriver"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1994_Spanish_Grand_Prix> <http://dbpedia.org/property/poleDriver> ?uri } "
+"What is the parent company of the airline whose hub is in Detroit? | 'Detroit'-res:Detroit | 'parent company'-dbo:parentCompany | 'airline'-dbo:icaoAirlineCode | 'hub'-dbp:centre","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/hubCity> <http://dbpedia.org/resource/Detroit> . ?x <http://dbpedia.org/ontology/parentCompany> ?uri . }"
+"How many cars are similar to the ones assembled in the Jefferson North Assembly? | 'Jefferson North Assembly'-res:Jefferson_North_Assembly | 'cars'-dbo:management | 'assembled'-dbp:assembly","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Jefferson_North_Assembly> . ?x <http://dbpedia.org/ontology/related> ?uri . }"
+"From how many different places have people gone to the Harward Medical School? | 'Harward Medical School'-res:Harvard_Medical_School | 'places'-dbo:height","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Harvard_Medical_School> . ?x <http://dbpedia.org/property/locations> ?uri . }"
+"What are Jerry Bock's musicals based upon? | 'Jerry Bock'-res:Jerry_Bock | 'musicals'-dbo:show | 'based'-dbo:relative","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/notableMusical> <http://dbpedia.org/resource/Jerry_Bock> . ?x <http://dbpedia.org/ontology/basedOn> ?uri . }"
+"Give me list of people who were the first to climb a peak in the Yosemite park? | 'Yosemite park'-res:Yosemite_National_Park | 'climb'-dbp:scale | 'peak'-dbo:language","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/Yosemite_National_Park> . ?x <http://dbpedia.org/property/firstAscentPeople> ?uri . }"
+"What is the successor of PlayStation 4 | 'PlayStation 4'-res:PlayStation_4 | 'successor'-dbo:successor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/PlayStation_4> <http://dbpedia.org/property/successor> ?uri } "
+"What are some team members of the team based in Camp Nou? | 'Camp Nou'-res:Camp_Nou | 'team members'-dbo:languageFamily | 'team'-dbo:team | 'based'-dbo:relative","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Camp_Nou> . ?x <http://dbpedia.org/property/team> ?uri . }"
+"For which teams did Ryan Powell play for? | 'Ryan Powell'-res:Ryan_Powell_(lacrosse) | 'teams'-dbp:team | 'play'-dbo:team"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ryan_Powell_(lacrosse)> <http://dbpedia.org/property/team> ?uri } "
+"Total number of places where people drafted in the detroit pistons have died? | 'detroit pistons'-res:Detroit_Pistons | 'total'-dbo:populationTotal | 'places'-dbo:height | 'drafted'-dbo:draft | 'died'-dbo:deathDate","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/draftPrix> <http://dbpedia.org/resource/Detroit_Pistons> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"
+"List the newspapers whose offices are situated in 1211 Avenue of the Americas? | '1211 Avenue of the Americas'-res:1211_Avenue_of_the_Americas | 'situated'-dbo:position","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/1211_Avenue_of_the_Americas> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}"
+"By what style was Providence Chapel, Charlwood made? | 'Providence Chapel, Charlwood'-res:Providence_Chapel,_Charlwood | 'style'-dbp:style"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Providence_Chapel,_Charlwood> <http://dbpedia.org/property/style> ?uri } "
+"Give me the total number of employer of the engineers whose one of the employer is McDonnell Aircraft ? | 'McDonnell Aircraft'-res:McDonnell_Aircraft | 'total'-dbo:populationTotal | 'employer'-dbo:employer | 'engineers'-dbo:architect | 'employer'-dbo:employer"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/employer> <http://dbpedia.org/resource/McDonnell_Aircraft> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Engineer>}"
+"How many record labels publish works of Jazz fusion? | 'Jazz fusion'-res:Jazz_fusion | 'record labels'-dbo:background | 'publish'-dbo:country | 'works'-dbo:language","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/genre> <http://dbpedia.org/resource/Jazz_fusion> . ?x <http://dbpedia.org/property/publisher> ?uri . }"
+"Count the total number of cast member of the television shows whose actress is Joey McIntyre? | 'Joey McIntyre'-res:Joey_McIntyre | 'actress'-dbp:starring | 'actress'-dbp:starring"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Joey_McIntyre> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"List all the awards won by the artist who has won SIGGRAPH ? | 'SIGGRAPH'-res:SIGGRAPH | 'awards'-dbo:award | 'won'-dbo:award | 'artist'-dbo:artist | 'won'-dbo:award","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/SIGGRAPH> . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"Where was david Scherman trained ? | 'david Scherman'-res:David_Scherman | 'trained'-dbo:training"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Scherman> <http://dbpedia.org/property/training> ?uri } "
+"Count the battles fought by Raoul Magrin-Vernerey? | 'Raoul Magrin-Vernerey'-res:Raoul_Magrin-Vernerey | 'fought'-dbp:battles","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Raoul_Magrin-Vernerey> <http://dbpedia.org/property/battles> ?uri . }"
+"Which athlete was the flag bearer for Switzerland in 2004 and 2008 summer Olympics ? | 'Switzerland'-res:Switzerland | '2004'-res:2004_OFC_Men's_Olympic_Qualifying_Tournament | '2008 summer Olympics'-res:2008_Summer_Olympics | 'athlete'-dbo:numberOfParticipatingAthletes | 'flag bearer'-dbo:flag","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2004_OFC_Men's_Olympic_Qualifying_Tournament> <http://dbpedia.org/property/flag> ?uri . <http://dbpedia.org/resource/2008_Summer> . ?uri . }"
+"What award was won by the father of Angelina Jolie? | 'Angelina Jolie'-res:Angelina_Jolie | 'award'-dbo:award | 'won'-dbo:parent | 'father'-dbo:parent","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Angelina_Jolie> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"Count all the stateless people | 'count'-dbo:time | 'stateless'-dbo:gross","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/Stateless> . }"
+"What novels are belong to the genre of Utopian and dystopian fiction? | 'Utopian'-res:Utopian_and_dystopian_fiction | 'genre'-dbo:literaryGenre","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/literaryGenre> <http://dbpedia.org/resource/Utopian_and_dystopian_fiction> . }"
+"What are the movies written by Nick Castle? | 'Nick Castle'-res:Nick_Castle | 'written by'-dbo:writer | 'movie'-dbo:Film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Nick_Castle> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"On which river are there things belonging to zambezi river authority? | 'zambezi river authority'-res:Zambezi_River_Authority | 'river'-dbo:river | 'belonging'-dbo:affiliation","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/riverAuthority> <http://dbpedia.org/resource/Zambezi_River_Authority> . ?x <http://dbpedia.org/property/mouthMouth> ?uri . }"
+"Which Paramount TV show was produced by Glen and Les Charles ? | 'TV'-res:Tv_test_pattern | 'Paramount  show'-res:Plaxton_Paramount | 'Glen'-res:Glen | 'Les Charles'-res:Glen_and_Les_Charles | 'produced'-dbo:manufacturer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Glen_and_Les_Charles> . ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Plaxton_Paramount_(Television_Show)> . }"
+"Horses sired by Karinga Bay have participated in which races? | 'Karinga Bay'-res:Karinga_Bay | 'horses'-dbo:service | 'sired'-dbo:flag | 'participated'-dbo:participant | 'races'-dbo:races","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/breeder> <http://dbpedia.org/resource/Karinga_Bay> . ?x <http://dbpedia.org/ontology/race> ?uri . }"
+"Where do beauty queens with brown hair reside? | 'beauty queens'-res:Beauty_Queens | 'brown hair reside'-res:Brown_hair | 'hair'-dbp:hairColor | 'reside'-dbo:residence","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/hairColor> <http://dbpedia.org/resource/Brown_hair> . ?x <http://dbpedia.org/ontology/residence> ?uri . }"
+"Count the key people of the Clinton Foundation? | 'Clinton Foundation'-res:Clinton_Foundation | 'key people'-dbp:keyPeople","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Clinton_Foundation> <http://dbpedia.org/property/keyPeople> ?uri . }"
+"Music of how many things has been given by Akira Ifukube? | 'Akira Ifukube'-res:Akira_Ifukube | 'Music'-dbp:music","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Akira_Ifukube> . }"
+"In how many places are the tombs of people who died in Connecticut Colony? | 'tombs'-res:Tombs_of_the_Blind_Dead | 'Connecticut Colony'-res:Connecticut_Colony | 'places'-dbo:place | 'died'-dbp:deathPlace","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/placeOfDeath> <http://dbpedia.org/resource/Connecticut_Colony> . ?x <http://dbpedia.org/ontology/restingPlace> ?uri . }"
+"Who are the producers of Marie Sisters? | 'Marie Sisters'-res:Marie_Sisters | 'producer'-dbp:producer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marie_Sisters> <http://dbpedia.org/property/producer> ?uri } "
+"List the successor of successor of Hayden, Stone & Co. | 'Hayden, Stone & Co'-res:Hayden,_Stone_&_Co. | 'successor'-dbo:successor | 'successor'-dbo:successor","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hayden,_Stone_&_Co> . <http://dbpedia.org/property/successor> ?uri . }"
+"What is the origin of Xynisteri? | 'Xynisteri'-res:Xynisteri | 'origin'-dbo:origin"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Xynisteri> <http://dbpedia.org/ontology/origin> ?uri } "
+"Who are currently playing for Barcelona FC? | 'FC'-res:FC | 'Barcelona'-res:Barcelona | 'playing'-dbo:field"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/currentclub> <http://dbpedia.org/resource/Barcelona_F.C> . } "
+"What is telecasted on the network where Deborah Turness holds important position? | 'Deborah Turness'-res:Deborah_Turness | 'telecasted'-dbo:transmission | 'network'-dbo:network | 'holds'-dbo:title | 'position'-dbo:position","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Deborah_Turness> . ?uri <http://dbpedia.org/ontology/network> ?x . }"
+"How many home stadium are there, of the soccer club seasons whose chairman is Merritt Paulson? | 'soccer club seasons'-res:Mooroolbark_Soccer_Club | 'Merritt Paulson'-res:Merritt_Paulson | 'chairman'-dbp:chairman | 'home stadium'-dbo:homeStadium","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/chairman> <http://dbpedia.org/resource/Merritt_Paulson> . ?x <http://dbpedia.org/ontology/homeStadium> ?uri . }"
+"Name the alma mater of Ernest de Saisset ? | 'Ernest de Saisset'-res:Ernest_de_Saisset | 'name'-dbp:name | 'alma mater'-dbo:almaMater"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ernest_de_Saisset> <http://dbpedia.org/property/almaMater> ?uri } "
+"Which successor of Philippine Ports Authority is the state of origin of Ruben J. Villote ? | 'Philippine Ports Authority'-res:Philippine_Ports_Authority | 'J'-res:J | 'Ruben  Villote'-res:Ruben_J._Villote | 'successor'-dbo:successor | 'origin'-dbo:origin"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Philippine_Ports_Authority> <http://dbpedia.org/property/successor> ?uri . <http://dbpedia.org/resource/Ruben_J._Villote> <http://dbpedia.org/ontology/origin> ?uri} "
+"What awards have been won by the executive producer of Timmy Time ? | 'Timmy Time'-res:Timmy_Time | 'executive producer'-dbo:executiveProducer | 'awards'-dbo:award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Timmy_Time> <http://dbpedia.org/ontology/executiveProducer> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"What have some US citizens died of? | 'US'-res:United_States | 'citizens'-dbp:country | 'died'-dbo:flag","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"
+"Count the  total number of mammals whose phylum is Chordate and order (taxonomy) is Diprotodontia? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Chordate'-res:Chordate | 'Diprotodontia'-res:Diprotodontia | 'count'-dbo:country | 'total'-dbo:result | 'phylum'-dbo:phylum | '(taxonomy)'-dbo:order"," SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/phylum> <http://dbpedia.org/resource/Chordate> . ?uri order <http://dbpedia.org/resource/Diprotodontia> }"
+"How many cities are around the sea into which the aegean sea flows? | 'aegean sea'-res:Aegean_Sea | 'cities'-dbo:city | 'sea'-dbo:lake | 'aegean sea'-dbo:lake | 'flows'-dbo:circulation","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Aegean_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }"
+"What is the university to which Erica Frank went, and where Ivan Toplak was a club manager? | 'Erica Frank went,'-res:Erica_Frank | 'Ivan Toplak'-res:Ivan_Toplak | 'university'-dbo:university | 'club manager'-dbo:managerClub"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/ontology/university> ?uri . <http://dbpedia.org/resource/Ivan_Toplak> <http://dbpedia.org/property/managerClub> ?uri} "
+"Ricky Gervais is the executive producer of the series having how many fictional characters? | 'Ricky gervais'-res:Ricky_Gervais | 'fictional characters'-res:Fiction | 'executive producer'-dbo:executiveProducer | 'series'-dbo:series","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/executiveProducer> <http://dbpedia.org/resource/Ricky_Gervais> . ?x <http://dbpedia.org/property/series> ?uri . }"
+"What are some dishes from the family of dishes which primarily use flour? | 'dishes'-dbo:state | 'family'-dbo:family | 'dishes'-dbo:state | 'flour'-dbo:depth","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/lyrics> <http://dbpedia.org/resource/Flours> . ?uri <http://dbpedia.org/ontology/family> ?x . }"
+"Which team won the American Football League? | 'American Football League'-res:Organization_of_American_States | 'American Football League'-res:American_Football_League | 'team'-dbo:team | 'won'-dbo:award | ''-dbo:country"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/American_Football_League> <http://dbpedia.org/property/league> ?uri } "
+"Which researchers received fellowship from Royal Society? | 'researchers'-res:Researchers_Alliance_for_Development | 'Royal Society'-res:Royal_Society | 'fellowship'-dbo:award","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Royal_Society> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"Where was James H. Fields buried ? | 'James H. Fields'-res:James_H._Fields | 'buried'-dbo:genre"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_H._Fields> <http://dbpedia.org/property/restingplace> ?uri } "
+"Who is the fictional character whose family member is Padme Amidala? | 'Padme Amidala'-res:Padmé_Amidala | 'family'-dbp:family | 'fictional character'-dbo:FictionalCharacter","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/family> <http://dbpedia.org/resource/Padmé_Amidala> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}"
+"What company is the one which wrote the google web toolkit and PlayN? | 'google web toolkit'-res:Google_Web_Toolkit | 'PlayN'-res:PlayN | 'company'-dbo:company | 'wrote'-dbo:author","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/author> <http://dbpedia.org/resource/Google_Web_Toolkit> . ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/PlayN> . }"
+"Which are the  automobile platform whose one of the automobile platform is Dodge ? | 'Dodge'-res:Dodge | 'automobile platform'-dbo:automobilePlatform | 'automobile platform'-dbo:automobilePlatform","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/automobilePlatform> <http://dbpedia.org/resource/Dodge> . ?x <http://dbpedia.org/property/manufacturer> ?uri . }"
+"Where was Ne daj se, Nina first aired ? | 'Ne daj se, Nina'-res:Ne_daj_se,_Nina | 'aired'-dbp:firstAired"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ne_daj_se,_Nina> <http://dbpedia.org/property/firstAired> ?uri } "
+"Brian Moriarty designed video games written by whom? | 'brian Moriarty'-res:Brian_Moriarty | 'video games written'-res:Video_game | 'designed'-dbo:designer | 'written'-dbo:writer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Brian_Moriarty> . ?uri <http://dbpedia.org/ontology/writer> ?x . }"
+"Where did the conflict take place where Louis Briere de I'Isle was a commander? | 'I'-res:I | 'Louis Briere de'-res:Michel_Brière | 'conflict'-dbo:battle | 'place'-dbo:place | 'commander'-dbo:commander","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Louis_Brière> <http://dbpedia.org/ontology/commander> ?x . ?x <http://dbpedia.org/property/territory> ?uri . }"
+"Quebec born ice hockey players have stopped playing for which teams? | 'ice hockey players'-res:Ice_hockey | 'quebec'-dbo:leader | 'born'-dbo:birthYear | 'stopped'-dbo:patron | 'playing'-dbo:field | 'teams'-dbp:team","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Ice_hockey> . ?x <http://dbpedia.org/property/team> ?uri . }"
+"what kind of things play on WBIG FM? | 'WBIG'-res:WBIG | 'FM'-res:FM | 'FM'-res:FM | 'WBIG'-res:WBIG | 'play'-dbo:team","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/format> <http://dbpedia.org/resource/WBIG> . ?uri <http://dbpedia.org/property/format> ?x . }"
+"In which fields are the graduates of Worcester College, Oxford working? | 'Worcester College, Oxford'-res:Worcester_College,_Oxford | 'graduates'-dbp:almaMater | 'field'-dbo:field","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/Worcester_College,_Oxford> . ?x <http://dbpedia.org/property/fields> ?uri . }"
+"What are the musical performances whose label is Celluloid Records? | 'Celluloid Records'-res:Celluloid_Records | 'musical performances'-dbo:musicalArtist | 'label'-dbp:label","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Celluloid_Records> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalArtist>}"
+"How many people have fought wars where Arthur St. Clair was a commander? | 'Arthur St Clair'-res:Arthur_St._Clair | 'fought'-dbo:type | 'wars'-dbp:battles | 'commander'-dbo:commander","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Arthur_St._Clair> <http://dbpedia.org/ontology/commander> ?x . ?x <http://dbpedia.org/property/combatant> ?uri . }"
+"Give me the home town of all musical artists who uses Guitar as instrument ? | 'Guitar'-res:Guitar | 'home town'-dbo:hometown | 'musical artists'-dbp:show | 'instrument'-dbo:instrument","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/instrument> <http://dbpedia.org/resource/Guitar> . ?x <http://dbpedia.org/ontology/hometown> ?uri . }"
+"Name the movies directed by Stanley Kubrick and edited by Anthony Harvey? | 'Stanley Kubrick'-res:Stanley_Kubrick | 'Anthony Harvey'-res:Anthony_Harvey | 'directed'-dbo:director | 'edited'-dbo:editing","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Stanley_Kubrick> . ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Anthony_Harvey> . }"
+"What are some other things developed by the company who made the remote desktop protocol? | 'remote desktop protocol'-res:Remote_Desktop_Protocol | 'developed'-dbo:developer | 'company'-dbo:company","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Remote_Desktop_Protocol> . ?uri <http://dbpedia.org/property/developer> ?x . }"
+"List the guests of On Broadway ? | 'On Broadway'-res:On_Broadway_(Smash) | 'guests'-dbp:guests"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/On_Broadway_(Smash)> <http://dbpedia.org/property/guests> ?uri } "
+"How many universities are there whose country's capital is Oslo? | 'universities'-res:Universities_South_Africa | 'Oslo'-res:Oslo | 'country'-dbo:country | 'capital'-dbo:capital","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/capital> <http://dbpedia.org/resource/Oslo> . ?uri <http://dbpedia.org/property/country> ?x . }"
+"Which executive producer of the ultimate merger is also an important person at Trump Productions? | 'the ultimate merger'-res:The_Ultimate_Merger | 'Trump Productions'-res:Trump_Productions | 'executive producer'-dbo:executiveProducer | 'person'-dbo:keyPerson"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/executiveProducer> <http://dbpedia.org/resource/The_Ultimate_Merger> } "
+"What is the official name of Colorado wine ? | 'Colorado wine'-res:Colorado_wine | 'official name'-dbp:officialName"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Colorado_wine> <http://dbpedia.org/property/officialName> ?uri } "
+"In how many states can one find Burr Tuss kind of bridges? | 'Burr Tuss'-res:Aphex_Twin | 'bridges'-dbo:abstract","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/locatedInArea> <http://dbpedia.org/resource/Burr_Tuss> . ?x <http://dbpedia.org/ontology/designer> ?uri . }"
+"Name all those buried in a place governed by a city council. | 'name'-dbo:name | 'buried'-dbo:weight | 'place'-dbo:place | 'governed'-dbo:employer | 'city council'-dbo:house","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Chicago_Bulls> . ?uri <http://dbpedia.org/ontology/restingplace> ?x . }"
+"What royalties's sepulchre is Mausoleum of Augustus? | 'Royalties'-res:Royalties | 'sepulchre'-res:Easter_Sepulchre | 'Mausoleum of Augustus'-res:Mausoleum_of_Augustus","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mother> <http://dbpedia.org/resource/Mausoleum_of_Augustus> . }"
+"Name the common university of the Cardinal and Jim Wylie? | 'cardinal'-res:Stanford_Cardinal | 'Jim Wylie'-res:Jim_Wylie | 'name'-dbp:name | 'common university'-dbp:university","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Stanford_Cardinal> <http://dbpedia.org/ontology/university> ?uri . <http://dbpedia.org/resource/Jim_Wylie> <http://dbpedia.org/property/institution> ?uri . }"
+"What is the automobile platform of Chiva bus ? | 'Chiva bus'-res:Chiva_bus | 'automobile platform'-dbo:automobilePlatform"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chiva_bus> <http://dbpedia.org/ontology/automobilePlatform> ?uri } "
+"Which TV show is related to The Sarah Jane Adventures and theme music is composed by  Ron Grainer? | 'TV'-res:Tv_test_pattern | 'The Sarah Jane Adventures'-res:The_Sarah_Jane_Adventures | 'Ron Grainer'-res:Ron_Grainer | 'show'-dbo:show | 'related'-dbo:related | 'theme music'-dbo:openingTheme | 'composed'-dbo:composer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/related> <http://dbpedia.org/resource/The_Sarah_Jane_Adventures> . ?uri <http://dbpedia.org/property/themeMusicComposer> <http://dbpedia.org/resource/Ron_Grainer> . }"
+"Count everyone who lives in a place where Indian English is an official language ? | 'Indian English'-res:India | 'Indian English'-res:Indian_English | 'count'-dbo:type | 'lives'-dbo:residence | 'place'-dbo:place | 'official language'-dbo:officialLanguage | ''-dbo:country","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/officialLanguage> <http://dbpedia.org/resource/Indian_English> . ?uri <http://dbpedia.org/property/residence> ?x . }"
+"How many religions are practiced by diplomats? | 'diplomats'-res:Diplomacy | 'practiced'-dbo:profession | 'religion'-dbp:religion","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/profession> <http://dbpedia.org/resource/Diplomacy> . ?x <http://dbpedia.org/property/religion> ?uri . }"
+"Count the number of things people who know linguistics are known for ? | 'Linguistics'-res:Linguistics | 'known for'-dbo:knownFor | 'known for'-dbo:knownFor"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/knownFor> <http://dbpedia.org/resource/Linguistics> . }"
+"How many religions are followed by organizations which are internationally known as the muslim brotherhood? | 'muslim brotherhood'-res:Muslim_Brotherhood | 'international'-dbp:international | 'religion'-dbo:religion","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/international> <http://dbpedia.org/resource/Muslim_Brotherhood> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"What is the home ground of the clubs managed by Ciao Zanardi? | 'Ciao Zanardi'-res:Caio_Zanardi | 'home ground'-dbo:institution | 'clubs'-dbo:college | 'managed'-dbo:director","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/manager> <http://dbpedia.org/resource/Ciao_Zanardi> . ?x <http://dbpedia.org/ontology/homeGround> ?uri . }"
+"What is the country with native language as Languages of Ethiopia? | 'Languages of Ethiopia'-res:Languages_of_Ethiopia | 'language'-dbo:language | 'country'-dbo:Country","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Languages_of_Ethiopia> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country>}"
+"Where was Girls (The Prodigy song)  recorded ? | 'Girls (The Prodigy song)'-res:Girls_(The_Prodigy_song) | 'recorded'-dbp:recorded"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Girls_(The_Prodigy_song)> <http://dbpedia.org/property/recorded> ?uri } "
+"How many TV shows' networks are headquarterd in NY? | 'NY'-res:New_York | 'shows'-dbo:place | 'networks'-dbo:broadcastNetwork | 'headquarterd'-dbp:headquarters","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/New_York> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"Give me some shows owned by BBC one and BBC hd? | 'BBC one'-res:BBC_One | 'BBC hd'-res:BBC_HD | 'shows'-dbo:place | 'owned'-dbp:owner","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/owning> <http://dbpedia.org/resource/BBC_One> . ?uri <http://dbpedia.org/ontology/company> <http://dbpedia.org/resource/CBS_HD> . }"
+"How many teams have rented stadiums in Canada? | 'Canada'-res:Canada | 'teams'-dbp:team | 'rented'-dbo:related | 'stadiums'-dbp:stadium","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/property/tenants> ?uri . }"
+"List the  outflow of Lake Uniamsi? | 'Lake Uniamsi'-res:Lake_Uniamési | 'outflow'-dbo:outflow"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lake_Uniamési> outflow ?uri } "
+"Name the incumbent of Linda Jenness ? | 'Linda Jenness'-res:Linda_Jenness | 'name'-dbp:name | 'incumbent'-dbo:incumbent"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Linda_Jenness> <http://dbpedia.org/property/incumbent> ?uri } "
+"In which countries does the sea lie on whose shore is the city of Cumana? | 'Cumana'-res:Cumaná | 'sea lie'-dbo:elevation | 'shore'-dbo:interest | 'city'-dbo:city","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/cities> <http://dbpedia.org/resource/Cumaná> . ?x <http://dbpedia.org/property/country> ?uri . }"
+"Where is the headquarters of Sigma TV | 'Sigma TV'-res:Sigma_TV | 'headquarters'-dbp:headquarters"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sigma_TV> <http://dbpedia.org/property/headquarters> ?uri } "
+"Count the affiliations of International Union of Anarchists? | 'International Union of Anarchists'-res:International_Union_of_Anarchists | 'affiliation'-dbp:affiliation","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/International_Union_of_Anarchists> <http://dbpedia.org/property/affiliation> ?uri . }"
+"What is the alma mater of the scientist  whose PhD advisor is Jean-Claude Latombe ? | 'scientist'-res:Scientist | 'PhD advisor'-res:Doctor_of_Philosophy | 'Jean-Claude Latombe'-res:Jean-Claude_Latombe | 'alma mater'-dbo:almaMater","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Jean-Claude_Latombe> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"List the people residing in Wilton, Connecticut? | 'Wilton, Connecticut'-res:Wilton,_Connecticut | 'residing'-dbp:residence","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/residence> <http://dbpedia.org/resource/Wilton,_Connecticut> . }"
+"Bantam Spectra is the publisher of which series? | 'bantam Spectra'-res:Bantam_Spectra | 'publisher'-dbo:publisher | 'series'-dbo:series","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Bantam_Spectra> . ?x <http://dbpedia.org/ontology/series> ?uri . }"
+"How many things are produced by companies located in Tehran? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Tehran'-res:Tehran | 'produced'-dbo:product | 'located'-dbp:location","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/location> <http://dbpedia.org/resource/Tehran> . ?uri <http://dbpedia.org/ontology/product> ?x . }"
+"Horses grandsired by Sundridge  have won which awards? | 'Sundridge'-res:Sundridge | 'horses'-dbo:staff | 'grandsired'-dbo:grandsire | 'won'-dbo:award | 'awards'-dbo:award","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/grandsire> <http://dbpedia.org/resource/Sundridge> . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"Who was on the first team in the GPs that were held at Watkins Glen, NY? | 'GPs'-res:NBEAL2 | 'NY'-res:New_York | 'Watkins Glen,'-res:Watkins_Glen_International | 'team'-dbo:team | 'held'-dbo:office","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/ground> <http://dbpedia.org/resource/Watkins_Glen_International> . ?x <http://dbpedia.org/property/firstTeam> ?uri . }"
+"Name the movie whose screenplay is by Akiva Goldsman and directed by Joel Schumacher ? | 'screenplay'-res:Screenplay_(book) | 'Akiva Goldsman'-res:Akiva_Goldsman | 'Joel Schumacher'-res:Joel_Schumacher | 'name'-dbp:name | 'movie'-dbo:picture | 'directed'-dbp:directedby","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/screenplay> <http://dbpedia.org/resource/Akiva_Goldsman> . ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Joel_Schumacher> . }"
+"What is the baseball team whose club manager's debut team is Houston Astros? | 'debut team'-res:The_Debut | 'Houston Astros'-res:Houston_Astros | 'baseball team'-dbo:team | 'club manager'-dbo:director","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutteam> <http://dbpedia.org/resource/Houston_Astros> . ?uri <http://dbpedia.org/property/manager> ?x . }"
+"In how many different places have people beatified by Pope Pius X died? | 'X'-res:X | 'Pope Pius'-res:Pope_Pius_X | 'places'-dbp:height | 'beatified'-dbp:beatifiedBy | 'died'-dbo:deathDate","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_Pius_X> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"
+"What faiths are followed by the relatives of Meadow Soprano? | 'Meadow Soprano'-res:Meadow_Soprano | 'faiths'-dbo:religion | 'relatives'-dbo:relative","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Meadow_Soprano> <http://dbpedia.org/ontology/relative> ?x . ?x <http://dbpedia.org/property/religion> ?uri . }"
+"who was the president under whom winston bryant served as a lieutenant? | 'Winston bryant'-res:Winston_Bryant | 'president'-dbo:president | 'served'-dbo:regionServed | 'lieutenant'-dbo:lieutenant"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/lieutenant> <http://dbpedia.org/resource/Winston_Bryant> } "
+"What are the bands associated with the artists of My Favorite Girl  ? | 'My Favorite Girl'-res:My_Favorite_Girl | 'bands'-dbo:staff | 'associated'-dbo:associatedBand | 'artists'-dbp:artist","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/My_Favorite_Girl> <http://dbpedia.org/ontology/artist> ?x . ?x <http://dbpedia.org/property/associatedBand> ?uri . }"
+"What are the television shows whose network's stockholder is Warner Bros. Television? | 'Warner Bros. Television'-res:Warner_Bros._Television | 'television'-dbo:transmission | 'shows'-dbo:place | 'network'-dbo:network","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owner> <http://dbpedia.org/resource/Warner_Bros._Television> . ?uri <http://dbpedia.org/property/network> ?x . }"
+"What is the total number of software whose programming language is C++ and operating system is Microsoft Windows? | 'software'-res:Rietveld_(software) | 'C++'-res:C++ | 'Microsoft Windows'-res:Microsoft_Windows | 'total'-dbo:populationTotal | 'programming language'-dbo:language | 'operating'-dbo:operatingSystem"," SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/programmingLanguage> <http://dbpedia.org/resource/C++> . ?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> } "
+"how many companies are located in a spanish speaking region? | 'spanish'-res:Spanish_language | 'located'-dbo:language | 'spanish speaking'-dbo:location","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/region> <http://dbpedia.org/resource/Spanish_language> . ?uri <http://dbpedia.org/ontology/location> ?x . }"
+"From how many different institutes have the members of Judge Advocate General's Corps graduated? | 'Judge Advocate General 's Corps'-res:Judge_Advocate_General's_Corps,_United_States_Army | 'institutes'-dbo:university | 'members'-dbo:family | 'graduated'-dbo:effectiveRadiatedPower","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/branch> <http://dbpedia.org/resource/Judge_Advocate_General's_Corps> . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }"
+"Name the river whose mouth mountain is Southend-on-Sea and mouth place is Essex? | 'Southend-on-Sea'-res:Southend-on-Sea | 'Essex'-res:Essex | 'name'-dbp:name | 'river'-dbo:river | 'mouth mountain'-dbo:elevation | 'mouth place'-dbo:district","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Southend-on-Sea> . ?uri <http://dbpedia.org/property/mouthPlace> <http://dbpedia.org/resource/Essex> . }"
+"What genre's softwares are released with a GNU GPL license? | 'softwares'-res:Software | 'GNU'-res:GNU | 'GPL license'-res:Gpl-violations.org | 'GPL'-res:Gpl-violations.org | 'GNU  license'-res:GNU_Free_Documentation_License | 'genre'-dbo:genre | 'released'-dbp:released","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/license> <http://dbpedia.org/resource/GNU_Free_Documentation_License> . ?x <http://dbpedia.org/ontology/genre> ?uri . }"
+"Who is the leader of Allgemeine SS ? | 'SS'-res:Schutzstaffel | 'Allgemeine'-res:Allgemeine_SS | 'leader'-dbo:leader"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Allgemeine_SS> <http://dbpedia.org/property/leader> ?uri } "
+"Where is the headquarters of Metro Transit (Minnesota) ? | 'Metro Transit (Minnesota)'-res:Metro_Transit_(Minnesota) | 'headquarters'-dbp:headquarters"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Metro_Transit_(Minnesota)> <http://dbpedia.org/property/headquarters> ?uri } "
+"Give me the count of all the names of characters created by Frank Miller | 'Frank Miller'-res:Frank_Miller_(comics) | 'created by'-dbp:creators | 'characters'-dbp:characterName","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Frank_Miller_(comics)> . }"
+"Where was the narrator of Spain on the Road Again born? | 'Spain on the Road Again'-res:Spain..._on_the_Road_Again | 'narrator'-dbo:narrator | 'born'-dbp:birthPlace","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Spain_on_the_Road_Again> <http://dbpedia.org/ontology/narrator> ?x . ?x <http://dbpedia.org/property/birthPlace> ?uri . }"
+"Where did the scientist study whose doctoral thesis was supervised by Leonard Lerman? | 'Leonard Lerman'-res:Leonard_Lerman | 'scientist study'-dbo:picture | 'doctoral thesis'-dbo:doctoralAdvisor | 'supervised'-dbo:doctoralAdvisor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Leonard_Lerman> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"Which governer of Winston Bryant is the president of Joseph Stiglitz ? | 'Winston Bryant'-res:Winston_Bryant | 'Joseph Stiglitz'-res:Joseph_Stiglitz | 'governer'-dbp:governor | 'president'-dbo:president"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Winston_Bryant> <http://dbpedia.org/property/governor> ?uri . <http://dbpedia.org/resource/Joseph_Stiglitz> <http://dbpedia.org/ontology/president> ?uri} "
+"How many people have led agencies in German occupied Europe? | 'agencies'-res:Agencies_of_the_European_Union | 'German'-res:Germany | 'German'-res:German | 'Europe'-res:Europe | 'led'-dbo:field | 'occupied'-dbp:about | ''-dbo:country | ''-dbo:country","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/jurisdiction> <http://dbpedia.org/resource/German-occupied_Europe> . ?uri <http://dbpedia.org/ontology/leaderName> ?x . }"
+"Where did the plays written by Robert Schenkkan take place? | 'Robert Schenkkan'-res:Robert_Schenkkan | 'plays'-dbo:plays | 'written'-dbo:writer | 'place'-dbo:place","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Robert_Schenkkan> . ?x <http://dbpedia.org/ontology/place> ?uri . }"
+"Name  some ww1 veterans? | 'ww1 veterans'-res:WW1_(album) | 'name'-dbo:name"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/militaryRank> <http://dbpedia.org/resource/WW1_(album)> } "
+"Which are the predecessor of Chevrolet Caprice? | 'Chevrolet Caprice'-res:Chevrolet_Caprice | 'predecessor'-dbo:predecessor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chevrolet_Caprice> <http://dbpedia.org/property/predecessor> ?uri } "
+"What is the series of the book which is a subsequent work of Blade Runner 2: The Edge of Human ? | 'Blade Runner 2: The Edge of Human subsequent work'-res:Blade_Runner_2:_The_Edge_of_Human | 'series'-dbo:series","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blade_Runner_2:_The_Edge_of_Human> <http://dbpedia.org/property/subsequentWork> ?x . ?x <http://dbpedia.org/ontology/series> ?uri . }"
+"Which TV show whose theme is composed by someone signed up with ATO records? | 'ATO records'-res:ATO_Records | 'show'-dbo:show | 'theme'-dbp:subject | 'composed'-dbo:musicComposer | 'signed'-dbo:movement | 'records'-dbo:background","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/ATO_Records> . ?uri <http://dbpedia.org/property/themeMusicComposer> ?x . }"
+"Who is the relative of Jim Farley (businessman) ? | 'Jim Farley (businessman)'-res:Jim_Farley_(businessman) | 'relative'-dbp:relatives"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Farley_(businessman)> <http://dbpedia.org/property/relatives> ?uri } "
+"Name books with publisher as Francisco de Robles and writer as Miguel de Cervantes ? | 'Francisco de Robles'-res:Francisco_de_Robles | 'Miguel de Cervantes'-res:Miguel_de_Cervantes | 'name books'-dbo:leaderName | 'publisher'-dbo:publisher | 'writer'-dbo:writer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Francisco_de_Robles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}"
+"What nation is Hornito located in, where Jamie Bateman Cayn died too? | 'Hornito'-res:Hornito | 'Jamie Bateman Cayn'-res:John_Jones_Bateman | 'nation'-dbo:country | 'located'-dbo:position | 'in,'-dbo:recordedIn | 'died'-dbo:deathDate","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hornito> <http://dbpedia.org/ontology/birthPlace> ?uri . <http://dbpedia.org/resource/Jamie_Bateman_Cayn> <http://dbpedia.org/property/placeOfDeath> ?uri . }"
+"Name the resting place of Fazlur Rahman Khan ? | 'Fazlur Rahman Khan'-res:Fazlur_Rahman_Khan | 'name'-dbp:name | 'resting'-dbo:restingPlace | 'place'-dbo:place"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fazlur_Rahman_Khan> <http://dbpedia.org/ontology/restingPlace> ?uri } "
+"Who is the meaning of Isa  ? | 'Isa'-res:Isa_(name) | 'meaning'-dbo:meaning"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Isa_(name)> <http://dbpedia.org/ontology/meaning> ?uri } "
+"Count the number teams which have  former ice hockey players which also included American Hockey League ? | 'former ice hockey players'-res:Ice_hockey | 'American Hockey League'-res:Organization_of_American_States | 'American Hockey League'-res:American_Hockey_League | 'count'-dbo:country | 'teams'-dbp:teams | 'included'-dbo:number | ''-dbo:country"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Ice_hockey> . ?x <http://dbpedia.org/property/league> ?uri }"
+"List all the schools of the rugby player whose went to school named Pietermaritzburg ? | 'Pietermaritzburg'-res:Pietermaritzburg | 'schools'-dbo:ground | 'rugby player'-dbo:combatant | 'school'-dbo:school","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/school> <http://dbpedia.org/resource/Pietermaritzburg> . ?x <http://dbpedia.org/property/school> ?uri . }"
+"Name the office of Richard Coke ? | 'Richard Coke'-res:Richard_Coke | 'name'-dbo:name | 'office'-dbo:office"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Richard_Coke> <http://dbpedia.org/ontology/office> ?uri } "
+"Which city's foundeer is John Forbes? | 'John Forbes'-res:John_Forbes_(British_Army_officer) | 'city'-dbo:city | 'foundeer'-dbp:founder","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/founder> <http://dbpedia.org/resource/John_Forbes_(British_Army_officer)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/City>}"
+"What is the river whose mouth is in deadsea? | 'deadsea'-res:Deadhead | 'river mouth'-dbo:riverMouth","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/Deadhead> . }"
+"What is the allegiance of John Kotelawala ? | 'John Kotelawala'-res:John_Kotelawala | 'allegiance'-dbo:allegiance"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_Kotelawala> <http://dbpedia.org/property/allegiance> ?uri } "
+"What layout can be found in cars similar to the Subaru Outback? | 'Subaru Outback'-res:Subaru_Outback | 'layout'-dbo:layout | 'cars'-dbo:management","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/related> ?uri . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Automobile>}"
+"Name the origin of Henry Cluney ? | 'Henry Cluney'-res:Henry_Cluney | 'name'-dbp:name | 'origin'-dbo:origin"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henry_Cluney> <http://dbpedia.org/property/origin> ?uri } "
+"In which part of the world can i find Xynisteri and Mavro? | 'Xynisteri'-res:Xynisteri | 'Mavro'-res:Mavro | 'in'-dbo:origin | 'in'-dbo:origin","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Xynisteri> <http://dbpedia.org/ontology/origin> ?uri . <http://dbpedia.org/resource/Mavro> <http://dbpedia.org/property/region> ?uri . }"
+"which awards have been given to people who fought in the Battle of France? | 'Battle of France'-res:Battle_of_France | 'awards'-dbo:award | 'fought'-dbo:type","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Battle_of_France> . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"Who was the silver medalist of Gymnastics at the 2008 Summer Olympics  Women's artistic individual all-around ? | 'Gymnastics at the 2008 Summer Olympics  Women'-res:Gymnastics_at_the_2008_Summer_Olympics | 'artistic individual all-around'-res:European_Artistic_Gymnastics_Championships_–_Women's_individual_all-around"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gymnastics_at_the_2008_Summer_Olympics> <http://dbpedia.org/property/silverMedalist> ?uri } "
+"List the battles fought by Roh Tae-woo ? | 'Roh Tae-woo'-res:Roh_Tae-woo | 'battles'-dbp:battles"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Roh_Tae-woo> <http://dbpedia.org/property/battles> ?uri } "
+"List the common official language of the ladonia and Empire of Atlantium ? | 'ladonia'-res:Ladonia_(micronation) | 'Empire of Atlantium'-res:Empire_of_Atlantium | 'official language'-dbo:officialLanguage | 'official language'-dbo:officialLanguage","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ladonia_(micronation)> <http://dbpedia.org/ontology/officialLanguage> ?uri . <http://dbpedia.org/resource/Empire_of_Atlantium> <http://dbpedia.org/property/language> ?uri . }"
+"What is the occupation of the Irving Chernev and Karen Grigorian? | 'Irving Chernev'-res:Irving_Chernev | 'Karen Grigorian'-res:Karen_Grigorian | 'occupation'-dbo:occupation","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Irving_Chernev> . ?uri <http://dbpedia.org/ontology/occupation> <http://dbpedia.org/resource/Karen_Grigorian> . }"
+"In which countries can i find some feminist writers? | 'countries'-res:Countries_of_the_United_Kingdom | 'feminist writers'-res:Feminist_stripper | 'i'-dbp:i","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/gender> <http://dbpedia.org/resource/Feminist_stripper> . ?x <http://dbpedia.org/property/nationality> ?uri . }"
+"In which teams did anyone who played as a defencemen, play previously? | 'teams'-dbo:numberOfTeams | 'played'-dbo:portrayer | 'play'-dbo:starring","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?x <http://dbpedia.org/ontology/team> ?uri . }"
+"Who authored the works published in the Jump Square Magazine? | 'Jump Square'-res:Jump_Square | 'Magazine'-dbp:magazine | 'author'-dbp:author","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/magazine> <http://dbpedia.org/resource/Jump_Square> . ?x <http://dbpedia.org/property/author> ?uri . }"
+"List bacteria whose order (taxonomy) is Bacillales and domain is Bacteria? | 'Bacteria (taxonomy)'-res:Bacteria | 'Bacillales'-res:Bacillales | 'Bacteria'-res:Bacteria | 'domain'-dbo:domain","SELECT DISTINCT ?uri WHERE { ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Bacteria>}"
+"In which language is All I need is Your Sweet lovin written ? | 'I'-res:I | 'All'-res:All | 'Your Sweet lovin'-res:All_I_Need_Is_Your_Sweet_Lovin' | 'language'-dbo:language | 'written'-dbo:writer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Your_Sweet_Lovin'> <http://dbpedia.org/ontology/writer> ?uri } "
+"What sport amongst the one Lagos Preparatory School practices, did Willian Garne play for? | 'Lagos Preparatory School practices, did Willian Garne'-res:Lagos_Preparatory_School | 'sport'-dbo:sport | 'play'-dbo:sport","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lagos_Preparatory_School> <http://dbpedia.org/ontology/sport> ?uri } "
+"What are the beverages whose origin is England? | 'England'-res:England | 'beverages'-dbo:strength | 'origin'-dbo:origin","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/origin> <http://dbpedia.org/resource/England> . }"
+"Who is the film star of On Air with Ryan Seacrest ? | 'On Air with Ryan Seacrest'-res:On_Air_with_Ryan_Seacrest | 'star'-dbo:starring"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/On_Air_with_Ryan_Seacrest> <http://dbpedia.org/ontology/starring> ?uri } "
+"Which university attended by Franklin W. Olin was also the alma mater of Patty Lin ? | 'Patty Lin'-res:Patty_Lin | 'Franklin W. Olin'-res:Franklin_W._Olin | 'university attended'-dbp:almaMater | 'university attended'-dbp:education"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Franklin_W._Olin> <http://dbpedia.org/property/almaMater> ?uri . <http://dbpedia.org/resource/Patty_Lin> <http://dbpedia.org/ontology/education> ?uri} "
+"Count the number of sports played by schools which play hockey ? | 'hockey'-res:Hockey | 'sports'-dbo:sport | 'sports'-dbo:sport"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/sport> <http://dbpedia.org/resource/Hockey> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/School>}"
+"List the tomb of the royalties whose burial place is Little Easton ? | 'Royalties'-res:Royalties | 'Little Easton'-res:Little_Easton | 'tomb'-dbo:race | 'burial place'-dbo:district","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/restingplace> <http://dbpedia.org/resource/Little_Easton> . ?x <http://dbpedia.org/ontology/tomb> ?uri . }"
+"How many software run on operating system is Microsoft Windows? | 'software'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'operating system'-dbo:operatingSystem | 'software'-dbo:Software","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Software>}"
+"List the show related to the which was followed by Doctor Who Extra? | 'Doctor Who Extra'-res:Doctor_Who_Extra | 'show'-dbp:show | 'related'-dbo:related","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/subsequentWork> <http://dbpedia.org/resource/Doctor_Who_Extra> . ?uri <http://dbpedia.org/ontology/related> ?x . }"
+"Which country's largest city is Lima? | 'largest city'-res:Largest_octopus | 'Lima'-res:Lima | 'largest city'-dbo:largestCity","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/largestCity> <http://dbpedia.org/resource/Lima> . }"
+"List the institute of Robert hall ? | 'Robert hall'-res:Robert_S._Hall | 'institute'-dbo:institution"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_S._Hall> <http://dbpedia.org/ontology/institution> ?uri } "
+"What are the movies whose music is given by Laurie Johnson? | 'Laurie Johnson'-res:Laurie_Johnson | 'music'-dbp:music | 'movie'-dbo:Film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Laurie_Johnson> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"What appliance Sony made after the success of PlayStation 2? | 'appliance Sony'-res:Appliance | 'PlayStation 2'-res:PlayStation_2 | 'success'-dbo:successor","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/successor> <http://dbpedia.org/resource/PlayStation_2> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Appliance>}"
+"Name the series of Doctor Who: Evacuation Earth ? | 'Doctor Who: Evacuation Earth'-res:Doctor_Who:_Evacuation_Earth | 'name'-dbp:name | 'series'-dbo:series"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Doctor_Who:_Evacuation_Earth> <http://dbpedia.org/ontology/series> ?uri } "
+"What are some music artists whose bands have signed up with Entertainment One Music? | 'Entertainment One Music'-res:Entertainment_One_Music | 'music artists'-dbo:musicSubgenre | 'bands'-dbo:staff | 'signed'-dbo:movement","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Entertainment_One_Music> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MusicalArtist>}"
+"Name the broadcast area of  Radio Philippines Network ? | 'Radio Philippines Network'-res:Radio_Philippines_Network | 'name'-dbo:name | 'broadcast area'-dbo:broadcastArea"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Radio_Philippines_Network> <http://dbpedia.org/ontology/broadcastArea> ?uri } "
+"Which religion is prevalent in the schools of the Ashanti region? | 'Ashanti region'-res:Ashanti_Region | 'religion'-dbo:religion | 'prevalent'-dbo:currency | 'schools'-dbo:ground","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/region> <http://dbpedia.org/resource/Ashanti_Region> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"Which maintainer of Cheasty Boulevard South is also the city of Soccer Bowl' 76 ? | 'Cheasty Boulevard South'-res:Cheasty_Boulevard_South | 'Soccer Bowl'-res:Soccer_Bowl | '76'-res:UFC_76 | 'maintainer'-dbo:maintainedBy | 'city'-dbo:city"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/property/maintainedBy> ?uri . <http://dbpedia.org/resource/Soccer_Bowl> <http://dbpedia.org/ontology/city> ?uri} "
+"Which driver came first in the 1993 European Grand Prix ? | '1993 European Grand Prix'-res:1993_European_Grand_Prix | 'driver first'-dbp:firstDriver"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1993_European_Grand_Prix> <http://dbpedia.org/property/firstDriver> ?uri } "
+"How many other ingredient are there in the foods whihh have one of the ingredient as Potato ? | 'Foods whihh'-res:Sclafani_Foods | 'Potato'-res:Potato | 'ingredient'-dbo:ingredient | 'ingredient'-dbo:ingredient"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Potato> . ?x ?uri }"
+"How many companies have launched their rockets from the Vandenerg Air base? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Vandenerg Air base'-res:Reims_–_Champagne_Air_Base | 'launched'-dbo:shipLaunch | 'rockets'-dbo:capital","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/launchAirBase> <http://dbpedia.org/resource/Vandenerg_Air_Base> . ?x <http://dbpedia.org/property/launch> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#typeDbo:Rocket>}"
+"What is operated by FedExField ? | 'FedExField'-res:FedExField | 'operated'-dbo:operator"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/FedExField> <http://dbpedia.org/ontology/operator> ?uri } "
+"Foxconn makes how many things? | 'Foxconn'-res:Foxconn","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/manufacturer> <http://dbpedia.org/resource/Foxconn> . }"
+"In how many nations can I find dishes made of Shallot? | 'I'-res:I | 'Shallot'-res:Shallot | 'nations'-dbo:state | 'dishes'-dbo:state","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Shallot> . ?x <http://dbpedia.org/property/state> ?uri . }"
+"What are the nicknames of the schools whose color is royal blue? | 'royal blue'-res:Royal_blue | 'nicknames'-dbo:denomination | 'schools'-dbo:discipline | 'color'-dbo:hairColor | 'royal blue'-dbo:gross","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hairColor> <http://dbpedia.org/resource/Royal_blue> . ?x <http://dbpedia.org/property/nicknames> ?uri . }"
+"To what political party do the politicians graduated from Somerville college, Oxford belong to? | 'politicians'-res:Politicians_of_The_Wire | 'Somerville college, Oxford'-res:Somerville_College,_Oxford | 'political party'-dbp:party | 'graduated'-dbo:numberOfGraduateStudents | 'belong'-dbo:person","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Somerville_College,_Oxford> . ?x <http://dbpedia.org/property/party> ?uri . }"
+"What awards did Jos Rivera (playwright) win? | 'Jos Rivera (playwright)'-res:José_Rivera_(playwright) | 'awards'-dbp:awards","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/José_Rivera_(playwright)> <http://dbpedia.org/property/awards> ?uri . }"
+"Which political figures were awarded Screen Actors Guild Life Achievement Award? | 'Screen Actors Guild Life Achievement Award'-res:Screen_Actors_Guild_Life_Achievement_Award | 'awarded'-dbo:award","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Screen_Actors_Guild_Life_Achievement_Award> . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"What is the Home Stadium of the Kenya national under-20 football team where Matin Suji was also born ? | 'Home Stadium of the Kenya national under-20 football team where Matin Suji'-res:Kenya_national_under-20_football_team | 'born'-dbo:birthYear"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kenya_national_under-20_football_team> <http://dbpedia.org/property/birthPlace> ?uri . <http://dbpedia.org/resource/Mina_Suji> <http://dbpedia.org/ontology/homeStadium> ?uri} "
+"What is the protected area whose nearest city is Kenya? | 'Kenya'-res:Kenya | 'nearest city'-dbo:nearestCity | 'protected area'-dbo:ProtectedArea","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/nearestCity> <http://dbpedia.org/resource/Kenya> . ?uri <http://dbpedia.org/property/protectedArea> ?x . }"
+"How many places were ruled by Elizabeth II? | 'II'-res:Ii | 'Elizabeth'-res:Elizabeth | 'ruled'-dbp:leaderName","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Elizabeth_II> . }"
+"Which college of Luke List (golfer) is the alma mater of K. Terry Dornbush | 'Luke List (golfer)'-res:Luke_List_(golfer) | 'K'-res:K | 'Terry Dornbush'-res:K._Terry_Dornbush | 'college'-dbo:college | 'alma mater'-dbo:almaMater"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Luke_List_(golfer)> <http://dbpedia.org/property/college> ?uri . <http://dbpedia.org/resource/K._Terry_Dornbush> <http://dbpedia.org/ontology/almaMater> ?uri} "
+"How many producers have worked for FremantleMedia productions? | 'FremantleMedia productions'-res:FremantleMedia | 'worked for'-dbp:company | 'producer'-dbo:producer","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/company> <http://dbpedia.org/resource/FremantleMedia> . ?x <http://dbpedia.org/ontology/producer> ?uri . }"
+"Which animator of Tommy Ticker's Tooth is also the director of The Haunted house ? | 'Tommy Ticker'-res:Ticker_(2001_film) | 'Tooth'-res:The_Booth | 'The Haunted house'-res:The_Haunted_House_(1929_film) | 'animator'-dbo:animator | 'director'-dbo:director"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tommy_Ticker's_Tooth> <http://dbpedia.org/property/director> ?uri . <http://dbpedia.org/resource/The_Haunted_House_(1929_film)> <http://dbpedia.org/ontology/animator> ?uri} "
+"How many architects are there who have made something used by Oakland athletics? | 'Oakland athletics'-res:Oakland_Athletics | 'architects'-dbo:builder","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/Oakland_Athletics> . ?x <http://dbpedia.org/property/builder> ?uri . }"
+"Where are Solidus and Aureus used? | 'Solidus and Aureus'-res:Solidus_mark","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/usedIn> <http://dbpedia.org/resource/Solidus_mark> . ?uri <http://dbpedia.org/property/locations> <http://dbpedia.org/resource/Aureus> . }"
+"Which company owns the airlines whose hub is in Dubai? | 'Dubai'-res:Dubai | 'company'-dbo:company | 'owns'-dbo:relation | 'airlines'-dbo:icaoAirlineCode | 'hub'-dbp:centre","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/hubAirport> <http://dbpedia.org/resource/Dubai> . ?x <http://dbpedia.org/ontology/owner> ?uri . }"
+"Who built the Ford Y-block engine ? | 'Ford Y-block engine'-res:Ford_Y-block_engine | 'built'-dbo:manufacturer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_Y-block_engine> <http://dbpedia.org/property/manufacturer> ?uri } "
+"What is the region of Lumberjack  ? | 'Lumberjack'-res:Lumberjack_100 | 'region'-dbo:region"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lumberjack_100> <http://dbpedia.org/ontology/region> ?uri } "
+"How many awards have royal designers for industry awardwinners got? | 'awards'-dbo:award | 'royal designers'-dbo:royalAnthem | 'industry awardwinners'-dbo:industry","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/royalDesigner> <http://dbpedia.org/resource/Royalty> . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"Where is the team of Abdel Boucker located ? | 'Abdel Boucker'-res:Abdel_Bouckar | 'team'-dbo:team | 'located'-dbo:position"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Abdel_Bouckar> <http://dbpedia.org/property/position> ?uri } "
+"For which other teams do members of tanzanian national football team play? | ''-res:Tanzania_national_football_team | 'teams'-dbo:team | 'members'-dbo:membership | 'play'-dbo:team","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/nationalteam> <http://dbpedia.org/resource/Tanzania_national_football_team> . ?x <http://dbpedia.org/ontology/team> ?uri . }"
+"List the ceremonial county of East Tilbury ? | 'East Tilbury'-res:East_Tilbury | 'ceremonial county'-dbo:ceremonialCounty"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/East_Tilbury> <http://dbpedia.org/ontology/ceremonialCounty> ?uri } "
+"Which award that has been given to James F Obrien, had used Laemmle Theatres for some service? | 'Laemmle Theatres'-res:Laemmle_Theatres | 'James F Obrien'-res:James_F._O'Brien | 'award'-dbo:award | 'service'-dbo:service"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_F._O'Brien> <http://dbpedia.org/property/service> ?uri . <http://dbpedia.org/resource/Laemmle_Theatres> <http://dbpedia.org/ontology/award> ?uri} "
+"How many people have parterned with the person choroegraphed by Catarina Lindgren in the past? | 'Parterned'-res:Bartered | 'Catarina Lindgren'-res:Catarina_Lindgren | 'person'-dbo:person | 'choroegraphed'-dbp:choreographer","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/choreographer> <http://dbpedia.org/resource/Catarina_Lindgren> . ?x <http://dbpedia.org/ontology/parternatedIn> ?uri . }"
+"Which famous commander led the Siege of forn meigs and was involved in the battle of fort stephenson? | 'Siege'-res:Siege_of_Santiago | 'meigs'-res:Meigs | 'fort stephenson'-res:Battle_of_Fort_Stephenson | 'famous commander'-dbo:commander | 'led'-dbo:license | 'forn'-dbo:gross | 'involved'-dbo:result | 'battle'-dbo:battle"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Siege_of_Santiago> <http://dbpedia.org/ontology/commander> ?uri . <http://dbpedia.org/resource/Battle_of-Fort_Stephenson> <http://dbpedia.org/property/battles> ?uri} "
+"Which games publishers are located in California? | 'California'-res:California | 'games publishers'-dbo:athletics | 'located'-dbo:gross","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/publisher> ?uri . }"
+"Where is the stadium of Philadelphia Rage ? | 'Philadelphia Rage'-res:Philadelphia_Rage | 'stadium'-dbo:stadium"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Philadelphia_Rage> <http://dbpedia.org/ontology/stadium> ?uri } "
+"Count all the things licensed as Software as a service. | 'Software'-res:Software | 'count'-dbo:type | 'licensed'-dbo:license | 'service'-dbo:industry","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/license> <http://dbpedia.org/resource/Software_as_a_service> . }"
+"What is the total number of other non-fiction subject of the books whose one of the subject is Racism? | 'Racism'-res:Racism | 'total'-dbo:populationTotal | 'non-fiction subject'-dbo:nonFictionSubject | 'books'-dbo:volume | 'subject'-dbo:nonFictionSubject"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/subject> <http://dbpedia.org/resource/Racism> . ?x <http://dbpedia.org/ontology/nonFictionSubject> ?uri }"
+"Name all the junctions of U.S. Route 59? | 'U.S. Route 59'-res:U.S._Route_59 | 'name'-dbp:name | 'junctions'-dbp:junction"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/U.S._Route_59> <http://dbpedia.org/property/junction> ?uri } "
+"What are some other services of the company whose service is Onedrive? | 'Onedrive'-res:OneDrive | 'services'-dbo:service | 'company'-dbo:company | 'service'-dbo:service","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/service> <http://dbpedia.org/resource/OneDrive> . ?x <http://dbpedia.org/property/services> ?uri . }"
+"What is Bob Adams (American football) known for? | 'Bob Adams (American football)'-res:Bob_Adams_(American_football) | 'known for'-dbp:knownFor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bob_Adams_(American_football)> <http://dbpedia.org/property/knownFor> ?uri } "
+"Who owns Chelsea F.C.? | 'FC'-res:FC | 'Chelsea'-res:Chelsea | 'owns'-dbo:languageFamily"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chelsea_F.C> . <http://dbpedia.org/property/owner> ?uri } "
+"What is the common affiliation of the Monroe Carell Jr. Children's Hospital at Vanderbilt and alma mater of the Duncan U. Fletcher? | 'Monroe Carell Jr. Children's Hospital at Vanderbilt'-res:Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt | 'Duncan U. Fletcher'-res:Duncan_U._Fletcher | 'affiliation'-dbp:affiliation | 'alma mater'-dbo:almaMater"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Duncan_U._Fletcher> <http://dbpedia.org/property/affiliation> ?uri . <http://dbpedia.org/resource/Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt> <http://dbpedia.org/ontology/almaMater> ?uri} "
+"Where do bachelor of arts live? | 'bachelor'-res:Bachelor | 'arts live'-dbo:board"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bachelor_of_Arts> <http://dbpedia.org/ontology/board> ?uri } "
+"What are the awards won by the spouse of Liv Ullmann ? | 'Liv Ullmann'-res:Liv_Ullmann | 'spouse'-dbo:partner | 'awards'-dbp:awards","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Liv_Ullmann> <http://dbpedia.org/ontology/partner> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"How many companies have developed cross platformed softwares? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'cross platformed softwares'-res:Go_software | 'developed'-dbo:product","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/product> <http://dbpedia.org/resource/Cross_Platform_of_Soft_ares> . ?uri <http://dbpedia.org/property/developer> ?x . }"
+"How many titles were given to people who engaged in the Operation Dragoon? | 'Operation Dragoon'-res:Operation_Dragoon | 'titles'-dbp:title | 'engaged'-dbo:address","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battle> <http://dbpedia.org/resource/Operation_Dragoon> . ?x <http://dbpedia.org/property/title> ?uri . }"
+"List the pole drivers in the grand prixes where Williams Grand Prix Engineering was a first team? | 'Williams Grand Prix Engineering'-res:Williams_Grand_Prix_Engineering | 'pole drivers'-dbp:poleDriver | 'grand prixes'-dbo:grandsire | 'team'-dbo:team","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Williams_Grand_Prix_Engineering> . ?x <http://dbpedia.org/ontology/poleDriver> ?uri . }"
+"Who is the employer of Michael M. Sears ? | 'Michael M. Sears'-res:Michael_M._Sears | 'employer'-dbo:employer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_M._Sears> <http://dbpedia.org/ontology/employer> ?uri } "
+"List all the artist of the TV shows which has McClain as one of the artist ? | 'McClain'-res:McClain_(band) | 'artist'-dbo:artist | 'artist'-dbo:artist","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/McClain_(band)> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"List all the layouts of the automobile whose one of the layout is four-wheel-drive layout ? | 'four-wheel-drive layout'-res:Front-engine,_four-wheel-drive_layout | 'layouts'-dbo:configuration | 'automobile'-dbo:vehicle | 'layout'-dbo:layout | 'four-wheel-drive layout'-dbo:purpose","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/layout> <http://dbpedia.org/resource/Four-wheel-drive_layout> . ?x <http://dbpedia.org/property/layout> ?uri . }"
+"To how many places does the airlines fly, whose head office is located at the Gatwick Airport? | 'airlines fly,'-res:Hi_Fly_(airline) | 'Gatwick Airport'-res:Gatwick_Airport | 'places'-dbo:district | 'head office'-dbp:headquarters | 'located'-dbo:gross"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Gatwick_Airport> . ?x <http://dbpedia.org/ontology/destinations> ?uri }"
+"Where is the arena of WPC Dynamo Moscow situated? | 'WPC Dynamo Moscow'-res:WPC_Dynamo_Moscow | 'arena'-dbp:arena | 'situated'-dbo:position"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WPC_Dynamo_Moscow> <http://dbpedia.org/property/arena> ?uri } "
+" How many scientist have won an award by the society led by Venkatraman Ramakrishnan? | 'How'-res:How_Do_I_Deal | 'scientist'-res:Scientist | 'Venkatraman Ramakrishnan'-res:Venkatraman_Ramakrishnan | 'won'-dbo:award | 'award'-dbo:award | 'society'-dbo:institution | 'led'-dbo:field","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Venkatraman_Ramakrishnan> . ?uri <http://dbpedia.org/property/awards> ?x . }"
+"Who all were involved in the wars fought by the commander Blue Jacket? | 'commander Blue Jacket'-res:The_Jacket | 'involved'-dbo:address | 'wars'-dbo:partner | 'fought'-dbo:type","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/The_Jacket> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }"
+"Whose labels are Victor Entertainment and Celluloid Records? | 'Victor Entertainment'-res:Victor_Entertainment | 'Celluloid Records'-res:Celluloid_Records | 'labels'-dbp:label","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Celluloid_Records>}"
+"How many people have written stuff broadcasted on the Tokyo Broadcasting System? | 'Tokyo Broadcasting System'-res:Tokyo_Broadcasting_System | 'written'-dbo:writer | 'stuff broadcasted'-dbo:capital","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/Tokyo_Broadcasting_System> . ?x <http://dbpedia.org/property/writer> ?uri . }"
+"What cities are around the sea which flows into Marmara? | 'Marmara'-res:Sea_of_Marmara | 'cities'-dbo:country | 'sea'-dbo:elevation | 'flows'-dbo:outflow","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Sea_of_Marmara> . ?x <http://dbpedia.org/property/cities> ?uri . }"
+"Companies headquartered in Geneva own which TV Shows? | 'Geneva'-res:Geneva | 'headquartered'-dbo:headquarter","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Geneva> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"Which country's engineered have studied at Aero Klub in Wroclaw? | ''-res:AeroKlub_Wrocław | 'Wroclaw'-dbo:institution | 'country's'-dbp:nationality","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/AeroKlub_Wrocław> . ?x <http://dbpedia.org/property/nationality> ?uri . }"
+"What is the official name of Arkansas wine ? | 'Arkansas wine'-res:Arkansas_wine | 'official name'-dbp:officialName"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arkansas_wine> <http://dbpedia.org/property/officialName> ?uri } "
+"Bridge that starts at Seberang Perai crosses over what? | 'Seberang Perai crosses'-res:Seberang_Perai | 'bridge'-dbo:abstract | 'starts'-dbo:routeStart","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/routeStart> <http://dbpedia.org/resource/Seberang_Perai> . ?x <http://dbpedia.org/property/crosses> ?uri . }"
+"What is the purpose of some Maharashtran organizations? | 'Maharashtran organizations'-res:Complex_organizations | 'purpose'-dbo:purpose","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/Maharashtran> . ?x <http://dbpedia.org/ontology/purpose> ?uri . }"
+"Mota Engil built bridges over which rivers? | 'Mota Engil'-res:Mota-Engil | 'built'-dbo:numberBuilt | 'bridges'-dbo:abstract | 'rivers'-dbo:river","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/river> <http://dbpedia.org/resource/Mota-Engil> . ?x <http://dbpedia.org/property/crosses> ?uri . }"
+"How many other field are there of the scientists whose one of the field is Mathematics ? | 'scientists'-res:Scientist | 'Mathematics'-res:Mathematics | 'field'-dbo:field | 'field'-dbo:field"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/fields> <http://dbpedia.org/resource/Mathematics> . ?x <http://dbpedia.org/property/fields> ?uri }"
+"List the governers of Jimmie Lou Fisher? | 'Jimmie Lou Fisher'-res:Jimmie_Lou_Fisher | 'governers'-dbp:governor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jimmie_Lou_Fisher> <http://dbpedia.org/property/governor> ?uri } "
+"Which shows had their painters born in England? | 'England'-res:England | 'shows'-dbo:place | 'painters'-dbo:author | 'born'-dbo:birthPlace","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/England> . ?uri <http://dbpedia.org/property/painters> ?x . }"
+"What are the movies whose director's daughter is Luke Scott? | 'Luke Scott'-res:Luke_Scott_(director) | 'movies'-dbo:film | 'director'-dbo:director | 'daughter'-dbo:child","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/child> <http://dbpedia.org/resource/Luke_Scott_(director)> . ?uri <http://dbpedia.org/property/director> ?x . }"
+"Where did the relatives of Gustavo Rojas Pinilla study? | 'Gustavo Rojas Pinilla study'-res:Gustavo_Rojas_Pinilla | 'relatives'-dbo:relation","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gustavo_Rojas_Pinilla> <http://dbpedia.org/property/relation> ?x . ?x <http://dbpedia.org/ontology/education> ?uri . }"
+"For how many things are americans famous for? | 'americans famous'-dbo:established","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/knownFor> ?uri . }"
+"What is the publisher of Lucifer's Hammer ? | 'Lucifer's Hammer'-res:Lucifer's_Hammer | 'publisher'-dbo:publisher"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucifer's_Hammer> <http://dbpedia.org/ontology/publisher> ?uri } "
+"Which show's theme music composer's label is MapleMusic Recordings? | 'theme music composer'-res:Theme_Music_from_%22The_James_Dean_Story%22 | 'MapleMusic Recordings'-res:MapleMusic_Recordings | 'show'-dbo:show | 'label'-dbp:label","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/MapleMusic_Recordings> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"List the former team of the american football players born in Pennsylvania ? | 'american football players'-res:American_football | 'Pennsylvania'-res:Pennsylvania | 'former team'-dbo:formerTeam | 'born'-dbo:birthPlace","SELECT DISTINCT ?uri WHERE { ?x . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballPlayer>}"
+"What are the countries for which History of Trier principal to? | 'countries'-res:Countries_of_the_United_Kingdom | 'History of Trier principal'-res:History_of_Trier","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/primeminister> <http://dbpedia.org/resource/History_of_Trier> . }"
+"Name everyone working for a company owned by Roman Abramovich. | 'Roman Abramovich'-res:Roman_Abramovich | 'name'-dbp:name | 'working'-dbo:capital | 'company'-dbo:company | 'owned'-dbo:owner","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Roman_Abramovich> . ?uri <http://dbpedia.org/ontology/employer> ?x . }"
+"In how many different places can I find companies which were founded in toronto? | 'I'-res:I | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'toronto'-res:Toronto | 'places'-dbp:height | 'founded'-dbo:foundingYear","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/Toronto> . ?x <http://dbpedia.org/property/locations> ?uri . }"
+"What are some relatives of the spouse of Uncle henry from Oz? | 'Uncle henry from Oz'-res:Uncle_Henry_(Oz) | 'relatives'-dbo:relative | 'spouse'-dbo:spouse","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/spouse> <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . }"
+"What is the mascot of Blytheville High School ? | 'Blytheville High School'-res:Blytheville_High_School | 'mascot'-dbo:mascot"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Blytheville_High_School> <http://dbpedia.org/property/mascot> ?uri } "
+"In which television shows has Eliza Schneider given her voice? | 'Eliza Schneider'-res:Eliza_Schneider | 'voice'-dbp:voices | 'television show'-dbo:TelevisionShow","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/voices> <http://dbpedia.org/resource/Eliza_Schneider> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"In which state does the ambassador who is in related with J Bennett Johnston live? | 'J Bennett Johnston'-res:J._Bennett_Johnston | 'ambassador'-dbp:representative | 'related'-dbo:related","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/J._Bennett_Johnston> <http://dbpedia.org/property/related> ?x . ?x <http://dbpedia.org/ontology/state> ?uri . }"
+"Where were the sportsmen born, who started their careers with Homestead Grays? | 'Homestead Grays'-res:Homestead_Grays | 'sportsmen born,'-dbo:birthPlace | 'started'-dbo:source | 'careers'-dbo:occupation","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutteam> <http://dbpedia.org/resource/Homestead_Grays> . ?x <http://dbpedia.org/property/birthPlace> ?uri . }"
+"Who are the cast members of The Simpsons Ride? | 'The Simpsons Ride'-res:The_Simpsons_Ride | 'cast members'-dbp:starring"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Simpsons_Ride> <http://dbpedia.org/property/starring> ?uri } "
+"Name the organization which developed iPhone OS and the XNU? | 'OS'-res:OS | 'iPhone'-res:IPhone | 'XNU'-res:XNU | 'name'-dbp:name | 'organization'-dbo:alliance | 'developed'-dbp:developer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/developer> <http://dbpedia.org/resource/IPhone> . ?uri <http://dbpedia.org/ontology/organisation> <http://dbpedia.org/resource/XNU> . }"
+"How many bacterias have taxonomy as Bacillales and domain as Bacteria?  | 'bacterias'-res:Bacteriastrum_delicatulum | 'Bacillales'-res:Bacillales | 'Bacteria'-res:Bacteria | 'taxonomy'-dbo:order | 'domain'-dbo:kingdom","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Bacteria>}"
+"Who is the film director of Alice's Wonderland ? | 'Alice's Wonderland'-res:Alice's_Wonderland | 'film director'-dbp:director"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alice's_Wonderland> <http://dbpedia.org/property/director> ?uri } "
+"Which military unit's  garrison is Pentagon and command structure is United States Department of Defense? | 'garrison'-res:Aldershot_Garrison | 'Pentagon'-res:Pentagon | 'United States Department of Defense'-res:United_States_Department_of_Defense | 'military unit'-dbo:garrison | 'command structure'-dbo:commandStructure","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/United_States_Department_of_Defense> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}"
+"Over which rivers, does a cable stayed bridge exists? | 'rivers,'-dbo:river | 'cable'-dbo:voice | 'stayed'-dbo:era | 'bridge exists'-dbo:bridgeCarries","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/design> <http://dbpedia.org/resource/Cable_Stayed_Bridge> . ?x <http://dbpedia.org/property/river> ?uri . }"
+"Who were some governmental heads in Nazi Germany? | 'Nazi Germany'-res:Nazi_Germany | 'governmental heads'-dbo:state"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/Nazi_Germany> } "
+"Name all the doctoral student of the scientist who also supervised Mary Ainsworth ? | 'scientist'-res:Scientist_(musician) | 'Mary Ainsworth'-res:Mary_Ainsworth | 'name'-dbp:name | 'doctoral student'-dbo:doctoralAdvisor | 'supervised'-dbo:doctoralAdvisor","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/doctoralAdvisor> <http://dbpedia.org/resource/Mary_Ainsworth> . ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Scientist> } "
+"What are some seas inside europe ? | 'seas'-dbo:vein | 'europe'-dbo:winsInEurope","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Europe> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}"
+"Who was the bronze medalist of Swimming at the 2008 Summer Olympics  Men's 400 metre individual medley ? | 'Swimming at the 2008 Summer Olympics  Men'-res:Swimming_at_the_2008_Summer_Olympics | '400 metre individual medley'-res:2010_Pan_Pacific_Swimming_Championships_–_Women's_400_metre_individual_medley"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2008_Summer_Olympics> <http://dbpedia.org/property/bronzesMedley> ?uri } "
+"Whose doctoral student is etienne bieler\xc9tienne_Bi\xe9ler | 'Etienne bielerxc9tienne_bixe9ler'-res:Étienne_(film) | 'doctoral student'-dbo:doctoralStudent","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/doctoralStudent> <http://dbpedia.org/resource/Étienne_(film)> . }"
+"Which engine's successor's predecessor is BMW M10? | 'BMW M10'-res:BMW_M10 | 'engine'-dbp:engine | 'successor'-dbo:successor | 'predecessor'-dbo:predecessor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/BMW_M10> . ?x <http://dbpedia.org/ontology/successor> ?uri . }"
+"Who developed the software for the operating system of Macintosh Quadra 660AV ? | 'software'-res:Software_Publishing_Corporation | '660AV'-res:Macintosh_Quadra_660AV | 'Macintosh Quadra'-res:Macintosh_Quadra | 'developed'-dbo:developer | 'operating'-dbo:operatingSystem","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Macintosh_Quadra_660AV> <http://dbpedia.org/ontology/operatingSystem> ?x . ?x <http://dbpedia.org/property/developer> ?uri . }"
+"How many other Guests are there of the television episodes whose Guests is Brian d'Arcy James ? | 'Brian d'Arcy James'-res:Brian_d'Arcy_James | 'Guests'-dbp:guests | 'Guests'-dbp:guests"," SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/Brian_d'Arcy_James> } "
+"Who is the writer of He's a Pirate ? | 'He's a Pirate'-res:He's_a_Pirate | 'writer'-dbo:writer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/He's_a_Pirate> <http://dbpedia.org/ontology/writer> ?uri } "
+"Which movies have their music composed by someone that signed up with RCA Records? | 'RCA Records'-res:RCA_Records | 'movies'-dbo:film | 'music'-dbo:musicFusionGenre | 'composed'-dbo:musicComposer | 'signed'-dbo:precursor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/RCA_Records> . ?uri <http://dbpedia.org/property/musicComposer> ?x . }"
+"Which philosophy journal has compiler as Stephen Law ? | 'Stephen Law'-res:Stephen_Law | 'philosophy'-res:Philosophy | 'philosophy journal'-dbo:magazine | 'compiler'-dbo:compiler","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/compiler> <http://dbpedia.org/resource/Stephen_Law> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/PhilosophyJournal>}"
+"Where is the fictional character from, whose last appearance was in the Avengers, 1998? | 'fictional character from,'-res:Orange_(Fictional_character) | 'Avengers, 1998'-res:The_Avengers_(1998_film) | 'appearance'-dbo:lastAppearance","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/lastAppearance> <http://dbpedia.org/resource/The_Avengers_(1998_film)> . ?x <http://dbpedia.org/property/birthPlace> ?uri . }"
+"Which idelogy of the Palang Dharma Party is also the  faith of Miao people ? | 'idelogy'-res:Ideology | 'Palang Dharma Party'-res:Palang_Dharma_Party | 'Miao'-res:Miao | 'faith'-dbo:denomination"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Palang_Dharma_Party> <http://dbpedia.org/property/party> ?uri . <http://dbpedia.org/resource/Miao> <http://dbpedia.org/ontology/religion> ?uri} "
+"List the movies produced by Michael Deeley ? | 'Michael Deeley'-res:Michael_Deeley | 'produced'-dbo:producer | 'movie'-dbo:Film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"What is the total number of politicians whose predecessor's deputy is Jenny Macklin? | 'politicians'-res:Politicians_of_The_Wire | 'Jenny Macklin'-res:Jenny_Macklin | 'total'-dbo:populationTotal | 'predecessor'-dbo:predecessor | 'deputy'-dbo:deputy"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deputy> <http://dbpedia.org/resource/Jenny_Macklin> . ?uri <http://dbpedia.org/ontology/predecessor> ?x }"
+"What are the sports played by the universities who also plays taekwondo ? | 'universities'-res:Universities_Ireland | 'taekwondo'-res:Taekwondo | 'sports'-dbo:sport | 'played'-dbo:portrayer | 'plays'-dbo:plays","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/athletics> <http://dbpedia.org/resource/Taekwondo> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}"
+"Who all are buried in Arlington national cementary? | 'Arlington national cementary'-res:Arlington_National_Cemetery | 'buried'-dbp:placeofburial","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/placeofburial> <http://dbpedia.org/resource/Arlington_National_Cemetery> . }"
+"How many different genres led to other genres where drums are important? | 'drums'-res:Drums_Around_the_World | 'genres'-dbo:genre | 'led'-dbo:field | 'genres'-dbo:genre","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Drums_Around_the_World> . ?x <http://dbpedia.org/ontology/genre> ?uri . }"
+"List all the bands which have members of the band Guy in them? | 'Guy'-res:Guy_(band) | 'members'-dbo:bandMember | 'band'-dbo:associatedBand","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Guy_(band)> <http://dbpedia.org/ontology/bandMember> ?x . ?x <http://dbpedia.org/property/associatedBand> ?uri . }"
+"Name presidents of the schools which have queen noor of Jordan as one of them ? | 'queen noor of Jordan'-res:Queen_Noor_of_Jordan | 'name presidents'-dbo:leaderName | 'schools'-dbo:ground | 'queen'-dbo:leader | 'noor'-dbo:chain","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/Queen_Noor_of_Jordan> . ?x <http://dbpedia.org/property/leaderName> ?uri . }"
+"What are the television shows which are in NTSC and 5.1 surround sound? | 'NTSC'-res:NTSC | '51 surround sound'-res:Surround_sound | 'television shows'-dbo:televisionSeries","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/televisionSeries> <http://dbpedia.org/resource/NTSC> . ?uri <http://dbpedia.org/property/subsequentWork> <http://dbpedia.org/resource/5.1_cinematography> <http://dbpedia.org/resource/Surround_sound> . }"
+"Where did the film director of Kala Pani die? | 'Kala Pani'-res:Kala_Pani_(1958_film) | 'film director'-dbo:director | 'die'-dbo:deathDate","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kala_Pani_(1958_film)> <http://dbpedia.org/ontology/director> ?x . ?x <http://dbpedia.org/property/deathPlace> ?uri . }"
+"What are the death place of the models whose hair color was Red? | 'hair red'-res:Red_hair | 'death place'-dbp:deathPlace | 'models'-dbo:genre | 'hair color'-dbp:hairColor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hairColor> <http://dbpedia.org/resource/Red_hair> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }"
+"Count the different religions followed by Second Lieutenants in military. | 'Second Lieutenants'-res:Per_Second,_Per_Second,_Per_Second..._Every_Second | 'count'-dbo:type | 'religions'-dbo:religion | 'military'-dbo:militaryUnitSize","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/militaryUnit> <http://dbpedia.org/resource/Second_Lieutenant> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"What railway lines go through the stations maintained by Western Australian Public Transport Authority? | 'Western Australian Public Transport Authority'-res:Public_Transport_Authority_(Western_Australia) | 'railway lines'-dbo:lyrics | 'stations'-dbo:numberOfStations | 'maintained'-dbo:maintainedBy","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owningOrganisation> <http://dbpedia.org/resource/Public_Transport_Authority_(Western_Australia)> . ?x <http://dbpedia.org/property/servingRailwayLine> ?uri . }"
+"How many publisher have been founded by american citizens? | 'publisher'-dbo:publisher | 'founded'-dbo:foundationPlace | 'american citizens'-dbo:country","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/publisher> ?uri . }"
+"How many countries surround the sea into which the Upper Neratva flow? | 'countries'-res:Countries_of_the_United_Kingdom | 'Upper Neratva'-res:Iveagh_Upper,_Upper_Half | 'surround'-dbo:background | 'sea'-dbo:elevation | 'flow'-dbp:time","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/inflow> <http://dbpedia.org/resource/Upper_Npper_Vodka> . ?x <http://dbpedia.org/ontology/cities> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> Dbo:Sea}"
+"List some things that Swedish people have become famous for? | 'Swedish'-res:Sweden | 'Swedish'-res:Swedish | 'famous'-dbo:established | ''-dbo:country | ''-dbo:country","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/stateOfOrigin> <http://dbpedia.org/resource/Swedish> . ?x <http://dbpedia.org/ontology/knownFor> ?uri . }"
+"How many artists' works are in Muse d'Orsay? | 'Muse d'-res:Muse_discography | 'artists'-dbo:artist | 'works'-dbo:language","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Muse_d'Orsay> . ?x <http://dbpedia.org/ontology/artist> ?uri . }"
+"What sporting goods companies are located in Herzogenaurach? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Herzogenaurach'-res:Herzogenaurach | 'located'-dbo:location","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/location> <http://dbpedia.org/resource/Herzogenaurach> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sport>}"
+"How many awards have been given to the participants of the Lawrence Realization Stakes? | 'Lawrence Realization Stakes'-res:Lawrence_Realization_Stakes | 'awards'-dbo:award | 'participants'-dbo:participant","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Lawrence_Realization_Stakes> <http://dbpedia.org/property/name> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"List the work  edited by  Mark Stevens and directed by Joel Schumacher? | 'Mark Stevens'-res:Mark_Stevens | 'Joel Schumacher'-res:Joel_Schumacher | 'work'-dbo:title | 'edited'-dbo:editor | 'directed'-dbo:president","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/editing> <http://dbpedia.org/resource/Mark_Stevens> . ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Joel_Schumacher> . }"
+"List the popular works of the author of Luther: The Calling ? | 'Luther: The Calling'-res:Luther:_The_Calling | 'popular works'-dbo:established | 'author'-dbo:author","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Luther:_The_Calling> <http://dbpedia.org/ontology/author> ?x . }"
+"Which were the philosophers whose primary interest was Natural philosophy? | 'Philosophers'-res:Philosophers_Ridge | 'Natural philosophy'-res:Natural_philosophy | 'interest'-dbp:mainInterests | 'philosopher'-dbo:Philosopher","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/mainInterests> <http://dbpedia.org/resource/Natural_philosophy> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Philosopher>}"
+"What is the total number of other restingplace of the politicians whose one of the restingplace is East Norwalk Historical Cemetery? | 'politicians'-res:Politicians_of_The_Wire | 'East Norwalk Historical Cemetery'-res:East_Norwalk_Historical_Cemetery | 'total'-dbo:populationTotal | 'restingplace'-dbo:restingPlace | 'restingplace'-dbo:restingPlace"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/East_Norwalk_Historical_Cemetery> . ?x <http://dbpedia.org/property/residence> ?uri }"
+"How many albums were released under the Victor Entertainment label? | 'Victor Entertainment label'-res:Victor_Entertainment | 'label'-dbp:label | 'album'-dbo:Album","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Album>}"
+"How many saints have been venerated in Judaism? | 'Judaism'-res:Judaism | 'venerated in'-dbo:veneratedIn | 'saint'-dbo:Saint","SELECT DISTINCT COUNT( ?uri) WHERE { ?uriveneratedIn <http://dbpedia.org/resource/Judaism> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Saint>}"
+"How many people are famous for the Gibson Les Paul? | 'Gibson Les Paul'-res:Gibson_Les_Paul | 'famous'-dbo:established","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Gibson_Les_Paul> . }"
+"What are the mammals whose phylum is Chordate? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Chordate'-res:Chordate | 'phylum'-dbo:phylum","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/phylum> <http://dbpedia.org/resource/Chordate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mammal>}"
+"Who are the associated musical artist of Carolyn Dennis? | 'associated musical artist'-res:Ayala_(musical_artist) | 'Carolyn Dennis'-res:Carolyn_Dennis | 'associated musical artist'-dbo:associatedMusicalArtist"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Carolyn_Dennis> <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri } "
+"Count all those who've played for the youth club which owns the Rosario, Santa Fe stadium. | 'Rosario, Santa Fe stadium'-res:Santa_Fé,_Paraná | 'count'-dbo:country | 'played'-dbo:portrayer | 'youth club'-dbo:time | 'owns'-dbo:languageFamily","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/ground> <http://dbpedia.org/resource/Rosario_Fé,_Paraná> . ?uri <http://dbpedia.org/ontology/youthclubs> ?x . }"
+"What are the television shows whose company is Playtone? | 'Playtone'-res:Playtone | 'company'-dbo:company | 'television show'-dbo:TelevisionShow","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/Playtone> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"Whose tomb is in cities under Dane County of Wisconsin? | 'Dane County of Wisconsin'-res:Dane_County,_Wisconsin | 'tomb'-dbo:race | 'cities'-dbo:country | ''-dbo:country","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/county> <http://dbpedia.org/resource/Dane_County,_Wisconsin> . ?uri <http://dbpedia.org/property/restingplace> ?x . }"
+"Count the different number of academic areas covered by publications of SAGE? | 'SAGE'-res:Sage_Business_Solutions | 'count'-dbo:type | 'academic'-dbo:abstract | 'covered'-dbo:frozen | 'publications'-dbp:publications","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/SAGE> . ?x <http://dbpedia.org/ontology/academicArea> ?uri . }"
+"What is the style of architecture of Pontiac Building ? | 'Pontiac Building'-res:Pontiac_Building | 'style'-dbo:type | 'architecture'-dbo:architecturalStyle"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pontiac_Building> <http://dbpedia.org/property/architecturalStyle> ?uri } "
+"Which basketball players have played in the league of National Basketball Association? | 'basketball players'-res:Players | 'National Basketball Association'-res:National_Basketball_Association | 'league'-dbo:league | 'basketball player'-dbo:BasketballPlayer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Basketball_Association> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BasketballPlayer>}"
+"Who were the opponents of the people buried in the tower of London? | 'London'-res:London | 'opponents'-dbo:rival | 'buried'-dbo:flag | 'tower'-dbp:column","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/restingPlace> <http://dbpedia.org/resource/London> . ?x <http://dbpedia.org/ontology/opponent> ?uri . }"
+"What are the nearest city to the historic places whose one of the nearest city is Wisconsin? | 'historic places'-res:Heritage_New_Zealand | 'Wisconsin'-res:Wisconsin | 'nearest city'-dbo:nearestCity | 'nearest city'-dbo:nearestCity","SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/HistoricPlace>}"
+"Who is the producer of Captain EO ? | 'Captain EO'-res:Captain_EO | 'producer'-dbo:producer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Captain_EO> <http://dbpedia.org/ontology/producer> ?uri } "
+"Where did the aristocrats die whose mother was Maria Ludwika Krasiska? | 'aristocrats'-res:Aristocrats_(TV_series) | 'Maria Ludwika Krasiska'-res:Maria_Ludwika_Krasińska | 'die'-dbo:deathDate | 'mother'-dbo:parent","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parent> <http://dbpedia.org/resource/Maria_Ludwika_Krasińska> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }"
+"List the books whose authors are in Alcal de Henares. | 'Alcal de Henares'-res:Alcalá_de_Henares_Cathedral | 'books'-dbo:volume | 'authors'-dbo:parent","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Alcalá_de_Henares_Cathedral> . ?uri <http://dbpedia.org/property/author> ?x . }"
+"Who is the stockholder of Paphos International Airport ? | 'Stockholder of Paphos International Airport'-res:Paphos_International_Airport | 'stockholder'-dbp:owner"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paphos_International_Airport> <http://dbpedia.org/property/owner> ?uri } "
+"What awards have been given to some screenwriters? | 'screenwriters'-res:Screenwriter | 'awards'-dbo:award","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/occupation> <http://dbpedia.org/resource/Screenwriter> . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"List the saints venerated in Islam having major shrine as Tomb of Joshua ? | 'Islam'-res:Islam | 'Tomb of Joshua'-res:Tomb_of_Joshua | 'saints'-dbo:saint | 'venerated'-dbo:veneratedIn | 'major shrine'-dbo:majorShrine","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/majorShrine> <http://dbpedia.org/resource/Tomb_of_Joshua> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Saint>}"
+"For which team does Ramiro Pea play ? | 'Ramiro Pea'-res:Ramiro_Peña | 'team'-dbo:team | 'play'-dbo:team"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ramiro_Peña> <http://dbpedia.org/ontology/team> ?uri } "
+"How many subjects have been covered in fantasy novels? | 'fantasy novels'-res:Fantasy | 'subjects'-dbp:subject | 'covered'-dbo:frozen","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/literaryGenre> <http://dbpedia.org/resource/Fantasy> . ?x <http://dbpedia.org/property/subject> ?uri . }"
+"Which country did the prime minister belong to who was served by Thanong Bidaya ? | 'Thanong Bidaya'-res:Thanong_Bidaya | 'minister prime'-dbp:primeminister | 'country'-dbo:nationality","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thanong_Bidaya> <http://dbpedia.org/property/primeminister> ?uri } "
+"tell me the school to which Cyril Hume went? | 'Cyril Hume'-res:Cyril_Hume | 'school'-dbo:school"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/school> <http://dbpedia.org/resource/Cyril_Hume> } "
+"Who is the singer of the album which has a song Me and My arrow ? | 'song Me'-res:Me_&_U_(song) | 'My arrow'-res:Me_And_My_Arrow | 'singer'-dbo:composer | 'album'-dbo:album","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Me_And_My_Arrow> <http://dbpedia.org/ontology/composer> ?x . ?x <http://dbpedia.org/property/music> ?uri . }"
+"In how many different places can I fnd Modern Architectural buildings? | 'I'-res:I | 'Modern Architectural buildings'-res:Architectural_Digest | 'places'-dbp:height | 'fnd'-dbo:destination","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/architecturalStyle> <http://dbpedia.org/resource/Modern_Architectural_Building> . ?x <http://dbpedia.org/property/destination> ?uri . }"
+"What are the houses of Parliament Security Services ? | 'Parliament Security Services'-res:Parliament_Security_Services | 'houses'-dbp:houses"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Parliament_Security_Services> <http://dbpedia.org/property/houses> ?uri } "
+"Count the number of people became famous for when Andrew Jackson was a commander ? | 'Andrew Jackson'-res:Andrew_Jackson | 'count'-dbo:country | 'famous'-dbp:established | 'commander'-dbo:commander"," SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Andrew_Jackson> <http://dbpedia.org/ontology/commander> ?uri } "
+"During the reigns of which monarchs was the name to the  Israelite kingdom as United Monarch? | 'Israelite kingdom as United Monarch'-res:Agudat_Yisrael | 'reigns'-dbp:reign | 'monarchs'-dbo:leader | 'name'-dbp:name","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/kingdom> <http://dbpedia.org/resource/Israel> . ?x <http://dbpedia.org/ontology/reign> ?uri . }"
+"Which nation is the origin of Dornier Aerodyne ? | 'Dornier Aerodyne'-res:Dornier_Aerodyne | 'nation'-dbo:country | 'origin'-dbo:origin"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dornier_Aerodyne> <http://dbpedia.org/ontology/origin> ?uri } "
+"Who is the artist of the album which has the song I Can't Change the World ? | 'I Can't Change the World'-res:I_Can't_Change_the_World | 'artist'-dbo:artist | 'album'-dbo:album | 'Change'-dbo:fate","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/I_Can't_Change_the_World> <http://dbpedia.org/ontology/album> ?x . ?x <http://dbpedia.org/property/artist> ?uri . }"
+"Collaborators of Demis Roussos have composed music for which movies? | 'Demis Roussos'-res:Demis_Roussos | 'collaborators'-dbo:associate | 'composed'-dbo:musicComposer | 'music'-dbo:musicalBand | 'movies'-dbo:film","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Demis_Roussos> . ?uri <http://dbpedia.org/property/music> ?x . }"
+"In how many places are the tombs of everyone who died in England? | 'tombs'-res:Tombs_of_the_Blind_Dead | 'England'-res:England | 'places'-dbo:place | 'died'-dbp:deathPlace","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/placeOfDeath> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/ontology/restingPlace> ?uri . }"
+"Where did the people beatified by Pope Pius X die? | 'X'-res:X | 'Pope Pius'-res:Pope_Pius_X | 'beatified'-dbp:beatifiedBy | 'die'-dbo:deathDate","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_Pius_X> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"
+"Name all the venues of the convention which has also been hosted in San Diego Convention ? | 'San Diego Convention'-res:San_Diego_Convention_Center | 'venue'-dbp:venue | 'venue'-dbp:venue","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/San_Diego_Convention_Center> <http://dbpedia.org/property/venue> ?uri } "
+"How many famous people are from the Filipinos? | 'Filipinos'-res:Filipinos | 'famous'-dbo:established","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/Filipinos> . }"
+"Who was the parent of person whose child is William C P breckinridge? | 'C'-res:Chess_Communication | 'William  P breckinridge'-res:William_Campbell_Preston_Breckinridge | 'P'-res:P | 'William C  breckinridge'-res:John_C._Breckinridge | 'parent'-dbo:parent | 'person'-dbo:child | 'child'-dbo:child","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Campbell_Preston_Breckinridge> <http://dbpedia.org/ontology/child> ?x . ?x <http://dbpedia.org/property/parent> ?uri . }"
+"Count the religions followed by people living in British Columbia. | 'British Columbia'-res:United_Kingdom | 'British Columbia'-res:British_Columbia | 'count'-dbo:country | 'religions'-dbo:religion | 'living'-dbo:person | ''-dbo:country","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/stateOfOrigin> <http://dbpedia.org/resource/British_Columbia> . ?x <http://dbpedia.org/property/religion> ?uri . }"
+"What is the meaning of Heydar ? | 'Heydar'-res:Heydar | 'meaning'-dbo:meaning"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Heydar> <http://dbpedia.org/ontology/meaning> ?uri } "
+"On how many different grounds were seasons chaired by Ronaldo held? | 'Ronaldo'-res:Ronaldo | 'chaired'-dbo:chairman | 'grounds'-dbo:ground","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Ronaldo> . ?x <http://dbpedia.org/property/ground> ?uri . }"
+"Give me a count of all ice hockey players whose teams are headcoached by John Tortorella? | 'ice hockey players'-res:Ice_hockey | 'John Tortorella'-res:John_Tortorella | 'count'-dbo:country | 'teams'-dbp:team | 'headcoached'-dbp:headCoaches","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/headCoaches> <http://dbpedia.org/resource/John_Tortorella> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/IceHockeyPlayer>}"
+"What is the common palce of study for jack McGregor and Philip W. Pillsbury ? | 'jack McGregor'-res:Jack_McGregor | 'W'-res:W | 'Philip  Pillsbury'-res:Emma_Pillsbury | 'common palce'-dbo:genre | 'study'-dbp:studio","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jack_McGregor> <http://dbpedia.org/ontology/genre> ?uri . <http://dbpedia.org/resource/Philip_W._Pillsbury> <http://dbpedia.org/property/studio> ?uri . }"
+"What team did the players start their careers with, who right now play for Fleisher Yarn? | 'Fleisher Yarn'-res:Fleisher_Yarn | 'team'-dbo:team | 'players'-dbo:combatant | 'start'-dbo:head | 'careers with,'-dbo:award | 'play'-dbo:team","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/team> <http://dbpedia.org/resource/Fleisher_Yarn> . ?x <http://dbpedia.org/property/debutteam> ?uri . }"
+"Which kind of buildings are found in England? | 'England'-res:England | 'buildings'-dbo:assembly","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/property/buildings> ?uri . }"
+"Give me the count of all people who ascented a peak in California? | 'California'-res:California | 'count'-dbo:country | 'ascented'-dbo:established | 'peak'-dbo:language","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/alpineMountain> ?uri . }"
+"Joe Shuster has created how many comics character ? | 'joe Shuster'-res:Joe_Shuster | 'created'-dbp:creators | 'comics character'-dbo:ComicsCharacter","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Joe_Shuster> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/ComicsCharacter>}"
+"Which awards did the writer of Persona win ? | 'Persona'-res:Persona_(1966_film) | 'writer'-dbo:writer | 'awards'-dbp:awards","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Persona_(1966_film)> <http://dbpedia.org/ontology/writer> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"What is the highschool of the american football player who joined the Robert Morris Colonials program? | 'Robert Morris Colonials'-res:Robert_Morris_Colonials_football | 'highschool'-dbo:highschool | 'joined'-dbo:thumbnail","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/Robert_Morris_Colonials_football> . ?x <http://dbpedia.org/property/highschool> ?uri . }"
+"How many awards have graduates from the University of Queensland earned? | 'University of Queensland'-res:University_of_Queensland | 'graduates'-dbo:almaMater | 'awards'-dbp:awards","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/training> <http://dbpedia.org/resource/University_of_Queensland> . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"In how many nations does Rhaetian Railways own train stations? | 'Rhaetian Railways'-res:Western_Rhaetian_Alps | 'nations'-dbo:state | 'train stations'-dbo:chain","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/owningRailways> <http://dbpedia.org/resource/Rhaetian_Railways> . ?x <http://dbpedia.org/ontology/state> ?uri . }"
+"Which board game can be said as a mind based game? | 'board game'-dbo:house | 'mind'-dbo:head | 'based'-dbo:relative | 'game'-dbo:event"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/board> <http://dbpedia.org/resource/Board> } "
+"What are the things built by Eristoff ? | 'Eristoff'-res:Eristoff | 'built by'-dbo:manufacturer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Eristoff> . }"
+"Whcih land of Citi Trends is also the constituency of Malik Al-Hassan Yakubu ? | 'Citi Trends'-res:Citi_Trends | 'Malik Al-Hassan Yakubu'-res:Malik_Al-Hassan_Yakubu | 'whcih land'-dbo:country | 'constituency'-dbp:constituency"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Citi_Trends> <http://dbpedia.org/ontology/country> ?uri . <http://dbpedia.org/resource/Malik_Al-Hassan_Yakubu> <http://dbpedia.org/property/constituency> ?uri} "
+"What is the former team of the american football players whose position is Running back? | 'Running back'-res:Running_back | 'former team'-dbo:formerTeam | 'position'-dbo:position | 'Running'-dbo:government","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Running_back> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }"
+"How many different kinds of games are published by Interplay Entertainment? | 'Interplay Entertainment'-res:Interplay_Entertainment | 'kinds'-dbo:genre | 'games'-dbo:games | 'published'-dbo:publisher","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Interplay_Entertainment> . ?x <http://dbpedia.org/ontology/genre> ?uri . }"
+"What other awards have been given to Goya Award Winners? | 'Goya Award'-res:Goya_Awards | 'awards'-dbo:award | 'awards'-dbp:awards","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Goya_Awards> . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"Race horses whose grandsire is Wild  Risk have taken part in which races? | 'Wild  Risk'-res:The_Wild | 'race horses'-dbo:type | 'grandsire'-dbo:grandsire | 'races'-dbo:races","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/grandsire> <http://dbpedia.org/resource/The_Wild_The_Horse> . ?x <http://dbpedia.org/property/race> ?uri . }"
+"List the science fiction shows broadcasted on BBC HD ? | 'science fiction'-res:Science_fiction | 'BBC HD'-res:BBC_HD | 'science fiction'-dbo:nonFictionSubject | 'shows'-dbo:place | 'broadcasted'-dbp:broadcaster","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/BBC_HD> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/ScienceFictionSubject>}"
+"Who is the person opposed  by Tom McLaury and Ike Clanton? | 'Tom McLaury'-res:Tom_McLaury | 'Ike Clanton'-res:Ike_Clanton | 'person'-dbo:type | 'opposed'-dbo:opponent","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/opponent> <http://dbpedia.org/resource/Tom_McLaury> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}"
+"What are the bridges whose located in California? | 'California'-res:California | 'located'-dbo:locatedInArea","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/crosses> ?uri . }"
+"What is the largest city of the birthplace of Pat Kirkwood? | 'Pat Kirkwood'-res:Pat_Kirkwood_(racing_driver) | 'birthplace'-dbp:birthplace | 'largest city'-dbo:largestCity","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pat_Kirkwood_(racing_driver)> <http://dbpedia.org/property/birthplace> ?x . ?x <http://dbpedia.org/ontology/largestCity> ?uri . }"
+"Who are some basketball players who played for Phoenix Suns? | 'basketball players'-res:National_Basketball_Players_Association | 'Phoenix Suns'-res:Phoenix_Suns | 'played for'-dbo:team | 'basketball player'-dbo:BasketballPlayer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/team> <http://dbpedia.org/resource/Phoenix_Suns> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BasketballPlayer>}"
+"Who is the licensee of EXXV-TV ? | 'EXXV-TV'-res:EXXV-TV | 'licensee'-dbo:licensee"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/EXXV-TV> <http://dbpedia.org/property/licensee> ?uri } "
+"Who are in the board of Jimmy Wales ? | 'Jimmy Wales'-res:Jimmy_Wales | 'board'-dbo:board"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jimmy_Wales> <http://dbpedia.org/ontology/board> ?uri } "
+"Where were some people associated with Steve Winwood employed at? | 'Steve Winwood'-res:Steve_Winwood | 'associated'-dbo:associatedBand | 'employed'-dbp:about","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/associatedBand> <http://dbpedia.org/resource/Steve_Winwood> . ?x <http://dbpedia.org/property/employer> ?uri . }"
+"What is the origin of the musical artist whose associated band is Ziggi Recado ? | 'Ziggi Recado'-res:Ziggi_Recado | 'origin'-dbo:origin | 'musical artist'-dbo:artist | 'associated'-dbo:associatedBand | 'band'-dbo:band","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ziggi_Recado> <http://dbpedia.org/ontology/associatedBand> ?x . ?x <http://dbpedia.org/property/origin> ?uri . }"
+"List the major shrines of Jovan Vladimir? | 'Jovan Vladimir'-res:Jovan_Vladimir | 'major shrines'-dbp:majorShrine"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jovan_Vladimir> <http://dbpedia.org/property/majorShrine> ?uri } "
+"In which countries have the Start + Flug aircrafts originated? | 'Start + Flug'-res:Start_+_Flug | 'originated'-dbo:engineer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/engineer> <http://dbpedia.org/resource/Start_+_Flug> . ?x <http://dbpedia.org/property/origin> ?uri . }"
+"How many other family of the mammals exists  whose family is also Hominidae ? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Hominidae'-res:Hominidae | 'family'-dbo:family | 'exists'-dbo:date | 'family'-dbo:family"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Hominidae> . ?x <http://dbpedia.org/property/family> ?uri }"
+"What is the former team of the football player who is the coach of 2006 Oakland Raiders season ? | '2006 Oakland Raiders season'-res:2006_Oakland_Raiders_season | 'former team'-dbo:formerTeam | 'football player'-dbo:coach | 'coach'-dbo:coach"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2006_Oakland_Raiders_season> <http://dbpedia.org/ontology/coach> ?uri } "
+"How many other important things has the painter of Sarah Jane Adventures done? | 'Sarah Jane Adventures'-res:The_Sarah_Jane_Adventures_Collection | 'painter'-dbo:painter","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/The_Sarah_Jane_Adventures_Collection> <http://dbpedia.org/property/painter> ?x . ?x <http://dbpedia.org/ontology/notableWork> ?uri . }"
+"What is the label of I Pray on Christmas ? | 'I Pray on Christmas'-res:I_Pray_on_Christmas | 'label'-dbp:label | 'Pray'-dbo:battle"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/I_Pray_on_Christmas> <http://dbpedia.org/property/label> ?uri } "
+"The Other Side has hosted how many guests? | 'The Other Side'-res:The_Other_Side_(The_Outer_Limits) | 'guests'-dbp:guests","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/The_Other_Side_(The_Outer_Limits)> . }"
+"What are the airlines whose hub airport is Los Angeles International Airport? | 'Los Angeles International Airport'-res:Los_Angeles_International_Airport | 'hub airport'-dbo:hubAirport | 'airline'-dbo:Airline"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/hubAirport> <http://dbpedia.org/resource/Los_Angeles_International_Airport> } "
+"List all the line of Vadodara Junction railway station? | 'Vadodara Junction railway station'-res:Vadodara_Junction_railway_station | 'line'-dbp:line"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Vadodara_Junction_railway_station> <http://dbpedia.org/property/line> ?uri } "
+"Name the college of Jon Curran ? | 'Jon Curran'-res:Jon_Curran | 'name'-dbp:name | 'college'-dbo:college"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jon_Curran> <http://dbpedia.org/ontology/college> ?uri } "
+"Who produces the tv series which made Scott Haran famous? | 'Scott Haran'-res:Scott_Haran | 'produces'-dbp:producer | 'series'-dbo:series","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/notableWork> <http://dbpedia.org/resource/Scott_Haran> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"What is the place of birth of the jockey who breeded De La Rose ? | 'De La Rose'-res:De_La_Rose | 'place'-dbo:place | 'birth'-dbo:birthPlace | 'jockey'-dbo:jockey | 'breeded'-dbo:breeder","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/breeder> <http://dbpedia.org/resource/De_La_Rose> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"
+"Name the Artist of Madagascar: Operation Penguin ? | 'Operation Penguin'-res:Madagascar:_Operation_Penguin | 'Artist'-dbp:artist"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Madagascar:_Operation_Penguin> <http://dbpedia.org/property/artist> ?uri } "
+"How many other wine region are there of the grapes whose one of the wine region is Michigan ? | 'Michigan'-res:Michigan | 'wine region'-dbo:wineRegion | 'wine region'-dbo:wineRegion"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/wineRegion> <http://dbpedia.org/resource/Michigan> . ?x wineRegion ?uri }"
+"Estimate the number of sports divisions at the universities under international association of universities. | 'universities'-res:Universities_Ireland | 'universities'-res:Universities_Ireland | 'estimate'-dbp:quote | 'sports divisions'-dbo:athletics | 'international association'-dbo:order"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/athletics> <http://dbpedia.org/resource/International_Association_of_Ireland> . ?x <http://dbpedia.org/property/state> ?uri }"
+"List the battles in which alumni of US Army Command and General Staff College fought? | 'US'-res:United_States | 'Army Command'-res:Army_Contracting_Command | 'General Staff College'-res:Staff_college | 'battles'-dbo:battle | 'alumni'-dbo:alumni | 'fought'-dbo:type","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/battle> ?uri . }"
+"Name the subsidary of Tandem Computers which was founded by Jim Harris ? | 'Tandem Computers'-res:Tandem_Computers | 'Jim Harris'-res:Jim_Harris | 'name'-dbo:name | 'subsidary'-dbo:subsidiary | 'founded'-dbp:founder","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jim_Harris> <http://dbpedia.org/property/founder> ?x . ?x <http://dbpedia.org/ontology/subsidiary> ?uri . }"
+"Count all the books written by an author buried in the Convent of Barefoot Trinitarians? | 'Convent of Barefoot Trinitarians'-res:The_Convent_(film) | 'count'-dbo:type | 'books'-dbo:volume | 'written'-dbo:writer | 'author'-dbo:author | 'buried'-dbo:genre","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/The_Convent_(film)> . ?uri <http://dbpedia.org/property/author> ?x . }"
+"What are the things whose leader was a monarch of Willem-Alexander of the Netherlands? | 'Willem-Alexander of the Netherlands monarch'-res:Willem-Alexander_of_the_Netherlands | 'monarch'-dbo:monarch | 'leader'-dbo:leader","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/monarch> <http://dbpedia.org/resource/Willem-Alexander_of_the_Netherlands> . ?uri <http://dbpedia.org/property/leader> ?x . }"
+"Which cities are located around the sea into which the ionian flows? | 'Ionian'-res:Ionian_Sea | 'cities'-dbo:country | 'located'-dbo:place | 'sea'-dbo:elevation | 'flows'-dbo:outflow","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/outflow> <http://dbpedia.org/resource/Ionian_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }"
+"Give me a count of mammals which have their order as Primate? | 'mammals'-res:Mammals_of_the_Indiana_Dunes | 'Primate'-res:Primate | 'order'-dbo:order | 'mammal'-dbo:Mammal","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/order> <http://dbpedia.org/resource/Primate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mammal>}"
+"What are some other children of the father of Marvin Bush? | 'Marvin Bush'-res:Marvin_Bush | 'children'-dbo:child | 'children'-dbp:children","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marvin_Bush> <http://dbpedia.org/ontology/child> ?x . ?x <http://dbpedia.org/property/children> ?uri . }"
+"Which is the nearest city to Elliott Bay ? | 'Elliott Bay'-res:Elliott_Bay | 'nearest city'-dbo:nearestCity"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Elliott_Bay> <http://dbpedia.org/ontology/nearestCity> ?uri } "
+"Who is the manager of the club whose homeground is the riverside stadium? | 'riverside stadium'-res:Riverside_Stadium | 'manager'-dbo:manager | 'club'-dbo:club | 'riverside stadium'-dbo:stadium","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/homeStadium> <http://dbpedia.org/resource/Riverside_Stadium> . ?x <http://dbpedia.org/property/manager> ?uri . }"
+"What is the rank of Julius C. Burrows politically? | 'C'-res:C | 'Julius  Burrows politically'-res:Julius_C._Burrows | 'rank'-dbo:order"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Julius_C._Burrows> <http://dbpedia.org/ontology/order> ?uri } "
+"Count the number of first drivers in all the GPs where Mika Hakkinen was a first driver? | 'Mika Hakkinen'-res:Mika_Häkkinen | 'count'-dbo:number | 'drivers'-dbo:operator | 'driver'-dbp:operator"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/firstDriver> <http://dbpedia.org/resource/Mika_Häkkinen> . ?x firstDriver ?uri }"
+"Give me a count of everything under the archipelago, where Papeete is the biggest town. | 'Papeete'-res:Papeete | 'count'-dbo:country | 'archipelago,'-dbo:archipelago | 'biggest town'-dbo:place","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/archipelago> <http://dbpedia.org/resource/Papeete> . }"
+"Who all have developed a cross platform software? | 'cross platform software'-res:Cross-platform | 'developed'-dbo:developer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/license> <http://dbpedia.org/resource/Cross-platform> . ?x <http://dbpedia.org/ontology/developer> ?uri . }"
+"Which country's people work in the Birdman enterprises? | 'Birdman enterprises'-res:Birdman_Enterprises | 'country'-dbo:country | 'work'-dbo:title","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/employer> <http://dbpedia.org/resource/Birdman_Enterprises> . ?x <http://dbpedia.org/property/nationality> ?uri . }"
+"Where is Oskar Blues located ? | 'Oskar Blues'-res:Oskar_Blues_Brewery | 'located'-dbo:location"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Oskar_Blues_Brewery> <http://dbpedia.org/property/location> ?uri } "
+"Who  won the Lovelace Medal and the Norbert Wiener Award for Social and Professional Responsibility? | 'Lovelace Medal'-res:Lovelace_Medal | 'Norbert Wiener Award for Social'-res:Norbert_Wiener | 'Professional Responsibility'-res:Professional_responsibility | 'won'-dbo:award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lovelace_Medal> <http://dbpedia.org/property/prizes> ?uri . <http://dbpedia.org/resource/Norbert_Wiener_Award_for_Social_Professional_> Responsibility <http://dbpedia.org/ontology/award> ?uri . }"
+"In which province was Dick Redding born? | 'Dick Redding'-res:Jheri_Redding | 'born'-dbo:birthDate"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dick_Redding> <http://dbpedia.org/ontology/birthPlace> ?uri } "
+"Count the number of characters of the play whose one of the character is Catwoman ? | 'Catwoman'-res:Catwoman | 'characters'-dbp:characters | 'characters'-dbp:characters"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/characters> <http://dbpedia.org/resource/Catwoman> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Play>}"
+"What are the movies whose musicians's home town is Volos? | 'musicians'-res:Musicians_Institute | 'home town'-res:Home_Town_(song) | 'Volos'-res:Volos | 'movies'-dbo:film","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hometown> <http://dbpedia.org/resource/Volos> . ?uri <http://dbpedia.org/property/music> ?x . }"
+"Give me a count of the services by the company which provides Data center as the services ? | 'Data center'-res:Data_center | 'count'-dbo:type | 'services'-dbo:service | 'company'-dbo:company | 'services'-dbo:service","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/service> <http://dbpedia.org/resource/Data_center> . ?x <http://dbpedia.org/ontology/service> ?uri . }"
+"Scientists at the University of Queensland have won which awards? | 'scientists'-res:Scientists_for_Global_Responsibility | 'University of Queensland'-res:University_of_Queensland | 'won'-dbo:city | 'awards'-dbo:endowment","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/academicAdvisor> <http://dbpedia.org/resource/University_of_Queensland> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"Where is the south shore plaza located? | 'south shore plaza'-res:South_Shore_Plaza | 'located'-dbo:address"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Shore_Plaza> <http://dbpedia.org/ontology/address> ?uri } "
+"Waddy wachtel did the music for what movies? | 'Waddy wachtel'-res:Waddy_Wachtel | 'music'-dbp:music | 'movie'-dbo:Film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Waddy_Wachtel> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"Who is the musical artist worked for labels Celluloid Records and Victor Entertainment? | 'labels Celluloid Records'-res:Celluloid_Heroes | 'Victor Entertainment'-res:Victor_Entertainment | 'musical artist'-dbo:associatedMusicalArtist | 'worked'-dbo:operator","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Celluloid_Heroes> <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri . <http://dbpedia.org/resource/Victor_Entertainment> <http://dbpedia.org/property/label> ?uri . }"
+"Terry Pratchett has written about how many topics? | 'Terry pratchett'-res:Terry_Pratchett | 'topics'-res:Topics_in_Early_Childhood_Special_Education | 'written'-dbo:writer","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Terry_Pratchett> . ?x <http://dbpedia.org/property/subject> ?uri . }"
+"Who are the former partners of the figure skaters whose performance have been choreographed by Catarina Lindgren in the past? | 'Catarina Lindgren'-res:Catarina_Lindgren | 'former partners'-dbo:formerName | 'figure skaters'-dbo:flag | 'performance'-dbo:production | 'choreographed'-dbo:choreographer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Catarina_Lindgren> . ?x <http://dbpedia.org/ontology/formerName> ?uri . }"
+"who are all the people who have managed the England's under 20 soccer team? | 'the England's under 20 soccer team'-res:England_national_under-20_football_team | 'managed'-dbo:managerClub"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/managerClub> <http://dbpedia.org/resource/England_national_under-20_football_team> } "
+"Give me the total number of Guests of the television episodes whose one of the  Guests is Michael Cristofer? | 'Guests'-res:Guests_of_the_Nation | 'Guests'-res:Guests_of_the_Nation | 'Michael Cristofer'-res:Michael_Cristofer | 'Guests'-dbp:guests | 'Guests'-dbp:guests"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/Michael_Cristofer> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"who was the president under which Joe Purcell is a lieutenant? | 'Joe Purcell'-res:Joe_Purcell | 'president'-dbo:president | 'lieutenant'-dbo:lieutenant"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/lieutenant> <http://dbpedia.org/resource/Joe_Purcell> } "
+"What are the veneration of the one for which there's a major shrine in Hebron? | 'Hebron'-res:Hebron | 'veneration'-dbo:time | 'major shrine'-dbo:majorShrine","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/majorShrine> <http://dbpedia.org/resource/Hebron> . ?x <http://dbpedia.org/ontology/veneratedIn> ?uri . }"
+"Who is the chancellor of the university which affiliates the Dartington College of Arts? | 'Dartington College of Arts'-res:Dartington_College_of_Arts | 'chancellor'-dbo:chancellor | 'affiliates'-dbo:riverBranch","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dartington_College_of_Arts> <http://dbpedia.org/ontology/affiliation> ?x . ?x <http://dbpedia.org/property/chancellor> ?uri . }"
+"What is the nationality of Sune Agerschou ? | 'Sune Agerschou'-res:Sune_Agerschou | 'nationality'-dbo:nationality"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sune_Agerschou> <http://dbpedia.org/property/nationality> ?uri } "
+"Namt the fields of Paul Demiville ? | 'Paul Demiville'-res:Paul_Demiéville | 'fields'-dbp:fields"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paul_Demiéville> <http://dbpedia.org/property/fields> ?uri } "
+"Who all have been canonized by Pope Paul VI | 'Paul VI'-res:Pope_Paul_VI | 'canonized'-dbo:canonizedBy","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/canonizedBy> <http://dbpedia.org/resource/Pope_Paul_VI> . }"
+"What is written in a programming language developed by GNOME Project? | 'GNOME Project'-res:The_GNOME_Project | 'written'-dbo:fate | 'programming language'-dbp:programmingLanguage | 'developed'-dbp:developer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/The_GNOME_Project> . ?uri <http://dbpedia.org/property/programmingLanguage> ?x . }"
+"Where is the building located whose architect was Francis Palmer Smith? | 'Francis Palmer Smith'-res:Francis_Palmer_Smith | 'building'-dbo:building | 'located'-dbo:garrison | 'architect'-dbo:architect","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Francis_Palmer_Smith> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Building>}"
+"List the school of Bobby Skinstad? | 'Bobby Skinstad'-res:Bobby_Skinstad | 'school'-dbo:school"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Skinstad> <http://dbpedia.org/ontology/school> ?uri } "
+"Count all the universities who participated in the tournament won by Alabama Crimson Tides in 2015 ? | 'universities'-res:Universities_South_Africa | 'Alabama Crimson Tides'-res:Alabama_Crimson_Tide | '2015'-res:2015_Super_Rugby_Final | 'count'-dbo:country | 'participated'-dbo:participant | 'tournament'-dbo:event | 'won'-dbo:city"," SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Alabama_Crimson_Tide> <http://dbpedia.org/ontology/name> ?uri } "
+"In how many different places have ehtics philosophers died? | ''-res:Ethics | 'places'-dbp:height | 'died'-dbo:flag","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/religion> <http://dbpedia.org/resource/Ethics> . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"
+"Which house has published books about Jazz? | 'Jazz'-res:Jazz | 'house'-dbo:house | 'published'-dbo:author | 'books'-dbo:title","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Jazz> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}"
+"Which person naratted The Incredible Hulk and also the writer of Tales of Suspense ? | 'The Incredible Hulk'-res:The_Trial_of_the_Incredible_Hulk | 'Tales of Suspense'-res:Tales_of_Suspense | 'person'-dbp:type | 'naratted'-dbp:narrated | 'writer'-dbo:writer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/narrated> <http://dbpedia.org/resource/The_Incredible_Hulk> . ?uri <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Tales_of_Suspense> . }"
+"How many movies have been directed by almunies of Parsons School of Design? | 'almunies'-res:Almunia | 'Parsons School of Design'-res:Parsons_School_of_Design | 'movies'-dbo:film | 'directed'-dbo:president","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Parsons_School_of_Design> . ?uri <http://dbpedia.org/property/director> ?x . }"
+"List the people died in Hyderabad and are a member of political party ? | 'Hyderabad'-res:Hyderabad | 'died in'-dbo:deathPlace | 'political party'-dbo:party","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/placeOfDeath> <http://dbpedia.org/resource/Hyderabad> . ?uri <http://dbpedia.org/property/party> ?x . }"
+"What is the american football league whose champion is from Kansas City, Missouri? | 'american football league'-res:American_Football_League | 'Kansas City, Missouri'-res:Kansas_City,_Missouri | 'champion'-dbp:champion","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/champion> <http://dbpedia.org/resource/Kansas_City,_Missouri> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballLeague>}"
+"Where is the garrison of Western Naval Command ? | 'Western Naval Command'-res:Western_Naval_Command | 'garrison'-dbo:garrison"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Western_Naval_Command> <http://dbpedia.org/ontology/garrison> ?uri } "
+"Which person's successor is Samsu-iluna? | 'Samsu-iluna'-res:Samsu-iluna | 'successor'-dbo:successor | 'person'-dbo:Person","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/successor> <http://dbpedia.org/resource/Samsu-iluna> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}"
+"How many sports are played in maharashtran schools? | 'maharashtra'-res:Maharashtra | 'sports'-dbo:athletics | 'played'-dbo:portrayer","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Maharashtra> . ?x <http://dbpedia.org/ontology/sport> ?uri . }"
+"How many owners owned the clubs participating in the Premier leagues of '14? | 'Premier leagues'-res:2013_National_Premier_Leagues | '14'-res:14 | 'owners'-dbp:owner | 'owned'-dbp:owner | 'clubs'-dbo:college | 'participating'-dbo:interest","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/2013_National_Premier_Leagues> . ?x <http://dbpedia.org/property/owner> ?uri . }"
+"How many people live in the Beverly Hills, California? | 'Beverly Hills, California'-res:Beverly_Hills,_California | 'live'-dbo:residence","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/residence> <http://dbpedia.org/resource/Beverly_Hills,_California> . }"
+"Name some islands in a pacific archipelago? | 'pacific'-res:Pacific_Ocean | 'name'-dbo:name | 'islands'-dbo:numberOfIslands | 'pacific archipelago'-dbo:archipelago","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/archipelago> <http://dbpedia.org/resource/Pacific_Ocean> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Island>}"
+"In how many areas do the networks broadcast, which also broadcasts in North Carolina? | 'North Carolina'-res:North_Carolina | 'networks broadcast,'-dbo:state | 'broadcasts'-dbo:state","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/North_Carolina> . ?x <http://dbpedia.org/property/broadcastArea> ?uri . }"
+"What is the total number of regions served by the companies which also serves Australia? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Australia'-res:Australia | 'total'-dbo:populationTotal | 'regions'-dbp:region | 'served'-dbo:regionServed | 'serves'-dbo:chain"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/region> <http://dbpedia.org/resource/Australia> . ?x <http://dbpedia.org/ontology/regionServed> ?uri }"
+"List the area of radio stations whose sister station is WBCQ-FM? | 'WBCQ-FM'-res:WBCQ-FM | 'area'-dbo:area | 'radio stations'-dbp:sisterStations | 'sister station'-dbo:sisterStation","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/sisterStations> <http://dbpedia.org/resource/WBCQ-FM> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/RadioStation>}"
+"How many companies have manufactured the rockets launched from the Cape Canaveral Air Force Station? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Cape Canaveral Air Force Station'-res:Cape_Canaveral_Air_Force_Station | 'launched'-dbo:launchSite | 'manufactured'-dbo:manufacturer","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/launchSite> <http://dbpedia.org/resource/Cape_Canaveral_Air_Force_Station> . ?x <http://dbpedia.org/property/manufacturer> ?uri . }"
+"What is the sea connected to Kaliningrad and Gdask? | 'Kaliningrad and Gdask'-res:Kaliningrad_Zoo | 'sea'-dbo:seatingCapacity | 'connected'-dbo:related","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Kaliningrad> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Sea>}"
+"In which country did the planes designed by Ursula Hanle originate? | 'Ursula Hanle'-res:Ursula_Hänle | 'country'-dbo:country | 'planes'-dbo:founder | 'designed'-dbo:architect | 'originate'-dbo:engineer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/Ursula_Hänle> . ?x <http://dbpedia.org/property/origin> ?uri . }"
+"what are some units udner the US department of navy? | 'US department of navy'-res:United_States_Department_of_the_Navy | 'units udner'-dbo:commandStructure"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/commandStructure> <http://dbpedia.org/resource/United_States_Department_of_the_Navy> } "
+"List the children of the parent of Marvin Bush. | 'Marvin Bush'-res:Marvin_Bush | 'children'-dbp:children | 'parent'-dbo:parent","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marvin_Bush> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/children> ?uri . }"
+"Where was the Temptation Waits recorded? | 'Temptation Waits'-res:Temptation_Waits | 'recorded'-dbo:recordedIn"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Temptation_Waits> <http://dbpedia.org/ontology/recordedIn> ?uri } "
+"List the relatives of clay Aiken ? | 'clay Aiken'-res:Clay_Aiken | 'relatives'-dbp:relatives"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Clay_Aiken> <http://dbpedia.org/property/relatives> ?uri } "
+"which award has been won by Claudia Moro? | 'Claudia Moro'-res:Claudia_Moro | 'award'-dbo:award | 'won'-dbo:city"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Claudia_Moro> <http://dbpedia.org/property/awards> ?uri } "
+"What is the address of Federal Reserve Bank Building? | 'Federal Reserve Bank Building'-res:Federal_Reserve_Bank_Building_(Seattle) | 'address'-dbo:address"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Federal_Reserve_Bank_Building_(Seattle)> <http://dbpedia.org/property/address> ?uri } "
+"List the countries through which European rout E39 and E8 passes ? | 'countries'-res:Countries_of_the_United_Kingdom | 'E39'-res:E39 | 'European rout'-res:Europe | 'European rout'-res:Rout | 'E8'-res:E8 | 'passes'-dbp:pages | ''-dbo:country","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/European_Rout> <http://dbpedia.org/ontology/route> ?uri . <http://dbpedia.org/resource/E8> <http://dbpedia.org/property/country> ?uri . }"
+"Who are the writer of the singles whose music genre is Rhythm and blues ? | 'Rhythm and blues'-res:Rhythm_and_blues | 'writer'-dbo:writer | 'singles'-dbo:associate | 'music genre'-dbo:genre | 'blues'-dbo:gross","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/genre> <http://dbpedia.org/resource/Rhythm_and_blues> . ?x <http://dbpedia.org/ontology/writer> ?uri . }"
+"What are the awards won by the film editor of The Search? | 'The Search'-res:The_Search_(2014_film) | 'editor'-dbo:editing | 'awards'-dbp:awards","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Search_(2014_film)> <http://dbpedia.org/ontology/editing> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"Give me some series related to the one which had Yasmin Paige in them. | 'Yasmin Paige'-res:Yasmin_Paige | 'series'-dbo:series | 'related'-dbo:related","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/related> <http://dbpedia.org/resource/Yasmin_Paige> . ?x <http://dbpedia.org/ontology/series> ?uri . }"
+"How many TV shows have executive producer as Steven Moffat ? | 'TV'-res:Tv_test_pattern | 'Steven Moffat'-res:Steven_Moffat | 'executive producer'-dbo:executiveProducer | 'shows'-dbo:TelevisionShow","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/executiveProducer> <http://dbpedia.org/resource/Steven_Moffat> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"Who made the engine whose predecessor is the SHO V6? | 'SHO'-res:Sho | 'V6'-res:V6_engine | 'V6'-res:V6_engine | 'SHO'-res:Sho | 'engine'-dbo:engine | 'predecessor'-dbo:predecessor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/Sho> . ?x <http://dbpedia.org/ontology/engine> ?uri . }"
+"For how many different teams have Ontarians been drafted ? | 'Ontaria'-res:Ontario | 'teams'-dbo:numberOfTeams | 'drafted'-dbo:draft","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/draftTeam> <http://dbpedia.org/resource/Ontario> . ?x <http://dbpedia.org/ontology/team> ?uri . }"
+"Whose academic advisor works at the St George's Hospital? | 'St George's Hospital'-res:St_George's_Hospital | 'academic advisor'-dbo:abstract | 'works'-dbo:language","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/academicAdvisor> <http://dbpedia.org/resource/St_George's_Hospital> . }"
+"Count the number of people who graduated from universities affiliated with the NCAA. | 'universities'-res:Universities_South_Africa | 'NCAA'-res:National_Collegiate_Athletic_Association_(Philippines) | 'count'-dbo:country | 'graduated'-dbo:effectiveRadiatedPower | 'affiliated'-dbo:league","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?uri <http://dbpedia.org/property/almaMater> ?x . }"
+"How many characters were made by Paul Dini? | 'Paul Dini'-res:Paul_Dini | 'made by'-dbp:creators","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Paul_Dini> . }"
+"How many molluscas are there whose families are Buccinidae and Buccinoidea? | 'Molluscas'-res:Mollusca | 'Buccinidae and Buccinoidea'-res:Buccinidae | 'families'-dbo:established","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Buccinidae> . ?uri <http://dbpedia.org/property/molluscas> <http://dbpedia.org/resource/Mollusca> . }"
+"Where did Aghasalim Childagh die? | 'Aghasalim Childagh'-res:Aghasalim_Childagh | 'die'-dbo:deathDate"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Aghasalim_Childagh> <http://dbpedia.org/property/deathPlace> ?uri } "
+"Where is the successor of john waldo from? | 'john waldo'-res:John_B._Waldo | 'successor'-dbo:successor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_B._Waldo> <http://dbpedia.org/property/successor> ?uri } "
+"How many awards have screenwriters won? | 'screenwriters'-res:Screenwriter | 'awards'-dbo:award | 'won'-dbo:award","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/occupation> <http://dbpedia.org/resource/Screenwriter> . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"What are the houses of the Parliament Security Services and Parliament of India ? | 'Parliament Security Services'-res:Parliament_Security_Services | 'Parliament of India'-res:Parliament_of_India | 'houses'-dbp:houses | 'houses'-dbp:houses","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Parliament_Security_Services> <http://dbpedia.org/property/houses> ?uri . <http://dbpedia.org/resource/United_States_States> <http://dbpedia.org/ontology/house> ?uri . }"
+"How many owners are there of things located in Alabama? | 'Alabama'-res:Alabama | 'in'-dbo:city | 'owners'-dbo:owner","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Alabama> . ?x <http://dbpedia.org/property/owner> ?uri . }"
+"Where are the shrines of the saints who were beatified by Pope Pius XI? | 'Pope Pius XI'-res:Pope_Pius_XI | 'shrines'-dbo:chain | 'saints'-dbo:saint | 'beatified'-dbp:beatifiedBy","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/beatifiedBy> <http://dbpedia.org/resource/Pope_Pius_XI> . ?x <http://dbpedia.org/ontology/veneratedIn> ?uri . }"
+"Foxy Brown was associated with which band? | 'Foxy Brown'-res:Foxy_Brown_(rapper) | 'associated'-dbo:associatedBand | 'band'-dbo:band"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/associatedBand> <http://dbpedia.org/resource/Foxy_Brown_(rapper)> } "
+"Of how many battles is Chickasaw Campaign of 1736 consisted? | 'Chickasaw Campaign of 1736'-res:Chickasaw_Campaign_of_1736 | 'battles'-dbo:combatant | 'consisted'-dbp:convicted","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Chickasaw_Campaign_of_1736> <http://dbpedia.org/property/battles> ?uri . }"
+"Of what all has David Ian Salter been an editor of? | 'David Ian Salter'-res:David_Ian_Salter | 'editor'-dbo:editing"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Ian_Salter> <http://dbpedia.org/ontology/editing> ?uri } "
+"Name the river whose mouth mountain is Essex and river mouth is North Sea? | 'Essex'-res:Essex | 'North Sea'-res:North_Sea | 'name'-dbp:name | 'river'-dbo:river | 'mouth mountain'-dbo:elevation | 'river mouth'-dbo:mouthMountain","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Essex> . ?uri <http://dbpedia.org/property/rivermouth> <http://dbpedia.org/resource/North_Sea> . }"
+"What award has been given to Roy Walker as well as Walt Disney? | 'Roy Walker'-res:Roy_Walker_(production_designer) | 'Walt Disney'-res:Walt_Disney | 'award'-dbo:award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Roy_Walker_(production_designer)> <http://dbpedia.org/property/awards> ?uri . <http://dbpedia.org/resource/Walt_Disney> <http://dbpedia.org/ontology/award> ?uri . }"
+"What is the death place of the Marina Pankova and Viktor Ulyanich? | 'Marina Pankova'-res:Marina_Pankova | 'Viktor Ulyanich'-res:Viktor_Ulyanich | 'death place'-dbo:deathPlace","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marina_Pankova> <http://dbpedia.org/property/placeOfDeath> ?uri . <http://dbpedia.org/resource/Viktor_Ulyanich> <http://dbpedia.org/ontology/deathPlace> ?uri . }"
+"What products are made by Tehran based companies? | 'Tehran'-res:Tehran | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'products'-dbp:products | 'based'-dbp:based","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/locationCity> <http://dbpedia.org/resource/Tehran> . ?uri <http://dbpedia.org/property/products> ?x . }"
+"Count number of people who follow a religion which has an important office in Gold Base ? | 'Gold Base'-res:Gold_Base | 'count'-dbo:type | 'follow'-dbo:course | 'religion'-dbo:religion | 'office'-dbo:office","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Gold_Base> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"How many basketball players studied in the Midland College? | 'basketball players'-res:National_Basketball_Players_Association | 'Midland College'-res:Midland_College | 'College'-dbo:college | 'basketball player'-dbo:BasketballPlayer","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/college> <http://dbpedia.org/resource/Midland_College> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BasketballPlayer>}"
+"Which actors have performed in plays performed in New York? | 'New York'-res:New_York | 'actors'-dbo:award | 'performed'-dbo:artist | 'plays'-dbo:plays | 'performed'-dbo:artist","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/arena> <http://dbpedia.org/resource/New_York> . ?x <http://dbpedia.org/property/starring> ?uri . }"
+"Who is the editor of Hearth and Home ? | 'Hearth and Home'-res:Hearth_and_Home | 'editor'-dbo:editor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Hearth_and_Home> <http://dbpedia.org/ontology/editor> ?uri } "
+"List the books by the authors buried in the Convent of the Barefoot Trinitarians? | 'Convent of the Barefoot Trinitarians'-res:Convent_of_the_Barefoot_Trinitarians | 'buried'-dbo:restingPlace | 'authors'-dbo:author","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/Convent_of_the_Barefoot_Trinitarians> . ?uri <http://dbpedia.org/property/author> ?x . }"
+"Which awards did the creator of A Barrel of Laughs, a Vale of Tears won ? | 'A'-res:A | 'Barrel of Laughs,'-res:A_Barrel_of_Laughs,_a_Vale_of_Tears | 'Vale of Tears'-res:Vale_of_tears | 'awards'-dbo:budget | 'creator'-dbp:producer | 'won'-dbo:award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/A_Barrel_of_Laughs> <http://dbpedia.org/property/creator> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"Which hockey teams have had people playing as Defenceman? | 'Defenceman'-res:Defenceman | 'hockey'-dbo:jockey | 'teams'-dbo:numberOfTeams | 'playing'-dbo:field","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/HockeyTeam>}"
+"which president was served by Joseph Stiglitz? | 'Joseph Stiglitz'-res:Joseph_Stiglitz | 'president'-dbo:president | 'served'-dbo:regionServed"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/president> <http://dbpedia.org/resource/Joseph_Stiglitz> } "
+"What product is made by Sony and Foxconn togather? | 'Sony'-res:Sony | 'Foxconn togather'-res:Foxconn | 'made by'-dbo:manufacturer | 'made by'-dbo:manufacturer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Sony> . ?uri <http://dbpedia.org/property/products> <http://dbpedia.org/resource/Foxconn> . }"
+"Which city has radio stations which are Religious ? | 'Religiou'-res:Religion | 'city'-dbo:city | 'radio stations'-dbo:numberOfStations","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/programmeFormat> <http://dbpedia.org/resource/Religion> . ?x <http://dbpedia.org/property/city> ?uri . }"
+"Whose mam is Bertrada of Laon? | 'Bertrada of Laon'-res:Bertrada_of_Laon | 'mam'-dbp:mother","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/mother> <http://dbpedia.org/resource/Bertrada_of_Laon> . }"
+"What location country of AH141 is also the nation of malaysia Junior hockey league ? | 'AH141'-res:AH141 | 'malaysia Junior hockey league'-res:Malaysia_Junior_Hockey_League | 'country'-dbo:county | 'country'-dbo:country"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/AH141> <http://dbpedia.org/ontology/county> ?uri . <http://dbpedia.org/resource/Malaysia_Junior_Hockey_League> <http://dbpedia.org/property/country> ?uri} "
+"How many artists are signed up with Celluloid Records? | 'Celluloid Records'-res:Celluloid_Records | 'artists'-dbp:artist | 'signed'-dbo:movement","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Celluloid_Records> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Artist>}"
+"Henry McDaniel's trained horses have won which awards? | 'Henry McDaniel'-res:Henry_McDaniel_(racehorse_trainer) | 'trained'-dbo:coach | 'horses'-dbo:staff | 'won'-dbo:award | 'awards'-dbo:award","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/trainer> <http://dbpedia.org/resource/Henry_McDaniel_(racehorse_trainer)> . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"From how many coutries do companies come, which are headquartered in the Klang Valley? | 'Klang Valley'-res:Klang_Valley | 'headquarter'-dbp:headquarters | 'country'-dbp:country","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Klang_Valley> . ?x <http://dbpedia.org/ontology/country> ?uri . }"
+"Who is the builder of the bridge owned by Tabriz ? | 'Tabriz'-res:Tabriz | 'builder'-dbo:builder | 'bridge'-dbo:abstract | 'owned'-dbo:owner","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Tabriz> . ?x <http://dbpedia.org/ontology/builder> ?uri . }"
+"Who are the golf players whose college is Arizona State Sun Devils? | 'golf players'-res:The_Golf_Players | 'Arizona State Sun Devils'-res:Arizona_State_Sun_Devils | 'college'-dbo:college | 'golf player'-dbo:GolfPlayer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/college> <http://dbpedia.org/resource/Arizona_State_Sun_Devils> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/GolfPlayer>}"
+"List everything in which saxophone players have been casted. | 'saxophone players'-res:Saxophone | 'casted'-dbo:class","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/instruments> <http://dbpedia.org/resource/Saxophone> . ?uri <http://dbpedia.org/property/music> ?x . }"
+"What games are played in Protestant schools? | 'Protestant schools'-res:Doveton_Corrie_Protestant_Schools_Association | 'games'-dbo:games | 'played'-dbo:portrayer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/religion> <http://dbpedia.org/resource/Protestant_School> . ?x <http://dbpedia.org/property/games> ?uri . }"
+"Which stockholder of yale Repertory Theatre was training center of William Anthony ? | 'William Anthony'-res:William_Anthony_(artist) | 'yale Repertory Theatre'-res:Yale_Repertory_Theatre | 'training'-dbo:training | 'stockholder'-dbp:owner"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Anthony_(artist)> <http://dbpedia.org/ontology/training> ?uri . <http://dbpedia.org/resource/Yale_Repertory_Theatre> <http://dbpedia.org/property/owner> ?uri} "
+"Name the common institution of the Erica Frank and Douglass North? | 'Erica Frank'-res:Erica_Frank | 'Douglass North'-res:Douglass_North | 'name'-dbp:name | 'common institution'-dbo:institution","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erica_Frank> . ?uri <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Douglass_North> . }"
+"List the language of Kunsten Museum of moder art Aalborg ? | 'Kunsten Museum of moder art Aalborg'-res:KUNSTEN_Museum_of_Modern_Art_Aalborg | 'language'-dbo:language"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/KUNSTEN_Museum_of_Modern_Art_Aalborg> <http://dbpedia.org/property/language> ?uri } "
+"To which persons is Ron Cyrus a relative? | 'Ron Cyrus'-res:Ron_Cyrus | 'relative'-dbp:relatives | 'person'-dbo:Person"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Ron_Cyrus> } "
+"How many services are there of the companies whose services is Web hosting service ? | 'Web hosting service'-res:Web_hosting_service | 'services'-dbp:services | 'services'-dbp:services"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/services> <http://dbpedia.org/resource/Web_hosting_service> . ?x <http://dbpedia.org/property/services> ?uri }"
+"Who is a successor of Kingship whose parents were Julius Caesar? | 'Kingship'-res:Kingship_and_kingdom_of_God | 'Julius Caesar'-res:Julius_Caesar | 'successor'-dbo:successor | 'parents'-dbo:parent","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kingship_and_kingdom_of_God> <http://dbpedia.org/property/parent> ?x . ?x <http://dbpedia.org/ontology/successor> ?uri . }"
+"Who is the predecessor of Voere ? | 'Voere'-res:Voere | 'predecessor'-dbo:predecessor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Voere> <http://dbpedia.org/property/predecessor> ?uri } "
+"Which movies did Mark Steven edit? | 'Mark Steven'-res:Mark_Stevens_(film_editor) | 'edit'-dbp:editing | 'movie'-dbo:Film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"How many more teams have rented the stadium used by Raptors 905? | 'Raptors 905'-res:Raptors_905 | 'teams'-dbp:team | 'rented'-dbo:tenant | 'stadium'-dbo:stadium","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Raptors_905> <http://dbpedia.org/ontology/tenant> ?uri . }"
+"Count the wars in which people awarded with the Croix de guerre fought. | 'Croix de guerre'-res:Croix_de_Guerre | 'count'-dbo:country | 'wars'-dbp:battles | 'awarded'-dbo:award | 'fought'-dbo:type","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Croix_de_Guerre> . ?x <http://dbpedia.org/property/territory> ?uri . }"
+"How many have been awarded by the Royal Society? | 'Royal Society'-res:Royal_Society | 'awarded'-dbp:awards","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Royal_Society> . }"
+"who manufactures the SHO V8? | 'sho v8'-res:Ford_SHO_V8_engine | 'manufactures'-dbo:manufacturer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ford_SHO_V8_engine> <http://dbpedia.org/ontology/manufacturer> ?uri } "
+"What are the broadcast areas of Mauritius Broadcasting Corporation? | 'Mauritius Broadcasting Corporation'-res:Mauritius_Broadcasting_Corporation | 'broadcast'-dbo:broadcastArea"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mauritius_Broadcasting_Corporation> <http://dbpedia.org/ontology/broadcastArea> ?uri } "
+"What are the movies whose cinematographer is Gregg Toland? | 'cinematographer'-res:Cinematographer | 'Gregg Toland'-res:Gregg_Toland | 'movies'-dbo:film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Gregg_Toland> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"In how many different highschools have people schooled in Penn State Nittany Lions football studied? | 'Penn State Nittany Lions football'-res:Penn_State_Nittany_Lions_football | 'highschools'-dbo:highschool | 'schooled'-dbo:university | 'studied'-dbo:course","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/highschool> <http://dbpedia.org/resource/Penn_State_Nittany_Lions_football> . ?x <http://dbpedia.org/property/education> ?uri . }"
+"How many different people hold authority over the members of Balanidae family? | 'Balanidae family'-res:Balanidae | 'family'-dbo:family | 'authority'-dbo:binomialAuthority","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Balanidae> . ?x <http://dbpedia.org/property/authority> ?uri . }"
+"Who is the american football player whose highschool is Ringgold High School (Pennsylvania)? | 'american football player'-res:James_Walker_(American_football_player) | 'Ringgold High School (Pennsylvania)'-res:Ringgold_High_School_(Pennsylvania) | 'highschool'-dbo:highschool","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/highschool> <http://dbpedia.org/resource/Ringgold_High_School_(Pennsylvania)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballPlayer>}"
+"Count the total number of conflicts people who were part of conflict in afghanisthan ? | 'Afghanisthan'-res:Afghanistan | 'count'-dbo:country | 'total'-dbo:populationTotal | 'conflicts'-dbo:battle | 'conflict'-dbo:battle"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Afghanistan> . ?x <http://dbpedia.org/ontology/combatant> ?uri }"
+"Kendall Jenner has how many relatives? | 'Kendall jenner'-res:Kendall_Jenner | 'relatives'-dbp:relatives","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Kendall_Jenner> . }"
+"Where do the CNN employees typically graduate from? | 'CNN'-res:CNN | 'employees'-dbo:employer | 'graduate'-dbo:almaMater","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/employer> <http://dbpedia.org/resource/CNN> . ?x <http://dbpedia.org/property/almaMater> ?uri . }"
+"What is the location town of First Church of Christ, Scientist (Pittsburgh) ? | 'First Church of Christ, Scientist (Pittsburgh)'-res:First_Church_of_Christ,_Scientist_(Pittsburgh) | 'location town'-dbo:location"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_Church_of_Christ,_Scientist_(Pittsburgh)> <http://dbpedia.org/ontology/location> ?uri } "
+"Where is the spouse of Henry Bourchier of Essex buried? | 'Henry Bourchier of Essex'-res:Henry_Bourchier,_1st_Earl_of_Essex | 'spouse'-dbo:spouse | 'buried'-dbo:weight","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henry_Bourchier,_1st_Earl_of_Essex> <http://dbpedia.org/property/spouse> ?x . ?x <http://dbpedia.org/ontology/restingPlace> ?uri . }"
+"What shows are on the networks which are from the United States? | 'United States'-res:United_States | 'shows'-dbo:place | 'networks'-dbo:network","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/network> ?x . }"
+"Name the movies distributed by Cinema International Corporation and edited by Hulian Doyle ? | 'Cinema International Corporation'-res:Cinema_International_Corporation | 'Hulian Doyle'-res:Willie_Doyle | 'name'-dbp:name | 'movies'-dbo:film | 'distributed'-dbo:distributor | 'edited'-dbo:editor","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/Cinema_International_Corporation> . ?uri <http://dbpedia.org/ontology/editing> <http://dbpedia.org/resource/Hulian_Doyle> . }"
+"What is the province of Rouen Business School ? | 'Rouen Business School'-res:Rouen_Business_School | 'province'-dbo:province"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rouen_Business_School> <http://dbpedia.org/property/province> ?uri } "
+"List some songwriters whose work has been recorded in Miami? | 'Miami'-res:Miami | 'songwriters'-dbo:composer | 'work'-dbo:part | 'recorded'-dbo:recordedIn","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordedIn> <http://dbpedia.org/resource/Miami> . ?uri <http://dbpedia.org/property/music> ?x . }"
+"What is the total number of relgions followed by people born in Bangkok? | 'Bangkok'-res:Bangkok | 'total'-dbo:populationTotal | 'relgions'-dbp:religion | 'born'-dbo:birthPlace"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Bangkok> . ?x <http://dbpedia.org/property/religion> ?uri }"
+"Which musical artist collaborated with Tony Allen (musician) and label is Victor Entertainment? | 'Tony Allen (musician)'-res:Tony_Allen_(musician) | 'Victor Entertainment'-res:Victor_Entertainment | 'musical artist'-dbo:artist | 'collaborated'-dbo:team | 'label'-dbp:label","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/associatedMusicalArtist> <http://dbpedia.org/resource/Tony_Allen_(musician)> . ?uri <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Victor_Entertainment> . }"
+"Count the number of software which runs on Microsoft Windows and mac OS ? | 'software'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'OS'-res:OS | 'count'-dbo:type | 'runs'-dbo:series | 'mac'-dbo:person"," SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://dbpedia.org/property/license> <http://dbpedia.org/resource/Mac_OS> } "
+"What is the common race of the Martin Molony and race of the Coneygree ? | 'Martin Molony'-res:Martin_Molony | 'Coneygree'-res:Coneygree | 'common race'-dbo:race | 'race'-dbo:race"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Martin_Molony> <http://dbpedia.org/property/race> ?uri . <http://dbpedia.org/resource/Coneygree> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Race>}"
+"What sports team's arena is The Palace of Auburn Hills | 'The Palace of Auburn Hills'-res:The_Palace_of_Auburn_Hills | 'arena'-dbp:arena | 'sports team'-dbo:SportsTeam","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/arena> <http://dbpedia.org/resource/The_Palace_of_Auburn_Hills> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SportsTeam>}"
+"Name the TV show whose company is Playtone and written by Graham Yost? | 'TV'-res:Tv_test_pattern | 'Playtone'-res:Playtone | 'Graham Yost'-res:Graham_Yost | 'name'-dbp:name | 'show'-dbo:show | 'company'-dbo:company | 'written'-dbo:writer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/Playtone> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"What is the fictional character which belongs to families of Darth Vader and Padm Amidala? | 'Darth Vader'-res:Darth_Vader | 'Padm Amidala'-res:Padmé_Amidala | 'fictional character'-dbo:description | 'belongs'-dbp:longs | 'families'-dbo:established","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Darth_Vader> <http://dbpedia.org/ontology/family> ?uri . <http://dbpedia.org/resource/Padmé_Amidala> <http://dbpedia.org/property/starring> ?uri . }"
+"Count the number of other services of the companies which provides the Microsoft Azure as service ? | 'companies'-res:Bluegrass_companies | 'Microsoft Azure'-res:Microsoft_Azure | 'services'-dbp:services | 'services'-dbp:services"," SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Microsoft_Azure> <http://dbpedia.org/property/services> ?uri } "
+"How many first drivers have participated when Scuderia Ferrari was a first team? | 'Scuderia Ferrari'-res:Scuderia_Ferrari | 'first team'-dbp:firstTeam | 'first driver'-dbo:firstDriver","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Scuderia_Ferrari> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FormulaOneRacer>}"
+"What is the award which is presented by Swedish Academy? | 'Swedish Academy'-res:Sweden | 'Swedish Academy'-res:Swedish_Academy | 'presented'-dbp:presenter | 'award'-dbo:Award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/presenter> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"Michael Deeley produce how many movies? | 'michael Deeley'-res:Michael_Deeley | 'produce'-dbo:producer | 'movies'-dbo:film","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"Who are in the liang chow club? | 'liang chow club'-res:Liang_Chow"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/club> <http://dbpedia.org/resource/Liang_Chow> } "
+"In how many countries does the Zurich Affoltern am Albis Zug line go? | 'countries'-res:Countries_of_the_United_Kingdom | 'Zurich Affoltern am Albis Zug'-res:Affoltern_am_Albis","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Zurich_Affoltern_am_Albis_Zug> <http://dbpedia.org/property/line> ?x . ?x <http://dbpedia.org/ontology/country> ?uri . }"
+"In how many places did Julian Leow Beng Kim study? | 'Julian Leow Beng Kim study'-res:Julian_Leow_Beng_Kim | 'study'-dbp:almaMater","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Julian_Leow_Beng_Kim> <http://dbpedia.org/property/almaMater> ?uri . }"
+"How many movies were directed by the graduate of Burbank High School ? | 'Burbank High School'-res:Burbank_High_School_(Burbank,_California) | 'movies'-dbo:film | 'directed'-dbo:principal | 'graduate'-dbo:numberOfGraduateStudents","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/almaMater> <http://dbpedia.org/resource/Burbank_High_School> . ?uri <http://dbpedia.org/ontology/director> ?x . }"
+"What is the type of Vesak ? | 'Vesak'-res:Vesak | 'type'-dbo:type"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Vesak> <http://dbpedia.org/property/type> ?uri } "
+"Which awards did the parents of Anna Bergman win ? | 'Anna Bergman'-res:Anna_Bergman | 'parent'-dbo:parent | 'awards'-dbp:awards","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Anna_Bergman> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"What are some people who are on the board of companies founded in NY? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'NY'-res:New_York | 'board'-dbo:board | 'founded'-dbo:foundingYear","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/foundationPlace> <http://dbpedia.org/resource/New_York> . ?x <http://dbpedia.org/property/board> ?uri . }"
+"What are the musicals of the people died in California? | 'California'-res:California | 'musicals'-dbo:musicalArtist | 'died'-dbo:flag","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/placeOfDeath> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/musical> ?uri . }"
+"Which software uses windows as it's operating system and is written in C++ ? | 'software'-res:Software_Publishing_Corporation | 'C++'-res:C++ | 'windows'-dbo:show | 'operating'-dbo:operatingSystem | 'written'-dbp:writtenIn","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/C++> . ?uri <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/Windows> . }"
+"What currencies are circulated in the countries where people speak French? | 'French'-res:French_language | 'speak'-dbo:language | ''-dbo:country | ''-dbo:country","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/French_language> . ?x <http://dbpedia.org/ontology/currency> ?uri . }"
+"Give the distinct number of other party of the people which have one of the party as Janata Party ? | 'Janata Party'-res:Janata_Party | 'other party'-dbo:otherParty | 'other party'-dbo:otherParty"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x otherParty <http://dbpedia.org/resource/Janata_Party> . ?x <http://dbpedia.org/ontology/otherParty> ?uri }"
+"Which political party got elected in First Legislative Assembly of Uttar Pradesh ? | 'First Legislative Assembly of Uttar Pradesh'-res:First_Legislative_Assembly_of_Uttar_Pradesh | 'political party'-dbp:party | 'elected'-dbo:president"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_Legislative_Assembly_of_Uttar_Pradesh> <http://dbpedia.org/property/leader> ?uri } "
+"How many organizations own the website to which Jimmy Wales contributes? | 'website'-res:Website | 'Jimmy Wales'-res:Jimmy_Wales | 'organizations'-dbo:company | 'contributes'-dbo:participant","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Jimmy_Wales> <http://dbpedia.org/property/name> ?x . ?x <http://dbpedia.org/ontology/owner> ?uri . }"
+"Name the notable commanders of Army Group Oberrhein ? | 'Army Group Oberrhein'-res:Army_Group_Oberrhein_(Germany) | 'name'-dbo:name | 'notable commanders'-dbo:notableCommander"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Army_Group_Oberrhein_(Germany)> <http://dbpedia.org/ontology/notableCommander> ?uri } "
+"Name the place of Qaqun ? | 'Qaqun'-res:Qaqun | 'name'-dbo:name | 'place'-dbo:place"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Qaqun> <http://dbpedia.org/ontology/place> ?uri } "
+"What are the awards won by the film editor of World of Tomorrow ? | 'World of Tomorrow'-res:World_of_Tomorrow_(film) | 'editor'-dbo:editing | 'awards'-dbo:award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/World_of_Tomorrow_(film)> <http://dbpedia.org/ontology/editing> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"Which mountains are contained in Inyo National Forest? | 'Inyo National Forest'-res:Inyo_National_Forest | 'Nation'-dbo:locatedInArea | 'mountain'-dbo:Mountain","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/locatedInArea> <http://dbpedia.org/resource/Inyo_National_Forest> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Mountain>}"
+"Whose children are married to Fredric Joliot-Curie? | 'Fredric Joliot-Curie'-res:Frédéric_Joliot-Curie | 'children'-dbp:children | 'married'-dbo:spouse","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/spouse> <http://dbpedia.org/resource/Frédéric_Joliot-Curie> . ?uri <http://dbpedia.org/property/children> ?x . }"
+"What is the architecture of First National Bank and Trust Building (Lima, Ohio) ? | 'First National Bank'-res:First_National_Bank | 'Trust Building (Lima, Ohio)'-res:First_National_Bank_and_Trust_Building_(Lima,_Ohio) | 'architecture'-dbo:architecturalStyle"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/First_National_Bank_and_Trust_Building_(Lima,_Ohio)> <http://dbpedia.org/property/architecturalStyle> ?uri } "
+"Count all the awards which were presented by something located in California. | 'California'-res:California | 'count'-dbo:country | 'awards'-dbo:award | 'located'-dbo:gross","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/California> . ?x <http://dbpedia.org/property/presenter> ?uri . }"
+"Who all held a position when Gough Whitlam was the prime minister? | 'Gough Whitlam'-res:Gough_Whitlam | 'held'-dbo:office | 'position'-dbo:position | 'prime minister'-dbo:primeMinister","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/primeminister> <http://dbpedia.org/resource/Gough_Whitlam> . ?uri <http://dbpedia.org/property/position> ?x . }"
+"In which part of the world will I find Kim Sawchuk and Vuelta Mexico Telmex? | 'I'-res:I | 'find Kim Sawchuk'-res:Kim_Sawchuk | 'Vuelta Mexico Telmex'-res:Vuelta_Mexico_Telmex","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kim_Sawchuk> <http://dbpedia.org/ontology/locationCountry> ?uri . <http://dbpedia.org/resource/Vuelta_Mexico_Telmex> <http://dbpedia.org/property/region> ?uri . }"
+"Stockholm is the HQ of how many things? | 'stockholm'-res:Stockholm | 'HQ'-res:HQ | 'HQ'-dbp:headquarters","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Stockholm> . }"
+"What is a salthill? | 'Salthill'-res:Salthill"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Salthill> <http://dbpedia.org/property/nationality> ?uri } "
+"In how many regions is the Baco Noir made? | 'Baco Noir'-res:Baco_noir | 'regions'-dbo:wineRegion","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Baco_noir> <http://dbpedia.org/ontology/wineRegion> ?uri . }"
+"Where does the Jerusalem Institute of Justice render their services? | 'Jerusalem Institute of Justice'-res:Jerusalem_Institute_of_Justice | 'render'-dbo:picture | 'services'-dbo:service"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jerusalem_Institute_of_Justice> <http://dbpedia.org/property/service> ?uri } "
+"Who created the stadiums who have been rented by the Boston Red Sox? | 'Boston Red Sox'-res:Boston_Red_Sox | 'created'-dbo:author | 'stadiums'-dbo:stadium | 'rented'-dbo:tenant","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/tenants> <http://dbpedia.org/resource/Boston_Red_Sox> . ?x <http://dbpedia.org/ontology/founded> ?uri . }"
+"List down the commanders of Battle of Fort stephenson ? | 'Battle of Fort stephenson'-res:Battle_of_Fort_Stephenson | 'commanders'-dbo:commander"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Battle_of_Fort_Stephenson> <http://dbpedia.org/ontology/commander> ?uri } "
+"What is the subject of The Prodigal son ? | 'The Prodigal son'-res:The_Prodigal_Son_(play) | 'subject'-dbp:subject"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Prodigal_Son_(play)> <http://dbpedia.org/property/subject> ?uri } "
+"ARM Architecture acts as a game platform for how many things? | 'aRM Architecture'-res:ARM_architecture | 'acts'-dbo:material | 'game platform'-dbo:computingPlatform","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/architecturalStyle> <http://dbpedia.org/resource/ARM_architecture> . }"
+"How many people have voiced characters sculpted by Clamp? | 'Clamp'-res:Clamp_(manga_artists) | 'voiced'-dbo:voice","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/creator> <http://dbpedia.org/resource/Clamp_(manga_artists)> . }"
+"In how many different people are alumini of the University of Oxford working? | 'alumini'-res:NK_Aluminij | 'University of Oxford'-res:University_of_Oxford | 'working'-dbo:training","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/training> <http://dbpedia.org/resource/University_of_Oxford> . ?x <http://dbpedia.org/ontology/education> ?uri . }"
+"Who is the developer of Montecito Inn ? | 'Montecito Inn'-res:Montecito_Inn | 'developer'-dbo:developer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Montecito_Inn> <http://dbpedia.org/property/developer> ?uri } "
+"What are the movies whose cast members are signed up with Point Blank Records? | 'Point Blank Records'-res:Point_Blank_Records | 'movies'-dbo:film | 'cast members'-dbo:genre | 'signed'-dbo:movement","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/recordLabel> <http://dbpedia.org/resource/Point_Blank_Records> . ?uri <http://dbpedia.org/property/starring> ?x . }"
+"What do craig Van tilbury and karen Grigorian do for a living? | 'Van tilbury'-res:Craig_Van_Tilbury | 'Karen grigorian'-res:Karen_Grigorian | 'craig'-dbo:prominence | 'living'-dbo:occupation","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Craig_Van_Tilbury> <http://dbpedia.org/ontology/occupation> ?uri . <http://dbpedia.org/resource/Karen_Grigorian> <http://dbpedia.org/property/profession> ?uri . }"
+"Name the televesion show which has artist named Christopher Franke ? | 'name televesion show'-res:The_Show_with_No_Name | 'Christopher Franke'-res:Christopher_Franke | 'artist'-dbo:artist","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Christopher_Franke> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"name the races where bobby beasley took part ? | 'bobby beasley'-res:Bobby_Beasley | 'races'-dbo:race"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Beasley> <http://dbpedia.org/property/race> ?uri } "
+"List all that flows into the north sea? | 'north sea'-res:North_Sea | 'flows'-dbp:inflow"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/North_Sea> <http://dbpedia.org/property/inflow> ?uri } "
+"How many head of agencies were there in Nazi Germany? | 'agencies'-res:Agencies_of_the_European_Union | 'Nazi Germany'-res:Nazi_Germany | 'head'-dbo:head","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/head> <http://dbpedia.org/resource/Nazi_Germany> . ?x <http://dbpedia.org/ontology/leader> ?uri . }"
+"What are the teams for which Wilfred McDonald played for? | 'Wilfred McDonald'-res:Wilfred_McDonald | 'played for'-dbp:playedFor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wilfred_McDonald> <http://dbpedia.org/property/playedFor> ?uri } "
+"Count all those whose youthclub performed at the 14-15 La Liga? | '14-15 La Liga'-res:2013–14_La_Liga | 'count'-dbo:country | 'performed'-dbo:artist","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/league> <http://dbpedia.org/resource/2013–14_La_Liga> . ?uri <http://dbpedia.org/property/youthclubs> ?x . }"
+"How many cities are around the sea which flows into the Atlantic? | 'Atlantic'-res:Atlantic_Ocean | 'cities'-dbo:country | 'sea'-dbp:shore | 'flows'-dbo:outflow"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Atlantic_Ocean> . ?x <http://dbpedia.org/property/cities> ?uri }"
+"Who all are starring in the  movies where director of photography is John Derek ? | 'John Derek'-res:John_Derek | 'starring'-dbo:starring | 'movies'-dbo:film | 'director'-dbo:director | 'photography'-dbo:picture","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/John_Derek> . ?x <http://dbpedia.org/ontology/starring> ?uri . }"
+"Who does Cam PLante plays for ? | 'Cam PLante'-res:Cam_Plante | 'plays for'-dbp:playedFor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cam_Plante> <http://dbpedia.org/property/playedFor> ?uri } "
+"How many awards have been given to the ones who died of lung cancer? | 'lung cancer'-res:Lung_cancer | 'awards'-dbo:award | 'died'-dbo:board","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deathCause> <http://dbpedia.org/resource/Lung_cancer> . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"Where the children of Ashot Grashi employed at? | 'Ashot Grashi'-res:Ashot_Barseghyan | 'children'-dbo:parent | 'employed'-dbo:occupation","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ashot_Barseghyan> <http://dbpedia.org/ontology/parent> ?x . ?x <http://dbpedia.org/property/occupation> ?uri . }"
+"What is the alma mater of K. Terry Dornbush ? | 'K'-res:K | 'Terry Dornbush'-res:K._Terry_Dornbush | 'alma mater'-dbo:almaMater"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/K._Terry_Dornbush> <http://dbpedia.org/ontology/almaMater> ?uri } "
+"What is the birthplace of the office holder who is the predecessor of Brian Peddle ? | 'Brian Peddle'-res:Brian_Peddle | 'birthplace'-dbo:birthPlace | 'office holder'-dbo:service | 'predecessor'-dbo:predecessor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Brian_Peddle> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"
+"How many people are known for Dragons' Den? | 'Dragons' Den'-res:Dragons'_Den_(UK_TV_series) | 'known for'-dbo:knownFor","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/knownFor> <http://dbpedia.org/resource/Dragons'_Den_(UK_TV_series)> . }"
+"How many different writers have written for Jump Square? | 'Jump Square'-res:Jump_Square | 'writers'-dbo:writer | 'written'-dbo:writer","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Jump_Square> . ?x <http://dbpedia.org/ontology/writer> ?uri . }"
+"Name the members of European Go Federation? | 'European Go Federation'-res:Europe | 'European Go Federation'-res:European_Go_Federation | 'name'-dbp:name | 'members'-dbo:membership | ''-dbo:country"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/European_Go_Federation> <http://dbpedia.org/property/membership> ?uri } "
+" Count the participants of the NBA. | 'NBA'-res:National_Basketball_Association | 'Count'-dbo:type | 'participants'-dbo:participant","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/National_Basketball_Association> <http://dbpedia.org/property/name> ?uri . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/NBAPlayer>}"
+"Who has stock in the railway lines managed by Norfolk Southern Railway? | 'Norfolk Southern Railway'-res:Norfolk_Southern_Railway | 'stock'-dbo:languageFamily | 'railway lines'-dbo:servingRailwayLine | 'managed'-dbo:leader","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/operator> <http://dbpedia.org/resource/Norfolk_Southern_Railway> . ?x <http://dbpedia.org/property/servingRailwayLine> ?uri . }"
+"Enumerate the cars related to the ones assembled in Toluca? | 'Toluca'-res:Toluca | 'enumerate'-dbp:quote | 'cars'-dbo:management | 'related'-dbo:related | 'assembled'-dbp:assembly","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Toluca> . ?x <http://dbpedia.org/ontology/related> ?uri . }"
+"Count the number of other product of the banks whose one of the product is Wealth management ? | 'Wealth management'-res:Wealth_management | 'count'-dbo:type | 'product'-dbo:product | 'banks'-dbo:series | 'product'-dbo:product"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/product> <http://dbpedia.org/resource/Wealth_management> . ?x <http://dbpedia.org/ontology/product> ?uri }"
+"What are all the TV shows which are related to the ones produced by Julie Gardner? | 'TV'-res:Lockheed_T-33 | 'Julie Gardner'-res:Julie_Gardner | 'shows'-dbo:place | 'related'-dbo:related | 'produced'-dbo:manufacturer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Julie_Gardner> . ?uri <http://dbpedia.org/property/related> ?x . }"
+"How many movies have been cinematographed by Jordan Cronenweth? | 'Jordan Cronenweth'-res:Jordan_Cronenweth | 'movies'-dbo:film | 'cinematographed'-dbo:cinematography","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/cinematography> <http://dbpedia.org/resource/Jordan_Cronenweth> . }"
+"What tv show is created by Brian Graden? | 'Brian Graden'-res:Brian_Graden | 'created'-dbo:developer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Brian_Graden> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"Count the total religions followed by the ones living in England. | 'England'-res:England | 'count'-dbo:country | 'total religions'-dbp:result | 'living'-dbo:occupation","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/residence> ?uri . }"
+"Who wrote the play in which a character called Stella Kowalski exists? | 'Stella Kowalski exists'-res:Stella | 'wrote'-dbo:author | 'play'-dbo:starring | 'character'-dbo:status | 'called'-dbo:alias","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/starring> <http://dbpedia.org/resource/Stella_Kowalski> . ?x <http://dbpedia.org/property/author> ?uri . }"
+"What is the region of Kim Sawchuk ? | 'Kim Sawchuk'-res:Kim_Sawchuk | 'region'-dbo:region"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kim_Sawchuk> <http://dbpedia.org/ontology/region> ?uri } "
+"What are the important buildings of the architect whose one of the significant building is Krasnye Vorota? | 'Krasnye Vorota'-res:Krasnye_Vorota_(Moscow_Metro) | 'buildings'-dbo:production | 'architect'-dbo:architect | 'building'-dbo:building","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Krasnye_Vorota_(Moscow_Metro)> . ?x <http://dbpedia.org/ontology/notableBuilding> ?uri . }"
+"Name the common institute of Robert hall and Erica Frank ? | 'Robert hall'-res:Robert_Newton_Hall | 'Erica Frank'-res:Erica_Frank | 'name'-dbp:name | 'common institute'-dbo:institution","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_Newton_Hall> <http://dbpedia.org/ontology/institution> ?uri . <http://dbpedia.org/resource/Erica_Frank> <http://dbpedia.org/property/workName> ?uri . }"
+"Give me a list of everyone who married the musicians signed up with Pablo Records? | 'musicians'-res:Musicians_Institute | 'Pablo Records'-res:Pablo_Records | 'married'-dbp:spouse | 'signed'-dbo:movement","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Pablo_Records> . ?uri <http://dbpedia.org/ontology/spouse> ?x . }"
+"What is the predecessor of the car engine which was succeeded by  BMW M43 ? | 'BMW'-res:BMW | 'M43'-res:BMW_M43 | 'M43'-res:BMW_M43 | 'BMW'-res:BMW | 'predecessor'-dbo:predecessor | 'car engine'-dbp:engine | 'succeeded'-dbo:successor","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BMW_M43> <http://dbpedia.org/property/engine> ?x . ?x <http://dbpedia.org/ontology/predecessor> ?uri . }"
+"Which gadgets are made by companies of New Taipei City? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'New Taipei City'-res:New_Taipei_City | 'city'-dbp:locationCity | 'made by'-dbo:manufacturer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/New_Taipei_City> . ?uri <http://dbpedia.org/ontology/manufacturer> ?x . }"
+"What is the hub of Wan Air ? | 'Wan Air'-res:Wan_Air | 'hub'-dbp:hubs"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Wan_Air> <http://dbpedia.org/property/hubs> ?uri } "
+"Who are the members of organizations headquartered at Amstelveen? | 'Amstelveen'-res:Amstelveen | 'members'-dbo:part | 'organizations'-dbo:company | 'headquartered'-dbo:headquarter","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Amstelveen> . ?x <http://dbpedia.org/ontology/membership> ?uri . }"
+"How many people have coached the players of Middlesbrough FC? | 'Middlesbrough FC'-res:Middlesbrough_F.C. | 'coached'-dbo:ground | 'players'-dbo:participant","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/club> <http://dbpedia.org/resource/Middlesbrough_F.C.> . ?x <http://dbpedia.org/ontology/manager> ?uri . }"
+"Who has rented the stadiums owned by Toronto? | 'Toronto'-res:Toronto | 'rented'-dbp:center | 'stadiums'-dbp:stadium | 'owned'-dbp:owner","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Toronto> . ?x <http://dbpedia.org/ontology/tenant> ?uri . }"
+"What is the mascot of alma mater of John O Moseley? | 'O'-res:O | 'John  Moseley'-res:John_O._Moseley | 'mascot'-dbo:mascot | 'alma mater'-dbo:almaMater","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_O._Moseley> <http://dbpedia.org/property/mascot> ?x . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }"
+"Which newspapers are owned by Oslo citizens? | 'Oslo citizens'-res:Oslo | 'newspapers'-dbo:title | 'owned'-dbo:owner","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/nationality> <http://dbpedia.org/resource/Oslo> . ?uri <http://dbpedia.org/ontology/owners> ?x . }"
+"King crimson has been recorded in which places? | 'King crimson'-res:King_Crimson | 'king crimson'-dbo:leader | 'recorded'-dbo:background | 'places'-dbo:height","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/King_Crimson> . ?x <http://dbpedia.org/property/recordedIn> ?uri . }"
+"Give me a count on associates of Johnny Cash? | 'Johnny Cash'-res:Johnny_Cash | 'associates'-dbp:associatedActs","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/associatedActs> <http://dbpedia.org/resource/Johnny_Cash> . }"
+"what are some neighboring cities of Pregny Chambsy? | 'Pregny Chambsy'-res:Pregny-Chambésy | 'neighboring'-dbo:neighboringMunicipality | 'cities'-dbo:country","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/neighboringMunicipalities> <http://dbpedia.org/resource/Pregny-Chambésy> . }"
+"How many developers make softwares for Unix like operating systems? | 'softwares'-res:Soft_Machine | 'Unix'-res:Unix | 'developers'-dbp:developer | 'operating systems'-dbp:operatingSystem","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/operatingSystem> <http://dbpedia.org/resource/Unix> . ?x <http://dbpedia.org/property/developer> ?uri . }"
+"What is the second track list of Dschinghis Khan (song) ? | 'Dschinghis Khan (song)'-res:Dschinghis_Khan_(song) | 'track'-dbo:trackNumber"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dschinghis_Khan_(song)> <http://dbpedia.org/ontology/trackNumber> ?uri } "
+"List the graves of the royalities which have been buried at Beeleigh Abbey ? | 'royalities'-res:Royalties | 'Beeleigh Abbey'-res:Beeleigh_Abbey | 'graves'-dbo:grades | 'buried'-dbo:flag","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/restingPlace> <http://dbpedia.org/resource/Beeleigh_Abbey> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Royalty>}"
+"For which party's PM did Chidambaram Subramaniam serve? | 'PM'-res:PM | 'did Chidambaram Subramaniam'-res:Chidambaram_Subramaniam | 'party'-dbo:party | 'serve'-dbp:minister"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chidambaram_Subramaniam> <http://dbpedia.org/property/minister> ?uri } "
+"What is the capital of the region which maintains the South Park Bridge ? | 'South Park Bridge'-res:South_Park_Bridge | 'capital'-dbo:capital | 'region'-dbo:region | 'maintains'-dbo:maintainedBy","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Park_Bridge> <http://dbpedia.org/property/maintainedBy> ?x . ?x <http://dbpedia.org/ontology/capital> ?uri . }"
+"What is the operating system of the LG Optimus Vu and also the developer of the Dart (programming language) | 'LG'-res:LG_Electronics | 'Optimus Vu'-res:LG_Optimus_Vu | 'Dart (programming language)'-res:Dart_(programming_language) | 'operating'-dbo:operatingSystem | 'developer'-dbo:developer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/LG_Optimus_Vu> <http://dbpedia.org/ontology/operatingSystem> ?uri . <http://dbpedia.org/resource/Dart_(programming_language)> <http://dbpedia.org/property/developer> ?uri} "
+"England is the origin of how many things? | 'England'-res:England | 'england'-dbo:province | 'origin'-dbo:origin","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/origin> <http://dbpedia.org/resource/England> . }"
+"Where is the county seat of King County, Washington? | 'King County, Washington'-res:King_County,_Washington | 'county seat'-dbo:countySeat"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/King_County,_Washington> <http://dbpedia.org/ontology/countySeat> ?uri } "
+"How many people work at the FBI? | 'FBI'-res:Federal_Bureau_of_Investigation | 'work'-dbo:occupation","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/occupation> <http://dbpedia.org/resource/Federal_Bureau_of_Investigation> . }"
+"How many people have been trained in an institute located in California? | 'California'-res:California | 'trained'-dbo:coach | 'institute'-dbo:institution | 'located'-dbo:gross","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/headquarter> <http://dbpedia.org/resource/California> . ?uri <http://dbpedia.org/property/training> ?x . }"
+"Who were fighting the war where the QF Hotchkiss was used? | 'QF Hotchkiss'-res:QF_6-pounder_Hotchkiss | 'fighting'-dbo:combatant | 'war'-dbo:usedInWar","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/QF_in_War> <http://dbpedia.org/property/usedInWar> ?x . ?x <http://dbpedia.org/ontology/combatant> ?uri . }"
+"Name the office holder with predecessor as Samuel W. McCall and office in Massachusetts House of Representatives? | 'W'-res:Vienna | 'Samuel  McCall'-res:Samuel_W._McCall | 'Massachusetts House of Representatives'-res:Massachusetts_House_of_Representatives | 'name'-dbp:name | 'office holder'-dbo:place | 'predecessor'-dbo:predecessor | 'office'-dbp:office","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/Samuel_W._McCall> . ?uri <http://dbpedia.org/property/office> <http://dbpedia.org/resource/Massachusetts_House_of_Representatives> . }"
+"In which city is the sister station of WCSE-LP located ? | 'WCSE-LP'-res:WCSE-LP | 'city'-dbo:city | 'sister station'-dbo:sisterStation | 'located'-dbo:position","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/WCSE-LP> <http://dbpedia.org/ontology/sisterStation> ?x . ?x <http://dbpedia.org/property/location> ?uri . }"
+"List the producers who produced movies starring Michael Jackson. | 'produced movies movies starring Michael Jackson'-res:Movies_produced_by_ABC | 'producers'-dbo:author | 'produced'-dbo:wineProduced","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Michael_Jackson_(producer)> . ?x <http://dbpedia.org/ontology/producer> ?uri . }"
+"List the name of the soccer clubs whose chairman is Joan Laporta. | 'Joan Laporta'-res:Joan_Laporta | 'name'-dbp:name | 'soccer clubs'-dbo:clubsRecordGoalscorer | 'chairman'-dbo:chairman","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/chairman> <http://dbpedia.org/resource/Joan_Laporta> . ?x <http://dbpedia.org/property/name> ?uri . }"
+"Who is the person whose alma mater is Harvard-Westlake School? | 'Harvard-Westlake School'-res:Harvard-Westlake_School | 'person'-dbo:type | 'alma mater'-dbo:almaMater","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Harvard-Westlake_School> . }"
+"In how many nations can I find people related to the feminist movement? | 'feminist'-res:Feminism | 'movement'-dbo:movement | 'nations'-dbo:nationality","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/gender> <http://dbpedia.org/resource/Feminism> . ?x <http://dbpedia.org/property/nationality> ?uri . }"
+"With whom is Heinz Kokott a relative to who also served Nazi Army? | 'Heinz Kokott'-res:Heinz_Kokott | 'Nazi Army'-res:Nazi_6th_Army | 'relative'-dbo:relative | 'served'-dbo:regionServed"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Heinz_Kokott> <http://dbpedia.org/ontology/relative> ?uri . <http://dbpedia.org/resource/Nazi_in_Army> <http://dbpedia.org/property/regionServed> ?uri} "
+"Who is the former partner of the figure skater which was the former partner of Brynn Carman ? | 'Brynn Carman'-res:Brynn_Carman | 'former partner'-dbo:spouse | 'figure skater'-dbo:flag | 'former partner'-dbo:spouse","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Brynn_Carman> <http://dbpedia.org/property/formerPartner> ?x . ?x <http://dbpedia.org/ontology/spouse> ?uri . }"
+"How many ships belong to states which has Unitary as government type ? | 'Unitary'-res:Unitary | 'ships'-dbo:shipBeam | 'belong'-dbo:date | 'government type'-dbo:governmentType"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/governmentType> <http://dbpedia.org/resource/Unitary> . ?x <http://dbpedia.org/property/state> ?uri }"
+"Count all the band members who are in Bands which have signed up with Entertainment One Music? | 'Bands'-res:Bands_(neckwear) | 'Entertainment One Music'-res:Entertainment_One_Music | 'are'-dbp:label | 'band member'-dbo:bandMember","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/label> <http://dbpedia.org/resource/Entertainment_One_Music> . ?uri <http://dbpedia.org/ontology/bandMember> ?x . }"
+"Graduates of Somerville College have been in how many political parties? | 'Somerville College'-res:Somerville_College,_Oxford | 'graduates'-dbo:almaMater | 'parties'-dbo:party","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/almaMater> <http://dbpedia.org/resource/Somerville_College,_Oxford> . ?x <http://dbpedia.org/ontology/party> ?uri . }"
+"Give me a count of all the producers of all the movies whose music was done by James Horner? | 'James Horner'-res:James_Horner | 'music'-dbp:music | 'producer'-dbp:producer","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/James_Horner> . ?xdbp:producer ?uri . }"
+"List the notable work of David Isaacs (writer)? | 'David Isaacs (writer)'-res:David_Isaacs_(writer) | 'notable work'-dbo:notableWork"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Isaacs_(writer)> <http://dbpedia.org/ontology/notableWork> ?uri } "
+"What is the province of Egypt Nanotechnology Center ? | 'Egypt Nanotechnology Center'-res:Egypt_Nanotechnology_Center | 'province'-dbo:province"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Egypt_Nanotechnology_Center> <http://dbpedia.org/ontology/province> ?uri } "
+"Give me the number of home stadiums of teams managed by John Spencer. | 'John Spencer'-res:John_Spencer | 'home stadiums'-dbo:party | 'teams'-dbo:team | 'managed'-dbo:governor"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/manager> <http://dbpedia.org/resource/John_Spencer> . ?x <http://dbpedia.org/ontology/homeStadium> ?uri }"
+"How many people are buried in the Winchester Cathedral? | 'Winchester Cathedral'-res:Winchester_Cathedral | 'buried in'-dbo:restingPlace","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/Winchester_Cathedral> . }"
+"Name the tv series produced by Stephen Ambrose and Erik Bork? | 'Stephen Ambrose'-res:St._Ambrose_Traversari | 'Erik Bork'-res:Erik_Bork | 'produced'-dbo:producer | 'produced'-dbo:producer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Stephen_Ambrose_Traversari> . ?uri <http://dbpedia.org/property/producers> <http://dbpedia.org/resource/Erik_Bork> . }"
+"For which other teams have the past Boston Bruins members played? | 'Boston Bruins'-res:Boston_Bruins | 'teams'-dbo:formerTeam | 'team'-dbp:playedFor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Boston_Bruins> . ?x <http://dbpedia.org/property/playedFor> ?uri . }"
+"List the Swedish newspaper headquarted in Stockholm ?  | 'Swedish newspaper'-res:Sweden | 'Swedish newspaper'-res:Dharitri_(newspaper) | 'Stockholm'-res:Stockholm | 'headquarted'-dbo:headquarter | ''-dbo:country","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Stockholm> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}"
+"Those seasons which have been played in Fort Lauderdale Florida now host their games where? | 'Fort Lauderdale Florida'-res:Fort_Lauderdale,_Florida | 'seasons'-dbo:ground | 'played'-dbo:participant | 'host'-dbo:presenter | 'games'-dbo:games","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/city> <http://dbpedia.org/resource/Fort_Lauderdale,_Florida> . ?x <http://dbpedia.org/property/homeStadium> ?uri . }"
+"What is the political party to which Purnima Banerjee is a member of? | 'Purnima Banerjee'-res:Purnima_Banerjee | 'political party'-dbo:party | 'member'-dbo:arm"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Purnima_Banerjee> <http://dbpedia.org/ontology/party> ?uri } "
+"Which operator of ganz UV is also the nationality of the Gza Horvth ? | 'Ganz uv'-res:Ganz_UV | 'Gza Horvth'-res:GZA | 'operator'-dbo:operator | 'nationality'-dbo:nationality"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ganz_UV> <http://dbpedia.org/ontology/operator> ?uri . <http://dbpedia.org/resource/The_Gza_Horvth> <http://dbpedia.org/property/nationality> ?uri} "
+"Give me a count of movies whose producer is Larry J. Franco? | 'J'-res:J | 'Larry  Franco'-res:Larry_J._Franco | 'producer'-dbo:producer | 'movie'-dbo:Film","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Larry_J._Franco> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"Which city near Nihoa is the place of death of jim Brady ? | 'Nihoa'-res:Nihoa | 'jim Brady'-res:Jim_Brady_(quarterback) | 'near city'-dbp:nearestCity | 'place death'-dbo:deathPlace"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Nihoa> <http://dbpedia.org/property/nearestCity> ?uri . <http://dbpedia.org/resource/Jim_Brady_(quarterback)> <http://dbpedia.org/ontology/deathPlace> ?uri} "
+"How many different genres of games can I find which are compatible with the Commodore 64? | 'I'-res:I | 'Commodore 64'-res:Commodore_64 | 'genres'-dbo:type | 'games'-dbo:games | 'compatible'-dbo:similar","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/Commodore_64> . ?x <http://dbpedia.org/property/genre> ?uri . }"
+"In which wars has Steven Palazzo fought? | 'Steven Palazzo'-res:Steven_Palazzo | 'wars'-dbp:battles | 'fought'-dbo:type"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steven_Palazzo> <http://dbpedia.org/property/battles> ?uri } "
+"Which fields' academic journals are found in the US? | 'academic journals'-res:WikiProject_Academic_Journals | 'US'-res:United_States | 'in'-dbo:country | 'fields'-dbp:discipline","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/discipline> ?uri . }"
+"What are the television shows whose voices is given by  Mona Marshall? | 'Mona Marshall'-res:Mona_Marshall | 'voices'-dbp:voices | 'television show'-dbo:TelevisionShow","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/voices> <http://dbpedia.org/resource/Mona_Marshall> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"Name the movie whose director of photography is Gregg Toland and Bernard Herrmann was the music composer? | 'Gregg Toland'-res:Gregg_Toland | 'Bernard Herrmann'-res:Bernard_Herrmann | 'name'-dbp:name | 'movie'-dbo:picture | 'director'-dbo:director | 'photography'-dbo:picture | 'music composer'-dbo:composer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Gregg_Toland> . ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . }"
+"How many contries surround the seas on the banks of which is the city of Cancun? | 'Cancun'-res:Cancun_conference_(disambiguation) | 'contries'-dbp:counties | 'surround'-dbo:background | 'seas'-dbo:vein | 'banks'-dbo:series | 'city'-dbo:city","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/cities> <http://dbpedia.org/resource/Cancun_conference_(disambiguation)> . ?x <http://dbpedia.org/ontology/destinations> ?uri . }"
+"Which television shows has sound format as 5.1 surround? | '5.1 surround'-res:5.1_surround_sound | 'format'-dbo:format | 'television show'-dbo:TelevisionShow","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/format> <http://dbpedia.org/resource/5.1_surround_sound> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"Who is the producer of the single which was the subsequent work of He's a Liar? | 'He's a Liar'-res:He's_a_Liar | 'producer'-dbo:producer | 'single'-dbo:parent | 'subsequent work'-dbo:subsequentWork","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/He's_a_Liar> <http://dbpedia.org/ontology/subsequentWork> ?x . ?x <http://dbpedia.org/property/producer> ?uri . }"
+"Name the television show whose creator is Simon Fuller and presented by Ryan Seacrest? | 'Simon Fuller'-res:Simon_Fuller | 'Ryan Seacrest'-res:Ryan_Seacrest | 'name'-dbp:name | 'television show'-dbo:production | 'creator'-dbo:creator","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Simon_Fuller> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"How many cars can I find related to the cars which have a V8 engine? | 'V8 engine'-res:V8_engine | 'cars'-dbo:management | 'related'-dbo:related | 'cars'-dbo:management | 'engine'-dbo:engine","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/V8_engine> . ?x <http://dbpedia.org/ontology/related> ?uri . }"
+"Name the person with opponents Ike Clanton and Tom McLaury? | 'opponents Ike Clanton'-res:Dwight_D._Eisenhower | 'Tom McLaury'-res:Tom_McLaury | 'opponents'-dbo:opponent | 'opponents'-dbo:opponent","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/opponent> <http://dbpedia.org/resource/Dwight_D._Eisenhower> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}"
+"How many non fiction topics does Thud! deals with? | 'Thud deals'-res:Thud! | 'fiction topics'-dbo:nonFictionSubject","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Thud!> <http://dbpedia.org/ontology/nonFictionSubject> ?uri . }"
+"In which university did Harlan Mathews study, where Richard Meriil Atkinson went too? | 'Harlan Mathews'-res:Harlan_Mathews | 'atkinson richard'-res:Richard_Merrill_Atkinson | 'study'-dbo:almaMater | 'study'-dbo:almaMater","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Harlan_Mathews> <http://dbpedia.org/property/education> ?uri . <http://dbpedia.org/resource/Richard_Merrill_Atkinson> <http://dbpedia.org/ontology/almaMater> ?uri . }"
+"What kind of buildings were designed by Pyusawhti? | 'Pyusawhti'-res:Pyusawhti | 'buildings'-dbo:architect | 'designed'-dbo:architect","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Pyusawhti> . ?x <http://dbpedia.org/property/buildings> ?uri . }"
+"What is the owning company of the bank whose parent is Sony Financial ? | 'Sony Financial'-res:Sony_Financial | 'owning'-dbo:owningCompany | 'company'-dbo:company | 'bank'-dbo:number | 'parent'-dbp:parent","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sony_Financial> <http://dbpedia.org/property/parent> ?x . ?x <http://dbpedia.org/ontology/owningCompany> ?uri . }"
+"Where are the cooper mountain vineyards and Mt. bachelor ski area located? | 'cooper mountain vineyards'-res:Cooper_Mountain_Vineyards | 'Mt bachelor ski area'-res:Mount_Bachelor_ski_area | 'located'-dbo:locatedInArea","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cooper_Mountain_Vineyards> <http://dbpedia.org/ontology/locatedInArea> ?uri . <http://dbpedia.org/resource/Mt_Bachelor_ski_area> <http://dbpedia.org/property/locationCountry> ?uri . }"
+"How many tenants are there in the Mercedes Benz Superdome? | 'Mercedes Benz Superdome'-res:Mercedes-Benz_Superdome | 'tenant'-dbo:tenant","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Mercedes-Benz_Superdome> <http://dbpedia.org/ontology/tenant> ?uri . }"
+"What is the affiliation of the hospital where Alfred Blalock works? | 'hospital'-res:Hospital | 'Alfred Blalock'-res:Alfred_Blalock | 'affiliation'-dbo:affiliation | 'works'-dbo:language","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alfred_Blalock> <http://dbpedia.org/property/affiliation> ?x . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Hospital>}"
+"How many causes of death have been associated with American citizens? | 'American'-res:United_States | 'citizens'-dbp:citizenship | 'death'-dbo:deathCause","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/citizenship> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/ontology/deathCause> ?uri . }"
+"For how many teams have the league players of Czech Extraliga, previously played? | 'Czech Extraliga,'-res:Czech_Republic | 'Czech Extraliga,'-res:Czech_Extraliga | 'league'-dbp:league | 'teams'-dbo:formerTeam","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Czech_Extraliga> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }"
+"Artists trained at art students league NY are buried where? | 'NY'-res:Nymphicula_banauensis | 'art students league'-res:Lithuanian_Students_Basketball_League | 'artists'-dbo:rkdArtistsId | 'trained'-dbo:coach | 'buried'-dbo:family","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/artwork> <http://dbpedia.org/resource/Lithuanian_Students_Basketball_League> . ?uri <http://dbpedia.org/ontology/restingplace> ?x . }"
+"What is the location of death of the skier who was the bronze medalist of Alpine skiing at the 1964 Winter Olympics  Men's slalom ? | 'Alpine skiing at the 1964 Winter Olympics  Men's slalom'-res:Alpine_skiing_at_the_1964_Winter_Olympics_–_Men's_slalom","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alpine_skiing_at_the_1964_Winter_Olympics_–_Men's_slalom> <http://dbpedia.org/property/bronzesMedalist> ?x . ?x <http://dbpedia.org/ontology/deathPlace> ?uri . }"
+"In which races did Mouse Morris take part? | 'Mouse Morris'-res:Mouse_Morris | 'race'-dbp:race"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mouse_Morris> <http://dbpedia.org/property/race> ?uri } "
+"Who are the writers of South Park: The Stick of Truth? | 'South Park: The Stick of Truth'-res:South_Park:_The_Stick_of_Truth | 'writers'-dbo:writer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Park:_The_Stick_of_Truth> <http://dbpedia.org/ontology/writer> ?uri } "
+"What do typically NGOs work for? | 'typically NGOs work'-res:Typically_Tropical","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/type> <http://dbpedia.org/resource/Typically_Tropical> . }"
+"How many universities participate in the NCAA Division I Football Bowl Subdivision? | 'universities'-res:Universities_Ireland | 'NCAA'-res:National_Collegiate_Athletic_Association_(Philippines) | 'Division I Football Bowl Subdivision'-res:NCAA_Division_I_Football_Bowl_Subdivision | 'I'-res:I | 'NCAA Division  Football Bowl Subdivision'-res:NCAA_Division_I_Football_Bowl_Subdivision | 'participate'-dbo:participant","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/NCAA_Division_I_Football_Bowl_Subdivision> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}"
+"Give me a count of companies located in Texas ? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Texas'-res:Texas | 'located'-dbo:locationCity","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Texas> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}"
+"Who is the common prime minster of William Deaner and mark Latham ? | 'William Deaner'-res:William_Deane | 'mark Latham'-res:Mark_Latham | 'mark'-dbo:type","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/William_Deane> <http://dbpedia.org/property/primeminister> ?uri . <http://dbpedia.org/resource/Mark_Latham> <http://dbpedia.org/ontology/keyPerson> ?uri . }"
+"How many games are played at universities in Metro Manilla? | 'Metro Manill'-res:Metro_Manila | 'games'-dbo:games | 'played'-dbo:portrayer","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/Metro_Manila> . ?x <http://dbpedia.org/property/athletics> ?uri . }"
+"Which mainter of  Cheasty Boulevard South is also the county seat of the King County, Washingtonsu ? | 'Cheasty Boulevard South'-res:Cheasty_Boulevard_South | 'King County, Washingtonsu'-res:King_County,_Washington | 'mainter'-dbo:owner | 'county seat'-dbo:countySeat"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/property/mainter> ?uri . <http://dbpedia.org/resource/King_County,_Washington> <http://dbpedia.org/ontology/countySeat> ?uri} "
+"What are the largest cities in each of the destinations of TranStar Airlines? | 'destinations'-res:Destinations_Academy | 'TranStar Airlines'-res:TranStar_Airlines | 'destination'-dbo:destination | 'largest'-dbo:largestCity","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/destinations> <http://dbpedia.org/resource/TranStar_Airlines> . ?x <http://dbpedia.org/ontology/largestCity> ?uri . }"
+"Which writer is famous for works written by Neil Gaiman? | 'Neil Gaiman'-res:Neil_Gaiman | 'written by'-dbp:writers | 'works'-dbo:notableWork","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/writers> <http://dbpedia.org/resource/Neil_Gaiman> . ?x <http://dbpedia.org/ontology/notableWork> ?uri . }"
+"Who was in youth clubs of FC Barcelona and Newell's Old Boys? | 'FC Barcelona'-res:FC_Barcelona | 'Newell's Old Boys'-res:Newell's_Old_Boys | 'youth clubs'-dbp:youthclubs | 'youth clubs'-dbp:youthclubs","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/youthclubs> <http://dbpedia.org/resource/FC_Barcelona> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SoccerClub>}"
+"For which country did Alexander Lippisch design airplanes? | 'Alexander Lippisch design airplanes'-res:Alexander_Lippisch | 'country'-dbo:country"," SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Alexander_Lippisch> . ?x <http://dbpedia.org/ontology/country> ?uri }"
+"What is the religion of the relatives of Carmela Soprano ? | 'Carmela Soprano'-res:Carmela_Soprano | 'religion'-dbo:religion | 'relatives'-dbo:relative","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Carmela_Soprano> <http://dbpedia.org/ontology/relative> ?x . ?x <http://dbpedia.org/property/religion> ?uri . }"
+"In all the grand prixes where the first team was Scuderia Ferrari, who all were the pole drivers? | 'Scuderia Ferrari'-res:Scuderia_Ferrari | 'grand prixes'-dbo:grandsire | 'team'-dbo:team | 'pole drivers'-dbp:drivers","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/firstTeam> <http://dbpedia.org/resource/Scuderia_Ferrari> . ?x <http://dbpedia.org/ontology/poleDriver> ?uri . }"
+"What is the citizenship of Erastus Wiman ? | 'Erastus Wiman'-res:Erastus_Wiman | 'citizenship'-dbo:citizenship"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erastus_Wiman> <http://dbpedia.org/ontology/citizenship> ?uri } "
+"What are some awards given to the french people? | 'awards'-dbo:award | 'french'-dbo:channel","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/stateOfOrigin> <http://dbpedia.org/resource/French_people> . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"Name the district of Robert William Wilcox ? | 'Robert William Wilcox'-res:Robert_William_Wilcox | 'name'-dbp:name | 'district'-dbo:district"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Robert_William_Wilcox> <http://dbpedia.org/property/district> ?uri } "
+"Tandem Computers is the subsidiary of which company? | 'tandem Computers'-res:Tandem_Computers | 'subsidiary'-dbo:subsidiary | 'company'-dbo:company","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/subsidiary> <http://dbpedia.org/resource/Tandem_Computers> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}"
+"What are the movies whose director of photography is Jordan Cronenweth? | 'Jordan Cronenweth'-res:Jordan_Cronenweth | 'movies'-dbo:film | 'director'-dbo:director | 'photography'-dbo:picture","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"Which river ends at  Thames Estuary and North Sea? | 'Thames Estuary'-res:Thames_Estuary | 'North Sea'-res:North_Sea | 'river'-dbo:river | 'ends'-dbo:fate","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/riverEnd> <http://dbpedia.org/resource/Thames_Estuary> . ?uri <http://dbpedia.org/property/riverMouth> <http://dbpedia.org/resource/North_Sea> . }"
+"How many companies are located in Toronto ? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Toronto'-res:Toronto | 'located'-dbo:locatedInArea","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}"
+"What are the movies whose editor died in Westwood, Los Angeles? | 'Westwood, Los Angeles'-res:Westwood,_Los_Angeles | 'died in'-dbo:deathPlace | 'editor'-dbo:editing","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Westwood,_Los_Angeles> . ?uri <http://dbpedia.org/property/editing> ?x . }"
+"In which movies directed by Orson Welles has Bernard Herrmann as music composer ? | 'Bernard Herrmann'-res:Bernard_Herrmann | 'Orson Welles'-res:Orson_Welles | 'movies'-dbo:film | 'directed'-dbo:principal | 'music composer'-dbo:musicComposer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"Who is the builder of Presidio Santa Cruz de Terrenate ? | 'Presidio Santa Cruz de Terrenate'-res:Presidio_Santa_Cruz_de_Terrenate | 'builder'-dbo:builder"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Presidio_Santa_Cruz_de_Terrenate> <http://dbpedia.org/ontology/builder> ?uri } "
+"In which areas is the radio station broadcasted which is a sister station of WXME ? | 'WXME'-res:WXME | 'radio station'-dbo:plant | 'broadcasted'-dbo:state | 'sister station'-dbo:sisterStation","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/sisterStation> <http://dbpedia.org/resource/WXME> . ?x <http://dbpedia.org/property/broadcastArea> ?uri . }"
+"How many shows are aired on Comedy Central? | 'Comedy Central'-res:Comedy_Central | 'shows'-dbo:place | 'aired'-dbo:flag","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/Comedy_Central> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"What are Monrow Carell Jr Children Hospital and Vanderbilt University Medical Center both affiliated with? | 'vanderbilt hospital children'-res:Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt | 'Vanderbilt University Medical Center'-res:Vanderbilt_University_Medical_Center | 'affiliated'-dbp:affiliation | 'affiliated'-dbp:affiliation","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Monroe_Carell_Jr._Children's_Hospital_at_Vanderbilt> . ?uri <http://dbpedia.org/property/affiliation> ?x . }"
+"How many politicians are in the US Senate? | 'US Senate'-res:United_States_Senate","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/branch> <http://dbpedia.org/resource/United_States_Senate> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}"
+"Name the fictional character whose relatives are Huey, Dewey, and Louie and belongs to Duck family ? | 'Huey, Dewey, and Louie'-res:Huey,_Dewey,_and_Louie | 'Duck family'-res:Duck_family_(Disney) | 'name'-dbp:name | 'fictional character'-dbo:party | 'relatives'-dbo:relative | 'belongs'-dbp:date","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/relatives> <http://dbpedia.org/resource/Huey,_Dewey,_and_Louie> . ?uri <http://dbpedia.org/ontology/family> <http://dbpedia.org/resource/Duck_family_(Disney)> . }"
+"What is the bloomington viaduct built to cross? | 'bloomington viaduct'-res:Bloomington_Viaduct | 'cross'-dbp:crosses"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bloomington_Viaduct> <http://dbpedia.org/property/crosses> ?uri } "
+"How many politicians reside in Cape Town? | 'politicians'-res:Politicians_of_The_Wire | 'Cape Town'-res:Cape_Town | 'reside'-dbp:residence","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/residence> <http://dbpedia.org/resource/Cape_Town> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/OfficeHolder>}"
+"What are some products of the company whose parent is BBC? | 'BBC'-res:BBC | 'products'-dbo:author | 'company'-dbo:company | 'parent'-dbo:parent","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/parent> <http://dbpedia.org/resource/BBC> . ?x <http://dbpedia.org/property/products> ?uri . }"
+"Which associat of Martin Pugh is also married to Alana Stewert ? | 'Martin Pugh'-res:Martin_Pugh | 'Alana Stewert'-res:Alana_Stewart | 'associat'-dbo:team | 'married'-dbp:spouse"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Martin_Pugh> <http://dbpedia.org/property/spouse> ?uri . <http://dbpedia.org/resource/Alana_Stewart> <http://dbpedia.org/ontology/associatedActs> ?uri} "
+"How many people played for Newell's Old Boys? | 'Newell'-res:Newell | 'Old Boys'-res:Old_Boys | 'played'-dbo:coach","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/coach> <http://dbpedia.org/resource/Old_Boys> . }"
+"What is the draft team of the Antoine Bibeau and also has player named Nathan Dempsey ? | 'Antoine Bibeau'-res:Antoine_Bibeau | 'Nathan Dempsey'-res:Nathan_Dempsey | 'draft team'-dbp:draftTeam | 'team'-dbp:playedFor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Antoine_Bibeaudbp:draftTeam> ?uri . <http://dbpedia.org/resource/Nathan_Dempsey> <http://dbpedia.org/property/playedFor> ?uri} "
+"List the broadcast area of the TV stations which also serves in Agalga ? | 'TV'-res:Tv_test_pattern | 'Agalga'-res:Galga | 'broadcast area'-dbo:broadcastArea | 'stations'-dbo:order | 'serves'-dbo:order","SELECT DISTINCT ?uri WHERE { ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionStation>}"
+"Whose deputy is Neil Brown? | 'Neil Brown'-res:Neil_Brown_(Australian_politician) | 'deputy'-dbo:deputy"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/deputy> <http://dbpedia.org/resource/Neil_Brown_(Australian_politician)> } "
+"What is debut team of the baseball players who died in Los Angeles? | 'baseball players'-res:Major_League_Baseball_Players_Association | 'Los Angeles'-res:Los_Angeles | 'debut team'-dbo:team | 'died'-dbp:deathPlace","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/deathPlace> <http://dbpedia.org/resource/Los_Angeles> . ?x <http://dbpedia.org/ontology/debutteam> ?uri . }"
+"List all the operators of the train who operates in Budapest ? | 'Budapest'-res:Budapest | 'operators'-dbo:operator | 'train'-dbo:training | 'operates'-dbo:operator","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/operator> <http://dbpedia.org/resource/Budapest> . ?x <http://dbpedia.org/ontology/operator> ?uri . }"
+"What are the awards won by the producer of Puss in Boots (film)? | 'Puss in Boots (film)'-res:Puss_in_Boots_(1922_film) | 'awards'-dbo:budget | 'won'-dbo:award | 'producer'-dbo:producer","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Puss_in_Boots_(film)> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"How many politicians are in the militia? | 'militia'-res:Militia | 'militia'-dbo:garrison","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/Militia> . ?x <http://dbpedia.org/ontology/leaderName> ?uri . }"
+"In which wars were people from the Saudi Arabian ministry of defense involved? | 'Saudi Arabian'-res:Minister_of_Defense_(Saudi_Arabia) | 'wars'-dbp:battles | 'defense'-dbo:garrison | 'involved'-dbo:result | ''-dbo:country","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/garrison> <http://dbpedia.org/resource/Minister_of_Defense_(Saudi_Arabia)> . ?x <http://dbpedia.org/property/combatant> ?uri . }"
+"Under which US president was a politician in opposition of John G Schmitz? | 'US'-res:United_States | 'G'-res:G | 'John  Schmitz'-res:John_G._Schmitz | 'president'-dbo:president | 'politician'-dbo:party | 'opposition'-dbo:opponent","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/opponent> <http://dbpedia.org/resource/John_G._Schmitz> . ?uri <http://dbpedia.org/property/president> ?x . }"
+"Who are the associated musical artist of the  artists of band Shorty Rogers? | 'associated musical artist'-res:The_Artist_(film) | 'band Shorty Rogers'-res:Shorty_Rogers | 'associated band'-dbo:associatedBand | 'associated musical artist'-dbo:associatedMusicalArtist","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Artist_(film)> <http://dbpedia.org/ontology/associatedBand> ?x . ?x <http://dbpedia.org/property/associatedMusicalArtist> ?uri . }"
+"Who were the american football players who played for Dallas Cowboys? | 'american football players'-res:Les_Joueurs_de_football | 'Dallas Cowboys'-res:Dallas_Cowboys | 'played for'-dbo:team | 'american football player'-dbo:AmericanFootballPlayer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/team> <http://dbpedia.org/resource/Dallas_Cowboys> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/AmericanFootballPlayer>}"
+"Which appliance's CPU is Cell (microprocessor) and predecessor is PlayStation 2? | 'CPU'-res:Scorpion_(CPU) | 'Cell (microprocessor)'-res:Cell_(microprocessor) | 'PlayStation 2'-res:PlayStation_2 | 'appliance'-dbp:engine | 'predecessor'-dbo:predecessor","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/engine> <http://dbpedia.org/resource/Cell_(microprocessor)> . ?uri <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/PlayStation_2> . }"
+"People who debuted from Houston Astros have played in which clubs? | 'Houston Astros'-res:Houston_Astros | 'debuted'-dbo:debutTeam | 'played'-dbo:participant | 'clubs'-dbo:college","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/debutTeam> <http://dbpedia.org/resource/Houston_Astros> . ?uri <http://dbpedia.org/property/name> ?x . }"
+"Radios on what topics can be tuned in to in Washington DC? | 'topics'-res:Topics_in_Early_Childhood_Special_Education | 'DC'-res:Dc_(computer_program) | 'Washington'-res:Washington | 'radios'-dbo:capital | 'tuned'-dbo:number","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Washington_DC> . ?x <http://dbpedia.org/ontology/themeMusicComposer> ?uri . }"
+"Give me some shows related to the ones created by Russell Davies | 'Russell Davies'-res:Russell_T_Davies | 'shows'-dbo:place | 'related'-dbo:related | 'created'-dbo:creator","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/creator> <http://dbpedia.org/resource/Russell_T_Davies> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"What is the territory of the conflict whose commander is Feng Zicai? | 'Feng Zicai'-res:Feng_Zicai | 'territory'-dbo:territory | 'conflict'-dbo:battle | 'commander'-dbo:commander","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Feng_Zicai> <http://dbpedia.org/ontology/commander> ?x . ?x <http://dbpedia.org/property/territory> ?uri . }"
+"Which club of Michael Springer is also the parent organization of Syracuse University press ? | 'Michael Springer'-res:Michael_Springer | 'Syracuse University press'-res:Syracuse_University_Press | 'club'-dbo:club | 'parent organization'-dbp:parentOrganization"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Springer> <http://dbpedia.org/ontology/club> ?uri . <http://dbpedia.org/resource/Syracuse_University_Press> <http://dbpedia.org/property/parentOrganization> ?uri} "
+"Which company created BASIC and Language Integrated Query ? | 'BASIC'-res:BASIC | 'Language Integrated Query'-res:Language_Integrated_Query | 'company'-dbo:company | 'created'-dbo:designer","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/BASIC> <http://dbpedia.org/property/founded> ?uri . <http://dbpedia.org/resource/Language_Integrated_Query> <http://dbpedia.org/ontology/company> ?uri . }"
+"Whihc successor of McDonnell Douglas was built bu Delta 3 ? | 'whihc successor'-res:The_Successor_(film) | 'McDonnell Douglas'-res:McDonnell_Douglas | 'bu Delta 3'-res:Bharathiar_University | 'built'-dbo:numberBuilt"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/McDonnell_Douglas> <http://dbpedia.org/ontology/numberBuilt> ?uri . <http://dbpedia.org/resource/Bharathiar_University> <http://dbpedia.org/property/successor> ?uri} "
+"Where did some of the matches take place where Columbus Crew SC played? | 'SC'-res:SC | 'Columbus Crew'-res:Columbus_Crew_SC | 'matches'-dbp:matches | 'place'-dbo:place | 'played'-dbo:combatant","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Columbus_Crew_SC> . ?x <http://dbpedia.org/ontology/place> ?uri . }"
+"Count the number of cities around the American Mediterranean Sea? | 'American Mediterranean Sea'-res:Organization_of_American_States | 'American Mediterranean Sea'-res:American_Mediterranean_Sea | 'count'-dbo:type | 'cities'-dbp:cities | ''-dbo:country","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/American_Mediterranean_Sea> <http://dbpedia.org/property/cities> ?uri . }"
+"Who produced the TV shows for Fremantle Media? | 'Fremantle Media'-res:FremantleMedia | 'produced'-dbo:manufacturer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/distributor> <http://dbpedia.org/resource/FremantleMedia> . ?x <http://dbpedia.org/ontology/manufacturer> ?uri . }"
+"What is the home stadium of the soccer club seasons whose chairman is Merritt Paulson? | 'soccer club seasons'-res:Mooroolbark_Soccer_Club | 'Merritt Paulson'-res:Merritt_Paulson | 'home stadium'-dbp:ground | 'chairman'-dbo:chairman","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/chairman> <http://dbpedia.org/resource/Merritt_Paulson> . ?x <http://dbpedia.org/ontology/homeStadium> ?uri . }"
+"How many movies did Michael Deeley produce? | 'Michael Deeley'-res:Michael_Deeley | 'produce'-dbp:producer | 'movie'-dbo:Film","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/producer> <http://dbpedia.org/resource/Michael_Deeley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"What awards have been given to the anyone who raced in the Lawrence Realization Stakes? | 'Lawrence Realization Stakes'-res:Lawrence_Realization_Stakes | 'race'-dbp:race | 'awards'-dbo:honours","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/race> <http://dbpedia.org/resource/Lawrence_Realization_Stakes> . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"Count the number of movies whose editors were born in UK? | 'UK'-res:United_Kingdom | 'count'-dbo:country | 'movies'-dbo:film | 'editors'-dbo:editor | 'born'-dbo:birthPlace","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/United_Kingdom> . ?uri <http://dbpedia.org/property/editing> ?x . }"
+"What is the television show whose cast members are Jeff Conaway and Jason Carter? | 'Jeff Conaway'-res:Jeff_Conaway | 'Jason Carter'-res:Jason_Carter_(actor) | 'television show'-dbo:transmission | 'cast members'-dbo:type","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Jeff_Conaway> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"Who founded the city at the end of the Pittsburgh Line route? | 'Pittsburgh Line'-res:Pittsburgh_Line | 'founded'-dbo:founder | 'city'-dbo:city | 'end'-dbp:end","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pittsburgh_Line> <http://dbpedia.org/ontology/route> ?x . ?x <http://dbpedia.org/property/founded> ?uri . }"
+"How many games have a publisher based in US? | 'US'-res:United_States | 'games'-dbo:games | 'publisher'-dbo:publisher | 'based'-dbo:origin","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/origin> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/publisher> ?x . }"
+"How many people have played for the NBA? | 'NBA'-res:National_Basketball_Association | 'played'-dbo:participant","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Basketball_Association> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person>}"
+"What is the nationality of the golf player who won the  2002 Players Championship ? | '2002 Players Championship'-res:2002_Players_Championship | 'nationality'-dbo:nationality | 'golf player'-dbo:participant | 'won'-dbo:award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2002_Players_Championship> <http://dbpedia.org/property/prizes> ?x . ?x <http://dbpedia.org/ontology/nationality> ?uri . }"
+"Who penned Emma and Jane Austen in Manhatten? | 'Jane Austen in Manhatten'-res:Jane_Austen_in_Manhattan | 'Emma'-res:Emma_(novel) | 'penned'-dbo:colour","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jane_Austen_in_Manhattan> <http://dbpedia.org/ontology/colour> ?uri . <http://dbpedia.org/resource/Emma_(novel)> <http://dbpedia.org/property/author> ?uri . }"
+"Where did the people canonized by John Paul II die? | 'John Paul II'-res:Pope_John_Paul_II | 'canonized by'-dbp:canonizedBy | 'die'-dbp:deathPlace","SELECT DISTINCT ?uri WHERE { ?xdbp:canonizedBy <http://dbpedia.org/resource/Pope_John_Paul_II> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }"
+"Who has produced movies that have a James Horner score? | 'James Horner score'-res:James_Horner | 'produced'-dbo:wineProduced | 'movies'-dbo:film","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/James_Horner> . ?uri <http://dbpedia.org/ontology/producer> ?x . }"
+"Which shows are voiced be US citizens? | 'US'-res:United_States | 'shows'-dbo:place | 'voiced'-dbo:state | 'citizens'-dbp:country","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/United_States> . ?uri <http://dbpedia.org/property/voice> ?x . }"
+"Count the different places where the people died, who were born in England? | 'died,'-res:Wulfstan_(died_1095) | 'England'-res:England | 'born'-dbp:placeOfBirth | 'died'-dbp:placeOfDeath","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/England> . ?xdbp:placeOfDeath ?uri . }"
+"What are some relatives of Battle of the Bulge veterans? | 'Battle of the Bulge veterans'-res:Battle_of_the_Bulge_(film) | 'relatives'-dbo:languageFamily","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Battle_of_the_Bulge_(film)> . }"
+"Who made the Y block engine and the SHO V8 engine? | 'Y'-res:Y | 'SHO'-res:Sho | 'V8 engine'-res:V8_engine | 'V8'-res:V8_(beverage) | 'SHO  engine'-res:Ford_SHO_V8_engine | 'made'-dbo:manufacturer | 'made'-dbo:manufacturer","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Y_block_engine> <http://dbpedia.org/ontology/manufacturer> ?uri . <http://dbpedia.org/resource/Sho_V8_engine> <http://dbpedia.org/property/engine> ?uri . }"
+"How many different genres of games are produced by Blizzard? | 'blizzard'-res:Blizzard_Entertainment | 'produced'-dbo:developer | 'genre'-dbp:genre","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/developer> <http://dbpedia.org/resource/Blizzard_Entertainment> . ?x <http://dbpedia.org/property/genre> ?uri . }"
+"How many things are located in Ridgewood, New Jersey? | 'Ridgewood, New Jersey'-res:Ridgewood,_New_Jersey | 'located'-dbo:locatedInArea","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/Ridgewood,_New_Jersey> . }"
+"How many times has Jeff Conaway been casted? | 'Jeff Conaway'-res:Jeff_Conaway | 'casted'-dbo:starring","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/starring> <http://dbpedia.org/resource/Jeff_Conaway> . }"
+"who are some miss michigan usa? | 'michigan usa'-res:Miss_Michigan_USA"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/nationality> <http://dbpedia.org/resource/Miss_Michigan_USA> } "
+"What is the regional radio sports network associated with? | 'regional radio sports network'-res:Regional_Radio_Sports_Network | 'associated'-dbo:associate","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/area> <http://dbpedia.org/resource/Regional_Radio_Sports_Network> . ?x <http://dbpedia.org/property/area> ?uri . }"
+"List the fields of Sylvain Lvi ? | 'Sylvain Lvi'-res:LVI | 'fields'-dbo:stadium"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Sylvain_Lvi> <http://dbpedia.org/property/fields> ?uri } "
+"Where do the airlines garrisoned at Manchester airport fly to? | 'Manchester airport'-res:Manchester_Airport | 'airlines'-dbo:icaoAirlineCode | 'garrisoned'-dbo:garrison | 'fly'-dbp:speed","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/garrison> <http://dbpedia.org/resource/Manchester_Airport> . ?x <http://dbpedia.org/property/destinations> ?uri . }"
+"Who are the associate musical artists of Dalma Kovcs ? | 'Dalma Kovcs'-res:Dalma_Kovács | 'associate musical'-dbo:associatedMusicalArtist"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dalma_Kovács> <http://dbpedia.org/ontology/associatedMusicalArtist> ?uri } "
+"Count the number of different religions that field marshals have followed? | 'count'-dbo:time | 'religions'-dbo:religion | 'field marshals'-dbo:stadium","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/fields> <http://dbpedia.org/resource/Field_Marshal> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"What cars were built upon the cars which were assembled in Canada? | 'Canada'-res:Canada | 'cars'-dbo:management | 'built'-dbo:ground | 'cars'-dbo:management | 'assembled'-dbp:assembly","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/assembly> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/property/manufacturer> ?uri . }"
+"How many guests have been there on broadway? | 'on broadway'-res:On_Broadway_(Smash) | 'guests'-dbp:guests","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/guests> <http://dbpedia.org/resource/On_Broadway_(Smash)> . }"
+"How many factions have fought when Egushawa was a commander? | 'Egushawa'-res:Egushawa | 'factions'-dbo:movement | 'fought'-dbo:type | 'commander'-dbo:commander","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Egushawa> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }"
+"What is the layout of the automobiles designed by Olivier Boulay? | 'Olivier Boulay'-res:Olivier_Boulay | 'layout'-dbo:layout | 'automobiles'-dbo:vehicle | 'designed'-dbo:designer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Olivier_Boulay> . ?x <http://dbpedia.org/ontology/layout> ?uri . }"
+"What people were born in Ridgewood, New Jersey? | 'Ridgewood, New Jersey'-res:Ridgewood,_New_Jersey | 'born'-dbo:birthPlace","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Ridgewood,_New_Jersey> . }"
+"Who have rented the stadium operated by Maple Leaf S&E? | 'Maple Leaf S&E'-res:Maple_Leaf_Sports_&_Entertainment | 'rented'-dbp:center | 'stadium'-dbo:stadium | 'operated'-dbo:staff","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/operator> <http://dbpedia.org/resource/Maple_Leaf_Sports_&_Entertainment> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Stadium>}"
+"What are the main interests of Timothy Morton? | 'Timothy Morton'-res:Timothy_Morton | 'main interests'-dbp:mainInterests"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Timothy_Morton> <http://dbpedia.org/property/mainInterests> ?uri } "
+"Count the awards won by the people who graduated from the National and Kapodistrian University of Athens. | 'National'-res:National | 'Kapodistrian University of Athens'-res:National_and_Kapodistrian_University_of_Athens | 'count'-dbo:country | 'awards'-dbo:award | 'won'-dbo:city | 'graduated'-dbo:effectiveRadiatedPower","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/National_and_Kapodistrian_University_of_Athens> . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"How many games are played at universities affiliated with the Association of Southeast Asian Institutions of Higher Learning? | 'universities'-res:Universities_Ireland | 'Association of Southeast Asian Institutions of Higher Learning'-res:Association_of_Southeast_Asian_Institutions_of_Higher_Learning | 'games'-dbo:games | 'played'-dbo:portrayer | 'affiliated'-dbo:related","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/affiliation> <http://dbpedia.org/resource/Association_of_Southeast_Asian_Institutions.of_Higher_Learning> . ?x <http://dbpedia.org/property/athletics> ?uri . }"
+"Who studied in universities located in suburbs? | 'universities'-res:Universities_Ireland | 'suburbs'-res:Suburbs_(The_Suburbs_album) | 'studied'-dbo:course | 'located'-dbo:position","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/Suburb> . ?x <http://dbpedia.org/property/campus> ?uri . }"
+"What all are written in the C programming language? | 'C programming language'-res:C_(programming_language) | 'written'-dbp:writtenIn | 'programming language'-dbp:programmingLanguage","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/writtenIn> <http://dbpedia.org/resource/C_(programming_language)> . }"
+"Count the number of artists in the Cirque du Soleil discography? | 'Cirque du Soleil discography'-res:Cirque_du_Soleil_discography | 'count'-dbo:type | 'artists'-dbp:artist","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/artist> <http://dbpedia.org/resource/Cirque_du_Soleil_discography> . }"
+"What are the movies whose director is Orson Welles? | 'Orson Welles'-res:Orson_Welles | 'director'-dbp:director | 'movie'-dbo:Film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Orson_Welles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"which planet was discovered by Urbain Le Verrier? | 'Urbain Le Verrier'-res:Urbain_Le_Verrier | 'discovered by'-dbo:discoverer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/discoverer> <http://dbpedia.org/resource/Urbain_Le_Verrier> . }"
+"?What are the airline hubs of Cascade Airways | 'What'-res:What | 'Cascade Airways'-res:Cascade_Airways | 'hubs'-dbp:hubs"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Union_of_Cambodian_Democrats> <http://dbpedia.org/ontology/ideology> ?uri } "
+"How many rivers are crossed by different Box Girder bridges? | 'Box Girder bridge'-res:Box_girder_bridge | 'rivers'-dbo:river | 'crossed'-dbo:crosses","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/crosses> <http://dbpedia.org/resource/Box_girder_bridge> . ?x <http://dbpedia.org/ontology/river> ?uri . }"
+"Count the number of members of the organization which have Austria as one of the member ? | 'Austria'-res:Austria | 'count'-dbo:country | 'members'-dbo:family | 'organization'-dbp:house | 'member'-dbo:membership"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/party> <http://dbpedia.org/resource/Austria> . ?x <http://dbpedia.org/ontology/membership> ?uri }"
+"List the other members of the team where Jason Hayne currently plays? | 'Jason Hayne'-res:Jason_Hayne | 'members'-dbo:part | 'team'-dbo:team | 'plays'-dbo:plays","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/currentclub> <http://dbpedia.org/resource/Jason_Hayne> . ?x <http://dbpedia.org/ontology/team> ?uri . }"
+"How many groups have fought in wars where Richard Taylor fought too? | 'Richard Taylor'-res:Richard_Taylor_(colonel) | 'fought'-dbo:type | 'wars'-dbp:battles | 'fought'-dbo:type","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Richard_Taylor_(colonel)> . ?x <http://dbpedia.org/property/combatant> ?uri . }"
+"What are the albums whose artists have performed with the Tangerine Dream? | 'Tangerine Dream'-res:Tangerine_Dream | 'albums'-dbo:album | 'artists'-dbp:artist | 'performed'-dbo:artist","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/artist> <http://dbpedia.org/resource/Tangerine_Dream> . ?x <http://dbpedia.org/property/artist> ?uri . }"
+"List some writers which speak one of the Germanic languages. | 'Germanic languages'-res:Germanic_languages | 'writers'-dbo:writer | 'speak'-dbo:language","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Germanic_languages> . ?uri <http://dbpedia.org/ontology/language> ?x . }"
+"ITV employes how many people? | 'ITV'-res:ITV_(TV_network) | 'employes'-dbp:employer","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/employer> <http://dbpedia.org/resource/ITV_(TV_network)> . }"
+"What has Carl Sagan written his books about? | 'Carl Sagan'-res:Carl_Sagan | 'written'-dbo:writer | 'books'-dbo:volume","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Carl_Sagan> . ?x <http://dbpedia.org/ontology/author> ?uri . }"
+"Who voiced in Peanuts Motion Comics and The Peanuts Movie? | 'Peanuts Motion Comics'-res:Peanuts_Motion_Comics | 'The Peanuts Movie'-res:The_Peanuts_Movie | 'voiced'-dbp:voice","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Peanuts_Motion_Comics> <http://dbpedia.org/ontology/voice> ?uri . <http://dbpedia.org/resource/The_Neanuts_Movie> <http://dbpedia.org/property/voices> ?uri . }"
+"Who is the owner of the bank where Thomas Secunda works ? | 'Thomas Secunda'-res:Thomas_Secunda | 'owner'-dbo:owner | 'bank'-dbo:order | 'works'-dbo:language","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Thomas_Secunda> <http://dbpedia.org/property/employer> ?x . ?x <http://dbpedia.org/ontology/owner> ?uri . }"
+"Who founded a company which served Mid Wales ? | 'Mid Wales'-res:Mid_Wales | 'served'-dbo:regionServed | 'founded'-dbo:foundedBy","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/regionServed> <http://dbpedia.org/resource/Mid_Wales> . ?x <http://dbpedia.org/ontology/foundedBy> ?uri . }"
+"British people have edited which movies? | 'British'-res:United_Kingdom | 'british'-dbo:animal | 'edited'-dbo:editor | 'movies'-dbo:film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/British_people> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"Who are some US colonels? | 'US'-res:United_States | 'colonels'-dbo:distance"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/placeOfBirth> <http://dbpedia.org/resource/United_States> } "
+"Where did Steve Romeo dies ? | 'Steve Romeo'-res:Steve_Romeo | 'dies'-dbo:deathPlace"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Steve_Romeo> <http://dbpedia.org/ontology/deathPlace> ?uri } "
+"How many universities are in the National Collegiate Athletic Association? | 'universities'-res:Universities_Ireland | 'National Collegiate Athletic Association'-res:National_Collegiate_Athletic_Association | 'athletic'-dbo:athletics","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/athletics> <http://dbpedia.org/resource/National_Collegiate_Athletic_Association> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/University>}"
+"Which company developed the language designed by Lars Bak? | 'Lars Bak'-res:Lars_Bak_(computer_programmer) | 'company'-dbo:company | 'developed'-dbo:leader | 'language'-dbo:language | 'designed'-dbo:designer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/designer> <http://dbpedia.org/resource/Lars_Bak_(computer_programmer)> . ?x <http://dbpedia.org/ontology/company> ?uri . }"
+"Which country gave birth to the Lemberger LD20b and Start+Flug H101 aircrafts? | 'Lemberger LD20b'-res:Lemberger_LD20b | 'H101'-res:H101 | 'Start+Flug  aircrafts'-res:Karnit_Flug | 'country'-dbo:country | 'birth'-dbo:origin","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lemberger_LD20b> <http://dbpedia.org/property/origin> ?uri . <http://dbpedia.org/resource/Start+Flug_H101> <http://dbpedia.org/ontology/birthPlace> ?uri . }"
+"What are some things people born in Louisiana are famous for? | 'Louisiana'-res:Louisiana | 'born'-dbp:placeOfBirth | 'famous for'-dbp:knownFor","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/birthPlace> <http://dbpedia.org/resource/Louisiana> . }"
+"Who gave the musical score  of 9 to 5 (musical) ? | '9 to 5 (musical)'-res:9_to_5_(musical) | 'musical'-dbo:musicBy"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/9_to_5_(musical)> <http://dbpedia.org/ontology/musicBy> ?uri } "
+"Count all that was built by a company whose leader is Kazuo Hirai? | 'Kazuo Hirai'-res:Kazuo_Hirai | 'count'-dbo:type | 'built'-dbo:numberBuilt | 'company'-dbo:company | 'leader'-dbo:leader","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/keyPeople> <http://dbpedia.org/resource/Kazuo_Hirai> . ?uri <http://dbpedia.org/property/builder> ?x . }"
+"What is the serving railway line of Rostov-Glavny ? | 'Rostov-Glavny'-res:Rostov-Glavny | 'serving'-dbo:servingRailwayLine | 'railway'-dbo:railwayPlatforms"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rostov-Glavny> <http://dbpedia.org/ontology/servingRailwayLine> ?uri } "
+"Players from how many teams have participated in the National Hockey League? | 'National Hockey League'-res:National_Hockey_League | 'players'-dbo:participant | 'teams'-dbp:teams | 'participated'-dbo:participant","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Hockey_League> . ?x <http://dbpedia.org/ontology/name> ?uri . }"
+"How many things are people who died in St. Petersburg known for? | 'St Petersburg'-res:St._Petersburg,_Florida | 'died'-dbp:deathPlace","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/deathPlace> <http://dbpedia.org/resource/St._Petersburg,_Florida> . ?uri <http://dbpedia.org/ontology/knownFor> ?x . }"
+"In how many nations is Coconut a common food ingredient? | 'Coconut'-res:Coconut | 'common food ingredient'-res:Ingredient | 'nations'-dbo:kingdom","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/Coconut> . }"
+"What country is Jeffrey Werleman from, which also has the American Mediterranean Sea? | 'Jeffrey Werleman from,'-res:Jeffrey_Vanan | 'American Mediterranean Sea'-res:Organization_of_American_States | 'American Mediterranean Sea'-res:American_Mediterranean_Sea | 'country'-dbo:country | ''-dbo:country"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jeffrey_Vanan> <http://dbpedia.org/ontology/origin> ?uri . <http://dbpedia.org/resource/American_Mediterranean_Sea> <http://dbpedia.org/property/country> ?uri} "
+"List the television shows whose network's owning company is Turner Broadcasting System? | 'Turner Broadcasting System'-res:Turner_Broadcasting_System | 'television'-dbp:tv | 'shows'-dbo:place | 'network'-dbo:network | 'owning'-dbo:owningCompany | 'company'-dbo:company","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/owningCompany> <http://dbpedia.org/resource/Turner_Broadcasting_System> . ?uri <http://dbpedia.org/property/network> ?x . }"
+"List the maintainers of Pandaruan Bridge? | 'Pandaruan Bridge'-res:Pandaruan_Bridge | 'maintainers'-dbo:maintainedBy"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pandaruan_Bridge> <http://dbpedia.org/ontology/maintainedBy> ?uri } "
+"What are some rivers in Zambia which have a dam on them? | 'Zambia'-res:Zambia | 'rivers'-dbo:river | 'dam'-dbo:dam","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/river> <http://dbpedia.org/resource/Zambia> . ?x <http://dbpedia.org/property/river> ?uri . }"
+"what does the cahora bassa flow into? | 'Cahora bassa'-res:Cahora_Bassa | 'flow'-dbp:inflow"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cahora_Bassa> <http://dbpedia.org/property/inflow> ?uri } "
+"What is the alma mater of Fikret Orman? | 'Fikret Orman'-res:Fikret_Orman | 'alma mater'-dbo:almaMater"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fikret_Orman> <http://dbpedia.org/ontology/almaMater> ?uri } "
+"Which company owns Evraz ? | 'Evraz'-res:Evraz | 'company'-dbo:owningCompany"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Evraz> <http://dbpedia.org/ontology/owningCompany> ?uri } "
+"How many party leaders are there whose parties are headquartered in Berlin? | 'Berlin'-res:Berlin | 'headquarter'-dbo:headquarter | 'leaders'-dbo:leader","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/headquarter> <http://dbpedia.org/resource/Berlin> . ?x <http://dbpedia.org/property/leader> ?uri . }"
+"Name a famous relative of barry voight | 'Barry voight'-res:Barry_Voight | 'name'-dbp:name | 'famous relative'-dbo:relative","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Barry_Voight> . }"
+"List places that are associated to cities in the state of Mecklenburg-Vorpommern. | 'Mecklenburg-Vorpommern'-res:Mecklenburg-Vorpommern | 'places'-dbo:district | 'associated'-dbo:team | 'cities'-dbo:country","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/state> <http://dbpedia.org/resource/Mecklenburg-Vorpommern> . ?x <http://dbpedia.org/property/cities> ?uri . }"
+"Which awards did the writer, who is  the creator of Creature Comforts, won ? | 'Creature Comforts,'-res:Creature_Comforts | 'awards'-dbo:award | 'writer,'-dbo:writer | 'creator'-dbo:creator | 'won'-dbo:award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Creature_Comforts> <http://dbpedia.org/ontology/creator> ?x . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"In which areas are the radio stations of Monticello, Maine available too? | 'Monticello, Maine'-res:Monticello,_Maine | 'radio stations'-dbo:numberOfStations","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/area> <http://dbpedia.org/resource/Monticello,_Maine> . ?x <http://dbpedia.org/property/broadcastArea> ?uri . }"
+"Through how many labels has Katy B released her singles? | 'B'-res:B | 'Katy'-res:Katy | 'labels'-dbo:flag | 'released'-dbo:channel | 'singles'-dbo:slogan","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Katy_B> . ?x <http://dbpedia.org/ontology/label> ?uri . }"
+"Name the sstadium of 2015 Pro Duta FC season ? | 'FC'-res:FC | '2015 Pro Duta  season'-res:2015_Pro_Duta_FC_season | 'stadium'-dbp:stadium"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/2015_Pro_Duta_FC_season> <http://dbpedia.org/property/stadium> ?uri } "
+"Pointe d'Aveneyre belongs to which mountain range? | 'Pointe d'Aveneyre'-res:Pointe_d'Aveneyre | 'pointe d'-dbo:date | 'belongs'-dbo:date | 'mountain range'-dbo:mountainRange"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pointe_d'Aveneyre> <http://dbpedia.org/ontology/mountainRange> ?uri } "
+"Jerry Bock's musicals has been adapted from how many things? | 'Jerry bock'-res:Jerry_Bock | 'music'-dbp:music | 'adapted from'-dbo:basedOn","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Jerry_Bock> . ?uri <http://dbpedia.org/ontology/basedOn> ?x . }"
+"Count the movies edited by  Mark Stevens (film editor) and were directed by Joel Schumacher? | 'Mark Stevens (film editor)'-res:Mark_Stevens_(film_editor) | 'Joel Schumacher'-res:Joel_Schumacher | 'edited by'-dbp:editing | 'directed by'-dbo:director","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Joel_Schumacher> . }"
+"List the judge of the TV show whose one of the judge is Ludacris ? | 'TV'-res:Tv_test_pattern | 'Ludacris'-res:Ludacris | 'judge'-dbo:showJudge | 'show'-dbo:show | 'judge'-dbo:showJudge","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/judges> <http://dbpedia.org/resource/Ludacris> . ?x <http://dbpedia.org/ontology/judge> ?uri . }"
+"Whose youth clubs used to participate in Argentine Primera Division? | 'Argentine Primera Division'-res:Argentina | 'Argentine Primera Division'-res:Argentine_Primera_División | 'Division'-dbp:league | 'youth clubs'-dbp:youthclubs","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Argentine_Primera_División> . }"
+"List some people who were opponents of someone who was died by hanging?  | 'opponents'-dbo:rival | 'died'-dbo:board | 'hanging'-dbo:configuration","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/deathCause> <http://dbpedia.org/resource/DeathCause> . ?x <http://dbpedia.org/ontology/opponent> ?uri . }"
+"From which country is Lawrence Okoye's nationality ? | 'Lawrence Okoye'-res:Lawrence_Okoye | 'country'-dbo:country | 'nationality'-dbp:nationality"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lawrence_Okoye> <http://dbpedia.org/property/nationality> ?uri } "
+"From which party is the politician who was selected  in Barasat constituency? | 'Barasat constituency'-res:Barasat_(Lok_Sabha_constituency) | 'party'-dbo:party | 'politician'-dbo:party | 'selected'-dbo:name","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/party> <http://dbpedia.org/resource/Barasat_(Lok_Sabha_constituency)> . ?x <http://dbpedia.org/ontology/party> ?uri . }"
+"Where did the genres originate, which were in the Harry and the Potters album? | 'Harry and the Potters'-res:Harry_and_the_Potters_(album) | 'genre'-dbo:genre | 'album'-dbo:stylisticOrigin","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/album> <http://dbpedia.org/resource/Harry_and_the_Potters_(album)> . ?x <http://dbpedia.org/ontology/origin> ?uri . }"
+"Who was succeeded by Arthur Gegei as the office ho0lder ? | 'Arthur Gegei'-res:Arthur_%22Big_Boy%22_Spires | 'succeeded'-dbo:founder | 'office ho0lder'-dbo:arm"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Arthur_%22Big_Boy%22_Spires> <http://dbpedia.org/property/chairman> ?uri } "
+"Give me a count of movies whose editor is Mark Stevens? | 'Mark Stevens'-res:Mark_Stevens_(film_editor) | 'editor'-dbp:editing | 'movie'-dbo:Film","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/editing> <http://dbpedia.org/resource/Mark_Stevens_(film_editor)> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"What is the academic discipline of the Journal of Cerebral Blood Flow & Metabolism and also an ingredient of the Ragout fin ? | 'Journal of Cerebral Blood Flow & Metabolism'-res:Journal_of_Cerebral_Blood_Flow_&_Metabolism | 'Ragout fin'-res:Ragout_fin | 'academic discipline'-dbo:academicDiscipline | 'ingredient'-dbo:ingredient"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> <http://dbpedia.org/property/academicDiscipline> ?uri . <http://dbpedia.org/resource/Ragout_fin> <http://dbpedia.org/ontology/ingredient> ?uri} "
+"In what tv shows did Jason Carter act? | 'Jason Carter'-res:Jason_Carter | 'act'-dbo:starring","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Jason_Carter> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"To which sports team is Aubie the mascot? | 'Aubie'-res:Aubie | 'mascot'-dbp:mascot | 'sports team'-dbo:SportsTeam"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Aubie> <http://dbpedia.org/property/mascot> ?uri } "
+"Which royal people are buried in Rome? | 'Rome'-res:Rome | 'buried'-dbp:placeOfBurial","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/placeOfBurial> <http://dbpedia.org/resource/Rome> . }"
+"Which parent company of the Cornell University Press is also the alma mater of the Mario Garca Menocal? | 'Cornell University Press'-res:Cornell_University_Press | 'Mario Garca Menocal'-res:Mario_García_Menocal | 'parent company'-dbp:parent | 'alma mater'-dbo:almaMater"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cornell_University_Press> <http://dbpedia.org/property/parent> ?uri . <http://dbpedia.org/resource/Mario_García_Menocal> <http://dbpedia.org/ontology/almaMater> ?uri} "
+"Which religions are followed by people in England? | 'England'-res:England | 'religions'-dbo:religion","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/placeOfBirth> <http://dbpedia.org/resource/England> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"Where was MacKenzie Miller born? | 'MacKenzie Miller'-res:MacKenzie_Miller | 'born'-dbo:birthPlace"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/MacKenzie_Miller> <http://dbpedia.org/ontology/birthPlace> ?uri } "
+"What is the birth location of the pope who was canonized by Agatha of Sicily? | 'Agatha of Sicily'-res:Agatha_of_Sicily | 'birth location'-dbo:origin | 'canonized'-dbo:canonizedBy","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/canonizedBy> <http://dbpedia.org/resource/Agatha_of_Sicily> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"
+"Which set of researchers won the Gold Medal of the Royal Astronomical Society award? | 'Gold Medal of the Royal Astronomical Society award'-res:Royal_Astronomical_Society | 'set'-dbo:type","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/awards> <http://dbpedia.org/resource/Royal_Astronomical_Society> . ?x <http://dbpedia.org/ontology/doctoralStudents> ?uri . }"
+"Give me the places where people who worked in Church of England died in ? | 'Church of England'-res:Church_of_England | 'work'-dbo:occupation | 'died in'-dbo:deathPlace","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/occupation> <http://dbpedia.org/resource/Church_of_England> . ?x <http://dbpedia.org/property/deathPlace> ?uri . }"
+"where are renaissance centers located? | 'renaissance centers'-res:Renaissance_Center | 'located'-dbo:address","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/placeOfBirth> <http://dbpedia.org/resource/Renaissance_Center> . ?x <http://dbpedia.org/property/address> ?uri . }"
+"How many books are there whose author's tomb is in Madrid? | 'tomb'-res:The_Tomb_(2007_film) | 'Madrid'-res:Madrid | 'books'-dbo:title | 'author'-dbo:author","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/restingPlace> <http://dbpedia.org/resource/Madrid> . ?uri <http://dbpedia.org/property/author> ?x . }"
+"What are the television shows whose writers did notable work for Band of Brothers ? | 'Band of Brothers'-res:Band_of_Brothers_(miniseries) | 'television shows'-dbo:televisionSeries | 'writers'-dbo:composer | 'notable work'-dbo:notableWork","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/notableWork> <http://dbpedia.org/resource/Band_of_Brothers_(miniseries)> . ?uri <http://dbpedia.org/property/writers> ?x . }"
+"To how many different species does the members of the Animal Kingdom belong? | 'Animal Kingdom'-res:Animal | 'species'-dbo:species | 'members'-dbo:part | 'belong'-dbo:date"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/kingdom> <http://dbpedia.org/resource/Animal> . ?x <http://dbpedia.org/property/species> ?uri }"
+"What water bodies are nearest to Helsinki city? | 'Helsinki city'-res:Helsinki | 'nearest city'-dbo:nearestCity | 'water'-dbo:BodyOfWater"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/nearestCity> <http://dbpedia.org/resource/Helsinki> } "
+"What is the prize awarded to Bruce Beutler ? | 'Bruce Beutler'-res:Bruce_Beutler | 'prize'-dbo:award | 'awarded'-dbo:award"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bruce_Beutler> <http://dbpedia.org/property/awards> ?uri } "
+"To which books Thomas Egerton, an editor? | 'Thomas Egerton,'-res:Thomas_Egerton_(publisher) | 'editor'-dbo:publisher"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/publisher> <http://dbpedia.org/resource/Thomas_Egerton_(publisher)> } "
+"What is the appliance build jointly by Sony and Asus? | 'Sony and Asus'-res:Sony | 'appliance'-dbp:instrument | 'build'-dbo:order | 'jointly'-dbo:jointCommunity","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/jointCommunity> <http://dbpedia.org/resource/Sony> . ?uri <http://dbpedia.org/property/manufacturer> <http://dbpedia.org/resource/Ascent_manufacturer_of_Elliott_United_States> . ?uri . }"
+"What was founded by Congress of Industrial Organizations ? | 'Congress of Industrial Organizations'-res:Congress_of_Industrial_Organizations | 'founded'-dbo:leader"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Congress_of_Industrial_Organizations> <http://dbpedia.org/ontology/leader> ?uri } "
+"Which current players once played for Toronto argonauts? | 'Toronto argonauts'-res:Toronto_Argonauts | 'played'-dbo:formerTeam | 'players'-dbo:AmericanFootballPlayer"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/formerTeam> <http://dbpedia.org/resource/Toronto_Argonauts> } "
+"Who was the president at the time when the opponent of Benjamin Spock held office? | 'Benjamin Spock'-res:Benjamin_Spock | 'president'-dbo:president | 'time'-dbo:time | 'opponent'-dbo:opponent | 'held'-dbo:president | 'office'-dbo:office","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/opponent> <http://dbpedia.org/resource/Benjamin_Spock> . ?x <http://dbpedia.org/property/president> ?uri . }"
+"List the shrines of the saint whose one of the shrine is Ponza ? | ''-res:Poznań | 'shrines'-dbo:majorShrine | 'saint'-dbo:saint | 'shrine'-dbo:majorShrine","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/majorShrine> <http://dbpedia.org/resource/Poznań> . ?x shrines ?uri . }"
+"How many people are in the continental army? | 'continental army'-dbo:band","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/militaryBranch> <http://dbpedia.org/resource/United_States> . }"
+"What are the movies whose music is composed by Vangelis? | 'Vangelis'-res:Vangelis | 'composed'-dbo:musicComposer | 'movie'-dbo:Film","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/music> <http://dbpedia.org/resource/Vangelis> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"In which areas can I find wine made of Vitis vinifera grapes? | 'I'-res:I | 'Vitis vinifera grapes'-res:Kyoho_(grape) | 'wine'-dbo:wineRegion","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/species> <http://dbpedia.org/resource/Vitis_vinifera> . ?x <http://dbpedia.org/ontology/wineRegion> ?uri . }"
+"Who is the publisher of The Rolling Stone Album Guide ? | 'The Rolling Stone Album Guide'-res:The_Rolling_Stone_Album_Guide | 'publisher'-dbo:publisher"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/The_Rolling_Stone_Album_Guide> <http://dbpedia.org/property/publisher> ?uri } "
+"How many services does 21Vianet provide? | '21vianet'-res:21Vianet | 'services'-dbp:services","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/21Vianet> <http://dbpedia.org/property/services> ?uri . }"
+"What are some rivers over which there is a box girder bridge? | 'box girder bridge'-res:Box_girder_bridge | 'rivers'-dbo:river","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/river> <http://dbpedia.org/resource/Box_girder_bridge> . }"
+"Who is the designer of Saleen S5S Raptor ? | 'S5S'-res:Saleen_S5S_Raptor | 'Saleen  Raptor'-res:Saleen_S5S_Raptor | 'designer'-dbo:designer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Saleen_S5S_Raptor> <http://dbpedia.org/property/designer> ?uri } "
+"Name the first driver of 1999 San Marino Grand Prix ? | '1999 San Marino Grand Prix'-res:1999_San_Marino_Grand_Prix | 'first driver'-dbo:firstDriver"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1999_San_Marino_Grand_Prix> <http://dbpedia.org/ontology/firstDriver> ?uri } "
+"What is the scientist whose doctoral students are Erich Bagge and erban ieica? | 'scientist'-res:Scientist | 'Erich Bagge'-res:Erich_Bagge | 'Erban ieica'-res:Róbert_Erban | 'doctoral students'-dbo:doctoralStudent","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Erich_Bagge> . ?uri <http://dbpedia.org/ontology/doctoralStudent> <http://dbpedia.org/resource/Róbert_Erban_ȚiȘerban_Ángel_Illițeica> . }"
+"Who battled under commander Egushawa in a conflict? | 'commander Egushawa'-res:Moonbase_Commander | 'battled'-dbo:battle | 'conflict'-dbo:division","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/commander> <http://dbpedia.org/resource/Moonbase_Commander> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }"
+"Which is the largest city of Union State ? | 'Union State'-res:Union_State | 'largest city'-dbo:largestCity"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Union_State> <http://dbpedia.org/ontology/largestCity> ?uri } "
+"Which university has a sports team member called Micheal Powell and also owns Syracuse University Press ? | 'sports team member'-res:Sports_Action_Team | 'Micheal Powell'-res:Micheal_Williams | 'Syracuse University Press'-res:Syracuse_University | 'university'-dbo:university | 'called'-dbp:nickname | 'owns'-dbo:languageFamily","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Micheal_Williams> <http://dbpedia.org/ontology/athleticsTeam> ?uri . <http://dbpedia.org/resource/Syracuse_University> <http://dbpedia.org/property/owner> ?uri . }"
+"What are some movies whose distributer's CEO is Ted Hartley? | 'CEO'-res:Ceo_(musician) | 'Ted Hartley'-res:Ted_Hartley | 'movies'-dbo:film | 'distributer'-dbp:distributor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Ted_Hartley> . ?uri <http://dbpedia.org/ontology/distributor> ?x . }"
+"Where does the road starting from Madison, Wisconsin end? | 'Madison, Wisconsin'-res:Madison,_Wisconsin | 'road end'-dbo:routeEnd | 'road starting'-dbo:routeStart","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/routeEnd> <http://dbpedia.org/resource/Madison,_Wisconsin> . ?x <http://dbpedia.org/property/routeStart> ?uri . }"
+"Colin Powell was the commander of which military conflict ? | 'Colin powell'-res:Colin_Powell | 'commander'-dbo:commander | 'military conflict'-dbo:battle"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/commander> <http://dbpedia.org/resource/Colin_Powell> } "
+"List all the houses of United States Congress ? | 'United States Congress'-res:United_States_Congress | 'houses'-dbp:houses"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/United_States_Congress> <http://dbpedia.org/property/houses> ?uri } "
+"What companies are located in toronto? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'toronto'-res:Toronto | 'located'-dbo:locationCity","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}"
+"In which timezone does Khok Kwang lie? | 'Khok Kwang'-res:Khok_Kwang | 'timezone'-dbo:timeZone | 'lie'-dbo:position"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Khok_Kwang> <http://dbpedia.org/ontology/timeZone> ?uri } "
+"Who are the opponents of Gervase Helwys? | 'Gervase Helwys'-res:Gervase_Helwys | 'opponents'-dbo:opponent"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Gervase_Helwys> <http://dbpedia.org/ontology/opponent> ?uri } "
+"Which team did Michael and Ryan Powell play for? | 'Michael'-res:Michael_Roos_(ice_hockey) | 'Ryan Powell'-res:Ryan_Powell | 'team'-dbo:team | 'play'-dbo:team","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Michael_Roos_(ice_hockey)> <http://dbpedia.org/property/team> ?uri . <http://dbpedia.org/resource/Ryan_Powell> <http://dbpedia.org/ontology/formerTeam> ?uri . }"
+"What are the television shows whose network is Prime Time Entertainment Network? | 'Prime Time Entertainment Network'-res:Prime_Time_Entertainment_Network | 'network'-dbp:network | 'television show'-dbo:TelevisionShow","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/Prime_Time_Entertainment_Network> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"How many teams have someone playing at the defenceman position? | 'teams'-dbo:numberOfTeams | 'playing'-dbo:field | 'defenceman position'-dbo:rating","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?x <http://dbpedia.org/ontology/team> ?uri . }"
+"Name the driver who was at pole in 1997 Canadian Grand Prix and also 1994 Spanish Grand Prix ? | '1997 Canadian Grand Prix'-res:1997_Canadian_Grand_Prix | '1994 Spanish Grand Prix'-res:1994_Spanish_Grand_Prix | 'name'-dbp:name | 'driver'-dbo:poleDriver | 'pole'-dbo:poleDriverTeam"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/1997_Canadian_Grand_Prix> <http://dbpedia.org/ontology/poleDriver> ?uri } "
+"Name the narrators of the album which has been narrated by Alan Thicke ? | 'Alan Thicke'-res:Alan_Thicke | 'narrated'-dbp:narrated | 'narrated'-dbp:narrated"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Alan_Thicke> <http://dbpedia.org/property/narrated> ?uri } "
+"Name the television show created by CE Webber and also has actor named Companion? | 'Companion'-res:Companion_(Doctor_Who) | 'CE Webber'-res:C._E._Webber | 'created'-dbo:starring | 'actor named'-dbo:creator","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/creator> <http://dbpedia.org/resource/CE_Webber> . ?uri <http://dbpedia.org/property/starring> <http://dbpedia.org/resource/Companion_(Doctor_Who)> . }"
+"In which war did the units garrisoned at Turin fight? | 'Turin fight'-res:Turin | 'war'-dbo:battle | 'units'-dbo:team | 'garrisoned'-dbo:garrison","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/garrison> <http://dbpedia.org/resource/Turin> . ?x <http://dbpedia.org/ontology/territory> ?uri . }"
+"How many Thesaban towns are there? | 'Thesaban towns'-res:Thesaban","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/cities> <http://dbpedia.org/resource/Thesaban> . }"
+"Name the office holder with predecessor as Mark Latham and partner Tim Mathieson ? | 'Mark Latham'-res:Mark_Latham | 'partner Tim Mathieson'-res:Tim_Mathieson | 'name'-dbp:name | 'office holder'-dbp:incumbent | 'predecessor'-dbo:predecessor","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Mark_Latham> . ?uri <http://dbpedia.org/ontology/partner> <http://dbpedia.org/resource/Tim_Mathieson> . }"
+"Which newspaper owned by Schibsted is published in Swedish ? | 'swedish'-res:Swedish_language | 'Schibsted'-res:Schibsted | 'newspaper'-dbp:newspaper | 'owned'-dbo:owner | 'published'-dbo:author | ''-dbo:country","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/owners> <http://dbpedia.org/resource/Schibsted> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}"
+"How many other people are in a band with Robert de Niro? | 'Robert de Niro'-res:Robert_De_Niro | 'band'-dbo:band","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/currentMembers> <http://dbpedia.org/resource/Robert_De_Niro> . ?uri <http://dbpedia.org/ontology/bandMember> ?x . }"
+"List the software which uses Microsoft Windows as their operating system ? | 'software'-res:Software | 'Microsoft Windows'-res:Microsoft_Windows | 'operating system'-dbo:operatingSystem | 'software'-dbo:Software","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/operatingSystem> <http://dbpedia.org/resource/Microsoft_Windows> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Software>}"
+"What all has been created by Jerry Siegel? | 'Jerry Siegel'-res:Jerry_Siegel | 'created by'-dbp:creators"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/creators> <http://dbpedia.org/resource/Jerry_Siegel> } "
+"How many items belong to the Science Fiction genre? | 'Science Fiction'-res:Science_fiction | 'items'-dbo:material | 'belong'-dbo:date","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/literaryGenre> <http://dbpedia.org/resource/Science_fiction> . ?uri <http://dbpedia.org/ontology/material> ?x . }"
+"Name some dishes made with flowering plants. | 'name'-dbo:name | 'dishes'-dbo:state | 'flowering'-dbo:day | 'plants'-dbo:position","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/species> <http://dbpedia.org/resource/Grape> . ?uri <http://dbpedia.org/property/ingredient> ?x . }"
+"Where was Ganefo hosted? | 'Ganefo'-res:GANEFO | 'hosted'-dbp:hostCity"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/GANEFO> <http://dbpedia.org/property/hostCity> ?uri } "
+"Where are ethnic group located which speak Nebraskan? | 'Nebraskan'-res:Nebraska | 'Nebraskan'-res:Nebraska | 'ethnic'-dbo:origin | 'located'-dbo:locatedInArea | 'speak'-dbo:language | ''-dbo:country","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Nebraska> . ?x <http://dbpedia.org/ontology/location> ?uri . }"
+"How many sitcoms were produced by the company whose predecessor was the Desilu Productions | 'Desilu Productions'-res:Desilu_Productions | 'sitcoms'-dbo:series | 'produced'-dbo:author | 'company'-dbo:company | 'predecessor'-dbo:predecessor","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/predecessor> <http://dbpedia.org/resource/Desilu_Productions> . ?uri <http://dbpedia.org/property/company> ?x . }"
+"Count the sports played at universities located in Urban Areas? | 'Urban Areas'-res:Urban_area | 'count'-dbo:type | 'sports'-dbo:athletics | 'played'-dbo:portrayer | 'located'-dbo:position","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/campus> <http://dbpedia.org/resource/Urban_area> . ?x <http://dbpedia.org/property/athletics> ?uri . }"
+"What is the official residence of the Christopher Daz Figuero which is also the  state of the Cruce a Nado Internacional | 'Christopher Daz Figuero'-res:Ana_Figuero | 'Cruce a Nado Internacional'-res:Cruce_a_Nado_Internacional | 'official residence'-dbo:occupation"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Christopher_Daz_Figuero> <http://dbpedia.org/property/officialHolder> ?uri . <http://dbpedia.org/resource/Cruce_a_Nado_Internacional> <http://dbpedia.org/ontology/state> ?uri} "
+"List the races of Fergie Sutherland? | 'Fergie Sutherland'-res:Fergie_Sutherland | 'race'-dbp:race"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fergie_Sutherland> <http://dbpedia.org/property/race> ?uri } "
+"Games on amiga are typically of what kind? | 'amiga'-res:Amiga | 'typically'-res:Typically_Tropical | 'games'-dbo:games","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/computingPlatform> <http://dbpedia.org/resource/Amiga> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/VideoGame>}"
+"Which shows are similar to the ones produced by Phil Collinson? | 'Phil Collinson'-res:Phil_Collinson | 'shows'-dbo:place | 'produced'-dbo:author","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Phil_Collinson> . ?uri <http://dbpedia.org/property/related> ?x . }"
+"Movie's produced by Michael Deeley has Jordan Cronenweth as director of photography | 'Michael Deeley'-res:Michael_Deeley | 'Jordan Cronenweth'-res:Jordan_Cronenweth | 'movie'-dbo:picture | 'produced'-dbo:architect | 'director'-dbo:director | 'photography'-dbo:picture","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/cinematography> <http://dbpedia.org/resource/Jordan_Cronenweth> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"How many companies were founded in Menlo Park, California? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Menlo Park, California'-res:Menlo_Park,_California | 'founded'-dbp:foundation | 'companies'-dbo:Company","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/foundation> <http://dbpedia.org/resource/Menlo_Park,_California> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company>}"
+"What is the venerated in of Edwin of Northumbria ? | 'Edwin of Northumbria'-res:Edwin_of_Northumbria | 'venerated'-dbp:veneratedIn"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Edwin_of_Northumbria> <http://dbpedia.org/property/veneratedIn> ?uri } "
+"Where was Picasso's Last Words recorded ? | 'Picasso's Last Words'-res:Picasso's_Last_Words_(Drink_to_Me) | 'recorded'-dbp:recorded"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Picasso's_Last_Words_(Drink_to_Me)> <http://dbpedia.org/property/recorded> ?uri } "
+"What is the hub airport of Pawan Hans, and is also the largest city of India? | 'Pawan Hans,'-res:Pawan_Hans | 'India'-res:India | 'hub airport'-dbo:hubAirport | 'largest city'-dbo:largestCity"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pawan_Hans> <http://dbpedia.org/ontology/hubAirport> ?uri . <http://dbpedia.org/resource/India> <http://dbpedia.org/property/largestCity> ?uri} "
+"Which memeber of South Asia SubRegional Economic cooperation is also the nationality of Aishath saffa ? | 'South Asia SubRegional Economic cooperation'-res:South_Asia_Subregional_Economic_Cooperation | 'Aishath saffa'-res:Aishath_Saffa | 'memeber'-dbo:arm | 'nationality'-dbo:nationality"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/South_Asia_Subregional_Economic_Cooperation> <http://dbpedia.org/ontology/mascot> ?uri . <http://dbpedia.org/resource/Aishath_Saffa> <http://dbpedia.org/property/nationality> ?uri} "
+"Which board memeber of jimmy Wales also owns Latvian Wikipedia ? | 'jimmy Wales'-res:Jimmy_Wales | 'Latvian Wikipedia'-res:Latvia | 'Latvian Wikipedia'-res:Latvian_Wikipedia | 'board'-dbo:board | 'owns'-dbo:owner"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Jimmy_Wales> <http://dbpedia.org/ontology/board> ?uri . <http://dbpedia.org/resource/Latvian_Wikipedia> <http://dbpedia.org/property/owner> ?uri} "
+"Name the TV show whose network is NBC and is the subsequent work of Fraiser ? | 'NBC'-res:NBC | ''-res:Frasier | 'name'-dbp:name | 'show'-dbo:show | 'network'-dbo:network | 'subsequent work'-dbo:service","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/network> <http://dbpedia.org/resource/NBC> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"How many had their debut team coached by Chip Kelly? | 'Chip Kelly'-res:Chip_Kelly | 'coach'-dbp:coach | 'debut team'-dbo:debutTeam","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/coach> <http://dbpedia.org/resource/Chip_Kelly> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/DebutTeam>}"
+"Malaysian highway authority has designed bridges over what things? | 'malaysian highway authority'-res:Malaysian_Highway_Authority | 'designed'-dbo:architect | 'bridges'-dbo:abstract","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/designer> <http://dbpedia.org/resource/Malaysian_Highway_Authority> . ?x <http://dbpedia.org/property/crosses> ?uri . }"
+"what are the nicknames of the people who are in Ekstraliga? | 'Ekstraliga'-res:Ekstraliga_(speedway) | 'nicknames'-dbo:denomination","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Ekstraliga_(speedway)> . ?x <http://dbpedia.org/ontology/nickname> ?uri . }"
+"List all the members of the organization whose one of the members is Bangladesh ? | 'Bangladesh'-res:Bangladesh | 'members'-dbp:members | 'organization'-dbp:establishment | 'members'-dbp:members","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/members> <http://dbpedia.org/resource/Bangladesh> . ?x <http://dbpedia.org/ontology/members> ?uri . }"
+"In how many different places do Starwood hotels and resorts worldwide operate? | 'Starwood hotels'-res:Starwood_Capital_Group | 'resorts worldwide'-res:Walt_Disney_Parks_and_Resorts | 'operate'-dbp:operator | 'places'-dbp:address","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/operator> <http://dbpedia.org/resource/Starwood_Capital_Group> . ?x <http://dbpedia.org/ontology/regionServed> ?uri . }"
+"List the architect of the buildings whose one of the  architect is Philip Webb? | 'Philip Webb'-res:Philip_Webb | 'architect'-dbo:architect | 'buildings'-dbo:architect | 'architect'-dbo:architect","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Philip_Webb> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Building>}"
+"What is the owner of Ivanpah Solar Power Facility and the original developer of Dart? | 'Ivanpah Solar'-res:Ivanpah_Solar_Power_Facility | 'Dart'-res:Dart_(programming_language) | 'owner'-dbo:owner | 'developer'-dbo:developer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ivanpah_Solar_Power_Facility> <http://dbpedia.org/ontology/owner> ?uri . <http://dbpedia.org/resource/Dart_(programming_language)> <http://dbpedia.org/property/developer> ?uri} "
+"Find the total number of  ingredient of the recepies whose ingredient is common Mushroom ? | ''-res:Agaricus_bisporus | 'total'-dbo:populationTotal | 'ingredient'-dbo:ingredient | 'ingredient'-dbo:ingredient"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/ingredient> <http://dbpedia.org/resource/MaintainedBy> ?uri }"
+"How many movies are directed by the spouse of Dolores del Ro? | 'Dolores del Ro'-res:Dolores_del_Río | 'spouse'-dbp:partner | 'directed'-dbp:director","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/partner> <http://dbpedia.org/resource/Dolores_del_Río> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"What are some bands out to texarkana? | 'texarkana'-res:Texarkana,_Texas | 'bands'-dbo:staff","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/out> <http://dbpedia.org/resource/Texarkana> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Band>}"
+"who is the husband of Rosie Huntington Whiteley? | 'Rosie Huntington Whiteley'-res:Rosie_Huntington-Whiteley | 'husband'-dbo:partner","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/partner> <http://dbpedia.org/resource/Rosie_Huntington-Whiteley> . }"
+"Which current player of Chicago Bulls was drafted by Los Angeles Clippers ? | 'Chicago Bulls'-res:Chicago_Bulls | 'Los Angeles Clippers'-res:Los_Angeles_Clippers | 'current player'-dbo:coach | 'drafted'-dbo:draft"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chicago_Bulls> <http://dbpedia.org/property/draftTeam> ?uri . <http://dbpedia.org/resource/Los_Angeles_Clippers> <http://dbpedia.org/ontology/currentPlayer> ?uri} "
+"What is the common country of Ganz UV and Balaton wine region ? | 'UV'-res:Uvaria_chamae | 'Ganz'-res:Ganzert | 'Balaton wine region'-res:Balaton_wine_region | 'common country'-dbo:country","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ganzert> <http://dbpedia.org/ontology/country> ?uri . <http://dbpedia.org/resource/Balaton_wine_region> <http://dbpedia.org/property/wineRegion> ?uri . }"
+"Name the constituency of Domenico Modugno ? | 'Domenico Modugno'-res:Domenico_Modugno | 'name'-dbp:name | 'constituency'-dbp:constituency"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Domenico_Modugno> <http://dbpedia.org/property/constituency> ?uri } "
+"What awards were given to the producer of Chicken Little? | 'Chicken Little'-res:Chicken_Little_(1943_film) | 'awards'-dbo:budget | 'producer'-dbo:producer","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Chicken_Little_(1943_film)> <http://dbpedia.org/property/producer> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"What is the headquarters of the public transit system which is the system of Bottineau LRT ? | 'Bottineau LRT'-res:Bottineau_LRT | 'headquarters'-dbp:headquarters | 'public transit'-dbo:country","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bottineau_LRT> <http://dbpedia.org/property/headquarters> ?x . ?x <http://dbpedia.org/ontology/country> ?uri . }"
+"What is the hometown of John Speraw ? | 'John Speraw'-res:John_Speraw | 'hometown'-dbo:hometown"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/John_Speraw> <http://dbpedia.org/ontology/hometown> ?uri } "
+"Count  the journals in the field of Philosophy. | 'Philosophy'-res:Philosophy | 'count'-dbo:country | 'journals'-dbp:journal | 'field'-dbo:field","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/fields> <http://dbpedia.org/resource/Philosophy> . ?x <http://dbpedia.org/property/discipline> ?uri . }"
+"Which scientist advised a doctoral student named Erban Ieica? | 'Erban Ieica'-res:Șerban_Țițeica | 'doctoral student'-dbp:doctoralStudents | 'scientist'-dbo:Scientist","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Șerban_Țițeica> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"What is the hometown of Nader Guirat, where Josef Johansson was born too? | 'Josef Johansson'-res:Josef_Johansson | 'Nader Guirat'-res:Nader_Guirat | 'hometown'-dbo:hometown | 'born'-dbo:birthPlace","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Josef_Johansson> <http://dbpedia.org/ontology/hometown> ?uri . <http://dbpedia.org/resource/Nader_Guirat> <http://dbpedia.org/property/birthPlace> ?uri . }"
+"What is the academic discipline of Journal of Cerebral Blood Flow & Metabolism ? | 'Journal of Cerebral Blood Flow & Metabolism'-res:Journal_of_Cerebral_Blood_Flow_&_Metabolism | 'academic discipline'-dbo:academicDiscipline"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Journal_of_Cerebral_Blood_Flow_&_Metabolism> <http://dbpedia.org/ontology/academicDiscipline> ?uri } "
+"Where was David Scherman trained ? | 'David Scherman'-res:David_Scherman | 'trained'-dbo:training"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/David_Scherman> <http://dbpedia.org/property/training> ?uri } "
+"In which series has Sean Young portrayed someone? | 'Sean Young'-res:Sean_Young | 'series'-dbo:series | 'portrayed'-dbo:portrayer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/portrayer> <http://dbpedia.org/resource/Sean_Young> . ?x <http://dbpedia.org/ontology/series> ?uri . }"
+"Who is the writer of the singles whose producer is Peter-John Vettese? | 'Peter-John Vettese'-res:Peter-John_Vettese | 'writer'-dbo:writer | 'singles'-dbo:associate | 'producer'-dbo:producer","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Peter-John_Vettese> . ?x <http://dbpedia.org/property/writer> ?uri . }"
+"In which mountain Inyo National Forest and California are located? | 'mountain Inyo National Forest'-res:Inyo_National_Forest | 'California'-res:California | 'located'-dbo:locatedInArea","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/locatedInArea> <http://dbpedia.org/resource/Inyo_National_Forest> . ?uri <http://dbpedia.org/property/location> <http://dbpedia.org/resource/California> . }"
+"What is the nickname of the club managed by Piotr baron? | 'Piotr baron'-res:Piotr_Baron | 'managed'-dbo:manager | 'nickname'-dbp:nickname","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/manager> <http://dbpedia.org/resource/Piotr_Baron> . ?x <http://dbpedia.org/property/nickname> ?uri . }"
+"For how many different teams have the players debuted in Houston Astros played? | 'Houston Astros'-res:Houston_Astros | 'teams'-dbp:team | 'players'-dbo:participant | 'debuted'-dbo:debutTeam | 'played'-dbo:participant","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/debutTeam> <http://dbpedia.org/resource/Houston_Astros> . ?x <http://dbpedia.org/property/team> ?uri . }"
+"How many people have been the first one to scale a peak in the Yosemite Park? | 'Yosemite Park'-res:Yosemite_National_Park | 'scale'-dbp:scale | 'peak'-dbo:language","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/locatedInArea> <http://dbpedia.org/resource/Yosemite_National_Park> . ?x <http://dbpedia.org/ontology/firstAscentPerson> ?uri . }"
+"What are some licensees of the stations playing in Nashville, Tennessee? | 'Nashville, Tennessee'-res:Nashville,_Tennessee | 'licensees'-dbo:licensee | 'stations'-dbo:numberOfStations | 'playing'-dbo:discharge","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/arena> <http://dbpedia.org/resource/Nashville,_Tennessee> . ?x <http://dbpedia.org/property/license> ?uri . }"
+"Count the total number of bacterias whose division is Firmicutes and domain is Bacteria? | 'bacterias'-res:Bacteriastrum_delicatulum | 'Firmicutes'-res:Firmicutes | 'Bacteria'-res:Bacteria | 'division'-dbo:division | 'domain'-dbp:domain","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/division> <http://dbpedia.org/resource/Firmicutes> . ?uri <http://dbpedia.org/property/domain> <http://dbpedia.org/resource/Bacteria> . }"
+"What are some other great things by the person who produced Queer as Folk? | 'Queer as Folk'-res:Queer_as_Folk_(UK_TV_series) | 'person'-dbo:person | 'produced'-dbo:wineProduced","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Queer_as_Folk_(UK_TV_series)> . ?x <http://dbpedia.org/property/greatThings> ?uri . }"
+"Under which scientist did doctoral students erban ieica and Erich Bagge study? | 'scientist'-res:Scientist | 'doctoral students erban ieica'-res:Róbert_Erban | 'Erich Bagge study'-res:Erich_Bagge","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudents> <http://dbpedia.org/resource/Róbert_Erban_Ți> . <http://dbpedia.org/resource/Erich_Bagge> study . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"In which racing championships did Bobby Beasley and Martin Molony participate? | 'Bobby Beasley'-res:Bobby_Beasley | 'Martin Molony'-res:Martin_Molony | 'racing'-dbo:race | 'racing'-dbo:race","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/race> <http://dbpedia.org/resource/Bobby_Beasley> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Racer>}"
+"Name the artist of Brad Paisley discography ? | 'Brad Paisley discography'-res:Brad_Paisley_discography | 'name'-dbp:name | 'artist'-dbp:artist"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Brad_Paisley_discography> <http://dbpedia.org/property/artist> ?uri } "
+"Ernest Rutherford was the advisor of how many people? | 'Ernest rutherford'-res:Ernest_Rutherford | 'advisor'-dbo:doctoralAdvisor","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/doctoralAdvisor> <http://dbpedia.org/resource/Ernest_Rutherford> . }"
+"who all play for of the american football players at  Quarterback position? | 'Quarterback'-res:Quarterback | 'play'-dbo:starring","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Quarterback> . ?x <http://dbpedia.org/ontology/starring> ?uri . }"
+"What is the field of interest of the advisor of Henri Maspero ? | 'Henri Maspero'-res:Henri_Maspero | 'advisor'-dbo:academicAdvisor | 'field'-dbp:fields","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Henri_Maspero> <http://dbpedia.org/ontology/academicAdvisor> ?x . ?x <http://dbpedia.org/property/fields> ?uri . }"
+"Name the actor of Soylent Green to which Lydia Clarke is married ? | 'Lydia Clarke'-res:Lydia_Clarke | 'Soylent Green'-res:Soylent_Green | 'name'-dbo:name | 'actor'-dbp:artist | 'married'-dbo:spouse","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lydia_Clarke> <http://dbpedia.org/ontology/spouse> ?uri . <http://dbpedia.org/resource/Soylent_Green> <http://dbpedia.org/property/starring> ?uri . }"
+"Who are the key people of FWD.us? | 'FWD.us'-res:FWD.us | 'key people'-dbp:keyPeople"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/FWD.us> <http://dbpedia.org/property/keyPeople> ?uri } "
+"Who is the executive producer of Into the Dalek ? | 'Into the Dalek'-res:Into_the_Dalek | 'executive producer'-dbp:executiveProducer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Into_the_Dalek> <http://dbpedia.org/property/executiveProducer> ?uri } "
+"Through how many cities does the river flowing into Arkansas go? | 'Arkansas'-res:Arkansas | 'cities'-dbo:country | 'river'-dbo:river | 'flowing'-dbo:school","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/riverMouth> <http://dbpedia.org/resource/Arkansas> . ?x <http://dbpedia.org/property/cities> ?uri . }"
+"How many things are manufactured by the company whose subsidiary is Sony Corporation shareholders and subsidiaries? | 'Sony Corporation shareholders and subsidiaries'-res:Sony_Corporation_shareholders_and_subsidiaries | 'manufactured'-dbo:product | 'company'-dbo:company | 'subsidiary'-dbo:subsidiary","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/subsidiary> <http://dbpedia.org/resource/Sony_Corporation_shareholders_and_subsidiaries> . ?uri <http://dbpedia.org/property/manufacturer> ?x . }"
+"In which other places are there companies which are in Ontario, too? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Ontario,'-res:Ontario,_Indiana | 'places'-dbo:district","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/locationCity> <http://dbpedia.org/resource/Ontario> . ?x <http://dbpedia.org/ontology/regionServed> ?uri . }"
+"In which companies boards do the writers of Wikitionary belong? | 'companies boards'-res:Under_the_Boards | 'Wikitionary'-res:Wiktionary | 'writers'-dbo:author | 'belong'-dbo:date","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/author> <http://dbpedia.org/resource/Wiktionary> . ?x <http://dbpedia.org/property/board> ?uri . }"
+"Which nationality of Newin Chidchob is also the nationality of Ajahn Sao Kantaslo ? | 'Newin Chidchob'-res:Newin_Chidchob | 'Ajahn Sao Kantaslo'-res:Ajahn_Sao_Kantasīlo | 'nationality'-dbp:nationality | 'nationality'-dbp:nationality"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Newin_Chidchob> <http://dbpedia.org/property/nationality> ?uri } "
+"Count the movies directed by Tim Burton and music composer Danny Elfman ? | 'Tim Burton'-res:Tim_Burton | 'music composer Danny Elfman'-res:Jenna_Elfman | 'music composer'-dbp:music | 'directed'-dbp:director"," SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Tim_Burton> . ?uri <http://dbpedia.org/ontology/music> <http://dbpedia.org/resource/Jenna_Elfman> } "
+"From which genres of music did those genres emerge where drums are important? | 'drums'-res:Drums_Around_the_World | 'genres'-dbo:genre | 'music'-dbo:musicSubgenre | 'genres'-dbo:genre | 'emerge'-dbo:result","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/instruments> <http://dbpedia.org/resource/Drums_Around_the_World> . ?x <http://dbpedia.org/ontology/genre> ?uri . }"
+"Who is the appointer of Earl B. Ruth ? | 'B'-res:B | 'Earl  Ruth'-res:Earl_B._Ruth | 'appointer'-dbo:appointer"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Earl_B._Ruth> <http://dbpedia.org/ontology/appointer> ?uri } "
+"To which educational institutes is Samuel Isham associated to? | 'Samuel Isham'-res:Samuel_Isham | 'education'-dbp:education"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Samuel_Isham> <http://dbpedia.org/property/education> ?uri } "
+"What is the debut team of people born in Vargas? | 'Vargas'-res:Vargas_(state) | 'born in'-dbo:birthPlace | 'debut team'-dbp:debutteam","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/birthPlace> <http://dbpedia.org/resource/Vargas_(state)> . ?x <http://dbpedia.org/property/debutteam> ?uri . }"
+"Count the awards received by the ones who fought the battle of france? | 'battle of france'-res:Battle_of_France | 'count'-dbo:time | 'awards'-dbo:award | 'received'-dbo:board | 'fought'-dbo:nerve | 'battle'-dbo:battle | 'france'-dbo:field","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/battles> <http://dbpedia.org/resource/Battle_of_France> . ?x <http://dbpedia.org/property/awards> ?uri . }"
+"Count all the Colonels? | 'Colonels'-res:Colonels_Softball_Complex | 'count'-dbo:country","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/country> <http://dbpedia.org/resource/Colonels_Softball_Complex> . }"
+"What has  location as Ontario? | 'Ontario'-res:Ontario | 'location'-dbo:location"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ontario> <http://dbpedia.org/ontology/location> ?uri } "
+"Where was Juno I launched from ? | 'Juno I'-res:Juno_I | 'launched'-dbo:launchSite"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Juno_I> <http://dbpedia.org/ontology/launchSite> ?uri } "
+"What are some common ingredients used in Swedish dishes? | 'Swedish dishes'-res:Sweden | 'Swedish dishes'-res:Tableware | 'in'-dbo:country | 'ingredient'-dbo:ingredient","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/country> <http://dbpedia.org/resource/Sweden> . ?x <http://dbpedia.org/ontology/ingredient> ?uri . }"
+"Where did Rheinmetall MG 60 originated ? | 'MG'-res:MG | 'Rheinmetall  60'-res:Rheinmetall_MG_60 | 'origin'-dbo:origin"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Rheinmetall_MG_60> <http://dbpedia.org/property/origin> ?uri } "
+"Gregg Toland cinematographed how many things? | 'Gregg toland'-res:Gregg_Toland | 'cinematographed'-dbo:cinematography","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/cinematography> <http://dbpedia.org/resource/Gregg_Toland> . }"
+"Give me the total number of lines owned by owner of Mwtro-Noth Railroad ? | 'Mwtro-Noth Railroad'-res:Metro-North_Railroad | 'total'-dbo:populationTotal | 'lines'-dbo:lyrics | 'owned'-dbo:subsidiary | 'owner'-dbo:owner"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/owner> <http://dbpedia.org/resource/Mwtro-Noth_Railroad> . ?x <http://dbpedia.org/ontology/line> ?uri }"
+"In how many places can I find people who were the architects of the Dundas Castle? | 'I'-res:I | 'Dundas Castle'-res:Dundas_Castle | 'places'-dbo:height | 'architects'-dbo:architect","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/architect> <http://dbpedia.org/resource/Dundas_Castle> . ?x <http://dbpedia.org/property/locations> ?uri . }"
+"List all the children of Barbara Bush? | 'Barbara Bush'-res:Barbara_Bush | 'children'-dbp:children"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Barbara_Bush> <http://dbpedia.org/property/children> ?uri } "
+"How many cities are around the sea in which the ionian sea flows? | 'cities'-dbo:city | 'sea'-dbo:lake | 'ionian sea'-dbo:lake | 'flows'-dbo:circulation","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/The_ionian_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }"
+"Miguel de Cervantes wrote the musical extended from which book? | 'miguel de Cervantes'-res:Miguel_de_Cervantes | 'wrote'-dbp:author | 'musical'-dbo:show | 'extended'-dbo:languageFamily | 'book'-dbo:volume","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?x <http://dbpedia.org/ontology/basedOn> ?uri . }"
+"In how many different teams have all those who have played as a defenceman been? | 'Defenceman'-res:Defenceman | 'teams'-dbo:numberOfTeams | 'played'-dbo:portrayer","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/position> <http://dbpedia.org/resource/Defenceman> . ?x <http://dbpedia.org/ontology/team> ?uri . }"
+"How many teams have LA kings players in them currently? | 'LA kings'-res:Los_Angeles_Kings | 'teams'-dbo:numberOfTeams","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/currentclub> <http://dbpedia.org/resource/Los_Angeles_Kings> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/SportsTeam>}"
+"What is the television show whose developer is J. Michael Straczynski? | 'J'-res:J | 'Michael Straczynski'-res:J._Michael_Straczynski | 'television show'-dbo:transmission | 'developer'-dbo:developer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/developer> <http://dbpedia.org/resource/J._Michael_Straczynski> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"list the organisation with motive for peace and environmentalism? | 'environmentalism'-res:Environmentalism | 'organisation'-dbo:organisation | 'motive'-dbo:field | 'peace'-dbp:content","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/Peace> . ?uri <http://dbpedia.org/ontology/organisation> <http://dbpedia.org/resource/Environmentalism> . }"
+"What is the content license of Darcs ? | 'Darcs'-res:Darcs | 'content license'-dbo:license"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Darcs> <http://dbpedia.org/ontology/license> ?uri } "
+"Name a military unit whose command structure is United States Department of the Navy and garrison is Arlington County, Virginia? | 'United States Department of the Navy'-res:United_States_Navy | 'Arlington County, Virginia'-res:Arlington_County,_Virginia | 'name'-dbp:name | 'military unit'-dbo:garrison | 'command structure'-dbo:commandStructure | 'garrison'-dbo:garrison"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/commandStructure> <http://dbpedia.org/resource/United_States_Navy> . ?uri <http://dbpedia.org/ontology/garrison> <http://dbpedia.org/resource/Arlington_County,_Virginia> } "
+"List all the artist of albums which have been produced by Stephen Kozmeniuk ? | 'Stephen Kozmeniuk'-res:Stephen_Kozmeniuk | 'artist'-dbo:artist | 'albums'-dbo:endowment | 'produced'-dbo:wineProduced","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/producer> <http://dbpedia.org/resource/Stephen_Kozmeniuk> . ?x <http://dbpedia.org/property/artist> ?uri . }"
+"What is the mascot of the alma mater of Deborah Crombie? | 'Deborah Crombie'-res:Deborah_Crombie | 'mascot'-dbo:mascot | 'alma mater'-dbo:almaMater","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Deborah_Crombie> <http://dbpedia.org/property/mascot> ?x . ?x <http://dbpedia.org/ontology/almaMater> ?uri . }"
+"What is the resting place of the person who is the successor of James W. Hyatt ? | 'W'-res:Vienna | 'James  Hyatt'-res:James_W._Hyatt | 'resting'-dbo:battle | 'place'-dbo:place | 'person'-dbp:type | 'successor'-dbo:successor","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_W._Hyatt> <http://dbpedia.org/property/successor> ?x . ?x <http://dbpedia.org/ontology/restingplace> ?uri . }"
+"Name an airline with hub airports as Los Angeles International Airport and San Francisco International Airport? | 'Los Angeles International Airport'-res:Los_Angeles_International_Airport | 'San Francisco International Airport'-res:San_Francisco_International_Airport | 'name'-dbp:name | 'airline'-dbo:icaoAirlineCode | 'hub airports'-dbp:hub","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Los_Angeles_International_Airport> <http://dbpedia.org/ontology/hubAirport> ?uri . <http://dbpedia.org/resource/San_Francisco_International-Airport> <http://dbpedia.org/property/hub> ?uri . }"
+"Who owns the bank where Fabio Mercurio works? | 'Fabio Mercurio'-res:Fabio_Mercurio | 'owns'-dbo:relation | 'bank'-dbo:series | 'works'-dbo:language","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fabio_Mercurio> <http://dbpedia.org/ontology/employer> ?x . ?x <http://dbpedia.org/property/owner> ?uri . }"
+"Who owns the horses which have won the Timeform award? | 'Timeform award'-res:Timeform | 'owns'-dbo:languageFamily | 'horses'-dbo:staff | 'won'-dbo:award","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/award> <http://dbpedia.org/resource/Timeform> . ?x <http://dbpedia.org/property/owner> ?uri . }"
+"What are some fictional characters whose voice is in the peanuts movie? | 'the peanuts movie'-res:The_Peanuts_Movie | 'voice'-dbo:voice | 'peanuts movie'-dbo:picture","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/voice> <http://dbpedia.org/resource/The_Peanuts_Movie> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/FictionalCharacter>}"
+"How many people used to play for Toronto Argonauts? | 'Toronto Argonauts'-res:Toronto_Argonauts | 'play'-dbo:team","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/team> <http://dbpedia.org/resource/Toronto_Argonauts> . }"
+"What is the national origin of Dornier Aerodyne and Hirth Acrostar ?; | 'Dornier Aerodyne'-res:Dornier_Aerodyne | 'Hirth Acrostar ;'-res:Hirth_Acrostar | 'national origin'-dbp:nationalOrigin | 'origin'-dbo:origin","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Dornier_Aerodyne> <http://dbpedia.org/property/nationalOrigin> ?uri . <http://dbpedia.org/resource/Hirth_Acrostar> <http://dbpedia.org/ontology/origin> ?uri . }"
+"Who acted in the work written by Colin Brake? | 'Colin Brake'-res:Colin_Brake | 'acted'-dbp:noted | 'work'-dbo:service | 'written'-dbp:writtenby","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Colin_Brake> . ?x <http://dbpedia.org/ontology/starring> ?uri . }"
+"List the series of the books whose author is K. W. Jeter. | 'K'-res:K | 'W Jeter'-res:K._W._Jeter | 'W'-res:W | 'K  Jeter'-res:K._W._Jeter | 'series'-dbo:series | 'books'-dbo:title | 'author'-dbo:author","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/author> <http://dbpedia.org/resource/K._W._Jeter> . ?x <http://dbpedia.org/ontology/series> ?uri . }"
+"How many sports are played at the university whose president is Emanuel de Guzman? | 'Emanuel de Guzman'-res:Emanuel_de_Guzman | 'sports'-dbo:athletics | 'played'-dbo:coach | 'university'-dbo:university | 'president'-dbo:president","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/president> <http://dbpedia.org/resource/Emanuel_de_Guzman> . ?x <http://dbpedia.org/ontology/athletics> ?uri . }"
+"Give me the count of interests of the philosopher whose primary interest is Metaphysics ? | 'Metaphysics'-res:Metaphysics | 'interests'-dbp:mainInterests | 'interests'-dbp:mainInterests"," SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/mainInterests> <http://dbpedia.org/resource/Metaphysics> } "
+"How many people won the Gold Medal of the Royal Astronomical Society? | 'Gold Medal of the Royal Astronomical Society'-res:Gold_Medal_of_the_Royal_Astronomical_Society | 'won'-dbp:prizes","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/prizes> <http://dbpedia.org/resource/Gold_Medal_of_the_Royal_Astronomical_Society> . }"
+"Which program was on NBC network with executive producer as Glen and Les Charles? | 'NBC'-res:NBC | 'Glen'-res:Glen | 'Les Charles'-res:Glen_and_Les_Charles | 'program'-dbo:programmeFormat | 'network'-dbo:network | 'executive producer'-dbo:writer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/network> <http://dbpedia.org/resource/Glen_and_Les_Charles> . ?uri <http://dbpedia.org/property/executiveProducer> <http://dbpedia.org/resource/Lê_Charles> . }"
+"Which countries came together to serve a greater purpose and founded South Asia Subregional Economic Cooperation? | 'countries'-res:Countries_of_the_United_Kingdom | 'South Asia Subregional Economic Cooperation'-res:South_Asia_Subregional_Economic_Cooperation | 'serve'-dbp:minister | 'purpose'-dbo:purpose | 'founded'-dbo:leader","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/purpose> <http://dbpedia.org/resource/South_Asia_Subregional_Economic_Cooperation> . ?uri <http://dbpedia.org/ontology/leader> <http://dbpedia.org/resource/United_Kingdom> . }"
+"Through which label has Katy B released her singles? | 'B'-res:B | 'Katy'-res:Katy | 'label'-dbo:flag | 'released'-dbo:channel | 'singles'-dbo:slogan","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/artist> <http://dbpedia.org/resource/Katy_B> . ?x <http://dbpedia.org/ontology/recordLabel> ?uri . }"
+"List the teams for which Bobby Hoppe played ? | 'Bobby Hoppe'-res:Bobby_Hoppe | 'teams'-dbp:pastteams"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Bobby_Hoppe> <http://dbpedia.org/property/pastteams> ?uri } "
+"Who first ascented a mountain of Cathedral Peak (California) ? | 'Cathedral Peak (California)'-res:Cathedral_Peak_(California) | 'ascented'-dbo:firstAscentPerson | 'mountain'-dbo:elevation","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cathedral_Peak_(California)> <http://dbpedia.org/ontology/firstAscentPerson> ?uri } "
+"Which awards did the children of Erik Bergman won ? | 'Erik Bergman'-res:Erik_Bergman_(Lutheran_minister) | 'children'-dbp:children | 'awards'-dbp:awards","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Erik_Bergman_(Lutheran_minister)> <http://dbpedia.org/property/children> ?x . ?x . }"
+"How many people are buried in the Mausoleum of Augustus? | 'Mausoleum of Augustus'-res:Mausoleum_of_Augustus | 'buried'-dbp:placeOfBurial","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/placeOfBurial> <http://dbpedia.org/resource/Mausoleum_of_Augustus> . }"
+"List the program genres of the sister stations of 97.1 WASH FM? | 'WASH'-res:WASH_(FM) | 'sister stations'-dbp:sisterStations | 'program'-dbo:programmeFormat","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/sisterStations> <http://dbpedia.org/resource/WASH_(FM)> . ?x <http://dbpedia.org/ontology/programmeFormat> ?uri . }"
+"Which team's players have played in the national hockey league? | 'national hockey league'-res:National_Hockey_League | 'team'-dbo:team | 'players'-dbo:participant | 'played'-dbo:participant","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/National_Hockey_League> . ?x <http://dbpedia.org/ontology/team> ?uri . }"
+"Where was James McClure born ? | 'James McClure'-res:James_McClure_(table_tennis) | 'born'-dbo:birthPlace"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/James_McClure_(table_tennis)> <http://dbpedia.org/ontology/birthPlace> ?uri } "
+"Whose music composer is signed up with Sony Music Entertainment? | 'Sony Music Entertainment'-res:Sony_Music_Entertainment | 'music composer'-dbo:creator | 'signed'-dbo:movement","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/recordLabel> <http://dbpedia.org/resource/Sony_Music_Entertainment> . ?uri <http://dbpedia.org/ontology/musicComposer> ?x . }"
+"Which labels signs up progressive rock bands? | 'progressive rock'-res:Progressive_rock | 'labels'-dbp:label | 'signs'-dbo:precursor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/genre> <http://dbpedia.org/resource/Progressive_rock> . ?x <http://dbpedia.org/ontology/recordLabel> ?uri . }"
+"Where does the railway tracks start, which ends in Kazan? | 'railway tracks start,'-res:Start | 'Kazan'-res:Kazan | 'ends'-dbp:end","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/end> <http://dbpedia.org/resource/Kazan> . ?x <http://dbpedia.org/ontology/railwayTrack> ?uri . }"
+"what are some devices made by asus? | 'asus'-res:Asus | 'made by'-dbo:manufacturer | 'devices'-dbo:InformationAppliance"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Asus> } "
+"Which former team of Franois Beauchemin does the Nathan Dempsey played for ? | 'Franois Beauchemin does the Nathan Dempsey'-res:François_Beauchemin | 'former team'-dbo:formerTeam | 'played'-dbo:participant"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/François_Beauchemin> <http://dbpedia.org/ontology/formerTeam> ?uri } "
+"What is the colour of Red Marauder ? | 'Red Marauder'-res:Red_Marauder | 'colour'-dbo:colour"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Red_Marauder> <http://dbpedia.org/ontology/colour> ?uri } "
+"Who is the scientist whose doctoral student is Erich Bagge? | 'scientist'-res:Scientist | 'Erich Bagge'-res:Erich_Bagge | 'doctoral student'-dbo:doctoralStudent | 'scientist'-dbo:Scientist","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/doctoralStudent> <http://dbpedia.org/resource/Erich_Bagge> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"Name some leaders of the parent organisation of the Gestapo? | 'Gestapo'-res:Gestapo | 'parent organisation'-dbo:parentOrganisation | 'leaders'-dbo:leader","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/parentOrganisation> <http://dbpedia.org/resource/Gestapo> . }"
+"How many venues are located in the US? | 'US'-res:United_States | 'venues'-dbo:location | 'located'-dbo:locatedInArea","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/location> <http://dbpedia.org/resource/United_States> . ?x <http://dbpedia.org/property/location> ?uri . }"
+"Name the television show whose company is HBO and Playtone? | 'HBO'-res:HBO | 'and Playtone'-res:Playtone | 'name'-dbp:name | 'television show'-dbo:transmission | 'company'-dbo:company","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/HBO> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"List the actors of  Lucy Sullivan Is Getting Married? | 'Lucy Sullivan Is Getting Married'-res:Lucy_Sullivan_Is_Getting_Married | 'actors of'-dbp:starring"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lucy_Sullivan_Is_Getting_Married> <http://dbpedia.org/property/starring> ?uri } "
+"How many people have worked in the band one of whose current member is Hynief? | 'Hynief'-res:Hynief | 'worked'-dbo:operator | 'band'-dbo:band | 'current member'-dbo:part","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/currentMembers> <http://dbpedia.org/resource/Hynief> . ?x <http://dbpedia.org/property/associatedMusicalArtist> ?uri . }"
+"Enumerate all those who are in the Board of companies founded in New York? | 'Board'-res:Board | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'New York'-res:New_York | 'founded'-dbp:foundation | 'Board'-dbo:board","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/foundation> <http://dbpedia.org/resource/New_York> . ?uri <http://dbpedia.org/ontology/board> ?x . }"
+"How many people have been presenters for NBC shows? | 'NBC'-res:NBC | 'presenters'-dbo:presenter | 'shows'-dbo:place","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/channel> <http://dbpedia.org/resource/NBC> . ?x <http://dbpedia.org/property/presenter> ?uri . }"
+"In which wars army men awarded with the Croix de Guerre, fought? | 'army men awarded'-res:Army_Men:_RTS | 'Croix de Guerre,'-res:École_Militaire | 'wars'-dbp:battles | 'fought'-dbo:type","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/École_Militaire> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryPerson>}"
+"Where is Lao Plaza Hotel located? | 'Lao Plaza Hotel'-res:Lao_Plaza_Hotel | 'located'-dbo:position"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lao_Plaza_Hotel> <http://dbpedia.org/property/location> ?uri } "
+"Which mainter of Pandaruan Bridge is also the land of Malaysia junior Hockey league ? | 'Pandaruan Bridge'-res:Pandaruan_Bridge | 'Malaysia junior Hockey league'-res:Malaysia_Junior_Hockey_League | 'mainter'-dbo:owner | 'land'-dbo:country"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Pandaruan_Bridge> <http://dbpedia.org/property/mainter> ?uri . <http://dbpedia.org/resource/Malaysia_Junior_Hockey_League> <http://dbpedia.org/ontology/country> ?uri} "
+"Which  writer has childrens named Mother Mary Alphonsa and Julian Hawthorne? | 'Mother Mary Alphonsa'-res:Mother_Mary_Alphonsa | 'Julian Hawthorne'-res:Julian_Hawthorne | 'writer'-dbo:writer | 'childrens'-dbp:children","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/children> <http://dbpedia.org/resource/Mother_Mary_Alphonsa> . ?uri <http://dbpedia.org/ontology/writer> <http://dbpedia.org/resource/Julian_Hawthorne> . }"
+"Name all the hubs of the airlines whose one of the hubs is Selangir ? | 'Selangir'-res:Selangor | 'name'-dbo:name | 'hubs'-dbo:hubAirport | 'airlines'-dbo:icaoAirlineCode | 'hubs'-dbo:hubAirport","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/hubAirport> <http://dbpedia.org/resource/Selangor> . ?x <http://dbpedia.org/property/hubs> ?uri . }"
+"Who is the President of United World College of Costa Rica ? | 'President of United World College of Costa Rica'-res:United_World_College_of_Costa_Rica | 'President'-dbp:president"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/United_World_College_of_Costa_Rica> <http://dbpedia.org/property/president> ?uri } "
+"Which city has it's landmark as Cheasty Boulevard South? | 'landmark'-res:Landmark | 'Cheasty Boulevard South'-res:Cheasty_Boulevard_South | 'city'-dbo:city","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Cheasty_Boulevard_South> <http://dbpedia.org/ontology/landmark> ?x . ?x <http://dbpedia.org/property/city> ?uri . }"
+"Name the movie whose director is Ridley Scott and it's music composer is Vangelis? | 'Ridley Scott'-res:Ridley_Scott | 'Vangelis'-res:Vangelis | 'name'-dbp:name | 'movie'-dbo:picture | 'director'-dbo:director | 'music composer'-dbo:musicComposer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/director> <http://dbpedia.org/resource/Ridley_Scott> . ?uri <http://dbpedia.org/ontology/musicComposer> <http://dbpedia.org/resource/Vangelis> . }"
+"How many currencies are in used in places where people speak French? | 'French'-res:French_language | 'places'-dbp:height | 'speak'-dbo:language | ''-dbo:country | ''-dbo:country","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/language> <http://dbpedia.org/resource/French_language> . ?x <http://dbpedia.org/ontology/currency> ?uri . }"
+"How many factions were involved in the battles fought by Arthur St. Clair? | 'Arthur St Clair'-res:Arthur_St._Clair | 'factions'-dbo:movement | 'involved'-dbo:date | 'battles'-dbo:battle | 'fought'-dbo:type","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Arthur_St._Clair> . ?x <http://dbpedia.org/ontology/combatant> ?uri . }"
+"Count the number of ingredient of the foods which have one of the ingredient is Pork ? | 'Pork'-res:Pork | 'count'-dbo:country | 'ingredient'-dbo:ingredient | 'foods'-dbo:product | 'ingredient'-dbo:ingredient"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/ingredient> <http://dbpedia.org/resource/Pork> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Food>}"
+"List the newspapers whose headquarters's time zone is Central European Summer Time. | 'time zone'-res:Time_zone | 'Central European Summer Time'-res:Central_European_Summer_Time | 'newspapers'-dbo:title | 'headquarters'-dbo:headquarter","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/timeZone> <http://dbpedia.org/resource/Central_European_Summer_Time> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Newspaper>}"
+"What are the academic interests of the advisor of Paul Demiville ? | 'Paul Demiville'-res:Paul_Paul | 'academic'-dbo:abstract | 'advisor'-dbo:doctoralAdvisor","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Paul_Paul_Demiéville> <http://dbpedia.org/property/doctoralAdvisor> ?x . ?x <http://dbpedia.org/ontology/academicInterest> ?uri . }"
+"Which awards are presented by Swedish Academy? | 'Swedish Academy'-res:Sweden | 'Swedish Academy'-res:Swedish_Academy | 'presented'-dbo:presenter | 'awards'-dbo:Award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/presenter> ?x . ?x <http://dbpedia.org/ontology/award> ?uri . }"
+"what are some journals of academic Philosophy | 'academic Philosophy'-res:Teaching_Philosophy | 'journals'-dbp:journal"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/academicPrix> <http://dbpedia.org/resource/Teaching_Philosophy> } "
+"What is the official residence of the Lula J. Davis which is also the death location of the John McTaggart (jockey) ? | 'Lula J. Davis'-res:Lula_J._Davis | 'John McTaggart (jockey)'-res:John_McTaggart_(jockey) | 'residence'-dbo:residence | 'death location'-dbo:deathPlace"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lula_J._Davis> <http://dbpedia.org/ontology/residence> ?uri . <http://dbpedia.org/resource/John_McTaggart_(jockey)> <http://dbpedia.org/property/deathPlace> ?uri} "
+"Name the nearest city to  Lake Victoria? | 'Lake Victoria'-res:Lake_Victoria | 'nearest city'-dbo:nearestCity"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Lake_Victoria> <http://dbpedia.org/ontology/nearestCity> ?uri } "
+"What is the common award won by Charles LeMaire and Eric Roth | 'Charles LeMaire'-res:Charles_LeMaire | 'Eric Roth'-res:Eric_Roth | 'award won'-dbp:awards | 'award won'-dbo:award","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charles_LeMaire> <http://dbpedia.org/property/awards> ?uri . <http://dbpedia.org/resource/Eric_Roth> <http://dbpedia.org/ontology/award> ?uri . }"
+"Tell me the total number of organizations who maintain the bridges made by the malaysian PWD? | 'Malaysian pwd'-res:Malaysia | 'Malaysian pwd'-res:PWD_Bamenda | 'total'-dbo:populationTotal | 'organizations'-dbo:company | 'maintain'-dbo:maintainedBy | 'bridges'-dbo:abstract | ''-dbo:country"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/maintainedBy> <http://dbpedia.org/resource/Malaysia> . ?x <http://dbpedia.org/property/designer> ?uri }"
+"How many shows does HBO have? | 'HBO'-res:HBO | '@@@'-dbo:company | 'shows'-dbo:TelevisionShow","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/company> <http://dbpedia.org/resource/HBO> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"How many people have been canonized by Pope Benedict XVI? | 'Pope Benedict XVI'-res:Pope_Benedict_XVI | 'canonized'-dbo:canonizedBy","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/canonizedBy> <http://dbpedia.org/resource/Pope_Benedict_XVI> . }"
+"Whose work is in the Musee d'orsay? | 'Musee d'-res:Musée_d'Orsay | 'work'-dbp:work","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/museum> <http://dbpedia.org/resource/Musée_d'Orsay> . ?uri <http://dbpedia.org/property/work> ?x . }"
+"What are the famous Uni Toronto scientists known for? | 'Uni Toronto'-res:University_of_Toronto","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/knownFor> <http://dbpedia.org/resource/University_of_Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Scientist>}"
+"How many books have been penned by Miguel de Cervantes? | 'Miguel de Cervantes'-res:Miguel_de_Cervantes | 'penned'-dbo:author | 'books'-dbo:Book","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/author> <http://dbpedia.org/resource/Miguel_de_Cervantes> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Book>}"
+"Count the band members of Skull Gang? | 'Skull Gang'-res:Skull_Gang | 'band members'-dbo:bandMember","SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Skull_Gang> <http://dbpedia.org/ontology/bandMember> ?uri . }"
+"In which teams have league members of the Czech Extraliga played previously? | 'Czech Extraliga'-res:Czech_Republic | 'Czech Extraliga'-res:Czech_Extraliga | 'league'-dbp:league | 'teams'-dbo:formerTeam","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/league> <http://dbpedia.org/resource/Czech_Extraliga> . ?x <http://dbpedia.org/ontology/formerTeam> ?uri . }"
+"In which cities were the chess grand masters born? | 'chess grand masters'-res:Grand_Masters'_Choice | 'cities'-dbo:country | 'born'-dbo:birthPlace","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/grandMasters> <http://dbpedia.org/resource/Chess_Grand_Masters> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"
+"WHo gave the lyrcis of Doonesbury ? | 'wHo'-res:Who | 'Doonesbury'-res:Doonesbury_(musical) | 'lyrics'-dbo:lyrics"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Doonesbury_(musical)> <http://dbpedia.org/property/lyrics> ?uri } "
+"Which things have been located, where governance is Houston City Council? | 'Houston City Council'-res:Houston_City_Council | 'located,'-dbo:locatedInArea | 'governance'-dbo:management","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/leaderName> <http://dbpedia.org/resource/Houston_City_Council> . ?uri <http://dbpedia.org/ontology/location> ?x . }"
+"Who are the parents of  Charles Phelps Taft II and Robert A. Taft? | 'II'-res:Ii | 'Charles Phelps Taft'-res:Charles_Phelps_Taft | 'A'-res:A | 'Robert  Taft'-res:Robert_A._Taft | 'parents'-dbp:parents","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Charles_Phelps_Taft> <http://dbpedia.org/ontology/parent> ?uri . <http://dbpedia.org/resource/Robert_A._Taft> <http://dbpedia.org/property/parents> ?uri . }"
+"How many prime ministers did the predecessor of Duncan Sandys  serve? | 'Duncan Sandys'-res:Duncan_Sandys | 'prime ministers'-dbo:primeMinister | 'predecessor'-dbo:predecessor | 'serve'-dbo:colour","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/predecessor> <http://dbpedia.org/resource/Duncan_Sandys> . ?x <http://dbpedia.org/ontology/primeMinister> ?uri . }"
+"Name the city served by Juhu Aerodrome ? | 'Juhu Aerodrome'-res:Juhu_Aerodrome | 'served city'-dbp:cityServed"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Juhu_Aerodrome> <http://dbpedia.org/property/cityServed> ?uri } "
+"How many cars succeed the cars assembled in Canada? | 'Canada'-res:Canada | 'cars'-dbo:management | 'succeed'-dbp:work | 'cars'-dbo:management | 'assembled'-dbp:assembly","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/assembly> <http://dbpedia.org/resource/Canada> . ?x <http://dbpedia.org/ontology/predecessor> ?uri . }"
+"What are the airlines whose hub is San Francisco International Airport? | 'San Francisco International Airport'-res:San_Francisco_International_Airport | 'hub'-dbp:hubs | 'airlines'-dbo:Airline"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/hubs> <http://dbpedia.org/resource/San_Francisco_International_Airport> } "
+"Which religions' people fought in the Miao rebellion? | 'Miao rebellion'-res:Miao_Rebellion | 'religions'-dbo:religion | 'fought'-dbo:type","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/battles> <http://dbpedia.org/resource/Miao_Rebellion> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"How many other architect are there of the historic places whose architect is also Stanford White ? | 'historic places'-res:Heritage_New_Zealand | 'Stanford White'-res:Stanford_White | 'architect'-dbo:architect | 'architect'-dbo:architect"," SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/architect> <http://dbpedia.org/resource/Stanford_White> . ?x <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/HistoricPlace>}"
+"Which religion is followed by people in the family of Meadow Sopranos? | 'Meadow Sopranos'-res:Meadow_Soprano | 'religion'-dbo:religion | 'family'-dbo:family","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/family> <http://dbpedia.org/resource/Meadow_Soprano> . ?x <http://dbpedia.org/ontology/religion> ?uri . }"
+"What are some shows whose voice actors play the piano? | 'piano'-res:Piano | 'shows'-dbo:place | 'voice actors'-dbo:voice | 'play'-dbo:starring","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/keyPeople> <http://dbpedia.org/resource/Piano> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"From how many different places have participants of Breeders's Cup Turf come? | 'Breeders'-res:Breeders_(film) | 'Cup Turf'-res:Breeders'_Cup_Juvenile_Turf | 'places'-dbp:height | 'participants'-dbo:participant","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/race> <http://dbpedia.org/resource/Breeders'_Cup_Juvenile_Turf> . ?x <http://dbpedia.org/ontology/birthPlace> ?uri . }"
+"How many athletic associations are there in all of the private universities? | 'athletic associations'-res:Bahamas_Association_of_Athletic_Associations | 'private universities'-res:List_of_private_universities_in_Canada","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/institution> <http://dbpedia.org/resource/Bahamas_Association_of_Athletic_Associations> . ?x <http://dbpedia.org/property/athleticsAssociation> ?uri . }"
+"What are some products manufactured by Sony?  | 'Sony'-res:Sony | 'manufactured by'-dbo:manufacturer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/manufacturer> <http://dbpedia.org/resource/Sony> . }"
+"What is the producer of the television shows whose channel is CBBC? | 'CBBC'-res:CBBC_(TV_channel) | 'producer'-dbo:producer | 'television'-dbo:transmission | 'shows'-dbo:place | 'channel'-dbo:channel","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/channel> <http://dbpedia.org/resource/CBBC_(TV_channel)> . ?x "
+"List all the movies whose music has been made up with someone under RCA records? | 'RCA records'-res:RCA_Records | 'movies'-dbo:film | 'music'-dbo:musicFusionGenre | 'records'-dbp:book","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/label> <http://dbpedia.org/resource/RCA_Records> . ?uri <http://dbpedia.org/property/music> ?x . }"
+"Name the ssignificant buildings of Ivan Fomin ? | 'ssignificant buildings'-res:Rigby's_Buildings | 'Ivan Fomin'-res:Ivan_Fomin | 'significant building'-dbo:significantBuilding"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Ivan_Fomin> <http://dbpedia.org/ontology/significantBuilding> ?uri } "
+"Give me the count of newspaper whose language is Sweedish and headquartered at stockholm ? | 'Sweedish'-res:Swedish | 'stockholm'-res:Stockholm | 'count'-dbo:country | 'newspaper'-dbo:title | 'language'-dbo:language | 'headquartered'-dbo:headquarter | ''-dbo:country"," SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/language> <http://dbpedia.org/resource/Sweedish> . ?uri <http://dbpedia.org/ontology/headquarters> <http://dbpedia.org/resource/Stockholm> } "
+"What are the cities located on the sea into which the Aegean Sea flows? | 'Aegean Sea'-res:Aegean_Sea | 'flows'-dbo:outflow | 'cities'-dbp:cities","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/inflow> <http://dbpedia.org/resource/Aegean_Sea> . ?x <http://dbpedia.org/property/cities> ?uri . }"
+"In which areas did the pupils of Sylvain Levi work? | 'Sylvain Levi work'-res:Sylvain_Lévi | 'pupils'-dbo:school","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/academicAdvisor> <http://dbpedia.org/resource/Sylvain_Lévi> . ?x <http://dbpedia.org/property/fields> ?uri . }"
+"List the writers of Tales of Suspense ? | 'Tales of Suspense'-res:Tales_of_Suspense | 'writers'-dbp:writers"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Tales_of_Suspense> <http://dbpedia.org/property/writers> ?uri } "
+"Who are the children of Abigail Adams? | 'Abigail Adams'-res:Abigail_Adams | 'children'-dbp:children"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Abigail_Adams> <http://dbpedia.org/property/children> ?uri } "
+"what are some common games played at both Fr Agnel Multipurpose School and Vishwajyot High School? | 'Fr Agnel Multipurpose School'-res:Fr._Agnel_Multipurpose_School_and_Junior_College | 'Vishwajyot High School'-res:Vishwajyot_High_School | 'common games'-dbo:sport | 'played'-dbo:coach","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Fr._Agnel_Multipurpose_School_and_Junior_College> <http://dbpedia.org/ontology/sport> ?uri . <http://dbpedia.org/resource/Vishwajyot_High_School> <http://dbpedia.org/property/genre> ?uri . }"
+"Who have done their PhDs under a National Medal of Science winner? | 'PhDs under a National Medal of Science winner'-res:National_Medal_of_Science | 'winner'-dbp:prizes | 'PhDs under'-dbp:doctoralAdvisor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/prizes> <http://dbpedia.org/resource/National_Medal_of_Science> . ?x <http://dbpedia.org/property/doctoralAdvisor> ?uri . }"
+"How many people are there who have relationship with Kennedy family? | 'Kennedy family'-res:Kennedy_family | 'relationship'-dbo:relation","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/property/relation> <http://dbpedia.org/resource/Kennedy_family> . ?uri <http://dbpedia.org/ontology/relation> ?x . }"
+"What islands are there on the Greater Antilles archipelago? | 'Greater Antilles archipelago'-res:Greater_Antilles | 'islands'-dbo:numberOfIslands","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/archipelago> <http://dbpedia.org/resource/Greater_Antilles> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Island>}"
+"Name the military units whose command structure's headquarters is The Pentagon? | 'The Pentagon'-res:The_Pentagon | 'name'-dbp:name | 'military units'-dbo:militaryBranch | 'command structure'-dbo:commandStructure | 'headquarters'-dbp:headquarters","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/commandStructure> <http://dbpedia.org/resource/The_Pentagon> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/MilitaryUnit>}"
+"Which rivers end in Old Saybrook, Connecticut? | 'Old Saybrook, Connecticut'-res:Old_Saybrook,_Connecticut | 'in'-dbo:mouthMountain"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/mouthMountain> <http://dbpedia.org/resource/Old_Saybrook,_Connecticut> } "
+"What are the baseball players who played for San Francisco Giants? | 'baseball players'-res:List_of_Japanese_baseball_players | 'San Francisco Giants'-res:San_Francisco_Giants | 'played for'-dbo:team | 'baseball player'-dbo:BaseballPlayer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/team> <http://dbpedia.org/resource/San_Francisco_Giants> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/BaseballPlayer>}"
+"What are the schools whose city is Reading, Berkshire? | 'Reading, Berkshire'-res:Reading,_Berkshire | 'city'-dbo:city","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/city> <http://dbpedia.org/resource/Reading,_Berkshire> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/School>}"
+"Find the total number of tenants of the stadium whose tenants was Toronto Marlies? | 'Toronto Marlies'-res:Toronto_Marlies | 'tenants'-dbp:tenants | 'tenants'-dbp:tenants"," SELECT DISTINCT COUNT( ?uri) WHERE { <http://dbpedia.org/resource/Toronto_Marlies> <http://dbpedia.org/property/tenants> ?uri } "
+"Whose relatives are Uncle Henry (Oz) and Aunt Em? | 'Uncle Henry (Oz)'-res:Uncle_Henry_(Oz) | 'Aunt Em'-res:Aunt_Em | 'relatives'-dbo:relative | 'relatives'-dbo:relative","SELECT DISTINCT ?uri WHERE { relatives <http://dbpedia.org/resource/Uncle_Henry_(Oz)> . ?uri <http://dbpedia.org/ontology/relative> <http://dbpedia.org/resource/Aunt_Em> . }"
+"Which companies have Kumho Asiana Group as their parent company? | 'companies'-res:Companies_listed_on_the_New_York_Stock_Exchange_(J) | 'Kumho Asiana Group'-res:Kumho_Asiana_Group | 'parent company'-dbo:parentCompany"," SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/parentCompany> <http://dbpedia.org/resource/Kumho_Asiana_Group> } "
+"How many buildings are located in Toronto ? | 'Toronto'-res:Toronto | 'located'-dbp:location","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/location> <http://dbpedia.org/resource/Toronto> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Building>}"
+"How many people have been the head coach for Middlesbrough FC? | 'Middlesbrough FC'-res:Middlesbrough_F.C. | 'head coach'-dbo:ground","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/ontology/managerClub> <http://dbpedia.org/resource/Middlesbrough_F.C> . . }"
+"Who is married to a Miss Louisiana, USA? | ''-res:Miss_Louisiana_USA | 'USA'-dbp:title | 'married to'-dbp:spouse","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/title> <http://dbpedia.org/resource/Miss_Louisiana_USA> . }"
+"What sports are played by school which owns Fr. Agnel Stadium ? | 'Fr. Agnel Stadium'-res:Fr._Agnel_Stadium | 'sports'-dbo:sport | 'played'-dbo:coach | 'school'-dbo:school | 'owns'-dbo:languageFamily","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/ground> <http://dbpedia.org/resource/Fr._Agnel_Stadium> . ?x <http://dbpedia.org/ontology/sport> ?uri . }"
+"What are the television shows telecasted on the network which has headquarters at Atlanta? | 'Atlanta'-res:Atlanta | 'television shows'-dbo:televisionSeries | 'telecasted'-dbo:transmission | 'network'-dbo:network | 'headquarters'-dbo:headquarter","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/headquarters> <http://dbpedia.org/resource/Atlanta> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"Name the award given in Norway and presented by Swedish Academy ? | 'Norway'-res:Norway | 'Swedish Academy'-res:Sweden | 'Swedish Academy'-res:Swedish_Academy | 'name'-dbp:name | 'award'-dbo:award | ''-dbo:country","SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Norway> <http://dbpedia.org/ontology/award> ?uri . <http://dbpedia.org/resource/Swedish_Academy> <http://dbpedia.org/property/presenter> ?uri . }"
+"What are some shows by Comedy Central? | 'Comedy Central'-res:Comedy_Central | 'shows'-dbo:place","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/channel> <http://dbpedia.org/resource/Comedy_Central> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"What came before  PlayStation 4 and uses PlayStation 3 system software as OS? | 'PlayStation 4'-res:PlayStation_4 | 'PlayStation 3'-res:PlayStation_3 | 'software'-res:Software | 'OS'-res:OS","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/computingPlatform> <http://dbpedia.org/resource/PlayStation_4> . ?uri <http://dbpedia.org/property/os> <http://dbpedia.org/resource/OS> . }"
+"Who are the people which were the influencer of the person, who influenced Costanzo Preve ? | 'Costanzo Preve'-res:Costanzo_Preve | 'influncer'-dbo:influencedBy | 'influnced'-dbo:influencedBy","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/influencedBy> <http://dbpedia.org/resource/Costanzo_Preve> . ?x <http://dbpedia.org/property/influtions> ?uri . }"
+"What is the alma mater of Andrew W. Lewis ? | 'W'-res:W | 'Andrew  Lewis'-res:Andrew_W._Lewis | 'alma mater'-dbo:almaMater"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Andrew_W._Lewis> <http://dbpedia.org/ontology/almaMater> ?uri } "
+"Name the nearest city to the historic place which has Englewood, Colorado as one of them ? | 'Englewood, Colorado'-res:Englewood,_Colorado | 'name'-dbp:name | 'nearest city'-dbo:city | 'historic place'-dbo:district","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/district> <http://dbpedia.org/resource/Englewood,_Colorado> . ?x <http://dbpedia.org/ontology/nearestCity> ?uri . }"
+"From which team did Marv McFadden played ? | 'Marv McFadden'-res:Marv_McFadden | 'team'-dbp:pastteams"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Marv_McFadden> <http://dbpedia.org/property/pastteams> ?uri } "
+"What is the title of Kakae ? | 'Kakae'-res:Kakae | 'title'-dbo:title"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Kakae> <http://dbpedia.org/ontology/title> ?uri } "
+"Who wrote Heroman? | 'Heroman'-res:Heroman | 'wrote'-dbo:author"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Heroman> <http://dbpedia.org/ontology/author> ?uri } "
+"Where did the ultimate fighter: a champion will be crowned tonight and ultimate fighter: team rousey vs team tate take place? | 'ultimate fighter: team rousey'-res:Ronda_Rousey | 'ultimate fighter:'-dbo:height | 'champion'-dbo:champion | 'crowned'-dbo:height | 'tonight'-dbo:champion | 'team tate'-dbo:band | 'place'-dbo:place","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/ontology/champion> <http://dbpedia.org/resource/Ronda_Rousey> . ?uri <http://dbpedia.org/property/place> <http://dbpedia.org/resource/Ultimate_Fighting_One> . }"
+"Which nation's engineers have graduated in Poland? | 'Poland'-res:Poland | 'nation'-dbo:country | 'engineers'-dbo:architect | 'graduated'-dbo:effectiveRadiatedPower","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/almaMater> <http://dbpedia.org/resource/Poland> . ?x <http://dbpedia.org/property/nationality> ?uri . }"
+"Give me a count of movies whose music composer is Bernard Herrmann? | 'Bernard Herrmann'-res:Bernard_Herrmann | 'music composer'-dbo:musicComposer | 'movie'-dbo:Film","SELECT DISTINCT COUNT( ?uri) WHERE { ?uri <http://dbpedia.org/property/musicComposer> <http://dbpedia.org/resource/Bernard_Herrmann> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Film>}"
+"Who has written works found in the Gangan comics? | 'Gangan comics'-res:Gangan_Comics | 'found'-dbp:magazine | 'found'-dbp:author","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/magazine> <http://dbpedia.org/resource/Gangan_Comics> . ?x <http://dbpedia.org/ontology/author> ?uri . }"
+"What is the device whose successor's CPU is by AMD? | 'AMD'-res:Advanced_Micro_Devices | 'device'-dbo:title | 'successor'-dbo:successor","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/cpu> <http://dbpedia.org/resource/AMD> . ?uri <http://dbpedia.org/ontology/successor> ?x . }"
+"What is the club of Perianne Jones ? | 'Perianne Jones'-res:Perianne_Jones | 'club'-dbo:club"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Perianne_Jones> <http://dbpedia.org/ontology/club> ?uri } "
+"Who are the opponents of graduates of the Middle Temple? | 'Middle Temple'-res:Middle_Temple | 'graduates'-dbp:education | 'opponent'-dbo:opponent","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/education> <http://dbpedia.org/resource/Middle_Temple> . ?x <http://dbpedia.org/ontology/opponent> ?uri . }"
+"Which sports are played typically in private schools? | 'private school'-res:Private_school | 'schools'-dbp:schooltype | 'sport'-dbo:sport","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/property/schooltype> <http://dbpedia.org/resource/Private_school> . ?x <http://dbpedia.org/ontology/sport> ?uri . }"
+"What is the casting of the movie directed by Justin Zackham ? | 'Justin Zackham'-res:Justin_Zackham | 'casting'-dbo:position | 'movie'-dbo:picture | 'directed'-dbo:principal","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/director> <http://dbpedia.org/resource/Justin_Zackham> . ?x <http://dbpedia.org/property/starring> ?uri . }"
+"List all the mmebers of  Mekong River Commission? | 'Mekong River Commission'-res:Mekong_River_Commission | 'mmebers'-dbo:membership"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Mekong_River_Commission> <http://dbpedia.org/ontology/membership> ?uri } "
+"Name the actors of the TV show which has an episode named The Five ? | 'TV'-res:Tv_test_pattern | 'The Five'-res:The_Five | 'name actors'-dbo:leaderName | 'show'-dbo:show | 'episode'-dbo:type","SELECT DISTINCT ?uri WHERE { ?x <http://dbpedia.org/ontology/subsequentWork> <http://dbpedia.org/resource/The_Five> . ?x <http://dbpedia.org/property/starring> ?uri . }"
+"How many religion's people have died in Malaysia? | 'Malaysia'-res:Malaysia | 'died in'-dbo:deathPlace | 'religion'-dbo:religion","SELECT DISTINCT COUNT( ?uri) WHERE { ?x <http://dbpedia.org/ontology/deathPlace> <http://dbpedia.org/resource/Malaysia> . ?x <http://dbpedia.org/property/religion> ?uri . }"
+"Name the HBO TV show written by Erik jendresen  ? | 'HBO'-res:HBO | 'TV show'-res:Show_TV | 'TV'-res:Tv_test_pattern | 'HBO  show'-res:HBO_Pakistan | 'Erik jendresen'-res:Erik_Jendresen | 'name'-dbp:name | 'written'-dbo:writer","SELECT DISTINCT ?uri WHERE { ?uri <http://dbpedia.org/property/writer> <http://dbpedia.org/resource/Erik_Jendresen> . ?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/TelevisionShow>}"
+"List the team for which Doug Acomb played ? | 'Doug Acomb'-res:Doug_Acomb | 'team'-dbp:playedFor"," SELECT DISTINCT ?uri WHERE { <http://dbpedia.org/resource/Doug_Acomb> <http://dbpedia.org/property/playedFor> ?uri } "
-- 
GitLab