1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
# V4
Have not release v3, but many change to `skate` so we may continue with v4.
# Unstructured
```
{
"biblio": {
"unstructured": "J. Häger, W. Krieger, T. Rüegg, and H. Walther, J. Chem. Phys. 72, 4286 (1980).JCPSA60021-9606"
},
"index": 8,
"key": "_r4",
"ref_source": "crossref",
"release_year": 1983,
"release_ident": "tebzylkszzbyjggye5ssmebdcy",
"work_ident": "aaaofyp6uzcdnbe7hvfahylyha"
}
```
We should be able to match: "J. Chem. Phys.", also maybe "72, 4286 (1980)", w/
id, title we should be able to match to:
https://fatcat.wiki/release/d2k7en7tzzdzzddwfo5xlqx4ce
If nothing else defined, and unstructured contains a URL, we may extract that.
```
{
"biblio": {
"unstructured": "Friedrich-Ebert-Stiftung (FES) 2008 FES in Nepal. FES http://www.fesnepal.org/about/fes_in_nepal.htm (accessed February 15, 2009)"
},
"index": 19,
"key": "CIT0020",
"ref_source": "crossref",
"release_year": 2011,
"release_ident": "xqgaanhpf5gotdxxxytgyxw2ty",
"work_ident": "aaaq35j3angwzdpzcvzdil3v4y"
}
```
Also, these may say: "accessed at ..."
# URL
* url cleanup in place
# Partial Data Mapping
* how to map partial docs onto a key
# OL beyond ISBN
Example:
```
{
"biblio": {
"container_name": "The Debt: What America Owes to Blacks",
"contrib_raw_names": [
"R Robinson"
],
"unstructured": "Randall Robinson, The Debt: What America Owes to Blacks. New York: Dutton Books, 2000, pp. 219–220.",
"year": 2000
},
"index": 22,
"key": "8_CR23",
"ref_source": "crossref",
"release_year": 2009,
"release_ident": "2igycuiobvhxrcmmrzz6anufuq",
"work_ident": "aaacj23jqbdxvajwj5kc6jpejq"
}
```
* https://openlibrary.org/works/OL488811W/The_debt?edition=debtwhatamerica000robi
However, there is no explicit "subtitle" fields, and in this case, the subtitle is buried in "text":
```
{
"key": "/works/OL488811W",
"text": [
"/works/OL488811W",
"The debt",
"The Debt",
"The Debt ",
"what America owes to Blacks",
"What America Owes to Blacks",
"OL46591M",
"OL7771042M",
"OL7590904M",
"OL3382710M",
"Randall Robinson.",
"2004556979",
"99045728",
"0452282101",
"0525945245",
```
Subtitle in editions.
```
{
"biblio": {
"container_name": "BLACK AFRICA: The Economic and Cultural Basis for a Federated State",
"unstructured": "For details on African Renaissance see Cheikh Anta Diop, BLACK AFRICA: The Economic and Cultural Basis for a Federated State, New Expanded Edition. Trenton, NJ: Africa World Press, 1987.",
"year": 1987
},
"index": 28,
"key": "8_CR29",
"ref_source": "crossref",
"release_year": 2009,
"release_ident": "2igycuiobvhxrcmmrzz6anufuq",
"work_ident": "aaacj23jqbdxvajwj5kc6jpejq"
}
```
## OL Loop
Some do not have an explicit "works" key, but still link to an edition.
* https://openlibrary.org/books/OL10000230M/Parliamentary_Debates_House_Of_Lords_2003-2004?edition=
> An edition of Parliamentary Debates, House Of Lords 2003-2004
|