fix readme
Browse files- README.md +62 -36
- analogy.bidirection.json +1 -1
- analogy.forward.json +1 -1
- analogy.reverse.json +1 -1
- classification.json +1 -1
- config.json +1 -1
- finetuning_config.json +3 -1
- pytorch_model.bin +1 -1
- relation_mapping.json +0 -0
- tokenizer_config.json +1 -1
- vis_conceptnet_relational_similarity/relbert-roberta-large-nce-d-semeval2012.bin +3 -0
- vis_conceptnet_relational_similarity/relbert-roberta-large-nce-d-semeval2012.cluster.csv +4 -0
- vis_conceptnet_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.npy +3 -0
- vis_conceptnet_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.txt +1184 -0
- vis_conceptnet_relational_similarity/relbert-roberta-large-nce-d-semeval2012.figure.png +0 -0
- vis_nell_relational_similarity/relbert-roberta-large-nce-d-semeval2012.bin +3 -0
- vis_nell_relational_similarity/relbert-roberta-large-nce-d-semeval2012.cluster.csv +5 -0
- vis_nell_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.npy +3 -0
- vis_nell_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.txt +1352 -0
- vis_nell_relational_similarity/relbert-roberta-large-nce-d-semeval2012.figure.png +0 -0
- vis_t_rex_relational_similarity/relbert-roberta-large-nce-d-semeval2012.bin +3 -0
- vis_t_rex_relational_similarity/relbert-roberta-large-nce-d-semeval2012.cluster.csv +1 -0
- vis_t_rex_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.npy +3 -0
- vis_t_rex_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.txt +112 -0
- vis_t_rex_relational_similarity/relbert-roberta-large-nce-d-semeval2012.figure.png +0 -0
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
datasets:
|
| 3 |
- relbert/semeval2012_relational_similarity
|
| 4 |
model-index:
|
| 5 |
-
- name: relbert/relbert-roberta-large-nce-d-
|
| 6 |
results:
|
| 7 |
- task:
|
| 8 |
name: Relation Mapping
|
|
@@ -14,7 +14,7 @@ model-index:
|
|
| 14 |
metrics:
|
| 15 |
- name: Accuracy
|
| 16 |
type: accuracy
|
| 17 |
-
value: 0.
|
| 18 |
- task:
|
| 19 |
name: Analogy Questions (SAT full)
|
| 20 |
type: multiple-choice-qa
|
|
@@ -25,7 +25,7 @@ model-index:
|
|
| 25 |
metrics:
|
| 26 |
- name: Accuracy
|
| 27 |
type: accuracy
|
| 28 |
-
value: 0.
|
| 29 |
- task:
|
| 30 |
name: Analogy Questions (SAT)
|
| 31 |
type: multiple-choice-qa
|
|
@@ -36,7 +36,7 @@ model-index:
|
|
| 36 |
metrics:
|
| 37 |
- name: Accuracy
|
| 38 |
type: accuracy
|
| 39 |
-
value: 0.
|
| 40 |
- task:
|
| 41 |
name: Analogy Questions (BATS)
|
| 42 |
type: multiple-choice-qa
|
|
@@ -47,7 +47,7 @@ model-index:
|
|
| 47 |
metrics:
|
| 48 |
- name: Accuracy
|
| 49 |
type: accuracy
|
| 50 |
-
value: 0.
|
| 51 |
- task:
|
| 52 |
name: Analogy Questions (Google)
|
| 53 |
type: multiple-choice-qa
|
|
@@ -58,7 +58,7 @@ model-index:
|
|
| 58 |
metrics:
|
| 59 |
- name: Accuracy
|
| 60 |
type: accuracy
|
| 61 |
-
value: 0.
|
| 62 |
- task:
|
| 63 |
name: Analogy Questions (U2)
|
| 64 |
type: multiple-choice-qa
|
|
@@ -69,7 +69,7 @@ model-index:
|
|
| 69 |
metrics:
|
| 70 |
- name: Accuracy
|
| 71 |
type: accuracy
|
| 72 |
-
value: 0.
|
| 73 |
- task:
|
| 74 |
name: Analogy Questions (U4)
|
| 75 |
type: multiple-choice-qa
|
|
@@ -80,7 +80,29 @@ model-index:
|
|
| 80 |
metrics:
|
| 81 |
- name: Accuracy
|
| 82 |
type: accuracy
|
| 83 |
-
value: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
- task:
|
| 85 |
name: Lexical Relation Classification (BLESS)
|
| 86 |
type: classification
|
|
@@ -91,10 +113,10 @@ model-index:
|
|
| 91 |
metrics:
|
| 92 |
- name: F1
|
| 93 |
type: f1
|
| 94 |
-
value: 0.
|
| 95 |
- name: F1 (macro)
|
| 96 |
type: f1_macro
|
| 97 |
-
value: 0.
|
| 98 |
- task:
|
| 99 |
name: Lexical Relation Classification (CogALexV)
|
| 100 |
type: classification
|
|
@@ -105,10 +127,10 @@ model-index:
|
|
| 105 |
metrics:
|
| 106 |
- name: F1
|
| 107 |
type: f1
|
| 108 |
-
value: 0.
|
| 109 |
- name: F1 (macro)
|
| 110 |
type: f1_macro
|
| 111 |
-
value: 0.
|
| 112 |
- task:
|
| 113 |
name: Lexical Relation Classification (EVALution)
|
| 114 |
type: classification
|
|
@@ -119,10 +141,10 @@ model-index:
|
|
| 119 |
metrics:
|
| 120 |
- name: F1
|
| 121 |
type: f1
|
| 122 |
-
value: 0.
|
| 123 |
- name: F1 (macro)
|
| 124 |
type: f1_macro
|
| 125 |
-
value: 0.
|
| 126 |
- task:
|
| 127 |
name: Lexical Relation Classification (K&H+N)
|
| 128 |
type: classification
|
|
@@ -133,10 +155,10 @@ model-index:
|
|
| 133 |
metrics:
|
| 134 |
- name: F1
|
| 135 |
type: f1
|
| 136 |
-
value: 0.
|
| 137 |
- name: F1 (macro)
|
| 138 |
type: f1_macro
|
| 139 |
-
value: 0.
|
| 140 |
- task:
|
| 141 |
name: Lexical Relation Classification (ROOT09)
|
| 142 |
type: classification
|
|
@@ -147,31 +169,33 @@ model-index:
|
|
| 147 |
metrics:
|
| 148 |
- name: F1
|
| 149 |
type: f1
|
| 150 |
-
value: 0.
|
| 151 |
- name: F1 (macro)
|
| 152 |
type: f1_macro
|
| 153 |
-
value: 0.
|
| 154 |
|
| 155 |
---
|
| 156 |
-
# relbert/relbert-roberta-large-nce-d-
|
| 157 |
|
| 158 |
RelBERT based on [roberta-large](https://huggingface.co/roberta-large) fine-tuned on [relbert/semeval2012_relational_similarity](https://huggingface.co/datasets/relbert/semeval2012_relational_similarity) (see the [`relbert`](https://github.com/asahi417/relbert) for more detail of fine-tuning).
|
| 159 |
This model achieves the following results on the relation understanding tasks:
|
| 160 |
-
- Analogy Question ([dataset](https://huggingface.co/datasets/relbert/analogy_questions), [full result](https://huggingface.co/relbert/relbert-roberta-large-nce-d-
|
| 161 |
-
- Accuracy on SAT (full): 0.
|
| 162 |
-
- Accuracy on SAT: 0.
|
| 163 |
-
- Accuracy on BATS: 0.
|
| 164 |
-
- Accuracy on U2: 0.
|
| 165 |
-
- Accuracy on U4: 0.
|
| 166 |
-
- Accuracy on Google: 0.
|
| 167 |
-
-
|
| 168 |
-
-
|
| 169 |
-
|
| 170 |
-
- Micro F1 score on
|
| 171 |
-
- Micro F1 score on
|
| 172 |
-
- Micro F1 score on
|
| 173 |
-
-
|
| 174 |
-
-
|
|
|
|
|
|
|
| 175 |
|
| 176 |
|
| 177 |
### Usage
|
|
@@ -182,7 +206,7 @@ pip install relbert
|
|
| 182 |
and activate model as below.
|
| 183 |
```python
|
| 184 |
from relbert import RelBERT
|
| 185 |
-
model = RelBERT("relbert/relbert-roberta-large-nce-d-
|
| 186 |
vector = model.get_embedding(['Tokyo', 'Japan']) # shape of (n_dim, )
|
| 187 |
```
|
| 188 |
|
|
@@ -197,14 +221,16 @@ vector = model.get_embedding(['Tokyo', 'Japan']) # shape of (n_dim, )
|
|
| 197 |
- lr_warmup: 10
|
| 198 |
- aggregation_mode: average_no_mask
|
| 199 |
- data: relbert/semeval2012_relational_similarity
|
|
|
|
| 200 |
- exclude_relation: None
|
| 201 |
- split: train
|
| 202 |
- split_valid: validation
|
| 203 |
- loss_function: nce
|
| 204 |
- classification_loss: False
|
| 205 |
- loss_function_config: {'temperature': 0.05, 'gradient_accumulation': 1, 'num_negative': 400, 'num_positive': 10}
|
|
|
|
| 206 |
|
| 207 |
-
See the full configuration at [config file](https://huggingface.co/relbert/relbert-roberta-large-nce-d-
|
| 208 |
|
| 209 |
### Reference
|
| 210 |
If you use any resource from RelBERT, please consider to cite our [paper](https://aclanthology.org/2021.emnlp-main.712/).
|
|
|
|
| 2 |
datasets:
|
| 3 |
- relbert/semeval2012_relational_similarity
|
| 4 |
model-index:
|
| 5 |
+
- name: relbert/relbert-roberta-large-nce-d-semeval2012
|
| 6 |
results:
|
| 7 |
- task:
|
| 8 |
name: Relation Mapping
|
|
|
|
| 14 |
metrics:
|
| 15 |
- name: Accuracy
|
| 16 |
type: accuracy
|
| 17 |
+
value: 0.8049007936507937
|
| 18 |
- task:
|
| 19 |
name: Analogy Questions (SAT full)
|
| 20 |
type: multiple-choice-qa
|
|
|
|
| 25 |
metrics:
|
| 26 |
- name: Accuracy
|
| 27 |
type: accuracy
|
| 28 |
+
value: 0.732620320855615
|
| 29 |
- task:
|
| 30 |
name: Analogy Questions (SAT)
|
| 31 |
type: multiple-choice-qa
|
|
|
|
| 36 |
metrics:
|
| 37 |
- name: Accuracy
|
| 38 |
type: accuracy
|
| 39 |
+
value: 0.7359050445103857
|
| 40 |
- task:
|
| 41 |
name: Analogy Questions (BATS)
|
| 42 |
type: multiple-choice-qa
|
|
|
|
| 47 |
metrics:
|
| 48 |
- name: Accuracy
|
| 49 |
type: accuracy
|
| 50 |
+
value: 0.8093385214007782
|
| 51 |
- task:
|
| 52 |
name: Analogy Questions (Google)
|
| 53 |
type: multiple-choice-qa
|
|
|
|
| 58 |
metrics:
|
| 59 |
- name: Accuracy
|
| 60 |
type: accuracy
|
| 61 |
+
value: 0.952
|
| 62 |
- task:
|
| 63 |
name: Analogy Questions (U2)
|
| 64 |
type: multiple-choice-qa
|
|
|
|
| 69 |
metrics:
|
| 70 |
- name: Accuracy
|
| 71 |
type: accuracy
|
| 72 |
+
value: 0.6754385964912281
|
| 73 |
- task:
|
| 74 |
name: Analogy Questions (U4)
|
| 75 |
type: multiple-choice-qa
|
|
|
|
| 80 |
metrics:
|
| 81 |
- name: Accuracy
|
| 82 |
type: accuracy
|
| 83 |
+
value: 0.6296296296296297
|
| 84 |
+
- task:
|
| 85 |
+
name: Analogy Questions (ConceptNet Analogy)
|
| 86 |
+
type: multiple-choice-qa
|
| 87 |
+
dataset:
|
| 88 |
+
name: ConceptNet Analogy
|
| 89 |
+
args: relbert/analogy_questions
|
| 90 |
+
type: analogy-questions
|
| 91 |
+
metrics:
|
| 92 |
+
- name: Accuracy
|
| 93 |
+
type: accuracy
|
| 94 |
+
value: 0.4748322147651007
|
| 95 |
+
- task:
|
| 96 |
+
name: Analogy Questions (TREX Analogy)
|
| 97 |
+
type: multiple-choice-qa
|
| 98 |
+
dataset:
|
| 99 |
+
name: TREX Analogy
|
| 100 |
+
args: relbert/analogy_questions
|
| 101 |
+
type: analogy-questions
|
| 102 |
+
metrics:
|
| 103 |
+
- name: Accuracy
|
| 104 |
+
type: accuracy
|
| 105 |
+
value: 0.644808743169399
|
| 106 |
- task:
|
| 107 |
name: Lexical Relation Classification (BLESS)
|
| 108 |
type: classification
|
|
|
|
| 113 |
metrics:
|
| 114 |
- name: F1
|
| 115 |
type: f1
|
| 116 |
+
value: 0.9199939731806539
|
| 117 |
- name: F1 (macro)
|
| 118 |
type: f1_macro
|
| 119 |
+
value: 0.9173175984713615
|
| 120 |
- task:
|
| 121 |
name: Lexical Relation Classification (CogALexV)
|
| 122 |
type: classification
|
|
|
|
| 127 |
metrics:
|
| 128 |
- name: F1
|
| 129 |
type: f1
|
| 130 |
+
value: 0.8497652582159625
|
| 131 |
- name: F1 (macro)
|
| 132 |
type: f1_macro
|
| 133 |
+
value: 0.6744248225015879
|
| 134 |
- task:
|
| 135 |
name: Lexical Relation Classification (EVALution)
|
| 136 |
type: classification
|
|
|
|
| 141 |
metrics:
|
| 142 |
- name: F1
|
| 143 |
type: f1
|
| 144 |
+
value: 0.6836403033586133
|
| 145 |
- name: F1 (macro)
|
| 146 |
type: f1_macro
|
| 147 |
+
value: 0.6776792144071253
|
| 148 |
- task:
|
| 149 |
name: Lexical Relation Classification (K&H+N)
|
| 150 |
type: classification
|
|
|
|
| 155 |
metrics:
|
| 156 |
- name: F1
|
| 157 |
type: f1
|
| 158 |
+
value: 0.9563191208179731
|
| 159 |
- name: F1 (macro)
|
| 160 |
type: f1_macro
|
| 161 |
+
value: 0.8663013754934635
|
| 162 |
- task:
|
| 163 |
name: Lexical Relation Classification (ROOT09)
|
| 164 |
type: classification
|
|
|
|
| 169 |
metrics:
|
| 170 |
- name: F1
|
| 171 |
type: f1
|
| 172 |
+
value: 0.9041052961454089
|
| 173 |
- name: F1 (macro)
|
| 174 |
type: f1_macro
|
| 175 |
+
value: 0.9040831832304929
|
| 176 |
|
| 177 |
---
|
| 178 |
+
# relbert/relbert-roberta-large-nce-d-semeval2012
|
| 179 |
|
| 180 |
RelBERT based on [roberta-large](https://huggingface.co/roberta-large) fine-tuned on [relbert/semeval2012_relational_similarity](https://huggingface.co/datasets/relbert/semeval2012_relational_similarity) (see the [`relbert`](https://github.com/asahi417/relbert) for more detail of fine-tuning).
|
| 181 |
This model achieves the following results on the relation understanding tasks:
|
| 182 |
+
- Analogy Question ([dataset](https://huggingface.co/datasets/relbert/analogy_questions), [full result](https://huggingface.co/relbert/relbert-roberta-large-nce-d-semeval2012/raw/main/analogy.forward.json)):
|
| 183 |
+
- Accuracy on SAT (full): 0.732620320855615
|
| 184 |
+
- Accuracy on SAT: 0.7359050445103857
|
| 185 |
+
- Accuracy on BATS: 0.8093385214007782
|
| 186 |
+
- Accuracy on U2: 0.6754385964912281
|
| 187 |
+
- Accuracy on U4: 0.6296296296296297
|
| 188 |
+
- Accuracy on Google: 0.952
|
| 189 |
+
- Accuracy on ConceptNet Analogy: 0.4748322147651007
|
| 190 |
+
- Accuracy on T-Rex Analogy: 0.644808743169399
|
| 191 |
+
- Lexical Relation Classification ([dataset](https://huggingface.co/datasets/relbert/lexical_relation_classification), [full result](https://huggingface.co/relbert/relbert-roberta-large-nce-d-semeval2012/raw/main/classification.json)):
|
| 192 |
+
- Micro F1 score on BLESS: 0.9199939731806539
|
| 193 |
+
- Micro F1 score on CogALexV: 0.8497652582159625
|
| 194 |
+
- Micro F1 score on EVALution: 0.6836403033586133
|
| 195 |
+
- Micro F1 score on K&H+N: 0.9563191208179731
|
| 196 |
+
- Micro F1 score on ROOT09: 0.9041052961454089
|
| 197 |
+
- Relation Mapping ([dataset](https://huggingface.co/datasets/relbert/relation_mapping), [full result](https://huggingface.co/relbert/relbert-roberta-large-nce-d-semeval2012/raw/main/relation_mapping.json)):
|
| 198 |
+
- Accuracy on Relation Mapping: 0.8049007936507937
|
| 199 |
|
| 200 |
|
| 201 |
### Usage
|
|
|
|
| 206 |
and activate model as below.
|
| 207 |
```python
|
| 208 |
from relbert import RelBERT
|
| 209 |
+
model = RelBERT("relbert/relbert-roberta-large-nce-d-semeval2012")
|
| 210 |
vector = model.get_embedding(['Tokyo', 'Japan']) # shape of (n_dim, )
|
| 211 |
```
|
| 212 |
|
|
|
|
| 221 |
- lr_warmup: 10
|
| 222 |
- aggregation_mode: average_no_mask
|
| 223 |
- data: relbert/semeval2012_relational_similarity
|
| 224 |
+
- data_name: None
|
| 225 |
- exclude_relation: None
|
| 226 |
- split: train
|
| 227 |
- split_valid: validation
|
| 228 |
- loss_function: nce
|
| 229 |
- classification_loss: False
|
| 230 |
- loss_function_config: {'temperature': 0.05, 'gradient_accumulation': 1, 'num_negative': 400, 'num_positive': 10}
|
| 231 |
+
- augment_negative_by_positive: True
|
| 232 |
|
| 233 |
+
See the full configuration at [config file](https://huggingface.co/relbert/relbert-roberta-large-nce-d-semeval2012/raw/main/finetuning_config.json).
|
| 234 |
|
| 235 |
### Reference
|
| 236 |
If you use any resource from RelBERT, please consider to cite our [paper](https://aclanthology.org/2021.emnlp-main.712/).
|
analogy.bidirection.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"
|
|
|
|
| 1 |
+
{"sat_full/test": 0.7272727272727273, "sat/test": 0.7299703264094956, "u2/test": 0.7149122807017544, "u4/test": 0.6875, "google/test": 0.962, "bats/test": 0.8354641467481935, "t_rex_relational_similarity/test": 0.644808743169399, "conceptnet_relational_similarity/test": 0.4672818791946309, "sat/validation": 0.7027027027027027, "u2/validation": 0.5833333333333334, "u4/validation": 0.5833333333333334, "google/validation": 1.0, "bats/validation": 0.8793969849246231, "semeval2012_relational_similarity/validation": 0.7341772151898734, "t_rex_relational_similarity/validation": 0.27419354838709675, "conceptnet_relational_similarity/validation": 0.38219424460431656}
|
analogy.forward.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"
|
|
|
|
| 1 |
+
{"semeval2012_relational_similarity/validation": 0.7468354430379747, "sat_full/test": 0.732620320855615, "sat/test": 0.7359050445103857, "u2/test": 0.6754385964912281, "u4/test": 0.6296296296296297, "google/test": 0.952, "bats/test": 0.8093385214007782, "t_rex_relational_similarity/test": 0.644808743169399, "conceptnet_relational_similarity/test": 0.4748322147651007, "sat/validation": 0.7027027027027027, "u2/validation": 0.625, "u4/validation": 0.5625, "google/validation": 1.0, "bats/validation": 0.8542713567839196, "t_rex_relational_similarity/validation": 0.29435483870967744, "conceptnet_relational_similarity/validation": 0.37859712230215825}
|
analogy.reverse.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"
|
|
|
|
| 1 |
+
{"sat_full/test": 0.6524064171122995, "sat/test": 0.6468842729970327, "u2/test": 0.6885964912280702, "u4/test": 0.6597222222222222, "google/test": 0.944, "bats/test": 0.7976653696498055, "t_rex_relational_similarity/test": 0.5956284153005464, "conceptnet_relational_similarity/test": 0.40604026845637586, "sat/validation": 0.7027027027027027, "u2/validation": 0.7083333333333334, "u4/validation": 0.625, "google/validation": 0.98, "bats/validation": 0.8592964824120602, "semeval2012_relational_similarity/validation": 0.6708860759493671, "t_rex_relational_similarity/validation": 0.24596774193548387, "conceptnet_relational_similarity/validation": 0.3237410071942446}
|
classification.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"lexical_relation_classification/BLESS": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.
|
|
|
|
| 1 |
+
{"lexical_relation_classification/BLESS": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.9199939731806539, "test/f1_macro": 0.9173175984713615, "test/f1_micro": 0.9199939731806539, "test/p_macro": 0.9129525907822765, "test/p_micro": 0.9199939731806539, "test/r_macro": 0.9231397069650421, "test/r_micro": 0.9199939731806539}, "lexical_relation_classification/CogALexV": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.8497652582159625, "test/f1_macro": 0.6744248225015879, "test/f1_micro": 0.8497652582159625, "test/p_macro": 0.7124501607954181, "test/p_micro": 0.8497652582159625, "test/r_macro": 0.6439012185599183, "test/r_micro": 0.8497652582159625}, "lexical_relation_classification/EVALution": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.6836403033586133, "test/f1_macro": 0.6776792144071253, "test/f1_micro": 0.6836403033586133, "test/p_macro": 0.6859955689335163, "test/p_micro": 0.6836403033586133, "test/r_macro": 0.6723026043339869, "test/r_micro": 0.6836403033586133}, "lexical_relation_classification/K&H+N": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.9563191208179731, "test/f1_macro": 0.8663013754934635, "test/f1_micro": 0.9563191208179731, "test/p_macro": 0.8794831771565157, "test/p_micro": 0.9563191208179731, "test/r_macro": 0.8543598117081819, "test/r_micro": 0.9563191208179731}, "lexical_relation_classification/ROOT09": {"classifier_config": {"activation": "relu", "alpha": 0.0001, "batch_size": "auto", "beta_1": 0.9, "beta_2": 0.999, "early_stopping": false, "epsilon": 1e-08, "hidden_layer_sizes": [100], "learning_rate": "constant", "learning_rate_init": 0.001, "max_fun": 15000, "max_iter": 200, "momentum": 0.9, "n_iter_no_change": 10, "nesterovs_momentum": true, "power_t": 0.5, "random_state": 0, "shuffle": true, "solver": "adam", "tol": 0.0001, "validation_fraction": 0.1, "verbose": false, "warm_start": false}, "test/accuracy": 0.9041052961454089, "test/f1_macro": 0.9040831832304929, "test/f1_micro": 0.9041052961454089, "test/p_macro": 0.9025403374928938, "test/p_micro": 0.9041052961454089, "test/r_macro": 0.9060703873054115, "test/r_micro": 0.9041052961454089}}
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"RobertaModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "roberta-large",
|
| 3 |
"architectures": [
|
| 4 |
"RobertaModel"
|
| 5 |
],
|
finetuning_config.json
CHANGED
|
@@ -9,6 +9,7 @@
|
|
| 9 |
"lr_warmup": 10,
|
| 10 |
"aggregation_mode": "average_no_mask",
|
| 11 |
"data": "relbert/semeval2012_relational_similarity",
|
|
|
|
| 12 |
"exclude_relation": null,
|
| 13 |
"split": "train",
|
| 14 |
"split_valid": "validation",
|
|
@@ -19,5 +20,6 @@
|
|
| 19 |
"gradient_accumulation": 1,
|
| 20 |
"num_negative": 400,
|
| 21 |
"num_positive": 10
|
| 22 |
-
}
|
|
|
|
| 23 |
}
|
|
|
|
| 9 |
"lr_warmup": 10,
|
| 10 |
"aggregation_mode": "average_no_mask",
|
| 11 |
"data": "relbert/semeval2012_relational_similarity",
|
| 12 |
+
"data_name": null,
|
| 13 |
"exclude_relation": null,
|
| 14 |
"split": "train",
|
| 15 |
"split_valid": "validation",
|
|
|
|
| 20 |
"gradient_accumulation": 1,
|
| 21 |
"num_negative": 400,
|
| 22 |
"num_positive": 10
|
| 23 |
+
},
|
| 24 |
+
"augment_negative_by_positive": true
|
| 25 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1421575277
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c79d7af3d1980ded7543d71be5b6388c5eb4830814dd98006bab178fbca978d0
|
| 3 |
size 1421575277
|
relation_mapping.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"errors": "replace",
|
| 7 |
"mask_token": "<mask>",
|
| 8 |
"model_max_length": 512,
|
| 9 |
-
"name_or_path": "
|
| 10 |
"pad_token": "<pad>",
|
| 11 |
"sep_token": "</s>",
|
| 12 |
"special_tokens_map_file": null,
|
|
|
|
| 6 |
"errors": "replace",
|
| 7 |
"mask_token": "<mask>",
|
| 8 |
"model_max_length": 512,
|
| 9 |
+
"name_or_path": "roberta-large",
|
| 10 |
"pad_token": "<pad>",
|
| 11 |
"sep_token": "</s>",
|
| 12 |
"special_tokens_map_file": null,
|
vis_conceptnet_relational_similarity/relbert-roberta-large-nce-d-semeval2012.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cfbe14a4db6e1d8d4dab9c8516059bd1156fa9ab767c2c9636bb08e94e8f921
|
| 3 |
+
size 4776569
|
vis_conceptnet_relational_similarity/relbert-roberta-large-nce-d-semeval2012.cluster.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
,AtLocation,CapableOf,Causes,HasPrerequisite,HasProperty,HasSubevent,IsA,UsedFor
|
| 2 |
+
0,"['child__school', 'animal__zoo', 'librarian__library', 'someone__hospital', 'elephant__zoo', 'prisoner__jail', 'human__school', 'student__classroom', 'giraffe__zoo', 'someone__museum', 'student__school', 'lion__zoo', 'teacher__classroom', 'someone__post_office', 'weasel__zoo', 'mouse__laboratory', 'tiger__zoo', 'human__park', 'human__workplace', 'someone__zoo', 'traveller__airport', 'someone__shop', 'fish__aquarium']","['dog__bark', 'cat__hunt_mouse', 'human__die_only_once', 'pilot__land_plane', 'boy__date_girl', 'pilot__fly_airplane', 'magician__fool_audience', 'student__study', 'host__welcome_guest', 'cat__drink_water', 'chicken__lie_egg', 'dealer__deal_card', 'cat__eat_mouse', 'pilot__land_airplane', 'person__voice_opinion', 'pilot__fly_plane', 'doctor__help_sick_person', 'person__eat', 'gardener__water_plant', 'girl__wear_dress', 'chicken__produce_egg', 'person__catch_cold', 'cat__catch_mouse', 'horse__jump_fence', 'child__share_toy', 'dog__run', 'plane__fly', 'teacher__teach_student', 'car__crash', 'miner__mine_coal', 'pianist__play_piano', 'bomb__explode', 'tree__grow', 'carpenter__build_house', 'baby__cry', 'human__eat', 'man__date_woman', 'passenger__board_plane', 'boy__kiss_girl', 'person__taste_food', 'author__write_book', 'artist__paint_portrait', 'person__thank_another_person', 'person__sleep', 'person__captain_ship', 'hummingbird__hover', 'human__die', 'person__believe_in_god', 'person__think', 'detective__piece_together_clue', 'teacher__help_student', 'train__arrive_late', 'woman__chair_committee', 'blacksmith__shoe_horse', 'person__laugh_at_joke', 'person__talk_to_each_other', 'parent__name_child', 'mechanic__service_car', 'mother__care_for_her_child', 'person__thank_god', 'sailor__sail_ship', 'student__fail_test', 'policeman__direct_traffic', 'clerk__stock_shelve', 'police_officer__direct_traffic', 'person__shoulder_burden', 'car__slow_down', 'nurse__care_for_patient', 'detective__tail_suspect', 'visitor__ring_doorbell', 'passenger__board_train', 'vintner__bottle_wine', 'plane__crash', 'turtle__live_long_time', 'woman__wear_dress', 'president__govern_country', 'lawyer__settle_lawsuit', 'child__play', 'pilot__fly_helicopter', 'bird__sing', 'baby__cry_loud', 'banker__lend_money', 'person__board_plane']","['read__learn', 'do_housework__have_clean_house', 'read__learn_something', 'apply_for_job__get_job', 'procreate__have_child', 'go_to_laundromat__clean_clothe', 'stay_healthy__long_life', 'go_to_play__be_entertain', 'chew_your_food__good_digestion', 'go_to_bed__sleep', 'bathe__be_clean']","['see_band__buy_ticket', 'go_to_sport_event__buy_ticket', 'watch_movie__buy_ticket', 'go_to_opera__buy_ticket', 'go_see_play__buy_ticket', 'go_to_movie__buy_ticket', 'fly_in_airplane__buy_ticket', 'attend_classical_concert__buy_ticket', 'go_to_performance__buy_ticket']","['apple__red', 'ball__round', 'apple__green', 'earth__spherical', 'world__round', 'wheel__round', 'planet_earth__round', 'basketball__round', 'banana__yellow', 'frisbee__round', 'rubber_duck__yellow']","['attend_school__learn', 'play_game__win', 'have_sex__have_orgasm', 'take_shower__wash_your_hair', 'go_for_swim__get_wet', 'compete__win', 'play_sport__have_fun', 'listen_to_radio__hear_music', 'play_game__have_fun', 'read__learn', 'have_bath__get_wet']","['baseball__sport', 'yo-yo__toy', 'dog__mammal', 'polo__game', 'gold__metal', 'sushi__food', 'soccer__sport', 'rose__flower', 'fly__insect', 'violin__string_instrument', 'bass__fish', 'dog__animal', 'football__game', 'football__sport', 'dog__pet', 'tennis__sport', 'lion__animal', 'trout__fish', 'turtle__reptile', 'vegetable__food', 'doll__toy', 'rock__music', 'peach__fruit', 'silver__metal', 'finch__bird', 'corn__vegetable', 'golden_retriever__dog', 'blue__color', 'iron__metal', 'java__program_language', 'ostrich__bird', 'ant__insect', 'saxophone__musical_instrument', 'chicken__food', 'apple__fruit', 'biology__science', 'telephone__communication_device', 'pistol__gun', 'dolphin__mammal', 'pineapple__fruit', 'computer__electronic_device', 'tuba__musical_instrument', 'orchid__flower', 'badminton__sport', 'golf__sport', 'parakeet__bird', 'horn__musical_instrument', 'tree__plant', 'baseball__game', 'sushi__japanese_food', 'ping_pong__game', 'woodwind__instrument', 'piano__instrument', 'guitar__string_instrument', 'banana__fruit', 'plastic__material', 'necklace__jewelry', 'lion__carnivore', 'soup__food', 'chess__game', 'rabbit__mammal', 'cat__animal', 'butterfly__insect', 'rifle__gun', 'robin__bird', 'ball__toy', 'bottle__container', 'salad__food', 'tomato__vegetable', 'egg__food', 'green__color', 'hockey__sport', 'french__language', 'drum__percussion_instrument', 'viola__instrument', 'human__mammal', 'rice__food', 'mouse__mammal', 'marijuana__drug', 'box__container', 'coke__soda', 'cat__curious_animal', 'wine__beverage', 'cucumber__vegetable', 'red__color', 'denim__fabric', 'frog__amphibian', 'novel__book', 'poker__card_game', 'oxygen__gas', 'cheese__food', 'bicycle__two_wheel_vehicle', 'saxophone__instrument', 'potato__vegetable', 'chocolate__food', 'gun__weapon', 'lettuce__vegetable', 'car__vehicle', 'steel__metal', 'chocolate__candy', 'crappie__fish', 'salamander__amphibian', 'table_tennis__sport', 'pelican__bird', 'music__form_of_art', 'bicycle__form_of_transportation', 'corn__food', 'dog__canine', 'pocket_knife__useful_tool', 'banjo__string_instrument', 'guitare__instrument', 'baseball__american_pastime', 'fedora__hat', 'shotgun__gun', 'clarinet__instrument', 'bean__vegetable', 'xylophone__percussion_instrument', 'english__language', 'swim__sport', 'fish__animal', 'robot__machine', 'backgammon__game', 'jupiter__planet', 'spider__arachnid', 'whale__mammal', 'beaver__mammal', 'pheasant__bird', 'crow__bird', 'hawk__bird', 'goose__bird', 'perl__program_language', 'cat__carnivore', 'beer__alcoholic_beverage', 'pea__vegetable', 'spanish__language']","['water__drink', 'book__read', 'fruit__eat', 'wine__drink', 'meat__eat', 'food__eat', 'literature__read', 'bread__eat', 'ball__throw']"
|
| 3 |
+
1,"['computer__office', 'book__shelf', 'coat__closet', 'paper_clip__desk', 'shoe__closet', 'chair__office', 'food__refrigerator', 'knife__kitchen', 'book__library', 'bookshelf__library', 'carpet__house', 'shirt__closet', 'bicycle__garage', 'bed__bedroom', 'tile__roof', 'plate__cupboard', 'literature__library', 'lawn_mower__garage', 'dresser__bedroom', 'toilet__bathroom', 'plate__table', 'potato__kitchen', 'sink__kitchen', 'money__wallet', 'book__bookshelf', 'stapler__your_desk', 'stapler__desk', 'toilet_paper__bathroom', 'pillow__bedroom', 'food__supermarket', 'food__table', 'milk__fridge', 'bowl__cupboard', 'coffee_cup__desk', 'seat__theatre', 'motherboard__computer', 'telephone__your_desk', 'slide__park', 'tool__garage', 'corner_cupboard__kitchen', 'hanger__closet', 'book__your_desk', 'computer__your_house', 'seat__theater', 'food__fridge', 'computer__school', 'book__classroom', 'telephone__office', 'pantry__kitchen', 'towel_rack__bathroom', 'something__store', 'food__kitchen', 'mirror__bedroom', 'mouthwash__bathroom', 'rosebush__backyard', 'notebook__desk', 'clothe__drawer', 'sock__drawer', 'sock__sock_drawer', 'bunsen_burner__chemistry_lab', 'book__backpack', 'knife__drawer', 'egg__supermarket', 'closet__bedroom', 'statue__museum', 'table__kitchen', 'phone__your_desk', 'plate__kitchen', 'roof_tile__roof', 'baggage__airport']","['knife__spread_butter', 'clock__tell_time', 'bomb__destroy_city', 'comb__part_hair', 'shovel__dig_hole', 'screwdriver__turn_screw', 'gun__kill_person', 'match__light_candle', 'radio__play_music', 'computer__compute', 'ruler__measure_distance', 'computer__process_information', 'knife__spread_peanut_butter', 'match__light_fire']","['smoke__lung_cancer', 'fall__injury', 'kill__death', 'tickle__laughter', 'smoke__cancer', 'strike_match__fire']","['have_haircut__go_to_barber', 'have_physical_exam__go_to_doctor', 'see_old_thing__go_to_museum', 'cut_your_hair__go_to_barber', 'see_art__go_to_museum', 'buy_food__go_to_store']","['doctor__smart', 'puppy__cute', 'needle__sharp', 'cookie__sweet', 'chair__comfortable', 'cake__sweet', 'fruit__sweet', 'sword__sharp', 'baby_animal__cute', 'lemon__sour', 'rock__heavy']","['stop_your_bicycle__apply_brake', 'use_computer__type_on_keyboard', 'read__turn_page', 'meet_person__shake_their_hand', 'read_magazine__turn_page', 'bathe__use_soap', 'attend_lecture__take_note', 'play_sport__run', 'play_basketball__dribble', 'meet_interest_person__talk_to_them']","['canada__country', 'restaurant__place', 'san_francisco__city', 'california__state', 'france__country', 'brazil__country', 'paris__city', 'new_york__state', 'london__city', 'city__place']","['pen__write', 'telephone__communicate', 'key__open_lock', 'camera__take_picture', 'spoon__eat', 'computer__work', 'hammer__drive_nail', 'net__catch_fish', 'match__start_fire', 'carpet__cover_floor', 'cloth__make_clothe', 'pan__cook', 'computer__play_game', 'needle__sew', 'kettle__boil_water', 'saw__cut_wood', 'weapon__kill', 'guitar__make_music', 'double_edge_razor__shave', 'wrench__tighten_bolt', 'tissue_holder__hold_tissue', 'pencil__write', 'hammer__pound_nail', 'write_instrument__write', 'fry_pan__cook', 'fan__move_air', 'chalk__write_on_blackboard', 'scissor__cut', 'chopstick__eat', 'knife__cut', 'refrigerator__keep_food_cold', 'quill__write', 'wristwatch__tell_time', 'fur__keep_animal_warm', 'violin__play_music', 'salt__melt_ice', 'shoe__protect_foot', 'gun__kill_someone', 'fan__circulate_air', 'bomb__blow_thing_up', 'pipe__smoke_tobacco', 'tool__fix_thing', 'bomb__kill_person', 'soap__wash_your_hand', 'tooth__chew_food', 'airplane__travel', 'feather__tickle_someone', 'bagpipe__play_music', 'sheet__cover_bed', 'music_stand__hold_music', 'razor__shave', 'fork__eat', 'pencil__write_something_on_paper', 'soap__wash_yourself', 'contraceptive__prevent_pregnancy', 'typewriter__type_letter', 'comb__style_hair', 'fork__eat_food', 'broom__sweep', 'knife__stab', 'pot__cook', 'shovel__dig_hole', 'soap__clean_something', 'bottle__store_liquid', 'toothbrush__clean_your_tooth']"
|
| 4 |
+
2,,,,"['listen_to_music__turn_on_radio', 'drive__get_in_car', 'watch_television_show__turn_on_tv', 'watch_television__turn_television_on', 'watch_even_news__turn_on_television']",,,,"['keyboard__type', 'pool__swim', 'bus_stop__wait_for_bus', 'book__learn', 'bed__have_sex', 'glass__drink', 'bicycle_storage_area__store_bicycle', 'table__put_thing_on', 'chess_board__play_chess', 'park_area__park_car', 'school__learn', 'chest_of_drawer__store_clothe', 'pub__have_drink', 'chair__sit', 'bed__sleep', 'highway__travel', 'bathtub__bathe', 'cereal_bowl__eat_cereal', 'stage__play', 'baseball_field__play_baseball', 'kitchen__cook_food', 'master_bedroom__sleep', 'ticket_office__buy_ticket', 'bookstore__buy_book', 'diner__eat', 'classroom__teach', 'dresser__store_clothe', 'pulpit__preach', 'library__do_research', 'floor__walk', 'towel_bar__hang_towel', 'spanish_restaurant__eat_spanish_food', 'towel_rack__hold_towel', 'cup__drink', 'restaurant__eat_out', 'park_lot__park_car']"
|
vis_conceptnet_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9eeaa5fcf02e0c463a6a85d69b92d8bafd5abf1f21dd1f7cc6389970e7aa77e5
|
| 3 |
+
size 9600
|
vis_conceptnet_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.txt
ADDED
|
@@ -0,0 +1,1184 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
AtLocation
|
| 2 |
+
AtLocation
|
| 3 |
+
AtLocation
|
| 4 |
+
AtLocation
|
| 5 |
+
AtLocation
|
| 6 |
+
AtLocation
|
| 7 |
+
AtLocation
|
| 8 |
+
AtLocation
|
| 9 |
+
AtLocation
|
| 10 |
+
AtLocation
|
| 11 |
+
AtLocation
|
| 12 |
+
AtLocation
|
| 13 |
+
AtLocation
|
| 14 |
+
AtLocation
|
| 15 |
+
AtLocation
|
| 16 |
+
AtLocation
|
| 17 |
+
AtLocation
|
| 18 |
+
AtLocation
|
| 19 |
+
AtLocation
|
| 20 |
+
AtLocation
|
| 21 |
+
AtLocation
|
| 22 |
+
AtLocation
|
| 23 |
+
AtLocation
|
| 24 |
+
AtLocation
|
| 25 |
+
AtLocation
|
| 26 |
+
AtLocation
|
| 27 |
+
AtLocation
|
| 28 |
+
AtLocation
|
| 29 |
+
AtLocation
|
| 30 |
+
AtLocation
|
| 31 |
+
AtLocation
|
| 32 |
+
AtLocation
|
| 33 |
+
AtLocation
|
| 34 |
+
AtLocation
|
| 35 |
+
AtLocation
|
| 36 |
+
AtLocation
|
| 37 |
+
AtLocation
|
| 38 |
+
AtLocation
|
| 39 |
+
AtLocation
|
| 40 |
+
AtLocation
|
| 41 |
+
AtLocation
|
| 42 |
+
AtLocation
|
| 43 |
+
AtLocation
|
| 44 |
+
AtLocation
|
| 45 |
+
AtLocation
|
| 46 |
+
AtLocation
|
| 47 |
+
AtLocation
|
| 48 |
+
AtLocation
|
| 49 |
+
AtLocation
|
| 50 |
+
AtLocation
|
| 51 |
+
AtLocation
|
| 52 |
+
AtLocation
|
| 53 |
+
AtLocation
|
| 54 |
+
AtLocation
|
| 55 |
+
AtLocation
|
| 56 |
+
AtLocation
|
| 57 |
+
AtLocation
|
| 58 |
+
AtLocation
|
| 59 |
+
AtLocation
|
| 60 |
+
AtLocation
|
| 61 |
+
AtLocation
|
| 62 |
+
AtLocation
|
| 63 |
+
AtLocation
|
| 64 |
+
AtLocation
|
| 65 |
+
AtLocation
|
| 66 |
+
AtLocation
|
| 67 |
+
AtLocation
|
| 68 |
+
AtLocation
|
| 69 |
+
AtLocation
|
| 70 |
+
AtLocation
|
| 71 |
+
AtLocation
|
| 72 |
+
AtLocation
|
| 73 |
+
AtLocation
|
| 74 |
+
AtLocation
|
| 75 |
+
AtLocation
|
| 76 |
+
AtLocation
|
| 77 |
+
AtLocation
|
| 78 |
+
AtLocation
|
| 79 |
+
AtLocation
|
| 80 |
+
AtLocation
|
| 81 |
+
AtLocation
|
| 82 |
+
AtLocation
|
| 83 |
+
AtLocation
|
| 84 |
+
AtLocation
|
| 85 |
+
AtLocation
|
| 86 |
+
AtLocation
|
| 87 |
+
AtLocation
|
| 88 |
+
AtLocation
|
| 89 |
+
AtLocation
|
| 90 |
+
AtLocation
|
| 91 |
+
AtLocation
|
| 92 |
+
AtLocation
|
| 93 |
+
AtLocation
|
| 94 |
+
AtLocation
|
| 95 |
+
AtLocation
|
| 96 |
+
AtLocation
|
| 97 |
+
AtLocation
|
| 98 |
+
AtLocation
|
| 99 |
+
AtLocation
|
| 100 |
+
AtLocation
|
| 101 |
+
AtLocation
|
| 102 |
+
AtLocation
|
| 103 |
+
AtLocation
|
| 104 |
+
AtLocation
|
| 105 |
+
AtLocation
|
| 106 |
+
AtLocation
|
| 107 |
+
AtLocation
|
| 108 |
+
AtLocation
|
| 109 |
+
AtLocation
|
| 110 |
+
AtLocation
|
| 111 |
+
AtLocation
|
| 112 |
+
AtLocation
|
| 113 |
+
AtLocation
|
| 114 |
+
AtLocation
|
| 115 |
+
AtLocation
|
| 116 |
+
AtLocation
|
| 117 |
+
AtLocation
|
| 118 |
+
AtLocation
|
| 119 |
+
AtLocation
|
| 120 |
+
AtLocation
|
| 121 |
+
AtLocation
|
| 122 |
+
AtLocation
|
| 123 |
+
AtLocation
|
| 124 |
+
AtLocation
|
| 125 |
+
AtLocation
|
| 126 |
+
AtLocation
|
| 127 |
+
AtLocation
|
| 128 |
+
AtLocation
|
| 129 |
+
AtLocation
|
| 130 |
+
AtLocation
|
| 131 |
+
AtLocation
|
| 132 |
+
AtLocation
|
| 133 |
+
AtLocation
|
| 134 |
+
AtLocation
|
| 135 |
+
AtLocation
|
| 136 |
+
AtLocation
|
| 137 |
+
AtLocation
|
| 138 |
+
AtLocation
|
| 139 |
+
AtLocation
|
| 140 |
+
AtLocation
|
| 141 |
+
AtLocation
|
| 142 |
+
AtLocation
|
| 143 |
+
AtLocation
|
| 144 |
+
AtLocation
|
| 145 |
+
AtLocation
|
| 146 |
+
AtLocation
|
| 147 |
+
AtLocation
|
| 148 |
+
AtLocation
|
| 149 |
+
AtLocation
|
| 150 |
+
AtLocation
|
| 151 |
+
AtLocation
|
| 152 |
+
AtLocation
|
| 153 |
+
AtLocation
|
| 154 |
+
AtLocation
|
| 155 |
+
AtLocation
|
| 156 |
+
AtLocation
|
| 157 |
+
AtLocation
|
| 158 |
+
AtLocation
|
| 159 |
+
AtLocation
|
| 160 |
+
AtLocation
|
| 161 |
+
AtLocation
|
| 162 |
+
AtLocation
|
| 163 |
+
AtLocation
|
| 164 |
+
AtLocation
|
| 165 |
+
AtLocation
|
| 166 |
+
AtLocation
|
| 167 |
+
AtLocation
|
| 168 |
+
AtLocation
|
| 169 |
+
AtLocation
|
| 170 |
+
AtLocation
|
| 171 |
+
AtLocation
|
| 172 |
+
AtLocation
|
| 173 |
+
AtLocation
|
| 174 |
+
AtLocation
|
| 175 |
+
AtLocation
|
| 176 |
+
AtLocation
|
| 177 |
+
AtLocation
|
| 178 |
+
AtLocation
|
| 179 |
+
AtLocation
|
| 180 |
+
AtLocation
|
| 181 |
+
AtLocation
|
| 182 |
+
AtLocation
|
| 183 |
+
AtLocation
|
| 184 |
+
AtLocation
|
| 185 |
+
AtLocation
|
| 186 |
+
AtLocation
|
| 187 |
+
AtLocation
|
| 188 |
+
AtLocation
|
| 189 |
+
AtLocation
|
| 190 |
+
AtLocation
|
| 191 |
+
AtLocation
|
| 192 |
+
AtLocation
|
| 193 |
+
AtLocation
|
| 194 |
+
AtLocation
|
| 195 |
+
AtLocation
|
| 196 |
+
AtLocation
|
| 197 |
+
AtLocation
|
| 198 |
+
AtLocation
|
| 199 |
+
AtLocation
|
| 200 |
+
AtLocation
|
| 201 |
+
AtLocation
|
| 202 |
+
AtLocation
|
| 203 |
+
AtLocation
|
| 204 |
+
AtLocation
|
| 205 |
+
AtLocation
|
| 206 |
+
AtLocation
|
| 207 |
+
AtLocation
|
| 208 |
+
AtLocation
|
| 209 |
+
AtLocation
|
| 210 |
+
AtLocation
|
| 211 |
+
AtLocation
|
| 212 |
+
AtLocation
|
| 213 |
+
AtLocation
|
| 214 |
+
AtLocation
|
| 215 |
+
AtLocation
|
| 216 |
+
AtLocation
|
| 217 |
+
AtLocation
|
| 218 |
+
AtLocation
|
| 219 |
+
AtLocation
|
| 220 |
+
AtLocation
|
| 221 |
+
AtLocation
|
| 222 |
+
AtLocation
|
| 223 |
+
AtLocation
|
| 224 |
+
AtLocation
|
| 225 |
+
AtLocation
|
| 226 |
+
AtLocation
|
| 227 |
+
AtLocation
|
| 228 |
+
AtLocation
|
| 229 |
+
AtLocation
|
| 230 |
+
AtLocation
|
| 231 |
+
AtLocation
|
| 232 |
+
AtLocation
|
| 233 |
+
AtLocation
|
| 234 |
+
AtLocation
|
| 235 |
+
AtLocation
|
| 236 |
+
AtLocation
|
| 237 |
+
AtLocation
|
| 238 |
+
AtLocation
|
| 239 |
+
AtLocation
|
| 240 |
+
AtLocation
|
| 241 |
+
AtLocation
|
| 242 |
+
AtLocation
|
| 243 |
+
AtLocation
|
| 244 |
+
AtLocation
|
| 245 |
+
AtLocation
|
| 246 |
+
AtLocation
|
| 247 |
+
AtLocation
|
| 248 |
+
AtLocation
|
| 249 |
+
AtLocation
|
| 250 |
+
AtLocation
|
| 251 |
+
CapableOf
|
| 252 |
+
CapableOf
|
| 253 |
+
CapableOf
|
| 254 |
+
CapableOf
|
| 255 |
+
CapableOf
|
| 256 |
+
CapableOf
|
| 257 |
+
CapableOf
|
| 258 |
+
CapableOf
|
| 259 |
+
CapableOf
|
| 260 |
+
CapableOf
|
| 261 |
+
CapableOf
|
| 262 |
+
CapableOf
|
| 263 |
+
CapableOf
|
| 264 |
+
CapableOf
|
| 265 |
+
CapableOf
|
| 266 |
+
CapableOf
|
| 267 |
+
CapableOf
|
| 268 |
+
CapableOf
|
| 269 |
+
CapableOf
|
| 270 |
+
CapableOf
|
| 271 |
+
CapableOf
|
| 272 |
+
CapableOf
|
| 273 |
+
CapableOf
|
| 274 |
+
CapableOf
|
| 275 |
+
CapableOf
|
| 276 |
+
CapableOf
|
| 277 |
+
CapableOf
|
| 278 |
+
CapableOf
|
| 279 |
+
CapableOf
|
| 280 |
+
CapableOf
|
| 281 |
+
CapableOf
|
| 282 |
+
CapableOf
|
| 283 |
+
CapableOf
|
| 284 |
+
CapableOf
|
| 285 |
+
CapableOf
|
| 286 |
+
CapableOf
|
| 287 |
+
CapableOf
|
| 288 |
+
CapableOf
|
| 289 |
+
CapableOf
|
| 290 |
+
CapableOf
|
| 291 |
+
CapableOf
|
| 292 |
+
CapableOf
|
| 293 |
+
CapableOf
|
| 294 |
+
CapableOf
|
| 295 |
+
CapableOf
|
| 296 |
+
CapableOf
|
| 297 |
+
CapableOf
|
| 298 |
+
CapableOf
|
| 299 |
+
CapableOf
|
| 300 |
+
CapableOf
|
| 301 |
+
CapableOf
|
| 302 |
+
CapableOf
|
| 303 |
+
CapableOf
|
| 304 |
+
CapableOf
|
| 305 |
+
CapableOf
|
| 306 |
+
CapableOf
|
| 307 |
+
CapableOf
|
| 308 |
+
CapableOf
|
| 309 |
+
CapableOf
|
| 310 |
+
CapableOf
|
| 311 |
+
CapableOf
|
| 312 |
+
CapableOf
|
| 313 |
+
CapableOf
|
| 314 |
+
CapableOf
|
| 315 |
+
CapableOf
|
| 316 |
+
CapableOf
|
| 317 |
+
CapableOf
|
| 318 |
+
CapableOf
|
| 319 |
+
CapableOf
|
| 320 |
+
CapableOf
|
| 321 |
+
CapableOf
|
| 322 |
+
CapableOf
|
| 323 |
+
CapableOf
|
| 324 |
+
CapableOf
|
| 325 |
+
CapableOf
|
| 326 |
+
CapableOf
|
| 327 |
+
CapableOf
|
| 328 |
+
CapableOf
|
| 329 |
+
CapableOf
|
| 330 |
+
CapableOf
|
| 331 |
+
CapableOf
|
| 332 |
+
CapableOf
|
| 333 |
+
CapableOf
|
| 334 |
+
CapableOf
|
| 335 |
+
CapableOf
|
| 336 |
+
CapableOf
|
| 337 |
+
CapableOf
|
| 338 |
+
CapableOf
|
| 339 |
+
CapableOf
|
| 340 |
+
CapableOf
|
| 341 |
+
CapableOf
|
| 342 |
+
CapableOf
|
| 343 |
+
CapableOf
|
| 344 |
+
CapableOf
|
| 345 |
+
CapableOf
|
| 346 |
+
CapableOf
|
| 347 |
+
CapableOf
|
| 348 |
+
CapableOf
|
| 349 |
+
CapableOf
|
| 350 |
+
CapableOf
|
| 351 |
+
CapableOf
|
| 352 |
+
CapableOf
|
| 353 |
+
CapableOf
|
| 354 |
+
CapableOf
|
| 355 |
+
CapableOf
|
| 356 |
+
CapableOf
|
| 357 |
+
CapableOf
|
| 358 |
+
CapableOf
|
| 359 |
+
CapableOf
|
| 360 |
+
CapableOf
|
| 361 |
+
CapableOf
|
| 362 |
+
CapableOf
|
| 363 |
+
CapableOf
|
| 364 |
+
CapableOf
|
| 365 |
+
CapableOf
|
| 366 |
+
CapableOf
|
| 367 |
+
CapableOf
|
| 368 |
+
CapableOf
|
| 369 |
+
CapableOf
|
| 370 |
+
CapableOf
|
| 371 |
+
CapableOf
|
| 372 |
+
CapableOf
|
| 373 |
+
CapableOf
|
| 374 |
+
CapableOf
|
| 375 |
+
CapableOf
|
| 376 |
+
CapableOf
|
| 377 |
+
CapableOf
|
| 378 |
+
CapableOf
|
| 379 |
+
CapableOf
|
| 380 |
+
CapableOf
|
| 381 |
+
CapableOf
|
| 382 |
+
CapableOf
|
| 383 |
+
CapableOf
|
| 384 |
+
CapableOf
|
| 385 |
+
CapableOf
|
| 386 |
+
CapableOf
|
| 387 |
+
CapableOf
|
| 388 |
+
CapableOf
|
| 389 |
+
CapableOf
|
| 390 |
+
CapableOf
|
| 391 |
+
CapableOf
|
| 392 |
+
CapableOf
|
| 393 |
+
CapableOf
|
| 394 |
+
CapableOf
|
| 395 |
+
Causes
|
| 396 |
+
Causes
|
| 397 |
+
Causes
|
| 398 |
+
Causes
|
| 399 |
+
Causes
|
| 400 |
+
Causes
|
| 401 |
+
Causes
|
| 402 |
+
Causes
|
| 403 |
+
Causes
|
| 404 |
+
Causes
|
| 405 |
+
Causes
|
| 406 |
+
Causes
|
| 407 |
+
Causes
|
| 408 |
+
Causes
|
| 409 |
+
Causes
|
| 410 |
+
Causes
|
| 411 |
+
Causes
|
| 412 |
+
Causes
|
| 413 |
+
Causes
|
| 414 |
+
Causes
|
| 415 |
+
Causes
|
| 416 |
+
Causes
|
| 417 |
+
Causes
|
| 418 |
+
Causes
|
| 419 |
+
Causes
|
| 420 |
+
Causes
|
| 421 |
+
Causes
|
| 422 |
+
Causes
|
| 423 |
+
Causes
|
| 424 |
+
Causes
|
| 425 |
+
Causes
|
| 426 |
+
Causes
|
| 427 |
+
Causes
|
| 428 |
+
Causes
|
| 429 |
+
Causes
|
| 430 |
+
Causes
|
| 431 |
+
Causes
|
| 432 |
+
Causes
|
| 433 |
+
Causes
|
| 434 |
+
Causes
|
| 435 |
+
Causes
|
| 436 |
+
Causes
|
| 437 |
+
Causes
|
| 438 |
+
Causes
|
| 439 |
+
Causes
|
| 440 |
+
CausesDesire
|
| 441 |
+
CausesDesire
|
| 442 |
+
CausesDesire
|
| 443 |
+
CausesDesire
|
| 444 |
+
CausesDesire
|
| 445 |
+
CreatedBy
|
| 446 |
+
CreatedBy
|
| 447 |
+
Desires
|
| 448 |
+
Desires
|
| 449 |
+
Desires
|
| 450 |
+
Desires
|
| 451 |
+
Desires
|
| 452 |
+
Desires
|
| 453 |
+
Desires
|
| 454 |
+
Desires
|
| 455 |
+
HasA
|
| 456 |
+
HasA
|
| 457 |
+
HasA
|
| 458 |
+
HasA
|
| 459 |
+
HasA
|
| 460 |
+
HasA
|
| 461 |
+
HasA
|
| 462 |
+
HasA
|
| 463 |
+
HasA
|
| 464 |
+
HasA
|
| 465 |
+
HasA
|
| 466 |
+
HasA
|
| 467 |
+
HasA
|
| 468 |
+
HasA
|
| 469 |
+
HasA
|
| 470 |
+
HasA
|
| 471 |
+
HasA
|
| 472 |
+
HasA
|
| 473 |
+
HasA
|
| 474 |
+
HasA
|
| 475 |
+
HasA
|
| 476 |
+
HasA
|
| 477 |
+
HasA
|
| 478 |
+
HasA
|
| 479 |
+
HasA
|
| 480 |
+
HasA
|
| 481 |
+
HasA
|
| 482 |
+
HasA
|
| 483 |
+
HasA
|
| 484 |
+
HasA
|
| 485 |
+
HasA
|
| 486 |
+
HasA
|
| 487 |
+
HasA
|
| 488 |
+
HasA
|
| 489 |
+
HasA
|
| 490 |
+
HasA
|
| 491 |
+
HasA
|
| 492 |
+
HasA
|
| 493 |
+
HasA
|
| 494 |
+
HasA
|
| 495 |
+
HasA
|
| 496 |
+
HasPrerequisite
|
| 497 |
+
HasPrerequisite
|
| 498 |
+
HasPrerequisite
|
| 499 |
+
HasPrerequisite
|
| 500 |
+
HasPrerequisite
|
| 501 |
+
HasPrerequisite
|
| 502 |
+
HasPrerequisite
|
| 503 |
+
HasPrerequisite
|
| 504 |
+
HasPrerequisite
|
| 505 |
+
HasPrerequisite
|
| 506 |
+
HasPrerequisite
|
| 507 |
+
HasPrerequisite
|
| 508 |
+
HasPrerequisite
|
| 509 |
+
HasPrerequisite
|
| 510 |
+
HasPrerequisite
|
| 511 |
+
HasPrerequisite
|
| 512 |
+
HasPrerequisite
|
| 513 |
+
HasPrerequisite
|
| 514 |
+
HasPrerequisite
|
| 515 |
+
HasPrerequisite
|
| 516 |
+
HasPrerequisite
|
| 517 |
+
HasPrerequisite
|
| 518 |
+
HasPrerequisite
|
| 519 |
+
HasPrerequisite
|
| 520 |
+
HasPrerequisite
|
| 521 |
+
HasPrerequisite
|
| 522 |
+
HasPrerequisite
|
| 523 |
+
HasPrerequisite
|
| 524 |
+
HasPrerequisite
|
| 525 |
+
HasPrerequisite
|
| 526 |
+
HasPrerequisite
|
| 527 |
+
HasPrerequisite
|
| 528 |
+
HasPrerequisite
|
| 529 |
+
HasPrerequisite
|
| 530 |
+
HasPrerequisite
|
| 531 |
+
HasPrerequisite
|
| 532 |
+
HasPrerequisite
|
| 533 |
+
HasPrerequisite
|
| 534 |
+
HasPrerequisite
|
| 535 |
+
HasPrerequisite
|
| 536 |
+
HasPrerequisite
|
| 537 |
+
HasPrerequisite
|
| 538 |
+
HasPrerequisite
|
| 539 |
+
HasPrerequisite
|
| 540 |
+
HasPrerequisite
|
| 541 |
+
HasPrerequisite
|
| 542 |
+
HasPrerequisite
|
| 543 |
+
HasPrerequisite
|
| 544 |
+
HasPrerequisite
|
| 545 |
+
HasPrerequisite
|
| 546 |
+
HasPrerequisite
|
| 547 |
+
HasPrerequisite
|
| 548 |
+
HasPrerequisite
|
| 549 |
+
HasPrerequisite
|
| 550 |
+
HasPrerequisite
|
| 551 |
+
HasPrerequisite
|
| 552 |
+
HasPrerequisite
|
| 553 |
+
HasPrerequisite
|
| 554 |
+
HasPrerequisite
|
| 555 |
+
HasPrerequisite
|
| 556 |
+
HasPrerequisite
|
| 557 |
+
HasPrerequisite
|
| 558 |
+
HasPrerequisite
|
| 559 |
+
HasPrerequisite
|
| 560 |
+
HasPrerequisite
|
| 561 |
+
HasPrerequisite
|
| 562 |
+
HasPrerequisite
|
| 563 |
+
HasPrerequisite
|
| 564 |
+
HasPrerequisite
|
| 565 |
+
HasPrerequisite
|
| 566 |
+
HasPrerequisite
|
| 567 |
+
HasPrerequisite
|
| 568 |
+
HasPrerequisite
|
| 569 |
+
HasPrerequisite
|
| 570 |
+
HasPrerequisite
|
| 571 |
+
HasPrerequisite
|
| 572 |
+
HasPrerequisite
|
| 573 |
+
HasPrerequisite
|
| 574 |
+
HasPrerequisite
|
| 575 |
+
HasPrerequisite
|
| 576 |
+
HasPrerequisite
|
| 577 |
+
HasPrerequisite
|
| 578 |
+
HasPrerequisite
|
| 579 |
+
HasPrerequisite
|
| 580 |
+
HasPrerequisite
|
| 581 |
+
HasPrerequisite
|
| 582 |
+
HasPrerequisite
|
| 583 |
+
HasPrerequisite
|
| 584 |
+
HasPrerequisite
|
| 585 |
+
HasPrerequisite
|
| 586 |
+
HasPrerequisite
|
| 587 |
+
HasPrerequisite
|
| 588 |
+
HasPrerequisite
|
| 589 |
+
HasPrerequisite
|
| 590 |
+
HasPrerequisite
|
| 591 |
+
HasPrerequisite
|
| 592 |
+
HasPrerequisite
|
| 593 |
+
HasPrerequisite
|
| 594 |
+
HasPrerequisite
|
| 595 |
+
HasPrerequisite
|
| 596 |
+
HasPrerequisite
|
| 597 |
+
HasPrerequisite
|
| 598 |
+
HasPrerequisite
|
| 599 |
+
HasPrerequisite
|
| 600 |
+
HasPrerequisite
|
| 601 |
+
HasPrerequisite
|
| 602 |
+
HasPrerequisite
|
| 603 |
+
HasPrerequisite
|
| 604 |
+
HasPrerequisite
|
| 605 |
+
HasProperty
|
| 606 |
+
HasProperty
|
| 607 |
+
HasProperty
|
| 608 |
+
HasProperty
|
| 609 |
+
HasProperty
|
| 610 |
+
HasProperty
|
| 611 |
+
HasProperty
|
| 612 |
+
HasProperty
|
| 613 |
+
HasProperty
|
| 614 |
+
HasProperty
|
| 615 |
+
HasProperty
|
| 616 |
+
HasProperty
|
| 617 |
+
HasProperty
|
| 618 |
+
HasProperty
|
| 619 |
+
HasProperty
|
| 620 |
+
HasProperty
|
| 621 |
+
HasProperty
|
| 622 |
+
HasProperty
|
| 623 |
+
HasProperty
|
| 624 |
+
HasProperty
|
| 625 |
+
HasProperty
|
| 626 |
+
HasProperty
|
| 627 |
+
HasProperty
|
| 628 |
+
HasProperty
|
| 629 |
+
HasProperty
|
| 630 |
+
HasProperty
|
| 631 |
+
HasProperty
|
| 632 |
+
HasProperty
|
| 633 |
+
HasProperty
|
| 634 |
+
HasProperty
|
| 635 |
+
HasProperty
|
| 636 |
+
HasProperty
|
| 637 |
+
HasProperty
|
| 638 |
+
HasProperty
|
| 639 |
+
HasProperty
|
| 640 |
+
HasProperty
|
| 641 |
+
HasProperty
|
| 642 |
+
HasProperty
|
| 643 |
+
HasProperty
|
| 644 |
+
HasProperty
|
| 645 |
+
HasProperty
|
| 646 |
+
HasProperty
|
| 647 |
+
HasProperty
|
| 648 |
+
HasProperty
|
| 649 |
+
HasProperty
|
| 650 |
+
HasProperty
|
| 651 |
+
HasProperty
|
| 652 |
+
HasProperty
|
| 653 |
+
HasProperty
|
| 654 |
+
HasProperty
|
| 655 |
+
HasProperty
|
| 656 |
+
HasProperty
|
| 657 |
+
HasProperty
|
| 658 |
+
HasProperty
|
| 659 |
+
HasProperty
|
| 660 |
+
HasProperty
|
| 661 |
+
HasProperty
|
| 662 |
+
HasProperty
|
| 663 |
+
HasProperty
|
| 664 |
+
HasProperty
|
| 665 |
+
HasProperty
|
| 666 |
+
HasProperty
|
| 667 |
+
HasProperty
|
| 668 |
+
HasProperty
|
| 669 |
+
HasProperty
|
| 670 |
+
HasProperty
|
| 671 |
+
HasProperty
|
| 672 |
+
HasProperty
|
| 673 |
+
HasProperty
|
| 674 |
+
HasProperty
|
| 675 |
+
HasSubevent
|
| 676 |
+
HasSubevent
|
| 677 |
+
HasSubevent
|
| 678 |
+
HasSubevent
|
| 679 |
+
HasSubevent
|
| 680 |
+
HasSubevent
|
| 681 |
+
HasSubevent
|
| 682 |
+
HasSubevent
|
| 683 |
+
HasSubevent
|
| 684 |
+
HasSubevent
|
| 685 |
+
HasSubevent
|
| 686 |
+
HasSubevent
|
| 687 |
+
HasSubevent
|
| 688 |
+
HasSubevent
|
| 689 |
+
HasSubevent
|
| 690 |
+
HasSubevent
|
| 691 |
+
HasSubevent
|
| 692 |
+
HasSubevent
|
| 693 |
+
HasSubevent
|
| 694 |
+
HasSubevent
|
| 695 |
+
HasSubevent
|
| 696 |
+
HasSubevent
|
| 697 |
+
HasSubevent
|
| 698 |
+
HasSubevent
|
| 699 |
+
HasSubevent
|
| 700 |
+
HasSubevent
|
| 701 |
+
HasSubevent
|
| 702 |
+
HasSubevent
|
| 703 |
+
HasSubevent
|
| 704 |
+
HasSubevent
|
| 705 |
+
HasSubevent
|
| 706 |
+
HasSubevent
|
| 707 |
+
HasSubevent
|
| 708 |
+
HasSubevent
|
| 709 |
+
HasSubevent
|
| 710 |
+
HasSubevent
|
| 711 |
+
HasSubevent
|
| 712 |
+
HasSubevent
|
| 713 |
+
HasSubevent
|
| 714 |
+
HasSubevent
|
| 715 |
+
HasSubevent
|
| 716 |
+
HasSubevent
|
| 717 |
+
HasSubevent
|
| 718 |
+
HasSubevent
|
| 719 |
+
HasSubevent
|
| 720 |
+
HasSubevent
|
| 721 |
+
HasSubevent
|
| 722 |
+
HasSubevent
|
| 723 |
+
HasSubevent
|
| 724 |
+
HasSubevent
|
| 725 |
+
HasSubevent
|
| 726 |
+
HasSubevent
|
| 727 |
+
HasSubevent
|
| 728 |
+
HasSubevent
|
| 729 |
+
HasSubevent
|
| 730 |
+
HasSubevent
|
| 731 |
+
HasSubevent
|
| 732 |
+
HasSubevent
|
| 733 |
+
HasSubevent
|
| 734 |
+
HasSubevent
|
| 735 |
+
HasSubevent
|
| 736 |
+
HasSubevent
|
| 737 |
+
HasSubevent
|
| 738 |
+
HasSubevent
|
| 739 |
+
HasSubevent
|
| 740 |
+
HasSubevent
|
| 741 |
+
HasSubevent
|
| 742 |
+
HasSubevent
|
| 743 |
+
HasSubevent
|
| 744 |
+
HasSubevent
|
| 745 |
+
HasSubevent
|
| 746 |
+
HasSubevent
|
| 747 |
+
HasSubevent
|
| 748 |
+
HasSubevent
|
| 749 |
+
HasSubevent
|
| 750 |
+
HasSubevent
|
| 751 |
+
HasSubevent
|
| 752 |
+
HasSubevent
|
| 753 |
+
HasSubevent
|
| 754 |
+
HasSubevent
|
| 755 |
+
HasSubevent
|
| 756 |
+
HasSubevent
|
| 757 |
+
HasSubevent
|
| 758 |
+
IsA
|
| 759 |
+
IsA
|
| 760 |
+
IsA
|
| 761 |
+
IsA
|
| 762 |
+
IsA
|
| 763 |
+
IsA
|
| 764 |
+
IsA
|
| 765 |
+
IsA
|
| 766 |
+
IsA
|
| 767 |
+
IsA
|
| 768 |
+
IsA
|
| 769 |
+
IsA
|
| 770 |
+
IsA
|
| 771 |
+
IsA
|
| 772 |
+
IsA
|
| 773 |
+
IsA
|
| 774 |
+
IsA
|
| 775 |
+
IsA
|
| 776 |
+
IsA
|
| 777 |
+
IsA
|
| 778 |
+
IsA
|
| 779 |
+
IsA
|
| 780 |
+
IsA
|
| 781 |
+
IsA
|
| 782 |
+
IsA
|
| 783 |
+
IsA
|
| 784 |
+
IsA
|
| 785 |
+
IsA
|
| 786 |
+
IsA
|
| 787 |
+
IsA
|
| 788 |
+
IsA
|
| 789 |
+
IsA
|
| 790 |
+
IsA
|
| 791 |
+
IsA
|
| 792 |
+
IsA
|
| 793 |
+
IsA
|
| 794 |
+
IsA
|
| 795 |
+
IsA
|
| 796 |
+
IsA
|
| 797 |
+
IsA
|
| 798 |
+
IsA
|
| 799 |
+
IsA
|
| 800 |
+
IsA
|
| 801 |
+
IsA
|
| 802 |
+
IsA
|
| 803 |
+
IsA
|
| 804 |
+
IsA
|
| 805 |
+
IsA
|
| 806 |
+
IsA
|
| 807 |
+
IsA
|
| 808 |
+
IsA
|
| 809 |
+
IsA
|
| 810 |
+
IsA
|
| 811 |
+
IsA
|
| 812 |
+
IsA
|
| 813 |
+
IsA
|
| 814 |
+
IsA
|
| 815 |
+
IsA
|
| 816 |
+
IsA
|
| 817 |
+
IsA
|
| 818 |
+
IsA
|
| 819 |
+
IsA
|
| 820 |
+
IsA
|
| 821 |
+
IsA
|
| 822 |
+
IsA
|
| 823 |
+
IsA
|
| 824 |
+
IsA
|
| 825 |
+
IsA
|
| 826 |
+
IsA
|
| 827 |
+
IsA
|
| 828 |
+
IsA
|
| 829 |
+
IsA
|
| 830 |
+
IsA
|
| 831 |
+
IsA
|
| 832 |
+
IsA
|
| 833 |
+
IsA
|
| 834 |
+
IsA
|
| 835 |
+
IsA
|
| 836 |
+
IsA
|
| 837 |
+
IsA
|
| 838 |
+
IsA
|
| 839 |
+
IsA
|
| 840 |
+
IsA
|
| 841 |
+
IsA
|
| 842 |
+
IsA
|
| 843 |
+
IsA
|
| 844 |
+
IsA
|
| 845 |
+
IsA
|
| 846 |
+
IsA
|
| 847 |
+
IsA
|
| 848 |
+
IsA
|
| 849 |
+
IsA
|
| 850 |
+
IsA
|
| 851 |
+
IsA
|
| 852 |
+
IsA
|
| 853 |
+
IsA
|
| 854 |
+
IsA
|
| 855 |
+
IsA
|
| 856 |
+
IsA
|
| 857 |
+
IsA
|
| 858 |
+
IsA
|
| 859 |
+
IsA
|
| 860 |
+
IsA
|
| 861 |
+
IsA
|
| 862 |
+
IsA
|
| 863 |
+
IsA
|
| 864 |
+
IsA
|
| 865 |
+
IsA
|
| 866 |
+
IsA
|
| 867 |
+
IsA
|
| 868 |
+
IsA
|
| 869 |
+
IsA
|
| 870 |
+
IsA
|
| 871 |
+
IsA
|
| 872 |
+
IsA
|
| 873 |
+
IsA
|
| 874 |
+
IsA
|
| 875 |
+
IsA
|
| 876 |
+
IsA
|
| 877 |
+
IsA
|
| 878 |
+
IsA
|
| 879 |
+
IsA
|
| 880 |
+
IsA
|
| 881 |
+
IsA
|
| 882 |
+
IsA
|
| 883 |
+
IsA
|
| 884 |
+
IsA
|
| 885 |
+
IsA
|
| 886 |
+
IsA
|
| 887 |
+
IsA
|
| 888 |
+
IsA
|
| 889 |
+
IsA
|
| 890 |
+
IsA
|
| 891 |
+
IsA
|
| 892 |
+
IsA
|
| 893 |
+
IsA
|
| 894 |
+
IsA
|
| 895 |
+
IsA
|
| 896 |
+
IsA
|
| 897 |
+
IsA
|
| 898 |
+
IsA
|
| 899 |
+
IsA
|
| 900 |
+
IsA
|
| 901 |
+
IsA
|
| 902 |
+
IsA
|
| 903 |
+
IsA
|
| 904 |
+
IsA
|
| 905 |
+
IsA
|
| 906 |
+
IsA
|
| 907 |
+
IsA
|
| 908 |
+
IsA
|
| 909 |
+
IsA
|
| 910 |
+
IsA
|
| 911 |
+
IsA
|
| 912 |
+
IsA
|
| 913 |
+
IsA
|
| 914 |
+
IsA
|
| 915 |
+
IsA
|
| 916 |
+
IsA
|
| 917 |
+
IsA
|
| 918 |
+
IsA
|
| 919 |
+
IsA
|
| 920 |
+
IsA
|
| 921 |
+
IsA
|
| 922 |
+
IsA
|
| 923 |
+
IsA
|
| 924 |
+
IsA
|
| 925 |
+
IsA
|
| 926 |
+
IsA
|
| 927 |
+
IsA
|
| 928 |
+
IsA
|
| 929 |
+
IsA
|
| 930 |
+
IsA
|
| 931 |
+
IsA
|
| 932 |
+
IsA
|
| 933 |
+
IsA
|
| 934 |
+
IsA
|
| 935 |
+
IsA
|
| 936 |
+
IsA
|
| 937 |
+
IsA
|
| 938 |
+
IsA
|
| 939 |
+
IsA
|
| 940 |
+
IsA
|
| 941 |
+
IsA
|
| 942 |
+
IsA
|
| 943 |
+
IsA
|
| 944 |
+
IsA
|
| 945 |
+
IsA
|
| 946 |
+
IsA
|
| 947 |
+
IsA
|
| 948 |
+
IsA
|
| 949 |
+
IsA
|
| 950 |
+
IsA
|
| 951 |
+
IsA
|
| 952 |
+
IsA
|
| 953 |
+
IsA
|
| 954 |
+
IsA
|
| 955 |
+
IsA
|
| 956 |
+
IsA
|
| 957 |
+
IsA
|
| 958 |
+
IsA
|
| 959 |
+
IsA
|
| 960 |
+
IsA
|
| 961 |
+
IsA
|
| 962 |
+
IsA
|
| 963 |
+
IsA
|
| 964 |
+
IsA
|
| 965 |
+
IsA
|
| 966 |
+
IsA
|
| 967 |
+
IsA
|
| 968 |
+
IsA
|
| 969 |
+
MadeOf
|
| 970 |
+
MadeOf
|
| 971 |
+
MadeOf
|
| 972 |
+
MadeOf
|
| 973 |
+
MadeOf
|
| 974 |
+
MadeOf
|
| 975 |
+
MadeOf
|
| 976 |
+
MadeOf
|
| 977 |
+
MadeOf
|
| 978 |
+
MadeOf
|
| 979 |
+
MadeOf
|
| 980 |
+
MadeOf
|
| 981 |
+
MadeOf
|
| 982 |
+
MadeOf
|
| 983 |
+
MotivatedByGoal
|
| 984 |
+
MotivatedByGoal
|
| 985 |
+
MotivatedByGoal
|
| 986 |
+
MotivatedByGoal
|
| 987 |
+
MotivatedByGoal
|
| 988 |
+
MotivatedByGoal
|
| 989 |
+
MotivatedByGoal
|
| 990 |
+
MotivatedByGoal
|
| 991 |
+
PartOf
|
| 992 |
+
PartOf
|
| 993 |
+
PartOf
|
| 994 |
+
PartOf
|
| 995 |
+
PartOf
|
| 996 |
+
PartOf
|
| 997 |
+
PartOf
|
| 998 |
+
PartOf
|
| 999 |
+
PartOf
|
| 1000 |
+
PartOf
|
| 1001 |
+
PartOf
|
| 1002 |
+
PartOf
|
| 1003 |
+
PartOf
|
| 1004 |
+
PartOf
|
| 1005 |
+
PartOf
|
| 1006 |
+
PartOf
|
| 1007 |
+
PartOf
|
| 1008 |
+
PartOf
|
| 1009 |
+
PartOf
|
| 1010 |
+
PartOf
|
| 1011 |
+
PartOf
|
| 1012 |
+
PartOf
|
| 1013 |
+
ReceivesAction
|
| 1014 |
+
ReceivesAction
|
| 1015 |
+
ReceivesAction
|
| 1016 |
+
ReceivesAction
|
| 1017 |
+
ReceivesAction
|
| 1018 |
+
ReceivesAction
|
| 1019 |
+
ReceivesAction
|
| 1020 |
+
ReceivesAction
|
| 1021 |
+
ReceivesAction
|
| 1022 |
+
ReceivesAction
|
| 1023 |
+
ReceivesAction
|
| 1024 |
+
UsedFor
|
| 1025 |
+
UsedFor
|
| 1026 |
+
UsedFor
|
| 1027 |
+
UsedFor
|
| 1028 |
+
UsedFor
|
| 1029 |
+
UsedFor
|
| 1030 |
+
UsedFor
|
| 1031 |
+
UsedFor
|
| 1032 |
+
UsedFor
|
| 1033 |
+
UsedFor
|
| 1034 |
+
UsedFor
|
| 1035 |
+
UsedFor
|
| 1036 |
+
UsedFor
|
| 1037 |
+
UsedFor
|
| 1038 |
+
UsedFor
|
| 1039 |
+
UsedFor
|
| 1040 |
+
UsedFor
|
| 1041 |
+
UsedFor
|
| 1042 |
+
UsedFor
|
| 1043 |
+
UsedFor
|
| 1044 |
+
UsedFor
|
| 1045 |
+
UsedFor
|
| 1046 |
+
UsedFor
|
| 1047 |
+
UsedFor
|
| 1048 |
+
UsedFor
|
| 1049 |
+
UsedFor
|
| 1050 |
+
UsedFor
|
| 1051 |
+
UsedFor
|
| 1052 |
+
UsedFor
|
| 1053 |
+
UsedFor
|
| 1054 |
+
UsedFor
|
| 1055 |
+
UsedFor
|
| 1056 |
+
UsedFor
|
| 1057 |
+
UsedFor
|
| 1058 |
+
UsedFor
|
| 1059 |
+
UsedFor
|
| 1060 |
+
UsedFor
|
| 1061 |
+
UsedFor
|
| 1062 |
+
UsedFor
|
| 1063 |
+
UsedFor
|
| 1064 |
+
UsedFor
|
| 1065 |
+
UsedFor
|
| 1066 |
+
UsedFor
|
| 1067 |
+
UsedFor
|
| 1068 |
+
UsedFor
|
| 1069 |
+
UsedFor
|
| 1070 |
+
UsedFor
|
| 1071 |
+
UsedFor
|
| 1072 |
+
UsedFor
|
| 1073 |
+
UsedFor
|
| 1074 |
+
UsedFor
|
| 1075 |
+
UsedFor
|
| 1076 |
+
UsedFor
|
| 1077 |
+
UsedFor
|
| 1078 |
+
UsedFor
|
| 1079 |
+
UsedFor
|
| 1080 |
+
UsedFor
|
| 1081 |
+
UsedFor
|
| 1082 |
+
UsedFor
|
| 1083 |
+
UsedFor
|
| 1084 |
+
UsedFor
|
| 1085 |
+
UsedFor
|
| 1086 |
+
UsedFor
|
| 1087 |
+
UsedFor
|
| 1088 |
+
UsedFor
|
| 1089 |
+
UsedFor
|
| 1090 |
+
UsedFor
|
| 1091 |
+
UsedFor
|
| 1092 |
+
UsedFor
|
| 1093 |
+
UsedFor
|
| 1094 |
+
UsedFor
|
| 1095 |
+
UsedFor
|
| 1096 |
+
UsedFor
|
| 1097 |
+
UsedFor
|
| 1098 |
+
UsedFor
|
| 1099 |
+
UsedFor
|
| 1100 |
+
UsedFor
|
| 1101 |
+
UsedFor
|
| 1102 |
+
UsedFor
|
| 1103 |
+
UsedFor
|
| 1104 |
+
UsedFor
|
| 1105 |
+
UsedFor
|
| 1106 |
+
UsedFor
|
| 1107 |
+
UsedFor
|
| 1108 |
+
UsedFor
|
| 1109 |
+
UsedFor
|
| 1110 |
+
UsedFor
|
| 1111 |
+
UsedFor
|
| 1112 |
+
UsedFor
|
| 1113 |
+
UsedFor
|
| 1114 |
+
UsedFor
|
| 1115 |
+
UsedFor
|
| 1116 |
+
UsedFor
|
| 1117 |
+
UsedFor
|
| 1118 |
+
UsedFor
|
| 1119 |
+
UsedFor
|
| 1120 |
+
UsedFor
|
| 1121 |
+
UsedFor
|
| 1122 |
+
UsedFor
|
| 1123 |
+
UsedFor
|
| 1124 |
+
UsedFor
|
| 1125 |
+
UsedFor
|
| 1126 |
+
UsedFor
|
| 1127 |
+
UsedFor
|
| 1128 |
+
UsedFor
|
| 1129 |
+
UsedFor
|
| 1130 |
+
UsedFor
|
| 1131 |
+
UsedFor
|
| 1132 |
+
UsedFor
|
| 1133 |
+
UsedFor
|
| 1134 |
+
UsedFor
|
| 1135 |
+
UsedFor
|
| 1136 |
+
UsedFor
|
| 1137 |
+
UsedFor
|
| 1138 |
+
UsedFor
|
| 1139 |
+
UsedFor
|
| 1140 |
+
UsedFor
|
| 1141 |
+
UsedFor
|
| 1142 |
+
UsedFor
|
| 1143 |
+
UsedFor
|
| 1144 |
+
UsedFor
|
| 1145 |
+
UsedFor
|
| 1146 |
+
UsedFor
|
| 1147 |
+
UsedFor
|
| 1148 |
+
UsedFor
|
| 1149 |
+
UsedFor
|
| 1150 |
+
UsedFor
|
| 1151 |
+
UsedFor
|
| 1152 |
+
UsedFor
|
| 1153 |
+
UsedFor
|
| 1154 |
+
UsedFor
|
| 1155 |
+
UsedFor
|
| 1156 |
+
UsedFor
|
| 1157 |
+
UsedFor
|
| 1158 |
+
UsedFor
|
| 1159 |
+
UsedFor
|
| 1160 |
+
UsedFor
|
| 1161 |
+
UsedFor
|
| 1162 |
+
UsedFor
|
| 1163 |
+
UsedFor
|
| 1164 |
+
UsedFor
|
| 1165 |
+
UsedFor
|
| 1166 |
+
UsedFor
|
| 1167 |
+
UsedFor
|
| 1168 |
+
UsedFor
|
| 1169 |
+
UsedFor
|
| 1170 |
+
UsedFor
|
| 1171 |
+
UsedFor
|
| 1172 |
+
UsedFor
|
| 1173 |
+
UsedFor
|
| 1174 |
+
UsedFor
|
| 1175 |
+
UsedFor
|
| 1176 |
+
UsedFor
|
| 1177 |
+
UsedFor
|
| 1178 |
+
UsedFor
|
| 1179 |
+
UsedFor
|
| 1180 |
+
UsedFor
|
| 1181 |
+
UsedFor
|
| 1182 |
+
UsedFor
|
| 1183 |
+
UsedFor
|
| 1184 |
+
UsedFor
|
vis_conceptnet_relational_similarity/relbert-roberta-large-nce-d-semeval2012.figure.png
ADDED
|
vis_nell_relational_similarity/relbert-roberta-large-nce-d-semeval2012.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba63f1df4a28cb3125336398a2aa3c5e248e928bb3077f1c243a5379fd4ce525
|
| 3 |
+
size 5495050
|
vis_nell_relational_similarity/relbert-roberta-large-nce-d-semeval2012.cluster.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
,concept:automobilemakerdealersincity,concept:automobilemakerdealersincountry,concept:geopoliticallocationresidenceofpersion,concept:politicianusendorsespoliticianus,concept:producedby,concept:teamcoach
|
| 2 |
+
0,"['Honda__Seattle', 'Honda__Dallas', 'Honda__Orlando', 'Honda__Tucson', 'Honda__Sacramento', 'Honda__San_Antonio', 'Honda__Fort_Worth', 'Honda__Denver', 'Honda__Memphis', 'Honda__Knoxville', 'Honda__Atlanta', 'Honda__Philadelphia', 'Honda__Tampa', 'Honda__San_Diego', 'Honda__Jacksonville']","['Volkswagen__UK', 'Hyundai__UK', 'Toyota__UK', 'Audi__UK', 'Mazda__UK']","['Cheboygan__Terry_Blaskowski', 'Cheboygan__Cheryl', 'Shaker_Heights__Paul', 'Shaker_Heights__Arthur', 'Ypsilanti__Christine_Moellering', 'Ypsilanti__Mark_Moellering', 'Hollywood__Woodward', 'Hollywood__Newman', 'Florida__Alex_Sink', 'Florida__Charlie_Crist', 'France_France__Kathleen', 'Westport__Woodward', 'Westport__Newman', 'Havana__Fidel', 'China__Guo_Jingjing', 'Arabia_Saudita__Qusai_Khidr', 'Fresno__Ashley_Swearengin', 'Edmonton__Stephen_Mandel', 'Toronto__Rob_Ford', 'United_Arab_Emirates__Mohammed_Bin_Rashid_Al_Maktoum', 'Dubai__Mohammed_Bin_Rashid_Al_Maktoum', 'California__Arnold_Schwarzenegger', 'Spain__Javier_Bardem', 'Spain__Lionel_Messi', 'U_S__Barack_Obama', 'Tanzania__Julius_Nyerere', 'West_Jordan__Larry_I_Rougle', 'Mexico__Goffredo_Marcaccini', 'Mexico__Alix_Goldsmith', 'Mexico__James_Goldsmith', 'Mexico__Lorena_Ochoa', 'Martinique__Aime_Cesaire', 'Cuba__Fidel', 'Cuba__Fidel_Castro', 'Connecticut__Governor', 'Jalisco__Goffredo_Marcaccini', 'Jalisco__Alix_Goldsmith', 'Jalisco__James_Goldsmith', 'Shanghai__Han_Zheng', 'Utah__Larry_I_Rougle', 'Zimbabwe__Mugabe', 'London_City__Boris_Johnson', 'London_City__Ken_Livingstone', 'Illinois__Senator', 'Illinois__Representative', 'Illinois__Barack_Obama', 'Zambia__Kenneth_Kaunda', 'Philadelphia__Michael_Nutter', 'Israel__Sheetrit', 'Nevada__Sig_Rogich', 'North_Carolina__Jesse_Helms', 'Brazil__Jose_Padilha', 'Zambian__Levy_Mwanawasa', 'Sri_Lanka__Arthur_C_Clarke', 'Los_Angeles_Ca__Antonio_Villaraigosa', 'Los_Angeles_Ca__Richard_Riordan', 'Rome__Walter_Veltroni', 'Nashville__Bill_Purcell', 'Ohio__Paul', 'Ohio__Arthur', 'Indonesian__Suharto', 'Michigan__John_Engler', 'New_Mexico__Domenici', 'Portland__Sam_Adams', 'Beijing__Guo_Jingjing', 'Seattle__Wife', 'Honolulu__Mufi_Hannemann', 'Baltimore__Sheila_Dixon', 'Chicago_South__Richard_M_Daley', 'Virginia__Mildred_Jeter_Loving', 'Milwaukee__Tom_Barrett', 'Alaska__Frank_H_Murkowski', 'Alaska__Sarah_Palin', 'Texas__Jeffrey_D_Kettle', 'Texas__US_Senator', 'Texas__Tom_Delay', 'Texas__Kent_Hance', 'US__Jesse_Helms', 'US__Barack_Obama', 'US__President_George', 'Detroit__Dave_Bing', 'Detroit__John_D_Dingell', 'Arizona__Morris_K_Udall', 'Arizona__Senator', 'Arizona__Mr', 'New_Jersey__Woodrow_Wilson', 'London__Meg_Rosoff', 'London__Boris_Johnson', 'London__Ken_Livingstone', 'Southern_African_Country__Robert_Mugabe', 'Georgia__Senator']","['Andrew_Jackson__Clinton', 'F_Kennedy__Abraham_Lincoln', 'Kennedy__Mccain', 'Barbra_Streisand__Clinton', 'Presidential_Candidate_John_Mccain__Palin', 'Presidential_Candidate_John_Mccain__Barack_Obama', 'Democratic_Presidential_Nominee_Barack_Obama__Mccain', 'Joe_Biden__President_Barack_Obama', 'Joe_Biden__Clinton', 'Joe_Biden__Mccain', 'Joe_Biden__Former_President_Bill_Clinton', 'Joe_Biden__Barack_Obama', 'Barrack_Obama__Clinton', 'Barrack_Obama__Mccain', 'President_George_W_Bush__Gore', 'President_George_W_Bush__Clinton', 'President_George_W_Bush__Mccain', 'President_George_W_Bush__Condoleezza_Rice', 'President_George_W_Bush__Dick_Cheney', 'President_George_W_Bush__John_Kerry', 'Senator_Hillary_Clinton__Mccain', 'Al_Gore__Clinton', 'Al_Gore__Former_President_Bill_Clinton', 'Al_Gore__Barack_Obama', 'Al_Gore__John_Kerry', 'Al_Gore__Bill_Clinton', 'Governor_Sarah_Palin__Mccain', 'Governor_Sarah_Palin__John_Mccain', 'Michael_Moore__Clinton', 'Sen_Mccain__Palin', 'John_Edwards__Clinton', 'John_Edwards__Barack_Obama', 'John_Edwards__John_Kerry', 'Jesse_Jackson__Clinton', 'Michelle_Obama__Clinton', 'Gerald_Ford__Bush', 'Ted_Kennedy__Clinton', 'Senator_Obama__Clinton', 'Harry_Reid__Clinton', 'President_Elect_Obama__Clinton', 'Condoleezza_Rice__Clinton', 'Robert_Kennedy__Clinton', 'Rahm_Emanuel__Clinton', 'John_F_Kennedy__Clinton', 'John_Mccain__Palin', 'John_Mccain__Gore', 'John_Mccain__Gov_Sarah_Palin', 'John_Mccain__Governor_Sarah_Palin', 'John_Mccain__Clinton', 'John_Mccain__Nominee_Barack_Obama', 'John_Mccain__Romney', 'John_Mccain__Senator_Barack_Obama', 'Hillary__Gore', 'Republican_Presidential_Nominee_John_Mccain__Palin', 'Romney__Clinton', 'Jimmy_Carter__President_Bush', 'Jimmy_Carter__Bush', 'Jimmy_Carter__President_Gerald_Ford', 'Defense_Secretary_Donald_Rumsfeld__Condoleezza_Rice', 'George_H_W_Bush__President_Ronald_Reagan', 'Clinton__Abraham_Lincoln', 'Clinton__Jon_Stewart', 'Clinton__Michael_Moore', 'Clinton__Gloria_Steinem', 'Clinton__Colin_Powell', 'Clinton__Huckabee', 'Clinton__Bill_Bradley', 'Clinton__Gore', 'Clinton__Barrack_Obama', 'Clinton__Charles_Schumer', 'Clinton__President_Bush', 'Clinton__Bill_Richardson', 'Clinton__Chris_Dodd', 'Clinton__Richard_Nixon', 'Clinton__Wesley_Clark', 'Clinton__Howard_Dean', 'Clinton__President_Barack_Obama', 'Clinton__Candidate_Barack_Obama', 'Clinton__Former_President_Bush', 'Clinton__Mccain', 'Clinton__George_H_W_Bush', 'Clinton__Bob_Dole', 'Clinton__Senator_Kerry', 'Clinton__Condoleezza_Rice', 'Clinton__Senator_Obama', 'Clinton__President_Barack', 'Clinton__Fred_Thompson', 'Clinton__Jesse_Jackson', 'Clinton__Tipper_Gore', 'Clinton__Barack_Obama', 'Clinton__President_George_H_Bush', 'Clinton__Caroline_Kennedy', 'Clinton__Senator_Joe_Biden', 'Clinton__Joe_Biden', 'Clinton__Nominee_Barack_Obama', 'Clinton__Democratic_Presidential_Candidate_Barack_Obama', 'Clinton__Former_President_George_Bush', 'Clinton__Laura_Bush', 'Clinton__Romney', 'Clinton__President_Elect_Obama', 'Clinton__Presidential_Candidate_Barack_Obama', 'Clinton__Barack_Hussein', 'Clinton__Bush', 'Clinton__Joe_Lieberman', 'Clinton__Rudy_Giuliani', 'Clinton__John_F_Kennedy', 'Clinton__Senator_Mccain', 'Clinton__John_Mccain', 'Clinton__Sen_Barack', 'Clinton__Barack', 'Clinton__Candidates_Barack_Obama', 'Clinton__President_George_W_Bush', 'Clinton__Martin_Luther_King', 'Clinton__George_Washington', 'Clinton__President_Jimmy_Carter', 'Clinton__George_W_Bush', 'Clinton__President_Elect_Barack_Obama', 'Clinton__Barney_Frank', 'Clinton__Ted_Kennedy', 'Clinton__Eliot_Spitzer', 'Clinton__Al_Gore', 'Clinton__Harry_Reid', 'Clinton__Sen_Barack_Obama', 'Clinton__Michael_Jordan', 'Clinton__Harry_Truman', 'Clinton__Mark_Warner', 'Clinton__Mike_Huckabee', 'John_Ashcroft__Bush', 'Mr_Mccain__Palin', 'Ronald_Reagan__Bush', 'Ronald_Reagan__President_Gerald_Ford', 'Wesley_Clark__Hillary_Clinton', 'James_Baker__Bush', 'Former_President_Bill_Clinton__Gore', 'Former_President_Bill_Clinton__Bush', 'Former_President_Bill_Clinton__Al_Gore', 'Bill_Richardson__Clinton', 'Democratic_Presidential_Candidate_Barack_Obama__Clinton', 'Richard_Nixon__Clinton', 'Richard_Nixon__Kennedy', 'Former_President_Clinton__Gore', 'Former_President_Clinton__Bush', 'President_Clinton__Bush', 'President_Clinton__Al_Gore', 'Hillary_Clinton__Gore', 'Hillary_Clinton__Mccain', 'Hillary_Clinton__Barack_Obama', 'Hillary_Clinton__President_Obama', 'Hillary_Clinton__Romney', 'Herman_Cain__Romney', 'Presidents_Reagan__Bush', 'Senator_Barack_Obama__Clinton', 'Senator_Barack_Obama__Mccain', 'Nominee_Barack_Obama__Clinton', 'Nominee_Barack_Obama__Mccain', 'George_W_Bush__Gore', 'George_W_Bush__Clinton', 'George_W_Bush__Mccain', 'Colin_Powell__Clinton', 'Colin_Powell__Mccain', 'Colin_Powell__Bush', 'President_Bush__Palin', 'President_Bush__Gore', 'President_Bush__Clinton', 'President_Bush__Condoleezza_Rice', 'Alaska_Gov_Sarah_Palin__Mccain', 'Bill_Clinton__Gore', 'Bill_Clinton__State_Hillary_Clinton', 'Bill_Clinton__President_George_H_W_Bush', 'Bill_Clinton__Hillary_Clinton', 'Bill_Clinton__Bush', 'Bill_Clinton__President_George_W_Bush', 'Bill_Clinton__Al_Gore', 'Caroline_Kennedy__Clinton', 'Caroline_Kennedy__Barack_Obama', 'Hopeful_Barack_Obama__Mccain', 'Rick_Santorum__Romney', 'President_George_Bush__Clinton', 'President_George_Bush__Mccain', 'Alaska_Governor_Sarah_Palin__Mccain', 'Barack_Obama__Palin', 'Barack_Obama__Gore', 'Barack_Obama__Rick_Santorum', 'Barack_Obama__Senator_John_Mccain', 'Barack_Obama__Clinton', 'Barack_Obama__Mccain', 'Barack_Obama__Former_President_Bill_Clinton', 'Barack_Obama__Joe_Biden', 'Barack_Obama__Mitt_Romney', 'Barack_Obama__Romney', 'Laura_Bush__Clinton', 'President_Elect_Barack_Obama__Clinton', 'President_Elect_Barack_Obama__Mccain', 'Lyndon_Johnson__Kennedy', 'Gore__Hillary', 'Gore__President_Bush', 'Gore__Vice_President_Cheney', 'Gore__Clinton', 'Gore__Former_President_Bill_Clinton', 'Gore__Former_President_Clinton', 'Gore__Hillary_Clinton', 'Gore__Bill', 'Gore__President_Jimmy_Carter', 'Gore__Bill_Clinton', 'Senator_Kerry__Clinton', 'Bush__Hillary', 'Bush__Michael_Moore', 'Bush__Colin_Powell', 'Bush__Herbert_Hoover', 'Bush__President_Clinton', 'Bush__Senator_John_Mccain', 'Bush__Vice_President_Al_Gore', 'Bush__Clinton', 'Bush__Senator_John_Kerry', 'Bush__Senator_Kerry', 'Bush__Senator_Clinton', 'Bush__Karl_Rove', 'Bush__Former_President_Bill_Clinton', 'Bush__Lieberman', 'Bush__Ronald_Reagan', 'Bush__Vice_President_Dick_Cheney', 'Bush__Former_President_Clinton', 'Bush__Santorum', 'Bush__Mitt_Romney', 'Bush__President_Elect_Obama', 'Bush__Rudy_Giuliani', 'Bush__Dick_Cheney', 'Bush__John_Ashcroft', 'Bush__Senator_Mccain', 'Bush__John_Mccain', 'Bush__President_Jimmy_Carter', 'Bush__Donald_Rumsfeld', 'Bush__John_Kerry', 'Bush__Al_Gore', 'Bush__Bill_Clinton', 'Bill__Gore', 'Candidate_Barack_Obama__Clinton', 'Bradley__Al_Gore', 'Eliot_Spitzer__Clinton', 'Donald_Trump__Romney', 'Gloria_Steinem__Clinton', 'President_Jimmy_Carter__Gore', 'Tipper_Gore__Clinton', 'Senator_John_Mccain__Palin', 'Senator_John_Mccain__Governor_Sarah_Palin', 'Senator_John_Mccain__Sarah_Palin', 'Senator_John_Mccain__Romney', 'Candidates_Barack_Obama__Clinton', 'Senator_Mccain__Palin', 'Senator_Mccain__Clinton', 'Senator_Mccain__Sarah_Palin', 'Senator_Mccain__Romney', 'Senator_Mccain__Bush', 'Dwight_Eisenhower__Kennedy', 'Howard_Dean__Clinton', 'Democrat_Barack_Obama__Mccain', 'Mccain__Palin', 'Mccain__Gov_Sarah_Palin', 'Mccain__Democrat_Obama', 'Mccain__Barrack_Obama', 'Mccain__Governor_Sarah_Palin', 'Mccain__Candidate_Barack_Obama', 'Mccain__Clinton', 'Mccain__Senator_Obama', 'Mccain__Fred_Thompson', 'Mccain__Nominee_Barack_Obama', 'Mccain__Democratic_Presidential_Candidate_Barack_Obama', 'Mccain__Presidential_Candidate_Barack_Obama', 'Mccain__Joe_Lieberman', 'Mccain__Dick_Cheney', 'Mccain__President_George_W_Bush', 'Mccain__President_Elect_Barack_Obama', 'Mccain__Democrat_Barack_Obama', 'Vice_President_Al_Gore__Clinton', 'Elizabeth_Dole__Clinton', 'Charles_Schumer__Clinton', 'Hillary_Rodham_Clinton__Mccain', 'Hillary_Rodham_Clinton__Senator_Barack_Obama', 'Gov_Sarah_Palin__Mccain', 'Gov_Sarah_Palin__John_Mccain', 'Bill_Bradley__Vice_President_Al_Gore', 'Bill_Bradley__Clinton', 'Tim_Pawlenty__Romney', 'Joe_Lieberman__Clinton', 'Joe_Lieberman__Mccain', 'Lindsey_Graham__Mccain', 'Democrat_Obama__Mccain', 'Hilary_Clinton__Mccain', 'Mike_Huckabee__Clinton', 'Mike_Huckabee__Mccain', 'Mike_Huckabee__Romney', 'Fred_Thompson__Clinton', 'Fred_Thompson__Mccain', 'Fred_Thompson__John_Mccain', 'John_Kerry__Gore', 'John_Kerry__President_Bush', 'John_Kerry__President_George_W_Bush', 'John_Kerry__John_Edwards', 'John_Kerry__Bush', 'John_Kerry__Al_Gore', 'President_Obama__Hillary_Clinton', 'Rudy_Giuliani__Clinton', 'Rudy_Giuliani__Mccain', 'Rudy_Giuliani__Romney', 'Rudy_Giuliani__John_Mccain', 'Arnold_Schwarzenegger__Clinton', 'Madeleine_Albright__Clinton', 'Sen_Barack_Obama__Clinton', 'Senators_Barack_Obama__Clinton', 'Palin__Mr_Mccain', 'Palin__Sen_Mccain', 'Palin__President_Bush', 'Palin__Senator_John_Mccain', 'Palin__Clinton', 'Palin__Mccain', 'Palin__President_Obama', 'Palin__Presidential_Candidate_John_Mccain', 'Palin__Romney', 'Palin__Senator_Mccain', 'Palin__John_Mccain', 'Palin__Republican_Presidential_Nominee_John_Mccain', 'Palin__Presidential_Nominee_John_Mccain', 'Barney_Frank__Clinton', 'President_Barack_Obama__Clinton', 'Presidential_Nominee_John_Mccain__Palin', 'Abraham_Lincoln__Clinton', 'Abraham_Lincoln__F_Kennedy', 'Jeb_Bush__Romney', 'Sarah_Palin__Senator_John_Mccain', 'Sarah_Palin__Clinton', 'Sarah_Palin__Mccain', 'Sarah_Palin__Presidential_Candidate_John_Mccain', 'Sarah_Palin__Senator_Mccain', 'Sarah_Palin__John_Mccain', 'Mark_Warner__Clinton', 'Huckabee__Clinton', 'Former_President_Bush__Clinton', 'Harry_Truman__Clinton', 'Dick_Cheney__President_Bush', 'Dick_Cheney__Mccain', 'Dick_Cheney__Bush', 'Dick_Cheney__John_Mccain', 'Dick_Cheney__President_George_W_Bush', 'George_W_Bush__President_Clinton', 'George_W_Bush__President_Ronald_Reagan', 'George_W_Bush__Vice_President_Al_Gore', 'George_W_Bush__Former_President_Bill_Clinton', 'George_W_Bush__Ronald_Reagan', 'George_W_Bush__President_Obama', 'George_W_Bush__Dick_Cheney', 'Mitt_Romney__Mccain', 'Presidential_Candidate_Barack_Obama__Clinton', 'Presidential_Candidate_Barack_Obama__Mccain', 'Bob_Dole__Clinton', 'Chris_Dodd__Clinton', 'Chris_Dodd__Barack_Obama']","['Explorer__Ford', 'Prius__Toyota', 'Pinto__Ford', 'Pilot__Honda', 'Windstar_Wagon__Ford', 'Yaris__Toyota', 'Corolla__Toyota', 'Expedition__Ford', 'Ridgeline__Honda', 'F_150__Ford', 'Altima__Nissan', 'Nissan_Maxima__Honda', 'Explorer_Sport__Ford', 'Civic_Hybrid__Honda', 'Ford_Fusion__Honda', 'Odyssey__Honda', 'Civic_Si__Honda', 'E_100_Econoline__Ford', '300zx__Nissan', 'Tundra__Toyota', 'E_150_Econoline__Ford', 'Versa__Nissan', 'Maxima__Nissan', '240sx__Nissan', 'Land_Cruiser__Toyota', 'Civic__Honda', 'Fusion_Hybrid__Ford', 'Fiesta__Ford', 'Camry__Toyota', 'Mustang__Ford', 'Expedition_El__Ford', 'Highlander_Hybrid__Toyota', 'Beetle__Volkswagen', 'Ford_Explorer__Toyota', 'Insight__Honda', 'Fairlane__Ford', 'Escort__Ford', 'F350__Ford', 'F150__Ford', 'Pathfinder__Nissan', 'Quest__Nissan']","['Cavaliers__Lebron_James', 'Titans__Jeff_Fisher', 'Southern_Miss_Lady_Golden_Eagles__Larry_Fedora', 'Lsu__John_Brady', 'Diamondbacks__Ryan_Webb', 'Wildcats__Lute_Olson', 'Los_Angeles_Lakers__Ike_Brown', 'Los_Angeles_Lakers__Kurt_Rambis', 'Washington_Capitals__Bruce_Boudreau', 'Tcu_Horned_Frogs__Gary_Patterson', 'Stanford_Cardinals__Trent_Johnson', 'Boston_Celtics__Doc_Rivers', 'Pittsburgh_Penguins__Michel_Therrien', 'Seminoles__Bobby_Bowden', 'Usc__Tim_Floyd', 'Usc__Pete_Carroll', 'Wake_Forest_University__Skip_Prosser', 'Wake_Forest_University__Jim_Grobe', 'Louisiana_Technical_College_Bastrop_Campus__Derek_Dooley', 'Louisiana_Technical_College_Bastrop_Campus__Sonny_Dykes', 'Cal_Poly__Tim_Walsh', 'Ole_Miss__Houston_Nutt', 'Ole_Miss__Hugh_Freeze', 'Ole_Miss__Ed_Orgeron', 'Kansas_State__Bill_Snyder', 'Kansas_State__Ron_Prince', 'San_Jose_State_Spartans__Dick_Tomey', 'Bobcats__Larry_Brown', 'Ex_Pittsburgh_Steelers__Chuck_Noll', 'Ex_Pittsburgh_Steelers__Mike_Tomlin', 'New_York_Mets__Barry_Bonds', 'New_York_Mets__Beltran', 'New_York_Mets__Mike_Pelfrey', 'New_York_Mets__Jason_Bay', 'New_York_Mets__Andres_Torres', 'New_York_Mets__Jorge_Posada', 'New_York_Mets__Francisco_Liriano', 'New_York_Jets__Eric_Mangini', 'New_York_Jets__Tim_Tebow', 'Memphis_Grizzlies__Marc_Iavaroni', 'Royals__David_Dejesus', 'Royals__Zack_Greinke', 'St_Louis_Rams__Scott_Linehan', 'St_Louis_Rams__Steve_Spagnuolo', 'Florida_Gators__Billy_Donovan', 'Florida_Gators__Urban_Meyer', 'Princeton__Bill_Tierney', 'Tampa_Bay_Devil_Rays__Matt_Garza', 'Philadelphia_Eagles__Andy_Reid', 'Ohio_State_University__Luke_Fickell', 'Ohio_State_University__Jim_Tressel', 'Maryland__Ralph_Friedgen', 'San_Diego_Padres__Mark_Kotsay', 'San_Diego_Padres__Tony_Gwynn', 'San_Diego_Padres__Kyle_Blanks', 'Florida_State__Leonard_Hamilton', 'Florida_State__Jimbo_Fisher', 'Knicks__Isiah_Thomas', 'Knicks__Mike_D_Antoni', 'Bad_Cubs__Ted_Lilly', 'Bad_Cubs__Moises_Alou', 'Yankees__Xavier_Nady', 'Yankees__Alberto_Arias', 'Yankees__Curtis_Granderson', 'Illini__Bruce_Weber', 'Illini__Ron_Zook', 'Red_Sox__Dontrelle_Willis', 'Red_Sox__Josh_Beckett', 'Red_Sox__Alex_Auld', 'Red_Sox__Cj_Watson', 'Red_Sox__Logan_Kensing', 'Utah_State__Gary_Andersen', 'Utah_State__Brent_Guy', 'Colorado_Rockies__Dexter_Fowler', 'Colorado_Rockies__Ubaldo_Jimenez', 'Colorado_Rockies__Josh_Williams', 'Colorado_Rockies__J_D_Drew', 'Colorado_Rockies__Seth_Smith', 'Kentucky_Wildcats__Billy_Gillispie', 'Former_San_Francisco_Giants__Gary_Carter', 'Seattle_Mariners__Chone_Figgins', 'Seattle_Mariners__Franklin_Gutierrez', 'Seattle_Mariners__Eric_Milton', 'Seattle_Mariners__Felix_Hernandez', 'Seattle_Mariners__Raul_Ibanez', 'Utah_Jazz__Jerry_Sloan', 'Chicago_Cardinals__Colby_Rasmus', 'Chicago_Cardinals__Ryan_Ludwick', 'Chicago_Cardinals__Dominique_Rodgers_Cromartie', 'Chicago_Cardinals__Rick_Pitino', 'Chicago_Cardinals__Ken_Whisenhunt', 'Chicago_Cardinals__Mike_Schmidt', 'Chicago_Cardinals__Lance_Berkman', 'St_Louis_Rams__Mike_Martz', 'Ottawa_Senators__Craig_Hartsburg', 'Tampa_Bay_Bucs__Raheem_Morris', 'Tampa_Bay_Bucs__Gruden', 'Tampa_Bay_Bucs__Jon_Gruden', 'Duke_University__David_Cutcliffe', 'Duke_University__Mike_Krzyzewski', 'Marlins__Chris_Coghlan', 'Marlins__Kent_Mercker', 'Marlins__Jeremy_Affeldt', 'Nc_State__Kay_Yow', 'Washington_Huskies__Steve_Sarkisian', 'Notre_Dame__Tyrone_Willingham', 'Notre_Dame__Lou_Holtz', 'Notre_Dame__Mike_Brey', 'Notre_Dame__Frank_Leahy', 'Notre_Dame__Digger_Phelps', 'Notre_Dame__Charlie_Weis', 'Hokies__Seth_Greenberg', 'Hokies__Frank_Beamer', 'Dodgers__Jayson_Werth', 'Dodgers__Michael_Clayton', 'Dodgers__Jerry_Sands', 'Dodgers__Dave_Roberts', 'Dodgers__Shawn_Green', 'Dodgers__Shawn_Estes', 'Texas_Tech_Red_Raiders__Mike_Leach', 'White_Sox__Mark_Buehrle', 'White_Sox__Willie_Hernandez', 'White_Sox__C_J_Wilson', 'White_Sox__Jermaine_Dye', 'New_Orleans_Saints__Sean_Payton', 'New_Orleans_Saints__Joe_Vitt', 'New_Orleans_Saints__Mike_Ditka', 'Harvard_School_Of_Dental_Medicine__Tommy_Amaker', 'Atlanta_Braves__Jason_Heyward', 'Michigan_State__Tom_Izzo', 'Michigan_State__John_L_Smith', 'Michigan_State__Mark_Dantonio', 'Oregon_Ducks__Chip_Kelly', 'Towson_University__Pat_Kennedy', 'Western_Kentucky_Hilltoppers__Willie_Taggart', 'Western_Kentucky_Hilltoppers__Darrin_Horn', 'Kings_College__Terry_Murray', 'Milwaukee_Bucks_NBA__Larry_Krystkowiak', 'Cornhuskers__Bo_Pelini', 'Kansas_City_Chiefs__Herm_Edwards', 'Kansas_City_Chiefs__Vermeil', 'Kansas_City_Chiefs__Todd_Haley', 'Broncos__Shanahan', 'Broncos__Josh_Mcdaniels', 'Oakland_A_S__Doc_Holliday', 'Sacramento_Kings__Reggie_Theus', 'Maple_Leafs__Randy_Carlyle', 'San_Jose_Sharks__Al_Arbour', 'Nittany_Lions__Joe_Paterno', 'Miami_Dolphins__Cam_Cameron', 'Arkansas_Razorbacks__Nolan_Richardson', 'Arkansas_Razorbacks__Bobby_Petrino', 'Knights_Of_Pythias__George_O_Leary', 'UK__Rich_Brooks', 'UK__John_Calipari', 'Csu_Pueblo_Thunderwolves__Steve_Fairchild', 'Brewers__Scott_Podsednik', 'Brewers__Morgan_Ensberg', 'Brewers__Ryan_Braun', 'Penn_State__Bill_O_Brien', 'Penn_State__Jerry_Sandusky', 'Columbus_Blue_Jackets__Ken_Hitchcock', 'Rutgers__Mike_Rice', 'Rutgers__Greg_Schiano', 'Raptors__Dwane_Casey', 'Colorado_State__Sonny_Lubick', 'Alabama_Crimson_Tide__Nick_Saban', 'Washington_Wizards__Ed_Tapscott', 'Washington_Wizards__Al_Harrington', 'Minnesota_Vikings__Brad_Childress', 'Minnesota_Vikings__Mike_Tice', 'Minnesota_Vikings__Leslie_Frazier', 'Minnesota_Vikings__Bud_Grant', 'Colts__Chuck_Pagano', 'Colts__Tony_Dungy', 'Colts__Dungy', 'Colts__Jim_Caldwell', 'Packers__Mike_Mccarthy', 'Packers__Mike_Sherman', 'Packers__Vince_Lombardi', 'New_England_Patriots__Jim_Haslett', 'New_England_Patriots__Bill_Belichick', 'Indiana_University__Bobby_Knight', 'Indiana_University__Bob_Knight', 'Indiana_University__Tom_Crean', 'Falcons__Mike_Smith', 'Falcons__Smith', 'Pacers__Danny_Granger', 'Boston_Red__Jim_Rice', 'Mississippi_State_University__Sylvester_Croom', 'Uconn__Randy_Edsall', 'Uconn__Paul_Pasqualoni', 'New_Orleans_Hornets__Byron_Scott', 'Boise_State__Dan_Hawkins', 'Boise_State__Chris_Peterson', 'Boise_State__Chris_Petersen', 'Houston_Texans__Dom_Capers', 'Carolina_Panthers__John_Fox', 'Georgetown_University__John_Thompson_Iii', 'Redskins__George_Allen', 'Redskins__Joe_Gibbs', 'Redskins__Jim_Zorn', 'Redskins__Steve_Spurrier', 'San_Diego_Chargers_Tickets__Norv_Turner', 'Pirates__Ruffin_Mcneill', 'Pirates__Skip_Holtz', 'Pirates__Jeff_Lebo', 'Pirates__Frank', 'Pirates__John_Thompson', 'Cleveland_Browns__Mangini', 'Cleveland_Browns__Butch_Davis', 'Cleveland_Browns__Romeo_Crennel', 'Cleveland_Browns__Paul_Brown', 'Cleveland_Browns__Belichick', 'Twins__Denard_Span', 'Twins__Nick_Punto', 'Twins__Ron_Villone', 'Twins__Dmitri_Young', 'Oakland_Raiders__Kiffin', 'Oakland_Raiders__Tom_Cable', 'Oakland_Raiders__Hue_Jackson', 'Oakland_Raiders__John_Madden', 'Oakland_Raiders__Art_Shell', 'Vols__Phil_Fulmer', 'Los_Angeles_Galaxy__Bruce_Arena', 'Detroit_Lions__Rod_Marinelli', 'Detroit_Lions__Steve_Mariucci', 'Detroit_Lions__Jim_Schwartz', 'Portland_Trail_Blazers_Tickets__Nate_Mcmillan', 'Suns__D_Antoni', 'Suns__Terry_Porter', 'Suns__Alvin_Gentry', 'Ucla__Ben_Howland', 'Ucla__Terry_Donahue', 'Ucla__Karl_Dorrell', 'Ucla__Bob_Toledo', 'Ucla__Rick_Neuheisel', 'Iowa_State__Larry_Eustachy', 'Iowa_State__Greg_Mcdermott', 'Iowa_State__Paul_Rhoads', 'Iowa_State__Dan_Mccarney', 'Anaheim_Angels__Vladimir_Guerrero', 'Bills__Perry_Fewell', 'Bills__Mike_Mularkey', 'Bills__Gregg_Williams', 'Bills__Dick_Jauron', 'Carolina_Hurricanes_Live_Online__Paul_Maurice', 'Indians__J_C_Romero', 'Nets__Richard_Jefferson', 'Oklahoma_State__Mike_Gundy', 'Oklahoma_State__Eddie_Sutton', 'Texas_A_M__Dennis_Franchione', 'Texas_A_M__R_C_Slocum', 'Ravens__Brian_Billick', 'Ravens__John_Harbaugh', 'Heat__Erik_Spoelstra', 'Heat__Dwayne_Wade', 'Terps__Gary_Williams', 'Oregon_State__Craig_Robinson', 'San_Diego_State__Tom_Craft', 'San_Diego_State__Chuck_Long', 'Tampa__Barry_Melrose', 'Blackhawks__Denis_Savard', 'Astros__J_A_Happ', 'Astros__Carlos_Villanueva', 'Boston_Bruins__Claude_Julien', 'Rangers__Tom_Renney', 'Jacksonville_Jaguars__Jack_Del_Rio', 'Washington_State__Paul_Wulff', 'Washington_State__Mike_Price', 'Chicago_Bulls__Scott_Skiles', 'Chicago_Bulls__Jim_Leavitt', 'Chicago_Bulls__Phil_Jackson', 'Chicago_Bulls__Tom_Thibodeau', 'Chicago_Bulls__Vinny_Del_Negro', 'Kent_State_Golden_Flashes__Doug_Martin', 'New_York_Giants__Jim_Fassel', 'New_York_Giants__Angel_Pagan', 'New_York_Giants__Tom_Coughlin', 'New_York_Giants__Jonathan_Sanchez', 'New_York_Giants__Coughlin', 'New_York_Giants__Barry_Zito', 'New_York_Giants__Mike_Shanahan', 'New_York_Giants__Ray_Perkins', 'New_York_Giants__Drew_Bledsoe', 'Georgia_Tech__Chan_Gailey', 'Georgia_Tech__Paul_Hewitt', 'Georgia_Tech__Paul_Johnson', 'Buccaneers__John_Gruden', 'Carolina__Roy_Williams', 'Dallas_Mavericks__Avery_Johnson', 'Timberwolves__Randy_Wittman', 'Texas_Rangers__Todd_Coffey', 'Bengals__Jeremy_Bates', 'Baylor_University_In_Waco__Art_Briles', 'Baylor_University_In_Waco__Dave_Bliss', 'Blue_Jays__Adam_Lind', 'Blue_Jays__Vernon_Wells', 'Blue_Jays__Roy_Halladay', 'Texas_Longhorns__Mack_Brown', 'Ball_State_University__Brady_Hoke', 'Ball_State_University__Stan_Parrish', 'Red_Wings__Mike_Babcock', 'Houston_Astros__Michael_Bourn', 'Boston_College__Jeff_Jagodzinski', 'Boston_College__Tom_O_Brien', 'Boston_College__Al_Skinner', 'Stanford__Johnny_Dawkins', 'Stanford__David_Carr', 'Stanford__Jim_Harbaugh', 'Philadelphia_Phillies__Victorino', 'Chicago_Cubs__Marlon_Byrd', 'Wolfpack__Chuck_Amato', 'Georgia_Bulldogs__Dennis_Felton', 'Georgia_Bulldogs__Pat_Hill', 'Georgia_Bulldogs__Mark_Richt', 'Georgia_State__Bill_Curry', 'Denver_Nuggets__George_Karl']"
|
| 3 |
+
1,"['Acura__Newcastle', 'Acura__Buffalo', 'Acura__Seattle', 'Acura__Dallas', 'Acura__Orlando', 'Acura__Boulder_Colorado', 'Acura__Denver', 'Acura__Omaha', 'Acura__Honolulu', 'Acura__South_Portland', 'Acura__Reno', 'Acura__Austin', 'Acura__Cleveland', 'Acura__Indianapolis', 'Acura__Newark', 'Acura__Naperville', 'Acura__Philadelphia', 'Acura__Atlanta', 'Acura__Tampa', 'Acura__San_Diego', 'Acura__Portland', 'Acura__Wilmington', 'Acura__Houston']","['Buick__Canada', 'Kia__Canada', 'Acura__Canada', 'Subaru__Canada', 'Volkswagen__Canada', 'Hyundai__Canada', 'Honda__Canada', 'Toyota__Canada', 'Fiat__Canada', 'Audi__Canada', 'Nissan__Canada', 'Chevrolet__Canada', 'Volvo__Canada', 'Mazda__USA', 'Mazda__Canada']","['Denver__Democratic', 'Rhode_Island__Republican', 'Louisiana__Republican', 'Connecticut__Republican', 'Wisconsin__Republican', 'New_Hampshire__Republican', 'Utah__Republican', 'Kentucky__Republican', 'Philadelphia__Republican', 'Alabama__Republican', 'Iowa__Republican', 'North_Carolina__Republican', 'Tennessee__Republican', 'Oklahoma__Republican', 'Ohio__Republican', 'Chicago_South__Republican', 'South_Minneapolis__Republican', 'Virginia__Republican', 'Indiana__Republican', 'Pennsylvania__Republican', 'Nebraska__Republican', 'Massachusetts__Republican', 'Wyoming__Republican', 'West_Virginia__Republican', 'North_Dakota__Republican', 'Kansas__Republican', 'Arizona__Republican', 'Colorado__Republican', 'Maryland__Republican', 'Maine__Republican', 'Georgia__Republican']","['Clinton__Hillary', 'Clinton__President_Clinton', 'Clinton__Senator_Clinton', 'Clinton__Former_President_Bill_Clinton', 'Clinton__U_S_President_Bill_Clinton', 'Clinton__Former_President_Clinton', 'Clinton__Senator_Hillary_Clinton', 'Clinton__Hillary_Rodham_Clinton', 'Bush__President_Bush', 'Bush__Former_President_Bush', 'Bush__President_George_Bush', 'Bush__Former_President_George_Bush', 'Bush__George_W_Bush', 'Bush__Jeb_Bush', 'Bush__President_George_W_Bush']","['Toyota_Matrix__Toyota', 'Honda_Civic__Honda', 'Toyota_Corolla__Toyota', 'Toyota_Tacoma__Toyota', 'Nissan_Maxima__Nissan', 'Toyota_Prius__Toyota', 'Ford_Fusion__Ford', 'Volkswagen_Golf__Volkswagen', 'Toyota_Highlander__Toyota', 'Ford_Explorer__Ford', 'Honda_Fit__Honda', 'Toyota_Camry__Toyota', 'Toyota_Avalon__Toyota', 'Honda_Accord__Honda']","['Panthers_31_18__Dave_Wannstedt', 'Seattle_Seahawks_21_10__Jim_Mora', 'Seattle_Seahawks_21_10__Mike_Holmgren', 'Cowboys_19_13__Bill_Parcells', 'Cowboys_19_13__Dave_Campo', 'Cowboys_19_13__Bill_Walsh', 'Cowboys_19_13__Jason_Garrett', 'Cowboys_19_13__Jimmy_Johnson', 'Cowboys_19_13__Wade_Phillips']"
|
| 4 |
+
2,"['Chevrolet__Seattle', 'Chevrolet__Dallas', 'Chevrolet__Denver', 'Chevrolet__Oklahoma_City', 'Chevrolet__Philadelphia', 'Chevrolet__Baltimore', 'Chevrolet__Louisville', 'Chevrolet__Houston']",,,"['President_George_W_Bush__Bush', 'U_S_President_Bill_Clinton__Clinton', 'Senator_Clinton__Clinton', 'John_Mccain__Mccain', 'Hillary__Clinton', 'Former_President_Bill_Clinton__Clinton', 'Former_President_Clinton__Clinton', 'President_Clinton__Clinton', 'Hillary_Clinton__Clinton', 'Bill_Clinton__Clinton', 'Hillary_Rodham_Clinton__Clinton', 'Sarah_Palin__Palin', 'Mitt_Romney__Romney']","['Windows_Mobile__Microsoft', 'Xbox_360__Microsoft', 'Wii__Nintendo', 'Iphone__Apple', 'Macbook__Apple', 'Macintosh__Microsoft', 'Playstation__Sony', 'Playstation_3__Sony', 'Playstation_2__Sony', 'Xbox__Microsoft', 'Wii_Fit__Nintendo']",
|
| 5 |
+
3,"['Toyota__Seattle', 'Toyota__Dallas', 'Toyota__Denver', 'Toyota__Sacramento', 'Toyota__San_Diego', 'Toyota__Portland', 'Toyota__Houston', 'Nissan__Phoenix_Arizona', 'Nissan__Abilene', 'Nissan__San_Antonio', 'Nissan__Pasadena', 'Nissan__Seattle', 'Nissan__San_Diego_California', 'Nissan__Boulder_Colorado', 'Nissan__Brownsville', 'Nissan__Atlanta_Georgia', 'Nissan__Orlando_Florida', 'Nissan__Philadelphia', 'Nissan__San_Diego', 'Nissan__Houston', 'Nissan__Miami_Florida']",,,,"['Microsoft_Office_Outlook__Microsoft', 'Microsoft_Visio__Microsoft', 'Notepad__Microsoft', 'Microsoft_Office__Microsoft', 'Excel__Microsoft', 'Powerpoint__Microsoft', 'Adobe_Acrobat_Reader__Microsoft', 'Lotus_Notes__Microsoft', 'Outlook_Mobile__Microsoft', 'Internet_Explorer__Microsoft', 'Adobe_Illustrator__Microsoft', 'Adobe_Photoshop__Microsoft', 'Microsoft_Windows__Microsoft', 'Microsoft_Internet_Explorer__Microsoft', 'Office_Excel__Microsoft', 'Acrobat_Reader__Microsoft', 'Microsoft_Paint__Microsoft', 'Netscape_Composer__Microsoft', 'Microsoft_Exchange__Microsoft', 'Quickbooks__Microsoft', 'Exchange__Microsoft', 'Autocad__Microsoft', 'Microsoft_Excel__Microsoft', 'Adobe_Photoshop_Elements__Microsoft', 'Media_Player__Microsoft', 'Microsoft_Powerpoint__Microsoft', 'Word__Microsoft', 'Outlook_Email__Microsoft']",
|
vis_nell_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88e1fc74ae9d04938b6dc20d56f49af4d536ee2e91885c65b39f8d31cf8545c0
|
| 3 |
+
size 10944
|
vis_nell_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.txt
ADDED
|
@@ -0,0 +1,1352 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
concept:automobilemakerdealersincity
|
| 2 |
+
concept:automobilemakerdealersincity
|
| 3 |
+
concept:automobilemakerdealersincity
|
| 4 |
+
concept:automobilemakerdealersincity
|
| 5 |
+
concept:automobilemakerdealersincity
|
| 6 |
+
concept:automobilemakerdealersincity
|
| 7 |
+
concept:automobilemakerdealersincity
|
| 8 |
+
concept:automobilemakerdealersincity
|
| 9 |
+
concept:automobilemakerdealersincity
|
| 10 |
+
concept:automobilemakerdealersincity
|
| 11 |
+
concept:automobilemakerdealersincity
|
| 12 |
+
concept:automobilemakerdealersincity
|
| 13 |
+
concept:automobilemakerdealersincity
|
| 14 |
+
concept:automobilemakerdealersincity
|
| 15 |
+
concept:automobilemakerdealersincity
|
| 16 |
+
concept:automobilemakerdealersincity
|
| 17 |
+
concept:automobilemakerdealersincity
|
| 18 |
+
concept:automobilemakerdealersincity
|
| 19 |
+
concept:automobilemakerdealersincity
|
| 20 |
+
concept:automobilemakerdealersincity
|
| 21 |
+
concept:automobilemakerdealersincity
|
| 22 |
+
concept:automobilemakerdealersincity
|
| 23 |
+
concept:automobilemakerdealersincity
|
| 24 |
+
concept:automobilemakerdealersincity
|
| 25 |
+
concept:automobilemakerdealersincity
|
| 26 |
+
concept:automobilemakerdealersincity
|
| 27 |
+
concept:automobilemakerdealersincity
|
| 28 |
+
concept:automobilemakerdealersincity
|
| 29 |
+
concept:automobilemakerdealersincity
|
| 30 |
+
concept:automobilemakerdealersincity
|
| 31 |
+
concept:automobilemakerdealersincity
|
| 32 |
+
concept:automobilemakerdealersincity
|
| 33 |
+
concept:automobilemakerdealersincity
|
| 34 |
+
concept:automobilemakerdealersincity
|
| 35 |
+
concept:automobilemakerdealersincity
|
| 36 |
+
concept:automobilemakerdealersincity
|
| 37 |
+
concept:automobilemakerdealersincity
|
| 38 |
+
concept:automobilemakerdealersincity
|
| 39 |
+
concept:automobilemakerdealersincity
|
| 40 |
+
concept:automobilemakerdealersincity
|
| 41 |
+
concept:automobilemakerdealersincity
|
| 42 |
+
concept:automobilemakerdealersincity
|
| 43 |
+
concept:automobilemakerdealersincity
|
| 44 |
+
concept:automobilemakerdealersincity
|
| 45 |
+
concept:automobilemakerdealersincity
|
| 46 |
+
concept:automobilemakerdealersincity
|
| 47 |
+
concept:automobilemakerdealersincity
|
| 48 |
+
concept:automobilemakerdealersincity
|
| 49 |
+
concept:automobilemakerdealersincity
|
| 50 |
+
concept:automobilemakerdealersincity
|
| 51 |
+
concept:automobilemakerdealersincity
|
| 52 |
+
concept:automobilemakerdealersincity
|
| 53 |
+
concept:automobilemakerdealersincity
|
| 54 |
+
concept:automobilemakerdealersincity
|
| 55 |
+
concept:automobilemakerdealersincity
|
| 56 |
+
concept:automobilemakerdealersincity
|
| 57 |
+
concept:automobilemakerdealersincity
|
| 58 |
+
concept:automobilemakerdealersincity
|
| 59 |
+
concept:automobilemakerdealersincity
|
| 60 |
+
concept:automobilemakerdealersincity
|
| 61 |
+
concept:automobilemakerdealersincity
|
| 62 |
+
concept:automobilemakerdealersincity
|
| 63 |
+
concept:automobilemakerdealersincity
|
| 64 |
+
concept:automobilemakerdealersincity
|
| 65 |
+
concept:automobilemakerdealersincity
|
| 66 |
+
concept:automobilemakerdealersincity
|
| 67 |
+
concept:automobilemakerdealersincity
|
| 68 |
+
concept:automobilemakerdealersincity
|
| 69 |
+
concept:automobilemakerdealersincity
|
| 70 |
+
concept:automobilemakerdealersincity
|
| 71 |
+
concept:automobilemakerdealersincity
|
| 72 |
+
concept:automobilemakerdealersincity
|
| 73 |
+
concept:automobilemakerdealersincity
|
| 74 |
+
concept:automobilemakerdealersincity
|
| 75 |
+
concept:automobilemakerdealersincity
|
| 76 |
+
concept:automobilemakerdealersincity
|
| 77 |
+
concept:automobilemakerdealersincity
|
| 78 |
+
concept:automobilemakerdealersincity
|
| 79 |
+
concept:automobilemakerdealersincity
|
| 80 |
+
concept:automobilemakerdealersincity
|
| 81 |
+
concept:automobilemakerdealersincity
|
| 82 |
+
concept:automobilemakerdealersincity
|
| 83 |
+
concept:automobilemakerdealersincity
|
| 84 |
+
concept:automobilemakerdealersincity
|
| 85 |
+
concept:automobilemakerdealersincity
|
| 86 |
+
concept:automobilemakerdealersincity
|
| 87 |
+
concept:automobilemakerdealersincity
|
| 88 |
+
concept:automobilemakerdealersincity
|
| 89 |
+
concept:automobilemakerdealersincity
|
| 90 |
+
concept:automobilemakerdealersincity
|
| 91 |
+
concept:automobilemakerdealersincity
|
| 92 |
+
concept:automobilemakerdealersincity
|
| 93 |
+
concept:automobilemakerdealersincity
|
| 94 |
+
concept:automobilemakerdealersincity
|
| 95 |
+
concept:automobilemakerdealersincity
|
| 96 |
+
concept:automobilemakerdealersincity
|
| 97 |
+
concept:automobilemakerdealersincity
|
| 98 |
+
concept:automobilemakerdealersincity
|
| 99 |
+
concept:automobilemakerdealersincity
|
| 100 |
+
concept:automobilemakerdealersincity
|
| 101 |
+
concept:automobilemakerdealersincity
|
| 102 |
+
concept:automobilemakerdealersincity
|
| 103 |
+
concept:automobilemakerdealersincity
|
| 104 |
+
concept:automobilemakerdealersincity
|
| 105 |
+
concept:automobilemakerdealersincity
|
| 106 |
+
concept:automobilemakerdealersincity
|
| 107 |
+
concept:automobilemakerdealersincity
|
| 108 |
+
concept:automobilemakerdealersincity
|
| 109 |
+
concept:automobilemakerdealersincity
|
| 110 |
+
concept:automobilemakerdealersincity
|
| 111 |
+
concept:automobilemakerdealersincity
|
| 112 |
+
concept:automobilemakerdealersincity
|
| 113 |
+
concept:automobilemakerdealersincity
|
| 114 |
+
concept:automobilemakerdealersincity
|
| 115 |
+
concept:automobilemakerdealersincity
|
| 116 |
+
concept:automobilemakerdealersincity
|
| 117 |
+
concept:automobilemakerdealersincity
|
| 118 |
+
concept:automobilemakerdealersincity
|
| 119 |
+
concept:automobilemakerdealersincity
|
| 120 |
+
concept:automobilemakerdealersincity
|
| 121 |
+
concept:automobilemakerdealersincity
|
| 122 |
+
concept:automobilemakerdealersincity
|
| 123 |
+
concept:automobilemakerdealersincity
|
| 124 |
+
concept:automobilemakerdealersincity
|
| 125 |
+
concept:automobilemakerdealersincity
|
| 126 |
+
concept:automobilemakerdealersincity
|
| 127 |
+
concept:automobilemakerdealersincity
|
| 128 |
+
concept:automobilemakerdealersincity
|
| 129 |
+
concept:automobilemakerdealersincity
|
| 130 |
+
concept:automobilemakerdealersincity
|
| 131 |
+
concept:automobilemakerdealersincity
|
| 132 |
+
concept:automobilemakerdealersincity
|
| 133 |
+
concept:automobilemakerdealersincity
|
| 134 |
+
concept:automobilemakerdealersincity
|
| 135 |
+
concept:automobilemakerdealersincity
|
| 136 |
+
concept:automobilemakerdealersincity
|
| 137 |
+
concept:automobilemakerdealersincity
|
| 138 |
+
concept:automobilemakerdealersincity
|
| 139 |
+
concept:automobilemakerdealersincity
|
| 140 |
+
concept:automobilemakerdealersincity
|
| 141 |
+
concept:automobilemakerdealersincity
|
| 142 |
+
concept:automobilemakerdealersincity
|
| 143 |
+
concept:automobilemakerdealersincity
|
| 144 |
+
concept:automobilemakerdealersincity
|
| 145 |
+
concept:automobilemakerdealersincity
|
| 146 |
+
concept:automobilemakerdealersincity
|
| 147 |
+
concept:automobilemakerdealersincity
|
| 148 |
+
concept:automobilemakerdealersincity
|
| 149 |
+
concept:automobilemakerdealersincity
|
| 150 |
+
concept:automobilemakerdealersincity
|
| 151 |
+
concept:automobilemakerdealersincity
|
| 152 |
+
concept:automobilemakerdealersincity
|
| 153 |
+
concept:automobilemakerdealersincity
|
| 154 |
+
concept:automobilemakerdealersincity
|
| 155 |
+
concept:automobilemakerdealersincity
|
| 156 |
+
concept:automobilemakerdealersincity
|
| 157 |
+
concept:automobilemakerdealersincity
|
| 158 |
+
concept:automobilemakerdealersincity
|
| 159 |
+
concept:automobilemakerdealersincity
|
| 160 |
+
concept:automobilemakerdealersincity
|
| 161 |
+
concept:automobilemakerdealersincity
|
| 162 |
+
concept:automobilemakerdealersincity
|
| 163 |
+
concept:automobilemakerdealersincity
|
| 164 |
+
concept:automobilemakerdealersincity
|
| 165 |
+
concept:automobilemakerdealersincity
|
| 166 |
+
concept:automobilemakerdealersincity
|
| 167 |
+
concept:automobilemakerdealersincity
|
| 168 |
+
concept:automobilemakerdealersincity
|
| 169 |
+
concept:automobilemakerdealersincity
|
| 170 |
+
concept:automobilemakerdealersincity
|
| 171 |
+
concept:automobilemakerdealersincity
|
| 172 |
+
concept:automobilemakerdealersincity
|
| 173 |
+
concept:automobilemakerdealersincity
|
| 174 |
+
concept:automobilemakerdealersincity
|
| 175 |
+
concept:automobilemakerdealersincity
|
| 176 |
+
concept:automobilemakerdealersincity
|
| 177 |
+
concept:automobilemakerdealersincity
|
| 178 |
+
concept:automobilemakerdealersincountry
|
| 179 |
+
concept:automobilemakerdealersincountry
|
| 180 |
+
concept:automobilemakerdealersincountry
|
| 181 |
+
concept:automobilemakerdealersincountry
|
| 182 |
+
concept:automobilemakerdealersincountry
|
| 183 |
+
concept:automobilemakerdealersincountry
|
| 184 |
+
concept:automobilemakerdealersincountry
|
| 185 |
+
concept:automobilemakerdealersincountry
|
| 186 |
+
concept:automobilemakerdealersincountry
|
| 187 |
+
concept:automobilemakerdealersincountry
|
| 188 |
+
concept:automobilemakerdealersincountry
|
| 189 |
+
concept:automobilemakerdealersincountry
|
| 190 |
+
concept:automobilemakerdealersincountry
|
| 191 |
+
concept:automobilemakerdealersincountry
|
| 192 |
+
concept:automobilemakerdealersincountry
|
| 193 |
+
concept:automobilemakerdealersincountry
|
| 194 |
+
concept:automobilemakerdealersincountry
|
| 195 |
+
concept:automobilemakerdealersincountry
|
| 196 |
+
concept:automobilemakerdealersincountry
|
| 197 |
+
concept:automobilemakerdealersincountry
|
| 198 |
+
concept:automobilemakerdealersincountry
|
| 199 |
+
concept:automobilemakerdealersincountry
|
| 200 |
+
concept:automobilemakerdealersincountry
|
| 201 |
+
concept:automobilemakerdealersincountry
|
| 202 |
+
concept:automobilemakerdealersincountry
|
| 203 |
+
concept:automobilemakerdealersincountry
|
| 204 |
+
concept:automobilemakerdealersincountry
|
| 205 |
+
concept:automobilemakerdealersincountry
|
| 206 |
+
concept:automobilemakerdealersincountry
|
| 207 |
+
concept:automobilemakerdealersincountry
|
| 208 |
+
concept:automobilemakerdealersincountry
|
| 209 |
+
concept:automobilemakerdealersincountry
|
| 210 |
+
concept:automobilemakerdealersincountry
|
| 211 |
+
concept:automobilemakerdealersincountry
|
| 212 |
+
concept:automobilemakerdealersincountry
|
| 213 |
+
concept:automobilemakerdealersincountry
|
| 214 |
+
concept:automobilemakerdealersincountry
|
| 215 |
+
concept:automobilemakerdealersincountry
|
| 216 |
+
concept:automobilemakerdealersincountry
|
| 217 |
+
concept:automobilemakerdealersincountry
|
| 218 |
+
concept:automobilemakerdealersincountry
|
| 219 |
+
concept:automobilemakerdealersincountry
|
| 220 |
+
concept:automobilemakerdealersincountry
|
| 221 |
+
concept:automobilemakerdealersincountry
|
| 222 |
+
concept:automobilemakerdealersincountry
|
| 223 |
+
concept:automobilemakerdealersincountry
|
| 224 |
+
concept:automobilemakerdealersincountry
|
| 225 |
+
concept:automobilemakerdealersincountry
|
| 226 |
+
concept:automobilemakerdealersincountry
|
| 227 |
+
concept:automobilemakerdealersincountry
|
| 228 |
+
concept:automobilemakerdealersincountry
|
| 229 |
+
concept:automobilemakerdealersincountry
|
| 230 |
+
concept:automobilemakerdealersincountry
|
| 231 |
+
concept:automobilemakerdealersincountry
|
| 232 |
+
concept:automobilemakerdealersincountry
|
| 233 |
+
concept:automobilemakerdealersincountry
|
| 234 |
+
concept:automobilemakerdealersincountry
|
| 235 |
+
concept:automobilemakerdealersincountry
|
| 236 |
+
concept:automobilemakerdealersincountry
|
| 237 |
+
concept:automobilemakerdealersincountry
|
| 238 |
+
concept:automobilemakerdealersincountry
|
| 239 |
+
concept:automobilemakerdealersincountry
|
| 240 |
+
concept:automobilemakerdealersincountry
|
| 241 |
+
concept:automobilemakerdealersincountry
|
| 242 |
+
concept:automobilemakerdealersincountry
|
| 243 |
+
concept:automobilemakerdealersincountry
|
| 244 |
+
concept:automobilemakerdealersincountry
|
| 245 |
+
concept:automobilemakerdealersincountry
|
| 246 |
+
concept:automobilemakerdealersincountry
|
| 247 |
+
concept:automobilemakerdealersincountry
|
| 248 |
+
concept:automobilemakerdealersincountry
|
| 249 |
+
concept:automobilemakerdealersincountry
|
| 250 |
+
concept:automobilemakerdealersincountry
|
| 251 |
+
concept:automobilemakerdealersincountry
|
| 252 |
+
concept:automobilemakerdealersincountry
|
| 253 |
+
concept:automobilemakerdealersincountry
|
| 254 |
+
concept:automobilemakerdealersincountry
|
| 255 |
+
concept:automobilemakerdealersincountry
|
| 256 |
+
concept:automobilemakerdealersincountry
|
| 257 |
+
concept:automobilemakerdealersincountry
|
| 258 |
+
concept:automobilemakerdealersincountry
|
| 259 |
+
concept:automobilemakerdealersincountry
|
| 260 |
+
concept:automobilemakerdealersincountry
|
| 261 |
+
concept:automobilemakerdealersincountry
|
| 262 |
+
concept:automobilemakerdealersincountry
|
| 263 |
+
concept:automobilemakerdealersincountry
|
| 264 |
+
concept:automobilemakerdealersincountry
|
| 265 |
+
concept:automobilemakerdealersincountry
|
| 266 |
+
concept:automobilemakerdealersincountry
|
| 267 |
+
concept:automobilemakerdealersincountry
|
| 268 |
+
concept:automobilemakerdealersincountry
|
| 269 |
+
concept:automobilemakerdealersincountry
|
| 270 |
+
concept:automobilemakerdealersincountry
|
| 271 |
+
concept:automobilemakerdealersincountry
|
| 272 |
+
concept:automobilemakerdealersincountry
|
| 273 |
+
concept:automobilemakerdealersincountry
|
| 274 |
+
concept:geopoliticallocationresidenceofpersion
|
| 275 |
+
concept:geopoliticallocationresidenceofpersion
|
| 276 |
+
concept:geopoliticallocationresidenceofpersion
|
| 277 |
+
concept:geopoliticallocationresidenceofpersion
|
| 278 |
+
concept:geopoliticallocationresidenceofpersion
|
| 279 |
+
concept:geopoliticallocationresidenceofpersion
|
| 280 |
+
concept:geopoliticallocationresidenceofpersion
|
| 281 |
+
concept:geopoliticallocationresidenceofpersion
|
| 282 |
+
concept:geopoliticallocationresidenceofpersion
|
| 283 |
+
concept:geopoliticallocationresidenceofpersion
|
| 284 |
+
concept:geopoliticallocationresidenceofpersion
|
| 285 |
+
concept:geopoliticallocationresidenceofpersion
|
| 286 |
+
concept:geopoliticallocationresidenceofpersion
|
| 287 |
+
concept:geopoliticallocationresidenceofpersion
|
| 288 |
+
concept:geopoliticallocationresidenceofpersion
|
| 289 |
+
concept:geopoliticallocationresidenceofpersion
|
| 290 |
+
concept:geopoliticallocationresidenceofpersion
|
| 291 |
+
concept:geopoliticallocationresidenceofpersion
|
| 292 |
+
concept:geopoliticallocationresidenceofpersion
|
| 293 |
+
concept:geopoliticallocationresidenceofpersion
|
| 294 |
+
concept:geopoliticallocationresidenceofpersion
|
| 295 |
+
concept:geopoliticallocationresidenceofpersion
|
| 296 |
+
concept:geopoliticallocationresidenceofpersion
|
| 297 |
+
concept:geopoliticallocationresidenceofpersion
|
| 298 |
+
concept:geopoliticallocationresidenceofpersion
|
| 299 |
+
concept:geopoliticallocationresidenceofpersion
|
| 300 |
+
concept:geopoliticallocationresidenceofpersion
|
| 301 |
+
concept:geopoliticallocationresidenceofpersion
|
| 302 |
+
concept:geopoliticallocationresidenceofpersion
|
| 303 |
+
concept:geopoliticallocationresidenceofpersion
|
| 304 |
+
concept:geopoliticallocationresidenceofpersion
|
| 305 |
+
concept:geopoliticallocationresidenceofpersion
|
| 306 |
+
concept:geopoliticallocationresidenceofpersion
|
| 307 |
+
concept:geopoliticallocationresidenceofpersion
|
| 308 |
+
concept:geopoliticallocationresidenceofpersion
|
| 309 |
+
concept:geopoliticallocationresidenceofpersion
|
| 310 |
+
concept:geopoliticallocationresidenceofpersion
|
| 311 |
+
concept:geopoliticallocationresidenceofpersion
|
| 312 |
+
concept:geopoliticallocationresidenceofpersion
|
| 313 |
+
concept:geopoliticallocationresidenceofpersion
|
| 314 |
+
concept:geopoliticallocationresidenceofpersion
|
| 315 |
+
concept:geopoliticallocationresidenceofpersion
|
| 316 |
+
concept:geopoliticallocationresidenceofpersion
|
| 317 |
+
concept:geopoliticallocationresidenceofpersion
|
| 318 |
+
concept:geopoliticallocationresidenceofpersion
|
| 319 |
+
concept:geopoliticallocationresidenceofpersion
|
| 320 |
+
concept:geopoliticallocationresidenceofpersion
|
| 321 |
+
concept:geopoliticallocationresidenceofpersion
|
| 322 |
+
concept:geopoliticallocationresidenceofpersion
|
| 323 |
+
concept:geopoliticallocationresidenceofpersion
|
| 324 |
+
concept:geopoliticallocationresidenceofpersion
|
| 325 |
+
concept:geopoliticallocationresidenceofpersion
|
| 326 |
+
concept:geopoliticallocationresidenceofpersion
|
| 327 |
+
concept:geopoliticallocationresidenceofpersion
|
| 328 |
+
concept:geopoliticallocationresidenceofpersion
|
| 329 |
+
concept:geopoliticallocationresidenceofpersion
|
| 330 |
+
concept:geopoliticallocationresidenceofpersion
|
| 331 |
+
concept:geopoliticallocationresidenceofpersion
|
| 332 |
+
concept:geopoliticallocationresidenceofpersion
|
| 333 |
+
concept:geopoliticallocationresidenceofpersion
|
| 334 |
+
concept:geopoliticallocationresidenceofpersion
|
| 335 |
+
concept:geopoliticallocationresidenceofpersion
|
| 336 |
+
concept:geopoliticallocationresidenceofpersion
|
| 337 |
+
concept:geopoliticallocationresidenceofpersion
|
| 338 |
+
concept:geopoliticallocationresidenceofpersion
|
| 339 |
+
concept:geopoliticallocationresidenceofpersion
|
| 340 |
+
concept:geopoliticallocationresidenceofpersion
|
| 341 |
+
concept:geopoliticallocationresidenceofpersion
|
| 342 |
+
concept:geopoliticallocationresidenceofpersion
|
| 343 |
+
concept:geopoliticallocationresidenceofpersion
|
| 344 |
+
concept:geopoliticallocationresidenceofpersion
|
| 345 |
+
concept:geopoliticallocationresidenceofpersion
|
| 346 |
+
concept:geopoliticallocationresidenceofpersion
|
| 347 |
+
concept:geopoliticallocationresidenceofpersion
|
| 348 |
+
concept:geopoliticallocationresidenceofpersion
|
| 349 |
+
concept:geopoliticallocationresidenceofpersion
|
| 350 |
+
concept:geopoliticallocationresidenceofpersion
|
| 351 |
+
concept:geopoliticallocationresidenceofpersion
|
| 352 |
+
concept:geopoliticallocationresidenceofpersion
|
| 353 |
+
concept:geopoliticallocationresidenceofpersion
|
| 354 |
+
concept:geopoliticallocationresidenceofpersion
|
| 355 |
+
concept:geopoliticallocationresidenceofpersion
|
| 356 |
+
concept:geopoliticallocationresidenceofpersion
|
| 357 |
+
concept:geopoliticallocationresidenceofpersion
|
| 358 |
+
concept:geopoliticallocationresidenceofpersion
|
| 359 |
+
concept:geopoliticallocationresidenceofpersion
|
| 360 |
+
concept:geopoliticallocationresidenceofpersion
|
| 361 |
+
concept:geopoliticallocationresidenceofpersion
|
| 362 |
+
concept:geopoliticallocationresidenceofpersion
|
| 363 |
+
concept:geopoliticallocationresidenceofpersion
|
| 364 |
+
concept:geopoliticallocationresidenceofpersion
|
| 365 |
+
concept:geopoliticallocationresidenceofpersion
|
| 366 |
+
concept:geopoliticallocationresidenceofpersion
|
| 367 |
+
concept:geopoliticallocationresidenceofpersion
|
| 368 |
+
concept:geopoliticallocationresidenceofpersion
|
| 369 |
+
concept:geopoliticallocationresidenceofpersion
|
| 370 |
+
concept:geopoliticallocationresidenceofpersion
|
| 371 |
+
concept:geopoliticallocationresidenceofpersion
|
| 372 |
+
concept:geopoliticallocationresidenceofpersion
|
| 373 |
+
concept:geopoliticallocationresidenceofpersion
|
| 374 |
+
concept:geopoliticallocationresidenceofpersion
|
| 375 |
+
concept:geopoliticallocationresidenceofpersion
|
| 376 |
+
concept:geopoliticallocationresidenceofpersion
|
| 377 |
+
concept:geopoliticallocationresidenceofpersion
|
| 378 |
+
concept:geopoliticallocationresidenceofpersion
|
| 379 |
+
concept:geopoliticallocationresidenceofpersion
|
| 380 |
+
concept:geopoliticallocationresidenceofpersion
|
| 381 |
+
concept:geopoliticallocationresidenceofpersion
|
| 382 |
+
concept:geopoliticallocationresidenceofpersion
|
| 383 |
+
concept:geopoliticallocationresidenceofpersion
|
| 384 |
+
concept:geopoliticallocationresidenceofpersion
|
| 385 |
+
concept:geopoliticallocationresidenceofpersion
|
| 386 |
+
concept:geopoliticallocationresidenceofpersion
|
| 387 |
+
concept:geopoliticallocationresidenceofpersion
|
| 388 |
+
concept:geopoliticallocationresidenceofpersion
|
| 389 |
+
concept:geopoliticallocationresidenceofpersion
|
| 390 |
+
concept:geopoliticallocationresidenceofpersion
|
| 391 |
+
concept:geopoliticallocationresidenceofpersion
|
| 392 |
+
concept:geopoliticallocationresidenceofpersion
|
| 393 |
+
concept:geopoliticallocationresidenceofpersion
|
| 394 |
+
concept:geopoliticallocationresidenceofpersion
|
| 395 |
+
concept:geopoliticallocationresidenceofpersion
|
| 396 |
+
concept:geopoliticallocationresidenceofpersion
|
| 397 |
+
concept:geopoliticallocationresidenceofpersion
|
| 398 |
+
concept:geopoliticallocationresidenceofpersion
|
| 399 |
+
concept:geopoliticallocationresidenceofpersion
|
| 400 |
+
concept:geopoliticallocationresidenceofpersion
|
| 401 |
+
concept:geopoliticallocationresidenceofpersion
|
| 402 |
+
concept:geopoliticallocationresidenceofpersion
|
| 403 |
+
concept:geopoliticallocationresidenceofpersion
|
| 404 |
+
concept:geopoliticallocationresidenceofpersion
|
| 405 |
+
concept:geopoliticallocationresidenceofpersion
|
| 406 |
+
concept:geopoliticallocationresidenceofpersion
|
| 407 |
+
concept:geopoliticallocationresidenceofpersion
|
| 408 |
+
concept:geopoliticallocationresidenceofpersion
|
| 409 |
+
concept:geopoliticallocationresidenceofpersion
|
| 410 |
+
concept:geopoliticallocationresidenceofpersion
|
| 411 |
+
concept:geopoliticallocationresidenceofpersion
|
| 412 |
+
concept:geopoliticallocationresidenceofpersion
|
| 413 |
+
concept:geopoliticallocationresidenceofpersion
|
| 414 |
+
concept:geopoliticallocationresidenceofpersion
|
| 415 |
+
concept:geopoliticallocationresidenceofpersion
|
| 416 |
+
concept:geopoliticallocationresidenceofpersion
|
| 417 |
+
concept:politicianusendorsespoliticianus
|
| 418 |
+
concept:politicianusendorsespoliticianus
|
| 419 |
+
concept:politicianusendorsespoliticianus
|
| 420 |
+
concept:politicianusendorsespoliticianus
|
| 421 |
+
concept:politicianusendorsespoliticianus
|
| 422 |
+
concept:politicianusendorsespoliticianus
|
| 423 |
+
concept:politicianusendorsespoliticianus
|
| 424 |
+
concept:politicianusendorsespoliticianus
|
| 425 |
+
concept:politicianusendorsespoliticianus
|
| 426 |
+
concept:politicianusendorsespoliticianus
|
| 427 |
+
concept:politicianusendorsespoliticianus
|
| 428 |
+
concept:politicianusendorsespoliticianus
|
| 429 |
+
concept:politicianusendorsespoliticianus
|
| 430 |
+
concept:politicianusendorsespoliticianus
|
| 431 |
+
concept:politicianusendorsespoliticianus
|
| 432 |
+
concept:politicianusendorsespoliticianus
|
| 433 |
+
concept:politicianusendorsespoliticianus
|
| 434 |
+
concept:politicianusendorsespoliticianus
|
| 435 |
+
concept:politicianusendorsespoliticianus
|
| 436 |
+
concept:politicianusendorsespoliticianus
|
| 437 |
+
concept:politicianusendorsespoliticianus
|
| 438 |
+
concept:politicianusendorsespoliticianus
|
| 439 |
+
concept:politicianusendorsespoliticianus
|
| 440 |
+
concept:politicianusendorsespoliticianus
|
| 441 |
+
concept:politicianusendorsespoliticianus
|
| 442 |
+
concept:politicianusendorsespoliticianus
|
| 443 |
+
concept:politicianusendorsespoliticianus
|
| 444 |
+
concept:politicianusendorsespoliticianus
|
| 445 |
+
concept:politicianusendorsespoliticianus
|
| 446 |
+
concept:politicianusendorsespoliticianus
|
| 447 |
+
concept:politicianusendorsespoliticianus
|
| 448 |
+
concept:politicianusendorsespoliticianus
|
| 449 |
+
concept:politicianusendorsespoliticianus
|
| 450 |
+
concept:politicianusendorsespoliticianus
|
| 451 |
+
concept:politicianusendorsespoliticianus
|
| 452 |
+
concept:politicianusendorsespoliticianus
|
| 453 |
+
concept:politicianusendorsespoliticianus
|
| 454 |
+
concept:politicianusendorsespoliticianus
|
| 455 |
+
concept:politicianusendorsespoliticianus
|
| 456 |
+
concept:politicianusendorsespoliticianus
|
| 457 |
+
concept:politicianusendorsespoliticianus
|
| 458 |
+
concept:politicianusendorsespoliticianus
|
| 459 |
+
concept:politicianusendorsespoliticianus
|
| 460 |
+
concept:politicianusendorsespoliticianus
|
| 461 |
+
concept:politicianusendorsespoliticianus
|
| 462 |
+
concept:politicianusendorsespoliticianus
|
| 463 |
+
concept:politicianusendorsespoliticianus
|
| 464 |
+
concept:politicianusendorsespoliticianus
|
| 465 |
+
concept:politicianusendorsespoliticianus
|
| 466 |
+
concept:politicianusendorsespoliticianus
|
| 467 |
+
concept:politicianusendorsespoliticianus
|
| 468 |
+
concept:politicianusendorsespoliticianus
|
| 469 |
+
concept:politicianusendorsespoliticianus
|
| 470 |
+
concept:politicianusendorsespoliticianus
|
| 471 |
+
concept:politicianusendorsespoliticianus
|
| 472 |
+
concept:politicianusendorsespoliticianus
|
| 473 |
+
concept:politicianusendorsespoliticianus
|
| 474 |
+
concept:politicianusendorsespoliticianus
|
| 475 |
+
concept:politicianusendorsespoliticianus
|
| 476 |
+
concept:politicianusendorsespoliticianus
|
| 477 |
+
concept:politicianusendorsespoliticianus
|
| 478 |
+
concept:politicianusendorsespoliticianus
|
| 479 |
+
concept:politicianusendorsespoliticianus
|
| 480 |
+
concept:politicianusendorsespoliticianus
|
| 481 |
+
concept:politicianusendorsespoliticianus
|
| 482 |
+
concept:politicianusendorsespoliticianus
|
| 483 |
+
concept:politicianusendorsespoliticianus
|
| 484 |
+
concept:politicianusendorsespoliticianus
|
| 485 |
+
concept:politicianusendorsespoliticianus
|
| 486 |
+
concept:politicianusendorsespoliticianus
|
| 487 |
+
concept:politicianusendorsespoliticianus
|
| 488 |
+
concept:politicianusendorsespoliticianus
|
| 489 |
+
concept:politicianusendorsespoliticianus
|
| 490 |
+
concept:politicianusendorsespoliticianus
|
| 491 |
+
concept:politicianusendorsespoliticianus
|
| 492 |
+
concept:politicianusendorsespoliticianus
|
| 493 |
+
concept:politicianusendorsespoliticianus
|
| 494 |
+
concept:politicianusendorsespoliticianus
|
| 495 |
+
concept:politicianusendorsespoliticianus
|
| 496 |
+
concept:politicianusendorsespoliticianus
|
| 497 |
+
concept:politicianusendorsespoliticianus
|
| 498 |
+
concept:politicianusendorsespoliticianus
|
| 499 |
+
concept:politicianusendorsespoliticianus
|
| 500 |
+
concept:politicianusendorsespoliticianus
|
| 501 |
+
concept:politicianusendorsespoliticianus
|
| 502 |
+
concept:politicianusendorsespoliticianus
|
| 503 |
+
concept:politicianusendorsespoliticianus
|
| 504 |
+
concept:politicianusendorsespoliticianus
|
| 505 |
+
concept:politicianusendorsespoliticianus
|
| 506 |
+
concept:politicianusendorsespoliticianus
|
| 507 |
+
concept:politicianusendorsespoliticianus
|
| 508 |
+
concept:politicianusendorsespoliticianus
|
| 509 |
+
concept:politicianusendorsespoliticianus
|
| 510 |
+
concept:politicianusendorsespoliticianus
|
| 511 |
+
concept:politicianusendorsespoliticianus
|
| 512 |
+
concept:politicianusendorsespoliticianus
|
| 513 |
+
concept:politicianusendorsespoliticianus
|
| 514 |
+
concept:politicianusendorsespoliticianus
|
| 515 |
+
concept:politicianusendorsespoliticianus
|
| 516 |
+
concept:politicianusendorsespoliticianus
|
| 517 |
+
concept:politicianusendorsespoliticianus
|
| 518 |
+
concept:politicianusendorsespoliticianus
|
| 519 |
+
concept:politicianusendorsespoliticianus
|
| 520 |
+
concept:politicianusendorsespoliticianus
|
| 521 |
+
concept:politicianusendorsespoliticianus
|
| 522 |
+
concept:politicianusendorsespoliticianus
|
| 523 |
+
concept:politicianusendorsespoliticianus
|
| 524 |
+
concept:politicianusendorsespoliticianus
|
| 525 |
+
concept:politicianusendorsespoliticianus
|
| 526 |
+
concept:politicianusendorsespoliticianus
|
| 527 |
+
concept:politicianusendorsespoliticianus
|
| 528 |
+
concept:politicianusendorsespoliticianus
|
| 529 |
+
concept:politicianusendorsespoliticianus
|
| 530 |
+
concept:politicianusendorsespoliticianus
|
| 531 |
+
concept:politicianusendorsespoliticianus
|
| 532 |
+
concept:politicianusendorsespoliticianus
|
| 533 |
+
concept:politicianusendorsespoliticianus
|
| 534 |
+
concept:politicianusendorsespoliticianus
|
| 535 |
+
concept:politicianusendorsespoliticianus
|
| 536 |
+
concept:politicianusendorsespoliticianus
|
| 537 |
+
concept:politicianusendorsespoliticianus
|
| 538 |
+
concept:politicianusendorsespoliticianus
|
| 539 |
+
concept:politicianusendorsespoliticianus
|
| 540 |
+
concept:politicianusendorsespoliticianus
|
| 541 |
+
concept:politicianusendorsespoliticianus
|
| 542 |
+
concept:politicianusendorsespoliticianus
|
| 543 |
+
concept:politicianusendorsespoliticianus
|
| 544 |
+
concept:politicianusendorsespoliticianus
|
| 545 |
+
concept:politicianusendorsespoliticianus
|
| 546 |
+
concept:politicianusendorsespoliticianus
|
| 547 |
+
concept:politicianusendorsespoliticianus
|
| 548 |
+
concept:politicianusendorsespoliticianus
|
| 549 |
+
concept:politicianusendorsespoliticianus
|
| 550 |
+
concept:politicianusendorsespoliticianus
|
| 551 |
+
concept:politicianusendorsespoliticianus
|
| 552 |
+
concept:politicianusendorsespoliticianus
|
| 553 |
+
concept:politicianusendorsespoliticianus
|
| 554 |
+
concept:politicianusendorsespoliticianus
|
| 555 |
+
concept:politicianusendorsespoliticianus
|
| 556 |
+
concept:politicianusendorsespoliticianus
|
| 557 |
+
concept:politicianusendorsespoliticianus
|
| 558 |
+
concept:politicianusendorsespoliticianus
|
| 559 |
+
concept:politicianusendorsespoliticianus
|
| 560 |
+
concept:politicianusendorsespoliticianus
|
| 561 |
+
concept:politicianusendorsespoliticianus
|
| 562 |
+
concept:politicianusendorsespoliticianus
|
| 563 |
+
concept:politicianusendorsespoliticianus
|
| 564 |
+
concept:politicianusendorsespoliticianus
|
| 565 |
+
concept:politicianusendorsespoliticianus
|
| 566 |
+
concept:politicianusendorsespoliticianus
|
| 567 |
+
concept:politicianusendorsespoliticianus
|
| 568 |
+
concept:politicianusendorsespoliticianus
|
| 569 |
+
concept:politicianusendorsespoliticianus
|
| 570 |
+
concept:politicianusendorsespoliticianus
|
| 571 |
+
concept:politicianusendorsespoliticianus
|
| 572 |
+
concept:politicianusendorsespoliticianus
|
| 573 |
+
concept:politicianusendorsespoliticianus
|
| 574 |
+
concept:politicianusendorsespoliticianus
|
| 575 |
+
concept:politicianusendorsespoliticianus
|
| 576 |
+
concept:politicianusendorsespoliticianus
|
| 577 |
+
concept:politicianusendorsespoliticianus
|
| 578 |
+
concept:politicianusendorsespoliticianus
|
| 579 |
+
concept:politicianusendorsespoliticianus
|
| 580 |
+
concept:politicianusendorsespoliticianus
|
| 581 |
+
concept:politicianusendorsespoliticianus
|
| 582 |
+
concept:politicianusendorsespoliticianus
|
| 583 |
+
concept:politicianusendorsespoliticianus
|
| 584 |
+
concept:politicianusendorsespoliticianus
|
| 585 |
+
concept:politicianusendorsespoliticianus
|
| 586 |
+
concept:politicianusendorsespoliticianus
|
| 587 |
+
concept:politicianusendorsespoliticianus
|
| 588 |
+
concept:politicianusendorsespoliticianus
|
| 589 |
+
concept:politicianusendorsespoliticianus
|
| 590 |
+
concept:politicianusendorsespoliticianus
|
| 591 |
+
concept:politicianusendorsespoliticianus
|
| 592 |
+
concept:politicianusendorsespoliticianus
|
| 593 |
+
concept:politicianusendorsespoliticianus
|
| 594 |
+
concept:politicianusendorsespoliticianus
|
| 595 |
+
concept:politicianusendorsespoliticianus
|
| 596 |
+
concept:politicianusendorsespoliticianus
|
| 597 |
+
concept:politicianusendorsespoliticianus
|
| 598 |
+
concept:politicianusendorsespoliticianus
|
| 599 |
+
concept:politicianusendorsespoliticianus
|
| 600 |
+
concept:politicianusendorsespoliticianus
|
| 601 |
+
concept:politicianusendorsespoliticianus
|
| 602 |
+
concept:politicianusendorsespoliticianus
|
| 603 |
+
concept:politicianusendorsespoliticianus
|
| 604 |
+
concept:politicianusendorsespoliticianus
|
| 605 |
+
concept:politicianusendorsespoliticianus
|
| 606 |
+
concept:politicianusendorsespoliticianus
|
| 607 |
+
concept:politicianusendorsespoliticianus
|
| 608 |
+
concept:politicianusendorsespoliticianus
|
| 609 |
+
concept:politicianusendorsespoliticianus
|
| 610 |
+
concept:politicianusendorsespoliticianus
|
| 611 |
+
concept:politicianusendorsespoliticianus
|
| 612 |
+
concept:politicianusendorsespoliticianus
|
| 613 |
+
concept:politicianusendorsespoliticianus
|
| 614 |
+
concept:politicianusendorsespoliticianus
|
| 615 |
+
concept:politicianusendorsespoliticianus
|
| 616 |
+
concept:politicianusendorsespoliticianus
|
| 617 |
+
concept:politicianusendorsespoliticianus
|
| 618 |
+
concept:politicianusendorsespoliticianus
|
| 619 |
+
concept:politicianusendorsespoliticianus
|
| 620 |
+
concept:politicianusendorsespoliticianus
|
| 621 |
+
concept:politicianusendorsespoliticianus
|
| 622 |
+
concept:politicianusendorsespoliticianus
|
| 623 |
+
concept:politicianusendorsespoliticianus
|
| 624 |
+
concept:politicianusendorsespoliticianus
|
| 625 |
+
concept:politicianusendorsespoliticianus
|
| 626 |
+
concept:politicianusendorsespoliticianus
|
| 627 |
+
concept:politicianusendorsespoliticianus
|
| 628 |
+
concept:politicianusendorsespoliticianus
|
| 629 |
+
concept:politicianusendorsespoliticianus
|
| 630 |
+
concept:politicianusendorsespoliticianus
|
| 631 |
+
concept:politicianusendorsespoliticianus
|
| 632 |
+
concept:politicianusendorsespoliticianus
|
| 633 |
+
concept:politicianusendorsespoliticianus
|
| 634 |
+
concept:politicianusendorsespoliticianus
|
| 635 |
+
concept:politicianusendorsespoliticianus
|
| 636 |
+
concept:politicianusendorsespoliticianus
|
| 637 |
+
concept:politicianusendorsespoliticianus
|
| 638 |
+
concept:politicianusendorsespoliticianus
|
| 639 |
+
concept:politicianusendorsespoliticianus
|
| 640 |
+
concept:politicianusendorsespoliticianus
|
| 641 |
+
concept:politicianusendorsespoliticianus
|
| 642 |
+
concept:politicianusendorsespoliticianus
|
| 643 |
+
concept:politicianusendorsespoliticianus
|
| 644 |
+
concept:politicianusendorsespoliticianus
|
| 645 |
+
concept:politicianusendorsespoliticianus
|
| 646 |
+
concept:politicianusendorsespoliticianus
|
| 647 |
+
concept:politicianusendorsespoliticianus
|
| 648 |
+
concept:politicianusendorsespoliticianus
|
| 649 |
+
concept:politicianusendorsespoliticianus
|
| 650 |
+
concept:politicianusendorsespoliticianus
|
| 651 |
+
concept:politicianusendorsespoliticianus
|
| 652 |
+
concept:politicianusendorsespoliticianus
|
| 653 |
+
concept:politicianusendorsespoliticianus
|
| 654 |
+
concept:politicianusendorsespoliticianus
|
| 655 |
+
concept:politicianusendorsespoliticianus
|
| 656 |
+
concept:politicianusendorsespoliticianus
|
| 657 |
+
concept:politicianusendorsespoliticianus
|
| 658 |
+
concept:politicianusendorsespoliticianus
|
| 659 |
+
concept:politicianusendorsespoliticianus
|
| 660 |
+
concept:politicianusendorsespoliticianus
|
| 661 |
+
concept:politicianusendorsespoliticianus
|
| 662 |
+
concept:politicianusendorsespoliticianus
|
| 663 |
+
concept:politicianusendorsespoliticianus
|
| 664 |
+
concept:politicianusendorsespoliticianus
|
| 665 |
+
concept:politicianusendorsespoliticianus
|
| 666 |
+
concept:politicianusendorsespoliticianus
|
| 667 |
+
concept:politicianusendorsespoliticianus
|
| 668 |
+
concept:politicianusendorsespoliticianus
|
| 669 |
+
concept:politicianusendorsespoliticianus
|
| 670 |
+
concept:politicianusendorsespoliticianus
|
| 671 |
+
concept:politicianusendorsespoliticianus
|
| 672 |
+
concept:politicianusendorsespoliticianus
|
| 673 |
+
concept:politicianusendorsespoliticianus
|
| 674 |
+
concept:politicianusendorsespoliticianus
|
| 675 |
+
concept:politicianusendorsespoliticianus
|
| 676 |
+
concept:politicianusendorsespoliticianus
|
| 677 |
+
concept:politicianusendorsespoliticianus
|
| 678 |
+
concept:politicianusendorsespoliticianus
|
| 679 |
+
concept:politicianusendorsespoliticianus
|
| 680 |
+
concept:politicianusendorsespoliticianus
|
| 681 |
+
concept:politicianusendorsespoliticianus
|
| 682 |
+
concept:politicianusendorsespoliticianus
|
| 683 |
+
concept:politicianusendorsespoliticianus
|
| 684 |
+
concept:politicianusendorsespoliticianus
|
| 685 |
+
concept:politicianusendorsespoliticianus
|
| 686 |
+
concept:politicianusendorsespoliticianus
|
| 687 |
+
concept:politicianusendorsespoliticianus
|
| 688 |
+
concept:politicianusendorsespoliticianus
|
| 689 |
+
concept:politicianusendorsespoliticianus
|
| 690 |
+
concept:politicianusendorsespoliticianus
|
| 691 |
+
concept:politicianusendorsespoliticianus
|
| 692 |
+
concept:politicianusendorsespoliticianus
|
| 693 |
+
concept:politicianusendorsespoliticianus
|
| 694 |
+
concept:politicianusendorsespoliticianus
|
| 695 |
+
concept:politicianusendorsespoliticianus
|
| 696 |
+
concept:politicianusendorsespoliticianus
|
| 697 |
+
concept:politicianusendorsespoliticianus
|
| 698 |
+
concept:politicianusendorsespoliticianus
|
| 699 |
+
concept:politicianusendorsespoliticianus
|
| 700 |
+
concept:politicianusendorsespoliticianus
|
| 701 |
+
concept:politicianusendorsespoliticianus
|
| 702 |
+
concept:politicianusendorsespoliticianus
|
| 703 |
+
concept:politicianusendorsespoliticianus
|
| 704 |
+
concept:politicianusendorsespoliticianus
|
| 705 |
+
concept:politicianusendorsespoliticianus
|
| 706 |
+
concept:politicianusendorsespoliticianus
|
| 707 |
+
concept:politicianusendorsespoliticianus
|
| 708 |
+
concept:politicianusendorsespoliticianus
|
| 709 |
+
concept:politicianusendorsespoliticianus
|
| 710 |
+
concept:politicianusendorsespoliticianus
|
| 711 |
+
concept:politicianusendorsespoliticianus
|
| 712 |
+
concept:politicianusendorsespoliticianus
|
| 713 |
+
concept:politicianusendorsespoliticianus
|
| 714 |
+
concept:politicianusendorsespoliticianus
|
| 715 |
+
concept:politicianusendorsespoliticianus
|
| 716 |
+
concept:politicianusendorsespoliticianus
|
| 717 |
+
concept:politicianusendorsespoliticianus
|
| 718 |
+
concept:politicianusendorsespoliticianus
|
| 719 |
+
concept:politicianusendorsespoliticianus
|
| 720 |
+
concept:politicianusendorsespoliticianus
|
| 721 |
+
concept:politicianusendorsespoliticianus
|
| 722 |
+
concept:politicianusendorsespoliticianus
|
| 723 |
+
concept:politicianusendorsespoliticianus
|
| 724 |
+
concept:politicianusendorsespoliticianus
|
| 725 |
+
concept:politicianusendorsespoliticianus
|
| 726 |
+
concept:politicianusendorsespoliticianus
|
| 727 |
+
concept:politicianusendorsespoliticianus
|
| 728 |
+
concept:politicianusendorsespoliticianus
|
| 729 |
+
concept:politicianusendorsespoliticianus
|
| 730 |
+
concept:politicianusendorsespoliticianus
|
| 731 |
+
concept:politicianusendorsespoliticianus
|
| 732 |
+
concept:politicianusendorsespoliticianus
|
| 733 |
+
concept:politicianusendorsespoliticianus
|
| 734 |
+
concept:politicianusendorsespoliticianus
|
| 735 |
+
concept:politicianusendorsespoliticianus
|
| 736 |
+
concept:politicianusendorsespoliticianus
|
| 737 |
+
concept:politicianusendorsespoliticianus
|
| 738 |
+
concept:politicianusendorsespoliticianus
|
| 739 |
+
concept:politicianusendorsespoliticianus
|
| 740 |
+
concept:politicianusendorsespoliticianus
|
| 741 |
+
concept:politicianusendorsespoliticianus
|
| 742 |
+
concept:politicianusendorsespoliticianus
|
| 743 |
+
concept:politicianusendorsespoliticianus
|
| 744 |
+
concept:politicianusendorsespoliticianus
|
| 745 |
+
concept:politicianusendorsespoliticianus
|
| 746 |
+
concept:politicianusendorsespoliticianus
|
| 747 |
+
concept:politicianusendorsespoliticianus
|
| 748 |
+
concept:politicianusendorsespoliticianus
|
| 749 |
+
concept:politicianusendorsespoliticianus
|
| 750 |
+
concept:politicianusendorsespoliticianus
|
| 751 |
+
concept:politicianusendorsespoliticianus
|
| 752 |
+
concept:politicianusendorsespoliticianus
|
| 753 |
+
concept:politicianusendorsespoliticianus
|
| 754 |
+
concept:politicianusendorsespoliticianus
|
| 755 |
+
concept:politicianusendorsespoliticianus
|
| 756 |
+
concept:politicianusendorsespoliticianus
|
| 757 |
+
concept:politicianusendorsespoliticianus
|
| 758 |
+
concept:politicianusendorsespoliticianus
|
| 759 |
+
concept:politicianusendorsespoliticianus
|
| 760 |
+
concept:politicianusendorsespoliticianus
|
| 761 |
+
concept:politicianusendorsespoliticianus
|
| 762 |
+
concept:politicianusendorsespoliticianus
|
| 763 |
+
concept:politicianusendorsespoliticianus
|
| 764 |
+
concept:politicianusendorsespoliticianus
|
| 765 |
+
concept:politicianusendorsespoliticianus
|
| 766 |
+
concept:politicianusendorsespoliticianus
|
| 767 |
+
concept:politicianusendorsespoliticianus
|
| 768 |
+
concept:politicianusendorsespoliticianus
|
| 769 |
+
concept:politicianusendorsespoliticianus
|
| 770 |
+
concept:politicianusendorsespoliticianus
|
| 771 |
+
concept:politicianusendorsespoliticianus
|
| 772 |
+
concept:politicianusendorsespoliticianus
|
| 773 |
+
concept:politicianusendorsespoliticianus
|
| 774 |
+
concept:politicianusendorsespoliticianus
|
| 775 |
+
concept:politicianusendorsespoliticianus
|
| 776 |
+
concept:politicianusendorsespoliticianus
|
| 777 |
+
concept:politicianusendorsespoliticianus
|
| 778 |
+
concept:politicianusendorsespoliticianus
|
| 779 |
+
concept:politicianusendorsespoliticianus
|
| 780 |
+
concept:politicianusendorsespoliticianus
|
| 781 |
+
concept:politicianusendorsespoliticianus
|
| 782 |
+
concept:politicianusendorsespoliticianus
|
| 783 |
+
concept:politicianusendorsespoliticianus
|
| 784 |
+
concept:politicianusendorsespoliticianus
|
| 785 |
+
concept:politicianusendorsespoliticianus
|
| 786 |
+
concept:politicianusendorsespoliticianus
|
| 787 |
+
concept:politicianusendorsespoliticianus
|
| 788 |
+
concept:politicianusendorsespoliticianus
|
| 789 |
+
concept:politicianusendorsespoliticianus
|
| 790 |
+
concept:politicianusendorsespoliticianus
|
| 791 |
+
concept:politicianusendorsespoliticianus
|
| 792 |
+
concept:politicianusendorsespoliticianus
|
| 793 |
+
concept:politicianusendorsespoliticianus
|
| 794 |
+
concept:politicianusendorsespoliticianus
|
| 795 |
+
concept:politicianusendorsespoliticianus
|
| 796 |
+
concept:politicianusendorsespoliticianus
|
| 797 |
+
concept:politicianusendorsespoliticianus
|
| 798 |
+
concept:politicianusendorsespoliticianus
|
| 799 |
+
concept:politicianusendorsespoliticianus
|
| 800 |
+
concept:politicianusendorsespoliticianus
|
| 801 |
+
concept:politicianusendorsespoliticianus
|
| 802 |
+
concept:politicianusendorsespoliticianus
|
| 803 |
+
concept:producedby
|
| 804 |
+
concept:producedby
|
| 805 |
+
concept:producedby
|
| 806 |
+
concept:producedby
|
| 807 |
+
concept:producedby
|
| 808 |
+
concept:producedby
|
| 809 |
+
concept:producedby
|
| 810 |
+
concept:producedby
|
| 811 |
+
concept:producedby
|
| 812 |
+
concept:producedby
|
| 813 |
+
concept:producedby
|
| 814 |
+
concept:producedby
|
| 815 |
+
concept:producedby
|
| 816 |
+
concept:producedby
|
| 817 |
+
concept:producedby
|
| 818 |
+
concept:producedby
|
| 819 |
+
concept:producedby
|
| 820 |
+
concept:producedby
|
| 821 |
+
concept:producedby
|
| 822 |
+
concept:producedby
|
| 823 |
+
concept:producedby
|
| 824 |
+
concept:producedby
|
| 825 |
+
concept:producedby
|
| 826 |
+
concept:producedby
|
| 827 |
+
concept:producedby
|
| 828 |
+
concept:producedby
|
| 829 |
+
concept:producedby
|
| 830 |
+
concept:producedby
|
| 831 |
+
concept:producedby
|
| 832 |
+
concept:producedby
|
| 833 |
+
concept:producedby
|
| 834 |
+
concept:producedby
|
| 835 |
+
concept:producedby
|
| 836 |
+
concept:producedby
|
| 837 |
+
concept:producedby
|
| 838 |
+
concept:producedby
|
| 839 |
+
concept:producedby
|
| 840 |
+
concept:producedby
|
| 841 |
+
concept:producedby
|
| 842 |
+
concept:producedby
|
| 843 |
+
concept:producedby
|
| 844 |
+
concept:producedby
|
| 845 |
+
concept:producedby
|
| 846 |
+
concept:producedby
|
| 847 |
+
concept:producedby
|
| 848 |
+
concept:producedby
|
| 849 |
+
concept:producedby
|
| 850 |
+
concept:producedby
|
| 851 |
+
concept:producedby
|
| 852 |
+
concept:producedby
|
| 853 |
+
concept:producedby
|
| 854 |
+
concept:producedby
|
| 855 |
+
concept:producedby
|
| 856 |
+
concept:producedby
|
| 857 |
+
concept:producedby
|
| 858 |
+
concept:producedby
|
| 859 |
+
concept:producedby
|
| 860 |
+
concept:producedby
|
| 861 |
+
concept:producedby
|
| 862 |
+
concept:producedby
|
| 863 |
+
concept:producedby
|
| 864 |
+
concept:producedby
|
| 865 |
+
concept:producedby
|
| 866 |
+
concept:producedby
|
| 867 |
+
concept:producedby
|
| 868 |
+
concept:producedby
|
| 869 |
+
concept:producedby
|
| 870 |
+
concept:producedby
|
| 871 |
+
concept:producedby
|
| 872 |
+
concept:producedby
|
| 873 |
+
concept:producedby
|
| 874 |
+
concept:producedby
|
| 875 |
+
concept:producedby
|
| 876 |
+
concept:producedby
|
| 877 |
+
concept:producedby
|
| 878 |
+
concept:producedby
|
| 879 |
+
concept:producedby
|
| 880 |
+
concept:producedby
|
| 881 |
+
concept:producedby
|
| 882 |
+
concept:producedby
|
| 883 |
+
concept:producedby
|
| 884 |
+
concept:producedby
|
| 885 |
+
concept:producedby
|
| 886 |
+
concept:producedby
|
| 887 |
+
concept:producedby
|
| 888 |
+
concept:producedby
|
| 889 |
+
concept:producedby
|
| 890 |
+
concept:producedby
|
| 891 |
+
concept:producedby
|
| 892 |
+
concept:producedby
|
| 893 |
+
concept:producedby
|
| 894 |
+
concept:producedby
|
| 895 |
+
concept:producedby
|
| 896 |
+
concept:producedby
|
| 897 |
+
concept:producedby
|
| 898 |
+
concept:producedby
|
| 899 |
+
concept:producedby
|
| 900 |
+
concept:producedby
|
| 901 |
+
concept:producedby
|
| 902 |
+
concept:producedby
|
| 903 |
+
concept:producedby
|
| 904 |
+
concept:producedby
|
| 905 |
+
concept:producedby
|
| 906 |
+
concept:producedby
|
| 907 |
+
concept:producedby
|
| 908 |
+
concept:producedby
|
| 909 |
+
concept:producedby
|
| 910 |
+
concept:producedby
|
| 911 |
+
concept:producedby
|
| 912 |
+
concept:producedby
|
| 913 |
+
concept:producedby
|
| 914 |
+
concept:producedby
|
| 915 |
+
concept:producedby
|
| 916 |
+
concept:producedby
|
| 917 |
+
concept:producedby
|
| 918 |
+
concept:producedby
|
| 919 |
+
concept:producedby
|
| 920 |
+
concept:producedby
|
| 921 |
+
concept:producedby
|
| 922 |
+
concept:producedby
|
| 923 |
+
concept:producedby
|
| 924 |
+
concept:producedby
|
| 925 |
+
concept:producedby
|
| 926 |
+
concept:producedby
|
| 927 |
+
concept:producedby
|
| 928 |
+
concept:producedby
|
| 929 |
+
concept:producedby
|
| 930 |
+
concept:producedby
|
| 931 |
+
concept:producedby
|
| 932 |
+
concept:producedby
|
| 933 |
+
concept:producedby
|
| 934 |
+
concept:producedby
|
| 935 |
+
concept:producedby
|
| 936 |
+
concept:producedby
|
| 937 |
+
concept:producedby
|
| 938 |
+
concept:producedby
|
| 939 |
+
concept:producedby
|
| 940 |
+
concept:producedby
|
| 941 |
+
concept:producedby
|
| 942 |
+
concept:producedby
|
| 943 |
+
concept:producedby
|
| 944 |
+
concept:producedby
|
| 945 |
+
concept:producedby
|
| 946 |
+
concept:producedby
|
| 947 |
+
concept:producedby
|
| 948 |
+
concept:producedby
|
| 949 |
+
concept:producedby
|
| 950 |
+
concept:producedby
|
| 951 |
+
concept:producedby
|
| 952 |
+
concept:producedby
|
| 953 |
+
concept:producedby
|
| 954 |
+
concept:producedby
|
| 955 |
+
concept:producedby
|
| 956 |
+
concept:producedby
|
| 957 |
+
concept:producedby
|
| 958 |
+
concept:producedby
|
| 959 |
+
concept:producedby
|
| 960 |
+
concept:producedby
|
| 961 |
+
concept:producedby
|
| 962 |
+
concept:producedby
|
| 963 |
+
concept:producedby
|
| 964 |
+
concept:producedby
|
| 965 |
+
concept:producedby
|
| 966 |
+
concept:producedby
|
| 967 |
+
concept:producedby
|
| 968 |
+
concept:producedby
|
| 969 |
+
concept:producedby
|
| 970 |
+
concept:producedby
|
| 971 |
+
concept:producedby
|
| 972 |
+
concept:producedby
|
| 973 |
+
concept:producedby
|
| 974 |
+
concept:producedby
|
| 975 |
+
concept:producedby
|
| 976 |
+
concept:producedby
|
| 977 |
+
concept:producedby
|
| 978 |
+
concept:producedby
|
| 979 |
+
concept:producedby
|
| 980 |
+
concept:producedby
|
| 981 |
+
concept:producedby
|
| 982 |
+
concept:producedby
|
| 983 |
+
concept:producedby
|
| 984 |
+
concept:producedby
|
| 985 |
+
concept:producedby
|
| 986 |
+
concept:producedby
|
| 987 |
+
concept:producedby
|
| 988 |
+
concept:producedby
|
| 989 |
+
concept:producedby
|
| 990 |
+
concept:producedby
|
| 991 |
+
concept:producedby
|
| 992 |
+
concept:producedby
|
| 993 |
+
concept:producedby
|
| 994 |
+
concept:producedby
|
| 995 |
+
concept:producedby
|
| 996 |
+
concept:producedby
|
| 997 |
+
concept:producedby
|
| 998 |
+
concept:producedby
|
| 999 |
+
concept:producedby
|
| 1000 |
+
concept:producedby
|
| 1001 |
+
concept:producedby
|
| 1002 |
+
concept:producedby
|
| 1003 |
+
concept:producedby
|
| 1004 |
+
concept:producedby
|
| 1005 |
+
concept:producedby
|
| 1006 |
+
concept:producedby
|
| 1007 |
+
concept:producedby
|
| 1008 |
+
concept:producedby
|
| 1009 |
+
concept:producedby
|
| 1010 |
+
concept:producedby
|
| 1011 |
+
concept:producedby
|
| 1012 |
+
concept:teamcoach
|
| 1013 |
+
concept:teamcoach
|
| 1014 |
+
concept:teamcoach
|
| 1015 |
+
concept:teamcoach
|
| 1016 |
+
concept:teamcoach
|
| 1017 |
+
concept:teamcoach
|
| 1018 |
+
concept:teamcoach
|
| 1019 |
+
concept:teamcoach
|
| 1020 |
+
concept:teamcoach
|
| 1021 |
+
concept:teamcoach
|
| 1022 |
+
concept:teamcoach
|
| 1023 |
+
concept:teamcoach
|
| 1024 |
+
concept:teamcoach
|
| 1025 |
+
concept:teamcoach
|
| 1026 |
+
concept:teamcoach
|
| 1027 |
+
concept:teamcoach
|
| 1028 |
+
concept:teamcoach
|
| 1029 |
+
concept:teamcoach
|
| 1030 |
+
concept:teamcoach
|
| 1031 |
+
concept:teamcoach
|
| 1032 |
+
concept:teamcoach
|
| 1033 |
+
concept:teamcoach
|
| 1034 |
+
concept:teamcoach
|
| 1035 |
+
concept:teamcoach
|
| 1036 |
+
concept:teamcoach
|
| 1037 |
+
concept:teamcoach
|
| 1038 |
+
concept:teamcoach
|
| 1039 |
+
concept:teamcoach
|
| 1040 |
+
concept:teamcoach
|
| 1041 |
+
concept:teamcoach
|
| 1042 |
+
concept:teamcoach
|
| 1043 |
+
concept:teamcoach
|
| 1044 |
+
concept:teamcoach
|
| 1045 |
+
concept:teamcoach
|
| 1046 |
+
concept:teamcoach
|
| 1047 |
+
concept:teamcoach
|
| 1048 |
+
concept:teamcoach
|
| 1049 |
+
concept:teamcoach
|
| 1050 |
+
concept:teamcoach
|
| 1051 |
+
concept:teamcoach
|
| 1052 |
+
concept:teamcoach
|
| 1053 |
+
concept:teamcoach
|
| 1054 |
+
concept:teamcoach
|
| 1055 |
+
concept:teamcoach
|
| 1056 |
+
concept:teamcoach
|
| 1057 |
+
concept:teamcoach
|
| 1058 |
+
concept:teamcoach
|
| 1059 |
+
concept:teamcoach
|
| 1060 |
+
concept:teamcoach
|
| 1061 |
+
concept:teamcoach
|
| 1062 |
+
concept:teamcoach
|
| 1063 |
+
concept:teamcoach
|
| 1064 |
+
concept:teamcoach
|
| 1065 |
+
concept:teamcoach
|
| 1066 |
+
concept:teamcoach
|
| 1067 |
+
concept:teamcoach
|
| 1068 |
+
concept:teamcoach
|
| 1069 |
+
concept:teamcoach
|
| 1070 |
+
concept:teamcoach
|
| 1071 |
+
concept:teamcoach
|
| 1072 |
+
concept:teamcoach
|
| 1073 |
+
concept:teamcoach
|
| 1074 |
+
concept:teamcoach
|
| 1075 |
+
concept:teamcoach
|
| 1076 |
+
concept:teamcoach
|
| 1077 |
+
concept:teamcoach
|
| 1078 |
+
concept:teamcoach
|
| 1079 |
+
concept:teamcoach
|
| 1080 |
+
concept:teamcoach
|
| 1081 |
+
concept:teamcoach
|
| 1082 |
+
concept:teamcoach
|
| 1083 |
+
concept:teamcoach
|
| 1084 |
+
concept:teamcoach
|
| 1085 |
+
concept:teamcoach
|
| 1086 |
+
concept:teamcoach
|
| 1087 |
+
concept:teamcoach
|
| 1088 |
+
concept:teamcoach
|
| 1089 |
+
concept:teamcoach
|
| 1090 |
+
concept:teamcoach
|
| 1091 |
+
concept:teamcoach
|
| 1092 |
+
concept:teamcoach
|
| 1093 |
+
concept:teamcoach
|
| 1094 |
+
concept:teamcoach
|
| 1095 |
+
concept:teamcoach
|
| 1096 |
+
concept:teamcoach
|
| 1097 |
+
concept:teamcoach
|
| 1098 |
+
concept:teamcoach
|
| 1099 |
+
concept:teamcoach
|
| 1100 |
+
concept:teamcoach
|
| 1101 |
+
concept:teamcoach
|
| 1102 |
+
concept:teamcoach
|
| 1103 |
+
concept:teamcoach
|
| 1104 |
+
concept:teamcoach
|
| 1105 |
+
concept:teamcoach
|
| 1106 |
+
concept:teamcoach
|
| 1107 |
+
concept:teamcoach
|
| 1108 |
+
concept:teamcoach
|
| 1109 |
+
concept:teamcoach
|
| 1110 |
+
concept:teamcoach
|
| 1111 |
+
concept:teamcoach
|
| 1112 |
+
concept:teamcoach
|
| 1113 |
+
concept:teamcoach
|
| 1114 |
+
concept:teamcoach
|
| 1115 |
+
concept:teamcoach
|
| 1116 |
+
concept:teamcoach
|
| 1117 |
+
concept:teamcoach
|
| 1118 |
+
concept:teamcoach
|
| 1119 |
+
concept:teamcoach
|
| 1120 |
+
concept:teamcoach
|
| 1121 |
+
concept:teamcoach
|
| 1122 |
+
concept:teamcoach
|
| 1123 |
+
concept:teamcoach
|
| 1124 |
+
concept:teamcoach
|
| 1125 |
+
concept:teamcoach
|
| 1126 |
+
concept:teamcoach
|
| 1127 |
+
concept:teamcoach
|
| 1128 |
+
concept:teamcoach
|
| 1129 |
+
concept:teamcoach
|
| 1130 |
+
concept:teamcoach
|
| 1131 |
+
concept:teamcoach
|
| 1132 |
+
concept:teamcoach
|
| 1133 |
+
concept:teamcoach
|
| 1134 |
+
concept:teamcoach
|
| 1135 |
+
concept:teamcoach
|
| 1136 |
+
concept:teamcoach
|
| 1137 |
+
concept:teamcoach
|
| 1138 |
+
concept:teamcoach
|
| 1139 |
+
concept:teamcoach
|
| 1140 |
+
concept:teamcoach
|
| 1141 |
+
concept:teamcoach
|
| 1142 |
+
concept:teamcoach
|
| 1143 |
+
concept:teamcoach
|
| 1144 |
+
concept:teamcoach
|
| 1145 |
+
concept:teamcoach
|
| 1146 |
+
concept:teamcoach
|
| 1147 |
+
concept:teamcoach
|
| 1148 |
+
concept:teamcoach
|
| 1149 |
+
concept:teamcoach
|
| 1150 |
+
concept:teamcoach
|
| 1151 |
+
concept:teamcoach
|
| 1152 |
+
concept:teamcoach
|
| 1153 |
+
concept:teamcoach
|
| 1154 |
+
concept:teamcoach
|
| 1155 |
+
concept:teamcoach
|
| 1156 |
+
concept:teamcoach
|
| 1157 |
+
concept:teamcoach
|
| 1158 |
+
concept:teamcoach
|
| 1159 |
+
concept:teamcoach
|
| 1160 |
+
concept:teamcoach
|
| 1161 |
+
concept:teamcoach
|
| 1162 |
+
concept:teamcoach
|
| 1163 |
+
concept:teamcoach
|
| 1164 |
+
concept:teamcoach
|
| 1165 |
+
concept:teamcoach
|
| 1166 |
+
concept:teamcoach
|
| 1167 |
+
concept:teamcoach
|
| 1168 |
+
concept:teamcoach
|
| 1169 |
+
concept:teamcoach
|
| 1170 |
+
concept:teamcoach
|
| 1171 |
+
concept:teamcoach
|
| 1172 |
+
concept:teamcoach
|
| 1173 |
+
concept:teamcoach
|
| 1174 |
+
concept:teamcoach
|
| 1175 |
+
concept:teamcoach
|
| 1176 |
+
concept:teamcoach
|
| 1177 |
+
concept:teamcoach
|
| 1178 |
+
concept:teamcoach
|
| 1179 |
+
concept:teamcoach
|
| 1180 |
+
concept:teamcoach
|
| 1181 |
+
concept:teamcoach
|
| 1182 |
+
concept:teamcoach
|
| 1183 |
+
concept:teamcoach
|
| 1184 |
+
concept:teamcoach
|
| 1185 |
+
concept:teamcoach
|
| 1186 |
+
concept:teamcoach
|
| 1187 |
+
concept:teamcoach
|
| 1188 |
+
concept:teamcoach
|
| 1189 |
+
concept:teamcoach
|
| 1190 |
+
concept:teamcoach
|
| 1191 |
+
concept:teamcoach
|
| 1192 |
+
concept:teamcoach
|
| 1193 |
+
concept:teamcoach
|
| 1194 |
+
concept:teamcoach
|
| 1195 |
+
concept:teamcoach
|
| 1196 |
+
concept:teamcoach
|
| 1197 |
+
concept:teamcoach
|
| 1198 |
+
concept:teamcoach
|
| 1199 |
+
concept:teamcoach
|
| 1200 |
+
concept:teamcoach
|
| 1201 |
+
concept:teamcoach
|
| 1202 |
+
concept:teamcoach
|
| 1203 |
+
concept:teamcoach
|
| 1204 |
+
concept:teamcoach
|
| 1205 |
+
concept:teamcoach
|
| 1206 |
+
concept:teamcoach
|
| 1207 |
+
concept:teamcoach
|
| 1208 |
+
concept:teamcoach
|
| 1209 |
+
concept:teamcoach
|
| 1210 |
+
concept:teamcoach
|
| 1211 |
+
concept:teamcoach
|
| 1212 |
+
concept:teamcoach
|
| 1213 |
+
concept:teamcoach
|
| 1214 |
+
concept:teamcoach
|
| 1215 |
+
concept:teamcoach
|
| 1216 |
+
concept:teamcoach
|
| 1217 |
+
concept:teamcoach
|
| 1218 |
+
concept:teamcoach
|
| 1219 |
+
concept:teamcoach
|
| 1220 |
+
concept:teamcoach
|
| 1221 |
+
concept:teamcoach
|
| 1222 |
+
concept:teamcoach
|
| 1223 |
+
concept:teamcoach
|
| 1224 |
+
concept:teamcoach
|
| 1225 |
+
concept:teamcoach
|
| 1226 |
+
concept:teamcoach
|
| 1227 |
+
concept:teamcoach
|
| 1228 |
+
concept:teamcoach
|
| 1229 |
+
concept:teamcoach
|
| 1230 |
+
concept:teamcoach
|
| 1231 |
+
concept:teamcoach
|
| 1232 |
+
concept:teamcoach
|
| 1233 |
+
concept:teamcoach
|
| 1234 |
+
concept:teamcoach
|
| 1235 |
+
concept:teamcoach
|
| 1236 |
+
concept:teamcoach
|
| 1237 |
+
concept:teamcoach
|
| 1238 |
+
concept:teamcoach
|
| 1239 |
+
concept:teamcoach
|
| 1240 |
+
concept:teamcoach
|
| 1241 |
+
concept:teamcoach
|
| 1242 |
+
concept:teamcoach
|
| 1243 |
+
concept:teamcoach
|
| 1244 |
+
concept:teamcoach
|
| 1245 |
+
concept:teamcoach
|
| 1246 |
+
concept:teamcoach
|
| 1247 |
+
concept:teamcoach
|
| 1248 |
+
concept:teamcoach
|
| 1249 |
+
concept:teamcoach
|
| 1250 |
+
concept:teamcoach
|
| 1251 |
+
concept:teamcoach
|
| 1252 |
+
concept:teamcoach
|
| 1253 |
+
concept:teamcoach
|
| 1254 |
+
concept:teamcoach
|
| 1255 |
+
concept:teamcoach
|
| 1256 |
+
concept:teamcoach
|
| 1257 |
+
concept:teamcoach
|
| 1258 |
+
concept:teamcoach
|
| 1259 |
+
concept:teamcoach
|
| 1260 |
+
concept:teamcoach
|
| 1261 |
+
concept:teamcoach
|
| 1262 |
+
concept:teamcoach
|
| 1263 |
+
concept:teamcoach
|
| 1264 |
+
concept:teamcoach
|
| 1265 |
+
concept:teamcoach
|
| 1266 |
+
concept:teamcoach
|
| 1267 |
+
concept:teamcoach
|
| 1268 |
+
concept:teamcoach
|
| 1269 |
+
concept:teamcoach
|
| 1270 |
+
concept:teamcoach
|
| 1271 |
+
concept:teamcoach
|
| 1272 |
+
concept:teamcoach
|
| 1273 |
+
concept:teamcoach
|
| 1274 |
+
concept:teamcoach
|
| 1275 |
+
concept:teamcoach
|
| 1276 |
+
concept:teamcoach
|
| 1277 |
+
concept:teamcoach
|
| 1278 |
+
concept:teamcoach
|
| 1279 |
+
concept:teamcoach
|
| 1280 |
+
concept:teamcoach
|
| 1281 |
+
concept:teamcoach
|
| 1282 |
+
concept:teamcoach
|
| 1283 |
+
concept:teamcoach
|
| 1284 |
+
concept:teamcoach
|
| 1285 |
+
concept:teamcoach
|
| 1286 |
+
concept:teamcoach
|
| 1287 |
+
concept:teamcoach
|
| 1288 |
+
concept:teamcoach
|
| 1289 |
+
concept:teamcoach
|
| 1290 |
+
concept:teamcoach
|
| 1291 |
+
concept:teamcoach
|
| 1292 |
+
concept:teamcoach
|
| 1293 |
+
concept:teamcoach
|
| 1294 |
+
concept:teamcoach
|
| 1295 |
+
concept:teamcoach
|
| 1296 |
+
concept:teamcoach
|
| 1297 |
+
concept:teamcoach
|
| 1298 |
+
concept:teamcoach
|
| 1299 |
+
concept:teamcoach
|
| 1300 |
+
concept:teamcoach
|
| 1301 |
+
concept:teamcoach
|
| 1302 |
+
concept:teamcoach
|
| 1303 |
+
concept:teamcoach
|
| 1304 |
+
concept:teamcoach
|
| 1305 |
+
concept:teamcoach
|
| 1306 |
+
concept:teamcoach
|
| 1307 |
+
concept:teamcoach
|
| 1308 |
+
concept:teamcoach
|
| 1309 |
+
concept:teamcoach
|
| 1310 |
+
concept:teamcoach
|
| 1311 |
+
concept:teamcoach
|
| 1312 |
+
concept:teamcoach
|
| 1313 |
+
concept:teamcoach
|
| 1314 |
+
concept:teamcoach
|
| 1315 |
+
concept:teamcoach
|
| 1316 |
+
concept:teamcoach
|
| 1317 |
+
concept:teamcoach
|
| 1318 |
+
concept:teamcoach
|
| 1319 |
+
concept:teamcoach
|
| 1320 |
+
concept:teamcoach
|
| 1321 |
+
concept:teamcoach
|
| 1322 |
+
concept:teamcoach
|
| 1323 |
+
concept:teamcoach
|
| 1324 |
+
concept:teamcoach
|
| 1325 |
+
concept:teamcoach
|
| 1326 |
+
concept:teamcoach
|
| 1327 |
+
concept:teamcoach
|
| 1328 |
+
concept:teamcoach
|
| 1329 |
+
concept:teamcoach
|
| 1330 |
+
concept:teamcoach
|
| 1331 |
+
concept:teamcoach
|
| 1332 |
+
concept:teamcoach
|
| 1333 |
+
concept:teamcoach
|
| 1334 |
+
concept:teamcoach
|
| 1335 |
+
concept:teamcoach
|
| 1336 |
+
concept:teamcoach
|
| 1337 |
+
concept:teamcoach
|
| 1338 |
+
concept:teamcoach
|
| 1339 |
+
concept:teamcoach
|
| 1340 |
+
concept:teamcoach
|
| 1341 |
+
concept:teamcoach
|
| 1342 |
+
concept:teamcoach
|
| 1343 |
+
concept:teamcoach
|
| 1344 |
+
concept:teamcoach
|
| 1345 |
+
concept:teamcoach
|
| 1346 |
+
concept:teamcoach
|
| 1347 |
+
concept:teamcoach
|
| 1348 |
+
concept:teamcoach
|
| 1349 |
+
concept:teamcoach
|
| 1350 |
+
concept:teamcoach
|
| 1351 |
+
concept:teamcoach
|
| 1352 |
+
concept:teamcoach
|
vis_nell_relational_similarity/relbert-roberta-large-nce-d-semeval2012.figure.png
ADDED
|
vis_t_rex_relational_similarity/relbert-roberta-large-nce-d-semeval2012.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5f7fb797ecea8cf501ffd2ae50e79b6450ca90470db05ad1119aac6a82e2661
|
| 3 |
+
size 461294
|
vis_t_rex_relational_similarity/relbert-roberta-large-nce-d-semeval2012.cluster.csv
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
""
|
vis_t_rex_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac0fafee97a553f6f2a303dad32be4e04868bc0f22588a0e4af7bc2dd5cf7fa6
|
| 3 |
+
size 1024
|
vis_t_rex_relational_similarity/relbert-roberta-large-nce-d-semeval2012.embedding.txt
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[Act] is signed by [Person]
|
| 2 |
+
[Act] is signed by [Person]
|
| 3 |
+
[Airline] has a hub in [Location]
|
| 4 |
+
[Airline] has a hub in [Location]
|
| 5 |
+
[Airline] has a hub in [Location]
|
| 6 |
+
[Airline] has a hub in [Location]
|
| 7 |
+
[Airline] has a hub in [Location]
|
| 8 |
+
[Airline] has a hub in [Location]
|
| 9 |
+
[Airline] has a hub in [Location]
|
| 10 |
+
[Artifact] is a coat of arms of [Group]
|
| 11 |
+
[Artifact] is a coat of arms of [Group]
|
| 12 |
+
[Artifact] is a coat of arms of [Group]
|
| 13 |
+
[Artifact] is a coat of arms of [Group]
|
| 14 |
+
[Artifact] is a coat of arms of [Group]
|
| 15 |
+
[Artifact] is found in [Artifact]
|
| 16 |
+
[Artifact] is found in [Artifact]
|
| 17 |
+
[Artifact] is found in [Artifact]
|
| 18 |
+
[Artifact] is found in [Artifact]
|
| 19 |
+
[Artifact] is in [Color]
|
| 20 |
+
[Artifact] is in [Color]
|
| 21 |
+
[Artifact] is in [Color]
|
| 22 |
+
[Artifact] is in [Color]
|
| 23 |
+
[Artifact] is manufactured by [Company]
|
| 24 |
+
[Artifact] is manufactured by [Company]
|
| 25 |
+
[Artifact] is manufactured by [Company]
|
| 26 |
+
[Artifact] is manufactured by [Company]
|
| 27 |
+
[Artifact] is manufactured by [Company]
|
| 28 |
+
[City] is a capital town of [Country]
|
| 29 |
+
[City] is a capital town of [Country]
|
| 30 |
+
[City] is a capital town of [Country]
|
| 31 |
+
[City] is a capital town of [Country]
|
| 32 |
+
[City] is a capital town of [Country]
|
| 33 |
+
[City] is a capital town of [Country]
|
| 34 |
+
[Country] is a member of [Group]
|
| 35 |
+
[Country] is a member of [Group]
|
| 36 |
+
[Country] is a member of [Group]
|
| 37 |
+
[Country] is a member of [Group]
|
| 38 |
+
[Event] starts on [Date]
|
| 39 |
+
[Event] starts on [Date]
|
| 40 |
+
[Group] is [Religion]
|
| 41 |
+
[Group] is [Religion]
|
| 42 |
+
[Group] is [Religion]
|
| 43 |
+
[Group] is [Religion]
|
| 44 |
+
[Group] is [Religion]
|
| 45 |
+
[Group] is [Religion]
|
| 46 |
+
[Group] is legislative body of [Country]
|
| 47 |
+
[Group] is legislative body of [Country]
|
| 48 |
+
[Group] is legislative body of [Country]
|
| 49 |
+
[Group] is legislative body of [Country]
|
| 50 |
+
[Group] is legislative body of [Country]
|
| 51 |
+
[Group] is legislative body of [Country]
|
| 52 |
+
[Group] is legislative body of [Country]
|
| 53 |
+
[Group] is legislative body of [Country]
|
| 54 |
+
[Group] is merged into [Group]
|
| 55 |
+
[Group] is merged into [Group]
|
| 56 |
+
[Group] is merged into [Group]
|
| 57 |
+
[Group] is merged into [Group]
|
| 58 |
+
[Group] speaks [Language]
|
| 59 |
+
[Group] speaks [Language]
|
| 60 |
+
[Group] speaks [Language]
|
| 61 |
+
[Group] speaks [Language]
|
| 62 |
+
[Group] speaks [Language]
|
| 63 |
+
[License] is approved by [Organization]
|
| 64 |
+
[License] is approved by [Organization]
|
| 65 |
+
[License] is approved by [Organization]
|
| 66 |
+
[Location] is a ballpark of [Sport Team]
|
| 67 |
+
[Location] is a ballpark of [Sport Team]
|
| 68 |
+
[Location] is a ballpark of [Sport Team]
|
| 69 |
+
[Movie] is screenplayed by [Person]
|
| 70 |
+
[Movie] is screenplayed by [Person]
|
| 71 |
+
[Movie] is screenplayed by [Person]
|
| 72 |
+
[Movie] is screenplayed by [Person]
|
| 73 |
+
[Movie] is screenplayed by [Person]
|
| 74 |
+
[Movie] stars [Actor]
|
| 75 |
+
[Movie] stars [Actor]
|
| 76 |
+
[Person] belongs to [Political Party]
|
| 77 |
+
[Person] belongs to [Political Party]
|
| 78 |
+
[Person] belongs to [Political Party]
|
| 79 |
+
[Person] belongs to [Political Party]
|
| 80 |
+
[Person] belongs to [Political Party]
|
| 81 |
+
[Person] belongs to [Political Party]
|
| 82 |
+
[Person] belongs to [Political Party]
|
| 83 |
+
[Person] belongs to [Political Party]
|
| 84 |
+
[Person] belongs to [Political Party]
|
| 85 |
+
[Person] belongs to [Political Party]
|
| 86 |
+
[Person] is a child of [Person]
|
| 87 |
+
[Person] is a child of [Person]
|
| 88 |
+
[Person] is the king of [Country]
|
| 89 |
+
[Person] is the king of [Country]
|
| 90 |
+
[Person] is the king of [Country]
|
| 91 |
+
[Person] is the king of [Country]
|
| 92 |
+
[Person] plays [Instrument]
|
| 93 |
+
[Person] plays [Instrument]
|
| 94 |
+
[Person] plays [Instrument]
|
| 95 |
+
[Person] plays [Instrument]
|
| 96 |
+
[Person] plays [Instrument]
|
| 97 |
+
[Person] plays [Instrument]
|
| 98 |
+
[Radio Program] is broadcasted on [Radio Channel]
|
| 99 |
+
[Radio Program] is broadcasted on [Radio Channel]
|
| 100 |
+
[Radio Program] is broadcasted on [Radio Channel]
|
| 101 |
+
[Station] is the terminus of [Railway]
|
| 102 |
+
[Station] is the terminus of [Railway]
|
| 103 |
+
[Station] is the terminus of [Railway]
|
| 104 |
+
[Timezone] is a timezon in [Country]
|
| 105 |
+
[Timezone] is a timezon in [Country]
|
| 106 |
+
[Timezone] is a timezon in [Country]
|
| 107 |
+
[Timezone] is a timezon in [Country]
|
| 108 |
+
[Timezone] is a timezon in [Country]
|
| 109 |
+
[Timezone] is a timezon in [Country]
|
| 110 |
+
[Timezone] is a timezon in [Country]
|
| 111 |
+
[Timezone] is a timezon in [Country]
|
| 112 |
+
[Timezone] is a timezon in [Country]
|
vis_t_rex_relational_similarity/relbert-roberta-large-nce-d-semeval2012.figure.png
ADDED
|