Bib info: Difference between revisions
(added link to bib_info.xml) |
No edit summary |
||
Line 1: | Line 1: | ||
# TITLE |
# TITLE Plain text title of the resource |
||
# CREATOR Person(s) who created this work. Should change with every revision.* |
|||
# CREATOR |
|||
# SUBJECT |
|||
# DESCRIPTION |
|||
# SUBJECT This is the same as Category, Should be one of top-level Categories from the [[Sample_library.info_file| Sample Library Info file]] |
# SUBJECT This is the same as Category, Should be one of top-level Categories from the [[Sample_library.info_file| Sample Library Info file]] |
||
# DESCRIPTION Plain text description of the item. May include an abstract, table of contents, etc. |
|||
# PUBLISHER |
|||
# PUBLISHER Organization that put this item together, i.e. University of Bombay, OXFAM, Doctors without Borders |
|||
# CONTRIBUTOR |
|||
# CONTRIBUTOR Person who contributed this item, should change every time a new individual revises the item |
|||
# DATE YYYY-MM-DD, YYYY-MM, or YYYY |
# DATE YYYY-MM-DD, YYYY-MM, or YYYY |
||
# TYPE [http://www.iana.org/assignments/media-types/ Basically a MIME Type] |
# TYPE [http://www.iana.org/assignments/media-types/ Basically a MIME Type] |
||
# FORMAT Format information specific to the type, such as 400 X 500 pixels |
|||
# FORMAT |
|||
# IDENTIFIER ID from external data provider, like a Course ID |
# IDENTIFIER ID from external data provider, like a Course ID |
||
# SOURCE |
# SOURCE URL to source document |
||
# LANGUAGE [http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ISO 639-1 codes] |
# LANGUAGE [http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ISO 639-1 codes] |
||
# RELATION Plain text description of how this item may relate to a collection of similar items in the library |
|||
# RELATION |
|||
# COVERAGE Period of time, geospatial dimensions, intended age group, etc. |
|||
# COVERAGE |
|||
# RIGHTS |
# RIGHTS URL to license [http://creativecommons.org/licenses/by/3.0/ http://creativecommons.org/licenses/by/3.0/] -- Default |
||
* If you translate, revise, or modify someone else's work, you should change the Creator's title to your own name. Here is a real world scenario why this is important. If I search for "The Black Cat" by Edgar Allan Poe, I want to get back the original work by Edgar Allan Poe that all my friends have read. I should not read to the end of "The Black Cat" to find there is a new ending added by SJ Klein. However, my desire to read Edgar Allan Poe's original work, should not constrict SJ's, or anyone else's, freedom to create a new version. When SJ changes "The Black Cat" he should also change the CREATOR field and make sure the [[Bundle_metadata#acknowledgments_-_required|acknowledgements]] file references Edgar's original work |
|||
<blockquote> |
<blockquote> |
Revision as of 15:11, 31 January 2008
- TITLE Plain text title of the resource
- CREATOR Person(s) who created this work. Should change with every revision.*
- SUBJECT This is the same as Category, Should be one of top-level Categories from the Sample Library Info file
- DESCRIPTION Plain text description of the item. May include an abstract, table of contents, etc.
- PUBLISHER Organization that put this item together, i.e. University of Bombay, OXFAM, Doctors without Borders
- CONTRIBUTOR Person who contributed this item, should change every time a new individual revises the item
- DATE YYYY-MM-DD, YYYY-MM, or YYYY
- TYPE Basically a MIME Type
- FORMAT Format information specific to the type, such as 400 X 500 pixels
- IDENTIFIER ID from external data provider, like a Course ID
- SOURCE URL to source document
- LANGUAGE ISO 639-1 codes
- RELATION Plain text description of how this item may relate to a collection of similar items in the library
- COVERAGE Period of time, geospatial dimensions, intended age group, etc.
- RIGHTS URL to license http://creativecommons.org/licenses/by/3.0/ -- Default
- If you translate, revise, or modify someone else's work, you should change the Creator's title to your own name. Here is a real world scenario why this is important. If I search for "The Black Cat" by Edgar Allan Poe, I want to get back the original work by Edgar Allan Poe that all my friends have read. I should not read to the end of "The Black Cat" to find there is a new ending added by SJ Klein. However, my desire to read Edgar Allan Poe's original work, should not constrict SJ's, or anyone else's, freedom to create a new version. When SJ changes "The Black Cat" he should also change the CREATOR field and make sure the acknowledgements file references Edgar's original work
<?xml version="1.0"?>
<dc xmlns:dc="http://dublincore.org/schemas/xmls/simpledc20021212.xsd">
<dc:title>Coliseum in Rome</dc:title>
<dc:creator>Thornton Staples</dc:creator>
<dc:subject>images</dc:subject>
<dc:description>Image of Coliseum in Rome</dc:description>
<dc:publisher>University of Virginia Library</dc:publisher>
<dc:contributor>Bryan Berry</dc:contributor>
<dc:date>2008-01-30</dc:date>
<dc:type>image</dc:type>
<dc:format>image/jpeg</dc:format>
<dc:identifier>ISBN:0385424728</dc:identifier>
<dc:source>http://www.virginia.edu/pictures/</dc:source>
<dc:language>en</dc:language>
<dc:relation>University of Virginia Antiquities Collection</dc:relation>
<dc:coverage>50-100 AD</dc:coverage>
<dc:rights>http://creativecommons.org/licenses/by/3.0/</dc:rights>
</dc>
Here is a sample bib_info.xml file