Bib info: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
(+link NCI EVS)
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is an ongoing discussion of bibliographic information to recommend every bundle to include for itself and its subelements.
# TITLE
# AUTHOR_NAME
# CREATION_DATE YYYY-MM-DD, YYYY-MM, or YYYY
# COUNTRY (?Is this really necessary? Isn't Language enough?) [http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm ISO 3166 Country codes]
# LANGUAGE [http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ISO 639-1 codes]
# SUBJECT This is the same as Category, Should be one of top-level Categories from the [[Sample_library.info_file| Sample Library Info file]]
# KEYWORDS (?Necessary? when we might use separate tags?)
# OBJECT_TYPE
# FORMAT [http://www.iana.org/assignments/media-types/ Basically a MIME Type]
# NATIVE_ID ID from external data provider, like a Course ID
# CONTRIBUTOR_NAME
# COLLECTION_NAME
# COLLECTION_URL
# SUBMISSION_DATE YYYY-MM-DD, YYYY-MM, or YYYY
# URL
# LEARNING_LEVEL primary, secondary, university
# COPYRIGHT_TYPE e.g. CC-By 3.0, MIT License, GPL v2 but is identified by URL


==Elements==
<nowiki>
<?xml version="1.0"?>


=== Collection information ===
<dc xmlns:dc="http://dublincore.org/schemas/xmls/simpledc20021212.xsd">
''for a single collection.''


The same as for any other resource; but the description and title should indicate that it is a collection; and the RELATION field should indicate that it has subelements. Open question: how to link to subelements (presumably by Resource ID).
<dc:title>Coliseum in Rome</dc:title>


=== Resource information ===
<dc:creator>Thornton Staples</dc:creator>
''for a single work of code, writing, music, design, &c''


RESOURCE-ID An ID unique to this resource; combined with version ID for a unique identifier for this resource-version.
<dc:subject></dc:subject>
VERSION Version ID
VERSION-HISTORY Sequence of Version IDs


CREATOR Person(s) who created this work.
<dc:description>Image of Coliseum in Rome</dc:description>
CREATION-DATE YYYY-MM-DD, YYYY-MM, or YYYY
LAST-MODIFIER Person who contributed this version should change every time a new individual revises the item
LAST-MODIFIED-DATE YYYY-MM-DD, YYYY-MM, or YYYY
PUBLISHER Organization that put together/published this item, i.e. University of Bombay, OXFAM, Doctors without Borders
REPOSITORY-URL Optional URL to an original or mirror
REPOSITORY-ID Optional repository ID, with a description (such as a Course ID; often redundant with part of repository-url)
SOURCES* Other resources from which this resource is significantly derived. Should include full resource IDs where posible.
REFERENCES A bibliography of references and sources for quotes, notes, and information.
RELATION Plain text description of how this item may relate to other resources or collections


TITLE Plain text title of the resource
<dc:publisher>University of Virginia Library</dc:publisher>
SUBJECT Similar to the Category of a [[sample library.info file|bundle info file]].
DESCRIPTION Plain text description of the item. May include an abstract, manifest of subelements, table of contents, etc.
COVERAGE Period of time, geospatial dimensions, intended age group, etc.


TYPE [http://www.iana.org/assignments/media-types/ ... basically a MIME Type]
<dc:contributor>Bryan Berry</dc:contributor>
FORMAT Format information specific to the type, such as 400 X 500 pixels
LANGUAGE [http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ISO 639-1 codes]
RIGHTS URL to license [http://creativecommons.org/licenses/by/3.0/ http://creativecommons.org/licenses/by/3.0/] -- Default
NB: this is partly redundant with, but more granular than, the Acknowledgements file for each bundle/collection.


'''Notes''':<br />
<dc:date>2008-01-30</dc:date>
* If you translate, revise, or modify someone else's work, you should always update the version, version-history, and last-modifier fields. If the change is dramatic enough, you may want to change the Creator and Creation date, and add the original to the list of Sources.
* COPYRIGHT_TYPE can be designated by a URL to the appropriate license; but should also link to a local description of the license where possible (and especially where required).
* http://creativecommons.org/licenses/by/3.0/ -- Default
* http://creativecommons.org/licenses/by-nc/3.0/
* http://creativecommons.org/licenses/by-nc-sa/3.0/
* http://creativecommons.org/licenses/by-sa/3.0/


<dc:type>image</dc:type>


== bib_info File Format ==
<dc:format>image/jpeg</dc:format>


<blockquote>
<dc:identifier></dc:identifier>


<?xml version="1.0"?> <br />
<dc:source>http://www.virginia.edu/pictures/</dc:source>
<dc xmlns:dc="http://dublincore.org/schemas/xmls/simpledc20021212.xsd"> <br />
<dc:title>Coliseum in Rome</dc:title> <br />
<dc:creator>Thornton Staples</dc:creator> <br />
<dc:subject>images</dc:subject> <br />
<dc:description>Image of Coliseum in Rome</dc:description> <br />
<dc:publisher>University of Virginia Library</dc:publisher> <br />
<dc:contributor>Bryan Berry</dc:contributor> <br />
<dc:date>2008-01-30</dc:date> <br />
<dc:type>image</dc:type> <br />
<dc:format>image/jpeg</dc:format> <br />
<dc:identifier>ISBN:0385424728</dc:identifier> <br />
<dc:source>http://www.virginia.edu/pictures/</dc:source> <br />
<dc:language>en</dc:language> <br />
<dc:relation>University of Virginia Antiquities Collection</dc:relation> <br />
<dc:coverage>50-100 AD</dc:coverage> <br />
<dc:rights>http://creativecommons.org/licenses/by/3.0/</dc:rights> <br />
</dc> <br />


</blockquote>
<dc:language>en</dc:language>


=== XML format implementation ===
<dc:relation></dc:relation>
Here is a sample [http://ds.lahai.com/ole/bib_info.xml bib_info.xml file]


Why use XML? The point of bib_info.xml is to make it easy for large-scale repositories like [http://www.dspace.org DSpace], [http://www.fedora-commons.org Fedora Repository Server], [http://globe.edna.edu.au GLOBE], and [http://www.ariadne-eu.org/ ARIADNE] to serve up .xo bundles. For this reason we chose a simple standard -- [http://dublincore.org/ Dublin Core] encoded in XML -- that plays well with others rather than create our own.
<dc:coverage></dc:coverage>


=== External links ===
<dc:rights></dc:rights>
Here are some good links on Metadata and Controlled Vocabularies
* Wikipedia [http://en.wikipedia.org/wiki/Controlled_vocabulary Controlled Vocabularies]
* [http://www.boxesandarrows.com/view/what_is_a_controlled_vocabulary_ What is a Controlled Vocabulary?]
* Cory Doctorow's [http://www.well.com/~doctorow/metacrap.htm MetaCrap]
* [http://evs.nci.nih.gov/ National Cancer Institute Enterprise Vocabulary Services]


Basically, a Controlled Vocabulary is a set of standard values. This can be useful for the Copyright Type, language, and country; less so for the other elements.
</dc></nowiki>


[[category:metadata]] [[category:bundles]]

Latest revision as of 05:01, 20 March 2008

This is an ongoing discussion of bibliographic information to recommend every bundle to include for itself and its subelements.

Elements

Collection information

for a single collection.

The same as for any other resource; but the description and title should indicate that it is a collection; and the RELATION field should indicate that it has subelements. Open question: how to link to subelements (presumably by Resource ID).

Resource information

for a single work of code, writing, music, design, &c

RESOURCE-ID     An ID unique to this resource; combined with version ID for a unique identifier for this resource-version.
VERSION         Version ID
VERSION-HISTORY Sequence of Version IDs
CREATOR         Person(s) who created this work. 
CREATION-DATE   YYYY-MM-DD, YYYY-MM, or YYYY   
LAST-MODIFIER   Person who contributed this version should change every time a new individual revises the item         
LAST-MODIFIED-DATE  YYYY-MM-DD, YYYY-MM, or YYYY 
PUBLISHER       Organization that put together/published this item, i.e. University of Bombay, OXFAM, Doctors without Borders 
REPOSITORY-URL  Optional URL to an original or mirror  
REPOSITORY-ID   Optional repository ID, with a description (such as a Course ID; often redundant with part of repository-url)
SOURCES*        Other resources from which this resource is significantly derived.  Should include full resource IDs where posible.
REFERENCES      A bibliography of references and sources for quotes, notes, and information.
RELATION        Plain text description of how this item may relate to other resources or collections  
TITLE           Plain text title of the resource
SUBJECT         Similar to the Category of a bundle info file. 
DESCRIPTION     Plain text description of the item. May include an abstract, manifest of subelements, table of contents, etc.   
COVERAGE        Period of time, geospatial dimensions, intended age group, etc.  
TYPE            ... basically a MIME Type 
FORMAT          Format information specific to the type, such as 400 X 500 pixels
LANGUAGE        ISO 639-1 codes
RIGHTS          URL to license http://creativecommons.org/licenses/by/3.0/ -- Default 
                NB: this is partly redundant with, but more granular than, the Acknowledgements file for each bundle/collection. 

Notes:

  • If you translate, revise, or modify someone else's work, you should always update the version, version-history, and last-modifier fields. If the change is dramatic enough, you may want to change the Creator and Creation date, and add the original to the list of Sources.
  • COPYRIGHT_TYPE can be designated by a URL to the appropriate license; but should also link to a local description of the license where possible (and especially where required).


bib_info File Format

<?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>

XML format implementation

Here is a sample bib_info.xml file

Why use XML? The point of bib_info.xml is to make it easy for large-scale repositories like DSpace, Fedora Repository Server, GLOBE, and ARIADNE to serve up .xo bundles. For this reason we chose a simple standard -- Dublin Core encoded in XML -- that plays well with others rather than create our own.

External links

Here are some good links on Metadata and Controlled Vocabularies

Basically, a Controlled Vocabulary is a set of standard values. This can be useful for the Copyright Type, language, and country; less so for the other elements.