Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
An example of each JSON line:
|
6 |
+
|
7 |
+
```json
|
8 |
+
{
|
9 |
+
"name":"JosephineBaker",
|
10 |
+
"identifier":255083,
|
11 |
+
"url":"https://en.wikipedia.org/wiki/Josephine_Baker",
|
12 |
+
"date_created":"...",
|
13 |
+
"date_modified":"...",
|
14 |
+
"is_part_of":{"..."},
|
15 |
+
"in_language":{"..."},
|
16 |
+
"main_entity":{"identifier":"Q151972",...},
|
17 |
+
"additional_entities":[...],
|
18 |
+
"version":{...},
|
19 |
+
"description":"American-bornFrenchdancer...",
|
20 |
+
"abstract":"FredaJosephineBaker,naturalizedas...",
|
21 |
+
"image":{"content_url":"https://upload.wikimedia.org/wikipedia/...",...},
|
22 |
+
```
|
23 |
+
|
24 |
+
vs.
|
25 |
+
|
26 |
+
```
|
27 |
+
{
|
28 |
+
"name":"JosephineBaker",
|
29 |
+
"identifier":255083,
|
30 |
+
"url":"https://en.wikipedia.org/wiki/Josephine_Baker",
|
31 |
+
"date_created":"...",
|
32 |
+
"date_modified":"...",
|
33 |
+
"is_part_of":{"..."},
|
34 |
+
"in_language":{"..."},
|
35 |
+
"main_entity":{"identifier":"Q151972",...},
|
36 |
+
"additional_entities":[...],
|
37 |
+
"version":{...},
|
38 |
+
"description":"American-bornFrenchdancer...",
|
39 |
+
"abstract":"FredaJosephineBaker,naturalizedas...",
|
40 |
+
"image":{"content_url":"https://upload.wikimedia.org/wikipedia/...",...},
|
41 |
+
```
|