diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-21 23:25:59 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-21 23:25:59 +0200 |
commit | 430ae0f7cc3cd15435a5b7a509e7fd4bbd3016e0 (patch) | |
tree | 3596f1af9d936128fdc77d70b4f247feaf144415 /python | |
parent | 8e3ff8d9f68f1664de1b2f346f7253942ee6c719 (diff) | |
download | refcat-430ae0f7cc3cd15435a5b7a509e7fd4bbd3016e0.tar.gz refcat-430ae0f7cc3cd15435a5b7a509e7fd4bbd3016e0.zip |
notes: ol
Diffstat (limited to 'python')
-rw-r--r-- | python/notes/version_4.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/python/notes/version_4.md b/python/notes/version_4.md index 97fb4e1..7b45083 100644 --- a/python/notes/version_4.md +++ b/python/notes/version_4.md @@ -47,3 +47,29 @@ Also, these may say: "accessed at ..." # 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 + |