Difference between revisions of "OAI-ORE"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 41: Line 41:
# Create mapping from ore to eSciDoc Publication Item
# Create mapping from ore to eSciDoc Publication Item
# Make sure that every resource has its own URI
# Make sure that every resource has its own URI
# Enable fetching oai_ore over OAI-PMH
# Expose oai_ore over OAI-PMH
# Implement http part
# Implement http part
# Enable SWORD deposit of ore data
# Enable SWORD deposit of ore data

Revision as of 10:08, 23 June 2009

http://www.openarchives.org/ore/logos/ore_logo_e_128.png Open Archives Initiative - Object Reuse and Exchange

General[edit]

OAI-ORE is a standard to describe and identify aggregations on the web. Taking a publication as an example, it mostly consists of multiple resources (publisher pdf, supplementary material, metadata etc.), therefore what we 'see' as an publication is actually the aggregation of multiple resources.

Aggregations should be modelled in respect of the core foundations of the Web

  • Resource, an item of interest.
  • URI, a global identifier for a Resource.
  • Representation
  • Link, a directed connection between two Resources.

Basic Principles[edit]

Oai-ore.PNG

Image from: http://www.slideshare.net/hvdsomp/the-oaiore-interoperability-framework

Aggregation (A)[edit]

A non-informative resource

Resource Map (ReM)[edit]

An information resource that describes an aggregation

Advantages[edit]

General[edit]

Interoperability, modelling of relations, detection and processing of relation information

Possible new Features[edit]

Tools[edit]

  • Java Library (for constructing, parsing, manipulating and serializing OAI-ORE Resource Maps. ATOM, RDF/XML, N3, N-Triples, Turtle and RDFa)
  • Foreside Explorer

Steps[edit]

The basic steps to integrate OAI-ORE to eSciDoc (regarding publication data for start) would be:

  1. Create mapping from eSciDoc Publication Item to ore
  2. Create mapping from ore to eSciDoc Publication Item
  3. Make sure that every resource has its own URI
  4. Expose oai_ore over OAI-PMH
  5. Implement http part
  6. Enable SWORD deposit of ore data

Related Material[edit]