This page last changed on Sep 24, 2007 by amitku.

Get Collection MetaData

This call returns collection level metadata. This metadata is of following kinds:
-behavior
-structure
-filesec
-genre
-relation

  1. Behavior: This is highly speculative: The intention is to be able to provide interface widgets some form of information about the available behaviors (things the ingested collection can do for example -whether collection has been ingested to support Named entities)
  2. Structure: Lists all the chunks at the level of work that make this Collection. These are nested divs with a
    type and a title attribute.
  3. filesec: This section would list the different versions of the file and the file groups that make up the collection. It may not be an actual file system file but could be for example a database id or xpath to retrieve a document from the XML Database.
  4. Relation: Returns the list of collections that have a relationship sub, super and associated.
  5. Genre (Dublin Core tags) : This information comes from the http://dublincore.org/groups/collections/collection-application-profile/#coldctype1
    Please consult the working group "Collections Metadata" headed by Kelly in order to
    get this information
  • Type
  • Collection ID
  • Alternative title
  • Description
  • Size
  • Language
  • Format
  • Rights
  • Access Rights
  • Audience
  • Subject
  • Spatial Coverage (= geography)
  • Sub-collection
  • Super-collection
  • Associated collection
  • Owner
  • Creator
  • Keyword

Development URL: http://monk.lis.uiuc.edu:7070/monk/services/CollectionManager.getMetaData?collectionId=string&type=all\|behaviour|structmap

status: speculative, subjected to revision.

Parameters

name value required
collectionId string yes
type all,behavior,structmap,genre,relation yes

XML Message

The XML message would depend upon the type.

Type (= genre)

Collection ID
• Alternative title
• Description
• Size
• Language
• Format
• Rights
• Access Rights
• Audience
• Subject
• Spatial Coverage (= geography)
• Sub-collection
• Super-collection
• Associated collection
• Owner
• Creator
• Keyword

Error Message

<error> CollectionId is Invalid </error>
or

<error> Parameter: Invalid type </error>
Document generated by Confluence on Apr 19, 2009 15:04