{"body": {"type": "/type/text", "value": "This is out of date\r\n\r\nThe authoritative Open Library schema -- a specification of the database fields used to represent items like books and authors -- is a python expression in the source repository, [here](http://demo.openlibrary.org:9021/file/tip/catalog/schema.py).\r\n\r\nAn more readable version may be generated by executing that file; here it is as of 2007-08-30. (Asterixes indicate multi-valued fields. The types \"string\", \"text\", \"url\" and \"date\" are all currently represented in ThingDB as strings, but could be displayed or edited in different ways.)\r\n\r\n
edition
\r\n| Field | Type | MARC Fields | Example (Description) |
|---|---|---|---|
| source_record_loc | \r\nstring* | \r\n\r\n | \"marc_records_scriblio_net/part01.dat:29834:543\" (a locator for the source record data) | \r\n
| source_record_id | \r\nstring* | \r\n\r\n | \"LC:DLC:00000006\" (a record identifier that is globally unique and that also can be constructed consistently from the contents of a record and an identifier for its source catalog) | \r\n
| author_identifier | \r\nstring* | \r\n100:abcd, 110:ab, 710:ab, 111:acdn, 711:acdn | \r\n\"Twain, Mark, 1835-1910\" (unique author id in some catalog) | \r\n
| contributions | \r\nstring* | \r\n700:abcde | \r\n\"Illustrated by: Steve Bjorkman\" | \r\n
| title | \r\nstring | \r\n245:a clean_name | \r\n\"The adventures of Tom Sawyer\" | \r\n
| subtitle | \r\nstring | \r\n245:b clean_name | \r\n\"a play in three acts\" | \r\n
| by_statement | \r\nstring* | \r\n245:c | \r\n\"Herman Melville ; [illustrated by Barry Moser]\" | \r\n
| sort_title | \r\nstring | \r\n\r\n | \"adventures of Tom Sawyer\" | \r\n
| other_titles | \r\nstring* | \r\n246:a, 730:a-z, 740:apn | \r\n\"Mark Twain's The Adventures of Tom Sawyer\" | \r\n
| work_title | \r\nstring | \r\n240:amnpr, 130:a-z | \r\n(The 240 \"work title\" is used in the OCLC FRBR algorithm. The 130 is also used, and there should be either a 130 or a 240 in a record, but not both. It would be ideal if we could pick up either for the work title.) | \r\n
| edition | \r\nstring | \r\n250:ab | \r\n\"2nd. editon\" (information about this edition) | \r\n
| publisher | \r\nstring | \r\n260:b clean_name | \r\n\"W. W. Norton & Co.\" | \r\n
| publish_place | \r\nstring* | \r\n260:a clean | \r\n\"New York\" | \r\n
| publish_date | \r\ndate | \r\n008:7-10 | \r\n\"2006\" | \r\n
| pagination | \r\nstring | \r\n300:a | \r\n\"viii, 383 p. :\" (full pagination information) | \r\n
| number_of_pages | \r\nint | \r\n300:a biggest_decimal | \r\n383 (largest decimal found) | \r\n
| subjects | \r\nstring* | \r\n600:abcd--x--v--y--z, 610:ab--x--v--y--z, 650:a--x--v--y--z, 651:a--x--v--y--z | \r\n\"Runaway children -- Fiction\" | \r\n
| subject_place | \r\nstring* | \r\n651:a*, 650:z* | \r\n\"Venice (Italy)\" | \r\n
| subject_time | \r\nstring* | \r\n600:y*, 650:y* | \r\n\"20th century\" | \r\n
| genre | \r\nstring* | \r\n600:v*, 650:v*, 651:v* | \r\n\"Biography\" | \r\n
| series | \r\nstring* | \r\n440:av, 490:av, 830:av | \r\n\"Oxford world's classics\" | \r\n
| language | \r\nstring | \r\n008:35-37 \"ISO\" tag | \r\n\"ISO: tel\" (coded or human-readable description of the text's language) | \r\n
| physical_format | \r\nstring* | \r\n245:h | \r\n\r\n |
| notes | \r\nstring* | \r\n5XX!505!520:a-z | \r\n\r\n |
| description | \r\ntext | \r\n520:a | \r\n\r\n |
| exerpts | \r\ntext* | \r\n\r\n | \r\n |
| table_of_contents | \r\ntext* | \r\n505:art | \r\n\r\n |
| cover_image | \r\nurl | \r\n\r\n | \r\n |
| scan_contributor | \r\nstring | \r\n\r\n | \r\n |
| scan_sponsor | \r\nstring | \r\n\r\n | \r\n |
| dewey_number | \r\nstring* | \r\n082:a | \r\n\"914.3\" | \r\n
| LC_classification | \r\nstring | \r\n050:ab | \r\n\"BJ1533.C4 L49\" | \r\n
| ISBN | \r\nstring* | \r\n020:a normalize_isbn, 024:a normalize_isbn | \r\n\"9780393926033\" (13-digit ISBN) | \r\n
| UCC_13 | \r\nstring | \r\n\r\n | \r\n |
| UPC | \r\nstring | \r\n\r\n | \r\n |
| ISMN | \r\nstring | \r\n\r\n | \r\n |
| DOI | \r\nstring | \r\n\r\n | \r\n |
| LCCN | \r\nstring | \r\n010:a normalize_lccn | \r\n\"2006285320\" | \r\n
| GTIN_14 | \r\nstring | \r\n\r\n | \r\n |
| oca_identifier | \r\nstring | \r\n\r\n | \"albertgallatinja00stevrich\" | \r\n
author
\r\n| Field | Type | MARC Fields | Example (Description) |
|---|---|---|---|
| identifier | \r\nstring* | \r\n\r\n | \"Twain, Mark, 1835-1910\" (unique id in some catalog) | \r\n
| name | \r\nstring | \r\n\r\n | \"Mark Twain\" (human-readable name) | \r\n
| birth_date | \r\ndate | \r\n\r\n | \"1835\" | \r\n
| death_date | \r\ndate | \r\n\r\n | \"1910\" | \r\n
| bio | \r\ntext | \r\n\r\n | \r\n |
| name | type | example/description |
|---|---|---|
| source_name | STRING | |
| source_record_pos | INT | |
| work | ID-REF | |
| authors | ID-REFs | Tolkien, J. R. R. |
| contributors | STRINGs | \"Illustrated by: Steve Bjorkman\" |
| agencies/organizations | STRINGs | American Civil Liberties Union. Berkeley Chapter |
| title | STRING | The adventures of Tom Sawyer |
| \"by\" statement | STRINGs | Herman Melville ; [illustrated by Barry Moser] |
| sort title | INT | adventures of Tom Sawyer |
| other titles | STRINGs | Mark Twain's The Adventures of Tom Sawyer |
| edition | STRING | 2nd. editon |
| publisher | STRING | W. W. Norton & Co., |
| publish_place | STRING | New York : |
| publish_date | DATE | c2007. |
| number_of_pages | STRING | viii, 383 p. : |
| subjects | STRINGs | Runaway children -- Fiction |
| series | STRINGs | Oxford world's classics |
| notes | STRINGs | |
| BISAC_subject_categories | STRINGs | see definitions here |
| language_code | STRING | code from ISO 639-2/B; e.g., \"tel\" |
| language | STRING | human-readable description of the text's language, e.g, \"Telugu\" |
| physical_format | STRING | |
| description | HTML | |
| table of contents | STRINGs | |
| Dewey number | STRINGs | 914.3 |
| LC Classification | STRING | BJ1533.C4 L49 |
| cover_image | URL | |
| scan_contributor | STRING | |
| scan_sponsor | STRING | |
| ISBN_10 | STRING | 0393926036 |
| ISBN_13 | STRING | 9780393926033 |
| UCC_13 | STRING | |
| UPC | STRING | |
| ISMN | STRING | |
| DOI | STRING | |
| LCCN | STRING | |
| GTIN_14 | STRING | |
| oca_identifier | STRING | \"albertgallatinja00stevrich\" |
New EDITION with MARC and ONIX fields
\r\n\t
name \r\n\t\t\t
\r\n\t\ttype \r\n\t\t\t
\r\n\t\tfield
\r\n\t\tsubfield/code
\r\n\t\texample/description \r\n\t\t\t
\r\n\t\tsource_name \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
source_record_pos \r\n\t\t\t
\r\n\t\tINT \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
work \r\n\t\t\t
\r\n\t\tID-REF \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
authors \r\n\t\t\t
\r\n\t\tID-REFs \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
Tolkien, J. R. R.
\r\n\t\tauthors (MARC) \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
100
\r\n\t\tabcd
\r\n\t\t$a Tolkien, J. R. R.
\r\n\t\tauthors (ONIX)
\r\n\t\t
\r\n\t\t\t
Contributor
\r\n\t\t"A01"
\r\n\t\t
\r\n\t\t\t
contributors \r\n\t\t\t
\r\n\t\tSTRINGs \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
Morcock, Michael, 1939- , ed.
\r\n\t\tcontributors (MARC)
\r\n\t\t
\r\n\t\t\t
700 w/o $t
\r\n\t\tabcde
\r\n\t\t$a Tolkien, J. R. R.
\r\n\t\tcontributors (ONIX)
\r\n\t\t
\r\n\t\t\t
Contributor
\r\n\t\tnot "A01"
\r\n\t\t
\r\n\t\t\t
agencies/organizations
\r\n\t\tSTRINGs \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
American Civil Liberties Union. Berkeley\r\n\t\t\tChapter \r\n\t\t\t
\r\n\t\tagencies/Organizations (MARC)
\r\n\t\t
\r\n\t\t\t
110, 710
\r\n\t\tab
\r\n\t\t$a American Civil Liberties Union. $b Berkeley\r\n\t\t\tchapter
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
111, 711
\r\n\t\tacdn
\r\n\t\ta IEEE Pacific Rim Conference on Multimedia n\r\n\t\t\t(5th : d 2004 : c Tokyo, Japan)
\r\n\t\tagencies/Organizations (ONIX)
\r\n\t\t
\r\n\t\t\t
CorporateName
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
title \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
The adventures of Tom Sawyer \r\n\t\t\t
\r\n\t\ttitle (MARC)
\r\n\t\t
\r\n\t\t\t
245
\r\n\t\tab
\r\n\t\t$a Moby Dick : $b or, The whale \r\n\t\t\t
\r\n\t\t"by" statement
\r\n\t\tSTRINGs \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
Herman Melville ; [illustrated by Barry Moser] \r\n\t\t\t
\r\n\t\t"by" statement (MARC)
\r\n\t\t
\r\n\t\t\t
245
\r\n\t\tc
\r\n\t\t$c Herman Melville ; [illustrated by Barry\r\n\t\t\tMoser]
\r\n\t\t"by" statement (ONIX)
\r\n\t\t
\r\n\t\t\t
contributor
ContributorRole
\r\n\t\t\t
\r\n\t\t\t
sort title \r\n\t\t\t
\r\n\t\tINT \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
adventures of Tom Sawyer
\r\n\t\tother titles
\r\n\t\tSTRINGs \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
Mark Twain's The Adventures of Tom Sawyer \r\n\t\t\t
\r\n\t\tother titles (MARC)
\r\n\t\t
\r\n\t\t\t
246
\r\n\t\ta
\r\n\t\t$a Beowolf
\r\n\t\tother titles (MARC)
\r\n\t\t
\r\n\t\t\t
730
\r\n\t\ta-z*
\r\n\t\t$a Bible $p N.T. $p Luke. $l Greek. $s Codex\r\n\t\t\tSinaiticus
\r\n\t\tother titles (MARC)
\r\n\t\t
\r\n\t\t\t
740
\r\n\t\tapn
\r\n\t\t
\r\n\t\t\t
work title \r\n\t\t\t
\r\n\t\tSTRING
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
The Pickwick papers.
\r\n\t\twork title (MARC) [1]
\r\n\t\t
\r\n\t\t\t
240
\r\n\t\tamnpr
\r\n\t\t$aThe Pickwick papers.
\r\n\t\twork title (MARC)
\r\n\t\t
\r\n\t\t\t
130
\r\n\t\ta-z*
\r\n\t\t$a Bible $p N.T. $p Luke. $l Greek. $s Codex\r\n\t\t\tSinaiticus
\r\n\t\tedition \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
2nd. edition
\r\n\t\tedition (MARC)
\r\n\t\t
\r\n\t\t\t
250
\r\n\t\tab
\r\n\t\t$a 4th ed. /$brevised\r\n\t\t\tand corrected \r\n\t\t\t
\r\n\t\tpublisher \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
W. W. Norton & Co., \r\n\t\t\t
\r\n\t\tpublisher (MARC)
\r\n\t\t
\r\n\t\t\t
260
\r\n\t\tb
\r\n\t\t$b Macmillan \r\n\t\t\t
\r\n\t\tpublisher (ONIX)
\r\n\t\t
\r\n\t\t\t
PublisherName
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
publish_place \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
New York : \r\n\t\t\t
\r\n\t\tpublish_place (MARC)
\r\n\t\t
\r\n\t\t\t
260 \r\n\t\t\t
\r\n\t\ta
\r\n\t\t$a New York :
\r\n\t\tpublish_date [7]
\r\n\t\tDATE \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
2006
\r\n\t\tpublish_date (MARC) [2]
\r\n\t\t
\r\n\t\t\t
008
\r\n\t\tpos 7-10
\r\n\t\t2006
\r\n\t\tpublish_date (ONIX) [2]
\r\n\t\t
\r\n\t\t\t
PublicationDate
\r\n\t\t
\r\n\t\t\t
2006
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
number_of_pages \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
viii, 383 p. :
\r\n\t\tnumber_of_pages (MARC)
\r\n\t\t
\r\n\t\t\t
300
\r\n\t\ta
\r\n\t\t$a 149 p. ;
\r\n\t\tnumber_of_pages (ONIX)
\r\n\t\t
\r\n\t\t\t
NumberOfPages
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
subjects \r\n\t\t\t
\r\n\t\tSTRINGs \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
Runaway children -- Fiction
\r\n\t\tsubjects (MARC)
\r\n\t\t
\r\n\t\t\t
600
\r\n\t\tabcdxvyz
\r\n\t\t$a Thomas, Olive, $d 1898-1920 $x Death and\r\n\t\t\tburial
\r\n\t\tsubjects (MARC)
\r\n\t\t
\r\n\t\t\t
610
\r\n\t\tabxvyz
\r\n\t\t$a Partito democratico
\r\n\t\tsubjects (MARC)
\r\n\t\t
\r\n\t\t\t
650
\r\n\t\taxvyz
\r\n\t\t$a Heads of state $z Italy $z Venice $v\r\n\t\t\tBiography
\r\n\t\tsubjects (MARC)
\r\n\t\t
\r\n\t\t\t
651
\r\n\t\taxvyz
\r\n\t\t$a Venice (Italy) $x History $y 1508-1797
\r\n\t\tseries
\r\n\t\tSTRINGs \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
Oxford world's classics \r\n\t\t\t
\r\n\t\tseries (MARC)
\r\n\t\t
\r\n\t\t\t
440
\r\n\t\tav
\r\n\t\t$a Lecture notes in computer science $v 4407
\r\n\t\tseries (MARC)
\r\n\t\t
\r\n\t\t\t
490
\r\n\t\tav
\r\n\t\t$a Österreichische Film ; $v 22
\r\n\t\tseries (MARC)
\r\n\t\t
\r\n\t\t\t
830
\r\n\t\tav
\r\n\t\t$a Studi musicologici $v 6
\r\n\t\tseries (ONIX)
\r\n\t\t
\r\n\t\t\t
ImprintName
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
notes
\r\n\t\tSTRINGs \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
notes (MARC) [3]
\r\n\t\t
\r\n\t\t\t
5XX
\r\n\t\ta-z
\r\n\t\t$a Includes bibliographical references
\r\n\t\tBISAC_subject_categories \r\n\t\t\t
\r\n\t\tSTRINGs \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
see definitions here \r\n\t\t\t
\r\n\t\tlanguage_code [7]
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
code from ISO 639-2/B; e.g., "tel" \r\n\t\t\t
\r\n\t\tlanguage_code (MARC)
\r\n\t\t
\r\n\t\t\t
008
\r\n\t\tpos. 35-37
\r\n\t\teng
\r\n\t\tlanguage_code (ONIX)
\r\n\t\t
\r\n\t\t\t
LanguageOfText
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
language [7]
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
human-readable description of the text's\r\n\t\t\tlanguage, e.g, "Telugu" \r\n\t\t\t
\r\n\t\tphysical_format \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
physical_format (ONIX)
\r\n\t\t
\r\n\t\t\t
ProductForm
Description
\r\n\t\t\t
\r\n\t\t\t
description \r\n\t\t\t
\r\n\t\tHTML \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
description (MARC)
\r\n\t\t
\r\n\t\t\t
520
\r\n\t\ta
\r\n\t\t$a Carew Raleigh was the only surviving son of\r\n\t\t\tSir Walter Raleigh. This work ...
\r\n\t\tdescription (ONIX)
\r\n\t\t
\r\n\t\t\t
MainDescription
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
table of contents
\r\n\t\tSTRINGs \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
table of contents
\r\n\t\t
\r\n\t\t\t
505
\r\n\t\tart
\r\n\t\t$t River of names / $r Dorothy Allison --
\r\n\t\tdewey number
\r\n\t\tSTRINGs
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
914.3
\r\n\t\tdewey number
\r\n\t\t
\r\n\t\t\t
082
\r\n\t\ta
\r\n\t\t$a 914.3
\r\n\t\tLC Classification
\r\n\t\tSTRING
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
BJ1533.C4 L49
\r\n\t\tLC Classification (MARC)
\r\n\t\t
\r\n\t\t\t
050
\r\n\t\tab
\r\n\t\t$a BJ1533.C4 $b L49
\r\n\t\tcover_image \r\n\t\t\t
\r\n\t\tURL \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
scan_contributor \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
scan_sponsor \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
ISBN_10 \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
0393926036
\r\n\t\tISBN_10 (MARC) [4]
\r\n\t\t
\r\n\t\t\t
020
\r\n\t\ta
\r\n\t\t$a 0195144953 (alk. paper)
\r\n\t\tISBN_13 \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
9780393926033 \r\n\t\t\t
\r\n\t\tISBN_13 (MARC) [5]
\r\n\t\t
\r\n\t\t\t
020 \r\n\t\t\t
\r\n\t\ta
\r\n\t\t
\r\n\t\t\t
ISBN_13 (MARC) [5]
\r\n\t\t
\r\n\t\t\t
024
\r\n\t\ta
\r\n\t\t9780399153501 \r\n\t\t\t
\r\n\t\tUCC_13 \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
UPC \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
ISMN \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
DOI \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
LCCN \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
LCCN (MARC) [6]
\r\n\t\t
\r\n\t\t\t
010
\r\n\t\ta
\r\n\t\t$a 2006285320
\r\n\t\tGTIN_14 \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
oca_identifier \r\n\t\t\t
\r\n\t\tSTRING \r\n\t\t\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
"albertgallatinja00stevrich" \r\n\t\t\t
\r\n\t\tplace_facet[7]
\r\n\t\tSTRINGs
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
Venice (Italy)
\r\n\t\tplace_facet (MARC)
\r\n\t\t
\r\n\t\t\t
651
\r\n\t\ta
\r\n\t\t
\r\n\t\t\t
place_facet (MARC)
\r\n\t\t
\r\n\t\t\t
650
\r\n\t\tZ
\r\n\t\t
\r\n\t\t\t
Genre[7]
\r\n\t\tSTRINGs
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
Biography
\r\n\t\tGenre (MARC)
\r\n\t\t
\r\n\t\t\t
600, 650, 651
\r\n\t\tv
\r\n\t\t
\r\n\t\t\t
Genre (ONIX)
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t
Time_facet[7]
\r\n\t\tSTRINGs
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t
20th century
\r\n\t\ttime_facet (MARC)
\r\n\t\t
\r\n\t\t\t
600, 650
\r\n\t\tY
\r\n\t\t20th century
\r\n\t\t
\r\n
[1] The 240 "work\r\ntitle" is used in the OCLC FRBR algorithm. The 130 is also used,\r\nand there should be either a 130 or a 240 in a record, but not both.\r\nIt would be ideal if we could pick up either for the work title. \r\n
\r\n[2] There are two\r\nsources in the MARC record for date of publication. The 260 $c may\r\ncontain characters beyond the year ("c1997" or "1946\r\n[reprinted 1965]"). Positions 07-10 of the 008 field have a\r\nnormalized date ("1997" or "1946"). The dates as\r\nrepresented in the 260 will not be found outside of library records,\r\nso the 008 date can be substituted for it. For ONIX, the publication\r\ndate often has month and day as well as year. For uses in terms of\r\nmerging and for faceting, only the year should be used.
\r\n[3] MARC has a wide\r\nrange of notes that appear in fields that begin with "5".\r\nAll notes EXCEPT the 505 (table of contents) and 520 (summary) can be\r\nplaced in a notes field. Notes fields can be repeatable.
\r\n[4] The ISBN field is\r\nnot necessarily "clean" – there can be trailing data\r\n(0195144953 (alk. paper)). Take only the 10 or 13-character token,\r\nwhich should appear first. The token is all numeric EXCEPT that the\r\nfinal character can be "X".
\r\n[5] There are two\r\npossible locations for the ISBN_13 in MARC records. Records from some\r\nsources, including LC, will have the ISBN-13 in an 020 field. Many\r\nrecords will have two 020 fields, one with the ISBN-10 and one with\r\nthe ISBN-13. Records from sources other than LC may have the ISBN-13\r\nin the 024 field. There can be other 13-digit EANs in the 024 field,\r\nso the ISBN is identified by a "3" in the first indicator\r\nposition.
\r\n[6]The LCCN field is\r\nnot necessarily "clean" – there can be trailing data\r\n($a 3400058678 /rev). If you wish to use the LCCN for matching, take\r\nonly the numeric token from the subfield.
\r\n[7] this field is a\r\npotential facet for display and selection \r\n
"}, "title": "Schema", "created": {"type": "/type/datetime", "value": "2008-04-09T03:48:30.812440"}, "last_modified": {"type": "/type/datetime", "value": "2009-03-31T16:40:44.556494"}, "latest_revision": 3, "key": "/about/schema", "type": {"key": "/type/page"}, "id": 9888064, "revision": 3}