task
stringlengths 42
101
| input
stringlengths 7
2.13k
| output
stringlengths 1
3.07k
| options
sequence | pageTitle
stringlengths 38
132
| outputColName
stringlengths 1
108
| url
stringlengths 31
165
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
0b05c65a_kipedia__the_free_encyclopedia__Mac_OS_X | [Name] Syncplify.me Server [Mac OS classic] No [Windows] Yes [Cygwin] No [BSD] No [Linux] No [Solaris] No [Java] No [OpenVMS] No [z/OS] No [AmigaOS] No [AIX] No [HPUX] No No [webOS] No [Android] No [Mac OS X] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
],
[
"I",
"n",
"c",
"l",
"u",
"d",
"e",
"d"
]
] | Comparison of SSH servers - Wikipedia, the free encyclopedia | Mac OS X | https://en.wikipedia.org/wiki/Comparison_of_SSH_servers | 16/1438042988312.76_20150728002308-00122-ip-10-236-191-2_872016153_1.json |
0b05c65a_kipedia__the_free_encyclopedia__Mac_OS_X | [Name] TinySSH [Mac OS classic] No [Windows] No [Cygwin] No [BSD] Yes [Linux] Yes [Solaris] Yes [Java] No [OpenVMS] No [z/OS] No [AmigaOS] No [AIX] Yes [HPUX] Yes No [webOS] No [Android] No [Mac OS X] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
],
[
"I",
"n",
"c",
"l",
"u",
"d",
"e",
"d"
]
] | Comparison of SSH servers - Wikipedia, the free encyclopedia | Mac OS X | https://en.wikipedia.org/wiki/Comparison_of_SSH_servers | 16/1438042988312.76_20150728002308-00122-ip-10-236-191-2_872016153_1.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Active Object [In POSA2[19]] Yes [Other] N/A [Description] | Decouples method execution from method invocation that reside in their own thread of control. The goal is to introduce concurrency, by using asynchronous method invocation and a scheduler for handling requests. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Balking [In POSA2[19]] No [Other] N/A [Description] | Only execute an action on an object when the object is in a particular state. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Binding properties [In POSA2[19]] No [Other] N/A [Description] | Combining multiple observers to force properties in different objects to be synchronized or coordinated in some way.[20] | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Block chain [In POSA2[19]] No [Other] N/A [Description] | Decentralized way to store data and agree on ways of processing it in a Merkle tree, optionally using Digital signature for any individual contributions. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Double-checked locking [In POSA2[19]] Yes [Other] N/A [Description] | Reduce the overhead of acquiring a lock by first testing the locking criterion (the 'lock hint') in an unsafe manner; only if that succeeds does the actual locking logic proceed. Can be unsafe when implemented in some language/hardware combinations. It can therefore sometimes be considered an anti-pattern. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Event-based asynchronous [In POSA2[19]] No [Other] N/A [Description] | Addresses problems with the asynchronous pattern that occur in multithreaded programs.[21] | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Guarded suspension [In POSA2[19]] No [Other] N/A [Description] | Manages operations that require both a lock to be acquired and a precondition to be satisfied before the operation can be executed. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Join [In POSA2[19]] No [Other] N/A [Description] | Join-pattern provides a way to write concurrent, parallel and distributed programs by message passing. Compared to the use of threads and locks, this is a high level programming model. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Lock [In POSA2[19]] No [Other] PoEAA[17] [Description] | One thread puts a "lock" on a resource, preventing other threads from accessing or modifying it.[22] | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Messaging design pattern (MDP) [In POSA2[19]] No [Other] N/A [Description] | Allows the interchange of information (i.e. messages) between components and applications. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Monitor object [In POSA2[19]] Yes [Other] N/A [Description] | An object whose methods are subject to mutual exclusion, thus preventing multiple objects from erroneously trying to use it at the same time. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Reactor [In POSA2[19]] Yes [Other] N/A [Description] | A reactor object provides an asynchronous interface to resources that must be handled synchronously. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Read-write lock [In POSA2[19]] No [Other] N/A [Description] | Allows concurrent read access to an object, but requires exclusive access for write operations. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Scheduler [In POSA2[19]] No [Other] N/A [Description] | Explicitly control when threads may execute single-threaded code. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Thread pool [In POSA2[19]] No [Other] N/A [Description] | A number of threads are created to perform a number of tasks, which are usually organized in a queue. Typically, there are many more tasks than threads. Can be considered a special case of the object pool pattern. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
2898f3da_kipedia__the_free_encyclopedia_Concurrency_patterns_Description | [Name] Thread-specific storage [In POSA2[19]] Yes [Other] N/A [Description] | Static or "global" memory local to a thread. | [] | Software design pattern - Wikipedia, the free encyclopedia | Description | https://en.wikipedia.org/wiki/Software_design_patterns | 16/1438042988312.76_20150728002308-00338-ip-10-236-191-2_871118499_3.json |
deff97aa_kipedia__the_free_encyclopedia__Variable | [Differences] Orthography [Variable] | Writing system | [
[
"W",
"r",
"i",
"t",
"i",
"n",
"g",
" ",
"s",
"y",
"s",
"t",
"e",
"m"
],
[
"O",
"r",
"t",
"h",
"o",
"g",
"r",
"a",
"p",
"h",
"y"
],
[
"N",
"e",
"u",
"r",
"o",
"l",
"o",
"g",
"i",
"c",
"a",
"l",
" ",
"a",
"b",
"i",
"l",
"i",
"t",
"i",
"e",
"s"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"p",
"r",
"o",
"v",
"i",
"s",
"i",
"o",
"n"
],
[
"N",
"a",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | Management of dyslexia - Wikipedia, the free encyclopedia | Variable | https://en.wikipedia.org/wiki/Management_of_dyslexia | 16/1438042988312.76_20150728002308-00187-ip-10-236-191-2_868823010_0.json |
deff97aa_kipedia__the_free_encyclopedia__Variable | [Differences] Neurological skills [Variable] | Orthography | [
[
"W",
"r",
"i",
"t",
"i",
"n",
"g",
" ",
"s",
"y",
"s",
"t",
"e",
"m"
],
[
"O",
"r",
"t",
"h",
"o",
"g",
"r",
"a",
"p",
"h",
"y"
],
[
"N",
"e",
"u",
"r",
"o",
"l",
"o",
"g",
"i",
"c",
"a",
"l",
" ",
"a",
"b",
"i",
"l",
"i",
"t",
"i",
"e",
"s"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"p",
"r",
"o",
"v",
"i",
"s",
"i",
"o",
"n"
],
[
"N",
"a",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | Management of dyslexia - Wikipedia, the free encyclopedia | Variable | https://en.wikipedia.org/wiki/Management_of_dyslexia | 16/1438042988312.76_20150728002308-00187-ip-10-236-191-2_868823010_0.json |
deff97aa_kipedia__the_free_encyclopedia__Variable | [Differences] Weaknesses and deficits [Variable] | Neurological abilities | [
[
"W",
"r",
"i",
"t",
"i",
"n",
"g",
" ",
"s",
"y",
"s",
"t",
"e",
"m"
],
[
"O",
"r",
"t",
"h",
"o",
"g",
"r",
"a",
"p",
"h",
"y"
],
[
"N",
"e",
"u",
"r",
"o",
"l",
"o",
"g",
"i",
"c",
"a",
"l",
" ",
"a",
"b",
"i",
"l",
"i",
"t",
"i",
"e",
"s"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"p",
"r",
"o",
"v",
"i",
"s",
"i",
"o",
"n"
],
[
"N",
"a",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | Management of dyslexia - Wikipedia, the free encyclopedia | Variable | https://en.wikipedia.org/wiki/Management_of_dyslexia | 16/1438042988312.76_20150728002308-00187-ip-10-236-191-2_868823010_0.json |
deff97aa_kipedia__the_free_encyclopedia__Variable | [Differences] Strengths [Variable] | Neurological abilities | [
[
"W",
"r",
"i",
"t",
"i",
"n",
"g",
" ",
"s",
"y",
"s",
"t",
"e",
"m"
],
[
"O",
"r",
"t",
"h",
"o",
"g",
"r",
"a",
"p",
"h",
"y"
],
[
"N",
"e",
"u",
"r",
"o",
"l",
"o",
"g",
"i",
"c",
"a",
"l",
" ",
"a",
"b",
"i",
"l",
"i",
"t",
"i",
"e",
"s"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"p",
"r",
"o",
"v",
"i",
"s",
"i",
"o",
"n"
],
[
"N",
"a",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | Management of dyslexia - Wikipedia, the free encyclopedia | Variable | https://en.wikipedia.org/wiki/Management_of_dyslexia | 16/1438042988312.76_20150728002308-00187-ip-10-236-191-2_868823010_0.json |
deff97aa_kipedia__the_free_encyclopedia__Variable | [Differences] National [Variable] | Support provision | [
[
"W",
"r",
"i",
"t",
"i",
"n",
"g",
" ",
"s",
"y",
"s",
"t",
"e",
"m"
],
[
"O",
"r",
"t",
"h",
"o",
"g",
"r",
"a",
"p",
"h",
"y"
],
[
"N",
"e",
"u",
"r",
"o",
"l",
"o",
"g",
"i",
"c",
"a",
"l",
" ",
"a",
"b",
"i",
"l",
"i",
"t",
"i",
"e",
"s"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"p",
"r",
"o",
"v",
"i",
"s",
"i",
"o",
"n"
],
[
"N",
"a",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | Management of dyslexia - Wikipedia, the free encyclopedia | Variable | https://en.wikipedia.org/wiki/Management_of_dyslexia | 16/1438042988312.76_20150728002308-00187-ip-10-236-191-2_868823010_0.json |
deff97aa_kipedia__the_free_encyclopedia__Variable | [Differences] Statutory provisions [Variable] | National | [
[
"W",
"r",
"i",
"t",
"i",
"n",
"g",
" ",
"s",
"y",
"s",
"t",
"e",
"m"
],
[
"O",
"r",
"t",
"h",
"o",
"g",
"r",
"a",
"p",
"h",
"y"
],
[
"N",
"e",
"u",
"r",
"o",
"l",
"o",
"g",
"i",
"c",
"a",
"l",
" ",
"a",
"b",
"i",
"l",
"i",
"t",
"i",
"e",
"s"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"p",
"r",
"o",
"v",
"i",
"s",
"i",
"o",
"n"
],
[
"N",
"a",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | Management of dyslexia - Wikipedia, the free encyclopedia | Variable | https://en.wikipedia.org/wiki/Management_of_dyslexia | 16/1438042988312.76_20150728002308-00187-ip-10-236-191-2_868823010_0.json |
deff97aa_kipedia__the_free_encyclopedia__Variable | [Differences] Support structures [Variable] | National | [
[
"W",
"r",
"i",
"t",
"i",
"n",
"g",
" ",
"s",
"y",
"s",
"t",
"e",
"m"
],
[
"O",
"r",
"t",
"h",
"o",
"g",
"r",
"a",
"p",
"h",
"y"
],
[
"N",
"e",
"u",
"r",
"o",
"l",
"o",
"g",
"i",
"c",
"a",
"l",
" ",
"a",
"b",
"i",
"l",
"i",
"t",
"i",
"e",
"s"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"p",
"r",
"o",
"v",
"i",
"s",
"i",
"o",
"n"
],
[
"N",
"a",
"t",
"i",
"o",
"n",
"a",
"l"
]
] | Management of dyslexia - Wikipedia, the free encyclopedia | Variable | https://en.wikipedia.org/wiki/Management_of_dyslexia | 16/1438042988312.76_20150728002308-00187-ip-10-236-191-2_868823010_0.json |
69886cd6_kipedia__the_free_encyclopedia__Content | [Segment] One [Content] | The show begins with Wright standing and giving a brief introduction to the show. After the titles, Matthew introduces the panel and has a chat with the day's special guest. This segment usually lasts 15 minutes. | [] | The Wright Stuff - Wikipedia, the free encyclopedia | Content | https://en.wikipedia.org/wiki/The_Wright_Stuff | 16/1438042987866.61_20150728002307-00169-ip-10-236-191-2_858431105_1.json |
69886cd6_kipedia__the_free_encyclopedia__Content | [Segment] Two [Content] | After an advert break, the panel and Wright discuss the "biggest" news story of the day. Viewers comments aren't usually given during this segment. This segment usually lasts 10–15 minutes. | [] | The Wright Stuff - Wikipedia, the free encyclopedia | Content | https://en.wikipedia.org/wiki/The_Wright_Stuff | 16/1438042987866.61_20150728002307-00169-ip-10-236-191-2_858431105_1.json |
69886cd6_kipedia__the_free_encyclopedia__Content | [Segment] Three [Content] | When the show returns from its second advert break, the discussion from part 2 continues but this time the panel hears the opinions of callers to the show. This segment usually lasts 10 minutes. | [] | The Wright Stuff - Wikipedia, the free encyclopedia | Content | https://en.wikipedia.org/wiki/The_Wright_Stuff | 16/1438042987866.61_20150728002307-00169-ip-10-236-191-2_858431105_1.json |
69886cd6_kipedia__the_free_encyclopedia__Content | [Segment] Four [Content] | When the show returns from its third advert break, the panel talks through the day's papers. The special guest usually has four stories, with the remaining two panellists giving three stories. Most of the news comes from the papers, although on occasion breaking news is told from the internet. This segment usually lasts 15 minutes. | [] | The Wright Stuff - Wikipedia, the free encyclopedia | Content | https://en.wikipedia.org/wiki/The_Wright_Stuff | 16/1438042987866.61_20150728002307-00169-ip-10-236-191-2_858431105_1.json |
69886cd6_kipedia__the_free_encyclopedia__Content | [Segment] Five [Content] | This part of the show is the second of the four talking points. Panel discuss first, then callers and audience opinions are heard. This segment usually lasts 10–15 minutes. | [] | The Wright Stuff - Wikipedia, the free encyclopedia | Content | https://en.wikipedia.org/wiki/The_Wright_Stuff | 16/1438042987866.61_20150728002307-00169-ip-10-236-191-2_858431105_1.json |
69886cd6_kipedia__the_free_encyclopedia__Content | [Segment] Six [Content] | This segment features the third viewer discussion. As with most segments, this usually lasts 10–15 minutes. | [] | The Wright Stuff - Wikipedia, the free encyclopedia | Content | https://en.wikipedia.org/wiki/The_Wright_Stuff | 16/1438042987866.61_20150728002307-00169-ip-10-236-191-2_858431105_1.json |
69886cd6_kipedia__the_free_encyclopedia__Content | [Segment] Seven [Content] | This segment starts with emails and tweets being read out by Seema (or whoever is standing in as the 'Booth Babe'), then continues with the fourth and final viewer discussion. On Fridays, this part of the show is dedicated solely to a TV review with critic Kevin O'Sullivan or another TV critic in his absence. | [] | The Wright Stuff - Wikipedia, the free encyclopedia | Content | https://en.wikipedia.org/wiki/The_Wright_Stuff | 16/1438042987866.61_20150728002307-00169-ip-10-236-191-2_858431105_1.json |
3be22e4f_kipedia__the_free_encyclopedia__ICT4D_0_0 | [Issue // Phase] Iconic technology [ICT4D 1.0] Telecentre [ICT4D 2.0] Mobile phone [ICT4D 0.0] | PC database | [
[
"P",
"C",
" ",
"d",
"a",
"t",
"a",
"b",
"a",
"s",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"p",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g"
],
[
"W",
"h",
"o",
"?"
],
[
"O",
"r",
"g",
"a",
"n",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"e",
"f",
"f",
"i",
"c",
"i",
"e",
"n",
"c",
"y"
],
[
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y",
"'",
"s",
" ",
"p",
"o",
"t",
"e",
"n",
"t",
"i",
"a",
"l"
],
[
"G",
"o",
"v",
"e",
"r",
"n",
"m",
"e",
"n",
"t"
],
[
"I",
"g",
"n",
"o",
"r",
"e",
" ",
"→",
" ",
"I",
"s",
"o",
"l",
"a",
"t",
"e"
],
[
"N",
"o",
"r",
"t",
"h",
"e",
"r",
"n"
],
[
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"S",
"y",
"s",
"t",
"e",
"m",
"s"
],
[
"M",
"o",
"d",
"e",
"r",
"n",
"i",
"s",
"a",
"t",
"i",
"o",
"n"
]
] | Information and communication technologies for development - Wikipedia, the free encyclopedia | ICT4D 0.0 | https://en.wikipedia.org/wiki/ICT4D | 16/1438042988312.76_20150728002308-00024-ip-10-236-191-2_874159874_4.json |
3be22e4f_kipedia__the_free_encyclopedia__ICT4D_0_0 | [Issue // Phase] Key application [ICT4D 1.0] Content (and iteration) [ICT4D 2.0] Services and production [ICT4D 0.0] | Data processing | [
[
"P",
"C",
" ",
"d",
"a",
"t",
"a",
"b",
"a",
"s",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"p",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g"
],
[
"W",
"h",
"o",
"?"
],
[
"O",
"r",
"g",
"a",
"n",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"e",
"f",
"f",
"i",
"c",
"i",
"e",
"n",
"c",
"y"
],
[
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y",
"'",
"s",
" ",
"p",
"o",
"t",
"e",
"n",
"t",
"i",
"a",
"l"
],
[
"G",
"o",
"v",
"e",
"r",
"n",
"m",
"e",
"n",
"t"
],
[
"I",
"g",
"n",
"o",
"r",
"e",
" ",
"→",
" ",
"I",
"s",
"o",
"l",
"a",
"t",
"e"
],
[
"N",
"o",
"r",
"t",
"h",
"e",
"r",
"n"
],
[
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"S",
"y",
"s",
"t",
"e",
"m",
"s"
],
[
"M",
"o",
"d",
"e",
"r",
"n",
"i",
"s",
"a",
"t",
"i",
"o",
"n"
]
] | Information and communication technologies for development - Wikipedia, the free encyclopedia | ICT4D 0.0 | https://en.wikipedia.org/wiki/ICT4D | 16/1438042988312.76_20150728002308-00024-ip-10-236-191-2_874159874_4.json |
3be22e4f_kipedia__the_free_encyclopedia__ICT4D_0_0 | [Issue // Phase] The poor [ICT4D 1.0] Consumers [ICT4D 2.0] Innovators and producers [ICT4D 0.0] | Who? | [
[
"P",
"C",
" ",
"d",
"a",
"t",
"a",
"b",
"a",
"s",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"p",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g"
],
[
"W",
"h",
"o",
"?"
],
[
"O",
"r",
"g",
"a",
"n",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"e",
"f",
"f",
"i",
"c",
"i",
"e",
"n",
"c",
"y"
],
[
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y",
"'",
"s",
" ",
"p",
"o",
"t",
"e",
"n",
"t",
"i",
"a",
"l"
],
[
"G",
"o",
"v",
"e",
"r",
"n",
"m",
"e",
"n",
"t"
],
[
"I",
"g",
"n",
"o",
"r",
"e",
" ",
"→",
" ",
"I",
"s",
"o",
"l",
"a",
"t",
"e"
],
[
"N",
"o",
"r",
"t",
"h",
"e",
"r",
"n"
],
[
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"S",
"y",
"s",
"t",
"e",
"m",
"s"
],
[
"M",
"o",
"d",
"e",
"r",
"n",
"i",
"s",
"a",
"t",
"i",
"o",
"n"
]
] | Information and communication technologies for development - Wikipedia, the free encyclopedia | ICT4D 0.0 | https://en.wikipedia.org/wiki/ICT4D | 16/1438042988312.76_20150728002308-00024-ip-10-236-191-2_874159874_4.json |
3be22e4f_kipedia__the_free_encyclopedia__ICT4D_0_0 | [Issue // Phase] Key goal [ICT4D 1.0] MDGs [ICT4D 2.0] Growth and development [ICT4D 0.0] | Organizational efficiency | [
[
"P",
"C",
" ",
"d",
"a",
"t",
"a",
"b",
"a",
"s",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"p",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g"
],
[
"W",
"h",
"o",
"?"
],
[
"O",
"r",
"g",
"a",
"n",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"e",
"f",
"f",
"i",
"c",
"i",
"e",
"n",
"c",
"y"
],
[
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y",
"'",
"s",
" ",
"p",
"o",
"t",
"e",
"n",
"t",
"i",
"a",
"l"
],
[
"G",
"o",
"v",
"e",
"r",
"n",
"m",
"e",
"n",
"t"
],
[
"I",
"g",
"n",
"o",
"r",
"e",
" ",
"→",
" ",
"I",
"s",
"o",
"l",
"a",
"t",
"e"
],
[
"N",
"o",
"r",
"t",
"h",
"e",
"r",
"n"
],
[
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"S",
"y",
"s",
"t",
"e",
"m",
"s"
],
[
"M",
"o",
"d",
"e",
"r",
"n",
"i",
"s",
"a",
"t",
"i",
"o",
"n"
]
] | Information and communication technologies for development - Wikipedia, the free encyclopedia | ICT4D 0.0 | https://en.wikipedia.org/wiki/ICT4D | 16/1438042988312.76_20150728002308-00024-ip-10-236-191-2_874159874_4.json |
3be22e4f_kipedia__the_free_encyclopedia__ICT4D_0_0 | [Issue // Phase] Key issue [ICT4D 1.0] Readiness and availability [ICT4D 2.0] Uptake and impact [ICT4D 0.0] | Technology's potential | [
[
"P",
"C",
" ",
"d",
"a",
"t",
"a",
"b",
"a",
"s",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"p",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g"
],
[
"W",
"h",
"o",
"?"
],
[
"O",
"r",
"g",
"a",
"n",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"e",
"f",
"f",
"i",
"c",
"i",
"e",
"n",
"c",
"y"
],
[
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y",
"'",
"s",
" ",
"p",
"o",
"t",
"e",
"n",
"t",
"i",
"a",
"l"
],
[
"G",
"o",
"v",
"e",
"r",
"n",
"m",
"e",
"n",
"t"
],
[
"I",
"g",
"n",
"o",
"r",
"e",
" ",
"→",
" ",
"I",
"s",
"o",
"l",
"a",
"t",
"e"
],
[
"N",
"o",
"r",
"t",
"h",
"e",
"r",
"n"
],
[
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"S",
"y",
"s",
"t",
"e",
"m",
"s"
],
[
"M",
"o",
"d",
"e",
"r",
"n",
"i",
"s",
"a",
"t",
"i",
"o",
"n"
]
] | Information and communication technologies for development - Wikipedia, the free encyclopedia | ICT4D 0.0 | https://en.wikipedia.org/wiki/ICT4D | 16/1438042988312.76_20150728002308-00024-ip-10-236-191-2_874159874_4.json |
3be22e4f_kipedia__the_free_encyclopedia__ICT4D_0_0 | [Issue // Phase] Key actor [ICT4D 1.0] Donors and NGOs [ICT4D 2.0] All sectors [ICT4D 0.0] | Government | [
[
"P",
"C",
" ",
"d",
"a",
"t",
"a",
"b",
"a",
"s",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"p",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g"
],
[
"W",
"h",
"o",
"?"
],
[
"O",
"r",
"g",
"a",
"n",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"e",
"f",
"f",
"i",
"c",
"i",
"e",
"n",
"c",
"y"
],
[
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y",
"'",
"s",
" ",
"p",
"o",
"t",
"e",
"n",
"t",
"i",
"a",
"l"
],
[
"G",
"o",
"v",
"e",
"r",
"n",
"m",
"e",
"n",
"t"
],
[
"I",
"g",
"n",
"o",
"r",
"e",
" ",
"→",
" ",
"I",
"s",
"o",
"l",
"a",
"t",
"e"
],
[
"N",
"o",
"r",
"t",
"h",
"e",
"r",
"n"
],
[
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"S",
"y",
"s",
"t",
"e",
"m",
"s"
],
[
"M",
"o",
"d",
"e",
"r",
"n",
"i",
"s",
"a",
"t",
"i",
"o",
"n"
]
] | Information and communication technologies for development - Wikipedia, the free encyclopedia | ICT4D 0.0 | https://en.wikipedia.org/wiki/ICT4D | 16/1438042988312.76_20150728002308-00024-ip-10-236-191-2_874159874_4.json |
3be22e4f_kipedia__the_free_encyclopedia__ICT4D_0_0 | [Issue // Phase] Attitude [ICT4D 1.0] Idolise → Integrate [ICT4D 2.0] Integrate → innovate [ICT4D 0.0] | Ignore → Isolate | [
[
"P",
"C",
" ",
"d",
"a",
"t",
"a",
"b",
"a",
"s",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"p",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g"
],
[
"W",
"h",
"o",
"?"
],
[
"O",
"r",
"g",
"a",
"n",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"e",
"f",
"f",
"i",
"c",
"i",
"e",
"n",
"c",
"y"
],
[
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y",
"'",
"s",
" ",
"p",
"o",
"t",
"e",
"n",
"t",
"i",
"a",
"l"
],
[
"G",
"o",
"v",
"e",
"r",
"n",
"m",
"e",
"n",
"t"
],
[
"I",
"g",
"n",
"o",
"r",
"e",
" ",
"→",
" ",
"I",
"s",
"o",
"l",
"a",
"t",
"e"
],
[
"N",
"o",
"r",
"t",
"h",
"e",
"r",
"n"
],
[
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"S",
"y",
"s",
"t",
"e",
"m",
"s"
],
[
"M",
"o",
"d",
"e",
"r",
"n",
"i",
"s",
"a",
"t",
"i",
"o",
"n"
]
] | Information and communication technologies for development - Wikipedia, the free encyclopedia | ICT4D 0.0 | https://en.wikipedia.org/wiki/ICT4D | 16/1438042988312.76_20150728002308-00024-ip-10-236-191-2_874159874_4.json |
3be22e4f_kipedia__the_free_encyclopedia__ICT4D_0_0 | [Issue // Phase] Innovation model [ICT4D 1.0] Pro-poor → Para-poor [ICT4D 2.0] Para-poor → per-poor [ICT4D 0.0] | Northern | [
[
"P",
"C",
" ",
"d",
"a",
"t",
"a",
"b",
"a",
"s",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"p",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g"
],
[
"W",
"h",
"o",
"?"
],
[
"O",
"r",
"g",
"a",
"n",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"e",
"f",
"f",
"i",
"c",
"i",
"e",
"n",
"c",
"y"
],
[
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y",
"'",
"s",
" ",
"p",
"o",
"t",
"e",
"n",
"t",
"i",
"a",
"l"
],
[
"G",
"o",
"v",
"e",
"r",
"n",
"m",
"e",
"n",
"t"
],
[
"I",
"g",
"n",
"o",
"r",
"e",
" ",
"→",
" ",
"I",
"s",
"o",
"l",
"a",
"t",
"e"
],
[
"N",
"o",
"r",
"t",
"h",
"e",
"r",
"n"
],
[
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"S",
"y",
"s",
"t",
"e",
"m",
"s"
],
[
"M",
"o",
"d",
"e",
"r",
"n",
"i",
"s",
"a",
"t",
"i",
"o",
"n"
]
] | Information and communication technologies for development - Wikipedia, the free encyclopedia | ICT4D 0.0 | https://en.wikipedia.org/wiki/ICT4D | 16/1438042988312.76_20150728002308-00024-ip-10-236-191-2_874159874_4.json |
3be22e4f_kipedia__the_free_encyclopedia__ICT4D_0_0 | [Issue // Phase] Dominant discipline [ICT4D 1.0] Informatics/Development Studies [ICT4D 2.0] Tribrid of CS, IS, and DS [ICT4D 0.0] | Information Systems | [
[
"P",
"C",
" ",
"d",
"a",
"t",
"a",
"b",
"a",
"s",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"p",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g"
],
[
"W",
"h",
"o",
"?"
],
[
"O",
"r",
"g",
"a",
"n",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"e",
"f",
"f",
"i",
"c",
"i",
"e",
"n",
"c",
"y"
],
[
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y",
"'",
"s",
" ",
"p",
"o",
"t",
"e",
"n",
"t",
"i",
"a",
"l"
],
[
"G",
"o",
"v",
"e",
"r",
"n",
"m",
"e",
"n",
"t"
],
[
"I",
"g",
"n",
"o",
"r",
"e",
" ",
"→",
" ",
"I",
"s",
"o",
"l",
"a",
"t",
"e"
],
[
"N",
"o",
"r",
"t",
"h",
"e",
"r",
"n"
],
[
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"S",
"y",
"s",
"t",
"e",
"m",
"s"
],
[
"M",
"o",
"d",
"e",
"r",
"n",
"i",
"s",
"a",
"t",
"i",
"o",
"n"
]
] | Information and communication technologies for development - Wikipedia, the free encyclopedia | ICT4D 0.0 | https://en.wikipedia.org/wiki/ICT4D | 16/1438042988312.76_20150728002308-00024-ip-10-236-191-2_874159874_4.json |
3be22e4f_kipedia__the_free_encyclopedia__ICT4D_0_0 | [Issue // Phase] Development paradigm [ICT4D 1.0] Human development [ICT4D 2.0] Development 2.0 [ICT4D 0.0] | Modernisation | [
[
"P",
"C",
" ",
"d",
"a",
"t",
"a",
"b",
"a",
"s",
"e"
],
[
"D",
"a",
"t",
"a",
" ",
"p",
"r",
"o",
"c",
"e",
"s",
"s",
"i",
"n",
"g"
],
[
"W",
"h",
"o",
"?"
],
[
"O",
"r",
"g",
"a",
"n",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"e",
"f",
"f",
"i",
"c",
"i",
"e",
"n",
"c",
"y"
],
[
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y",
"'",
"s",
" ",
"p",
"o",
"t",
"e",
"n",
"t",
"i",
"a",
"l"
],
[
"G",
"o",
"v",
"e",
"r",
"n",
"m",
"e",
"n",
"t"
],
[
"I",
"g",
"n",
"o",
"r",
"e",
" ",
"→",
" ",
"I",
"s",
"o",
"l",
"a",
"t",
"e"
],
[
"N",
"o",
"r",
"t",
"h",
"e",
"r",
"n"
],
[
"I",
"n",
"f",
"o",
"r",
"m",
"a",
"t",
"i",
"o",
"n",
" ",
"S",
"y",
"s",
"t",
"e",
"m",
"s"
],
[
"M",
"o",
"d",
"e",
"r",
"n",
"i",
"s",
"a",
"t",
"i",
"o",
"n"
]
] | Information and communication technologies for development - Wikipedia, the free encyclopedia | ICT4D 0.0 | https://en.wikipedia.org/wiki/ICT4D | 16/1438042988312.76_20150728002308-00024-ip-10-236-191-2_874159874_4.json |
b1cb2dcc_kipedia__the_free_encyclopedia__Themes | [President's Frame] Struggle of good and evil [Press Frame] Not mentioned [Themes] | Good v. Evil | [
[
"G",
"o",
"o",
"d",
" ",
"v",
".",
" ",
"E",
"v",
"i",
"l"
],
[
"C",
"i",
"v",
"i",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"v",
".",
" ",
"B",
"a",
"r",
"b",
"a",
"r",
"i",
"s",
"m"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"E",
"n",
"e",
"m",
"y"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"W",
"a",
"r"
],
[
"S",
"i",
"m",
"i",
"l",
"a",
"r",
"i",
"t",
"y",
" ",
"t",
"o",
" ",
"P",
"r",
"i",
"o",
"r",
" ",
"W",
"a",
"r",
"s"
],
[
"P",
"a",
"t",
"i",
"e",
"n",
"c",
"e"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"E",
"f",
"f",
"o",
"r",
"t"
]
] | Framing (social sciences) - Wikipedia, the free encyclopedia | Themes | https://en.wikipedia.org/wiki/Framing_(communication_theory) | 16/1438042987866.61_20150728002307-00165-ip-10-236-191-2_862174095_2.json |
b1cb2dcc_kipedia__the_free_encyclopedia__Themes | [President's Frame] Struggle of civilization v. barbarism [Press Frame] Not mentioned [Themes] | Civilization v. Barbarism | [
[
"G",
"o",
"o",
"d",
" ",
"v",
".",
" ",
"E",
"v",
"i",
"l"
],
[
"C",
"i",
"v",
"i",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"v",
".",
" ",
"B",
"a",
"r",
"b",
"a",
"r",
"i",
"s",
"m"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"E",
"n",
"e",
"m",
"y"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"W",
"a",
"r"
],
[
"S",
"i",
"m",
"i",
"l",
"a",
"r",
"i",
"t",
"y",
" ",
"t",
"o",
" ",
"P",
"r",
"i",
"o",
"r",
" ",
"W",
"a",
"r",
"s"
],
[
"P",
"a",
"t",
"i",
"e",
"n",
"c",
"e"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"E",
"f",
"f",
"o",
"r",
"t"
]
] | Framing (social sciences) - Wikipedia, the free encyclopedia | Themes | https://en.wikipedia.org/wiki/Framing_(communication_theory) | 16/1438042987866.61_20150728002307-00165-ip-10-236-191-2_862174095_2.json |
b1cb2dcc_kipedia__the_free_encyclopedia__Themes | [President's Frame] Evil, implacable, murderers [Press Frame] Deadly, indiscriminant Bush Administration [Themes] | Nature of Enemy | [
[
"G",
"o",
"o",
"d",
" ",
"v",
".",
" ",
"E",
"v",
"i",
"l"
],
[
"C",
"i",
"v",
"i",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"v",
".",
" ",
"B",
"a",
"r",
"b",
"a",
"r",
"i",
"s",
"m"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"E",
"n",
"e",
"m",
"y"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"W",
"a",
"r"
],
[
"S",
"i",
"m",
"i",
"l",
"a",
"r",
"i",
"t",
"y",
" ",
"t",
"o",
" ",
"P",
"r",
"i",
"o",
"r",
" ",
"W",
"a",
"r",
"s"
],
[
"P",
"a",
"t",
"i",
"e",
"n",
"c",
"e"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"E",
"f",
"f",
"o",
"r",
"t"
]
] | Framing (social sciences) - Wikipedia, the free encyclopedia | Themes | https://en.wikipedia.org/wiki/Framing_(communication_theory) | 16/1438042987866.61_20150728002307-00165-ip-10-236-191-2_862174095_2.json |
b1cb2dcc_kipedia__the_free_encyclopedia__Themes | [President's Frame] Domestic/global/enduring War [Press Frame] Domestic/global/longstanding War or police action [Themes] | Nature of War | [
[
"G",
"o",
"o",
"d",
" ",
"v",
".",
" ",
"E",
"v",
"i",
"l"
],
[
"C",
"i",
"v",
"i",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"v",
".",
" ",
"B",
"a",
"r",
"b",
"a",
"r",
"i",
"s",
"m"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"E",
"n",
"e",
"m",
"y"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"W",
"a",
"r"
],
[
"S",
"i",
"m",
"i",
"l",
"a",
"r",
"i",
"t",
"y",
" ",
"t",
"o",
" ",
"P",
"r",
"i",
"o",
"r",
" ",
"W",
"a",
"r",
"s"
],
[
"P",
"a",
"t",
"i",
"e",
"n",
"c",
"e"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"E",
"f",
"f",
"o",
"r",
"t"
]
] | Framing (social sciences) - Wikipedia, the free encyclopedia | Themes | https://en.wikipedia.org/wiki/Framing_(communication_theory) | 16/1438042987866.61_20150728002307-00165-ip-10-236-191-2_862174095_2.json |
b1cb2dcc_kipedia__the_free_encyclopedia__Themes | [President's Frame] Different Kind of War [Press Frame] WWII or Vietnam? [Themes] | Similarity to Prior Wars | [
[
"G",
"o",
"o",
"d",
" ",
"v",
".",
" ",
"E",
"v",
"i",
"l"
],
[
"C",
"i",
"v",
"i",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"v",
".",
" ",
"B",
"a",
"r",
"b",
"a",
"r",
"i",
"s",
"m"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"E",
"n",
"e",
"m",
"y"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"W",
"a",
"r"
],
[
"S",
"i",
"m",
"i",
"l",
"a",
"r",
"i",
"t",
"y",
" ",
"t",
"o",
" ",
"P",
"r",
"i",
"o",
"r",
" ",
"W",
"a",
"r",
"s"
],
[
"P",
"a",
"t",
"i",
"e",
"n",
"c",
"e"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"E",
"f",
"f",
"o",
"r",
"t"
]
] | Framing (social sciences) - Wikipedia, the free encyclopedia | Themes | https://en.wikipedia.org/wiki/Framing_(communication_theory) | 16/1438042987866.61_20150728002307-00165-ip-10-236-191-2_862174095_2.json |
b1cb2dcc_kipedia__the_free_encyclopedia__Themes | [President's Frame] Not mentioned [Press Frame] Some, but running out [Themes] | Patience | [
[
"G",
"o",
"o",
"d",
" ",
"v",
".",
" ",
"E",
"v",
"i",
"l"
],
[
"C",
"i",
"v",
"i",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"v",
".",
" ",
"B",
"a",
"r",
"b",
"a",
"r",
"i",
"s",
"m"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"E",
"n",
"e",
"m",
"y"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"W",
"a",
"r"
],
[
"S",
"i",
"m",
"i",
"l",
"a",
"r",
"i",
"t",
"y",
" ",
"t",
"o",
" ",
"P",
"r",
"i",
"o",
"r",
" ",
"W",
"a",
"r",
"s"
],
[
"P",
"a",
"t",
"i",
"e",
"n",
"c",
"e"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"E",
"f",
"f",
"o",
"r",
"t"
]
] | Framing (social sciences) - Wikipedia, the free encyclopedia | Themes | https://en.wikipedia.org/wiki/Framing_(communication_theory) | 16/1438042987866.61_20150728002307-00165-ip-10-236-191-2_862174095_2.json |
b1cb2dcc_kipedia__the_free_encyclopedia__Themes | [President's Frame] Stated [Press Frame] Minimally reported [Themes] | International Effort | [
[
"G",
"o",
"o",
"d",
" ",
"v",
".",
" ",
"E",
"v",
"i",
"l"
],
[
"C",
"i",
"v",
"i",
"l",
"i",
"z",
"a",
"t",
"i",
"o",
"n",
" ",
"v",
".",
" ",
"B",
"a",
"r",
"b",
"a",
"r",
"i",
"s",
"m"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"E",
"n",
"e",
"m",
"y"
],
[
"N",
"a",
"t",
"u",
"r",
"e",
" ",
"o",
"f",
" ",
"W",
"a",
"r"
],
[
"S",
"i",
"m",
"i",
"l",
"a",
"r",
"i",
"t",
"y",
" ",
"t",
"o",
" ",
"P",
"r",
"i",
"o",
"r",
" ",
"W",
"a",
"r",
"s"
],
[
"P",
"a",
"t",
"i",
"e",
"n",
"c",
"e"
],
[
"I",
"n",
"t",
"e",
"r",
"n",
"a",
"t",
"i",
"o",
"n",
"a",
"l",
" ",
"E",
"f",
"f",
"o",
"r",
"t"
]
] | Framing (social sciences) - Wikipedia, the free encyclopedia | Themes | https://en.wikipedia.org/wiki/Framing_(communication_theory) | 16/1438042987866.61_20150728002307-00165-ip-10-236-191-2_862174095_2.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Ismaning [FM] Yes [DVB-T] No [DAB] Yes [AM] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Dillberg [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Würzburg [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] München [FM] No [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Nürnberg [FM] No [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Hof [FM] No [DVB-T] No [DAB] No [AM] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Wendelstein [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | Yes | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Kreuzberg (Rhön) [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Grünten [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Brotjacklriegel [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Hohen Bogen [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Hohe Linie [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Ochsenkopf [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Büttelberg [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Pfaffenberg [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Hohenpeißenberg [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Hühnerberg [FM] Yes [DVB-T] Yes [DAB] No [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Coburg [FM] Yes [DVB-T] Yes [DAB] No [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Augsburg [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Hochberg [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
475ab477_kipedia__the_free_encyclopedia__AM | [Transmitter] Gelbelsee [FM] Yes [DVB-T] Yes [DAB] Yes [AM] | No | [
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | Bayerischer Rundfunk - Wikipedia, the free encyclopedia | AM | https://en.wikipedia.org/wiki/Bayerischer_Rundfunk | 16/1438042987866.61_20150728002307-00082-ip-10-236-191-2_878054840_1.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Cranial form [Mongoloid] broad [Caucasoid] medium [Negroid] | long | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Sagittal outline [Mongoloid] high, globular [Caucasoid] high, rounded [Negroid] | highly variable, post-bregmatic depression | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Nose form [Mongoloid] medium [Caucasoid] narrow [Negroid] | broad | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Nasal bone size [Mongoloid] small [Caucasoid] large [Negroid] | medium/small | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Nasal profile [Mongoloid] concave [Caucasoid] straight [Negroid] | straight/concave | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Nasal spine [Mongoloid] medium [Caucasoid] prominent, straight [Negroid] | reduced | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Nasal sill [Mongoloid] medium [Caucasoid] sharp [Negroid] | dull/absent | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Incisor form [Mongoloid] shoveled [Caucasoid] blade [Negroid] | blade | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [Mongoloid] Mongoloid [Caucasoid] Caucasoid [Negroid] | Negroid | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Facial prognathism [Mongoloid] moderate [Caucasoid] reduced [Negroid] | extreme | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Alveolar prognathism [Mongoloid] moderate [Caucasoid] reduced [Negroid] | extreme | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Malar form [Mongoloid] projecting [Caucasoid] reduced [Negroid] | reduced | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Palatal form [Mongoloid] parabolic/elliptic [Caucasoid] parabolic [Negroid] | hyperbolic | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Orbital form [Mongoloid] round [Caucasoid] rhomboid [Negroid] | round | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Mandible [Mongoloid] robust [Caucasoid] medium [Negroid] | gracile, oblique gonial angle | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Chin projection [Mongoloid] moderate [Caucasoid] prominent [Negroid] | reduced | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
9d404a6c_kipedia__the_free_encyclopedia_niofacial_trait_variations_51__Negroid | [0] Chin form [Mongoloid] median [Caucasoid] bilateral [Negroid] | median | [] | Mongoloid - Wikipedia, the free encyclopedia | Negroid | https://en.wikipedia.org/wiki/Mongoloid_race | 16/1438042987552.57_20150728002307-00199-ip-10-236-191-2_885425232_4.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Clamp Champ [Log Line] Heroic Master of Capture [Type] Action Figure [Allegiance] | Heroic Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Gwildor [Log Line] Heroic Creator of the Cosmic Key [Type] Action Figure [Allegiance] | Heroic Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] King Randor [Log Line] Heroic Ruler of Eternia [Type] Action Figure [Allegiance] | Heroic Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Rotar [Log Line] Heroic Master of Hyper-Spin [Type] Action Figure [Allegiance] | Heroic Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Sorceress [Log Line] Heroic Guardian of Castle Grayskull [Type] Action Figure [Allegiance] | Heroic Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Blade [Log Line] Evil Master of Swords [Type] Action Figure [Allegiance] | Evil Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Blast-Attak [Log Line] Evil Blast-Apart Robotic Warrior [Type] Action Figure [Allegiance] | Evil Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Faker (aka Faker II, reissue) [Log Line] Evil Robotic HE-MAN Imposter! [Type] Action Figure [Allegiance] | Evil Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Ninjor [Log Line] Evil Ninja Warrior [Type] Action Figure [Allegiance] | Evil Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Saurod [Log Line] Evil Spark-Shooting Reptile [Type] Action Figure [Allegiance] | Evil Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Scare Glow [Log Line] Evil Ghost of Skeletor [Type] Action Figure [Allegiance] | Evil Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Twistoid [Log Line] Evil Speed Twisting Robot [Type] Action Figure [Allegiance] | Evil Warriors | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
71f15e43_kipedia__the_free_encyclopedia_Wave_6___1987_Allegiance | [Name] Buzz-Saw Hordak [Log Line] Ruthless Leader with Blaster Blade [Type] Action Figure [Allegiance] | The Evil Horde | [
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s"
],
[
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"S",
"n",
"a",
"k",
"e",
" ",
"M",
"e",
"n"
],
[
"N",
"e",
"u",
"t",
"r",
"a",
"l"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"W",
"a",
"r",
"r",
"i",
"o",
"r",
"s",
"/",
"T",
"h",
"e",
" ",
"E",
"v",
"i",
"l",
" ",
"H",
"o",
"r",
"d",
"e"
],
[
"H",
"e",
"r",
"o",
"i",
"c",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
],
[
"E",
"v",
"i",
"l",
" ",
"M",
"e",
"t",
"e",
"o",
"r",
"b",
"s"
]
] | Masters of the Universe - Wikipedia, the free encyclopedia | Allegiance | https://en.wikipedia.org/wiki/Masters_of_the_universe | 22/1438043062635.98_20150728002422-00284-ip-10-236-191-2_860566065_12.json |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.