Item data
From LibraryCloud Wiki
The following is the schema used for bib/item data in ShelfLife. It is fairly limited and needs to be fleshed out.
The schema is meant to support two different record types: bib item record and a uniform title record.
Schema:
| field name | multi-valued | notes |
| id | no | globally unique identifier for this item |
| title | no | title of work |
| subtitle | no | continuation/subtitle |
| creator | yes | entities that created this item (authors) |
| frbr_level | no | item is either a uniform title or a manifestation (not both) |
| frbr_link | no | link to uniform title URI, if this item is a manifestation |
| imprint | no | publisher related information |
| date | no | date of publication |
| material_format | no | physical description of the item |
| desc_subject | yes | a descriptor, likely from a MARC 6xx subject field |
| desc_tag | yes | a descriptor, possibly from a user generated tag or other folksonomy |
| rsrc_google_books | yes | resource, likely a link to a google book |
| rsrc_wikipedia | yes | resource, likely a link to a wikipedia entry |
| id_loc_hollis | no | alternative identifier, in this case the harvard hollis id |
| id_loc_isbn | no | alternative identifier, in this case the isbn |
Samples:
Sample manifestation level item:
| field name | value |
| id | e586163e-a639-430d-a67d-9a50f62aa00e |
| title | freakonomics |
| subtitle | a rogue economist explores the hidden side of everything |
| creator | levitt, steven d. |
| creator | dubner, stephen j. |
| frbr_level | manifestation |
| frbr_link | librarycloud.org/item/2e7ccc09-a29f-4d32-b037-c046b2e99fa0 |
| imprint | new york : william morrow, c2006. |
| date | 2006 |
| material_format | monograph / item |
| desc_subject | Economics Sociological aspects. |
| desc_subject | Economics Psychological aspects. |
| desc_subject | Economics Political aspects. |
| desc_tag | economics |
| desc_tag | chicago |
| rsrc_google_books | http://books.google.com/books?id=9O6-UWVfDP0C&printsec=frontcover&cd=1&source=gbs_ViewAPI#v=onepage&q&f=false |
| id_loc_hollis | 010151794 |
| id_loc_isbn | 0061234001 |
Sample uniform title level item:
| field name | value |
| id | 2e7ccc09-a29f-4d32-b037-c046b2e99fa0 |
| title | freakonomics |
| creator | levitt, steven d. |
| creator | dubner, stephen j. |
| frbr_level | ut |